@n8n/i18n 2.17.1 → 2.17.2

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.d.cts CHANGED
@@ -4002,6 +4002,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
4002
4002
  "ImportCurlModal.notice.content": string;
4003
4003
  "importCurlModal.button.label": string;
4004
4004
  "importCurlParameter.label": string;
4005
+ "importCurlParameter.showError.failedToLoad.title": string;
4006
+ "importCurlParameter.showError.failedToLoad.message": string;
4005
4007
  "importCurlParameter.showError.invalidCurlCommand.title": string;
4006
4008
  "importCurlParameter.showError.invalidCurlCommand.message": string;
4007
4009
  "importCurlParameter.showError.invalidProtocol1.title": string;
package/dist/index.d.mts CHANGED
@@ -4002,6 +4002,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
4002
4002
  "ImportCurlModal.notice.content": string;
4003
4003
  "importCurlModal.button.label": string;
4004
4004
  "importCurlParameter.label": string;
4005
+ "importCurlParameter.showError.failedToLoad.title": string;
4006
+ "importCurlParameter.showError.failedToLoad.message": string;
4005
4007
  "importCurlParameter.showError.invalidCurlCommand.title": string;
4006
4008
  "importCurlParameter.showError.invalidCurlCommand.message": string;
4007
4009
  "importCurlParameter.showError.invalidProtocol1.title": string;
package/dist/index.mjs CHANGED
@@ -1201,7 +1201,7 @@ var en_default = {
1201
1201
  "experiments.resourceCenter.seeMore": "See more",
1202
1202
  "experiments.resourceCenter.sidebar": "Resources",
1203
1203
  "experiments.resourceCenter.sidebar.inspiration": "Inspiration",
1204
- "experiments.resourceCenter.templateCard.useNow": "▶︎ Run workflow",
1204
+ "experiments.resourceCenter.templateCard.useNow": " Run workflow",
1205
1205
  "experiments.resourceCenter.templatePreviews.title": "Popular Templates",
1206
1206
  "experiments.resourceCenter.title": "Resources",
1207
1207
  "experiments.resourceCenter.viewAllTemplates": "View all templates",
@@ -3468,7 +3468,7 @@ var en_default = {
3468
3468
  "templates.collection": "Collection",
3469
3469
  "templates.collections": "Collections",
3470
3470
  "templates.collectionsNotFound": "Collection could not be found",
3471
- "templates.connectionWarning": "⚠️ There was a problem fetching workflow templates. Check your internet connection.",
3471
+ "templates.connectionWarning": "! There was a problem fetching workflow templates. Check your internet connection.",
3472
3472
  "templates.heading": "Workflow templates",
3473
3473
  "templates.shareWorkflow": "Share template",
3474
3474
  "templates.noSearchResults": "Nothing found. Try adjusting your search to see more.",
@@ -3998,6 +3998,8 @@ var en_default = {
3998
3998
  "ImportCurlModal.notice.content": "This will overwrite any changes you have already made to the current node",
3999
3999
  "importCurlModal.button.label": "Import",
4000
4000
  "importCurlParameter.label": "Import cURL",
4001
+ "importCurlParameter.showError.failedToLoad.title": "Failed to load dependencies",
4002
+ "importCurlParameter.showError.failedToLoad.message": "There was an error loading required dependencies.",
4001
4003
  "importCurlParameter.showError.invalidCurlCommand.title": "Couldn’t import cURL command",
4002
4004
  "importCurlParameter.showError.invalidCurlCommand.message": "This command is in an unsupported format",
4003
4005
  "importCurlParameter.showError.invalidProtocol1.title": "Use the {node} node",