@etsoo/appscript 1.3.40 → 1.3.41
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-US.json +1 -0
- package/lib/cjs/i18n/zh-CN.json +1 -0
- package/lib/cjs/i18n/zh-HK.json +1 -0
- package/lib/mjs/i18n/en-US.json +1 -0
- package/lib/mjs/i18n/zh-CN.json +1 -0
- package/lib/mjs/i18n/zh-HK.json +1 -0
- package/package.json +1 -1
- package/src/i18n/en-US.json +1 -0
- package/src/i18n/zh-CN.json +1 -0
- package/src/i18n/zh-HK.json +1 -0
package/lib/cjs/i18n/en-US.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"passwordRepeatError": "The two passwords entered are inconsistent",
|
|
108
108
|
"passwordTip": "The password cannot be less than 6 characters and contains at least one letter and number",
|
|
109
109
|
"previousStep": "Previous",
|
|
110
|
+
"print": "Print",
|
|
110
111
|
"prompt": "Input",
|
|
111
112
|
"pullToRefresh": "Pull down to refresh",
|
|
112
113
|
"quarters": ["Q1", "Q2", "Q3", "Q4"],
|
package/lib/cjs/i18n/zh-CN.json
CHANGED
package/lib/cjs/i18n/zh-HK.json
CHANGED
package/lib/mjs/i18n/en-US.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"passwordRepeatError": "The two passwords entered are inconsistent",
|
|
108
108
|
"passwordTip": "The password cannot be less than 6 characters and contains at least one letter and number",
|
|
109
109
|
"previousStep": "Previous",
|
|
110
|
+
"print": "Print",
|
|
110
111
|
"prompt": "Input",
|
|
111
112
|
"pullToRefresh": "Pull down to refresh",
|
|
112
113
|
"quarters": ["Q1", "Q2", "Q3", "Q4"],
|
package/lib/mjs/i18n/zh-CN.json
CHANGED
package/lib/mjs/i18n/zh-HK.json
CHANGED
package/package.json
CHANGED
package/src/i18n/en-US.json
CHANGED
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"passwordRepeatError": "The two passwords entered are inconsistent",
|
|
108
108
|
"passwordTip": "The password cannot be less than 6 characters and contains at least one letter and number",
|
|
109
109
|
"previousStep": "Previous",
|
|
110
|
+
"print": "Print",
|
|
110
111
|
"prompt": "Input",
|
|
111
112
|
"pullToRefresh": "Pull down to refresh",
|
|
112
113
|
"quarters": ["Q1", "Q2", "Q3", "Q4"],
|
package/src/i18n/zh-CN.json
CHANGED
package/src/i18n/zh-HK.json
CHANGED