Insert taxonomy mappings

This commit is contained in:
Elio Struyf
2024-01-15 22:23:10 +01:00
parent 624afe9029
commit 033baea418
11 changed files with 222 additions and 86 deletions
+12
View File
@@ -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.
*/