forked from nocobase/locales
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen-US.json
More file actions
4321 lines (4321 loc) · 240 KB
/
en-US.json
File metadata and controls
4321 lines (4321 loc) · 240 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)": "(Fields only)",
"12 hour": "12 hour",
"24 hour": "24 hour",
"<": "<",
"=": "=",
">": ">",
"ACL": "ACL",
"ASC": "ASC",
"Access": "Access",
"Access control": "Access control",
"Accessible": "Accessible",
"Accuracy": "Accuracy",
"Action": "Action",
"Action after successful submission": "Action after successful submission",
"Action column": "Action column",
"Action display name": "Action display name",
"Action logs": "Action logs",
"Action name": "Action name",
"Action on existing records": "Action on existing records",
"Action on new records": "Action on new records",
"Action permission": "Action permission",
"Action permissions": "Action permissions",
"Action scope": "Action scope",
"Action type": "Action type",
"Actions": "Actions",
"Add": "Add",
"Add & Update": "Add & Update",
"Add Markdown": "Add Markdown",
"Add attach": "Add attach",
"Add block": "Add block",
"Add card": "Add card",
"Add category": "Add category",
"Add child": "Add child",
"Add child route": "Add child",
"Add condition": "Add condition",
"Add condition group": "Add condition group",
"Add exportable field": "Add exportable field",
"Add field": "Add field",
"Add filter": "Add filter",
"Add filter group": "Add filter group",
"Add group": "Add group",
"Add link": "Add link",
"Add linkage rule": "Add linkage rule",
"Add menu item": "Add menu item",
"Add new": "Add new",
"Add new mode": "Add new mode",
"Add option": "Add option",
"Add page": "Add page",
"Add parameter": "Add parameter",
"Add plugin": "Add plugin",
"Add property": "Add property",
"Add record": "Add record",
"Add role": "Add role",
"Add sort field": "Add sort field",
"Add tab": "Add tab",
"Add template": "Add template",
"Add text": "Add text",
"Add type": "Add type",
"Add validation rule": "Add validation rule",
"Add {{type}} after \"{{title}}\"": "Add {{type}} after \"{{title}}\"",
"Add {{type}} before \"{{title}}\"": "Add {{type}} before \"{{title}}\"",
"Add {{type}} in \"{{title}}\"": "Add {{type}} in \"{{title}}\"",
"Advanced type": "Advanced",
"After": "After",
"After change": "After change",
"After clicking the custom button, the following field values will be assigned according to the following form.": "After clicking the custom button, the following field values will be assigned according to the following form.",
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "After clicking the custom button, the following fields of the current record will be saved according to the following form.",
"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.": "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.",
"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.": "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.",
"After successful bulk update": "After successful bulk update",
"After successful request": "After successful request",
"After successful save": "After successful save",
"After successful submission": "After successful submission",
"After successful update": "After successful update",
"Agenda": "Agenda",
"All": "All",
"All collections": "All collections",
"All collections use general action permissions by default; permission configured individually will override the default one.": "All collections use general action permissions by default; permission configured individually will override the default one.",
"All events": "All events",
"All plugin settings": "All plugin settings",
"All records": "All records",
"Allow": "Allow",
"Allow access": "Allow access",
"Allow action": "Allow action",
"Allow add new": "Allow add new",
"Allow add new data": "Allow add new data",
"Allow add new, update and delete actions": "Allow add new, update and delete actions",
"Allow adding records to the current collection": "Allow adding records to the current collection",
"Allow disassociation": "Allow disassociation",
"Allow dissociate": "Allow dissociate",
"Allow linking to multiple records": "Allow linking to multiple records",
"Allow multiple": "Allow multiple",
"Allow multiple selection": "Allow multiple selection",
"Allow selection of existing records": "Allow selection of existing records",
"Allow sign up": "Allow sign up",
"Allow to configure plugins": "Allow to configure plugins",
"Allow to desgin pages": "Allow to desgin pages",
"Allow to manage plugins": "Allow to manage plugins",
"Allow uploading multiple files": "Allow uploading multiple files",
"Allows configuration of the whole system, including UI, collections, permissions, etc.": "Allows configuration of the whole system, including UI, collections, permissions, etc.",
"Allows to clear cache, reboot application": "Allows to clear cache, reboot application",
"Allows to configure interface": "Allows to configure interface",
"Allows to configure plugins": "Allows to configure plugins",
"Allows to install, activate, disable plugins": "Allows to install, activate, disable plugins",
"Alphabet": "Alphabet",
"App error": "App error",
"Application reloading": "Application reloading",
"Are you sure to delete this plugin?": "Are you sure to delete this plugin?",
"Are you sure to disable this plugin?": "Are you sure to disable this plugin?",
"Are you sure you don't want to save?": "Are you sure you don't want to save?",
"Are you sure you want to delete it?": "Are you sure you want to delete it?",
"Are you sure you want to disassociate it?": "Are you sure you want to disassociate it?",
"Are you sure you want to hide these routes in menu?": "Are you sure you want to hide these routes in menu?",
"Are you sure you want to hide this menu?": "Are you sure you want to hide this menu?",
"Are you sure you want to hide this tab?": "Are you sure you want to hide this tab?",
"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?": "Are you sure you want to show these routes in menu?",
"Area": "Area",
"Area chart": "Area chart",
"Assign data scope for the template": "Assign data scope for the template",
"Assign field values": "Assign field values",
"Associate": "Associate",
"Associated records": "Associated records",
"Association fields": "Association fields",
"Association fields filter": "Association fields filter",
"Audit logs": "Audit logs",
"Authentication": "Authentication",
"Author": "Author",
"Auto": "Auto",
"Auto increment": "Auto increment",
"AutoGenId": "Auto-generated ID field",
"Automatic close": "Automatic close",
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects",
"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": "Background Color",
"Bar chart": "Bar chart",
"Basic": "Basic",
"Before": "Before",
"Before change": "Before change",
"Blank block": "Blank block",
"Block": "Block",
"Block template": "Block template",
"Block templates": "Block templates",
"Block title": "Block title",
"Block type": "Block type",
"Blocks": "Blocks",
"Blue": "Blue",
"Bookmark": "Bookmark",
"Boolean": "Boolean",
"Built-in": "Built-in",
"Bulk edit": "Bulk edit",
"Bulk enable": "Bulk enable",
"Bulk update": "Bulk update",
"Button background color": "Button background color",
"Button icon": "Button icon",
"Button title": "Button title",
"Calculation engine": "Calculation engine",
"Calendar": "Calendar",
"Calendar collection": "Calendar collection",
"Cancel": "Cancel",
"Cascade Select": "Cascade Select",
"Categories": "Categories",
"Category name": "Category name",
"Center": "Center",
"Change password": "Change password",
"Changed to": "Changed to",
"Changelog": "Changelog",
"Chart blocks": "Chart blocks",
"Chart config": "Chart config",
"Chart title": "Chart title",
"Chart type": "Chart type",
"Checkbox": "Checkbox",
"Checkbox group": "Checkbox group",
"Children": "Children",
"China region": "China region",
"Choices": "Choices",
"Choices fields": "Choices fields",
"City": "City",
"Clear": "Clear",
"Clear cache": "Clear cache",
"Clear default value": "Clear default value",
"Click or drag file to this area to upload": "Click or drag file to this area to upload",
"Close": "Close",
"Collapse": "Collapse",
"Collapse all": "Collapse all",
"Collection": "Collection",
"Collection category": "Collection category",
"Collection display name": "Collection display name",
"Collection fields": "Collection fields",
"Collection manager": "Collection manager",
"Collection name": "Collection name",
"Collection selector": "Collection selector",
"Collection template": "Collection template",
"Collections": "Collections",
"Collections & Fields": "Collections & Fields",
"Color": "Color",
"Column": "Column",
"Column chart": "Column chart",
"Column title": "column title",
"Column width": "Column width",
"Coming soon...": "Coming soon...",
"Compact theme": "Compact theme",
"Comparision": "Comparision",
"Compressed file url": "Compressed file url",
"Condition": "Condition",
"Configure": "Configure",
"Configure actions": "Configure actions",
"Configure calendar": "Configure calendar",
"Configure columns": "Configure columns",
"Configure field": "Configure field",
"Configure fields": "Configure fields",
"Configure fields of {{title}}": "Configure fields of {{title}}",
"Configure permission": "Configure permission",
"Configure permissions": "Configure permissions",
"Confirm": "Confirm",
"Confirm password": "Confirm password",
"Connect data blocks": "Connect data blocks",
"Connect to database view": "Connect to database view",
"Constant": "Constant",
"Constant value": "Constant value",
"Contain": "Contain",
"Content": "Content",
"Convert reference to duplicate": "Convert reference to duplicate",
"Copy into the form and continue to fill in": "Copy into the form and continue to fill in",
"Cover": "Cover",
"Create": "Create",
"Create an account": "Create an account",
"Create calendar block": "Create calendar block",
"Create collection": "Create collection",
"Create form": "Create form",
"Create gantt block": "Create gantt block",
"Create inverse field in the target collection": "Create inverse field in the target collection",
"Create kanban block": "Create kanban block",
"Create template": "Create template",
"Created at": "Created at",
"Created by": "Created by",
"CreatedAt": "CreatedAt",
"CreatedBy": "CreatedBy",
"Current collection": "Current collection",
"Current form": "Current form",
"Current object": "Current object",
"Current popup record": "Current popup record",
"Current record": "Current record",
"Current record blocks": "Current record blocks",
"Current role": "Current role",
"Current time": "Current time",
"Current user": "Current user",
"Custom": "Custom",
"Custom Title": "Custom Title",
"Custom column name": "Custom column name",
"Custom column title": "Custom column title",
"Custom field display name": "Custom field display name",
"Custom name": "Custom name",
"Custom request": "Custom request",
"Custom title": "Custom title",
"Customize": "Customize",
"Cyan": "Cyan",
"DESC": "DESC",
"Daily": "Daily",
"Danger red": "Danger red",
"Dashed": "Dashed",
"Data Model": "Data Model",
"Data blocks": "Data blocks",
"Data changes": "Data changes",
"Data fields": "Data fields",
"Data loading mode": "Data loading mode",
"Data model": "Data model",
"Data model tools": "Data model tools",
"Data scope": "Data scope",
"Data source": "Data source",
"Data source permissions": "Data source permissions",
"Data sources": "Data sources",
"Data template": "Data template",
"Data will be updated": "Data will be updated",
"DataSource": "DataSource",
"Date": "Date",
"Date & Time": "Date & Time",
"Date display format": "Date display format",
"Date format": "Date format",
"Date range limit": "Date range limit",
"Date variables": "Date variables",
"DateOnly": "DateOnly",
"Datetime": "Datetime",
"Datetime (with time zone)": "Datetime (with time zone)",
"Datetime (without time zone)": "Datetime (without time zone)",
"Day": "Day",
"Day/Month/Year": "Day/Month/Year",
"Default": "Default",
"Default collapse": "Default collapse",
"Default is the ID field": "Default is the ID field",
"Default role": "Default role",
"Default theme": "Default theme",
"Default title for each record": "Default title for each record",
"Default value": "Default value",
"Default value to current server time": "Default value to current server time",
"Default value to current time": "Default value to current time",
"Delete": "Delete",
"Delete Event": "Delete Event",
"Delete action": "Delete action",
"Delete block": "Delete block",
"Delete category": "Delete category",
"Delete collection": "Delete collection",
"Delete events": "Delete events",
"Delete field": "Delete field",
"Delete menu item": "Delete menu item",
"Delete record": "Delete record",
"Delete role": "Delete role",
"Delete route": "Delete route",
"Delete routes": "Delete routes",
"Delete table column": "Delete table column",
"Delete this event?": "Delete this event?",
"Department name": "Department name",
"Departments": "Departments",
"Dependencies check": "Dependencies check",
"Dependencies check failed, can't enable.": "Dependencies check failed, can't enable.",
"Dependencies compatibility check": "Dependencies compatibility check",
"Description": "Description",
"Desktop device": "Desktop device",
"Desktop routes": "Desktop routes",
"Details": "Details",
"Determine whether a record exists by the following fields": "Determine whether a record exists by the following fields",
"Dialog": "Dialog",
"Direct duplicate": "Direct duplicate",
"Disable": "Disable",
"Disable tabs": "Disable tabs",
"Disabled": "Disabled",
"Disassociate": "Disassociate",
"Disassociate record": "Disassociate record",
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page",
"Display <icon></icon> when unchecked": "Display <icon></icon> when unchecked",
"Display association fields": "Display association fields",
"Display field title": "Display field title",
"Display fields": "Display collection fields",
"Display name": "Display name",
"Display order number": "Display order number",
"Display page title": "Display page title",
"Display title": "Display title",
"DisplayName": "DisplayName",
"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": "Do not load data when filter is empty",
"Docs": "Docs",
"Done": "Done",
"Double click to choose entire object": "Double click to choose entire object",
"Download": "Download",
"Download logs": "Download logs",
"Drag and drop sorting field": "Drag and drop sorting field",
"Drag and drop the file here or click to upload, file size should not exceed 30M": "Drag and drop the file here or click to upload, file size should not exceed 30M",
"Dragging": "Dragging",
"Drawer": "Drawer",
"Dropdown": "Dropdown",
"Duplicate": "Duplicate",
"Duplicate and continue": "Duplicate and continue",
"Duplicate mode": "Duplicate mode",
"Duplicate template": "Duplicate template",
"Duplicating": "Duplicating",
"Dynamic value": "Dynamic value",
"Easy reading": "Easy reading",
"Easy-reading": "Easy-reading",
"Edit": "Edit",
"Edit block title": "Edit block title",
"Edit block title & description": "Edit block title & description",
"Edit button": "Edit button",
"Edit category": "Edit category",
"Edit chart": "Edit chart",
"Edit collection": "Edit collection",
"Edit description": "Edit description",
"Edit field": "Edit field",
"Edit field title": "Edit field title",
"Edit form": "Edit form",
"Edit group title": "Edit group title",
"Edit link": "Edit link",
"Edit markdown": "Edit markdown",
"Edit menu item": "Edit menu item",
"Edit page title": "Edit page title",
"Edit profile": "Edit profile",
"Edit record": "Edit record",
"Edit role": "Edit role",
"Edit tab": "Edit tab",
"Edit tooltip": "Edit tooltip",
"Editable": "Editable",
"Ellipsis": "Ellipsis",
"Ellipsis overflow content": "Ellipsis overflow content",
"Email": "Email",
"Empty": "Empty",
"Enable": "Enable",
"Enable SMS authentication": "Enable SMS authentication",
"Enable actions": "Enable actions",
"Enable child collections": "Enable child collections",
"Enable drag and drop sorting": "Enable drag and drop sorting",
"Enable form data template": "Enable form data template",
"Enable link": "Enable link",
"Enable page header": "Enable page header",
"Enable page tabs": "Enable page tabs",
"Enable secondary confirmation": "Enable secondary confirmation",
"Enabled": "Enabled",
"Enabled languages": "Enabled languages",
"End date field": "End date field",
"Error message": "Error message",
"Event": "Event",
"Execute": "Execute",
"Exists": "Exists",
"Expand All": "Expand All",
"Expand all": "Expand all",
"Expand/Collapse": "Expand/Collapse",
"Export": "Export",
"Exportable fields": "Exportable fields",
"Expression": "Expression",
"Expression collection": "Expression collection",
"Failed to load plugin": "Failed to load plugin",
"False": "False",
"Feedback": "Feedback",
"Field": "Field",
"Field component": "Field component",
"Field display name": "Field display name",
"Field interface": "Field interface",
"Field mode": "Field mode",
"Field name": "Field name",
"Field permission": "Field permission",
"Field source": "Field source",
"Field title": "Field title",
"Field type": "Field type",
"Field value changes": "Field value changes",
"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": "Fields",
"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": "Fields values",
"File manager": "File manager",
"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": "Fill",
"Filled": "Filled",
"Filter": "Filter",
"Filter blocks": "Filter blocks",
"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": "Filterable fields",
"Find by the following fields": "Find by the following fields",
"First or create": "First or create",
"Fix block": "Fix block",
"Fixed": "Fixed",
"Flexible popup": "Flexible popup",
"Foreign key": "Foreign key",
"Foreign key 1": "Foreign key 1",
"Foreign key 2": "Foreign key 2",
"Form": "Form",
"Form (Add new)": "Form (Add new)",
"Form (Edit)": "Form (Edit)",
"Form data templates": "Form data templates",
"Form values": "Form values",
"Format": "Format",
"Formula": "Formula",
"Formula description": "Compute a value in each record based on other fields in the same record.",
"Formula error.": "Formula error.",
"Formula mode": "Formula mode",
"Formula.js supports most Microsoft Excel formula functions.": "Formula.js supports most Microsoft Excel formula functions.",
"Full height": "Full height",
"Function": "Function",
"Gantt": "Gantt",
"Geek blue": "Geek blue",
"General": "General",
"General action permissions": "General action permissions",
"General collection": "General collection",
"General fields": "General fields",
"General permissions": "General permissions",
"Generated automatically if left blank": "Generated automatically if left blank",
"Generic properties": "Generic properties",
"Global action permissions": "Global action permissions",
"Global permissions": "Global permissions",
"Gold": "Gold",
"Green": "Green",
"Grid Card": "Grid Card",
"Group": "Group",
"Grouped sorting": "Grouped sorting",
"Grouping field": "Grouping field",
"Half of day": "Half of day",
"Handbook": "Handbook",
"Hidden": "Hidden",
"Hidden(reserved value)": "Hidden(reserved value)",
"Hide": "Hide",
"Hide column": "Hide column",
"Hide in menu": "Hide in menu",
"Highlight": "Highlight",
"Home page": "Home page",
"Homepage": "Homepage",
"Horizontal": "Horizontal",
"Hour": "Hour",
"ID": "ID",
"Icon": "Icon",
"Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": "Identifier for program usage. Support letters, numbers and underscores, must start with an letter.",
"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.": "If selected, the page will display Tab pages.",
"If selected, the route will be displayed in the menu.": "If selected, the route will be displayed in the menu.",
"Import": "Import",
"Importable fields": "Importable fields",
"In configuration": "In configuration",
"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.": "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.",
"Incomplete uploading files need to be resolved": "Incomplete uploading files need to be resolved",
"Index": "Index",
"Individual": "Individual",
"Inherited fields": "Inherited fields",
"Inherits": "Inherits",
"Inner": "Inner",
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Input +, -, *, /, ( ) to calculate, input @ to open field variables.",
"Insert": "Insert",
"Insert above": "Insert above",
"Insert after": "Insert after",
"Insert before": "Insert before",
"Insert below": "Insert below",
"Insert if not exists": "Insert if not exists",
"Insert if not exists, or update": "Insert if not exists, or update",
"Insert inner": "Insert inner",
"Insert left": "Insert left",
"Insert right": "Insert right",
"Installing": "Installing",
"Integer": "Integer",
"Invalid JSON format": "Invalid JSON format",
"Inverse field display name": "Inverse field display name",
"Inverse field name": "Inverse field name",
"Inverse relationship type": "Inverse relationship type",
"Junction collection": "Junction collection",
"Kanban": "Kanban",
"Label align": "Label align",
"Label field": "Label field",
"Label width": "Label width",
"Language": "Language",
"Large": "Large",
"Large screen device": "Large screen device",
"Last 30 days": "Last 30 days",
"Last 7 days": "Last 7 days",
"Last 90 days": "Last 90 days",
"Last month": "Last month",
"Last quarter": "Last quarter",
"Last updated": "Last updated",
"Last updated at": "Last updated at",
"Last updated by": "Last updated by",
"Last week": "Last week",
"Last year": "Last year",
"Layout": "Layout",
"Leave it blank, unless you need a custom intermediate table": "Leave it blank, unless you need a custom intermediate table",
"Left": "Left",
"Left fixed": "Left fixed",
"Length": "Length",
"License": "License",
"Lime": "Lime",
"Line break": "Line break",
"Line chart": "Line chart",
"Link": "Link",
"Link to": "Link to",
"Link to description": "Used to create collection relationships quickly and compatible with most common scenarios. Suitable for non-developer use. When present as a field, it is a drop-down selection used to select records from the target collection. Once created, it will simultaneously generate the associated fields of the current collection in the target collection.",
"Linkage rule": "Linkage rule",
"Linkage rules": "Linkage rules",
"Linkage with form fields": "Linkage with form fields",
"List": "List",
"Load all data when filter is empty": "Load all data when filter is empty",
"Local": "Local",
"Log in with an existing account": "Log in with an existing account",
"Logging and monitoring": "Logging and monitoring",
"Logo": "Logo",
"Long text": "Long text",
"Magenta": "Magenta",
"Main": "Main",
"Main department": "Main department",
"Manage all settings": "Manage all settings",
"Manually close": "Manually close",
"Many to many": "Many to many",
"Many to many description": "Used to create many-to-many relationships. For example, a student will have many teachers and a teacher will have many students. When present as a field, it is a drop-down selection used to select records from the associated collection.",
"Many to one": "Many to one",
"Many to one description": "Used to create many-to-one relationships. For example, a city can belong to only one country and a country can have many cities. When present as a field, it is a drop-down selection used to select record from the associated collection. Once created, a One-to-many field is automatically generated in the associated collection.",
"Markdown": "Markdown",
"Marketplace": "Marketplace",
"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": "Max length",
"Max length must greater than min length": "Max length must greater than min length",
"MaxDate": "MaxDate",
"Maximum": "Maximum",
"Maximum must greater than minimum": "Maximum must greater than minimum",
"Media": "Media",
"Meet <1><0>All</0><1>Any</1></1> conditions in the group": "Meet <1><0>All</0><1>Any</1></1> conditions in the group",
"Menu": "Menu",
"Menu item icon": "Menu item icon",
"Menu item name": "Menu item name",
"Menu item title": "Menu item title",
"Menu permissions": "Menu permissions",
"Message popup close method": "Message popup close method",
"Middle": "Middle",
"Millisecond": "Millisecond",
"Min length": "Min length",
"Min length must less than max length": "Min length must less than max length",
"MinDate": "MinDate",
"Minimum": "Minimum",
"Minimum must less than maximum": "Minimum must less than maximum",
"Mobile routes": "Mobile routes",
"Modal add": "Modal add",
"Month": "Month",
"Monthly": "Monthly",
"More details": "More details",
"More options": "More options",
"Move to": "Move to",
"Move {{title}} to": "Move {{title}} to",
"Multiple select": "Multiple select",
"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": "Must select to the last level",
"Name": "Name",
"Navigate": "Navigate",
"New menu items are allowed to be accessed by default.": "New menu items are allowed to be accessed by default.",
"New password": "New password",
"New routes are allowed to be accessed by default": "New routes are allowed to be accessed by default",
"Next 30 days": "Next 30 days",
"Next 7 days": "Next 7 days",
"Next 90 days": "Next 90 days",
"Next month": "Next month",
"Next quarter": "Next quarter",
"Next week": "Next week",
"Next year": "Next year",
"Nickname": "Nickname",
"No": "No",
"No CHANGELOG.md file": "No CHANGELOG.md file",
"No README.md file": "No README.md file",
"No blocks to connect": "No blocks to connect",
"No configuration available.": "No configuration available.",
"No data": "No data",
"None": "None",
"Normal": "Normal",
"Not enabled": "Not enabled",
"Not fixed": "Not fixed",
"Not required": "Not required",
"Notification": "Notification",
"Now": "Now",
"Npm package": "Npm package",
"Npm package name": "Npm package name",
"Null": "Null",
"Number": "Number",
"Object Fit": "Object Fit",
"Off": "Off",
"Official plugin": "Official plugin",
"Old password": "Old password",
"On": "On",
"One to many": "One to many",
"One to many description": "Used to create a one-to-many relationship. For example, a country will have many cities and a city can only be in one country. When present as a field, it is a sub-table that displays the records of the associated collection. When created, a Many-to-one field is automatically generated in the associated collection.",
"One to one": "One to one",
"One to one (belongs to)": "One to one (belongs to)",
"One to one (has one)": "One to one (has one)",
"One to one description": "Used to create one-to-one relationships. For example, a user has a profile.",
"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": "Open in new window",
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>",
"Open mode": "Open mode",
"Operate on existing data": "Operate on existing data",
"Operate on new data": "Operate on new data",
"Operation failed": "Operation failed",
"Operation succeeded": "Operation succeeded",
"Operator": "Operator",
"Option label": "Option label",
"Option value": "Option value",
"Options": "Options",
"Orange": "Orange",
"Original field title: ": "Original field title: ",
"Original name": "Original name",
"Original title: ": "Original title: ",
"Other": "Other",
"Other blocks": "Other blocks",
"Other chart": "Other chart",
"Other collections": "Other collections",
"Other records": "Other records",
"Others": "Others",
"Outlined": "Outlined",
"Override": "Override",
"Override field": "Override field",
"Oversized": "Oversized",
"Own records": "Own records",
"Owners": "Owners",
"PK & FK fields": "PK & FK fields",
"Package name": "Package name",
"PackageName": "PackageName",
"Page": "Page",
"Page number": "Page number",
"Page size": "Page size",
"Parent": "Parent",
"Parent ID": "Parent ID",
"Parent collection fields": "Parent collection fields",
"Parent object": "Parent object",
"Parent popup record": "Parent popup record",
"Parent record": "Parent record",
"Password": "Password",
"Password mismatch": "Password mismatch",
"Path": "Path",
"Pattern": "Pattern",
"Percent": "Percent",
"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": "Permission denied",
"Permission denied": "Permission denied",
"Permission policy": "Permission policy",
"Phone": "Phone",
"Phone device": "Phone device",
"Picker": "Picker",
"Pie chart": "Pie chart",
"Please add or select record": "Please add or select record",
"Please configure the URL": "Please configure the URL",
"Please configure the duplicate fields": "Please configure the duplicate fields",
"Please confirm the SQL statement first": "Please confirm the SQL statement first",
"Please fill in the iframe URL": "Please fill in the iframe URL",
"Please select the records to be updated": "Please select the records to be updated",
"Please select time or variable": "Please select time or variable",
"Please use a valid SELECT or WITH AS statement": "Please use a valid SELECT or WITH AS statement",
"Plugin": "Plugin",
"Plugin Zip File": "Plugin Zip File",
"Plugin dependencies check failed": "Plugin dependencies check failed",
"Plugin dependencies check failed, you should change the dependent version to meet the version requirements.": "Plugin dependencies check failed, you should change the dependent version to meet the version requirements.",
"Plugin dependency version mismatch": "Plugin dependency version mismatch",
"Plugin loading failed. Please check the server logs.": "Plugin loading failed. Please check the server logs.",
"Plugin manager": "Plugin manager",
"Plugin name": "Plugin name",
"Plugin settings": "Plugin settings",
"Plugin settings permissions": "Plugin settings permissions",
"Plugin source": "Plugin source",
"Plugin starting...": "Plugin starting...",
"Plugin stopping...": "Plugin stopping...",
"Plugin tab name": "Plugin tab name",
"Plugin's version": "Plugin's version",
"Pop-up": "Pop-up",
"Popup": "Popup",
"Popup form": "Popup form",
"Popup message": "Popup message",
"Popup size": "Popup size",
"Position": "Position",
"Precision": "Precision",
"Prefix": "Prefix",
"Preset fields": "Preset fields",
"Prettify": "Prettify",
"Preview": "Preview",
"Primary": "Primary",
"Primary key, unique identifier, self growth": "Primary key, unique identifier, self growth",
"Print": "Print",
"Problematic": "Problematic",
"Progress field": "Progress field",
"Properties": "Properties",
"Providing certain collections as options for users, typically used in polymorphic or inheritance scenarios": "Providing certain collections as options for users, typically used in polymorphic or inheritance scenarios",
"Province": "Province",
"Province/city/area name": "Province/city/area name",
"Purple": "Purple",
"Quarter": "Quarter",
"Quarter of day": "Quarter of day",
"QuarterYear": "QuarterYear",
"Quick add": "Quick add",
"Quick create": "Quick create",
"Quick duplicate": "Quick duplicate",
"Quick upload": "Quick upload",
"Radio group": "Radio group",
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.",
"Read only": "Read only",
"Readme": "Readme",
"Readonly": "Readonly",
"Record ID": "Record ID",
"Record picker": "Record picker",
"Record unique key": "Record unique key",
"Records can be sorted": "Records can be sorted",
"Records per page": "Records per page",
"Red": "Red",
"Redirect to": "Redirect to",
"Reference template": "Reference template",
"Refresh": "Refresh",
"Refresh data on action": "Refresh data on action",
"Refresh data on close": "Refresh data on close",
"Regular expression": "Pattern",
"Related collection": "Related collection",
"Relation": "Relation",
"Relationship blocks": "Relationship blocks",
"Relationship type": "Relationship type",
"Reload application": "Reload application",
"Remains the same": "Remains the same",
"Remove": "Remove",
"Render Failed": "Render Failed",
"Repeats": "Repeats",
"Request API": "Request API",
"Request URL": "Request URL",
"Request body": "Request body",
"Request headers": "Request headers",
"Request method": "Request method",
"Request query parameters": "Request query parameters",
"Request settings": "Request settings",
"Request success": "Request success",
"Required": "Required",
"Reset": "Reset",
"Restart": "Restart",
"Restart application": "Restart application",
"Result": "Result",
"Retry after {{count}} seconds": "Retry after {{count}} seconds",
"Return to the main application": "Return to the main application",
"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": "Role UID",
"Role display name": "Role display name",
"Role name": "Role name",
"Roles": "Roles",
"Roles & Permissions": "Roles & Permissions",
"Route name": "Route name",
"Route permissions": "Route permissions",
"Routes": "Routes",
"SQL collection": "SQL collection",
"Save": "Save",
"Save action": "Save action",
"Save as block template": "Save as block template",
"Save as template": "Save as template",
"Save conditions": "Save conditions",
"Save mode": "Save mode",
"Save record": "Save record",
"Saved successfully": "Saved successfully",
"Scale Down": "Scale Down",
"Scientifix notation": "Scientifix notation",
"Scope name": "Scope name",
"Screen size": "Screen size",
"Search": "Search",
"Search and select collection": "Search and select collection",
"Search parameters": "Search parameters",
"Search plugin": "Search plugin",
"Search plugin...": "Search plugin...",
"Second": "Second",
"Secondary confirmation": "Secondary confirmation",
"Security": "Security",
"Select": "Select",
"Select a variable": "Select a variable",
"Select all": "Select all",
"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": "Select collection",
"Select data source": "Select data source",
"Select field": "Select field",
"Select file": "Select file",
"Select grouping field": "Select grouping field",
"Select icon": "Select icon",
"Select level": "Select level",
"Select record": "Select record",
"Select template": "Select template",
"Select view": "Select view",
"Selected": "Selected",
"Selector": "Selector",
"Selector mode": "Selector mode",
"Send code": "Send code",
"Separator": "Separator",
"Set Template Engine": "Set Template Engine",
"Set block height": "Set block height",
"Set block layout": "Set block layout",
"Set data loading mode": "Set data loading mode",
"Set default sorting rules": "Set default sorting rules",
"Set default value": "Set default value",
"Set the count of columns displayed in a row": "Set the count of columns displayed in a row",
"Set the data scope": "Set the data scope",
"Set validation rules": "Set validation rules",
"Setting": "Setting",
"Settings": "Settings",
"Show file name": "Show file name",
"Show in menu": "Show in menu",
"Show lunar": "Show lunar",
"Show time": "Show time",
"Sign in": "Sign in",
"Sign in via account": "Sign in via account",
"Sign in via phone": "Sign in via phone",
"Sign in with another account": "Sign in with another account",
"Sign out": "Sign out",
"Sign up": "Sign up",
"Sign up successfully, and automatically jump to the sign in page": "Sign up successfully, and automatically jump to the sign in page",
"Signed up successfully. It will jump to the login page.": "Signed up successfully. It will jump to the login page.",
"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": "Single line text",
"Single select": "Single select",
"Single select and radio fields can be used as the grouping field": "Single select and radio fields can be used as the grouping field",
"Size": "Size",
"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": "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",
"Skip required validation": "Skip required validation",
"Small": "Small",
"Sorry, the page you visited does not exist.": "Sorry, the page you visited does not exist.",
"Sort": "Sort",
"Sortable": "Sortable",
"Source collection": "Source collection",
"Source collections": "Source collections",
"Source key": "Source key",
"Specific properties": "Specific properties",
"Specify height": "Specify height",
"Start date field": "Start date field",
"Stay on current page": "Stay on current page",
"Stay on the current popup or page": "Stay on the current popup or page",
"Store the creation time of each record": "Store the creation time of each record",
"Store the creation user of each record": "Store the creation user of each record",
"Store the last update time of each record": "Store the last update time of each record",
"Store the last update user of each record": "Store the last update user of each record",
"Street": "Street",
"String": "String",
"String template": "String template",
"Style": "Style",
"Sub-details": "Sub-details",
"Sub-form": "Sub-form",
"Sub-form(Popover)": "Sub-form(Popover)",
"Sub-table": "Sub-table",
"Subform mode": "Sub-form mode",
"Submit": "Submit",
"Submitted successfully": "Submitted successfully",
"Subtable": "Sub-table",
"Subtable mode": "Sub-table mode",
"Suffix": "Suffix",
"Super admin": "Super admin",
"Superior department": "Superior department",
"Support for a single or bulk upload.": "Support for a single or bulk upload.",
"Switch role": "Switch role",
"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": "Sync from database",
"Sync from form fields": "Sync from form fields",
"Sync successfully": "Sync successfully",
"Syntax references": "Syntax references",
"System": "System",
"System & security": "System & security",
"System fields": "System fields",
"System info": "System info",
"System management": "System management",
"System settings": "System settings",
"System title": "System title",
"System variables": "System variables",
"Tab": "Tab",
"Tab name": "Tab name",
"Table": "Table",
"Table OID(Inheritance)": "Table OID(Inheritance)",
"Table selected records": "Table selected records",
"Table size": "Table size",
"Tablet device": "Tablet device",
"Tag": "Tag",
"Tag color field": "Tag color field",
"Target": "Target",
"Target collection": "Target collection",
"Target key": "Target key",
"Target position": "Target position",
"Template Data": "Template Data",
"Template engine": "Template engine",
"Template fields": "Template fields",
"Template name": "Template name",
"Templates": "Templates",
"Text Align": "Text Align",
"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?": "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?",
"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.": "The deletion was successful.",
"The field has been deleted": "The field has been deleted",
"The field value cannot be greater than ": "The field value cannot be greater than ",
"The field value cannot be less than ": "The field value cannot be less than ",
"The field value is not an integer number": "The field value is not an integer number",
"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.": "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.",
"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}}.": "The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.",
"Theme": "Theme",
"Then": "Then",
"Third party services": "Third party services",
"This and following events": "This and following events",
"This event": "This event",
"This is a demo text, **supports Markdown syntax**.": "This is a demo text, **supports Markdown syntax**.",
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>",
"This month": "This month",
"This quarter": "This quarter",
"This variable has been deprecated and can be replaced with \"Current form\"": "This variable has been deprecated and can be replaced with \"Current form\"",
"This week": "This week",
"This year": "This year",
"Through collection": "Through collection",
"Time": "Time",
"Time format": "Time format",
"Time scale": "Time scale",
"Title": "Title",
"Title field": "Title field",
"Title position": "Title position",
"Today": "Today",
"Toggles the subfield mode": "Toggles the subfield mode",
"Tomorrow": "Tomorrow",
"Total {{count}} items": "Total {{count}} items",
"Tree collection": "Tree collection",
"Tree table": "Tree table",
"Trigger workflow": "Trigger workflow",
"Triggered when the row is clicked": "Triggered when the row is clicked",