移动目录

This commit is contained in:
CrescentLeaf
2025-11-23 13:27:15 +08:00
parent f13623f4fc
commit 1cb8ac3fff
479 changed files with 49 additions and 49 deletions

8
mdui_patched/locales/ar-eg.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `يرجى تطابق التنسيق المطلوب.`,
'functions.alert.confirmText': `حسنًا`,
'functions.confirm.cancelText': `إلغاء`,
'functions.confirm.confirmText': `حسنًا`,
'functions.prompt.cancelText': `إلغاء`,
'functions.prompt.confirmText': `حسنًا`,
};

8
mdui_patched/locales/az-az.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Zəhmət olmasa, tələb olunan formatla uyğun gəlin.`,
'functions.alert.confirmText': `Oldu`,
'functions.confirm.cancelText': `Ləğv et`,
'functions.confirm.confirmText': `Oldu`,
'functions.prompt.cancelText': `Ləğv et`,
'functions.prompt.confirmText': `Oldu`,
};

8
mdui_patched/locales/be-by.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Калі ласка, адпавядайце патрабаванаму фармату.`,
'functions.alert.confirmText': `Добра`,
'functions.confirm.cancelText': `Адмяніць`,
'functions.confirm.confirmText': `Добра`,
'functions.prompt.cancelText': `Адмяніць`,
'functions.prompt.confirmText': `Добра`,
};

8
mdui_patched/locales/bg-bg.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Моля, съответствайте на изискания формат.`,
'functions.alert.confirmText': `ОК`,
'functions.confirm.cancelText': `Отказ`,
'functions.confirm.confirmText': `ОК`,
'functions.prompt.cancelText': `Отказ`,
'functions.prompt.confirmText': `ОК`,
};

8
mdui_patched/locales/bn-bd.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `অনুগ্রহ করে অনুরোধিত ফরম্যাটের মেল দেওয়া হবে।`,
'functions.alert.confirmText': `ঠিক আছে`,
'functions.confirm.cancelText': `বাতিল করুন`,
'functions.confirm.confirmText': `ঠিক আছে`,
'functions.prompt.cancelText': `বাতিল করুন`,
'functions.prompt.confirmText': `ঠিক আছে`,
};

8
mdui_patched/locales/ca-es.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Si us plau, compleix el format sol·licitat.`,
'functions.alert.confirmText': `D'acord`,
'functions.confirm.cancelText': `Cancel·lar`,
'functions.confirm.confirmText': `D'acord`,
'functions.prompt.cancelText': `Cancel·lar`,
'functions.prompt.confirmText': `D'acord`,
};

8
mdui_patched/locales/cs-cz.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Prosím, zadejte požadovaný formát.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Zrušit`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Zrušit`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/da-dk.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Venligst match den ønskede form.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Annuller`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Annuller`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/de-de.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Bitte passen Sie das angeforderte Format an.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Abbrechen`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Abbrechen`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/el-gr.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Παρακαλώ ταιριάστε με το απαιτούμενο μορφότυπο.`,
'functions.alert.confirmText': `Εντάξει`,
'functions.confirm.cancelText': `Ακύρωση`,
'functions.confirm.confirmText': `Εντάξει`,
'functions.prompt.cancelText': `Ακύρωση`,
'functions.prompt.confirmText': `Εντάξει`,
};

8
mdui_patched/locales/en-gb.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Please match the requested format.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Cancel`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Cancel`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/es-es.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Por favor, cumpla con el formato solicitado.`,
'functions.alert.confirmText': `Aceptar`,
'functions.confirm.cancelText': `Cancelar`,
'functions.confirm.confirmText': `Aceptar`,
'functions.prompt.cancelText': `Cancelar`,
'functions.prompt.confirmText': `Aceptar`,
};

8
mdui_patched/locales/et-ee.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Palun vastake nõutud formaadiga.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Loobu`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Loobu`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/fa-ir.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `لطفاً به فرمت درخواست شده مطابقت دهید.`,
'functions.alert.confirmText': `تایید`,
'functions.confirm.cancelText': `لغو`,
'functions.confirm.confirmText': `تایید`,
'functions.prompt.cancelText': `لغو`,
'functions.prompt.confirmText': `تایید`,
};

8
mdui_patched/locales/fi-fi.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Ole hyvä ja vastaa pyydettyä muotoa.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Peruuta`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Peruuta`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/fr-be.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Veuillez respecter le format demandé.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Annuler`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Annuler`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/fr-ca.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Veuillez respecter le format demandé.`,
'functions.alert.confirmText': `D'accord`,
'functions.confirm.cancelText': `Annuler`,
'functions.confirm.confirmText': `D'accord`,
'functions.prompt.cancelText': `Annuler`,
'functions.prompt.confirmText': `D'accord`,
};

