@n8n/i18n 2.0.0-rc.0 → 2.0.0-rc.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 +8 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.mts +6 -0
- package/dist/index.mjs +8 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +6 -0
- package/dist/types2.d.mts +6 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1265,6 +1265,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1265
1265
|
"logs.details.body.multipleInputs": string;
|
|
1266
1266
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
1267
1267
|
"mainSidebar.aboutN8n": string;
|
|
1268
|
+
"mainSidebar.state.collapse": string;
|
|
1269
|
+
"mainSidebar.state.expand": string;
|
|
1268
1270
|
"mainSidebar.confirmMessage.workflowArchive.cancelButtonText": string;
|
|
1269
1271
|
"mainSidebar.confirmMessage.workflowArchive.confirmButtonText": string;
|
|
1270
1272
|
"mainSidebar.confirmMessage.workflowArchive.headline": string;
|
|
@@ -1290,6 +1292,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1290
1292
|
"mainSidebar.prompt.invalidUrl": string;
|
|
1291
1293
|
"mainSidebar.prompt.workflowUrl": string;
|
|
1292
1294
|
"mainSidebar.save": string;
|
|
1295
|
+
"mainSidebar.settings": string;
|
|
1293
1296
|
"mainSidebar.showError.stopExecution.title": string;
|
|
1294
1297
|
"mainSidebar.showMessage.handleFileImport.message": string;
|
|
1295
1298
|
"mainSidebar.showMessage.handleFileImport.title": string;
|
|
@@ -3178,6 +3181,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3178
3181
|
"workflowHistory.action.clone.success.title": string;
|
|
3179
3182
|
"workflowHistory.action.clone.success.message": string;
|
|
3180
3183
|
"workflowHistory.action.unpublish.success.title": string;
|
|
3184
|
+
"workflowHistory.action.unpublish.notAvailable": string;
|
|
3181
3185
|
"workflowHistory.action.unpublish.modal.title": string;
|
|
3182
3186
|
"workflowHistory.action.unpublish.modal.description": string;
|
|
3183
3187
|
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
@@ -4120,6 +4124,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4120
4124
|
"commandBar.workflow.archive": string;
|
|
4121
4125
|
"commandBar.workflow.unarchive": string;
|
|
4122
4126
|
"commandBar.workflow.delete": string;
|
|
4127
|
+
"commandBar.workflow.publish": string;
|
|
4128
|
+
"commandBar.workflow.unpublish": string;
|
|
4123
4129
|
"commandBar.workflow.keywords.test": string;
|
|
4124
4130
|
"commandBar.workflow.keywords.execute": string;
|
|
4125
4131
|
"commandBar.workflow.keywords.run": string;
|
package/dist/index.d.mts
CHANGED
|
@@ -1265,6 +1265,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1265
1265
|
"logs.details.body.multipleInputs": string;
|
|
1266
1266
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
1267
1267
|
"mainSidebar.aboutN8n": string;
|
|
1268
|
+
"mainSidebar.state.collapse": string;
|
|
1269
|
+
"mainSidebar.state.expand": string;
|
|
1268
1270
|
"mainSidebar.confirmMessage.workflowArchive.cancelButtonText": string;
|
|
1269
1271
|
"mainSidebar.confirmMessage.workflowArchive.confirmButtonText": string;
|
|
1270
1272
|
"mainSidebar.confirmMessage.workflowArchive.headline": string;
|
|
@@ -1290,6 +1292,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1290
1292
|
"mainSidebar.prompt.invalidUrl": string;
|
|
1291
1293
|
"mainSidebar.prompt.workflowUrl": string;
|
|
1292
1294
|
"mainSidebar.save": string;
|
|
1295
|
+
"mainSidebar.settings": string;
|
|
1293
1296
|
"mainSidebar.showError.stopExecution.title": string;
|
|
1294
1297
|
"mainSidebar.showMessage.handleFileImport.message": string;
|
|
1295
1298
|
"mainSidebar.showMessage.handleFileImport.title": string;
|
|
@@ -3178,6 +3181,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3178
3181
|
"workflowHistory.action.clone.success.title": string;
|
|
3179
3182
|
"workflowHistory.action.clone.success.message": string;
|
|
3180
3183
|
"workflowHistory.action.unpublish.success.title": string;
|
|
3184
|
+
"workflowHistory.action.unpublish.notAvailable": string;
|
|
3181
3185
|
"workflowHistory.action.unpublish.modal.title": string;
|
|
3182
3186
|
"workflowHistory.action.unpublish.modal.description": string;
|
|
3183
3187
|
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
@@ -4120,6 +4124,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4120
4124
|
"commandBar.workflow.archive": string;
|
|
4121
4125
|
"commandBar.workflow.unarchive": string;
|
|
4122
4126
|
"commandBar.workflow.delete": string;
|
|
4127
|
+
"commandBar.workflow.publish": string;
|
|
4128
|
+
"commandBar.workflow.unpublish": string;
|
|
4123
4129
|
"commandBar.workflow.keywords.test": string;
|
|
4124
4130
|
"commandBar.workflow.keywords.execute": string;
|
|
4125
4131
|
"commandBar.workflow.keywords.run": string;
|
package/dist/index.mjs
CHANGED
|
@@ -1261,6 +1261,8 @@ var en_default = {
|
|
|
1261
1261
|
"logs.details.body.multipleInputs": "Multiple inputs. View them by {button}",
|
|
1262
1262
|
"logs.details.body.multipleInputs.openingTheNode": "opening the node",
|
|
1263
1263
|
"mainSidebar.aboutN8n": "About n8n",
|
|
1264
|
+
"mainSidebar.state.collapse": "Collapse sidebar",
|
|
1265
|
+
"mainSidebar.state.expand": "Expand sidebar",
|
|
1264
1266
|
"mainSidebar.confirmMessage.workflowArchive.cancelButtonText": "",
|
|
1265
1267
|
"mainSidebar.confirmMessage.workflowArchive.confirmButtonText": "Yes, archive",
|
|
1266
1268
|
"mainSidebar.confirmMessage.workflowArchive.headline": "Archive Workflow?",
|
|
@@ -1286,6 +1288,7 @@ var en_default = {
|
|
|
1286
1288
|
"mainSidebar.prompt.invalidUrl": "Invalid URL",
|
|
1287
1289
|
"mainSidebar.prompt.workflowUrl": "Workflow URL",
|
|
1288
1290
|
"mainSidebar.save": "@:_reusableBaseText.save",
|
|
1291
|
+
"mainSidebar.settings": "Settings",
|
|
1289
1292
|
"mainSidebar.showError.stopExecution.title": "Problem stopping execution",
|
|
1290
1293
|
"mainSidebar.showMessage.handleFileImport.message": "The file does not contain valid JSON data",
|
|
1291
1294
|
"mainSidebar.showMessage.handleFileImport.title": "Could not import file",
|
|
@@ -3174,6 +3177,7 @@ var en_default = {
|
|
|
3174
3177
|
"workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
|
|
3175
3178
|
"workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab",
|
|
3176
3179
|
"workflowHistory.action.unpublish.success.title": "Workflow unpublished successfully",
|
|
3180
|
+
"workflowHistory.action.unpublish.notAvailable": "This workflow has no published version to unpublish",
|
|
3177
3181
|
"workflowHistory.action.unpublish.modal.title": "Unpublish {versionName}",
|
|
3178
3182
|
"workflowHistory.action.unpublish.modal.description": "This will prevent all production executions to this workflow until you publish again.",
|
|
3179
3183
|
"workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
|
|
@@ -3853,7 +3857,7 @@ var en_default = {
|
|
|
3853
3857
|
"templateSetup.credential.description": "The credential you select will be used in the {0} node of the workflow template. | The credential you select will be used in the {0} nodes of the workflow template.",
|
|
3854
3858
|
"templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue",
|
|
3855
3859
|
"setupCredentialsModal.title": "Set up template",
|
|
3856
|
-
"becomeCreator.text": "Share your workflows with
|
|
3860
|
+
"becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
|
|
3857
3861
|
"becomeCreator.buttonText": "Become a creator",
|
|
3858
3862
|
"becomeCreator.closeButtonTitle": "Close",
|
|
3859
3863
|
"feedback.title": "Was this helpful?",
|
|
@@ -4052,7 +4056,7 @@ var en_default = {
|
|
|
4052
4056
|
"insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
|
|
4053
4057
|
"insights.upgradeModal.perks.2": "Gain deeper visibility into workflow trends over time",
|
|
4054
4058
|
"insights.upgradeModal.title": "Upgrade to Enterprise",
|
|
4055
|
-
"whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
|
|
4059
|
+
"whatsNew.versionsBehind": "Update ({count} version behind) | Update ({count} versions behind)",
|
|
4056
4060
|
"whatsNew.update": "Update",
|
|
4057
4061
|
"whatsNew.updateNudgeTooltip": "Only owners can perform updates",
|
|
4058
4062
|
"whatsNew.updateAvailable": "You're currently on version {currentVersion}. Update to {latestVersion} to get {count} versions worth of new features, improvements, and fixes. See what changed",
|
|
@@ -4116,6 +4120,8 @@ var en_default = {
|
|
|
4116
4120
|
"commandBar.workflow.archive": "Archive workflow",
|
|
4117
4121
|
"commandBar.workflow.unarchive": "Unarchive workflow",
|
|
4118
4122
|
"commandBar.workflow.delete": "Delete workflow",
|
|
4123
|
+
"commandBar.workflow.publish": "Publish workflow",
|
|
4124
|
+
"commandBar.workflow.unpublish": "Unpublish workflow",
|
|
4119
4125
|
"commandBar.workflow.keywords.test": "test",
|
|
4120
4126
|
"commandBar.workflow.keywords.execute": "execute",
|
|
4121
4127
|
"commandBar.workflow.keywords.run": "run",
|