mdui 2.0.6 → 2.1.1
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/components/dialog/index.js +3 -0
- package/components/select/index.d.ts +18 -0
- package/components/select/index.js +38 -2
- package/components/text-field/index.d.ts +2 -0
- package/components/text-field/index.js +26 -3
- package/custom-elements.json +95 -0
- package/functions/alert.d.ts +2 -0
- package/functions/alert.js +19 -4
- package/functions/confirm.d.ts +4 -0
- package/functions/confirm.js +33 -6
- package/functions/getLocale.d.ts +6 -0
- package/functions/getLocale.js +11 -0
- package/functions/getTheme.d.ts +1 -1
- package/functions/loadLocale.d.ts +6 -0
- package/functions/loadLocale.js +8 -0
- package/functions/prompt.d.ts +4 -0
- package/functions/prompt.js +35 -8
- package/functions/removeColorScheme.js +1 -1
- package/functions/setColorScheme.d.ts +1 -1
- package/functions/setColorScheme.js +1 -1
- package/functions/setLocale.d.ts +6 -0
- package/functions/setLocale.js +11 -0
- package/functions/setTheme.d.ts +1 -1
- package/internal/localeCodes.d.ts +13 -0
- package/internal/localeCodes.js +144 -0
- package/internal/localize.d.ts +32 -0
- package/internal/localize.js +55 -0
- package/locales/ar-eg.d.ts +8 -0
- package/locales/ar-eg.js +12 -0
- package/locales/az-az.d.ts +8 -0
- package/locales/az-az.js +12 -0
- package/locales/be-by.d.ts +8 -0
- package/locales/be-by.js +12 -0
- package/locales/bg-bg.d.ts +8 -0
- package/locales/bg-bg.js +12 -0
- package/locales/bn-bd.d.ts +8 -0
- package/locales/bn-bd.js +12 -0
- package/locales/ca-es.d.ts +8 -0
- package/locales/ca-es.js +12 -0
- package/locales/cs-cz.d.ts +8 -0
- package/locales/cs-cz.js +12 -0
- package/locales/da-dk.d.ts +8 -0
- package/locales/da-dk.js +12 -0
- package/locales/de-de.d.ts +8 -0
- package/locales/de-de.js +12 -0
- package/locales/el-gr.d.ts +8 -0
- package/locales/el-gr.js +12 -0
- package/locales/en-gb.d.ts +8 -0
- package/locales/en-gb.js +12 -0
- package/locales/es-es.d.ts +8 -0
- package/locales/es-es.js +12 -0
- package/locales/et-ee.d.ts +8 -0
- package/locales/et-ee.js +12 -0
- package/locales/fa-ir.d.ts +8 -0
- package/locales/fa-ir.js +12 -0
- package/locales/fi-fi.d.ts +8 -0
- package/locales/fi-fi.js +12 -0
- package/locales/fr-be.d.ts +8 -0
- package/locales/fr-be.js +12 -0
- package/locales/fr-ca.d.ts +8 -0
- package/locales/fr-ca.js +12 -0
- package/locales/fr-fr.d.ts +8 -0
- package/locales/fr-fr.js +12 -0
- package/locales/ga-ie.d.ts +8 -0
- package/locales/ga-ie.js +12 -0
- package/locales/gl-es.d.ts +8 -0
- package/locales/gl-es.js +12 -0
- package/locales/he-il.d.ts +8 -0
- package/locales/he-il.js +12 -0
- package/locales/hi-in.d.ts +8 -0
- package/locales/hi-in.js +12 -0
- package/locales/hr-hr.d.ts +8 -0
- package/locales/hr-hr.js +12 -0
- package/locales/hu-hu.d.ts +8 -0
- package/locales/hu-hu.js +12 -0
- package/locales/hy-am.d.ts +8 -0
- package/locales/hy-am.js +12 -0
- package/locales/id-id.d.ts +8 -0
- package/locales/id-id.js +12 -0
- package/locales/is-is.d.ts +8 -0
- package/locales/is-is.js +12 -0
- package/locales/it-it.d.ts +8 -0
- package/locales/it-it.js +12 -0
- package/locales/ja-jp.d.ts +8 -0
- package/locales/ja-jp.js +12 -0
- package/locales/ka-ge.d.ts +8 -0
- package/locales/ka-ge.js +12 -0
- package/locales/kk-kz.d.ts +8 -0
- package/locales/kk-kz.js +12 -0
- package/locales/km-kh.d.ts +8 -0
- package/locales/km-kh.js +12 -0
- package/locales/kmr-iq.d.ts +8 -0
- package/locales/kmr-iq.js +12 -0
- package/locales/kn-in.d.ts +8 -0
- package/locales/kn-in.js +12 -0
- package/locales/ko-kr.d.ts +8 -0
- package/locales/ko-kr.js +12 -0
- package/locales/lt-lt.d.ts +8 -0
- package/locales/lt-lt.js +12 -0
- package/locales/lv-lv.d.ts +8 -0
- package/locales/lv-lv.js +12 -0
- package/locales/mk-mk.d.ts +8 -0
- package/locales/mk-mk.js +12 -0
- package/locales/ml-in.d.ts +8 -0
- package/locales/ml-in.js +12 -0
- package/locales/mn-mn.d.ts +8 -0
- package/locales/mn-mn.js +12 -0
- package/locales/ms-my.d.ts +8 -0
- package/locales/ms-my.js +12 -0
- package/locales/nb-no.d.ts +8 -0
- package/locales/nb-no.js +12 -0
- package/locales/ne-np.d.ts +8 -0
- package/locales/ne-np.js +12 -0
- package/locales/nl-be.d.ts +8 -0
- package/locales/nl-be.js +12 -0
- package/locales/nl-nl.d.ts +8 -0
- package/locales/nl-nl.js +12 -0
- package/locales/pl-pl.d.ts +8 -0
- package/locales/pl-pl.js +12 -0
- package/locales/pt-br.d.ts +8 -0
- package/locales/pt-br.js +12 -0
- package/locales/pt-pt.d.ts +8 -0
- package/locales/pt-pt.js +12 -0
- package/locales/ro-ro.d.ts +8 -0
- package/locales/ro-ro.js +12 -0
- package/locales/ru-ru.d.ts +8 -0
- package/locales/ru-ru.js +12 -0
- package/locales/sk-sk.d.ts +8 -0
- package/locales/sk-sk.js +12 -0
- package/locales/sl-si.d.ts +8 -0
- package/locales/sl-si.js +12 -0
- package/locales/sr-rs.d.ts +8 -0
- package/locales/sr-rs.js +12 -0
- package/locales/sv-se.d.ts +8 -0
- package/locales/sv-se.js +12 -0
- package/locales/ta-in.d.ts +8 -0
- package/locales/ta-in.js +12 -0
- package/locales/th-th.d.ts +8 -0
- package/locales/th-th.js +12 -0
- package/locales/tr-tr.d.ts +8 -0
- package/locales/tr-tr.js +12 -0
- package/locales/uk-ua.d.ts +8 -0
- package/locales/uk-ua.js +12 -0
- package/locales/ur-pk.d.ts +8 -0
- package/locales/ur-pk.js +12 -0
- package/locales/vi-vn.d.ts +8 -0
- package/locales/vi-vn.js +12 -0
- package/locales/zh-cn.d.ts +8 -0
- package/locales/zh-cn.js +12 -0
- package/locales/zh-hk.d.ts +8 -0
- package/locales/zh-hk.js +12 -0
- package/locales/zh-tw.d.ts +8 -0
- package/locales/zh-tw.js +12 -0
- package/mdui.d.ts +5 -0
- package/mdui.esm.js +8 -8
- package/mdui.global.js +6 -6
- package/mdui.js +3 -0
- package/package.json +7 -4
- package/web-types.en.json +91 -1
- package/web-types.zh-cn.json +91 -1
- /package/{functions/utils → internal}/colorScheme.d.ts +0 -0
- /package/{functions/utils → internal}/colorScheme.js +0 -0
- /package/{functions/utils → internal}/theme.d.ts +0 -0
- /package/{functions/utils → internal}/theme.js +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/ga-ie.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Tabhair aghaidh ar an bhformáid a iarradh, le do thoil.`,
|
|
7
|
+
'functions.alert.confirmText': `OK`,
|
|
8
|
+
'functions.confirm.cancelText': `Cealaigh`,
|
|
9
|
+
'functions.confirm.confirmText': `OK`,
|
|
10
|
+
'functions.prompt.cancelText': `Cealaigh`,
|
|
11
|
+
'functions.prompt.confirmText': `OK`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/gl-es.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Por favor, concorda co formato solicitado.`,
|
|
7
|
+
'functions.alert.confirmText': `Aceptar`,
|
|
8
|
+
'functions.confirm.cancelText': `Cancelar`,
|
|
9
|
+
'functions.confirm.confirmText': `Aceptar`,
|
|
10
|
+
'functions.prompt.cancelText': `Cancelar`,
|
|
11
|
+
'functions.prompt.confirmText': `Aceptar`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/he-il.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `אנא התאים לפורמט המבוקש.`,
|
|
7
|
+
'functions.alert.confirmText': `אישור`,
|
|
8
|
+
'functions.confirm.cancelText': `ביטול`,
|
|
9
|
+
'functions.confirm.confirmText': `אישור`,
|
|
10
|
+
'functions.prompt.cancelText': `ביטול`,
|
|
11
|
+
'functions.prompt.confirmText': `אישור`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/hi-in.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `कृपया अनुरोधित स्वरूप को मेल खाएँ।`,
|
|
7
|
+
'functions.alert.confirmText': `ठीक है`,
|
|
8
|
+
'functions.confirm.cancelText': `रद्द करें`,
|
|
9
|
+
'functions.confirm.confirmText': `ठीक है`,
|
|
10
|
+
'functions.prompt.cancelText': `रद्द करें`,
|
|
11
|
+
'functions.prompt.confirmText': `ठीक है`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/hr-hr.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Molimo podudarajte se s traženim formatom.`,
|
|
7
|
+
'functions.alert.confirmText': `U redu`,
|
|
8
|
+
'functions.confirm.cancelText': `Odustani`,
|
|
9
|
+
'functions.confirm.confirmText': `U redu`,
|
|
10
|
+
'functions.prompt.cancelText': `Odustani`,
|
|
11
|
+
'functions.prompt.confirmText': `U redu`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/hu-hu.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Kérlek, illeszd a kért formátumhoz.`,
|
|
7
|
+
'functions.alert.confirmText': `Rendben`,
|
|
8
|
+
'functions.confirm.cancelText': `Mégse`,
|
|
9
|
+
'functions.confirm.confirmText': `Rendben`,
|
|
10
|
+
'functions.prompt.cancelText': `Mégse`,
|
|
11
|
+
'functions.prompt.confirmText': `Rendben`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/hy-am.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Խնդրում ենք համապատասխանեք հայցվող ձևաչափին։`,
|
|
7
|
+
'functions.alert.confirmText': `Լավ`,
|
|
8
|
+
'functions.confirm.cancelText': `Չեղարկել`,
|
|
9
|
+
'functions.confirm.confirmText': `Լավ`,
|
|
10
|
+
'functions.prompt.cancelText': `Չեղարկել`,
|
|
11
|
+
'functions.prompt.confirmText': `Լավ`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/id-id.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Harap sesuaikan format yang diminta.`,
|
|
7
|
+
'functions.alert.confirmText': `OK`,
|
|
8
|
+
'functions.confirm.cancelText': `Batalkan`,
|
|
9
|
+
'functions.confirm.confirmText': `OK`,
|
|
10
|
+
'functions.prompt.cancelText': `Batalkan`,
|
|
11
|
+
'functions.prompt.confirmText': `OK`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/is-is.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Vinsamlegast samsvarið við beiðni um snið.`,
|
|
7
|
+
'functions.alert.confirmText': `Í lagi`,
|
|
8
|
+
'functions.confirm.cancelText': `Hætta við`,
|
|
9
|
+
'functions.confirm.confirmText': `Í lagi`,
|
|
10
|
+
'functions.prompt.cancelText': `Hætta við`,
|
|
11
|
+
'functions.prompt.confirmText': `Í lagi`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/it-it.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Si prega di corrispondere al formato richiesto.`,
|
|
7
|
+
'functions.alert.confirmText': `OK`,
|
|
8
|
+
'functions.confirm.cancelText': `Annulla`,
|
|
9
|
+
'functions.confirm.confirmText': `OK`,
|
|
10
|
+
'functions.prompt.cancelText': `Annulla`,
|
|
11
|
+
'functions.prompt.confirmText': `OK`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/ja-jp.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `要求された形式と一致させてください。`,
|
|
7
|
+
'functions.alert.confirmText': `OK`,
|
|
8
|
+
'functions.confirm.cancelText': `キャンセル`,
|
|
9
|
+
'functions.confirm.confirmText': `OK`,
|
|
10
|
+
'functions.prompt.cancelText': `キャンセル`,
|
|
11
|
+
'functions.prompt.confirmText': `OK`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/ka-ge.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `გთხოვთ, შეიყვანოთ მოთხოვნილი ფორმატი.`,
|
|
7
|
+
'functions.alert.confirmText': `კარგი`,
|
|
8
|
+
'functions.confirm.cancelText': `გაუქმება`,
|
|
9
|
+
'functions.confirm.confirmText': `კარგი`,
|
|
10
|
+
'functions.prompt.cancelText': `გაუქმება`,
|
|
11
|
+
'functions.prompt.confirmText': `კარგი`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/kk-kz.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Сұрақтың талап еткен пішіні тексеріңіз.`,
|
|
7
|
+
'functions.alert.confirmText': `Жақсы`,
|
|
8
|
+
'functions.confirm.cancelText': `Болдырмау`,
|
|
9
|
+
'functions.confirm.confirmText': `Жақсы`,
|
|
10
|
+
'functions.prompt.cancelText': `Болдырмау`,
|
|
11
|
+
'functions.prompt.confirmText': `Жақсы`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/km-kh.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `សូមផ្គូផ្គងទៅនឹងទ្រង់ទ្រាយដែលបានស្នើរ។`,
|
|
7
|
+
'functions.alert.confirmText': `យល់ព្រម`,
|
|
8
|
+
'functions.confirm.cancelText': `បោះបង់`,
|
|
9
|
+
'functions.confirm.confirmText': `យល់ព្រម`,
|
|
10
|
+
'functions.prompt.cancelText': `បោះបង់`,
|
|
11
|
+
'functions.prompt.confirmText': `យល់ព្រម`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `تکایە یەکخستنەوە لەگەڵ فۆرماتی داواکراو.`,
|
|
7
|
+
'functions.alert.confirmText': `باشە`,
|
|
8
|
+
'functions.confirm.cancelText': `هەڵوەشاندنەوە`,
|
|
9
|
+
'functions.confirm.confirmText': `باشە`,
|
|
10
|
+
'functions.prompt.cancelText': `هەڵوەشاندنەوە`,
|
|
11
|
+
'functions.prompt.confirmText': `باشە`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/kn-in.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `ಕೋರಿದ ನಮೂನೆಯನ್ನು ಹೊಂದಿಸಿ.`,
|
|
7
|
+
'functions.alert.confirmText': `ಸರಿ`,
|
|
8
|
+
'functions.confirm.cancelText': `ರದ್ದು ಮಾಡು`,
|
|
9
|
+
'functions.confirm.confirmText': `ಸರಿ`,
|
|
10
|
+
'functions.prompt.cancelText': `ರದ್ದು ಮಾಡು`,
|
|
11
|
+
'functions.prompt.confirmText': `ಸರಿ`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/ko-kr.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `요청된 형식과 일치시켜 주세요.`,
|
|
7
|
+
'functions.alert.confirmText': `확인`,
|
|
8
|
+
'functions.confirm.cancelText': `취소`,
|
|
9
|
+
'functions.confirm.confirmText': `확인`,
|
|
10
|
+
'functions.prompt.cancelText': `취소`,
|
|
11
|
+
'functions.prompt.confirmText': `확인`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/lt-lt.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Prašome atitikti prašomą formatą.`,
|
|
7
|
+
'functions.alert.confirmText': `Gerai`,
|
|
8
|
+
'functions.confirm.cancelText': `Atšaukti`,
|
|
9
|
+
'functions.confirm.confirmText': `Gerai`,
|
|
10
|
+
'functions.prompt.cancelText': `Atšaukti`,
|
|
11
|
+
'functions.prompt.confirmText': `Gerai`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/lv-lv.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Lūdzu, atbilstiet pieprasītajam formātam.`,
|
|
7
|
+
'functions.alert.confirmText': `Labi`,
|
|
8
|
+
'functions.confirm.cancelText': `Atcelt`,
|
|
9
|
+
'functions.confirm.confirmText': `Labi`,
|
|
10
|
+
'functions.prompt.cancelText': `Atcelt`,
|
|
11
|
+
'functions.prompt.confirmText': `Labi`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/mk-mk.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Ве молиме, внесете го бараниот формат.`,
|
|
7
|
+
'functions.alert.confirmText': `Во ред`,
|
|
8
|
+
'functions.confirm.cancelText': `Откажи`,
|
|
9
|
+
'functions.confirm.confirmText': `Во ред`,
|
|
10
|
+
'functions.prompt.cancelText': `Откажи`,
|
|
11
|
+
'functions.prompt.confirmText': `Во ред`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/ml-in.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `ദയവായി അനുഗ്രഹിക്കുക, അഭ്യർത്ഥിച്ച ഫോർമാറ്റ് പൊരുതുക.`,
|
|
7
|
+
'functions.alert.confirmText': `ശരി`,
|
|
8
|
+
'functions.confirm.cancelText': `റദ്ദാക്കുക`,
|
|
9
|
+
'functions.confirm.confirmText': `ശരി`,
|
|
10
|
+
'functions.prompt.cancelText': `റദ്ദാക്കുക`,
|
|
11
|
+
'functions.prompt.confirmText': `ശരി`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/mn-mn.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Та хүссэн загвартай тааруулж байхаар оруулна уу.`,
|
|
7
|
+
'functions.alert.confirmText': `Зөв`,
|
|
8
|
+
'functions.confirm.cancelText': `Цуцлах`,
|
|
9
|
+
'functions.confirm.confirmText': `Зөв`,
|
|
10
|
+
'functions.prompt.cancelText': `Цуцлах`,
|
|
11
|
+
'functions.prompt.confirmText': `Зөв`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/ms-my.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Sila padankan format yang diminta.`,
|
|
7
|
+
'functions.alert.confirmText': `OK`,
|
|
8
|
+
'functions.confirm.cancelText': `Batal`,
|
|
9
|
+
'functions.confirm.confirmText': `OK`,
|
|
10
|
+
'functions.prompt.cancelText': `Batal`,
|
|
11
|
+
'functions.prompt.confirmText': `OK`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/nb-no.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Vennligst match den forespurte formatet.`,
|
|
7
|
+
'functions.alert.confirmText': `OK`,
|
|
8
|
+
'functions.confirm.cancelText': `Avbryt`,
|
|
9
|
+
'functions.confirm.confirmText': `OK`,
|
|
10
|
+
'functions.prompt.cancelText': `Avbryt`,
|
|
11
|
+
'functions.prompt.confirmText': `OK`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/ne-np.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `कृपया अनुरोधित स्वरूपको मेल खाली जानुहोस्।`,
|
|
7
|
+
'functions.alert.confirmText': `ठिक छ`,
|
|
8
|
+
'functions.confirm.cancelText': `रद्द गर्नुहोस्`,
|
|
9
|
+
'functions.confirm.confirmText': `ठिक छ`,
|
|
10
|
+
'functions.prompt.cancelText': `रद्द गर्नुहोस्`,
|
|
11
|
+
'functions.prompt.confirmText': `ठिक छ`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|
package/locales/nl-be.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Do not modify this file by hand!
|
|
2
|
+
// Re-generate this file by running lit-localize
|
|
3
|
+
/* eslint-disable no-irregular-whitespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
|
+
export const templates = {
|
|
6
|
+
'components.textField.patternError': `Gelieve het gevraagde formaat overeen te laten komen.`,
|
|
7
|
+
'functions.alert.confirmText': `OK`,
|
|
8
|
+
'functions.confirm.cancelText': `Annuleren`,
|
|
9
|
+
'functions.confirm.confirmText': `OK`,
|
|
10
|
+
'functions.prompt.cancelText': `Annuleren`,
|
|
11
|
+
'functions.prompt.confirmText': `OK`,
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const templates: {
|
|
2
|
+
'components.textField.patternError': string;
|
|
3
|
+
'functions.alert.confirmText': string;
|
|
4
|
+
'functions.confirm.cancelText': string;
|
|
5
|
+
'functions.confirm.confirmText': string;
|
|
6
|
+
'functions.prompt.cancelText': string;
|
|
7
|
+
'functions.prompt.confirmText': string;
|
|
8
|
+
};
|