mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-11 03:12:44 +02:00
Localization actions
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user