Skip to content

Commit 5bbfbbe

Browse files
committed
Update i18next-parser to 9.4.0
1 parent 356a135 commit 5bbfbbe

3 files changed

Lines changed: 429 additions & 399 deletions

File tree

console/locales/en/plugin__patterns-operator-console-plugin.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"File will be stored at: {{path}}": "File will be stored at: {{path}}",
3535
"Health": "Health",
3636
"Hub": "Hub",
37+
"I want to use my own fork": "I want to use my own fork",
3738
"Inject Secrets": "Inject Secrets",
3839
"Install": "Install",
3940
"Install Pattern": "Install Pattern",
@@ -52,6 +53,7 @@
5253
"Namespace": "Namespace",
5354
"No pattern specified": "No pattern specified",
5455
"No secrets configured": "No secrets configured",
56+
"Only one pattern can be installed at a time. Uninstall the current pattern first.": "Only one pattern can be installed at a time. Uninstall the current pattern first.",
5557
"Optional Secret Configuration": "Optional Secret Configuration",
5658
"Parse Error": "Parse Error",
5759
"Pattern applications": "Pattern applications",
@@ -62,6 +64,7 @@
6264
"Patterns": "Patterns",
6365
"Please provide a value for this required field": "Please provide a value for this required field",
6466
"Reconciliation complete. Redirecting to catalog...": "Reconciliation complete. Redirecting to catalog...",
67+
"Reconciliation complete. Waiting for secret injection to finish...": "Reconciliation complete. Waiting for secret injection to finish...",
6568
"Reconciliation Status": "Reconciliation Status",
6669
"Reconciling": "Reconciling",
6770
"Repo": "Repo",
@@ -86,6 +89,7 @@
8689
"This pattern does not have a secret template defined.": "This pattern does not have a secret template defined.",
8790
"This value will be automatically generated using vault policies": "This value will be automatically generated using vault policies",
8891
"This will delete the pattern and all its deployed resources.": "This will delete the pattern and all its deployed resources.",
92+
"Tier": "Tier",
8993
"Uninstall": "Uninstall",
9094
"Uninstall Pattern": "Uninstall Pattern",
9195
"Upload a file that will be base64 encoded": "Upload a file that will be base64 encoded",
@@ -98,4 +102,4 @@
98102
"You can manually override the auto-generated value": "You can manually override the auto-generated value",
99103
"You can modify this pre-filled value": "You can modify this pre-filled value",
100104
"Your pattern has been created. The operator is now reconciling it.": "Your pattern has been created. The operator is now reconciling it."
101-
}
105+
}

console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-plugin-cypress": "^2.12.1",
5151
"eslint-plugin-prettier": "^4.0.0",
5252
"eslint-plugin-react": "^7.29.1",
53-
"i18next-parser": "^3.11.0",
53+
"i18next-parser": "^9.4.0",
5454
"mocha-junit-reporter": "^2.2.0",
5555
"mochawesome": "^7.1.3",
5656
"mochawesome-merge": "^4.3.0",

0 commit comments

Comments
 (0)