@n8n/i18n 2.30.0 → 2.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +1 -0
- package/dist/types2.d.mts +1 -0
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -2488,6 +2488,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2488
2488
|
"oauth.consentView.error.fetchDetails": string;
|
|
2489
2489
|
"oauth.consentView.error.heading": string;
|
|
2490
2490
|
"oauth.consentView.error.resourceUnavailable": string;
|
|
2491
|
+
"oauth.consentView.error.insufficientScope": string;
|
|
2491
2492
|
"oauth.consentView.success.title": string;
|
|
2492
2493
|
"oauth.consentView.success.description": string;
|
|
2493
2494
|
"parameterInput.expressionResult": string;
|
package/dist/index.d.mts
CHANGED
|
@@ -2488,6 +2488,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2488
2488
|
"oauth.consentView.error.fetchDetails": string;
|
|
2489
2489
|
"oauth.consentView.error.heading": string;
|
|
2490
2490
|
"oauth.consentView.error.resourceUnavailable": string;
|
|
2491
|
+
"oauth.consentView.error.insufficientScope": string;
|
|
2491
2492
|
"oauth.consentView.success.title": string;
|
|
2492
2493
|
"oauth.consentView.success.description": string;
|
|
2493
2494
|
"parameterInput.expressionResult": string;
|
package/dist/index.mjs
CHANGED
|
@@ -2484,6 +2484,7 @@ var en_default = {
|
|
|
2484
2484
|
"oauth.consentView.error.fetchDetails": "Error fetching client details",
|
|
2485
2485
|
"oauth.consentView.error.heading": "Authorization unavailable",
|
|
2486
2486
|
"oauth.consentView.error.resourceUnavailable": "This authorization can no longer be completed because the target is no longer available.",
|
|
2487
|
+
"oauth.consentView.error.insufficientScope": "You do not have sufficient permissions to authorize this request.",
|
|
2487
2488
|
"oauth.consentView.success.title": "Success",
|
|
2488
2489
|
"oauth.consentView.success.description": "You will soon be redirected back to the client.",
|
|
2489
2490
|
"parameterInput.expressionResult": "e.g. {result}",
|