diff --git a/lib/core/src/lib/i18n/de.json b/lib/core/src/lib/i18n/de.json index 2f83b3c1af..64a0b90217 100644 --- a/lib/core/src/lib/i18n/de.json +++ b/lib/core/src/lib/i18n/de.json @@ -292,7 +292,19 @@ }, "SEARCH": { "TOGGLE_ASC_DESC_ORDER": "Umschalten zwischen auf- und absteigender Reihenfolge der Ergebnisse", - "SORT_BY": "Sortieren nach" + "SORT_BY": "Sortieren nach", + "BUTTON": { + "TOOLTIP": "Search", + "ARIA-LABEL": "Search button" + }, + "INPUT": { + "ARIA-LABEL": "Search input" + }, + "FILTER": { + "BUTTONS": { + "CLOSE": "Close" + } + } }, "FEATURE-FLAGS": { "OVERRIDES": "Feature-Flags überschreibt", diff --git a/lib/core/src/lib/i18n/es.json b/lib/core/src/lib/i18n/es.json index 736cda10dd..fd2ec6cd63 100644 --- a/lib/core/src/lib/i18n/es.json +++ b/lib/core/src/lib/i18n/es.json @@ -292,7 +292,19 @@ }, "SEARCH": { "TOGGLE_ASC_DESC_ORDER": "Cambiar entre orden ascendente y descendente de resultados", - "SORT_BY": "Clasificar por" + "SORT_BY": "Clasificar por", + "BUTTON": { + "TOOLTIP": "Search", + "ARIA-LABEL": "Search button" + }, + "INPUT": { + "ARIA-LABEL": "Search input" + }, + "FILTER": { + "BUTTONS": { + "CLOSE": "Close" + } + } }, "FEATURE-FLAGS": { "OVERRIDES": "Anulación de indicador de características", diff --git a/lib/core/src/lib/i18n/fr.json b/lib/core/src/lib/i18n/fr.json index d4b04bbfae..fbeab6624b 100644 --- a/lib/core/src/lib/i18n/fr.json +++ b/lib/core/src/lib/i18n/fr.json @@ -292,7 +292,19 @@ }, "SEARCH": { "TOGGLE_ASC_DESC_ORDER": "Afficher les résultats dans l'ordre croissant ou décroissant", - "SORT_BY": "Trier par" + "SORT_BY": "Trier par", + "BUTTON": { + "TOOLTIP": "Search", + "ARIA-LABEL": "Search button" + }, + "INPUT": { + "ARIA-LABEL": "Search input" + }, + "FILTER": { + "BUTTONS": { + "CLOSE": "Close" + } + } }, "FEATURE-FLAGS": { "OVERRIDES": "Remplacements d’indicateur de fonctionnalité", diff --git a/lib/core/src/lib/i18n/it.json b/lib/core/src/lib/i18n/it.json index e4d192eaf5..cb3e345027 100644 --- a/lib/core/src/lib/i18n/it.json +++ b/lib/core/src/lib/i18n/it.json @@ -292,7 +292,19 @@ }, "SEARCH": { "TOGGLE_ASC_DESC_ORDER": "Ordina i risultati in modo crescente o decrescente", - "SORT_BY": "Ordina per" + "SORT_BY": "Ordina per", + "BUTTON": { + "TOOLTIP": "Search", + "ARIA-LABEL": "Search button" + }, + "INPUT": { + "ARIA-LABEL": "Search input" + }, + "FILTER": { + "BUTTONS": { + "CLOSE": "Close" + } + } }, "FEATURE-FLAGS": { "OVERRIDES": "Ridefinizioni flag funzione", diff --git a/lib/core/src/lib/i18n/pl.json b/lib/core/src/lib/i18n/pl.json index 0fd433e07b..c5869e7f9d 100644 --- a/lib/core/src/lib/i18n/pl.json +++ b/lib/core/src/lib/i18n/pl.json @@ -292,7 +292,19 @@ }, "SEARCH": { "TOGGLE_ASC_DESC_ORDER": "Przełącz kolejność sortowania wyników między rosnącą a malejącą", - "SORT_BY": "Sortuj wg" + "SORT_BY": "Sortuj wg", + "BUTTON": { + "TOOLTIP": "Search", + "ARIA-LABEL": "Search button" + }, + "INPUT": { + "ARIA-LABEL": "Search input" + }, + "FILTER": { + "BUTTONS": { + "CLOSE": "Close" + } + } }, "FEATURE-FLAGS": { "OVERRIDES": "Zastąpienie flagi funkcji", diff --git a/lib/core/src/lib/i18n/pt.json b/lib/core/src/lib/i18n/pt.json index 475f0f5b2f..ef429eb54d 100644 --- a/lib/core/src/lib/i18n/pt.json +++ b/lib/core/src/lib/i18n/pt.json @@ -292,7 +292,19 @@ }, "SEARCH": { "TOGGLE_ASC_DESC_ORDER": "Alternar resultados entre ordem crescente e decrescente", - "SORT_BY": "Ordenar por:" + "SORT_BY": "Ordenar por:", + "BUTTON": { + "TOOLTIP": "Search", + "ARIA-LABEL": "Search button" + }, + "INPUT": { + "ARIA-LABEL": "Search input" + }, + "FILTER": { + "BUTTONS": { + "CLOSE": "Close" + } + } }, "FEATURE-FLAGS": { "OVERRIDES": "Substituições do sinalizador de caraterística",