8
mdui_patched/locales/fr-fr.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Veuillez respecter le format demandé.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Annuler`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Annuler`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/ga-ie.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Tabhair aghaidh ar an bhformáid a iarradh, le do thoil.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Cealaigh`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Cealaigh`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/gl-es.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Por favor, concorda co formato solicitado.`,
'functions.alert.confirmText': `Aceptar`,
'functions.confirm.cancelText': `Cancelar`,
'functions.confirm.confirmText': `Aceptar`,
'functions.prompt.cancelText': `Cancelar`,
'functions.prompt.confirmText': `Aceptar`,
};

8
mdui_patched/locales/he-il.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `אנא התאים לפורמט המבוקש.`,
'functions.alert.confirmText': `אישור`,
'functions.confirm.cancelText': `ביטול`,
'functions.confirm.confirmText': `אישור`,
'functions.prompt.cancelText': `ביטול`,
'functions.prompt.confirmText': `אישור`,
};

8
mdui_patched/locales/hi-in.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `कृपया अनुरोधित स्वरूप को मेल खाएँ।`,
'functions.alert.confirmText': `ठीक है`,
'functions.confirm.cancelText': `रद्द करें`,
'functions.confirm.confirmText': `ठीक है`,
'functions.prompt.cancelText': `रद्द करें`,
'functions.prompt.confirmText': `ठीक है`,
};

8
mdui_patched/locales/hr-hr.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Molimo podudarajte se s traženim formatom.`,
'functions.alert.confirmText': `U redu`,
'functions.confirm.cancelText': `Odustani`,
'functions.confirm.confirmText': `U redu`,
'functions.prompt.cancelText': `Odustani`,
'functions.prompt.confirmText': `U redu`,
};

8
mdui_patched/locales/hu-hu.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Kérlek, illeszd a kért formátumhoz.`,
'functions.alert.confirmText': `Rendben`,
'functions.confirm.cancelText': `Mégse`,
'functions.confirm.confirmText': `Rendben`,
'functions.prompt.cancelText': `Mégse`,
'functions.prompt.confirmText': `Rendben`,
};

8
mdui_patched/locales/hy-am.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Խնդրում ենք համապատասխանեք հայցվող ձևաչափին։`,
'functions.alert.confirmText': `Լավ`,
'functions.confirm.cancelText': `Չեղարկել`,
'functions.confirm.confirmText': `Լավ`,
'functions.prompt.cancelText': `Չեղարկել`,
'functions.prompt.confirmText': `Լավ`,
};

8
mdui_patched/locales/id-id.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Harap sesuaikan format yang diminta.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Batalkan`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Batalkan`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/is-is.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Vinsamlegast samsvarið við beiðni um snið.`,
'functions.alert.confirmText': `Í lagi`,
'functions.confirm.cancelText': `Hætta við`,
'functions.confirm.confirmText': `Í lagi`,
'functions.prompt.cancelText': `Hætta við`,
'functions.prompt.confirmText': `Í lagi`,
};

8
mdui_patched/locales/it-it.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Si prega di corrispondere al formato richiesto.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Annulla`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Annulla`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/ja-jp.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `要求された形式と一致させてください。`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `キャンセル`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `キャンセル`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/ka-ge.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `გთხოვთ, შეიყვანოთ მოთხოვნილი ფორმატი.`,
'functions.alert.confirmText': `კარგი`,
'functions.confirm.cancelText': `გაუქმება`,
'functions.confirm.confirmText': `კარგი`,
'functions.prompt.cancelText': `გაუქმება`,
'functions.prompt.confirmText': `კარგი`,
};

8
mdui_patched/locales/kk-kz.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Сұрақтың талап еткен пішіні тексеріңіз.`,
'functions.alert.confirmText': `Жақсы`,
'functions.confirm.cancelText': `Болдырмау`,
'functions.confirm.confirmText': `Жақсы`,
'functions.prompt.cancelText': `Болдырмау`,
'functions.prompt.confirmText': `Жақсы`,
};

8
mdui_patched/locales/km-kh.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `សូមផ្គូផ្គងទៅនឹងទ្រង់ទ្រាយដែលបានស្នើរ។`,
'functions.alert.confirmText': `យល់ព្រម`,
'functions.confirm.cancelText': `បោះបង់`,
'functions.confirm.confirmText': `យល់ព្រម`,
'functions.prompt.cancelText': `បោះបង់`,
'functions.prompt.confirmText': `យល់ព្រម`,
};

8
mdui_patched/locales/kmr-iq.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `تکایە یەکخستنەوە لەگەڵ فۆرماتی داواکراو.`,
'functions.alert.confirmText': `باشە`,
'functions.confirm.cancelText': `هەڵوەشاندنەوە`,
'functions.confirm.confirmText': `باشە`,
'functions.prompt.cancelText': `هەڵوەشاندنەوە`,
'functions.prompt.confirmText': `باشە`,
};

8
mdui_patched/locales/kn-in.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `ಕೋರಿದ ನಮೂನೆಯನ್ನು ಹೊಂದಿಸಿ.`,
'functions.alert.confirmText': `ಸರಿ`,
'functions.confirm.cancelText': `ರದ್ದು ಮಾಡು`,
'functions.confirm.confirmText': `ಸರಿ`,
'functions.prompt.cancelText': `ರದ್ದು ಮಾಡು`,
'functions.prompt.confirmText': `ಸರಿ`,
};

