diff --git a/packages/i18n/data/de.json b/packages/i18n/data/de.json index f35f107788..69f6a282ee 100644 --- a/packages/i18n/data/de.json +++ b/packages/i18n/data/de.json @@ -1,4 +1,8 @@ { + "UIKit.AddFilterButton.addFilterButtonLabel": { + "developer_comment": "Label for the add filter button", + "string": "Filter hinzufügen" + }, "UIKit.CalendarHeader.nextMonthTooltip": { "developer_comment": "Tooltip title when user hovers the next month button", "string": "nächstes Monat" @@ -23,6 +27,10 @@ "developer_comment": "Label for the clear all button", "string": "Alle löschen" }, + "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": { + "developer_comment": "Label for the clear all filters button", + "string": "Alle löschen" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "Zurücksetzen" @@ -119,6 +127,10 @@ "developer_comment": "Error message for missing required value", "string": "Pflichtfeld*, Geben Sie mindestens einen Wert an" }, + "UIKit.FiltersButton.filtersButtonLabel": { + "developer_comment": "Label for the filters button", + "string": "Filter" + }, "UIKit.LocalizedMoneyInput.hide": { "developer_comment": "Hide currencies button", "string": "Währungen verbergen ({remainingCurrencies})" @@ -303,6 +315,10 @@ "developer_comment": "Default input placeholder text", "string": "Auswählen..." }, + "UIKit.SelectInput.selectInputAsFilterPlaceholder": { + "developer_comment": "Default input placeholder text when used as filter", + "string": "Suche" + }, "UIKit.TimeInput.placeholder": { "developer_comment": "Placeholder for time input", "string": "HH:mm" diff --git a/packages/i18n/data/en.json b/packages/i18n/data/en.json index 286a22aad1..6bc3ba0707 100644 --- a/packages/i18n/data/en.json +++ b/packages/i18n/data/en.json @@ -1,4 +1,8 @@ { + "UIKit.AddFilterButton.addFilterButtonLabel": { + "developer_comment": "Label for the add filter button", + "string": "Add filter" + }, "UIKit.CalendarHeader.nextMonthTooltip": { "developer_comment": "Tooltip title when user hovers the next month button", "string": "Next month" @@ -23,6 +27,10 @@ "developer_comment": "Label for the clear all button", "string": "Clear all" }, + "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": { + "developer_comment": "Label for the clear all filters button", + "string": "Clear all" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "Clear" @@ -119,6 +127,10 @@ "developer_comment": "Error message for missing required value", "string": "This field is required. Provide a value." }, + "UIKit.FiltersButton.filtersButtonLabel": { + "developer_comment": "Label for the filters button", + "string": "Filters" + }, "UIKit.LocalizedMoneyInput.hide": { "developer_comment": "Hide currencies button", "string": "Hide currencies ({remainingCurrencies})" @@ -303,6 +315,10 @@ "developer_comment": "Default input placeholder text", "string": "Select..." }, + "UIKit.SelectInput.selectInputAsFilterPlaceholder": { + "developer_comment": "Default input placeholder text when used as filter", + "string": "Search" + }, "UIKit.TimeInput.placeholder": { "developer_comment": "Placeholder for time input", "string": "HH:mm AM/PM" diff --git a/packages/i18n/data/es.json b/packages/i18n/data/es.json index dc739f7410..a093e8ebf5 100644 --- a/packages/i18n/data/es.json +++ b/packages/i18n/data/es.json @@ -1,4 +1,8 @@ { + "UIKit.AddFilterButton.addFilterButtonLabel": { + "developer_comment": "Label for the add filter button", + "string": "Agregar filtro" + }, "UIKit.CalendarHeader.nextMonthTooltip": { "developer_comment": "Tooltip title when user hovers the next month button", "string": "Próximo mes" @@ -23,6 +27,10 @@ "developer_comment": "Label for the clear all button", "string": "Borrar todo" }, + "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": { + "developer_comment": "Label for the clear all filters button", + "string": "Borrar todo" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "Borrar" @@ -119,6 +127,10 @@ "developer_comment": "Error message for missing required value", "string": "Este campo es obligatorio. Proporcione un valor al menos." }, + "UIKit.FiltersButton.filtersButtonLabel": { + "developer_comment": "Label for the filters button", + "string": "Filtros" + }, "UIKit.LocalizedMoneyInput.hide": { "developer_comment": "Hide currencies button", "string": "Ocultar divisas ({remainingCurrencies})" @@ -303,6 +315,10 @@ "developer_comment": "Default input placeholder text", "string": "Seleccionar..." }, + "UIKit.SelectInput.selectInputAsFilterPlaceholder": { + "developer_comment": "Default input placeholder text when used as filter", + "string": "Buscar" + }, "UIKit.TimeInput.placeholder": { "developer_comment": "Placeholder for time input", "string": "HH:mm" diff --git a/packages/i18n/data/fr-FR.json b/packages/i18n/data/fr-FR.json index 2d4e0ce2b7..00e0e1f63b 100644 --- a/packages/i18n/data/fr-FR.json +++ b/packages/i18n/data/fr-FR.json @@ -1,4 +1,8 @@ { + "UIKit.AddFilterButton.addFilterButtonLabel": { + "developer_comment": "Label for the add filter button", + "string": "Ajouter un filtre" + }, "UIKit.CalendarHeader.nextMonthTooltip": { "developer_comment": "Tooltip title when user hovers the next month button", "string": "Mois suivant" @@ -23,6 +27,10 @@ "developer_comment": "Label for the clear all button", "string": "Tout effacer" }, + "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": { + "developer_comment": "Label for the clear all filters button", + "string": "Tout effacer" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "Effacer" @@ -119,6 +127,10 @@ "developer_comment": "Error message for missing required value", "string": "Veuillez indiquer au moins une valeur." }, + "UIKit.FiltersButton.filtersButtonLabel": { + "developer_comment": "Label for the filters button", + "string": "Filtres" + }, "UIKit.LocalizedMoneyInput.hide": { "developer_comment": "Hide currencies button", "string": "Masquer les devices ({remainingCurrencies})" @@ -303,6 +315,10 @@ "developer_comment": "Default input placeholder text", "string": "Sélectionner..." }, + "UIKit.SelectInput.selectInputAsFilterPlaceholder": { + "developer_comment": "Default input placeholder text when used as filter", + "string": "Rechercher" + }, "UIKit.TimeInput.placeholder": { "developer_comment": "Placeholder for time input", "string": "HH:mm AM/PM" diff --git a/packages/i18n/data/pt-BR.json b/packages/i18n/data/pt-BR.json index ff1c4ecbe0..99a70acd3a 100644 --- a/packages/i18n/data/pt-BR.json +++ b/packages/i18n/data/pt-BR.json @@ -1,4 +1,8 @@ { + "UIKit.AddFilterButton.addFilterButtonLabel": { + "developer_comment": "Label for the add filter button", + "string": "Adicionar filtro" + }, "UIKit.CalendarHeader.nextMonthTooltip": { "developer_comment": "Tooltip title when user hovers the next month button", "string": "Próximo mês" @@ -23,6 +27,10 @@ "developer_comment": "Label for the clear all button", "string": "Limpar tudo" }, + "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": { + "developer_comment": "Label for the clear all filters button", + "string": "Limpar tudo" + }, "UIKit.ClearButton.clearButtonLabel": { "developer_comment": "Label for the clear button", "string": "Limpar" @@ -119,6 +127,10 @@ "developer_comment": "Error message for missing required value", "string": "Este campo é obrigatório. Forneça um valor." }, + "UIKit.FiltersButton.filtersButtonLabel": { + "developer_comment": "Label for the filters button", + "string": "Filtros" + }, "UIKit.LocalizedMoneyInput.hide": { "developer_comment": "Hide currencies button", "string": "Ocultar moedas ({remainingCurrencies})" @@ -303,6 +315,10 @@ "developer_comment": "Default input placeholder text", "string": "Selecionar" }, + "UIKit.SelectInput.selectInputAsFilterPlaceholder": { + "developer_comment": "Default input placeholder text when used as filter", + "string": "Pesquisa" + }, "UIKit.TimeInput.placeholder": { "developer_comment": "Placeholder for time input", "string": "HH:mm AM/PM" diff --git a/packages/i18n/data/zh-CN.json b/packages/i18n/data/zh-CN.json deleted file mode 100644 index 0967ef424b..0000000000 --- a/packages/i18n/data/zh-CN.json +++ /dev/null @@ -1 +0,0 @@ -{}