@n8n/i18n 2.13.1 → 2.13.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +1 -1
- package/dist/types2.d.mts +1 -1
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -1938,7 +1938,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1938
1938
|
"nodeCredentials.createNew": string;
|
|
1939
1939
|
"nodeCredentials.createNew.permissionDenied": string;
|
|
1940
1940
|
"nodeCredentials.credentialFor": string;
|
|
1941
|
-
"nodeCredentials.credentialsLabel": string;
|
|
1942
1941
|
"nodeCredentials.credentialsLabelShort": string;
|
|
1943
1942
|
"nodeCredentials.issues": string;
|
|
1944
1943
|
"nodeCredentials.selectCredential": string;
|
|
@@ -1950,6 +1949,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1950
1949
|
"nodeCredentials.updateCredential.permissionDenied": string;
|
|
1951
1950
|
"nodeCredentials.deleteCredential": string;
|
|
1952
1951
|
"nodeCredentials.deleteCredential.permissionDenied": string;
|
|
1952
|
+
"nodeCredentials.quickConnect.connect": string;
|
|
1953
1953
|
"nodeCredentials.quickConnect.connectTo": string;
|
|
1954
1954
|
"nodeCredentials.quickConnect.or": string;
|
|
1955
1955
|
"nodeCredentials.quickConnect.setupManually": string;
|
package/dist/index.d.mts
CHANGED
|
@@ -1938,7 +1938,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1938
1938
|
"nodeCredentials.createNew": string;
|
|
1939
1939
|
"nodeCredentials.createNew.permissionDenied": string;
|
|
1940
1940
|
"nodeCredentials.credentialFor": string;
|
|
1941
|
-
"nodeCredentials.credentialsLabel": string;
|
|
1942
1941
|
"nodeCredentials.credentialsLabelShort": string;
|
|
1943
1942
|
"nodeCredentials.issues": string;
|
|
1944
1943
|
"nodeCredentials.selectCredential": string;
|
|
@@ -1950,6 +1949,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1950
1949
|
"nodeCredentials.updateCredential.permissionDenied": string;
|
|
1951
1950
|
"nodeCredentials.deleteCredential": string;
|
|
1952
1951
|
"nodeCredentials.deleteCredential.permissionDenied": string;
|
|
1952
|
+
"nodeCredentials.quickConnect.connect": string;
|
|
1953
1953
|
"nodeCredentials.quickConnect.connectTo": string;
|
|
1954
1954
|
"nodeCredentials.quickConnect.or": string;
|
|
1955
1955
|
"nodeCredentials.quickConnect.setupManually": string;
|
package/dist/index.mjs
CHANGED
|
@@ -1934,7 +1934,6 @@ var en_default = {
|
|
|
1934
1934
|
"nodeCredentials.createNew": "Create new credential",
|
|
1935
1935
|
"nodeCredentials.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
1936
1936
|
"nodeCredentials.credentialFor": "Credential for {credentialType}",
|
|
1937
|
-
"nodeCredentials.credentialsLabel": "Credential to connect with",
|
|
1938
1937
|
"nodeCredentials.credentialsLabelShort": "Credential",
|
|
1939
1938
|
"nodeCredentials.issues": "Issues",
|
|
1940
1939
|
"nodeCredentials.selectCredential": "Select Credential",
|
|
@@ -1946,6 +1945,7 @@ var en_default = {
|
|
|
1946
1945
|
"nodeCredentials.updateCredential.permissionDenied": "Your current role does not allow you to update credentials",
|
|
1947
1946
|
"nodeCredentials.deleteCredential": "Delete Credential",
|
|
1948
1947
|
"nodeCredentials.deleteCredential.permissionDenied": "Your current role does not allow you to delete credentials",
|
|
1948
|
+
"nodeCredentials.quickConnect.connect": "Connect",
|
|
1949
1949
|
"nodeCredentials.quickConnect.connectTo": "Connect to {provider}",
|
|
1950
1950
|
"nodeCredentials.quickConnect.or": "or",
|
|
1951
1951
|
"nodeCredentials.quickConnect.setupManually": "setup manually",
|