diff options
author | antonyliu <sun_apollo@yeah.net> | 2019-05-17 11:39:30 +0800 |
---|---|---|
committer | antonyliu <sun_apollo@yeah.net> | 2019-05-29 19:39:01 +0800 |
commit | 90db26194011a67013d91902ce1031bd1dee5ed0 (patch) | |
tree | d9843c1dad24a288b91caedf6b9462b68735e1c4 /locale | |
parent | 4a9387242dbbfee9e9ddc7b46eb69ad6a2f4ba2c (diff) | |
download | gitlab-ce-90db26194011a67013d91902ce1031bd1dee5ed0.tar.gz |
Externalize strings of password page in user profile
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 9e7ff8d1847..75bf093ee88 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -751,6 +751,9 @@ msgstr "" msgid "After a successful password update you will be redirected to login screen." msgstr "" +msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." +msgstr "" + msgid "All" msgstr "" @@ -1770,6 +1773,9 @@ msgstr "" msgid "Change title" msgstr "" +msgid "Change your password" +msgstr "" + msgid "ChangeTypeActionLabel|Pick into branch" msgstr "" @@ -3101,6 +3107,9 @@ msgstr "" msgid "Current Branch" msgstr "" +msgid "Current password" +msgstr "" + msgid "CurrentUser|Profile" msgstr "" @@ -3607,6 +3616,9 @@ msgstr "" msgid "Edit Milestone" msgstr "" +msgid "Edit Password" +msgstr "" + msgid "Edit Pipeline Schedule %{id}" msgstr "" @@ -4988,6 +5000,9 @@ msgstr "" msgid "I accept the|Terms of Service and Privacy Policy" msgstr "" +msgid "I forgot my password" +msgstr "" + msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end}" msgstr "" @@ -6359,6 +6374,9 @@ msgstr "" msgid "New milestone" msgstr "" +msgid "New password" +msgstr "" + msgid "New pipelines will cancel older, pending pipelines on the same branch" msgstr "" @@ -6814,6 +6832,15 @@ msgstr "" msgid "Password authentication is unavailable." msgstr "" +msgid "Password confirmation" +msgstr "" + +msgid "Password successfully changed" +msgstr "" + +msgid "Password was successfully updated. Please login with it" +msgstr "" + msgid "Past due" msgstr "" @@ -8477,6 +8504,9 @@ msgstr "" msgid "Save comment" msgstr "" +msgid "Save password" +msgstr "" + msgid "Save pipeline schedule" msgstr "" @@ -11026,6 +11056,9 @@ msgstr "" msgid "We heard back from your U2F device. You have been authenticated." msgstr "" +msgid "We sent you an email with reset password instructions" +msgstr "" + msgid "We want to be sure it is you, please confirm you are not a robot." msgstr "" @@ -11436,6 +11469,12 @@ msgstr "" msgid "You must have permission to create a project in a namespace before forking." msgstr "" +msgid "You must provide a valid current password" +msgstr "" + +msgid "You must provide your current password in order to change it." +msgstr "" + msgid "You need permission." msgstr "" @@ -12063,6 +12102,9 @@ msgstr "" msgid "or" msgstr "" +msgid "or recover your current one" +msgstr "" + msgid "out of %d total test" msgid_plural "out of %d total tests" msgstr[0] "" |