vant 4.9.22 → 4.9.23
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/README.md +0 -2
- package/es/action-bar-icon/ActionBarIcon.d.ts +4 -0
- package/es/action-bar-icon/ActionBarIcon.mjs +12 -4
- package/es/action-bar-icon/index.css +1 -1
- package/es/action-bar-icon/index.d.ts +3 -0
- package/es/field/Field.mjs +2 -1
- package/es/floating-panel/FloatingPanel.d.ts +13 -0
- package/es/floating-panel/FloatingPanel.mjs +12 -0
- package/es/floating-panel/index.css +1 -1
- package/es/floating-panel/index.d.ts +9 -0
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/locale/lang/ar-SA.d.ts +1 -0
- package/es/locale/lang/ar-SA.mjs +10 -1
- package/es/locale/lang/bg-BG.d.ts +1 -0
- package/es/locale/lang/bg-BG.mjs +1 -0
- package/es/locale/lang/bn-BD.d.ts +1 -0
- package/es/locale/lang/bn-BD.mjs +1 -0
- package/es/locale/lang/da-DK.d.ts +1 -0
- package/es/locale/lang/da-DK.mjs +1 -0
- package/es/locale/lang/de-DE-formal.d.ts +1 -0
- package/es/locale/lang/de-DE-formal.mjs +1 -0
- package/es/locale/lang/de-DE.d.ts +1 -0
- package/es/locale/lang/de-DE.mjs +1 -0
- package/es/locale/lang/el-GR.d.ts +1 -0
- package/es/locale/lang/el-GR.mjs +1 -0
- package/es/locale/lang/en-US.d.ts +1 -0
- package/es/locale/lang/en-US.mjs +1 -0
- package/es/locale/lang/eo-EO.d.ts +1 -0
- package/es/locale/lang/eo-EO.mjs +1 -0
- package/es/locale/lang/es-ES.d.ts +1 -0
- package/es/locale/lang/es-ES.mjs +1 -0
- package/es/locale/lang/fa-IR.d.ts +1 -0
- package/es/locale/lang/fa-IR.mjs +1 -0
- package/es/locale/lang/fr-FR.d.ts +1 -0
- package/es/locale/lang/fr-FR.mjs +1 -0
- package/es/locale/lang/he-IL.d.ts +1 -0
- package/es/locale/lang/he-IL.mjs +1 -0
- package/es/locale/lang/hi-IN.d.ts +1 -0
- package/es/locale/lang/hi-IN.mjs +1 -0
- package/es/locale/lang/id-ID.d.ts +1 -0
- package/es/locale/lang/id-ID.mjs +1 -0
- package/es/locale/lang/is-IS.d.ts +1 -0
- package/es/locale/lang/is-IS.mjs +1 -0
- package/es/locale/lang/it-IT.d.ts +1 -0
- package/es/locale/lang/it-IT.mjs +1 -0
- package/es/locale/lang/ja-JP.d.ts +1 -0
- package/es/locale/lang/ja-JP.mjs +1 -0
- package/es/locale/lang/kk-KZ.d.ts +1 -0
- package/es/locale/lang/kk-KZ.mjs +1 -0
- package/es/locale/lang/km-KH.d.ts +1 -0
- package/es/locale/lang/km-KH.mjs +1 -0
- package/es/locale/lang/ko-KR.d.ts +1 -0
- package/es/locale/lang/ko-KR.mjs +1 -0
- package/es/locale/lang/la-LA.d.ts +1 -0
- package/es/locale/lang/la-LA.mjs +1 -0
- package/es/locale/lang/mm-MN.d.ts +1 -0
- package/es/locale/lang/mm-MN.mjs +1 -0
- package/es/locale/lang/nb-NO.d.ts +1 -0
- package/es/locale/lang/nb-NO.mjs +1 -0
- package/es/locale/lang/nl-NL.d.ts +1 -0
- package/es/locale/lang/nl-NL.mjs +1 -0
- package/es/locale/lang/pl-PL.d.ts +1 -0
- package/es/locale/lang/pl-PL.mjs +1 -0
- package/es/locale/lang/pt-BR.d.ts +1 -0
- package/es/locale/lang/pt-BR.mjs +1 -0
- package/es/locale/lang/ro-RO.d.ts +1 -0
- package/es/locale/lang/ro-RO.mjs +1 -0
- package/es/locale/lang/ru-RU.d.ts +1 -0
- package/es/locale/lang/ru-RU.mjs +1 -0
- package/es/locale/lang/sr-RS.d.ts +1 -0
- package/es/locale/lang/sr-RS.mjs +1 -0
- package/es/locale/lang/sv-SE.d.ts +1 -0
- package/es/locale/lang/sv-SE.mjs +1 -0
- package/es/locale/lang/th-TH.d.ts +1 -0
- package/es/locale/lang/th-TH.mjs +1 -0
- package/es/locale/lang/tr-TR.d.ts +1 -0
- package/es/locale/lang/tr-TR.mjs +1 -0
- package/es/locale/lang/uk-UA.d.ts +1 -0
- package/es/locale/lang/uk-UA.mjs +1 -0
- package/es/locale/lang/vi-VN.d.ts +1 -0
- package/es/locale/lang/vi-VN.mjs +1 -0
- package/es/locale/lang/zh-CN.d.ts +1 -0
- package/es/locale/lang/zh-CN.mjs +1 -0
- package/es/locale/lang/zh-HK.d.ts +1 -0
- package/es/locale/lang/zh-HK.mjs +1 -0
- package/es/locale/lang/zh-TW.d.ts +1 -0
- package/es/locale/lang/zh-TW.mjs +1 -0
- package/es/popup/index.d.ts +1 -0
- package/es/popup/index.mjs +7 -1
- package/es/progress/Progress.mjs +8 -4
- package/es/signature/Signature.d.ts +16 -0
- package/es/signature/Signature.mjs +32 -1
- package/es/signature/index.d.ts +11 -0
- package/es/signature/types.d.ts +1 -0
- package/es/swipe-cell/SwipeCell.d.ts +16 -0
- package/es/swipe-cell/SwipeCell.mjs +7 -2
- package/es/swipe-cell/index.d.ts +11 -0
- package/lib/action-bar-icon/ActionBarIcon.d.ts +4 -0
- package/lib/action-bar-icon/ActionBarIcon.js +12 -4
- package/lib/action-bar-icon/index.css +1 -1
- package/lib/action-bar-icon/index.d.ts +3 -0
- package/lib/field/Field.js +2 -1
- package/lib/floating-panel/FloatingPanel.d.ts +13 -0
- package/lib/floating-panel/FloatingPanel.js +12 -0
- package/lib/floating-panel/index.css +1 -1
- package/lib/floating-panel/index.d.ts +9 -0
- package/lib/index.css +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/lang/ar-SA.d.ts +1 -0
- package/lib/locale/lang/ar-SA.js +10 -1
- package/lib/locale/lang/bg-BG.d.ts +1 -0
- package/lib/locale/lang/bg-BG.js +1 -0
- package/lib/locale/lang/bn-BD.d.ts +1 -0
- package/lib/locale/lang/bn-BD.js +1 -0
- package/lib/locale/lang/da-DK.d.ts +1 -0
- package/lib/locale/lang/da-DK.js +1 -0
- package/lib/locale/lang/de-DE-formal.d.ts +1 -0
- package/lib/locale/lang/de-DE-formal.js +1 -0
- package/lib/locale/lang/de-DE.d.ts +1 -0
- package/lib/locale/lang/de-DE.js +1 -0
- package/lib/locale/lang/el-GR.d.ts +1 -0
- package/lib/locale/lang/el-GR.js +1 -0
- package/lib/locale/lang/en-US.d.ts +1 -0
- package/lib/locale/lang/en-US.js +1 -0
- package/lib/locale/lang/eo-EO.d.ts +1 -0
- package/lib/locale/lang/eo-EO.js +1 -0
- package/lib/locale/lang/es-ES.d.ts +1 -0
- package/lib/locale/lang/es-ES.js +1 -0
- package/lib/locale/lang/fa-IR.d.ts +1 -0
- package/lib/locale/lang/fa-IR.js +1 -0
- package/lib/locale/lang/fr-FR.d.ts +1 -0
- package/lib/locale/lang/fr-FR.js +1 -0
- package/lib/locale/lang/he-IL.d.ts +1 -0
- package/lib/locale/lang/he-IL.js +1 -0
- package/lib/locale/lang/hi-IN.d.ts +1 -0
- package/lib/locale/lang/hi-IN.js +1 -0
- package/lib/locale/lang/id-ID.d.ts +1 -0
- package/lib/locale/lang/id-ID.js +1 -0
- package/lib/locale/lang/is-IS.d.ts +1 -0
- package/lib/locale/lang/is-IS.js +1 -0
- package/lib/locale/lang/it-IT.d.ts +1 -0
- package/lib/locale/lang/it-IT.js +1 -0
- package/lib/locale/lang/ja-JP.d.ts +1 -0
- package/lib/locale/lang/ja-JP.js +1 -0
- package/lib/locale/lang/kk-KZ.d.ts +1 -0
- package/lib/locale/lang/kk-KZ.js +1 -0
- package/lib/locale/lang/km-KH.d.ts +1 -0
- package/lib/locale/lang/km-KH.js +1 -0
- package/lib/locale/lang/ko-KR.d.ts +1 -0
- package/lib/locale/lang/ko-KR.js +1 -0
- package/lib/locale/lang/la-LA.d.ts +1 -0
- package/lib/locale/lang/la-LA.js +1 -0
- package/lib/locale/lang/mm-MN.d.ts +1 -0
- package/lib/locale/lang/mm-MN.js +1 -0
- package/lib/locale/lang/nb-NO.d.ts +1 -0
- package/lib/locale/lang/nb-NO.js +1 -0
- package/lib/locale/lang/nl-NL.d.ts +1 -0
- package/lib/locale/lang/nl-NL.js +1 -0
- package/lib/locale/lang/pl-PL.d.ts +1 -0
- package/lib/locale/lang/pl-PL.js +1 -0
- package/lib/locale/lang/pt-BR.d.ts +1 -0
- package/lib/locale/lang/pt-BR.js +1 -0
- package/lib/locale/lang/ro-RO.d.ts +1 -0
- package/lib/locale/lang/ro-RO.js +1 -0
- package/lib/locale/lang/ru-RU.d.ts +1 -0
- package/lib/locale/lang/ru-RU.js +1 -0
- package/lib/locale/lang/sr-RS.d.ts +1 -0
- package/lib/locale/lang/sr-RS.js +1 -0
- package/lib/locale/lang/sv-SE.d.ts +1 -0
- package/lib/locale/lang/sv-SE.js +1 -0
- package/lib/locale/lang/th-TH.d.ts +1 -0
- package/lib/locale/lang/th-TH.js +1 -0
- package/lib/locale/lang/tr-TR.d.ts +1 -0
- package/lib/locale/lang/tr-TR.js +1 -0
- package/lib/locale/lang/uk-UA.d.ts +1 -0
- package/lib/locale/lang/uk-UA.js +1 -0
- package/lib/locale/lang/vi-VN.d.ts +1 -0
- package/lib/locale/lang/vi-VN.js +1 -0
- package/lib/locale/lang/zh-CN.d.ts +1 -0
- package/lib/locale/lang/zh-CN.js +1 -0
- package/lib/locale/lang/zh-HK.d.ts +1 -0
- package/lib/locale/lang/zh-HK.js +1 -0
- package/lib/locale/lang/zh-TW.d.ts +1 -0
- package/lib/locale/lang/zh-TW.js +1 -0
- package/lib/popup/index.d.ts +1 -0
- package/lib/popup/index.js +4 -1
- package/lib/progress/Progress.js +8 -4
- package/lib/signature/Signature.d.ts +16 -0
- package/lib/signature/Signature.js +32 -1
- package/lib/signature/index.d.ts +11 -0
- package/lib/signature/types.d.ts +1 -0
- package/lib/swipe-cell/SwipeCell.d.ts +16 -0
- package/lib/swipe-cell/SwipeCell.js +7 -2
- package/lib/swipe-cell/index.d.ts +11 -0
- package/lib/vant.cjs.js +77 -13
- package/lib/vant.es.js +77 -13
- package/lib/vant.js +80 -16
- package/lib/vant.min.js +3 -3
- package/lib/web-types.json +1 -1
- package/package.json +33 -33
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -226,7 +226,7 @@ __reExport(stdin_exports, require("./toast"), module.exports);
|
|
|
226
226
|
__reExport(stdin_exports, require("./tree-select"), module.exports);
|
|
227
227
|
__reExport(stdin_exports, require("./uploader"), module.exports);
|
|
228
228
|
__reExport(stdin_exports, require("./watermark"), module.exports);
|
|
229
|
-
const version = "4.9.
|
|
229
|
+
const version = "4.9.23";
|
|
230
230
|
function install(app) {
|
|
231
231
|
const components = [
|
|
232
232
|
import_action_bar.ActionBar,
|
package/lib/locale/lang/ar-SA.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u0627\u0644\u0647\u0627\u062A\u0641",
|
|
26
26
|
save: "\u062D\u0641\u0638",
|
|
27
27
|
clear: "\u0645\u0633\u062D",
|
|
28
|
+
undo: "\u062A\u0631\u0627\u062C\u0639",
|
|
28
29
|
cancel: "\u0625\u0644\u063A\u0627\u0621",
|
|
29
30
|
confirm: "\u062A\u0623\u0643\u064A\u062F",
|
|
30
31
|
delete: "\u062D\u0630\u0641",
|
|
@@ -37,7 +38,15 @@ var stdin_default = {
|
|
|
37
38
|
end: "\u0646\u0647\u0627\u064A\u0629",
|
|
38
39
|
start: "\u0628\u062F\u0627\u064A\u0629",
|
|
39
40
|
title: "\u0627\u0644\u062A\u0642\u0648\u064A\u0645",
|
|
40
|
-
weekdays: [
|
|
41
|
+
weekdays: [
|
|
42
|
+
"\u0627\u0644\u0623\u062D\u062F",
|
|
43
|
+
"\u0627\u0644\u0627\u062B\u0646\u064A\u0646",
|
|
44
|
+
"\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621",
|
|
45
|
+
"\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621",
|
|
46
|
+
"\u0627\u0644\u062E\u0645\u064A\u0633",
|
|
47
|
+
"\u0627\u0644\u062C\u0645\u0639\u0629",
|
|
48
|
+
"\u0627\u0644\u0633\u0628\u062A"
|
|
49
|
+
],
|
|
41
50
|
monthTitle: (year, month) => `${year}/${month}`,
|
|
42
51
|
rangePrompt: (maxRange) => `\u0627\u062E\u062A\u0631 \u0644\u0627 \u064A\u0632\u064A\u062F \u0639\u0646 ${maxRange} \u0623\u064A\u0627\u0645`
|
|
43
52
|
},
|
package/lib/locale/lang/bg-BG.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D",
|
|
26
26
|
save: "\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435",
|
|
27
27
|
clear: "\u044F\u0441\u043D\u043E",
|
|
28
|
+
undo: "\u041E\u0442\u043C\u0435\u043D\u0438",
|
|
28
29
|
cancel: "\u041E\u0442\u043A\u0430\u0437",
|
|
29
30
|
confirm: "\u041F\u043E\u0442\u0432\u044A\u0440\u0434\u0438",
|
|
30
31
|
delete: "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435",
|
package/lib/locale/lang/bn-BD.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u09AB\u09CB\u09A8",
|
|
26
26
|
save: "\u09B8\u0982\u09B0\u0995\u09CD\u09B7\u09A3 \u0995\u09B0\u09C1\u09A8",
|
|
27
27
|
clear: "\u09AA\u09B0\u09BF\u09B7\u09CD\u0995\u09BE\u09B0",
|
|
28
|
+
undo: "\u09AA\u09C2\u09B0\u09CD\u09AC\u09BE\u09AC\u09B8\u09CD\u09A5\u09BE",
|
|
28
29
|
cancel: "\u09AC\u09BE\u09A4\u09BF\u09B2",
|
|
29
30
|
confirm: "\u09A8\u09BF\u09B6\u09CD\u099A\u09BF\u09A4 \u0995\u09B0\u09C1\u09A8",
|
|
30
31
|
delete: "\u09AE\u09C1\u099B\u09C1\u09A8",
|
package/lib/locale/lang/da-DK.js
CHANGED
package/lib/locale/lang/de-DE.js
CHANGED
package/lib/locale/lang/el-GR.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u03A4\u03B7\u03BB\u03AD\u03C6\u03C9\u03BD\u03BF",
|
|
26
26
|
save: "\u0391\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7",
|
|
27
27
|
clear: "\u03A3\u03B1\u03C6\u03AE",
|
|
28
|
+
undo: "\u0391\u03BD\u03B1\u03AF\u03C1\u03B5\u03C3\u03B7",
|
|
28
29
|
cancel: "\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7",
|
|
29
30
|
confirm: "\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7",
|
|
30
31
|
delete: "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE",
|
package/lib/locale/lang/en-US.js
CHANGED
package/lib/locale/lang/eo-EO.js
CHANGED
package/lib/locale/lang/es-ES.js
CHANGED
package/lib/locale/lang/fa-IR.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u062A\u0644\u0641\u0646",
|
|
26
26
|
save: "\u0630\u062E\u06CC\u0631\u0647",
|
|
27
27
|
clear: "\u067E\u0627\u06A9 \u06A9\u0631\u062F\u0646",
|
|
28
|
+
undo: "\u0648\u0627\u06AF\u0631\u062F",
|
|
28
29
|
cancel: "\u0627\u0646\u0635\u0631\u0627\u0641",
|
|
29
30
|
confirm: "\u062A\u0627\u06CC\u06CC\u062F",
|
|
30
31
|
delete: "\u062D\u0630\u0641",
|
package/lib/locale/lang/fr-FR.js
CHANGED
package/lib/locale/lang/he-IL.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u05D8\u05DC\u05E4\u05D5\u05DF",
|
|
26
26
|
save: "\u05E9\u05DE\u05D5\u05E8",
|
|
27
27
|
clear: "\u05D1\u05E8\u05D5\u05E8",
|
|
28
|
+
undo: "\u05D1\u05D8\u05DC",
|
|
28
29
|
cancel: "\u05D1\u05D9\u05D8\u05D5\u05DC",
|
|
29
30
|
confirm: "\u05D0\u05D9\u05E9\u05D5\u05E8",
|
|
30
31
|
delete: "\u05DE\u05D7\u05D9\u05E7\u05D4",
|
package/lib/locale/lang/hi-IN.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u092B\u093C\u094B\u0928",
|
|
26
26
|
save: "\u0938\u0939\u0947\u091C\u0947\u0902",
|
|
27
27
|
clear: "\u0938\u093E\u092B\u093C",
|
|
28
|
+
undo: "\u092A\u0942\u0930\u094D\u0935\u0935\u0924",
|
|
28
29
|
cancel: "\u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902",
|
|
29
30
|
confirm: "\u092A\u0941\u0937\u094D\u091F\u093F \u0915\u0930\u0928\u093E",
|
|
30
31
|
delete: "\u0939\u091F\u093E\u090F\u0902",
|
package/lib/locale/lang/id-ID.js
CHANGED
package/lib/locale/lang/is-IS.js
CHANGED
package/lib/locale/lang/it-IT.js
CHANGED
package/lib/locale/lang/ja-JP.js
CHANGED
package/lib/locale/lang/kk-KZ.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D",
|
|
26
26
|
save: "\u0421\u0430\u049B\u0442\u0430\u0443",
|
|
27
27
|
clear: "\u0422\u0430\u0437\u0430\u0440\u0442\u0443",
|
|
28
|
+
undo: "\u0411\u043E\u043B\u0434\u044B\u0440\u043C\u0430\u0443",
|
|
28
29
|
cancel: "\u0411\u0430\u0441\u0442\u0430\u0440\u0442\u0443",
|
|
29
30
|
confirm: "\u0420\u0430\u0441\u0442\u0430\u0443",
|
|
30
31
|
delete: "\u0416\u043E\u044E",
|
package/lib/locale/lang/km-KH.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u1791\u17BC\u179A\u179F\u17D0\u1796\u17D2\u1791",
|
|
26
26
|
save: "\u179A\u1780\u17D2\u179F\u17B6\u1791\u17BB\u1780",
|
|
27
27
|
clear: "\u1785\u17D2\u1794\u17B6\u179F\u17CB",
|
|
28
|
+
undo: "\u1798\u17B7\u1793\u1792\u17D2\u179C\u17BE\u179C\u17B7\u1789",
|
|
28
29
|
cancel: "\u1794\u17C4\u17C7\u1794\u1784\u17CB",
|
|
29
30
|
confirm: "\u1799\u179B\u17CB\u1796\u17D2\u179A\u1798",
|
|
30
31
|
delete: "\u179B\u17BB\u1794",
|
package/lib/locale/lang/ko-KR.js
CHANGED
package/lib/locale/lang/la-LA.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u0EC2\u0E97\u0EA5\u0EB0\u0EAA\u0EB1\u0E9A",
|
|
26
26
|
save: "\u0E9A\u0EB1\u0E99\u0E97\u0EB6\u0E81",
|
|
27
27
|
clear: "\u0E88\u0EB0\u0EC1\u0E88\u0EC9\u0E87",
|
|
28
|
+
undo: "\u0E8D\u0EBB\u0E81\u0EC0\u0EA5\u0EB5\u0E81",
|
|
28
29
|
cancel: "\u0E8D\u0EBB\u0E81\u0EC0\u0EA5\u0EB5\u0E81",
|
|
29
30
|
confirm: "\u0EA2\u0EB6\u0E99\u0EA2\u0EB1\u0E99",
|
|
30
31
|
delete: "\u0EA5\u0EB7\u0E9A",
|
package/lib/locale/lang/mm-MN.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u0423\u0442\u0430\u0441",
|
|
26
26
|
save: "\u0425\u0430\u0434\u0433\u0430\u043B\u0430\u0445",
|
|
27
27
|
clear: "\u0422\u043E\u0434\u043E\u0440\u0445\u043E\u0439",
|
|
28
|
+
undo: "\u0411\u0443\u0446\u0430\u0430\u0445",
|
|
28
29
|
cancel: "\u0426\u0443\u0446\u043B\u0430\u0445",
|
|
29
30
|
confirm: "\u0411\u0430\u0442\u0430\u043B\u0433\u0430\u0430\u0436\u0443\u0443\u043B\u0430\u0445",
|
|
30
31
|
delete: "\u0423\u0441\u0442\u0433\u0430\u0445",
|
package/lib/locale/lang/nb-NO.js
CHANGED
package/lib/locale/lang/nl-NL.js
CHANGED
package/lib/locale/lang/pl-PL.js
CHANGED
package/lib/locale/lang/pt-BR.js
CHANGED
package/lib/locale/lang/ro-RO.js
CHANGED
package/lib/locale/lang/ru-RU.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u0422\u0435\u043B\u0435\u0444\u043E\u043D",
|
|
26
26
|
save: "\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C",
|
|
27
27
|
clear: "\u041F\u0440\u043E\u0437\u0440\u0430\u0447\u043D\u044B\u0439",
|
|
28
|
+
undo: "\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C",
|
|
28
29
|
cancel: "\u041E\u0442\u043C\u0435\u043D\u0430",
|
|
29
30
|
confirm: "\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C",
|
|
30
31
|
delete: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C",
|
package/lib/locale/lang/sr-RS.js
CHANGED
package/lib/locale/lang/sv-SE.js
CHANGED
package/lib/locale/lang/th-TH.js
CHANGED
|
@@ -25,6 +25,7 @@ var stdin_default = {
|
|
|
25
25
|
tel: "\u0E42\u0E17\u0E23\u0E28\u0E31\u0E1E\u0E17\u0E4C",
|
|
26
26
|
save: "\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01",
|
|
27
27
|
clear: "\u0E0A\u0E31\u0E14\u0E40\u0E08\u0E19",
|
|
28
|
+
undo: "\u0E40\u0E25\u0E34\u0E01\u0E17\u0E33",
|
|
28
29
|
cancel: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
29
30
|
confirm: "\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19",
|
|
30
31
|
delete: "\u0E25\u0E1A",
|