Commit 534b58ca authored by Fatih Acet's avatar Fatih Acet

Merge branch 'gt-externalize-app-views-instance_statistics-ee' into 'master'

Externalize strings from `/app/views/instance_statistics`

See merge request gitlab-org/gitlab-ee!9370
parents 73c1f387 f4994b30
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.user-callout{ data: { uid: 'convdev_intro_callout_dismissed' } } .user-callout{ data: { uid: 'convdev_intro_callout_dismissed' } }
.bordered-box.landing.content-block .bordered-box.landing.content-block
%button.btn.btn-default.close.js-close-callout{ type: 'button', %button.btn.btn-default.close.js-close-callout{ type: 'button',
'aria-label' => 'Dismiss ConvDev introduction' } 'aria-label' => _('Dismiss ConvDev introduction') }
= icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true') = icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true')
.user-callout-copy .user-callout-copy
%h4 %h4
Introducing Your Conversational Development Index = _('Introducing Your Conversational Development Index')
%p %p
Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers. = _('Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers.')
.svg-container.convdev .svg-container.convdev
= custom_icon('convdev_overview') = custom_icon('convdev_overview')
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
.board-card-score .board-card-score
.board-card-score-value .board-card-score-value
= format_score(card.instance_score) = format_score(card.instance_score)
.board-card-score-name You .board-card-score-name= _('You')
.board-card-score .board-card-score
.board-card-score-value .board-card-score-value
= format_score(card.leader_score) = format_score(card.leader_score)
.board-card-score-name Lead .board-card-score-name= _('Lead')
.board-card-score-big .board-card-score-big
= number_to_percentage(card.percentage_score, precision: 1) = number_to_percentage(card.percentage_score, precision: 1)
.board-card-buttons .board-card-buttons
......
.container.convdev-empty .container.convdev-empty
.col-sm-12.justify-content-center.text-center .col-sm-12.justify-content-center.text-center
= custom_icon('convdev_no_data') = custom_icon('convdev_no_data')
%h4 Data is still calculating... %h4= _('Data is still calculating...')
%p %p
In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index. = _('In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index.')
= link_to 'Learn more', help_page_path('user/instance_statistics/convdev'), target: '_blank' = link_to _('Learn more'), help_page_path('user/instance_statistics/convdev'), target: '_blank'
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
%h2.convdev-header-title{ class: "convdev-#{score_level(@metric.average_percentage_score)}-score" } %h2.convdev-header-title{ class: "convdev-#{score_level(@metric.average_percentage_score)}-score" }
= number_to_percentage(@metric.average_percentage_score, precision: 1) = number_to_percentage(@metric.average_percentage_score, precision: 1)
.convdev-header-subtitle .convdev-header-subtitle
index = _('index')
%br %br
score = _('score')
= link_to icon('question-circle', 'aria-hidden' => 'true'), help_page_path('user/instance_statistics/convdev') = link_to icon('question-circle', 'aria-hidden' => 'true'), help_page_path('user/instance_statistics/convdev')
.convdev-cards.board-card-container .convdev-cards.board-card-container
......
---
title: Externalize strings from `/app/views/instance_statistics`
merge_request: 24809
author: George Tsiolis
type: other
...@@ -2889,6 +2889,9 @@ msgstr "" ...@@ -2889,6 +2889,9 @@ msgstr ""
msgid "DashboardProjects|Personal" msgid "DashboardProjects|Personal"
msgstr "" msgstr ""
msgid "Data is still calculating..."
msgstr ""
msgid "Date picker" msgid "Date picker"
msgstr "" msgstr ""
...@@ -3191,6 +3194,9 @@ msgstr "" ...@@ -3191,6 +3194,9 @@ msgstr ""
msgid "Dismiss" msgid "Dismiss"
msgstr "" msgstr ""
msgid "Dismiss ConvDev introduction"
msgstr ""
msgid "Dismiss Cycle Analytics introduction box" msgid "Dismiss Cycle Analytics introduction box"
msgstr "" msgstr ""
...@@ -4990,6 +4996,9 @@ msgstr "" ...@@ -4990,6 +4996,9 @@ msgstr ""
msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}." msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
msgstr "" msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import." msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "" msgstr ""
...@@ -5064,6 +5073,9 @@ msgstr "" ...@@ -5064,6 +5073,9 @@ msgstr ""
msgid "Introducing Cycle Analytics" msgid "Introducing Cycle Analytics"
msgstr "" msgstr ""
msgid "Introducing Your Conversational Development Index"
msgstr ""
msgid "Invitation" msgid "Invitation"
msgstr "" msgstr ""
...@@ -5360,6 +5372,9 @@ msgstr "" ...@@ -5360,6 +5372,9 @@ msgstr ""
msgid "Latest pipeline for this branch" msgid "Latest pipeline for this branch"
msgstr "" msgstr ""
msgid "Lead"
msgstr ""
msgid "Learn how to %{no_packages_link_start}publish and share your packages%{no_packages_link_end} with GitLab." msgid "Learn how to %{no_packages_link_start}publish and share your packages%{no_packages_link_end} with GitLab."
msgstr "" msgstr ""
...@@ -10497,6 +10512,9 @@ msgstr "" ...@@ -10497,6 +10512,9 @@ msgstr ""
msgid "Yesterday" msgid "Yesterday"
msgstr "" msgstr ""
msgid "You"
msgstr ""
msgid "You are an admin, which means granting access to <strong>%{client_name}</strong> will allow them to interact with GitLab as an admin as well. Proceed with caution." msgid "You are an admin, which means granting access to <strong>%{client_name}</strong> will allow them to interact with GitLab as an admin as well. Proceed with caution."
msgstr "" msgstr ""
...@@ -10650,6 +10668,9 @@ msgstr "" ...@@ -10650,6 +10668,9 @@ msgstr ""
msgid "YouTube" msgid "YouTube"
msgstr "" msgstr ""
msgid "Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your Groups" msgid "Your Groups"
msgstr "" msgstr ""
...@@ -11060,6 +11081,9 @@ msgstr "" ...@@ -11060,6 +11081,9 @@ msgstr ""
msgid "in project %{link_to_project}" msgid "in project %{link_to_project}"
msgstr "" msgstr ""
msgid "index"
msgstr ""
msgid "instance completed" msgid "instance completed"
msgid_plural "instances completed" msgid_plural "instances completed"
msgstr[0] "" msgstr[0] ""
...@@ -11424,6 +11448,9 @@ msgid_plural "replies" ...@@ -11424,6 +11448,9 @@ msgid_plural "replies"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
msgid "score"
msgstr ""
msgid "should be higher than %{access} inherited membership from group %{group_name}" msgid "should be higher than %{access} inherited membership from group %{group_name}"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment