Commit 49dd3dd3 authored by Enrique Alcantara's avatar Enrique Alcantara

FE: Add new externalized strings

parent e2d59593
......@@ -54,9 +54,12 @@ export default {
},
legacyLabelWarningMessage() {
return sprintf(
s__('DeployBoard|Matching on the %{label} label has been removed for deploy boards.'),
s__(
'DeployBoard|Matching on the %{labelStart}app%{labelEnd} label has been removed for deploy boards.',
),
{
label: '<code>app</code>',
labelStart: '<code>',
labelEnd: '</code>',
},
false,
);
......
......@@ -4164,6 +4164,12 @@ msgstr ""
msgid "Deploy key was successfully updated."
msgstr ""
msgid "DeployBoard|Matching on the %{labelStart}app%{labelEnd} label has been removed for deploy boards."
msgstr ""
msgid "DeployBoard|To see all instances on your board, you must update your chart and redeploy."
msgstr ""
msgid "DeployKeys|+%{count} others"
msgstr ""
......@@ -8539,6 +8545,9 @@ msgstr ""
msgid "More"
msgstr ""
msgid "More Information"
msgstr ""
msgid "More actions"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment