-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(text-area): provide additional context for AT users when charact…
…er limit exceeds (#7299) **Related Issue:** #6630 ## Summary This PR will provide additional context for Assistive Technology users when character limit exceeds. After this change, an example error message looks like below: `The current character length is 14, which exceeds the maximum character length of 10.`
- Loading branch information
1 parent
569f387
commit c5678eb
Showing
43 changed files
with
79 additions
and
94 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Invalid", | ||
"tooLong": "Character limit exceeded", | ||
"longText": "The current character length is {currentLength}, which exceeds the maximum character length of {maxLength}." | ||
"tooLong": "The current character length is {currentLength}, which exceeds the maximum character length of {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_ar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "غير صالح", | ||
"tooLong": "تم تجاوز حد الأحرف", | ||
"longText": "طول الأحرف الحالي هو {currentLength}، والذي يتجاوز الحد الأقصى لطول أحرف {maxLength}." | ||
"tooLong": "طول الأحرف الحالي هو {currentLength}، والذي يتجاوز الحد الأقصى لطول أحرف {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_bg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Невалидно", | ||
"tooLong": "Превишен лимит за символи", | ||
"longText": "Текущата дължина на знака е{currentLength}, която надвишава максималната дължина на знака от{maxLength}." | ||
"tooLong": "Текущата дължина на знака е{currentLength}, която надвишава максималната дължина на знака от{maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_bs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Nevažeće", | ||
"tooLong": "Premašeno je ograničenje znakova", | ||
"longText": "Trenutni broj znakova je {currentLength}, što premašuje maksimalni broj znakova od {maxLength}." | ||
"tooLong": "Trenutni broj znakova je {currentLength}, što premašuje maksimalni broj znakova od {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_ca.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "No vàlid", | ||
"tooLong": "S'ha excedit el límit de caràcters", | ||
"longText": "La longitud de caràcters actual és de {currentLength}, que supera la longitud de caràcters màxima de {maxLength}." | ||
"tooLong": "La longitud de caràcters actual és de {currentLength}, que supera la longitud de caràcters màxima de {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_cs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Neplatný", | ||
"tooLong": "Překročen limit počtu znaků", | ||
"longText": "Aktuální počet znaků je {currentLength}, což překračuje maximální počet znaků {maxLength}." | ||
"tooLong": "Aktuální počet znaků je {currentLength}, což překračuje maximální počet znaků {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_da.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Ugyldig", | ||
"tooLong": "Grænsen for antallet af tegn er overskredet", | ||
"longText": "Den aktuelle tegnlængde er {currentLength}, hvilket overskrider den maksimale tegnlængde på {maxLength}." | ||
"tooLong": "Den aktuelle tegnlængde er {currentLength}, hvilket overskrider den maksimale tegnlængde på {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_de.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Ungültig", | ||
"tooLong": "Zeichenlimit wurde überschritten", | ||
"longText": "Die aktuelle Zeichenanzahl beträgt {currentLength} und überschreitet damit die maximal zulässige Anzahl von {maxLength} Zeichen." | ||
"tooLong": "Die aktuelle Zeichenanzahl beträgt {currentLength} und überschreitet damit die maximal zulässige Anzahl von {maxLength} Zeichen." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_el.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Μη έγκυρο", | ||
"tooLong": "Υπέρβαση ορίου χαρακτήρων", | ||
"longText": "Το τρέχον μήκος χαρακτήρων είναι {currentLength}, το οποίο υπερβαίνει το μέγιστο μήκος χαρακτήρων του {maxLength}." | ||
"tooLong": "Το τρέχον μήκος χαρακτήρων είναι {currentLength}, το οποίο υπερβαίνει το μέγιστο μήκος χαρακτήρων του {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_en.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Invalid", | ||
"tooLong": "Character limit exceeded", | ||
"longText": "The current character length is {currentLength}, which exceeds the maximum character length of {maxLength}." | ||
"tooLong": "The current character length is {currentLength}, which exceeds the maximum character length of {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "No válido", | ||
"tooLong": "Se superó el límite de caracteres", | ||
"longText": "La longitud de caracteres actual es de {currentLength}, lo cual supera la longitud de caracteres máxima de {maxLength}." | ||
"tooLong": "La longitud de caracteres actual es de {currentLength}, lo cual supera la longitud de caracteres máxima de {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_et.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Sobimatu", | ||
"tooLong": "Tähemärkide piirang on ületatud", | ||
"longText": "Praegune tähemärkide arv on {currentLength}, mis ületab tähemärkide maksimaalse arvu{maxLength}." | ||
"tooLong": "Praegune tähemärkide arv on {currentLength}, mis ületab tähemärkide maksimaalse arvu{maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_fi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Virheellinen", | ||
"tooLong": "Merkkien määrä ylitetty", | ||
"longText": "Nykyinen merkkipituus on {currentLength}, joka ylittää {maxLength} merkkien enimmäispituuden." | ||
"tooLong": "Nykyinen merkkipituus on {currentLength}, joka ylittää {maxLength} merkkien enimmäispituuden." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_fr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Non valide", | ||
"tooLong": "Limite de caractères dépassée", | ||
"longText": "La longueur actuelle de caractères est de {currentLength}, ce qui dépasse la longueur maximale de {maxLength} caractères." | ||
"tooLong": "La longueur actuelle de caractères est de {currentLength}, ce qui dépasse la longueur maximale de {maxLength} caractères." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_he.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "לא תקין", | ||
"tooLong": "חריגה ממגבלת מספר התווים", | ||
"longText": "אורך התו הנוכחי הוא {currentLength}, אשר חורג מאורך התו המרבי של {maxLength}." | ||
"tooLong": "אורך התו הנוכחי הוא {currentLength}, אשר חורג מאורך התו המרבי של {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_hr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Nevažeće", | ||
"tooLong": "Premašeno je ograničenje znakova", | ||
"longText": "Trenutni broj znakova je {currentLength}, što premašuje maksimalni broj znakova od {maxLength}." | ||
"tooLong": "Trenutni broj znakova je {currentLength}, što premašuje maksimalni broj znakova od {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_hu.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Érvénytelen", | ||
"tooLong": "Karakterkorlát túllépve", | ||
"longText": "Az aktuális karakterhossz {currentLength}, ami meghaladja a maximális {maxLength} karakterhosszúságot." | ||
"tooLong": "Az aktuális karakterhossz {currentLength}, ami meghaladja a maximális {maxLength} karakterhosszúságot." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_id.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Tidak valid", | ||
"tooLong": "Batas karakter terlampaui", | ||
"longText": "Panjang karakter saat ini adalah {currentLength}, yang mana melebihi panjang karakter maksimum {maxLength}." | ||
"tooLong": "Panjang karakter saat ini adalah {currentLength}, yang mana melebihi panjang karakter maksimum {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_it.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Non valido", | ||
"tooLong": "Limite di caratteri superato", | ||
"longText": "La lunghezza in caratteri corrente è {currentLength}, superiore al limite massimo di {maxLength}." | ||
"tooLong": "La lunghezza in caratteri corrente è {currentLength}, superiore al limite massimo di {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_ja.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "無効", | ||
"tooLong": "文字制限を超えています", | ||
"longText": "現在の文字数は {currentLength} です。これは、文字数の最大値である {maxLength} 文字を超過しています。" | ||
"tooLong": "現在の文字数は {currentLength} です。これは、文字数の最大値である {maxLength} 文字を超過しています。" | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_ko.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "잘못됨", | ||
"tooLong": "문자 제한을 초과함", | ||
"longText": "현재 문자 길이({currentLength})가 최대 문자 길이({maxLength})를 초과합니다." | ||
"tooLong": "현재 문자 길이({currentLength})가 최대 문자 길이({maxLength})를 초과합니다." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_lt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Neteisingas", | ||
"tooLong": "Viršytas simbolių limitas", | ||
"longText": "Dabartinis simbolių skaičius yra {currentLength}, o tai viršija maksimalų {maxLength} simbolių ilgį." | ||
"tooLong": "Dabartinis simbolių skaičius yra {currentLength}, o tai viršija maksimalų {maxLength} simbolių ilgį." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_lv.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Nederīgs", | ||
"tooLong": "Pārsniegts rakstzīmju skaita ierobežojums", | ||
"longText": "Pašreizējais rakstzīmju garums ir {currentLength}, kas pārsniedz maksimālo rakstzīmju garumu {maxLength}." | ||
"tooLong": "Pašreizējais rakstzīmju garums ir {currentLength}, kas pārsniedz maksimālo rakstzīmju garumu {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_nl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Ongeldig", | ||
"tooLong": "Tekenlimiet overschreden", | ||
"longText": "Het huidige aantal tekens is {currentLength}, wat meer is dan het maximumaantal van {maxLength} tekens." | ||
"tooLong": "Het huidige aantal tekens is {currentLength}, wat meer is dan het maximumaantal van {maxLength} tekens." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_no.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Ugyldig", | ||
"tooLong": "Maksimumsgrensen for antall tegn er overskredet", | ||
"longText": "Den nåværende tegnlengden er {currentLength}, som overskrider den maksimalt tillatte tegnlengden på {maxLength}." | ||
"tooLong": "Den nåværende tegnlengden er {currentLength}, som overskrider den maksimalt tillatte tegnlengden på {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_pl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Niepoprawny", | ||
"tooLong": "Przekroczono limit liczby znaków", | ||
"longText": "Bieżąca liczba znaków wynosi {currentLength}, co przekracza maksymalną liczbę znaków {maxLength}." | ||
"tooLong": "Bieżąca liczba znaków wynosi {currentLength}, co przekracza maksymalną liczbę znaków {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
...ages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_pt-BR.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Inválido", | ||
"tooLong": "Limite de caracteres excedido", | ||
"longText": "O comprimento atual do caractere é {currentLength}, que exceda o comprimento máximo de caracteres de {maxLength}." | ||
"tooLong": "O comprimento atual do caractere é {currentLength}, que exceda o comprimento máximo de caracteres de {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
...ages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_pt-PT.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Inválido", | ||
"tooLong": "Limite de carateres ultrapassado", | ||
"longText": "O comprimento atual dos caracteres é {currentLength}, o que excede o comprimento máximo de caracteres de {maxLength}." | ||
"tooLong": "O comprimento atual dos caracteres é {currentLength}, o que excede o comprimento máximo de caracteres de {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_ro.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Nevalid", | ||
"tooLong": "Limită de caractere depășită", | ||
"longText": "Lungimea maximă a caracterelor curentă este {currentLength}, ceea ce depășește lungimea maximă a caracterelor de maximum {maxLength}." | ||
"tooLong": "Lungimea maximă a caracterelor curentă este {currentLength}, ceea ce depășește lungimea maximă a caracterelor de maximum {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_ru.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Недопустимый", | ||
"tooLong": "Превышен лимит символов", | ||
"longText": "Текущая длина символов - {currentLength}, что превышает максимальную длину символов {maxLength}." | ||
"tooLong": "Текущая длина символов - {currentLength}, что превышает максимальную длину символов {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_sk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Neplatné", | ||
"tooLong": "Bol prekročený limit počtu znakov", | ||
"longText": "Aktuálna dĺžka znaku je {currentLength}, čo presahuje maximálnu dĺžku {maxLength}." | ||
"tooLong": "Aktuálna dĺžka znaku je {currentLength}, čo presahuje maximálnu dĺžku {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_sl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Neveljavno", | ||
"tooLong": "Presežena je omejitev znakov", | ||
"longText": "Trenutna dolžina znakov znaša {currentLength}, kar presega maksimalno dolžino znakov {maxLength}." | ||
"tooLong": "Trenutna dolžina znakov znaša {currentLength}, kar presega maksimalno dolžino znakov {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_sr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Nevažeće", | ||
"tooLong": "Prekoračeno ograničenje znakova", | ||
"longText": "Trenutno ograničenje za broj karaktera je {currentLength}, što prekoračuje maksimalni broj dužine karaktera od {maxLength}." | ||
"tooLong": "Trenutno ograničenje za broj karaktera je {currentLength}, što prekoračuje maksimalni broj dužine karaktera od {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_sv.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Ogiltig", | ||
"tooLong": "Teckengränsen överskriden", | ||
"longText": "Den aktuella teckenlängden är {currentLength}, vilket överskrider den maximala teckenlängden på {maxLength}." | ||
"tooLong": "Den aktuella teckenlängden är {currentLength}, vilket överskrider den maximala teckenlängden på {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_th.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "ไม่ถูกต้อง", | ||
"tooLong": "เกินขีดจำกัดอักขระ", | ||
"longText": "ความยาวจำนวนอักขระในปัจจุบันคือ {currentLength} ซึ่งเกินความยาวจำนวนอักขระสูงสุดที่ {maxLength}" | ||
"tooLong": "ความยาวจำนวนอักขระในปัจจุบันคือ {currentLength} ซึ่งเกินความยาวจำนวนอักขระสูงสุดที่ {maxLength}" | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_tr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Geçersiz", | ||
"tooLong": "Karakter sınırı aşıldı", | ||
"longText": "Mevcut karakter uzunluğu {currentLength} ve maksimum karakter uzunluğu {maxLength}'i aşıyor." | ||
"tooLong": "Mevcut karakter uzunluğu {currentLength} ve maksimum karakter uzunluğu {maxLength}'i aşıyor." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_uk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Неприпустимий", | ||
"tooLong": "Перевищено обмеження кількості символів", | ||
"longText": "Поточна довжина символу становить {currentLength}, що перевищує максимальну довжину символів {maxLength}." | ||
"tooLong": "Поточна довжина символу становить {currentLength}, що перевищує максимальну довжину символів {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
packages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_vi.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "Không hợp lệ", | ||
"tooLong": "Đã vượt quá giới hạn ký tự", | ||
"longText": "Độ dài ký tự hiện tại là {currentLength}, vượt quá độ dài ký tự tối đa {maxLength}." | ||
"tooLong": "Độ dài ký tự hiện tại là {currentLength}, vượt quá độ dài ký tự tối đa {maxLength}." | ||
} |
3 changes: 1 addition & 2 deletions
3
...ages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_zh-CN.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "无效", | ||
"tooLong": "超出字符限制", | ||
"longText": "当前字符长度为 {currentLength},超过了最大字符长度 {maxLength}。" | ||
"tooLong": "当前字符长度为 {currentLength},超过了最大字符长度 {maxLength}。" | ||
} |
3 changes: 1 addition & 2 deletions
3
...ages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_zh-HK.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "無效", | ||
"tooLong": "已超過字元限制", | ||
"longText": "目前字元長度為 {currentLength},超過了最大字元長度 {maxLength}。" | ||
"tooLong": "目前字元長度為 {currentLength},超過了最大字元長度 {maxLength}。" | ||
} |
3 changes: 1 addition & 2 deletions
3
...ages/calcite-components/src/components/text-area/assets/text-area/t9n/messages_zh-TW.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"invalid": "無效", | ||
"tooLong": "已超過字元限制", | ||
"longText": "目前字元長度為 {currentLength},超過了最大字元長度 {maxLength}。" | ||
"tooLong": "目前字元長度為 {currentLength},超過了最大字元長度 {maxLength}。" | ||
} |
4 changes: 4 additions & 0 deletions
4
packages/calcite-components/src/components/text-area/interfaces.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export interface CharacterLengthObj { | ||
currentLength: string; | ||
maxLength: string; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters