diff --git a/libs/i18n/src/lib/models/fd-language-key-identifier.ts b/libs/i18n/src/lib/models/fd-language-key-identifier.ts index 322bf375812..37f122a22e8 100644 --- a/libs/i18n/src/lib/models/fd-language-key-identifier.ts +++ b/libs/i18n/src/lib/models/fd-language-key-identifier.ts @@ -427,6 +427,7 @@ export type FdLanguageKeyIdentifier = | 'platformTable.deselectSingleRow' | 'platformTable.selectSingleRow' | 'platformTable.loadMore' + | 'platformTable.filteredBy' | 'platformWizardGenerator.summarySectionEditStep' | 'platformMessagePopover.allErrors' | 'platformMessagePopover.defaultErrors.email' diff --git a/libs/i18n/src/lib/translations/translations.properties b/libs/i18n/src/lib/translations/translations.properties index 3930bf5d10c..d04be2915a7 100644 --- a/libs/i18n/src/lib/translations/translations.properties +++ b/libs/i18n/src/lib/translations/translations.properties @@ -846,6 +846,8 @@ platformTable.deselectSingleRow = To deselect row, press SPACEBAR platformTable.selectSingleRow = To select row, press SPACEBAR #XBUT Label for the button, which loads additional rows platformTable.loadMore = Load more +#XBUT Label for applied filter table toolbar +platformTable.filteredBy = Filtered by #XBUT Label for the button, navigates to the edit section of the wizard platformWizardGenerator.summarySectionEditStep = Edit #XBUT Label for the button, which activates the list of all errors in message popover diff --git a/libs/i18n/src/lib/translations/translations.ts b/libs/i18n/src/lib/translations/translations.ts index a3b8fba7603..0adf9dee007 100644 --- a/libs/i18n/src/lib/translations/translations.ts +++ b/libs/i18n/src/lib/translations/translations.ts @@ -168,10 +168,10 @@ export default { decreasePeriodLabel: 'Decrease period', navigationInstruction: 'To move between items in this list, press top arrow or bottom arrow. To switch between lists press left arrow or right arrow.', - nightLabel: 'night', - morningLabel: 'morning', - afternoonLabel: 'afternoon', - eveningLabel: 'evening' + nightLabel: 'at night', + morningLabel: 'in the morning', + afternoonLabel: 'in the afternoon', + eveningLabel: 'in the evening' }, coreTimePicker: { timePickerInputLabel: 'Time picker input', @@ -514,7 +514,8 @@ export default { deselectAllCheckboxLabel: 'Deselect all', deselectSingleRow: 'To deselect row, press SPACEBAR', selectSingleRow: 'To select row, press SPACEBAR', - loadMore: 'Load more' + loadMore: 'Load more', + filteredBy: 'Filtered by' }, platformWizardGenerator: { summarySectionEditStep: 'Edit' diff --git a/libs/platform/table/components/table-toolbar/table-toolbar.component.html b/libs/platform/table/components/table-toolbar/table-toolbar.component.html index 765b39f0647..14c45b843c8 100644 --- a/libs/platform/table/components/table-toolbar/table-toolbar.component.html +++ b/libs/platform/table/components/table-toolbar/table-toolbar.component.html @@ -167,7 +167,7 @@ [headingLevel]="headingLevel" >