mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 16:36:44 +00:00
New translations en.json (German)
This commit is contained in:
@@ -157,6 +157,8 @@
|
||||
"groupingField": "Gruppierungsfeld",
|
||||
"insertAfter": "danach einfügen",
|
||||
"insertBefore": "davor einfügen",
|
||||
"insertAbove": "Insert above",
|
||||
"insertBelow": "Insert below",
|
||||
"hideField": "Feld ausblenden",
|
||||
"sortAsc": "Aufsteigend sortieren",
|
||||
"sortDesc": "Absteigend sortieren",
|
||||
@@ -189,7 +191,8 @@
|
||||
"shift": "Shift",
|
||||
"enter": "Enter",
|
||||
"seconds": "Seconds",
|
||||
"paste": "Paste"
|
||||
"paste": "Paste",
|
||||
"restore": "Restore"
|
||||
},
|
||||
"objects": {
|
||||
"workspace": "Arbeitsbereich",
|
||||
@@ -642,7 +645,16 @@
|
||||
"changeWsName": "Name des Arbeitsbereichs ändern",
|
||||
"pressEnter": "Press Enter",
|
||||
"newFormLoaded": "New form will be loaded after",
|
||||
"webhook": "Webhook"
|
||||
"webhook": "Webhook",
|
||||
"multiField": {
|
||||
"newField": "New field",
|
||||
"saveChanges": "Save changes",
|
||||
"updatedField": "Updated field",
|
||||
"deletedField": "Deleted field",
|
||||
"incompleteConfiguration": "Incomplete configuration",
|
||||
"selectField": "Select a field",
|
||||
"selectFieldLabel": "Make changes to field properties by selecting a field from the list"
|
||||
}
|
||||
},
|
||||
"activity": {
|
||||
"openInANewTab": "Open in a new tab",
|
||||
@@ -1048,7 +1060,12 @@
|
||||
"barcodeFieldsCannotBeDirectlyChanged": "Achtung: Barcode Felder können nicht direkt geändert werden."
|
||||
},
|
||||
"duplicateProject": "Are you sure you want to duplicate the base?",
|
||||
"duplicateTable": "Are you sure you want to duplicate the table?"
|
||||
"duplicateTable": "Are you sure you want to duplicate the table?",
|
||||
"multiField": {
|
||||
"fieldVisibility": "You cannot change visibility of a field that is being edited. Please save or discard changes first.",
|
||||
"moveEditedField": "You cannot move field that is being edited. Either save or discard changes first",
|
||||
"moveDeletedField": "You cannot move field that is deleted. Either save or discard changes first"
|
||||
}
|
||||
},
|
||||
"info": {
|
||||
"disabledAsViewLocked": "Disabled as View is locked",
|
||||
@@ -1211,7 +1228,8 @@
|
||||
"goToNext": "Go to next",
|
||||
"thankYou": "Thank you!",
|
||||
"submittedFormData": "You have successfully submitted the form data.",
|
||||
"editingSystemKeyNotSupported": "Editing system key not supported"
|
||||
"editingSystemKeyNotSupported": "Editing system key not supported",
|
||||
"notAvailableAtTheMoment": "Not available at the moment"
|
||||
},
|
||||
"error": {
|
||||
"nameRequired": "Name Required",
|
||||
@@ -1289,7 +1307,9 @@
|
||||
"fieldRequired": "{value} kann nicht leer sein.",
|
||||
"projectNotAccessible": "Projekt nicht zugänglich",
|
||||
"copyToClipboardError": "Kopieren in die Zwischenablage fehlgeschlagen",
|
||||
"pasteFromClipboardError": "Failed to paste from clipboard"
|
||||
"pasteFromClipboardError": "Failed to paste from clipboard",
|
||||
"multiFieldSaveValidation": "Please complete the configuration of all fields before saving",
|
||||
"somethingWentWrong": "Something went wrong"
|
||||
},
|
||||
"toast": {
|
||||
"exportMetadata": "Projektmetadaten erfolgreich exportiert",
|
||||
|
||||
Reference in New Issue
Block a user