From 656bac08de24d7be98f28811b047f31a65d61356 Mon Sep 17 00:00:00 2001 From: Ezekiel Kigbo Date: Thu, 4 Jul 2019 10:24:51 +0000 Subject: Vue-i18n: app/assets/javascripts/sidebar directory i18n linting for .vue files under the app/assets/javascripts/sidebar directory --- .../components/assignees/assignee_title.vue | 10 +++-- .../sidebar/components/assignees/assignees.vue | 29 +++++++++------ .../components/assignees/sidebar_assignees.vue | 3 +- .../components/confidential/edit_form_buttons.vue | 3 +- .../components/time_tracking/collapsed_state.vue | 2 +- .../components/time_tracking/comparison_pane.vue | 19 +++++++--- .../components/time_tracking/spent_only_pane.vue | 19 ++++++++-- locale/gitlab.pot | 43 +++++++++++++++++++++- 8 files changed, 99 insertions(+), 29 deletions(-) diff --git a/app/assets/javascripts/sidebar/components/assignees/assignee_title.vue b/app/assets/javascripts/sidebar/components/assignees/assignee_title.vue index 0ad2b3a73a2..fa6b6bfaef1 100644 --- a/app/assets/javascripts/sidebar/components/assignees/assignee_title.vue +++ b/app/assets/javascripts/sidebar/components/assignees/assignee_title.vue @@ -1,4 +1,6 @@ diff --git a/locale/gitlab.pot b/locale/gitlab.pot index b9bea9bd31a..ed6245bf242 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -118,6 +118,9 @@ msgstr[1] "" msgid "%{actionText} & %{openOrClose} %{noteable}" msgstr "" +msgid "%{canMergeCount}/%{assigneesCount} can merge" +msgstr "" + msgid "%{commit_author_link} authored %{commit_timeago}" msgstr "" @@ -260,6 +263,9 @@ msgstr "" msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc." msgstr "" +msgid "%{userName}'s avatar" +msgstr "" + msgid "%{user_name} profile page" msgstr "" @@ -284,6 +290,9 @@ msgstr "" msgid "+ %{moreCount} more" msgstr "" +msgid "+ %{numberOfHiddenAssignees} more" +msgstr "" + msgid ", or " msgstr "" @@ -1335,7 +1344,9 @@ msgid "Assigned to me" msgstr "" msgid "Assignee" -msgstr "" +msgid_plural "%d Assignees" +msgstr[0] "" +msgstr[1] "" msgid "Assignee(s)" msgstr "" @@ -1906,6 +1917,9 @@ msgstr "" msgid "Cannot create the abuse report. This user has been blocked." msgstr "" +msgid "Cannot merge" +msgstr "" + msgid "Cannot modify managed Kubernetes cluster" msgstr "" @@ -4244,6 +4258,9 @@ msgstr "" msgid "Error occurred when fetching sidebar data" msgstr "" +msgid "Error occurred when saving assignees" +msgstr "" + msgid "Error occurred when toggling the notification subscription" msgstr "" @@ -6867,6 +6884,9 @@ msgstr "" msgid "No milestones to show" msgstr "" +msgid "No one can merge" +msgstr "" + msgid "No other labels with such name or description" msgstr "" @@ -10906,12 +10926,21 @@ msgstr "" msgid "TimeTrackingEstimated|Est" msgstr "" +msgid "TimeTracking|%{startTag}Spent: %{endTag}%{timeSpentHumanReadable}" +msgstr "" + msgid "TimeTracking|Estimated:" msgstr "" +msgid "TimeTracking|Over by %{timeRemainingHumanReadable}" +msgstr "" + msgid "TimeTracking|Spent" msgstr "" +msgid "TimeTracking|Time remaining: %{timeRemainingHumanReadable}" +msgstr "" + msgid "Timeago|%s days ago" msgstr "" @@ -11177,6 +11206,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle sidebar" +msgstr "" + msgid "Toggle thread" msgstr "" @@ -11294,6 +11326,12 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Turn Off" +msgstr "" + +msgid "Turn On" +msgstr "" + msgid "Twitter" msgstr "" @@ -12493,6 +12531,9 @@ msgstr "" msgid "among other things" msgstr "" +msgid "assign yourself" +msgstr "" + msgid "attach a new file" msgstr "" -- cgit v1.2.3