diff options
author | Ezekiel Kigbo <ekigbo@gitlab.com> | 2019-07-01 11:51:19 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-07-01 11:51:19 +0000 |
commit | e9588108a41c7e790015b5ef3d470309a32b2bff (patch) | |
tree | 86ca9dffd522eb6a870ba21ad07893c05154ac60 /locale | |
parent | 1c3576b51e89bc2047e2cb211176fd18ea6ca23b (diff) | |
download | gitlab-ce-e9588108a41c7e790015b5ef3d470309a32b2bff.tar.gz |
Vue-i18n: app/assets/javascripts/serverless directory
i18n linting for .vue files under the
app/assets/javascripts/serverless directory
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 965a2294240..6ab105f134e 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -5559,6 +5559,9 @@ msgstr "" msgid "Invite member" msgstr "" +msgid "Invocations" +msgstr "" + msgid "Invoke Count" msgstr "" @@ -9198,6 +9201,9 @@ msgstr "" msgid "ServerlessDetails|More information" msgstr "" +msgid "ServerlessDetails|No pods loaded at this time." +msgstr "" + msgid "ServerlessDetails|Number of Kubernetes pods in use over time based on necessity." msgstr "" @@ -9228,9 +9234,21 @@ msgstr "" msgid "Serverless|No functions available" msgstr "" +msgid "Serverless|The deploy job has not finished." +msgstr "" + +msgid "Serverless|The functions listed in the %{startTag}serverless.yml%{endTag} file don't match the namespace of your cluster." +msgstr "" + msgid "Serverless|There is currently no function data available from Knative. This could be for a variety of reasons including:" msgstr "" +msgid "Serverless|Your %{startTag}.gitlab-ci.yml%{endTag} file is not properly configured." +msgstr "" + +msgid "Serverless|Your repository does not have a corresponding %{startTag}serverless.yml%{endTag} file." +msgstr "" + msgid "Service" msgstr "" |