forked from nocobase/locales
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathde-DE.json
More file actions
4322 lines (4322 loc) · 253 KB
/
de-DE.json
File metadata and controls
4322 lines (4322 loc) · 253 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"@nocobase/client": {
"(Fields only)": "(Nur Felder)",
"12 hour": "12 Stunden",
"24 hour": "24 Stunden",
"<": "<",
"=": "=",
">": ">",
"ACL": "ACL",
"ASC": "Aufsteigend",
"Access": "Zugriff",
"Access control": "Access control",
"Accessible": "Zugänglich",
"Accuracy": "Accuracy",
"Action": "Action",
"Action after successful submission": "Action after successful submission",
"Action column": "Aktionsspalte",
"Action display name": "Anzeigeame der Aktion",
"Action logs": "Aktionslogs",
"Action name": "Aktionsname",
"Action on existing records": "Aktion für bestehende Datensätze",
"Action on new records": "Aktion für neue Datensätze",
"Action permission": "Aktionsberechtigung",
"Action permissions": "Aktionsberechtigungen",
"Action scope": "Aktionsbereich",
"Action type": "Aktionstyp",
"Actions": "Aktionen",
"Add": "Hinzufügen",
"Add & Update": "Add & Update",
"Add Markdown": "Add Markdown",
"Add attach": "Anhang hinzufügen",
"Add block": "Block hinzufügen",
"Add card": "Karte hinzufügen",
"Add category": "Kategorie hinzufügen",
"Add child": "Kind hinzufügen",
"Add child route": "Unterroute hinzufügen",
"Add condition": "Bedingung hinzufügen",
"Add condition group": "Bedingungsgruppe hinzufügen",
"Add exportable field": "Exportierbares Feld hinzufügen",
"Add field": "Feld hinzufügen",
"Add filter": "Filter hinzufügen",
"Add filter group": "Filtergruppe hinzufügen",
"Add group": "Gruppe hinzufügen",
"Add link": "Link hinzufügen",
"Add linkage rule": "Verknüpfungsregel hinzufügen",
"Add menu item": "Menüpunkt hinzufügen",
"Add new": "Neu hinzufügen",
"Add new mode": "Neuer Hinzufügungsmodus",
"Add option": "Option hinzufügen",
"Add page": "Seite hinzufügen",
"Add parameter": "Add parameter",
"Add plugin": "Plugin hinzufügen",
"Add property": "Eigenschaft hinzufügen",
"Add record": "Datensatz hinzufügen",
"Add role": "Rolle hinzufügen",
"Add sort field": "Sortierfeld hinzufügen",
"Add tab": "Tab hinzufügen",
"Add template": "Add template",
"Add text": "Text hinzufügen",
"Add type": "Typ hinzufügen",
"Add validation rule": "Validierungsregel hinzufügen",
"Add {{type}} after \"{{title}}\"": "{{type}} nach \"{{title}}\" hinzufügen",
"Add {{type}} before \"{{title}}\"": "{{type}} vor \"{{title}}\" hinzufügen",
"Add {{type}} in \"{{title}}\"": "{{type}} in \"{{title}}\" hinzufügen",
"Advanced type": "Erweitert",
"After": "Nach",
"After change": "Nach der Änderung",
"After clicking the custom button, the following field values will be assigned according to the following form.": "Nach dem Klicken auf die benutzerdefinierte Schaltfläche werden die folgenden Feldwerte gemäß dem folgenden Formular zugewiesen.",
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Nach dem Klicken auf die benutzerdefinierte Schaltfläche werden die folgenden Felder des aktuellen Datensatzes gemäß dem folgenden Formular gespeichert.",
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Nach dem Ausblenden wird dieses Menü nicht mehr in der Menüleiste angezeigt. Um es wieder anzuzeigen, müssen Sie zur Routenverwaltungsseite gehen, um es zu konfigurieren.",
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Nach dem Ausblenden wird dieser Tab nicht mehr in der Tableiste angezeigt. Um ihn wieder anzuzeigen, müssen Sie zur Routenverwaltungsseite gehen, um ihn einzustellen.",
"After successful bulk update": "Nach erfolgreicher Massenaktualisierung",
"After successful request": "Nach erfolgreicher Anfrage",
"After successful save": "Nach erfolgreichem Speichern",
"After successful submission": "Nach erfolgreicher Übermittlung",
"After successful update": "Nach erfolgreicher Aktualisierung",
"Agenda": "Agenda",
"All": "Alle",
"All collections": "Alle Sammlungen",
"All collections use general action permissions by default; permission configured individually will override the default one.": "Alle Sammlungen verwenden standardmäßig allgemeine Aktionsberechtigungen; individuell konfigurierte Berechtigungen überschreiben die Standardeinstellung.",
"All events": "Alle Ereignisse",
"All plugin settings": "Alle Plugin-Einstellungen",
"All records": "Alle Datensätze",
"Allow": "Erlauben",
"Allow access": "Zugriff erlauben",
"Allow action": "Aktion erlauben",
"Allow add new": "Allow add new",
"Allow add new data": "Hinzufügen neuer Daten erlauben",
"Allow add new, update and delete actions": "Hinzufügen, Aktualisieren und Löschen erlauben",
"Allow adding records to the current collection": "Hinzufügen von Datensätzen zur aktuellen Sammlung erlauben",
"Allow disassociation": "Allow disassociation",
"Allow dissociate": "Allow dissociate",
"Allow linking to multiple records": "Verknüpfung mit mehreren Datensätzen erlauben",
"Allow multiple": "Mehrere erlauben",
"Allow multiple selection": "Mehrfachauswahl erlauben",
"Allow selection of existing records": "Allow selection of existing records",
"Allow sign up": "Registrierung erlauben",
"Allow to configure plugins": "Erlauben, Plugins zu konfigurieren",
"Allow to desgin pages": "Erlauben, Seiten zu gestalten",
"Allow to manage plugins": "Erlauben, Plugins zu verwalten",
"Allow uploading multiple files": "Hochladen mehrerer Dateien erlauben",
"Allows configuration of the whole system, including UI, collections, permissions, etc.": "Ermöglicht die Konfiguration des gesamten Systems, einschließlich UI, Sammlungen, Berechtigungen usw.",
"Allows to clear cache, reboot application": "Allows to clear cache, reboot application",
"Allows to configure interface": "Erlaubt die Konfiguration der Schnittstelle",
"Allows to configure plugins": "Erlaubt die Konfiguration von Plugins",
"Allows to install, activate, disable plugins": "Erlaubt das Installieren, Aktivieren und Deaktivieren von Plugins",
"Alphabet": "Alphabet",
"App error": "App-Fehler",
"Application reloading": "Application reloading",
"Are you sure to delete this plugin?": "Sind Sie sicher, dass Sie dieses Plugin löschen möchten?",
"Are you sure to disable this plugin?": "Sind Sie sicher, dass Sie dieses Plugin deaktivieren möchten?",
"Are you sure you don't want to save?": "Sind Sie sicher, dass Sie nicht speichern möchten?",
"Are you sure you want to delete it?": "Sind Sie sicher, dass Sie es löschen möchten?",
"Are you sure you want to disassociate it?": "Sind Sie sicher, dass Sie die Verbindung trennen möchten?",
"Are you sure you want to hide these routes in menu?": "Sind Sie sicher, dass Sie diese Routen im Menü ausblenden möchten?",
"Are you sure you want to hide this menu?": "Sind Sie sicher, dass Sie dieses Menü ausblenden möchten?",
"Are you sure you want to hide this tab?": "Sind Sie sicher, dass Sie diesen Tab ausblenden möchten?",
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
"Are you sure you want to perform the Refresh action?": "Are you sure you want to perform the Refresh action?",
"Are you sure you want to perform the Submit action?": "Are you sure you want to perform the Submit action?",
"Are you sure you want to perform the Trigger workflow action?": "Are you sure you want to perform the Trigger workflow action?",
"Are you sure you want to perform the Update record action?": "Are you sure you want to perform the Update record action?",
"Are you sure you want to perform the {{title}} action?": "Are you sure you want to perform the {{title}} action?",
"Are you sure you want to show these routes in menu?": "Sind Sie sicher, dass Sie diese Routen im Menü anzeigen möchten?",
"Area": "Gebiet",
"Area chart": "Flächendiagramm",
"Assign data scope for the template": "Datenbereich für die Vorlage zuweisen",
"Assign field values": "Feldwerte zuweisen",
"Associate": "Associate",
"Associated records": "Zugehörige Datensätze",
"Association fields": "Verknüpfungsfelder",
"Association fields filter": "Filter für Verknüpfungsfelder",
"Audit logs": "Prüfprotokolle",
"Authentication": "Authentication",
"Author": "Autor",
"Auto": "Automatisch",
"Auto increment": "Automatische Erhöhung",
"AutoGenId": "Automatisch generiertes ID-Feld",
"Automatic close": "Automatisch schließen",
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "Automatisches Löschen von Objekten, die von der Sammlung abhängen (wie Ansichten), und wiederum aller Objekte, die von diesen Objekten abhängen",
"Automatically generate default values": "Automatically generate default values",
"Automatically update timestamp on update": "Automatically update timestamp on update",
"Automatically update timestamp to the current server time on update": "Automatically update timestamp to the current server time on update",
"Background Color": "Hintergrundfarbe",
"Bar chart": "Balkendiagramm",
"Basic": "Grundlegend",
"Before": "Vor",
"Before change": "Vor der Änderung",
"Blank block": "Leerer Block",
"Block": "Block",
"Block template": "Blockvorlage",
"Block templates": "Blockvorlagen",
"Block title": "Blocktitel",
"Block type": "Blocktyp",
"Blocks": "Blocks",
"Blue": "Blau",
"Bookmark": "Lesezeichen",
"Boolean": "Boolean",
"Built-in": "Eingebaut",
"Bulk edit": "Massenbearbeitung",
"Bulk enable": "Bulk enable",
"Bulk update": "Massenaktualisierung",
"Button background color": "Schaltflächen-Hintergrundfarbe",
"Button icon": "Schaltflächensymbol",
"Button title": "Schaltflächentitel",
"Calculation engine": "Calculation engine",
"Calendar": "Kalender",
"Calendar collection": "Kalendersammlung",
"Cancel": "Abbrechen",
"Cascade Select": "Kaskadierte Auswahl",
"Categories": "Kategorien",
"Category name": "Kategoriename",
"Center": "Center",
"Change password": "Passwort ändern",
"Changed to": "Geändert zu",
"Changelog": "Änderungsprotokoll",
"Chart blocks": "Diagrammblöcke",
"Chart config": "Diagrammkonfiguration",
"Chart title": "Diagrammtitel",
"Chart type": "Diagrammtyp",
"Checkbox": "Kontrollkästchen",
"Checkbox group": "Kontrollkästchengruppe",
"Children": "Children",
"China region": "China-Region",
"Choices": "Auswahlmöglichkeiten",
"Choices fields": "Auswahlfelder",
"City": "Stadt",
"Clear": "Löschen",
"Clear cache": "Clear cache",
"Clear default value": "Standardwert löschen",
"Click or drag file to this area to upload": "Click or drag file to this area to upload",
"Close": "Schließen",
"Collapse": "Einklappen",
"Collapse all": "Alle einklappen",
"Collection": "Sammlung",
"Collection category": "Sammlungskategorie",
"Collection display name": "Anzeigename der Sammlung",
"Collection fields": "Collection fields",
"Collection manager": "Sammlungsmanager",
"Collection name": "Sammlungsname",
"Collection selector": "Sammlungsauswahl",
"Collection template": "Sammlungsvorlage",
"Collections": "Collections",
"Collections & Fields": "Sammlungen & Felder",
"Color": "Farbe",
"Column": "Spalte",
"Column chart": "Säulendiagramm",
"Column title": "Spaltentitel",
"Column width": "Spaltenbreite",
"Coming soon...": "Demnächst verfügbar...",
"Compact theme": "Compact theme",
"Comparision": "Vergleich",
"Compressed file url": "URL der komprimierten Datei",
"Condition": "Bedingung",
"Configure": "Konfigurieren",
"Configure actions": "Aktionen konfigurieren",
"Configure calendar": "Kalender konfigurieren",
"Configure columns": "Spalten konfigurieren",
"Configure field": "Configure field",
"Configure fields": "Felder konfigurieren",
"Configure fields of {{title}}": "Felder von {{title}} konfigurieren",
"Configure permission": "Berechtigung konfigurieren",
"Configure permissions": "Berechtigungen konfigurieren",
"Confirm": "Confirm",
"Confirm password": "Passwort bestätigen",
"Connect data blocks": "Datenblöcke verbinden",
"Connect to database view": "Mit Datenbankansicht verbinden",
"Constant": "Constant",
"Constant value": "Konstanter Wert",
"Contain": "Enthalten",
"Content": "Content",
"Convert reference to duplicate": "Referenz in Duplikat umwandeln",
"Copy into the form and continue to fill in": "Copy into the form and continue to fill in",
"Cover": "Abdecken",
"Create": "Erstellen",
"Create an account": "Konto erstellen",
"Create calendar block": "Kalenderblock erstellen",
"Create collection": "Sammlung erstellen",
"Create form": "Formular erstellen",
"Create gantt block": "Gantt-Block erstellen",
"Create inverse field in the target collection": "Inverses Feld in der Zielsammlung erstellen",
"Create kanban block": "Kanban-Block erstellen",
"Create template": "Vorlage erstellen",
"Created at": "Erstellt am",
"Created by": "Erstellt von",
"CreatedAt": "Erstellt am",
"CreatedBy": "Erstellt von",
"Current collection": "Aktuelle Sammlung",
"Current form": "Aktuelles Formular",
"Current object": "Aktuelles Objekt",
"Current popup record": "Aktueller Popup-Datensatz",
"Current record": "Aktueller Datensatz",
"Current record blocks": "Blöcke des aktuellen Datensatzes",
"Current role": "Aktuelle Rolle",
"Current time": "Aktuelle Zeit",
"Current user": "Aktueller Benutzer",
"Custom": "Benutzerdefiniert",
"Custom Title": "Benutzerdefinierter Titel",
"Custom column name": "Benutzerdefinierter Spaltenname",
"Custom column title": "Benutzerdefinierter Spaltentitel",
"Custom field display name": "Benutzerdefinierter Feldanzeigename",
"Custom name": "Benutzerdefinierter Name",
"Custom request": "Benutzerdefinierte Anfrage",
"Custom title": "Benutzerdefinierter Titel",
"Customize": "Anpassen",
"Cyan": "Cyan",
"DESC": "Absteigend",
"Daily": "Täglich",
"Danger red": "Gefahr-Rot",
"Dashed": "Dashed",
"Data Model": "Data Model",
"Data blocks": "Datenblöcke",
"Data changes": "Datenänderungen",
"Data fields": "Data fields",
"Data loading mode": "Datenladungsmodus",
"Data model": "Data model",
"Data model tools": "Data model tools",
"Data scope": "Datenbereich",
"Data source": "Datenquelle",
"Data source permissions": "Data source permissions",
"Data sources": "Data sources",
"Data template": "Datenvorlage",
"Data will be updated": "Daten werden aktualisiert",
"DataSource": "Datenquelle",
"Date": "Datum",
"Date & Time": "Datum & Zeit",
"Date display format": "Datumsanzeigeformat",
"Date format": "Datumsformat",
"Date range limit": "Date range limit",
"Date variables": "Datumsvariablen",
"DateOnly": "DateOnly",
"Datetime": "Datum/Zeit",
"Datetime (with time zone)": "Datetime (with time zone)",
"Datetime (without time zone)": "Datetime (without time zone)",
"Day": "Tag",
"Day/Month/Year": "Tag/Monat/Jahr",
"Default": "Standard",
"Default collapse": "Standardmäßig eingeklappt",
"Default is the ID field": "Standard ist das ID-Feld",
"Default role": "Standardrolle",
"Default theme": "Default theme",
"Default title for each record": "Default title for each record",
"Default value": "Standardwert",
"Default value to current server time": "Default value to current server time",
"Default value to current time": "Default value to current time",
"Delete": "Löschen",
"Delete Event": "Ereignis löschen",
"Delete action": "Aktion löschen",
"Delete block": "Block löschen",
"Delete category": "Kategorie löschen",
"Delete collection": "Sammlung löschen",
"Delete events": "Ereignisse löschen",
"Delete field": "Feld löschen",
"Delete menu item": "Menüpunkt löschen",
"Delete record": "Datensatz löschen",
"Delete role": "Rolle löschen",
"Delete route": "Route löschen",
"Delete routes": "Routen löschen",
"Delete table column": "Tabellenspalte löschen",
"Delete this event?": "Dieses Ereignis löschen?",
"Department name": "Abteilungsname",
"Departments": "Abteilungen",
"Dependencies check": "Abhängigkeitsprüfung",
"Dependencies check failed, can't enable.": "Abhängigkeitsprüfung fehlgeschlagen, kann nicht aktiviert werden.",
"Dependencies compatibility check": "Kompatibilitätsprüfung der Abhängigkeiten",
"Description": "Beschreibung",
"Desktop device": "Desktop",
"Desktop routes": "Desktop-Routen",
"Details": "Details",
"Determine whether a record exists by the following fields": "Bestimmen Sie, ob ein Datensatz anhand der folgenden Felder existiert",
"Dialog": "Dialog",
"Direct duplicate": "Direct duplicate",
"Disable": "Disable",
"Disable tabs": "Tabs deaktivieren",
"Disabled": "Deaktiviert",
"Disassociate": "Trennen",
"Disassociate record": "Datensatz trennen",
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "<1><0>10</0><1>20</1><2>50</2><3>100</3></1> Einträge pro Seite anzeigen",
"Display <icon></icon> when unchecked": "Display <icon></icon> when unchecked",
"Display association fields": "Verknüpfungsfelder anzeigen",
"Display field title": "Feldtitel anzeigen",
"Display fields": "Anzeigefelder der Sammlung",
"Display name": "Anzeigename",
"Display order number": "Bestellnummer anzeigen",
"Display page title": "Display page title",
"Display title": "Titel anzeigen",
"DisplayName": "Anzeigename",
"Divide by": "Divide by",
"Divider line color": "Divider line color",
"Do not concatenate search params in the URL": "Do not concatenate search params in the URL",
"Do not load data when filter is empty": "Keine Daten laden, wenn der Filter leer ist",
"Docs": "Docs",
"Done": "Fertig",
"Double click to choose entire object": "Double click to choose entire object",
"Download": "Download",
"Download logs": "Protokolle herunterladen",
"Drag and drop sorting field": "Feld für Drag & Drop-Sortierung",
"Drag and drop the file here or click to upload, file size should not exceed 30M": "Ziehen Sie die Datei hierher oder klicken Sie zum Hochladen, die Dateigröße sollte 30M nicht überschreiten",
"Dragging": "Ziehen",
"Drawer": "Seitenleiste",
"Dropdown": "Dropdown",
"Duplicate": "Duplizieren",
"Duplicate and continue": "Duplizieren und fortfahren",
"Duplicate mode": "Duplikationsmodus",
"Duplicate template": "Vorlage duplizieren",
"Duplicating": "Dupliziere",
"Dynamic value": "Dynamischer Wert",
"Easy reading": "Leicht lesbar",
"Easy-reading": "Leicht lesbar",
"Edit": "Bearbeiten",
"Edit block title": "Blocktitel bearbeiten",
"Edit block title & description": "Edit block title & description",
"Edit button": "Schaltfläche bearbeiten",
"Edit category": "Kategorie bearbeiten",
"Edit chart": "Diagramm bearbeiten",
"Edit collection": "Sammlung bearbeiten",
"Edit description": "Beschreibung bearbeiten",
"Edit field": "Feld bearbeiten",
"Edit field title": "Feldtitel bearbeiten",
"Edit form": "Formular bearbeiten",
"Edit group title": "Edit group title",
"Edit link": "Edit link",
"Edit markdown": "Markdown bearbeiten",
"Edit menu item": "Menüpunkt bearbeiten",
"Edit page title": "Edit page title",
"Edit profile": "Profil bearbeiten",
"Edit record": "Datensatz bearbeiten",
"Edit role": "Rolle bearbeiten",
"Edit tab": "Tab bearbeiten",
"Edit tooltip": "Tooltip bearbeiten",
"Editable": "Bearbeitbar",
"Ellipsis": "Ellipsis",
"Ellipsis overflow content": "Auslassungszeichen für Überlaufinhalt",
"Email": "E-Mail",
"Empty": "Leer",
"Enable": "Enable",
"Enable SMS authentication": "SMS-Authentifizierung aktivieren",
"Enable actions": "Aktionen aktivieren",
"Enable child collections": "Untersammlungen aktivieren",
"Enable drag and drop sorting": "Drag & Drop-Sortierung aktivieren",
"Enable form data template": "Enable form data template",
"Enable link": "Link aktivieren",
"Enable page header": "Enable page header",
"Enable page tabs": "Enable page tabs",
"Enable secondary confirmation": "Sekundäre Bestätigung aktivieren",
"Enabled": "Aktiviert",
"Enabled languages": "Aktivierte Sprachen",
"End date field": "Enddatumsfeld",
"Error message": "Fehlermeldung",
"Event": "Ereignis",
"Execute": "Ausführen",
"Exists": "Existiert",
"Expand All": "Alle erweitern",
"Expand all": "Alle ausklappen",
"Expand/Collapse": "Erweitern/Einklappen",
"Export": "Exportieren",
"Exportable fields": "Exportierbare Felder",
"Expression": "Ausdruck",
"Expression collection": "Expression collection",
"Failed to load plugin": "Failed to load plugin",
"False": "False",
"Feedback": "Feedback",
"Field": "Feld",
"Field component": "Feldkomponente",
"Field display name": "Feldanzeigename",
"Field interface": "Feldschnittstelle",
"Field mode": "Feldmodus",
"Field name": "Feldname",
"Field permission": "Feldberechtigung",
"Field source": "Feldquelle",
"Field title": "Feldtitel",
"Field type": "Feldtyp",
"Field value changes": "Feldwertänderungen",
"Field value do not meet the requirements": "Field value do not meet the requirements",
"Field value size is": "Field value size is",
"Field values must be unique.": "Field values must be unique.",
"Fields": "Felder",
"Fields can only be used correctly if they are defined with an interface.": "Fields can only be used correctly if they are defined with an interface.",
"Fields values": "Feldwerte",
"File manager": "Dateimanager",
"File size exceeds the limit": "File size exceeds the limit",
"File size should not exceed {{size}}.": "File size should not exceed {{size}}.",
"File type is not allowed": "File type is not allowed",
"File type is not supported for previewing, please download it to preview.": "File type is not supported for previewing, please download it to preview.",
"Fill": "Füllen",
"Filled": "Filled",
"Filter": "Filter",
"Filter blocks": "Filterblöcke",
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
"Filter out a single piece or a group of records as a template": "Filter out a single piece or a group of records as a template",
"Filter target key": "Filter target key",
"Filterable fields": "Filterbare Felder",
"Find by the following fields": "Nach den folgenden Feldern suchen",
"First or create": "Zuerst oder erstellen",
"Fix block": "Block fixieren",
"Fixed": "Fixed",
"Flexible popup": "Flexibles Popup",
"Foreign key": "Fremdschlüssel",
"Foreign key 1": "Fremdschlüssel 1",
"Foreign key 2": "Fremdschlüssel 2",
"Form": "Formular",
"Form (Add new)": "Formular (Neu hinzufügen)",
"Form (Edit)": "Formular (Bearbeiten)",
"Form data templates": "Form data templates",
"Form values": "Formularwerte",
"Format": "Format",
"Formula": "Formel",
"Formula description": "Berechnet einen Wert in jedem Datensatz basierend auf anderen Feldern im selben Datensatz.",
"Formula error.": "Formelfehler.",
"Formula mode": "Formelmodus",
"Formula.js supports most Microsoft Excel formula functions.": "Formula.js supports most Microsoft Excel formula functions.",
"Full height": "Full height",
"Function": "Funktion",
"Gantt": "Gantt",
"Geek blue": "Geek-Blau",
"General": "Allgemein",
"General action permissions": "Allgemeine Aktionsberechtigungen",
"General collection": "Allgemeine Sammlung",
"General fields": "Allgemeine Felder",
"General permissions": "Allgemeine Berechtigungen",
"Generated automatically if left blank": "Wird automatisch generiert, wenn leer gelassen",
"Generic properties": "Allgemeine Eigenschaften",
"Global action permissions": "Globale Aktionsberechtigungen",
"Global permissions": "Globale Berechtigungen",
"Gold": "Gold",
"Green": "Grün",
"Grid Card": "Rasterkarte",
"Group": "Gruppe",
"Grouped sorting": "Gruppierte Sortierung",
"Grouping field": "Gruppierungsfeld",
"Half of day": "Halber Tag",
"Handbook": "Handbuch",
"Hidden": "Versteckt",
"Hidden(reserved value)": "Versteckt (reservierter Wert)",
"Hide": "Ausblenden",
"Hide column": "Spalte ausblenden",
"Hide in menu": "Im Menü ausblenden",
"Highlight": "Hervorheben",
"Home page": "Startseite",
"Homepage": "Startseite",
"Horizontal": "Horizontal",
"Hour": "Stunde",
"ID": "ID",
"Icon": "Symbol",
"Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": "Bezeichner für Programmnutzung. Unterstützt Buchstaben, Zahlen und Unterstriche, muss mit einem Buchstaben beginnen.",
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
"If collection inherits, choose inherited collections as templates": "If collection inherits, choose inherited collections as templates",
"If selected, the page will display Tab pages.": "Wenn ausgewählt, zeigt die Seite Tab-Seiten an.",
"If selected, the route will be displayed in the menu.": "Wenn ausgewählt, wird die Route im Menü angezeigt.",
"Import": "Importieren",
"Importable fields": "Importierbare Felder",
"In configuration": "In Konfiguration",
"In configuration mode, the entire column becomes transparent. In non-configuration mode, the entire column will be hidden. Even if the entire column is hidden, its configured default values and other settings will still take effect.": "Im Konfigurationsmodus wird die gesamte Spalte transparent. Im Nicht-Konfigurationsmodus wird die gesamte Spalte ausgeblendet. Auch wenn die gesamte Spalte ausgeblendet ist, werden ihre konfigurierten Standardwerte und andere Einstellungen weiterhin wirksam.",
"Incomplete uploading files need to be resolved": "Incomplete uploading files need to be resolved",
"Index": "Index",
"Individual": "Individuell",
"Inherited fields": "Geerbte Felder",
"Inherits": "Erbt von",
"Inner": "Innen",
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Geben Sie +, -, *, /, ( ) zum Berechnen ein, geben Sie @ ein, um Feldvariablen zu öffnen.",
"Insert": "Einfügen",
"Insert above": "Oben einfügen",
"Insert after": "Danach einfügen",
"Insert before": "Davor einfügen",
"Insert below": "Unten einfügen",
"Insert if not exists": "Einfügen, wenn nicht vorhanden",
"Insert if not exists, or update": "Einfügen, wenn nicht vorhanden, sonst aktualisieren",
"Insert inner": "Innen einfügen",
"Insert left": "Links einfügen",
"Insert right": "Rechts einfügen",
"Installing": "Installiere",
"Integer": "Ganzzahl",
"Invalid JSON format": "Ungültiges JSON-Format",
"Inverse field display name": "Anzeigename des inversen Feldes",
"Inverse field name": "Name des inversen Feldes",
"Inverse relationship type": "Inverse Beziehungstyp",
"Junction collection": "Verbindungssammlung",
"Kanban": "Kanban",
"Label align": "Label align",
"Label field": "Beschriftungsfeld",
"Label width": "Label width",
"Language": "Sprache",
"Large": "Groß",
"Large screen device": "Großer Bildschirm",
"Last 30 days": "Letzte 30 Tage",
"Last 7 days": "Letzte 7 Tage",
"Last 90 days": "Letzte 90 Tage",
"Last month": "Letzter Monat",
"Last quarter": "Letztes Quartal",
"Last updated": "Zuletzt aktualisiert",
"Last updated at": "Zuletzt aktualisiert am",
"Last updated by": "Zuletzt aktualisiert von",
"Last week": "Letzte Woche",
"Last year": "Letztes Jahr",
"Layout": "Layout",
"Leave it blank, unless you need a custom intermediate table": "Lassen Sie es leer, es sei denn, Sie benötigen eine benutzerdefinierte Zwischentabelle",
"Left": "Left",
"Left fixed": "Left fixed",
"Length": "Länge",
"License": "Lizenz",
"Lime": "Limette",
"Line break": "Line break",
"Line chart": "Liniendiagramm",
"Link": "Link",
"Link to": "Verknüpfen mit",
"Link to description": "Wird verwendet, um Sammlungsbeziehungen schnell zu erstellen und ist mit den meisten gängigen Szenarien kompatibel. Geeignet für Nicht-Entwickler. Als Feld dargestellt, ist es eine Dropdown-Auswahl zur Auswahl von Datensätzen aus der Zielsammlung. Nach der Erstellung werden gleichzeitig die zugehörigen Felder der aktuellen Sammlung in der Zielsammlung generiert.",
"Linkage rule": "Verknüpfungsregel",
"Linkage rules": "Verknüpfungsregeln",
"Linkage with form fields": "Verknüpfung mit Formularfeldern",
"List": "Liste",
"Load all data when filter is empty": "Alle Daten laden, wenn der Filter leer ist",
"Local": "Lokal",
"Log in with an existing account": "Mit einem bestehenden Konto anmelden",
"Logging and monitoring": "Logging and monitoring",
"Logo": "Logo",
"Long text": "Langer Text",
"Magenta": "Magenta",
"Main": "Main",
"Main department": "Hauptabteilung",
"Manage all settings": "Alle Einstellungen verwalten",
"Manually close": "Manuell schließen",
"Many to many": "Viele zu Viele",
"Many to many description": "Wird verwendet, um Viele-zu-Viele-Beziehungen zu erstellen. Zum Beispiel hat ein Schüler viele Lehrer und ein Lehrer hat viele Schüler. Als Feld dargestellt, ist es eine Dropdown-Auswahl zur Auswahl von Datensätzen aus der zugehörigen Sammlung.",
"Many to one": "Viele zu Eins",
"Many to one description": "Wird verwendet, um Viele-zu-Eins-Beziehungen zu erstellen. Zum Beispiel kann eine Stadt nur zu einem Land gehören und ein Land kann viele Städte haben. Als Feld dargestellt, ist es eine Dropdown-Auswahl zur Auswahl eines Datensatzes aus der zugehörigen Sammlung. Nach der Erstellung wird automatisch ein Eins-zu-Viele-Feld in der zugehörigen Sammlung generiert.",
"Markdown": "Markdown",
"Marketplace": "Marktplatz",
"Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types.": "Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types.",
"Max length": "Maximale Länge",
"Max length must greater than min length": "Maximale Länge muss größer als minimale Länge sein",
"MaxDate": "MaxDate",
"Maximum": "Maximum",
"Maximum must greater than minimum": "Maximum muss größer als Minimum sein",
"Media": "Medien",
"Meet <1><0>All</0><1>Any</1></1> conditions in the group": "<1><0>Alle</0><1>Beliebige</1></1> Bedingungen in der Gruppe erfüllen",
"Menu": "Menü",
"Menu item icon": "Menüpunktsymbol",
"Menu item name": "Menüpunktname",
"Menu item title": "Menüpunkttitel",
"Menu permissions": "Menüberechtigungen",
"Message popup close method": "Schließmethode für Popup-Nachrichten",
"Middle": "Mittel",
"Millisecond": "Millisecond",
"Min length": "Minimale Länge",
"Min length must less than max length": "Minimale Länge muss kleiner als maximale Länge sein",
"MinDate": "MinDate",
"Minimum": "Minimum",
"Minimum must less than maximum": "Minimum muss kleiner als Maximum sein",
"Mobile routes": "Mobile Routen",
"Modal add": "Modal hinzufügen",
"Month": "Monat",
"Monthly": "Monatlich",
"More details": "Weitere Details",
"More options": "Weitere Optionen",
"Move to": "Verschieben nach",
"Move {{title}} to": "{{title}} verschieben nach",
"Multiple select": "Mehrfachauswahl",
"Multiply by": "Multiply by",
"Must be 1-50 characters in length (excluding @.<>\"'/)": "Must be 1-50 characters in length (excluding @.<>\"'/)",
"Must select to the last level": "Muss bis zur letzten Ebene ausgewählt werden",
"Name": "Name",
"Navigate": "Navigieren",
"New menu items are allowed to be accessed by default.": "Neue Menüpunkte dürfen standardmäßig zugegriffen werden.",
"New password": "Neues Passwort",
"New routes are allowed to be accessed by default": "Neue Routen dürfen standardmäßig zugegriffen werden",
"Next 30 days": "Nächste 30 Tage",
"Next 7 days": "Nächste 7 Tage",
"Next 90 days": "Nächste 90 Tage",
"Next month": "Nächster Monat",
"Next quarter": "Nächstes Quartal",
"Next week": "Nächste Woche",
"Next year": "Nächstes Jahr",
"Nickname": "Spitzname",
"No": "Nein",
"No CHANGELOG.md file": "Keine CHANGELOG.md-Datei",
"No README.md file": "Keine README.md-Datei",
"No blocks to connect": "Keine Blöcke zum Verbinden",
"No configuration available.": "No configuration available.",
"No data": "No data",
"None": "Keine",
"Normal": "Normal",
"Not enabled": "Nicht aktiviert",
"Not fixed": "Not fixed",
"Not required": "Nicht erforderlich",
"Notification": "Benachrichtigung",
"Now": "Now",
"Npm package": "NPM-Paket",
"Npm package name": "NPM-Paketname",
"Null": "Null",
"Number": "Zahl",
"Object Fit": "Objektanpassung",
"Off": "Aus",
"Official plugin": "Offizielles Plugin",
"Old password": "Altes Passwort",
"On": "Ein",
"One to many": "Eins zu Viele",
"One to many description": "Wird verwendet, um eine Eins-zu-Viele-Beziehung zu erstellen. Zum Beispiel hat ein Land viele Städte und eine Stadt kann nur in einem Land sein. Als Feld dargestellt, ist es eine Untertabelle, die die Datensätze der zugehörigen Sammlung anzeigt. Bei der Erstellung wird automatisch ein Viele-zu-Eins-Feld in der zugehörigen Sammlung generiert.",
"One to one": "Eins zu Eins",
"One to one (belongs to)": "Eins zu Eins (gehört zu)",
"One to one (has one)": "Eins zu Eins (hat ein)",
"One to one description": "Wird verwendet, um eine Eins-zu-Eins-Beziehung zu erstellen. Zum Beispiel hat ein Benutzer ein Profil.",
"Only the selected fields will be used as the initialization data for the form": "Only the selected fields will be used as the initialization data for the form",
"Open in new window": "In neuem Fenster öffnen",
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Öffnen in<1><0>Modal</0><1>Seitenleiste</1><2>Fenster</2></1>",
"Open mode": "Öffnungsmodus",
"Operate on existing data": "Mit vorhandenen Daten arbeiten",
"Operate on new data": "Mit neuen Daten arbeiten",
"Operation failed": "Operation fehlgeschlagen",
"Operation succeeded": "Operation erfolgreich",
"Operator": "Operator",
"Option label": "Optionsbezeichnung",
"Option value": "Optionswert",
"Options": "Optionen",
"Orange": "Orange",
"Original field title: ": "Ursprünglicher Feldtitel: ",
"Original name": "Ursprünglicher Name",
"Original title: ": "Ursprünglicher Titel: ",
"Other": "Other",
"Other blocks": "Andere Blöcke",
"Other chart": "Anderes Diagramm",
"Other collections": "Andere Sammlungen",
"Other records": "Andere Datensätze",
"Others": "Andere",
"Outlined": "Outlined",
"Override": "Überschreiben",
"Override field": "Feld überschreiben",
"Oversized": "Übergroß",
"Own records": "Eigene Datensätze",
"Owners": "Eigentümer",
"PK & FK fields": "PK & FK Felder",
"Package name": "Package name",
"PackageName": "Paketname",
"Page": "Seite",
"Page number": "Page number",
"Page size": "Page size",
"Parent": "Parent",
"Parent ID": "Parent ID",
"Parent collection fields": "Felder der übergeordneten Sammlung",
"Parent object": "Übergeordnetes Objekt",
"Parent popup record": "Übergeordneter Popup-Datensatz",
"Parent record": "Übergeordneter Datensatz",
"Password": "Passwort",
"Password mismatch": "Passwörter stimmen nicht überein",
"Path": "Pfad",
"Pattern": "Muster",
"Percent": "Prozent",
"Perform the Custom request": "Perform the Custom request",
"Perform the Refresh": "Perform the Refresh",
"Perform the Submit": "Perform the Submit",
"Perform the Trigger workflow": "Perform the Trigger workflow",
"Perform the Update record": "Perform the Update record",
"Perform the {{title}}": "Perform the {{title}}",
"Permission deined": "Berechtigung verweigert",
"Permission denied": "Permission denied",
"Permission policy": "Berechtigungsrichtlinie",
"Phone": "Telefon",
"Phone device": "Mobiltelefon",
"Picker": "Picker",
"Pie chart": "Kreisdiagramm",
"Please add or select record": "Please add or select record",
"Please configure the URL": "Please configure the URL",
"Please configure the duplicate fields": "Bitte konfigurieren Sie die Duplikatfelder",
"Please confirm the SQL statement first": "Bitte bestätigen Sie zuerst die SQL-Anweisung",
"Please fill in the iframe URL": "Bitte geben Sie die iframe-URL ein",
"Please select the records to be updated": "Bitte wählen Sie die zu aktualisierenden Datensätze aus",
"Please select time or variable": "Please select time or variable",
"Please use a valid SELECT or WITH AS statement": "Bitte verwenden Sie eine gültige SELECT- oder WITH AS-Anweisung",
"Plugin": "Plugin",
"Plugin Zip File": "Plugin-ZIP-Datei",
"Plugin dependencies check failed": "Überprüfung der Plugin-Abhängigkeiten fehlgeschlagen",
"Plugin dependencies check failed, you should change the dependent version to meet the version requirements.": "Die Überprüfung der Plugin-Abhängigkeiten ist fehlgeschlagen. Sie sollten die abhängige Version ändern, um die Versionsanforderungen zu erfüllen.",
"Plugin dependency version mismatch": "Versionsinkompatibilität der Plugin-Abhängigkeit",
"Plugin loading failed. Please check the server logs.": "Plugin-Ladung fehlgeschlagen. Bitte überprüfen Sie die Serverprotokolle.",
"Plugin manager": "Plugin-Manager",
"Plugin name": "Plugin-Name",
"Plugin settings": "Plugin-Einstellungen",
"Plugin settings permissions": "Plugin-Einstellungsberechtigungen",
"Plugin source": "Plugin-Quelle",
"Plugin starting...": "Plugin wird gestartet...",
"Plugin stopping...": "Plugin wird gestoppt...",
"Plugin tab name": "Plugin-Tab-Name",
"Plugin's version": "Plugin-Version",
"Pop-up": "Pop-up",
"Popup": "Popup",
"Popup form": "Popup-Formular",
"Popup message": "Popup-Nachricht",
"Popup size": "Popup-Größe",
"Position": "Position",
"Precision": "Genauigkeit",
"Prefix": "Prefix",
"Preset fields": "Voreingestellte Felder",
"Prettify": "Prettify",
"Preview": "Vorschau",
"Primary": "Primär",
"Primary key, unique identifier, self growth": "Primärschlüssel, eindeutiger Bezeichner, automatische Erhöhung",
"Print": "Drucken",
"Problematic": "Problematisch",
"Progress field": "Fortschrittsfeld",
"Properties": "Eigenschaften",
"Providing certain collections as options for users, typically used in polymorphic or inheritance scenarios": "Bestimmte Sammlungen als Optionen für Benutzer bereitstellen, typischerweise verwendet in polymorphen oder Vererbungsszenarien",
"Province": "Provinz",
"Province/city/area name": "Provinz/Stadt/Gebietsname",
"Purple": "Lila",
"Quarter": "Quarter",
"Quarter of day": "Viertel des Tages",
"QuarterYear": "Jahresquartal",
"Quick add": "Schnell hinzufügen",
"Quick create": "Quick create",
"Quick duplicate": "Schnelles Duplizieren",
"Quick upload": "Schnelles Hochladen",
"Radio group": "Radiogruppe",
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Zufällig generiert und kann geändert werden. Unterstützt Buchstaben, Zahlen und Unterstriche, muss mit einem Buchstaben beginnen.",
"Read only": "Nur lesen",
"Readme": "Readme",
"Readonly": "Schreibgeschützt",
"Record ID": "Datensatz-ID",
"Record picker": "Datensatzauswahl",
"Record unique key": "Record unique key",
"Records can be sorted": "Datensätze können sortiert werden",
"Records per page": "Datensätze pro Seite",
"Red": "Rot",
"Redirect to": "Weiterleiten zu",
"Reference template": "Referenzvorlage",
"Refresh": "Aktualisieren",
"Refresh data on action": "Refresh data on action",
"Refresh data on close": "Refresh data on close",
"Regular expression": "Regulärer Ausdruck",
"Related collection": "Zugehörige Sammlung",
"Relation": "Beziehung",
"Relationship blocks": "Beziehungsblöcke",
"Relationship type": "Beziehungstyp",
"Reload application": "Reload application",
"Remains the same": "Bleibt gleich",
"Remove": "Remove",
"Render Failed": "Rendering fehlgeschlagen",
"Repeats": "Wiederholungen",
"Request API": "API anfragen",
"Request URL": "Anfrage-URL",
"Request body": "Anfragekörper",
"Request headers": "Anfrageheader",
"Request method": "Anfragemethode",
"Request query parameters": "Anfrageparameter",
"Request settings": "Anfrageeinstellungen",
"Request success": "Anfrage erfolgreich",
"Required": "Erforderlich",
"Reset": "Zurücksetzen",
"Restart": "Neustart",
"Restart application": "Anwendung neu starten",
"Result": "Ergebnis",
"Retry after {{count}} seconds": "Wiederholen nach {{count}} Sekunden",
"Return to the main application": "Zurück zur Hauptanwendung",
"Return to the previous popup or page": "Return to the previous popup or page",
"Rich Text": "Rich Text",
"Right": "Right",
"Right fixed": "Right fixed",
"Role UID": "Rollen-UID",
"Role display name": "Rollenanzeigename",
"Role name": "Rollenname",
"Roles": "Rollen",
"Roles & Permissions": "Rollen & Berechtigungen",
"Route name": "Routenname",
"Route permissions": "Routenberechtigungen",
"Routes": "Routen",
"SQL collection": "SQL collection",
"Save": "Speichern",
"Save action": "Aktion speichern",
"Save as block template": "Als Blockvorlage speichern",
"Save as template": "Als Vorlage speichern",
"Save conditions": "Bedingungen speichern",
"Save mode": "Speichermodus",
"Save record": "Datensatz speichern",
"Saved successfully": "Erfolgreich gespeichert",
"Scale Down": "Verkleinern",
"Scientifix notation": "Scientifix notation",
"Scope name": "Bereichsname",
"Screen size": "Bildschirmgröße",
"Search": "Suchen",
"Search and select collection": "Sammlung suchen und auswählen",
"Search parameters": "Search parameters",
"Search plugin": "Plugin suchen",
"Search plugin...": "Search plugin...",
"Second": "Second",
"Secondary confirmation": "Secondary confirmation",
"Security": "Security",
"Select": "Auswählen",
"Select a variable": "Select a variable",
"Select all": "Alle auswählen",
"Select an existing piece of data as the initialization data for the form": "Select an existing piece of data as the initialization data for the form",
"Select collection": "Sammlung auswählen",
"Select data source": "Datenquelle auswählen",
"Select field": "Feld auswählen",
"Select file": "Datei auswählen",
"Select grouping field": "Gruppierungsfeld auswählen",
"Select icon": "Symbol auswählen",
"Select level": "Ebene auswählen",
"Select record": "Datensatz auswählen",
"Select template": "Vorlage auswählen",
"Select view": "Ansicht auswählen",
"Selected": "Ausgewählt",
"Selector": "Selektor",
"Selector mode": "Auswahlmodus",
"Send code": "Code senden",
"Separator": "Separator",
"Set Template Engine": "Set Template Engine",
"Set block height": "Set block height",
"Set block layout": "Set block layout",
"Set data loading mode": "Datenladungsmodus festlegen",
"Set default sorting rules": "Standardsortierregeln festlegen",
"Set default value": "Standardwert festlegen",
"Set the count of columns displayed in a row": "Anzahl der Spalten in einer Zeile festlegen",
"Set the data scope": "Datenbereich festlegen",
"Set validation rules": "Validierungsregeln festlegen",
"Setting": "Einstellung",
"Settings": "Einstellungen",
"Show file name": "Show file name",
"Show in menu": "Im Menü anzeigen",
"Show lunar": "Mondkalender anzeigen",
"Show time": "Zeit anzeigen",
"Sign in": "Anmelden",
"Sign in via account": "Über Konto anmelden",
"Sign in via phone": "Über Telefon anmelden",
"Sign in with another account": "Mit einem anderen Konto anmelden",
"Sign out": "Abmelden",
"Sign up": "Registrieren",
"Sign up successfully, and automatically jump to the sign in page": "Registrierung erfolgreich, Sie werden automatisch zur Anmeldeseite weitergeleitet",
"Signed up successfully. It will jump to the login page.": "Registrierung erfolgreich. Sie werden zur Anmeldeseite weitergeleitet.",
"Simple string replacement, can be used to interpolate variables in a string.": "Simple string replacement, can be used to interpolate variables in a string.",
"Single line text": "Einzeiliger Text",
"Single select": "Einzelauswahl",
"Single select and radio fields can be used as the grouping field": "Einzelauswahl- und Radiofelder können als Gruppierungsfeld verwendet werden",
"Size": "Größe",
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "Überspringt das Abrufen der Gesamtanzahl der Tabellendatensätze während der Paginierung, um das Laden zu beschleunigen. Es wird empfohlen, diese Option für Datentabellen mit einer großen Datenmenge zu aktivieren",
"Skip required validation": "Erforderliche Validierung überspringen",
"Small": "Klein",
"Sorry, the page you visited does not exist.": "Entschuldigung, die von Ihnen besuchte Seite existiert nicht.",
"Sort": "Sortieren",
"Sortable": "Sortierbar",
"Source collection": "Quellsammlung",
"Source collections": "Quellsammlungen",
"Source key": "Quellschlüssel",
"Specific properties": "Spezifische Eigenschaften",
"Specify height": "Specify height",
"Start date field": "Startdatumsfeld",
"Stay on current page": "Auf aktueller Seite bleiben",
"Stay on the current popup or page": "Stay on the current popup or page",
"Store the creation time of each record": "Speichert die Erstellungszeit jedes Datensatzes",
"Store the creation user of each record": "Speichert den Erstellungsbenutzer jedes Datensatzes",
"Store the last update time of each record": "Speichert die letzte Aktualisierungszeit jedes Datensatzes",
"Store the last update user of each record": "Speichert den letzten Aktualisierungsbenutzer jedes Datensatzes",
"Street": "Straße",
"String": "String",
"String template": "String template",
"Style": "Stil",
"Sub-details": "Unterdetails",
"Sub-form": "Unterformular",
"Sub-form(Popover)": "Unterformular (Popover)",
"Sub-table": "Untertabelle",
"Subform mode": "Unterformularmodus",
"Submit": "Absenden",
"Submitted successfully": "Erfolgreich übermittelt",
"Subtable": "Untertabelle",
"Subtable mode": "Untertabellenmodus",
"Suffix": "Suffix",
"Super admin": "Superadministrator",
"Superior department": "Übergeordnete Abteilung",
"Support for a single or bulk upload.": "Support for a single or bulk upload.",
"Switch role": "Rolle wechseln",
"Switching the picker, the value and default value will be cleared": "Switching the picker, the value and default value will be cleared",
"Sync from database": "Von Datenbank synchronisieren",
"Sync from form fields": "Von Formularfeldern synchronisieren",
"Sync successfully": "Synchronisierung erfolgreich",
"Syntax references": "Syntax references",
"System": "System",
"System & security": "System & security",
"System fields": "Systemfelder",
"System info": "Systeminformationen",
"System management": "System management",
"System settings": "Systemeinstellungen",
"System title": "Systemtitel",
"System variables": "Systemvariablen",
"Tab": "Tab",
"Tab name": "Tab-Name",
"Table": "Tabelle",
"Table OID(Inheritance)": "Tabellen-OID (Vererbung)",
"Table selected records": "Ausgewählte Tabellendatensätze",
"Table size": "Table size",
"Tablet device": "Tablet",
"Tag": "Tag",
"Tag color field": "Tag-Farbfeld",
"Target": "Ziel",
"Target collection": "Zielsammlung",
"Target key": "Zielschlüssel",
"Target position": "Zielposition",
"Template Data": "Template Data",
"Template engine": "Template engine",
"Template fields": "Template fields",
"Template name": "Vorlagenname",
"Templates": "Vorlagen",
"Text Align": "Textausrichtung",
"The application is reloading, please do not close the page.": "The application is reloading, please do not close the page.",
"The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "Die aktuelle Abhängigkeitsversion des Plugins stimmt nicht mit der Version der Anwendung überein und funktioniert möglicherweise nicht ordnungsgemäß. Sind Sie sicher, dass Sie das Plugin weiterhin aktivieren möchten?",
"The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"": "The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"",
"The deletion was successful.": "Das Löschen war erfolgreich.",
"The field has been deleted": "Das Feld wurde gelöscht",
"The field value cannot be greater than ": "Der Feldwert darf nicht größer sein als ",
"The field value cannot be less than ": "Der Feldwert darf nicht kleiner sein als ",
"The field value is not an integer number": "Der Feldwert ist keine ganze Zahl",
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
"The selected fields will automatically populate the form": "The selected fields will automatically populate the form",
"The title field is used to identify the template record": "The title field is used to identify the template record",
"The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "Der Wert dieser Variable wird aus der Abfragezeichenfolge der Seiten-URL abgeleitet. Diese Variable kann nur normal verwendet werden, wenn die Seite eine Abfragezeichenfolge hat.",
"The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "The will interrupt service, it may take a few seconds to restart. Are you sure to continue?",
"The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "Der {{type}} \"{{name}}\" wurde möglicherweise gelöscht. Bitte entfernen Sie diesen {{blockType}}.",
"Theme": "Theme",
"Then": "Dann",
"Third party services": "Third party services",
"This and following events": "Dieses und folgende Ereignisse",
"This event": "Dieses Ereignis",
"This is a demo text, **supports Markdown syntax**.": "Dies ist ein Beispieltext, **unterstützt Markdown-Syntax**.",
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "Dies ist wahrscheinlich ein interner Fehler von NocoBase. Bitte öffnen Sie ein Problem <1>hier</1>",
"This month": "Dieser Monat",
"This quarter": "Dieses Quartal",
"This variable has been deprecated and can be replaced with \"Current form\"": "Diese Variable ist veraltet und kann durch \"Aktuelles Formular\" ersetzt werden",
"This week": "Diese Woche",
"This year": "Dieses Jahr",
"Through collection": "Zwischensammlung",
"Time": "Zeit",
"Time format": "Zeitformat",
"Time scale": "Zeitskala",
"Title": "Titel",
"Title field": "Titelfeld",
"Title position": "Title position",
"Today": "Heute",
"Toggles the subfield mode": "Schaltet den Unterfeld-Modus um",
"Tomorrow": "Morgen",
"Total {{count}} items": "Insgesamt {{count}} Einträge",
"Tree collection": "Tree collection",
"Tree table": "Baumtabelle",
"Trigger workflow": "Workflow auslösen",
"Triggered when the row is clicked": "Wird ausgelöst, wenn auf die Zeile geklickt wird",