@n8n/i18n 2.16.0 → 2.16.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 +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +2 -0
- package/dist/types2.d.mts +2 -0
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1200,7 +1200,7 @@ var en_default = {
|
|
|
1200
1200
|
"experiments.resourceCenter.seeMore": "See more",
|
|
1201
1201
|
"experiments.resourceCenter.sidebar": "Resources",
|
|
1202
1202
|
"experiments.resourceCenter.sidebar.inspiration": "Inspiration",
|
|
1203
|
-
"experiments.resourceCenter.templateCard.useNow": "
|
|
1203
|
+
"experiments.resourceCenter.templateCard.useNow": "▶ Run workflow",
|
|
1204
1204
|
"experiments.resourceCenter.templatePreviews.title": "Popular Templates",
|
|
1205
1205
|
"experiments.resourceCenter.title": "Resources",
|
|
1206
1206
|
"experiments.resourceCenter.viewAllTemplates": "View all templates",
|
|
@@ -3454,7 +3454,7 @@ var en_default = {
|
|
|
3454
3454
|
"templates.collection": "Collection",
|
|
3455
3455
|
"templates.collections": "Collections",
|
|
3456
3456
|
"templates.collectionsNotFound": "Collection could not be found",
|
|
3457
|
-
"templates.connectionWarning": "
|
|
3457
|
+
"templates.connectionWarning": "! There was a problem fetching workflow templates. Check your internet connection.",
|
|
3458
3458
|
"templates.heading": "Workflow templates",
|
|
3459
3459
|
"templates.shareWorkflow": "Share template",
|
|
3460
3460
|
"templates.noSearchResults": "Nothing found. Try adjusting your search to see more.",
|
|
@@ -3984,6 +3984,8 @@ var en_default = {
|
|
|
3984
3984
|
"ImportCurlModal.notice.content": "This will overwrite any changes you have already made to the current node",
|
|
3985
3985
|
"importCurlModal.button.label": "Import",
|
|
3986
3986
|
"importCurlParameter.label": "Import cURL",
|
|
3987
|
+
"importCurlParameter.showError.failedToLoad.title": "Failed to load dependencies",
|
|
3988
|
+
"importCurlParameter.showError.failedToLoad.message": "There was an error loading required dependencies.",
|
|
3987
3989
|
"importCurlParameter.showError.invalidCurlCommand.title": "Couldn’t import cURL command",
|
|
3988
3990
|
"importCurlParameter.showError.invalidCurlCommand.message": "This command is in an unsupported format",
|
|
3989
3991
|
"importCurlParameter.showError.invalidProtocol1.title": "Use the {node} node",
|