mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-21 00:52:41 +02:00
Insert taxonomy mappings
This commit is contained in:
@@ -975,6 +975,10 @@ export enum LocalizationKey {
|
||||
* Missing in your settings
|
||||
*/
|
||||
dashboardTaxonomyViewTaxonomyManagerTableUnmappedTitle = 'dashboard.taxonomyView.taxonomyManager.table.unmapped.title',
|
||||
/**
|
||||
* Filter
|
||||
*/
|
||||
dashboardTaxonomyViewTaxonomyManagerFilterInputPlaceholder = 'dashboard.taxonomyView.taxonomyManager.filterInput.placeholder',
|
||||
/**
|
||||
* Select the taxonomy
|
||||
*/
|
||||
@@ -2172,6 +2176,10 @@ export enum LocalizationKey {
|
||||
* The value already exists.
|
||||
*/
|
||||
helpersTaxonomyHelperCreateNewInputValidateExists = 'helpers.taxonomyHelper.createNew.input.validate.exists',
|
||||
/**
|
||||
* {0}: Renaming "{1}" from {2} to {3}.
|
||||
*/
|
||||
helpersTaxonomyHelperProcessInsert = 'helpers.taxonomyHelper.process.insert',
|
||||
/**
|
||||
* {0}: Renaming "{1}" from {2} to {3}.
|
||||
*/
|
||||
@@ -2184,6 +2192,10 @@ export enum LocalizationKey {
|
||||
* {0}: Deleting "{1}" from {2}.
|
||||
*/
|
||||
helpersTaxonomyHelperProcessDelete = 'helpers.taxonomyHelper.process.delete',
|
||||
/**
|
||||
* Insert completed.
|
||||
*/
|
||||
helpersTaxonomyHelperProcessInsertSuccess = 'helpers.taxonomyHelper.process.insert.success',
|
||||
/**
|
||||
* Edit completed.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user