@bitrix24/b24ui-nuxt 0.4.3 → 0.4.4
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/meta.cjs +50 -0
- package/dist/meta.d.cts +50 -0
- package/dist/meta.d.mts +50 -0
- package/dist/meta.d.ts +50 -0
- package/dist/meta.mjs +50 -0
- package/dist/module.json +1 -1
- package/dist/runtime/locale/ar.js +55 -0
- package/dist/runtime/locale/br.d.ts +2 -0
- package/dist/runtime/locale/br.js +54 -0
- package/dist/runtime/locale/de.d.ts +2 -0
- package/dist/runtime/locale/de.js +54 -0
- package/dist/runtime/locale/en.js +6 -0
- package/dist/runtime/locale/fr.d.ts +2 -0
- package/dist/runtime/locale/fr.js +54 -0
- package/dist/runtime/locale/id.d.ts +2 -0
- package/dist/runtime/locale/id.js +54 -0
- package/dist/runtime/locale/index.d.ts +44 -1
- package/dist/runtime/locale/index.js +17 -1
- package/dist/runtime/locale/it.d.ts +2 -0
- package/dist/runtime/locale/it.js +54 -0
- package/dist/runtime/locale/ja.d.ts +2 -0
- package/dist/runtime/locale/ja.js +54 -0
- package/dist/runtime/locale/kz.d.ts +2 -0
- package/dist/runtime/locale/kz.js +54 -0
- package/dist/runtime/locale/la.d.ts +2 -0
- package/dist/runtime/locale/{es.js → la.js} +7 -1
- package/dist/runtime/locale/ms.d.ts +2 -0
- package/dist/runtime/locale/ms.js +54 -0
- package/dist/runtime/locale/pl.d.ts +2 -0
- package/dist/runtime/locale/pl.js +54 -0
- package/dist/runtime/locale/ru.js +6 -0
- package/dist/runtime/locale/sc.d.ts +2 -0
- package/dist/runtime/locale/sc.js +54 -0
- package/dist/runtime/locale/tc.d.ts +2 -0
- package/dist/runtime/locale/tc.js +54 -0
- package/dist/runtime/locale/th.d.ts +2 -0
- package/dist/runtime/locale/th.js +54 -0
- package/dist/runtime/locale/tr.d.ts +2 -0
- package/dist/runtime/locale/tr.js +54 -0
- package/dist/runtime/locale/ua.d.ts +2 -0
- package/dist/runtime/locale/ua.js +54 -0
- package/dist/runtime/locale/vn.d.ts +2 -0
- package/dist/runtime/locale/vn.js +54 -0
- package/dist/runtime/types/locale.d.ts +6 -0
- package/package.json +1 -1
- /package/dist/runtime/locale/{es.d.ts → ar.d.ts} +0 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { defineLocale } from "../composables/defineLocale.js";
|
|
2
|
+
export default defineLocale({
|
|
3
|
+
name: "Ti\u1EBFng Vi\u1EC7t",
|
|
4
|
+
code: "vn",
|
|
5
|
+
messages: {
|
|
6
|
+
inputMenu: {
|
|
7
|
+
noMatch: "Kh\xF4ng c\xF3 k\u1EBFt qu\u1EA3 ph\xF9 h\u1EE3p",
|
|
8
|
+
noData: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u",
|
|
9
|
+
create: 'T\u1EA1o "{label}"'
|
|
10
|
+
},
|
|
11
|
+
calendar: {
|
|
12
|
+
prevYear: "N\u0103m tr\u01B0\u1EDBc",
|
|
13
|
+
nextYear: "N\u0103m sau",
|
|
14
|
+
prevMonth: "Th\xE1ng tr\u01B0\u1EDBc",
|
|
15
|
+
nextMonth: "Th\xE1ng sau"
|
|
16
|
+
},
|
|
17
|
+
inputNumber: {
|
|
18
|
+
increment: "T\u0103ng",
|
|
19
|
+
decrement: "Gi\u1EA3m"
|
|
20
|
+
},
|
|
21
|
+
commandPalette: {
|
|
22
|
+
placeholder: "Nh\u1EADp l\u1EC7nh ho\u1EB7c t\xECm ki\u1EBFm...",
|
|
23
|
+
noMatch: "Kh\xF4ng c\xF3 k\u1EBFt qu\u1EA3 ph\xF9 h\u1EE3p",
|
|
24
|
+
noData: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u",
|
|
25
|
+
close: "\u0110\xF3ng"
|
|
26
|
+
},
|
|
27
|
+
selectMenu: {
|
|
28
|
+
noMatch: "Kh\xF4ng c\xF3 k\u1EBFt qu\u1EA3 ph\xF9 h\u1EE3p",
|
|
29
|
+
noData: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u",
|
|
30
|
+
create: 'T\u1EA1o "{label}"',
|
|
31
|
+
search: "T\xECm ki\u1EBFm..."
|
|
32
|
+
},
|
|
33
|
+
toast: {
|
|
34
|
+
close: "\u0110\xF3ng"
|
|
35
|
+
},
|
|
36
|
+
carousel: {
|
|
37
|
+
prev: "Tr\u01B0\u1EDBc",
|
|
38
|
+
next: "Sau",
|
|
39
|
+
goto: "\u0110i t\u1EDBi \xF4 {slide}"
|
|
40
|
+
},
|
|
41
|
+
modal: {
|
|
42
|
+
close: "\u0110\xF3ng"
|
|
43
|
+
},
|
|
44
|
+
slideover: {
|
|
45
|
+
close: "\u0110\xF3ng"
|
|
46
|
+
},
|
|
47
|
+
alert: {
|
|
48
|
+
close: "\u0110\xF3ng"
|
|
49
|
+
},
|
|
50
|
+
table: {
|
|
51
|
+
noData: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
});
|
package/package.json
CHANGED
|
File without changes
|