Skip to content

Commit

Permalink
add missing translations (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedvdb committed Mar 27, 2024
1 parent b96ef68 commit e44977b
Show file tree
Hide file tree
Showing 40 changed files with 499 additions and 80 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [9.1.1]
- add Hungarian localization messages
- add missing translation messages
- fix RTL

## [9.1.0]
Expand Down
25 changes: 24 additions & 1 deletion l10n/ar.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,28 @@
"invalidCountry": "دولة غير صحيح",
"invalidMobilePhoneNumber": "رقم الهاتف الخلوي غير صحيح",
"invalidFixedLinePhoneNumber": "رقم الهاتف الثابت غير صحيح",
"requiredPhoneNumber": "رقم الهاتف مطلوب"
"requiredPhoneNumber": "رقم الهاتف مطلوب",
"currentValueSemanticLabel": "القيمة الحالية: {currentValue}",
"selectACountrySemanticLabel": "حدد بلدًا، الاختيار الحالي: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "رقم التليفون",
"currentValueSemanticLabel": "القيمة الحالية: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/ckb.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "وڵاتێکی نادروست",
"invalidMobilePhoneNumber": "ژمارەی مۆبایل نادروستە",
"invalidFixedLinePhoneNumber": "ژمارەی تەلەفۆنی هێڵی جێگیر نادروستە",
"requiredPhoneNumber": "ژمارەی تەلەفۆنی پێویست"
"requiredPhoneNumber": "ژمارەی تەلەفۆنی پێویست",
"selectACountrySemanticLabel": "وڵاتێک هەڵبژێرە، هەڵبژاردنی ئێستا: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "ژمارەی تەلەفۆن",
"currentValueSemanticLabel": "بەهای ئێستا: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "Ungültiges Land",
"invalidMobilePhoneNumber": "Ungültige Handynummer",
"invalidFixedLinePhoneNumber": "Ungültige Festnetznummer",
"requiredPhoneNumber": "Telefonnummer erforderlich"
"requiredPhoneNumber": "Telefonnummer erforderlich",
"selectACountrySemanticLabel": "Wählen Sie ein Land aus, aktuelle Auswahl: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "Telefonnummer",
"currentValueSemanticLabel": "Aktueller Wert: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/el.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "Μη έγκυρη χώρα",
"invalidMobilePhoneNumber": "Μη έγκυρος αριθμός κινητού τηλεφώνου",
"invalidFixedLinePhoneNumber": "Μη έγκυρος αριθμός σταθερού τηλεφώνου",
"requiredPhoneNumber": "Απαιτούμενος αριθμός τηλεφώνου"
"requiredPhoneNumber": "Απαιτούμενος αριθμός τηλεφώνου",
"selectACountrySemanticLabel": "Επιλέξτε χώρα, τρέχουσα επιλογή: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "Τηλεφωνικό νούμερο",
"currentValueSemanticLabel": "Τρέχουσα τιμή: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "País invalido",
"invalidMobilePhoneNumber": "Número de teléfono celular invalido",
"invalidFixedLinePhoneNumber": "Número de teléfono fijo invalido",
"requiredPhoneNumber": "Número de teléfono obligatorio"
"requiredPhoneNumber": "Número de teléfono obligatorio",
"selectACountrySemanticLabel": "Seleccione un país, selección actual: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "Número de teléfono",
"currentValueSemanticLabel": "Valor actual: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/fa.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "کشور نامعتبر است",
"invalidMobilePhoneNumber": "شماره تلفن همراه نامعتبر است",
"invalidFixedLinePhoneNumber": "شماره تلفن ثابت نامعتبر است",
"requiredPhoneNumber": "شماره تلفن الزامی است"
"requiredPhoneNumber": "شماره تلفن الزامی است",
"selectACountrySemanticLabel": "یک کشور را انتخاب کن. ",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "شماره تلفن",
"currentValueSemanticLabel": "مقدار فعلی: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "Pays invalide",
"invalidMobilePhoneNumber": "Numéro de téléphone portable invalide",
"invalidFixedLinePhoneNumber": "Numéro de téléphone fixe invalide",
"requiredPhoneNumber": "Numéro de téléphone requis"
"requiredPhoneNumber": "Numéro de téléphone requis",
"selectACountrySemanticLabel": "Sélectionnez un pays, sélection actuelle : {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "Numéro de téléphone",
"currentValueSemanticLabel": "Valeur actuelle : {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/hi.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "अवैध देश",
"invalidMobilePhoneNumber": "अमान्य सेल फ़ोन नंबर",
"invalidFixedLinePhoneNumber": "अवैध लैंडलाइन नंबर",
"requiredPhoneNumber": "फ़ोन नंबर आवश्यक"
"requiredPhoneNumber": "फ़ोन नंबर आवश्यक",
"selectACountrySemanticLabel": "एक देश चुनें, वर्तमान चयन: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "फ़ोन नंबर",
"currentValueSemanticLabel": "वर्तमान मान: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/hu.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "Érvénytelen ország",
"invalidMobilePhoneNumber": "Érvénytelen mobiltelefonszám",
"invalidFixedLinePhoneNumber": "Érvénytelen vezetékes telefonszám",
"requiredPhoneNumber": "Szükséges telefonszám"
"requiredPhoneNumber": "Szükséges telefonszám",
"selectACountrySemanticLabel": "Válasszon országot, jelenlegi választás: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "Telefonszám",
"currentValueSemanticLabel": "Jelenlegi érték: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "Paese invalido",
"invalidMobilePhoneNumber": "Numero di cellulare invalido",
"invalidFixedLinePhoneNumber": "Numero di rete fissa invalido",
"requiredPhoneNumber": "Numero di telefono richiesto"
"requiredPhoneNumber": "Numero di telefono richiesto",
"selectACountrySemanticLabel": "Seleziona un paese, selezione attuale: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "Numero di telefono",
"currentValueSemanticLabel": "Valore corrente: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/ku.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "وڵاتێکی نادروست",
"invalidMobilePhoneNumber": "ژمارەی مۆبایل نادروستە",
"invalidFixedLinePhoneNumber": "ژمارەی تەلەفۆنی هێڵی جێگیر نادروستە",
"requiredPhoneNumber": "ژمارەی تەلەفۆنی پێویست"
"requiredPhoneNumber": "ژمارەی تەلەفۆنی پێویست",
"selectACountrySemanticLabel": "Welatek hilbijêre, bijartina niha: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "Jimare telefon",
"currentValueSemanticLabel": "Nirxa niha: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/nb.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "Ugyldig land",
"invalidMobilePhoneNumber": "Ugyldig mobilnummer",
"invalidFixedLinePhoneNumber": "Ugyldig fasttelefonnummer",
"requiredPhoneNumber": "Telefonnummer er påkrevd"
"requiredPhoneNumber": "Telefonnummer er påkrevd",
"selectACountrySemanticLabel": "Velg et land, gjeldende valg: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "Telefonnummer",
"currentValueSemanticLabel": "Gjeldende verdi: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
24 changes: 23 additions & 1 deletion l10n/nl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@
"invalidCountry": "Ongeldig land",
"invalidMobilePhoneNumber": "Ongeldig mobiel nummer",
"invalidFixedLinePhoneNumber": "Ongeldig vast nummer",
"requiredPhoneNumber": "Telefoonnummer vereist"
"requiredPhoneNumber": "Telefoonnummer vereist",
"selectACountrySemanticLabel": "Selecteer een land, huidige selectie: {countryName} {dialCode}",
"@selectACountrySemanticLabel": {
"description": "semantic description of the country button",
"placeholders": {
"countryName": {
"type": "String"
},
"dialCode": {
"type": "String"
}
}
},
"phoneNumber": "Telefoonnummer",
"currentValueSemanticLabel": "Huidige waarde: {currentValue}",
"@currentValueSemanticLabel": {
"description": "semantic description of the phone input. The label or hint will be dynamically added",
"placeholders": {
"currentValue": {
"type": "String"
}
}
}
}
Loading

0 comments on commit e44977b

Please sign in to comment.