diff options
author | Brandon Labuschagne <blabuschagne@gitlab.com> | 2019-05-23 20:08:18 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2019-05-23 20:08:18 +0000 |
commit | b95183fb33cf589a6475051e7bf047f648bc8e7c (patch) | |
tree | df4769867a9c8a7ead09a66d3e141746506199d6 /locale | |
parent | d5074b1d356431f451772113e82ac0fcdb8c5fbc (diff) | |
download | gitlab-ce-b95183fb33cf589a6475051e7bf047f648bc8e7c.tar.gz |
Internationalisation of lib directory
This is one of many MRs opened in order to improve the overall
internationalisation of the GitLab codebase.
i18n documentation
https://docs.gitlab.com/ee/development/i18n/externalization.html
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 6209530deab..cc81e3b2e44 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -193,6 +193,18 @@ msgstr "" msgid "%{service_title} settings saved, but not activated." msgstr "" +msgid "%{size} GiB" +msgstr "" + +msgid "%{size} KiB" +msgstr "" + +msgid "%{size} MiB" +msgstr "" + +msgid "%{size} bytes" +msgstr "" + msgid "%{spammable_titlecase} was submitted to Akismet successfully." msgstr "" @@ -4482,6 +4494,9 @@ msgstr "" msgid "Found errors in your .gitlab-ci.yml:" msgstr "" +msgid "Friday" +msgstr "" + msgid "From %{providerTitle}" msgstr "" @@ -9984,6 +9999,9 @@ msgstr "" msgid "This will remove the fork relationship to source project" msgstr "" +msgid "Thursday" +msgstr "" + msgid "Time before an issue gets scheduled" msgstr "" @@ -10387,6 +10405,9 @@ msgstr "" msgid "Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now." msgstr "" +msgid "Tuesday" +msgstr "" + msgid "Twitter" msgstr "" @@ -10879,6 +10900,9 @@ msgstr "" msgid "Webhooks Help" msgstr "" +msgid "Wednesday" +msgstr "" + msgid "Welcome to your Issue Board!" msgstr "" |