diff options
author | Enrique Alcantara <ealcantara@gitlab.com> | 2019-03-22 15:04:41 -0400 |
---|---|---|
committer | Enrique Alcantara <ealcantara@gitlab.com> | 2019-04-03 15:23:04 -0400 |
commit | ca32773dbfc345de551f8b107692d1995e717fa3 (patch) | |
tree | 9a66b79028bddecb9e304ddfcd3bff291449efd8 /locale | |
parent | 6ba1a8e9f3a5998319b41d1bab5f4abec0bd0587 (diff) | |
download | gitlab-ce-ca32773dbfc345de551f8b107692d1995e717fa3.tar.gz |
Display inline validation error messages
In the new cluster forms, display form error messages
below form fields instead of a summary banner on top
of the form.
Include client side validation in order to display
user friendly error messages.
Also remove unnecessary placeholders.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 1e6f04c7815..aac6a6d22be 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -1710,6 +1710,9 @@ msgstr "" msgid "ClusterIntegration|API URL" msgstr "" +msgid "ClusterIntegration|API URL must use http or https protocol." +msgstr "" + msgid "ClusterIntegration|Add Kubernetes cluster" msgstr "" @@ -1770,6 +1773,9 @@ msgstr "" msgid "ClusterIntegration|Choose which of your environments will use this cluster." msgstr "" +msgid "ClusterIntegration|Cluster name is required." +msgstr "" + msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters." msgstr "" @@ -1983,6 +1989,9 @@ msgstr "" msgid "ClusterIntegration|Number of nodes" msgstr "" +msgid "ClusterIntegration|Number of nodes must be a numerical value." +msgstr "" + msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes" msgstr "" @@ -2064,7 +2073,10 @@ msgstr "" msgid "ClusterIntegration|Select zone to choose machine type" msgstr "" -msgid "ClusterIntegration|Service token" +msgid "ClusterIntegration|Service Token" +msgstr "" + +msgid "ClusterIntegration|Service token is required." msgstr "" msgid "ClusterIntegration|Show" |