|
69 | 69 | "betaNote": "Diese Funktion befindet sich derzeit in der Beta.",
|
70 | 70 | "moreInfo": "Mehr Informationen können hier gefunden werden",
|
71 | 71 | "logs": "Protokolle",
|
72 |
| - "groupingField": "Grouping Field" |
| 72 | + "groupingField": "Grouping Field", |
| 73 | + "insertAfter": "Insert After", |
| 74 | + "insertBefore": "Insert Before", |
| 75 | + "hideField": "Hide Field", |
| 76 | + "sortAsc": "Sort Ascending", |
| 77 | + "sortDesc": "Sort Descending" |
73 | 78 | },
|
74 | 79 | "objects": {
|
75 | 80 | "project": "Projekt",
|
|
199 | 204 | "quickImportFrom": "Schnell importieren von",
|
200 | 205 | "quickImport": "Schnell Importieren",
|
201 | 206 | "advancedSettings": "Erweiterte Einstellungen",
|
202 |
| - "codeSnippet": "Code Ausschnitt" |
| 207 | + "codeSnippet": "Code Ausschnitt", |
| 208 | + "keyboardShortcut": "Keyboard Shortcuts" |
203 | 209 | },
|
204 | 210 | "labels": {
|
205 | 211 | "createdBy": "Created By",
|
|
496 | 502 | }
|
497 | 503 | },
|
498 | 504 | "info": {
|
| 505 | + "pasteNotSupported": "Paste operation is not supported on the active cell", |
499 | 506 | "roles": {
|
500 | 507 | "orgCreator": "Creator can create new projects and access any invited project.",
|
501 | 508 | "orgViewer": "Viewer is not allowed to create new projects but they can access any invited project."
|
|
613 | 620 | "deleteViewConfirmation": "Sind Sie sicher, dass Sie diese Ansicht löschen möchten?",
|
614 | 621 | "deleteTableConfirmation": "Möchten Sie die Tabelle löschen",
|
615 | 622 | "showM2mTables": "M2M Tabellen anzeigen",
|
616 |
| - "deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack." |
| 623 | + "deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack.", |
| 624 | + "computedFieldEditWarning": "Computed field: contents are read-only. Use column edit menu to reconfigure", |
| 625 | + "computedFieldDeleteWarning": "Computed field: contents are read-only. Unable to clear content." |
617 | 626 | },
|
618 | 627 | "error": {
|
619 | 628 | "searchProject": "Ihre Suche nach {search} fand keine Ergebnisse",
|
|
0 commit comments