Skip to content

Commit 7be9c47

Browse files
authored
chore: I18n translations for property filter format token (#2619)
1 parent 1c6b5b0 commit 7be9c47

14 files changed

+38
-39
lines changed

src/i18n/messages/all.ar.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,11 @@
206206
"i18nStrings.operatorText": "عامل التصفية",
207207
"i18nStrings.operatorsText": "عوامل التصفية",
208208
"i18nStrings.propertyText": "الخاصية",
209+
"i18nStrings.removeTokenButtonAriaLabel": "إزالة عامل التصفية، {token__formattedText}",
209210
"i18nStrings.tokenLimitShowFewer": "إظهار عدد أقل من عوامل التصفية",
210211
"i18nStrings.tokenLimitShowMore": "عرض المزيد من عوامل التصفية",
211212
"i18nStrings.valueText": "عمود القيمة",
212-
"i18nStrings.removeTokenButtonAriaLabel": "{token__operator, select, equals {إزالة عامل التصفية، {token__propertyLabel} تساوي {token__value}} not_equals {إزالة عامل التصفية، {token__propertyLabel} لا تساوي {token__value}} greater_than {إزالة عامل التصفية، {token__propertyLabel} أكبر من {token__value}} greater_than_equal {إزالة عامل التصفية، {token__propertyLabel} أكبر من أو تساوي {token__value}} less_than {إزالة عامل التصفية، {token__propertyLabel} أقل من {token__value}} less_than_equal {إزالة عامل التصفية، {token__propertyLabel} أقل من أو تساوي {token__value}} contains {إزالة عامل التصفية، {token__propertyLabel} تحتوي على {token__value}} not_contains {إزالة عامل التصفية، {token__propertyLabel} لا تحتوي على {token__value}} starts_with {إزالة عامل التصفية، {token__propertyLabel} تبدأ بـ {token__value}} not_starts_with {إزالة عامل التصفية، {token__propertyLabel} لا تبدأ بـ {token__value}} other {}}"
213+
"i18nStrings.formatToken": "{token__operator, select, equals {{token__propertyLabel} تساوي {token__value}} not_equals {{token__propertyLabel} لا تساوي {token__value}} greater_than {{token__propertyLabel} أكبر من {token__value}} greater_than_equal {{token__propertyLabel} أكبر من أو تساوي {token__value}} less_than {{token__propertyLabel} أقل من {token__value}} less_than_equal {{token__propertyLabel} أقل من أو تساوي {token__value}} contains {{token__propertyLabel} تحتوي على {token__value}} not_contains {{token__propertyLabel} لا تحتوي على {token__value}} starts_with {{token__propertyLabel} تبدأ بـ {token__value}} not_starts_with {{token__propertyLabel} لا تبدأ بـ {token__value}} other {}}"
213214
},
214215
"s3-resource-selector": {
215216
"i18nStrings.inContextSelectPlaceholder": "اختر إصدارًا",

src/i18n/messages/all.de.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,11 @@
206206
"i18nStrings.operatorText": "Operator",
207207
"i18nStrings.operatorsText": "Operatoren",
208208
"i18nStrings.propertyText": "Eigenschaft",
209+
"i18nStrings.removeTokenButtonAriaLabel": "Filter entfernen, {token__formattedText}",
209210
"i18nStrings.tokenLimitShowFewer": "Weniger anzeigen",
210211
"i18nStrings.tokenLimitShowMore": "Mehr anzeigen",
211212
"i18nStrings.valueText": "Wert",
212-
"i18nStrings.removeTokenButtonAriaLabel": "{token__operator, select, equals {Filter entfernen, {token__propertyLabel} ist gleich {token__value}} not_equals {Filter entfernen, {token__propertyLabel} ist nicht gleich {token__value}} greater_than {Filter entfernen, {token__propertyLabel} ist größer als {token__value}} greater_than_equal {Filter entfernen, {token__propertyLabel} ist größer oder gleich {token__value}} less_than {Filter entfernen, {token__propertyLabel} ist kleiner als {token__value}} less_than_equal {Filter entfernen, {token__propertyLabel} ist kleiner als oder gleich {token__value}} contains {Filter entfernen, {token__propertyLabel} enthält {token__value}} not_contains {Filter entfernen, {token__propertyLabel} enthält nicht {token__value}} starts_with {Filter entfernen, {token__propertyLabel} beginnt mit {token__value}} not_starts_with {Filter entfernen, {token__propertyLabel} beginnt nicht mit {token__value}} other {}}"
213+
"i18nStrings.formatToken": "{token__operator, select, equals {{token__propertyLabel} ist gleich {token__value}} not_equals {{token__propertyLabel} ist nicht gleich {token__value}} greater_than {{token__propertyLabel} ist größer als {token__value}} greater_than_equal {{token__propertyLabel} ist größer als oder gleich {token__value}} less_than {{token__propertyLabel} ist kleiner als {token__value}} less_than_equal {{token__propertyLabel} ist kleiner als oder gleich {token__value}} contains {{token__propertyLabel} enthält {token__value}} not_contains {{token__propertyLabel} enthält nicht {token__value}} starts_with {{token__propertyLabel} startet mit {token__value}} not_starts_with {{token__propertyLabel} startet nicht mit {token__value}} other {}}"
213214
},
214215
"s3-resource-selector": {
215216
"i18nStrings.inContextSelectPlaceholder": "Version auswählen",

src/i18n/messages/all.en-GB.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,11 @@
206206
"i18nStrings.operatorText": "Operator",
207207
"i18nStrings.operatorsText": "Operators",
208208
"i18nStrings.propertyText": "Property",
209+
"i18nStrings.removeTokenButtonAriaLabel": "Remove filter, {token__formattedText}",
209210
"i18nStrings.tokenLimitShowFewer": "Show fewer",
210211
"i18nStrings.tokenLimitShowMore": "Show more",
211212
"i18nStrings.valueText": "Value",
212-
"i18nStrings.removeTokenButtonAriaLabel": "{token__operator, select, equals {Remove filter, {token__propertyLabel} equals {token__value}} not_equals {Remove filter, {token__propertyLabel} does not equal {token__value}} greater_than {Remove filter, {token__propertyLabel} is greater than {token__value}} greater_than_equal {Remove filter, {token__propertyLabel} is greater than or equal to {token__value}} less_than {Remove filter, {token__propertyLabel} is less than {token__value}} less_than_equal {Remove filter, {token__propertyLabel} is less than or equal to {token__value}} contains {Remove filter, {token__propertyLabel} contains {token__value}} not_contains {Remove filter, {token__propertyLabel} does not contain {token__value}} starts_with {Remove filter, {token__propertyLabel} starts with {token__value}} not_starts_with {Remove filter, {token__propertyLabel} does not start with {token__value}} other {}}"
213+
"i18nStrings.formatToken": "{token__operator, select, equals {{token__propertyLabel} equals {token__value}} not_equals {{token__propertyLabel} does not equal {token__value}} greater_than {{token__propertyLabel} is greater than {token__value}} greater_than_equal {{token__propertyLabel} is greater than or equal to {token__value}} less_than {{token__propertyLabel} is less than {token__value}} less_than_equal {{token__propertyLabel} is less than or equal to {token__value}} contains {{token__propertyLabel} contains {token__value}} not_contains {{token__propertyLabel} does not contain {token__value}} starts_with {{token__propertyLabel} starts with {token__value}} not_starts_with {{token__propertyLabel} does not start with {token__value}} other {}}"
213214
},
214215
"s3-resource-selector": {
215216
"i18nStrings.inContextSelectPlaceholder": "Choose a version",

src/i18n/messages/all.es.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"loadingText": "Cargando contenido"
159159
},
160160
"input": {
161-
"clearAriaLabel": "Borrar"
161+
"clearAriaLabel": "Despejar"
162162
},
163163
"link": {
164164
"externalIconAriaLabel": "Se abre en una pestaña nueva."
@@ -206,10 +206,11 @@
206206
"i18nStrings.operatorText": "Operador",
207207
"i18nStrings.operatorsText": "Operadores",
208208
"i18nStrings.propertyText": "Propiedad",
209+
"i18nStrings.removeTokenButtonAriaLabel": "Quitar el filtro {token__formattedText}",
209210
"i18nStrings.tokenLimitShowFewer": "Mostrar menos",
210211
"i18nStrings.tokenLimitShowMore": "Mostrar más",
211212
"i18nStrings.valueText": "Valor",
212-
"i18nStrings.removeTokenButtonAriaLabel": "{token__operator, select, equals {Eliminar filtro, {token__propertyLabel} igual a {token__value}} not_equals {Eliminar filtro, {token__propertyLabel} no es igual a {token__value}} greater_than {Eliminar filtro, {token__propertyLabel} es mayor que {token__value}} greater_than_equal {Eliminar filtro, {token__propertyLabel} es mayor o igual que {token__value}} less_than {Eliminar filtro, {token__propertyLabel} es menor que {token__value}} less_than_equal {Eliminar filtro, {token__propertyLabel} es menor o igual que {token__value}} contains {Eliminar filtro, {token__propertyLabel} contiene {token__value}} not_contains {Eliminar filtro, {token__propertyLabel} no contiene {token__value}} starts_with {Eliminar filtro, {token__propertyLabel} comienza con {token__value}} not_starts_with {Eliminar filtro, {token__propertyLabel} no comienza con {token__value}} other {}}"
213+
"i18nStrings.formatToken": "{token__operator, select, equals {{token__propertyLabel} es igual a {token__value}} not_equals {{token__propertyLabel} no es igual a {token__value}} greater_than {{token__propertyLabel} es mayor que {token__value}} greater_than_equal {{token__propertyLabel} es mayor que {token__value} o igual} less_than {{token__propertyLabel} es menor que {token__value}} less_than_equal {{token__propertyLabel} es menor que {token__value} o igual} contains {{token__propertyLabel} contiene {token__value}} not_contains {{token__propertyLabel} no contiene {token__value}} starts_with {{token__propertyLabel} empieza con {token__value}} not_starts_with {{token__propertyLabel} no empieza con {token__value}} other {}}"
213214
},
214215
"s3-resource-selector": {
215216
"i18nStrings.inContextSelectPlaceholder": "Elija una versión",

src/i18n/messages/all.fr.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,11 @@
206206
"i18nStrings.operatorText": "Opérateur",
207207
"i18nStrings.operatorsText": "Opérateurs",
208208
"i18nStrings.propertyText": "Propriété",
209+
"i18nStrings.removeTokenButtonAriaLabel": "Supprimer le filtre, {token__formattedText}",
209210
"i18nStrings.tokenLimitShowFewer": "Afficher moins",
210211
"i18nStrings.tokenLimitShowMore": "Afficher plus",
211212
"i18nStrings.valueText": "Valeur",
212-
"i18nStrings.removeTokenButtonAriaLabel": "{token__operator, select, equals {Supprimer le filtre, {token__propertyLabel} est égal à {token__value}} not_equals {Supprimer le filtre, {token__propertyLabel} n'est pas égal à {token__value}} greater_than {Supprimer le filtre, {token__propertyLabel} est supérieur à {token__value}} greater_than_equal {Supprimer le filtre, {token__propertyLabel} est supérieur ou égal à {token__value}} less_than {Supprimer le filtre, {token__propertyLabel} est inférieur à {token__value}} less_than_equal {Supprimer le filtre, {token__propertyLabel} est inférieur ou égal à {token__value}} contains {Supprimer le filtre, {token__propertyLabel} contient {token__value}} not_contains {Supprimer le filtre, {token__propertyLabel} ne contient pas {token__value}} starts_with {Supprimer le filtre, {token__propertyLabel} commence par {token__value}} not_starts_with {Supprimer le filtre, {token__propertyLabel} ne commence pas par {token__value}} other {}}"
213+
"i18nStrings.formatToken": "{token__operator, select, equals {{token__propertyLabel} est égal à {token__value}} not_equals {{token__propertyLabel} nest pas égal à {token__value}} greater_than {{token__propertyLabel} est supérieur à {token__value}} greater_than_equal {{token__propertyLabel} est supérieur ou égal à {token__value}} less_than {{token__propertyLabel} est inférieur à {token__value}} less_than_equal {{token__propertyLabel} est inférieur ou égal à {token__value}} contains {{token__propertyLabel} contient {token__value}} not_contains {{token__propertyLabel} ne contient pas {token__value}} starts_with {{token__propertyLabel} commence par {token__value}} not_starts_with {{token__propertyLabel} ne commence pas par {token__value}} other {}}"
213214
},
214215
"s3-resource-selector": {
215216
"i18nStrings.inContextSelectPlaceholder": "Choisir une version",

src/i18n/messages/all.id.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,11 @@
206206
"i18nStrings.operatorText": "Operator",
207207
"i18nStrings.operatorsText": "Operator",
208208
"i18nStrings.propertyText": "Properti",
209+
"i18nStrings.removeTokenButtonAriaLabel": "Hapus filter, {token__formattedText}",
209210
"i18nStrings.tokenLimitShowFewer": "Tampilkan lebih sedikit",
210211
"i18nStrings.tokenLimitShowMore": "Tampilkan selengkapnya",
211212
"i18nStrings.valueText": "Nilai",
212-
"i18nStrings.removeTokenButtonAriaLabel": "{token__operator, select, equals {Hapus filter, {token__propertyLabel} sama dengan {token__value}} not_equals {Hapus filter, {token__propertyLabel} tidak sama dengan {token__value}} greater_than {Hapus filter, {token__propertyLabel} lebih besar dari {token__value}} greater_than_equal {Hapus filter, {token__propertyLabel} lebih besar dari atau sama dengan {token__value}} less_than {Hapus filter, {token__propertyLabel} kurang dari {token__value}} less_than_equal {Hapus filter, {token__propertyLabel} kurang dari atau sama dengan {token__value}} contains {Hapus filter, {token__propertyLabel} berisi {token__value}} not_contains {Hapus filter, {token__propertyLabel} tidak berisi {token__value}} starts_with {Hapus filter, {token__propertyLabel} dimulai dengan {token__value}} not_starts_with {Hapus filter, {token__propertyLabel} tidak dimulai dengan {token__value}} other {}}"
213+
"i18nStrings.formatToken": "{token__operator, select, equals {{token__propertyLabel} sama dengan {token__value}} not_equals {{token__propertyLabel} tidak sama dengan {token__value}} greater_than {{token__propertyLabel} lebih besar dari {token__value}} greater_than_equal {{token__propertyLabel} lebih besar dari atau sama dengan {token__value}} less_than {{token__propertyLabel} kurang dari {token__value}} less_than_equal {{token__propertyLabel} kurang dari atau sama dengan {token__value}} contains {{token__propertyLabel} berisi {token__value}} not_contains {{token__propertyLabel} tidak berisi {token__value}} starts_with {{token__propertyLabel} dimulai dengan {token__value}} not_starts_with {{token__propertyLabel} tidak dimulai dengan {token__value}} other {}}"
213214
},
214215
"s3-resource-selector": {
215216
"i18nStrings.inContextSelectPlaceholder": "Pilih versi",

src/i18n/messages/all.it.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,11 @@
206206
"i18nStrings.operatorText": "Operatore",
207207
"i18nStrings.operatorsText": "Operatori",
208208
"i18nStrings.propertyText": "Proprietà",
209+
"i18nStrings.removeTokenButtonAriaLabel": "Rimuovi filtro, {token__formattedText}",
209210
"i18nStrings.tokenLimitShowFewer": "Mostra meno",
210211
"i18nStrings.tokenLimitShowMore": "Mostra altro",
211212
"i18nStrings.valueText": "Valore",
212-
"i18nStrings.removeTokenButtonAriaLabel": "{token__operator, select, equals {Rimuovi filtro, {token__propertyLabel} uguale a {token__value}} not_equals {Rimuovi filtro, {token__propertyLabel} non è uguale a {token__value}} greater_than {Rimuovi filtro, {token__propertyLabel} è maggiore di {token__value}} greater_than_equal {Rimuovi filtro, {token__propertyLabel} è maggiore o uguale a {token__value}} less_than {Rimuovi filtro, {token__propertyLabel} è inferiore a {token__value}} less_than_equal {Rimuovi filtro, {token__propertyLabel} è minore o uguale a {token__value}} contains {Rimuovi filtro, {token__propertyLabel} contiene {token__value}} not_contains {Rimuovi filtro, {token__propertyLabel} non contiene {token__value}} starts_with {Rimuovi filtro, {token__propertyLabel} inizia con {token__value}} not_starts_with {Rimuovi filtro, {token__propertyLabel} non inizia con {token__value}} other {}}"
213+
"i18nStrings.formatToken": "{token__operator, select, equals {{token__propertyLabel} è uguale a {token__value}} not_equals {{token__propertyLabel} non è uguale a {token__value}} greater_than {{token__propertyLabel} è maggiore di {token__value}} greater_than_equal {{token__propertyLabel} è maggiore o uguale a {token__value}} less_than {{token__propertyLabel} è minore di {token__value}} less_than_equal {{token__propertyLabel} è minore o uguale a {token__value}} contains {{token__propertyLabel} contiene {token__value}} not_contains {{token__propertyLabel} non contiene {token__value}} starts_with {{token__propertyLabel} inizia con {token__value}} not_starts_with {{token__propertyLabel} non inizia con {token__value}} other {}}"
213214
},
214215
"s3-resource-selector": {
215216
"i18nStrings.inContextSelectPlaceholder": "Scegli una versione",

src/i18n/messages/all.ja.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,11 @@
206206
"i18nStrings.operatorText": "演算子",
207207
"i18nStrings.operatorsText": "演算子",
208208
"i18nStrings.propertyText": "プロパティ",
209+
"i18nStrings.removeTokenButtonAriaLabel": "フィルターを取り外し、{token__formattedText}",
209210
"i18nStrings.tokenLimitShowFewer": "少なく表示",
210211
"i18nStrings.tokenLimitShowMore": "さらに表示",
211212
"i18nStrings.valueText": "",
212-
"i18nStrings.removeTokenButtonAriaLabel": "{token__operator, select, equals {フィルターを削除、{token__propertyLabel} は {token__value} と等しい} not_equals {フィルターを削除、{token__propertyLabel} は {token__value} と等しくない} greater_than {フィルターを削除、{token__propertyLabel} は {token__value} より大きい} greater_than_equal {フィルターを削除、{token__propertyLabel} は {token__value} 以上} less_than {フィルターを削除、{token__propertyLabel} は {token__value} 未満} less_than_equal {フィルターを削除、{token__propertyLabel} は {token__value} 以下} contains {フィルターを削除、{token__propertyLabel} は {token__value} を含む} not_contains {フィルターを削除、{token__propertyLabel} は {token__value} を含まない} starts_with {フィルターを削除、{token__propertyLabel} は {token__value} で始まる} not_starts_with {フィルターを削除、{token__propertyLabel} は {token__value} で始まらない} other {}}"
213+
"i18nStrings.formatToken": "{token__operator, select, equals {{token__propertyLabel} は {token__value} と等しい} not_equals {{token__propertyLabel} は {token__value} と等しくない} greater_than {{token__propertyLabel} は {token__value} より大きい} greater_than_equal {{token__propertyLabel} は {token__value} 以上} less_than {{token__propertyLabel} は {token__value} 未満} less_than_equal {{token__propertyLabel} は {token__value} 以下} contains {{token__propertyLabel} は {token__value} を含む} not_contains {{token__propertyLabel} は {token__value} を含まない} starts_with {{token__propertyLabel} は {token__value} で始まる} not_starts_with {{token__propertyLabel} は {token__value} で始まらない} other {}}"
213214
},
214215
"s3-resource-selector": {
215216
"i18nStrings.inContextSelectPlaceholder": "バージョンを選択してください",

0 commit comments

Comments
 (0)