push back localazy update
This commit is contained in:
parent
820a3cb4d0
commit
b9c9e8af98
@ -94,6 +94,23 @@
|
||||
},
|
||||
"save": "Dossier-Vorlage speichern"
|
||||
},
|
||||
"add-edit-component-mapping": {
|
||||
"actions": {
|
||||
"save": "Save mapping"
|
||||
},
|
||||
"dialog": {
|
||||
"title": "{type, select, add{Add New} edit{Edit} other{}} Component Mapping"
|
||||
},
|
||||
"form": {
|
||||
"delimiter": "",
|
||||
"delimiter-placeholder": "",
|
||||
"encoding-type": "",
|
||||
"file": "Mapping file",
|
||||
"name": "Mapping name",
|
||||
"name-placeholder": "Mapping name",
|
||||
"version": "Version"
|
||||
}
|
||||
},
|
||||
"add-edit-dossier-attribute": {
|
||||
"error": {
|
||||
"generic": "Attribut konnte nicht gespeichert werden!"
|
||||
@ -231,6 +248,7 @@
|
||||
},
|
||||
"admin-side-nav": {
|
||||
"audit": "Audit",
|
||||
"component-mappings": "Component mappings",
|
||||
"component-rule-editor": "",
|
||||
"configurations": "Configurations",
|
||||
"default-colors": "Default colors",
|
||||
@ -517,6 +535,24 @@
|
||||
},
|
||||
"title": "Component view"
|
||||
},
|
||||
"component-mappings-screen": {
|
||||
"action": {
|
||||
"delete": "Delete mapping",
|
||||
"edit": "Edit mapping"
|
||||
},
|
||||
"add-new": "New Mapping",
|
||||
"bulk-actions": {
|
||||
"delete": "Delete selected mappings"
|
||||
},
|
||||
"search": "Search by name...",
|
||||
"table-col-names": {
|
||||
"name": "name",
|
||||
"version": "version"
|
||||
},
|
||||
"table-header": {
|
||||
"title": "Component mapping"
|
||||
}
|
||||
},
|
||||
"component-rules-screen": {
|
||||
"error": {
|
||||
"generic": ""
|
||||
|
||||
@ -94,6 +94,23 @@
|
||||
},
|
||||
"save": "Dossier-Vorlage speichern"
|
||||
},
|
||||
"add-edit-component-mapping": {
|
||||
"actions": {
|
||||
"save": "Save mapping"
|
||||
},
|
||||
"dialog": {
|
||||
"title": "{type, select, add{Add New} edit{Edit} other{}} Component Mapping"
|
||||
},
|
||||
"form": {
|
||||
"delimiter": "Delimiter",
|
||||
"delimiter-placeholder": "Delimiter",
|
||||
"encoding-type": "Encoding type",
|
||||
"file": "Mapping file",
|
||||
"name": "Mapping name",
|
||||
"name-placeholder": "Mapping name",
|
||||
"version": "Version"
|
||||
}
|
||||
},
|
||||
"add-edit-dossier-attribute": {
|
||||
"error": {
|
||||
"generic": "Attribut konnte nicht gespeichert werden!"
|
||||
@ -231,6 +248,7 @@
|
||||
},
|
||||
"admin-side-nav": {
|
||||
"audit": "Audit",
|
||||
"component-mappings": "Component mappings",
|
||||
"component-rule-editor": "Component rule editor",
|
||||
"configurations": "Configurations",
|
||||
"default-colors": "Default colors",
|
||||
@ -517,6 +535,24 @@
|
||||
},
|
||||
"title": "Structured Component Management"
|
||||
},
|
||||
"component-mappings-screen": {
|
||||
"action": {
|
||||
"delete": "Delete mapping",
|
||||
"edit": "Edit mapping"
|
||||
},
|
||||
"add-new": "New Mapping",
|
||||
"bulk-actions": {
|
||||
"delete": "Delete selected mappings"
|
||||
},
|
||||
"search": "Search by name...",
|
||||
"table-col-names": {
|
||||
"name": "name",
|
||||
"version": "version"
|
||||
},
|
||||
"table-header": {
|
||||
"title": "Component mapping"
|
||||
}
|
||||
},
|
||||
"component-rules-screen": {
|
||||
"error": {
|
||||
"generic": "Something went wrong... Component rules update failed!"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user