Localization actions

This commit is contained in:
Elio Struyf
2024-03-13 11:32:42 +01:00
parent fdcfdc971d
commit ec9f55b982
7 changed files with 270 additions and 128 deletions
+20
View File
@@ -155,6 +155,18 @@ export enum LocalizationKey {
* View
*/
commonView = 'common.view',
/**
* Translate
*/
commonTranslate = 'common.translate',
/**
* Languages
*/
commonLanguages = 'common.languages',
/**
* Scripts
*/
commonScripts = 'common.scripts',
/**
* Loading content
*/
@@ -487,6 +499,14 @@ export enum LocalizationKey {
* All
*/
dashboardFiltersLanguageFilterAll = 'dashboard.filters.languageFilter.all',
/**
* Delete selected files
*/
dashboardHeaderActionsBarAlertDeleteTitle = 'dashboard.header.actionsBar.alertDelete.title',
/**
* Are you sure you want to delete the selected files?
*/
dashboardHeaderActionsBarAlertDeleteDescription = 'dashboard.header.actionsBar.alertDelete.description',
/**
* Home
*/