8
mdui_patched/locales/ko-kr.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `요청된 형식과 일치시켜 주세요.`,
'functions.alert.confirmText': `확인`,
'functions.confirm.cancelText': `취소`,
'functions.confirm.confirmText': `확인`,
'functions.prompt.cancelText': `취소`,
'functions.prompt.confirmText': `확인`,
};

8
mdui_patched/locales/lt-lt.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Prašome atitikti prašomą formatą.`,
'functions.alert.confirmText': `Gerai`,
'functions.confirm.cancelText': `Atšaukti`,
'functions.confirm.confirmText': `Gerai`,
'functions.prompt.cancelText': `Atšaukti`,
'functions.prompt.confirmText': `Gerai`,
};

8
mdui_patched/locales/lv-lv.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Lūdzu, atbilstiet pieprasītajam formātam.`,
'functions.alert.confirmText': `Labi`,
'functions.confirm.cancelText': `Atcelt`,
'functions.confirm.confirmText': `Labi`,
'functions.prompt.cancelText': `Atcelt`,
'functions.prompt.confirmText': `Labi`,
};

8
mdui_patched/locales/mk-mk.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Ве молиме, внесете го бараниот формат.`,
'functions.alert.confirmText': `Во ред`,
'functions.confirm.cancelText': `Откажи`,
'functions.confirm.confirmText': `Во ред`,
'functions.prompt.cancelText': `Откажи`,
'functions.prompt.confirmText': `Во ред`,
};

8
mdui_patched/locales/ml-in.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `ദയവായി അനുഗ്രഹിക്കുക, അഭ്യർത്ഥിച്ച ഫോർമാറ്റ് പൊരുതുക.`,
'functions.alert.confirmText': `ശരി`,
'functions.confirm.cancelText': `റദ്ദാക്കുക`,
'functions.confirm.confirmText': `ശരി`,
'functions.prompt.cancelText': `റദ്ദാക്കുക`,
'functions.prompt.confirmText': `ശരി`,
};

8
mdui_patched/locales/mn-mn.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Та хүссэн загвартай тааруулж байхаар оруулна уу.`,
'functions.alert.confirmText': `Зөв`,
'functions.confirm.cancelText': `Цуцлах`,
'functions.confirm.confirmText': `Зөв`,
'functions.prompt.cancelText': `Цуцлах`,
'functions.prompt.confirmText': `Зөв`,
};

8
mdui_patched/locales/ms-my.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Sila padankan format yang diminta.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Batal`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Batal`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/nb-no.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Vennligst match den forespurte formatet.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Avbryt`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Avbryt`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/ne-np.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `कृपया अनुरोधित स्वरूपको मेल खाली जानुहोस्।`,
'functions.alert.confirmText': `ठिक छ`,
'functions.confirm.cancelText': `रद्द गर्नुहोस्`,
'functions.confirm.confirmText': `ठिक छ`,
'functions.prompt.cancelText': `रद्द गर्नुहोस्`,
'functions.prompt.confirmText': `ठिक छ`,
};

8
mdui_patched/locales/nl-be.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Gelieve het gevraagde formaat overeen te laten komen.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Annuleren`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Annuleren`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/nl-nl.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Graag overeenkomen met het gevraagde formaat.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Annuleren`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Annuleren`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/pl-pl.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Proszę dopasować wymagany format.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Anuluj`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Anuluj`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/pt-br.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Por favor, corresponda ao formato solicitado.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Cancelar`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Cancelar`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/pt-pt.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Por favor, corresponda ao formato solicitado.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Cancelar`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Cancelar`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/ro-ro.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Vă rugăm să respectați formatul solicitat.`,
'functions.alert.confirmText': `OK`,
'functions.confirm.cancelText': `Anulare`,
'functions.confirm.confirmText': `OK`,
'functions.prompt.cancelText': `Anulare`,
'functions.prompt.confirmText': `OK`,
};

8
mdui_patched/locales/ru-ru.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export declare const templates: {
'components.textField.patternError': string;
'functions.alert.confirmText': string;
'functions.confirm.cancelText': string;
'functions.confirm.confirmText': string;
'functions.prompt.cancelText': string;
'functions.prompt.confirmText': string;
};

View File

@@ -0,0 +1,10 @@
// Do not modify this file by hand!
// Re-generate this file by running lit-localize
export const templates = {
'components.textField.patternError': `Пожалуйста, соответствуйте запрашиваемому формату.`,
'functions.alert.confirmText': `ОК`,
'functions.confirm.cancelText': `Отмена`,
'functions.confirm.confirmText': `ОК`,
'functions.prompt.cancelText': `Отмена`,
'functions.prompt.confirmText': `ОК`,
};

Some files were not shown because too many files have changed in this diff Show More