@etsoo/appscript 1.6.6 → 1.6.7
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/lib/cjs/i18n/en.json +1 -0
- package/lib/cjs/i18n/zh-Hans.json +1 -0
- package/lib/cjs/i18n/zh-Hant.json +1 -0
- package/lib/mjs/i18n/en.json +1 -0
- package/lib/mjs/i18n/zh-Hans.json +1 -0
- package/lib/mjs/i18n/zh-Hant.json +1 -0
- package/package.json +1 -1
- package/src/i18n/en.json +1 -0
- package/src/i18n/zh-Hans.json +1 -0
- package/src/i18n/zh-Hant.json +1 -0
package/lib/cjs/i18n/en.json
CHANGED
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"name": "Name",
|
|
122
122
|
"nameB": "Name",
|
|
123
123
|
"networkError": "The local network is faulty and cannot connect to the remote server",
|
|
124
|
+
"networkFailure": "Network connection failed, please try again!",
|
|
124
125
|
"newPassword": "New password",
|
|
125
126
|
"newPasswordRequired": "Please enter your new password",
|
|
126
127
|
"newPasswordTip": "New password should be different",
|
package/lib/mjs/i18n/en.json
CHANGED
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"name": "Name",
|
|
122
122
|
"nameB": "Name",
|
|
123
123
|
"networkError": "The local network is faulty and cannot connect to the remote server",
|
|
124
|
+
"networkFailure": "Network connection failed, please try again!",
|
|
124
125
|
"newPassword": "New password",
|
|
125
126
|
"newPasswordRequired": "Please enter your new password",
|
|
126
127
|
"newPasswordTip": "New password should be different",
|
package/package.json
CHANGED
package/src/i18n/en.json
CHANGED
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"name": "Name",
|
|
122
122
|
"nameB": "Name",
|
|
123
123
|
"networkError": "The local network is faulty and cannot connect to the remote server",
|
|
124
|
+
"networkFailure": "Network connection failed, please try again!",
|
|
124
125
|
"newPassword": "New password",
|
|
125
126
|
"newPasswordRequired": "Please enter your new password",
|
|
126
127
|
"newPasswordTip": "New password should be different",
|
package/src/i18n/zh-Hans.json
CHANGED
package/src/i18n/zh-Hant.json
CHANGED