@maz-ui/translations 4.1.7-beta.6 → 4.1.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/dist/index.d.mts +48 -0
- package/dist/index.d.ts +48 -0
- package/dist/locales/de.mjs +7 -1
- package/dist/locales/en.mjs +7 -1
- package/dist/locales/es.mjs +7 -1
- package/dist/locales/fr.mjs +7 -1
- package/dist/locales/it.mjs +7 -1
- package/dist/locales/ja.mjs +7 -1
- package/dist/locales/pt.mjs +7 -1
- package/dist/locales/zh-CN.mjs +7 -1
- package/package.json +5 -6
package/dist/index.d.mts
CHANGED
|
@@ -23,6 +23,12 @@ declare const _default$7: {
|
|
|
23
23
|
fileMaxCount: string;
|
|
24
24
|
fileMaxSize: string;
|
|
25
25
|
fileTypes: string;
|
|
26
|
+
types: {
|
|
27
|
+
image: string;
|
|
28
|
+
video: string;
|
|
29
|
+
audio: string;
|
|
30
|
+
text: string;
|
|
31
|
+
};
|
|
26
32
|
};
|
|
27
33
|
datePicker: {
|
|
28
34
|
shortcuts: {
|
|
@@ -132,6 +138,12 @@ declare const _default$6: {
|
|
|
132
138
|
fileMaxCount: string;
|
|
133
139
|
fileMaxSize: string;
|
|
134
140
|
fileTypes: string;
|
|
141
|
+
types: {
|
|
142
|
+
image: string;
|
|
143
|
+
video: string;
|
|
144
|
+
audio: string;
|
|
145
|
+
text: string;
|
|
146
|
+
};
|
|
135
147
|
};
|
|
136
148
|
/**
|
|
137
149
|
* This is the translation for the date picker component.
|
|
@@ -258,6 +270,12 @@ declare const _default$5: {
|
|
|
258
270
|
fileMaxCount: string;
|
|
259
271
|
fileMaxSize: string;
|
|
260
272
|
fileTypes: string;
|
|
273
|
+
types: {
|
|
274
|
+
image: string;
|
|
275
|
+
video: string;
|
|
276
|
+
audio: string;
|
|
277
|
+
text: string;
|
|
278
|
+
};
|
|
261
279
|
};
|
|
262
280
|
datePicker: {
|
|
263
281
|
shortcuts: {
|
|
@@ -338,6 +356,12 @@ declare const _default$4: {
|
|
|
338
356
|
fileMaxCount: string;
|
|
339
357
|
fileMaxSize: string;
|
|
340
358
|
fileTypes: string;
|
|
359
|
+
types: {
|
|
360
|
+
image: string;
|
|
361
|
+
video: string;
|
|
362
|
+
audio: string;
|
|
363
|
+
text: string;
|
|
364
|
+
};
|
|
341
365
|
};
|
|
342
366
|
datePicker: {
|
|
343
367
|
shortcuts: {
|
|
@@ -418,6 +442,12 @@ declare const _default$3: {
|
|
|
418
442
|
fileMaxCount: string;
|
|
419
443
|
fileMaxSize: string;
|
|
420
444
|
fileTypes: string;
|
|
445
|
+
types: {
|
|
446
|
+
image: string;
|
|
447
|
+
video: string;
|
|
448
|
+
audio: string;
|
|
449
|
+
text: string;
|
|
450
|
+
};
|
|
421
451
|
};
|
|
422
452
|
datePicker: {
|
|
423
453
|
shortcuts: {
|
|
@@ -498,6 +528,12 @@ declare const _default$2: {
|
|
|
498
528
|
fileMaxCount: string;
|
|
499
529
|
fileMaxSize: string;
|
|
500
530
|
fileTypes: string;
|
|
531
|
+
types: {
|
|
532
|
+
image: string;
|
|
533
|
+
video: string;
|
|
534
|
+
audio: string;
|
|
535
|
+
text: string;
|
|
536
|
+
};
|
|
501
537
|
};
|
|
502
538
|
datePicker: {
|
|
503
539
|
shortcuts: {
|
|
@@ -578,6 +614,12 @@ declare const _default$1: {
|
|
|
578
614
|
fileMaxCount: string;
|
|
579
615
|
fileMaxSize: string;
|
|
580
616
|
fileTypes: string;
|
|
617
|
+
types: {
|
|
618
|
+
image: string;
|
|
619
|
+
video: string;
|
|
620
|
+
audio: string;
|
|
621
|
+
text: string;
|
|
622
|
+
};
|
|
581
623
|
};
|
|
582
624
|
datePicker: {
|
|
583
625
|
shortcuts: {
|
|
@@ -658,6 +700,12 @@ declare const _default: {
|
|
|
658
700
|
fileMaxCount: string;
|
|
659
701
|
fileMaxSize: string;
|
|
660
702
|
fileTypes: string;
|
|
703
|
+
types: {
|
|
704
|
+
image: string;
|
|
705
|
+
video: string;
|
|
706
|
+
audio: string;
|
|
707
|
+
text: string;
|
|
708
|
+
};
|
|
661
709
|
};
|
|
662
710
|
datePicker: {
|
|
663
711
|
shortcuts: {
|
package/dist/index.d.ts
CHANGED
|
@@ -23,6 +23,12 @@ declare const _default$7: {
|
|
|
23
23
|
fileMaxCount: string;
|
|
24
24
|
fileMaxSize: string;
|
|
25
25
|
fileTypes: string;
|
|
26
|
+
types: {
|
|
27
|
+
image: string;
|
|
28
|
+
video: string;
|
|
29
|
+
audio: string;
|
|
30
|
+
text: string;
|
|
31
|
+
};
|
|
26
32
|
};
|
|
27
33
|
datePicker: {
|
|
28
34
|
shortcuts: {
|
|
@@ -132,6 +138,12 @@ declare const _default$6: {
|
|
|
132
138
|
fileMaxCount: string;
|
|
133
139
|
fileMaxSize: string;
|
|
134
140
|
fileTypes: string;
|
|
141
|
+
types: {
|
|
142
|
+
image: string;
|
|
143
|
+
video: string;
|
|
144
|
+
audio: string;
|
|
145
|
+
text: string;
|
|
146
|
+
};
|
|
135
147
|
};
|
|
136
148
|
/**
|
|
137
149
|
* This is the translation for the date picker component.
|
|
@@ -258,6 +270,12 @@ declare const _default$5: {
|
|
|
258
270
|
fileMaxCount: string;
|
|
259
271
|
fileMaxSize: string;
|
|
260
272
|
fileTypes: string;
|
|
273
|
+
types: {
|
|
274
|
+
image: string;
|
|
275
|
+
video: string;
|
|
276
|
+
audio: string;
|
|
277
|
+
text: string;
|
|
278
|
+
};
|
|
261
279
|
};
|
|
262
280
|
datePicker: {
|
|
263
281
|
shortcuts: {
|
|
@@ -338,6 +356,12 @@ declare const _default$4: {
|
|
|
338
356
|
fileMaxCount: string;
|
|
339
357
|
fileMaxSize: string;
|
|
340
358
|
fileTypes: string;
|
|
359
|
+
types: {
|
|
360
|
+
image: string;
|
|
361
|
+
video: string;
|
|
362
|
+
audio: string;
|
|
363
|
+
text: string;
|
|
364
|
+
};
|
|
341
365
|
};
|
|
342
366
|
datePicker: {
|
|
343
367
|
shortcuts: {
|
|
@@ -418,6 +442,12 @@ declare const _default$3: {
|
|
|
418
442
|
fileMaxCount: string;
|
|
419
443
|
fileMaxSize: string;
|
|
420
444
|
fileTypes: string;
|
|
445
|
+
types: {
|
|
446
|
+
image: string;
|
|
447
|
+
video: string;
|
|
448
|
+
audio: string;
|
|
449
|
+
text: string;
|
|
450
|
+
};
|
|
421
451
|
};
|
|
422
452
|
datePicker: {
|
|
423
453
|
shortcuts: {
|
|
@@ -498,6 +528,12 @@ declare const _default$2: {
|
|
|
498
528
|
fileMaxCount: string;
|
|
499
529
|
fileMaxSize: string;
|
|
500
530
|
fileTypes: string;
|
|
531
|
+
types: {
|
|
532
|
+
image: string;
|
|
533
|
+
video: string;
|
|
534
|
+
audio: string;
|
|
535
|
+
text: string;
|
|
536
|
+
};
|
|
501
537
|
};
|
|
502
538
|
datePicker: {
|
|
503
539
|
shortcuts: {
|
|
@@ -578,6 +614,12 @@ declare const _default$1: {
|
|
|
578
614
|
fileMaxCount: string;
|
|
579
615
|
fileMaxSize: string;
|
|
580
616
|
fileTypes: string;
|
|
617
|
+
types: {
|
|
618
|
+
image: string;
|
|
619
|
+
video: string;
|
|
620
|
+
audio: string;
|
|
621
|
+
text: string;
|
|
622
|
+
};
|
|
581
623
|
};
|
|
582
624
|
datePicker: {
|
|
583
625
|
shortcuts: {
|
|
@@ -658,6 +700,12 @@ declare const _default: {
|
|
|
658
700
|
fileMaxCount: string;
|
|
659
701
|
fileMaxSize: string;
|
|
660
702
|
fileTypes: string;
|
|
703
|
+
types: {
|
|
704
|
+
image: string;
|
|
705
|
+
video: string;
|
|
706
|
+
audio: string;
|
|
707
|
+
text: string;
|
|
708
|
+
};
|
|
661
709
|
};
|
|
662
710
|
datePicker: {
|
|
663
711
|
shortcuts: {
|
package/dist/locales/de.mjs
CHANGED
|
@@ -19,7 +19,13 @@ const de = {
|
|
|
19
19
|
divider: "oder",
|
|
20
20
|
fileMaxCount: "Maximal {count} Dateien",
|
|
21
21
|
fileMaxSize: "Maximal {size} MB",
|
|
22
|
-
fileTypes: "Erlaubte Dateitypen: {types}"
|
|
22
|
+
fileTypes: "Erlaubte Dateitypen: {types}",
|
|
23
|
+
types: {
|
|
24
|
+
image: "Bilder",
|
|
25
|
+
video: "Videos",
|
|
26
|
+
audio: "Audios",
|
|
27
|
+
text: "Texte"
|
|
28
|
+
}
|
|
23
29
|
},
|
|
24
30
|
datePicker: {
|
|
25
31
|
shortcuts: {
|
package/dist/locales/en.mjs
CHANGED
|
@@ -48,7 +48,13 @@ const en = {
|
|
|
48
48
|
divider: "or",
|
|
49
49
|
fileMaxCount: "Maximum {count} files",
|
|
50
50
|
fileMaxSize: "Maximum {size} MB",
|
|
51
|
-
fileTypes: "Allowed file types: {types}"
|
|
51
|
+
fileTypes: "Allowed file types: {types}",
|
|
52
|
+
types: {
|
|
53
|
+
image: "images",
|
|
54
|
+
video: "videos",
|
|
55
|
+
audio: "audios",
|
|
56
|
+
text: "texts"
|
|
57
|
+
}
|
|
52
58
|
},
|
|
53
59
|
/**
|
|
54
60
|
* This is the translation for the date picker component.
|
package/dist/locales/es.mjs
CHANGED
|
@@ -19,7 +19,13 @@ const es = {
|
|
|
19
19
|
divider: "o",
|
|
20
20
|
fileMaxCount: "M\xE1ximo {count} archivos",
|
|
21
21
|
fileMaxSize: "M\xE1ximo {size} MB",
|
|
22
|
-
fileTypes: "Tipos de archivo permitidos: {types}"
|
|
22
|
+
fileTypes: "Tipos de archivo permitidos: {types}",
|
|
23
|
+
types: {
|
|
24
|
+
image: "im\xE1genes",
|
|
25
|
+
video: "v\xEDdeos",
|
|
26
|
+
audio: "audios",
|
|
27
|
+
text: "textos"
|
|
28
|
+
}
|
|
23
29
|
},
|
|
24
30
|
datePicker: {
|
|
25
31
|
shortcuts: {
|
package/dist/locales/fr.mjs
CHANGED
|
@@ -19,7 +19,13 @@ const fr = {
|
|
|
19
19
|
divider: "ou",
|
|
20
20
|
fileMaxCount: "Maximum {count} fichiers",
|
|
21
21
|
fileMaxSize: "Maximum {size} MB",
|
|
22
|
-
fileTypes: "Types de fichiers autoris\xE9s: {types}"
|
|
22
|
+
fileTypes: "Types de fichiers autoris\xE9s: {types}",
|
|
23
|
+
types: {
|
|
24
|
+
image: "images",
|
|
25
|
+
video: "videos",
|
|
26
|
+
audio: "audios",
|
|
27
|
+
text: "textes"
|
|
28
|
+
}
|
|
23
29
|
},
|
|
24
30
|
datePicker: {
|
|
25
31
|
shortcuts: {
|
package/dist/locales/it.mjs
CHANGED
|
@@ -19,7 +19,13 @@ const it = {
|
|
|
19
19
|
divider: "o",
|
|
20
20
|
fileMaxCount: "Massimo {count} file",
|
|
21
21
|
fileMaxSize: "Massimo {size} MB",
|
|
22
|
-
fileTypes: "Tipi di file consentiti: {types}"
|
|
22
|
+
fileTypes: "Tipi di file consentiti: {types}",
|
|
23
|
+
types: {
|
|
24
|
+
image: "immagini",
|
|
25
|
+
video: "video",
|
|
26
|
+
audio: "audio",
|
|
27
|
+
text: "testi"
|
|
28
|
+
}
|
|
23
29
|
},
|
|
24
30
|
datePicker: {
|
|
25
31
|
shortcuts: {
|
package/dist/locales/ja.mjs
CHANGED
|
@@ -19,7 +19,13 @@ const ja = {
|
|
|
19
19
|
divider: "\u307E\u305F\u306F",
|
|
20
20
|
fileMaxCount: "\u6700\u5927 {count} \u30D5\u30A1\u30A4\u30EB",
|
|
21
21
|
fileMaxSize: "\u6700\u5927 {size} MB",
|
|
22
|
-
fileTypes: "\u8A31\u53EF\u3055\u308C\u308B\u30D5\u30A1\u30A4\u30EB\u30BF\u30A4\u30D7\uFF1A{types}"
|
|
22
|
+
fileTypes: "\u8A31\u53EF\u3055\u308C\u308B\u30D5\u30A1\u30A4\u30EB\u30BF\u30A4\u30D7\uFF1A{types}",
|
|
23
|
+
types: {
|
|
24
|
+
image: "\u753B\u50CF",
|
|
25
|
+
video: "\u30D3\u30C7\u30AA",
|
|
26
|
+
audio: "\u97F3\u58F0",
|
|
27
|
+
text: "\u30C6\u30AD\u30B9\u30C8"
|
|
28
|
+
}
|
|
23
29
|
},
|
|
24
30
|
datePicker: {
|
|
25
31
|
shortcuts: {
|
package/dist/locales/pt.mjs
CHANGED
|
@@ -19,7 +19,13 @@ const pt = {
|
|
|
19
19
|
divider: "ou",
|
|
20
20
|
fileMaxCount: "M\xE1ximo {count} arquivos",
|
|
21
21
|
fileMaxSize: "M\xE1ximo {size} MB",
|
|
22
|
-
fileTypes: "Tipos de arquivo permitidos: {types}"
|
|
22
|
+
fileTypes: "Tipos de arquivo permitidos: {types}",
|
|
23
|
+
types: {
|
|
24
|
+
image: "imagens",
|
|
25
|
+
video: "v\xEDdeos",
|
|
26
|
+
audio: "audios",
|
|
27
|
+
text: "textos"
|
|
28
|
+
}
|
|
23
29
|
},
|
|
24
30
|
datePicker: {
|
|
25
31
|
shortcuts: {
|
package/dist/locales/zh-CN.mjs
CHANGED
|
@@ -19,7 +19,13 @@ const zhCN = {
|
|
|
19
19
|
divider: "\u6216",
|
|
20
20
|
fileMaxCount: "\u6700\u591A {count} \u4E2A\u6587\u4EF6",
|
|
21
21
|
fileMaxSize: "\u6700\u5927 {size} MB",
|
|
22
|
-
fileTypes: "\u5141\u8BB8\u7684\u6587\u4EF6\u7C7B\u578B\uFF1A{types}"
|
|
22
|
+
fileTypes: "\u5141\u8BB8\u7684\u6587\u4EF6\u7C7B\u578B\uFF1A{types}",
|
|
23
|
+
types: {
|
|
24
|
+
image: "\u56FE\u7247",
|
|
25
|
+
video: "\u89C6\u9891",
|
|
26
|
+
audio: "\u97F3\u9891",
|
|
27
|
+
text: "\u6587\u672C"
|
|
28
|
+
}
|
|
23
29
|
},
|
|
24
30
|
datePicker: {
|
|
25
31
|
shortcuts: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maz-ui/translations",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.1.7
|
|
4
|
+
"version": "4.1.7",
|
|
5
5
|
"description": "Translations for Maz-UI library",
|
|
6
6
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -45,23 +45,22 @@
|
|
|
45
45
|
"dev": "unbuild --stub",
|
|
46
46
|
"typecheck": "tsc --noEmit --skipLibCheck",
|
|
47
47
|
"lint": "cross-env NODE_ENV=production eslint .",
|
|
48
|
-
"lint:fix": "pnpm lint --fix"
|
|
49
|
-
"pre-commit": "lint-staged"
|
|
48
|
+
"lint:fix": "pnpm lint --fix"
|
|
50
49
|
},
|
|
51
50
|
"peerDependencies": {
|
|
52
51
|
"vue": "^3.5.0"
|
|
53
52
|
},
|
|
54
53
|
"dependencies": {
|
|
55
|
-
"@maz-ui/utils": "4.1.7
|
|
54
|
+
"@maz-ui/utils": "4.1.7"
|
|
56
55
|
},
|
|
57
56
|
"devDependencies": {
|
|
58
57
|
"unbuild": "^3.6.1",
|
|
59
|
-
"vue": "^3.5.
|
|
58
|
+
"vue": "^3.5.22"
|
|
60
59
|
},
|
|
61
60
|
"lint-staged": {
|
|
62
61
|
"*.{js,jsx,ts,tsx,mjs,mts,cjs,md,yml,json}": [
|
|
63
62
|
"eslint --fix"
|
|
64
63
|
]
|
|
65
64
|
},
|
|
66
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "e40beabe5a0c9bcc7ccad56258058e12e9aa5336"
|
|
67
66
|
}
|