Browse Source

New translations en.json (German)

pull/4562/head
navi 2 years ago
parent
commit
2d5a9d083a
  1. 15
      packages/nc-gui/lang/de.json

15
packages/nc-gui/lang/de.json

@ -69,7 +69,12 @@
"betaNote": "Diese Funktion befindet sich derzeit in der Beta.", "betaNote": "Diese Funktion befindet sich derzeit in der Beta.",
"moreInfo": "Mehr Informationen können hier gefunden werden", "moreInfo": "Mehr Informationen können hier gefunden werden",
"logs": "Protokolle", "logs": "Protokolle",
"groupingField": "Grouping Field" "groupingField": "Grouping Field",
"insertAfter": "Insert After",
"insertBefore": "Insert Before",
"hideField": "Hide Field",
"sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending"
}, },
"objects": { "objects": {
"project": "Projekt", "project": "Projekt",
@ -199,7 +204,8 @@
"quickImportFrom": "Schnell importieren von", "quickImportFrom": "Schnell importieren von",
"quickImport": "Schnell Importieren", "quickImport": "Schnell Importieren",
"advancedSettings": "Erweiterte Einstellungen", "advancedSettings": "Erweiterte Einstellungen",
"codeSnippet": "Code Ausschnitt" "codeSnippet": "Code Ausschnitt",
"keyboardShortcut": "Keyboard Shortcuts"
}, },
"labels": { "labels": {
"createdBy": "Created By", "createdBy": "Created By",
@ -496,6 +502,7 @@
} }
}, },
"info": { "info": {
"pasteNotSupported": "Paste operation is not supported on the active cell",
"roles": { "roles": {
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",
"orgViewer": "Viewer is not allowed to create new projects but they can access any invited project." "orgViewer": "Viewer is not allowed to create new projects but they can access any invited project."
@ -613,7 +620,9 @@
"deleteViewConfirmation": "Sind Sie sicher, dass Sie diese Ansicht löschen möchten?", "deleteViewConfirmation": "Sind Sie sicher, dass Sie diese Ansicht löschen möchten?",
"deleteTableConfirmation": "Möchten Sie die Tabelle löschen", "deleteTableConfirmation": "Möchten Sie die Tabelle löschen",
"showM2mTables": "M2M Tabellen anzeigen", "showM2mTables": "M2M Tabellen anzeigen",
"deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack." "deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack.",
"computedFieldEditWarning": "Computed field: contents are read-only. Use column edit menu to reconfigure",
"computedFieldDeleteWarning": "Computed field: contents are read-only. Unable to clear content."
}, },
"error": { "error": {
"searchProject": "Ihre Suche nach {search} fand keine Ergebnisse", "searchProject": "Ihre Suche nach {search} fand keine Ergebnisse",

Loading…
Cancel
Save