mdui 2.1.2 → 2.1.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/components/bottom-app-bar/style.js +1 -1
- package/components/button/style.js +2 -2
- package/components/button-icon/style.js +2 -2
- package/components/card/style.js +1 -1
- package/components/checkbox/style.js +1 -1
- package/components/chip/style.js +2 -2
- package/components/collapse/collapse-item.js +1 -0
- package/components/dialog/style.js +1 -1
- package/components/divider/style.js +1 -1
- package/components/dropdown/index.js +9 -4
- package/components/fab/style.js +1 -1
- package/components/icon/index.js +1 -1
- package/components/layout/layout-style.js +1 -1
- package/components/list/list-item-style.js +2 -2
- package/components/list/list-item.js +5 -4
- package/components/menu/menu-item-style.js +1 -1
- package/components/navigation-bar/navigation-bar-style.js +1 -1
- package/components/navigation-drawer/index.d.ts +1 -0
- package/components/navigation-drawer/index.js +17 -11
- package/components/navigation-drawer/style.js +1 -1
- package/components/navigation-rail/navigation-rail-style.js +1 -1
- package/components/radio/radio-style.js +1 -1
- package/components/segmented-button/segmented-button-group-style.js +1 -1
- package/components/segmented-button/segmented-button-style.js +1 -1
- package/components/select/index.d.ts +0 -2
- package/components/select/index.js +4 -5
- package/components/slider/slider-base-style.js +1 -1
- package/components/snackbar/index.d.ts +12 -0
- package/components/snackbar/index.js +105 -46
- package/components/snackbar/style.js +1 -1
- package/components/switch/style.js +1 -1
- package/components/tabs/tab-style.js +1 -1
- package/components/tabs/tabs-style.js +1 -1
- package/components/tabs/tabs.d.ts +2 -2
- package/components/tabs/tabs.js +6 -4
- package/components/text-field/index.d.ts +5 -7
- package/components/text-field/index.js +32 -36
- package/components/text-field/style.js +1 -1
- package/components/tooltip/index.d.ts +1 -1
- package/components/tooltip/index.js +10 -8
- package/components/top-app-bar/top-app-bar-style.js +1 -1
- package/components/top-app-bar/top-app-bar.d.ts +1 -0
- package/components/top-app-bar/top-app-bar.js +7 -1
- package/custom-elements.json +246 -153
- package/functions/alert.js +10 -3
- package/functions/confirm.js +10 -3
- package/functions/dialog.js +8 -3
- package/functions/prompt.js +10 -3
- package/functions/snackbar.js +8 -2
- package/html-data.en.json +12 -22
- package/html-data.zh-cn.json +2 -12
- package/jsx.en.d.ts +2079 -2080
- package/jsx.zh-cn.d.ts +2062 -2063
- package/locales/ar-eg.js +0 -2
- package/locales/az-az.js +0 -2
- package/locales/be-by.js +0 -2
- package/locales/bg-bg.js +0 -2
- package/locales/bn-bd.js +0 -2
- package/locales/ca-es.js +0 -2
- package/locales/cs-cz.js +0 -2
- package/locales/da-dk.js +0 -2
- package/locales/de-de.js +0 -2
- package/locales/el-gr.js +0 -2
- package/locales/en-gb.js +0 -2
- package/locales/es-es.js +0 -2
- package/locales/et-ee.js +0 -2
- package/locales/fa-ir.js +0 -2
- package/locales/fi-fi.js +0 -2
- package/locales/fr-be.js +0 -2
- package/locales/fr-ca.js +0 -2
- package/locales/fr-fr.js +0 -2
- package/locales/ga-ie.js +0 -2
- package/locales/gl-es.js +0 -2
- package/locales/he-il.js +0 -2
- package/locales/hi-in.js +0 -2
- package/locales/hr-hr.js +0 -2
- package/locales/hu-hu.js +0 -2
- package/locales/hy-am.js +0 -2
- package/locales/id-id.js +0 -2
- package/locales/is-is.js +0 -2
- package/locales/it-it.js +0 -2
- package/locales/ja-jp.js +0 -2
- package/locales/ka-ge.js +0 -2
- package/locales/kk-kz.js +0 -2
- package/locales/km-kh.js +0 -2
- package/locales/kmr-iq.js +0 -2
- package/locales/kn-in.js +0 -2
- package/locales/ko-kr.js +0 -2
- package/locales/lt-lt.js +0 -2
- package/locales/lv-lv.js +0 -2
- package/locales/mk-mk.js +0 -2
- package/locales/ml-in.js +0 -2
- package/locales/mn-mn.js +0 -2
- package/locales/ms-my.js +0 -2
- package/locales/nb-no.js +0 -2
- package/locales/ne-np.js +0 -2
- package/locales/nl-be.js +0 -2
- package/locales/nl-nl.js +0 -2
- package/locales/pl-pl.js +0 -2
- package/locales/pt-br.js +0 -2
- package/locales/pt-pt.js +0 -2
- package/locales/ro-ro.js +0 -2
- package/locales/ru-ru.js +0 -2
- package/locales/sk-sk.js +0 -2
- package/locales/sl-si.js +0 -2
- package/locales/sr-rs.js +0 -2
- package/locales/sv-se.js +0 -2
- package/locales/ta-in.js +0 -2
- package/locales/th-th.js +0 -2
- package/locales/tr-tr.js +0 -2
- package/locales/uk-ua.js +0 -2
- package/locales/ur-pk.js +0 -2
- package/locales/vi-vn.js +0 -2
- package/locales/zh-cn.js +0 -2
- package/locales/zh-hk.js +0 -2
- package/locales/zh-tw.js +0 -2
- package/mdui.css +1 -1
- package/mdui.esm.js +9 -9
- package/mdui.global.js +9 -9
- package/package.json +9 -10
- package/web-types.en.json +17 -23
- package/web-types.zh-cn.json +7 -13
package/locales/ar-eg.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `يرجى تطابق التنسيق المطلوب.`,
|
|
7
5
|
'functions.alert.confirmText': `حسنًا`,
|
package/locales/az-az.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Zəhmət olmasa, tələb olunan formatla uyğun gəlin.`,
|
|
7
5
|
'functions.alert.confirmText': `Oldu`,
|
package/locales/be-by.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Калі ласка, адпавядайце патрабаванаму фармату.`,
|
|
7
5
|
'functions.alert.confirmText': `Добра`,
|
package/locales/bg-bg.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Моля, съответствайте на изискания формат.`,
|
|
7
5
|
'functions.alert.confirmText': `ОК`,
|
package/locales/bn-bd.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `অনুগ্রহ করে অনুরোধিত ফরম্যাটের মেল দেওয়া হবে।`,
|
|
7
5
|
'functions.alert.confirmText': `ঠিক আছে`,
|
package/locales/ca-es.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Si us plau, compleix el format sol·licitat.`,
|
|
7
5
|
'functions.alert.confirmText': `D'acord`,
|
package/locales/cs-cz.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Prosím, zadejte požadovaný formát.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/da-dk.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Venligst match den ønskede form.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/de-de.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Bitte passen Sie das angeforderte Format an.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/el-gr.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Παρακαλώ ταιριάστε με το απαιτούμενο μορφότυπο.`,
|
|
7
5
|
'functions.alert.confirmText': `Εντάξει`,
|
package/locales/en-gb.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Please match the requested format.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/es-es.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Por favor, cumpla con el formato solicitado.`,
|
|
7
5
|
'functions.alert.confirmText': `Aceptar`,
|
package/locales/et-ee.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Palun vastake nõutud formaadiga.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/fa-ir.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `لطفاً به فرمت درخواست شده مطابقت دهید.`,
|
|
7
5
|
'functions.alert.confirmText': `تایید`,
|
package/locales/fi-fi.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Ole hyvä ja vastaa pyydettyä muotoa.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/fr-be.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Veuillez respecter le format demandé.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/fr-ca.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Veuillez respecter le format demandé.`,
|
|
7
5
|
'functions.alert.confirmText': `D'accord`,
|
package/locales/fr-fr.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Veuillez respecter le format demandé.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/ga-ie.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Tabhair aghaidh ar an bhformáid a iarradh, le do thoil.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/gl-es.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Por favor, concorda co formato solicitado.`,
|
|
7
5
|
'functions.alert.confirmText': `Aceptar`,
|
package/locales/he-il.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `אנא התאים לפורמט המבוקש.`,
|
|
7
5
|
'functions.alert.confirmText': `אישור`,
|
package/locales/hi-in.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `कृपया अनुरोधित स्वरूप को मेल खाएँ।`,
|
|
7
5
|
'functions.alert.confirmText': `ठीक है`,
|
package/locales/hr-hr.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Molimo podudarajte se s traženim formatom.`,
|
|
7
5
|
'functions.alert.confirmText': `U redu`,
|
package/locales/hu-hu.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Kérlek, illeszd a kért formátumhoz.`,
|
|
7
5
|
'functions.alert.confirmText': `Rendben`,
|
package/locales/hy-am.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Խնդրում ենք համապատասխանեք հայցվող ձևաչափին։`,
|
|
7
5
|
'functions.alert.confirmText': `Լավ`,
|
package/locales/id-id.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Harap sesuaikan format yang diminta.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/is-is.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Vinsamlegast samsvarið við beiðni um snið.`,
|
|
7
5
|
'functions.alert.confirmText': `Í lagi`,
|
package/locales/it-it.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Si prega di corrispondere al formato richiesto.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/ja-jp.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `要求された形式と一致させてください。`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/ka-ge.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `გთხოვთ, შეიყვანოთ მოთხოვნილი ფორმატი.`,
|
|
7
5
|
'functions.alert.confirmText': `კარგი`,
|
package/locales/kk-kz.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Сұрақтың талап еткен пішіні тексеріңіз.`,
|
|
7
5
|
'functions.alert.confirmText': `Жақсы`,
|
package/locales/km-kh.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `សូមផ្គូផ្គងទៅនឹងទ្រង់ទ្រាយដែលបានស្នើរ។`,
|
|
7
5
|
'functions.alert.confirmText': `យល់ព្រម`,
|
package/locales/kmr-iq.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `تکایە یەکخستنەوە لەگەڵ فۆرماتی داواکراو.`,
|
|
7
5
|
'functions.alert.confirmText': `باشە`,
|
package/locales/kn-in.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `ಕೋರಿದ ನಮೂನೆಯನ್ನು ಹೊಂದಿಸಿ.`,
|
|
7
5
|
'functions.alert.confirmText': `ಸರಿ`,
|
package/locales/ko-kr.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `요청된 형식과 일치시켜 주세요.`,
|
|
7
5
|
'functions.alert.confirmText': `확인`,
|
package/locales/lt-lt.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Prašome atitikti prašomą formatą.`,
|
|
7
5
|
'functions.alert.confirmText': `Gerai`,
|
package/locales/lv-lv.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Lūdzu, atbilstiet pieprasītajam formātam.`,
|
|
7
5
|
'functions.alert.confirmText': `Labi`,
|
package/locales/mk-mk.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Ве молиме, внесете го бараниот формат.`,
|
|
7
5
|
'functions.alert.confirmText': `Во ред`,
|
package/locales/ml-in.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `ദയവായി അനുഗ്രഹിക്കുക, അഭ്യർത്ഥിച്ച ഫോർമാറ്റ് പൊരുതുക.`,
|
|
7
5
|
'functions.alert.confirmText': `ശരി`,
|
package/locales/mn-mn.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Та хүссэн загвартай тааруулж байхаар оруулна уу.`,
|
|
7
5
|
'functions.alert.confirmText': `Зөв`,
|
package/locales/ms-my.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Sila padankan format yang diminta.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/nb-no.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Vennligst match den forespurte formatet.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/ne-np.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `कृपया अनुरोधित स्वरूपको मेल खाली जानुहोस्।`,
|
|
7
5
|
'functions.alert.confirmText': `ठिक छ`,
|
package/locales/nl-be.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Gelieve het gevraagde formaat overeen te laten komen.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/nl-nl.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Graag overeenkomen met het gevraagde formaat.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/pl-pl.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Proszę dopasować wymagany format.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/pt-br.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Por favor, corresponda ao formato solicitado.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/pt-pt.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Por favor, corresponda ao formato solicitado.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/ro-ro.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Vă rugăm să respectați formatul solicitat.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/ru-ru.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Пожалуйста, соответствуйте запрашиваемому формату.`,
|
|
7
5
|
'functions.alert.confirmText': `ОК`,
|
package/locales/sk-sk.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Prosím, zodpovedajte požadovaný formát.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/sl-si.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Prosimo, ujemite zahtevani format.`,
|
|
7
5
|
'functions.alert.confirmText': `V redu`,
|
package/locales/sr-rs.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Molimo vas, prilagodite zahtevani format.`,
|
|
7
5
|
'functions.alert.confirmText': `U redu`,
|
package/locales/sv-se.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Vänligen matcha det efterfrågade formatet.`,
|
|
7
5
|
'functions.alert.confirmText': `OK`,
|
package/locales/ta-in.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `தயவுசெய்து கேள்விக்கான வடிவமைப்பு பொருத்தமாக உள்ளது.`,
|
|
7
5
|
'functions.alert.confirmText': `சரி`,
|
package/locales/th-th.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `โปรดตรงตามรูปแบบที่ร้องขอ`,
|
|
7
5
|
'functions.alert.confirmText': `ตกลง`,
|
package/locales/tr-tr.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Lütfen istenilen formata uyun.`,
|
|
7
5
|
'functions.alert.confirmText': `Tamam`,
|
package/locales/uk-ua.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Будь ласка, відповідайте вимогам формату.`,
|
|
7
5
|
'functions.alert.confirmText': `ОК`,
|
package/locales/ur-pk.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `براہ کرم درخواست شدہ فارمیٹ میں موافق ہوں۔`,
|
|
7
5
|
'functions.alert.confirmText': `ٹھیک ہے`,
|
package/locales/vi-vn.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `Vui lòng phù hợp với định dạng yêu cầu.`,
|
|
7
5
|
'functions.alert.confirmText': `Đồng ý`,
|
package/locales/zh-cn.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `请与所请求的格式保持一致。`,
|
|
7
5
|
'functions.alert.confirmText': `确定`,
|
package/locales/zh-hk.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `請符合要求的格式。`,
|
|
7
5
|
'functions.alert.confirmText': `確定`,
|
package/locales/zh-tw.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// Do not modify this file by hand!
|
|
2
2
|
// Re-generate this file by running lit-localize
|
|
3
|
-
/* eslint-disable no-irregular-whitespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
3
|
export const templates = {
|
|
6
4
|
'components.textField.patternError': `請符合要求的格式。`,
|
|
7
5
|
'functions.alert.confirmText': `確定`,
|