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

FE: Add new externalized strings

parent e2d59593
...@@ -54,9 +54,12 @@ export default { ...@@ -54,9 +54,12 @@ export default {
}, },
legacyLabelWarningMessage() { legacyLabelWarningMessage() {
return sprintf( 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, false,
); );
......
...@@ -4164,6 +4164,12 @@ msgstr "" ...@@ -4164,6 +4164,12 @@ msgstr ""
msgid "Deploy key was successfully updated." msgid "Deploy key was successfully updated."
msgstr "" 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" msgid "DeployKeys|+%{count} others"
msgstr "" msgstr ""
...@@ -8539,6 +8545,9 @@ msgstr "" ...@@ -8539,6 +8545,9 @@ msgstr ""
msgid "More" msgid "More"
msgstr "" msgstr ""
msgid "More Information"
msgstr ""
msgid "More actions" msgid "More actions"
msgstr "" 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