-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathvi-VN.json
More file actions
4321 lines (4321 loc) · 267 KB
/
vi-VN.json
File metadata and controls
4321 lines (4321 loc) · 267 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)": "(Chỉ trường)",
"12 hour": "12 giờ",
"24 hour": "24 giờ",
"<": "<",
"=": "=",
">": ">",
"ACL": "ACL",
"ASC": "Tăng dần",
"Access": "Truy cập",
"Access control": "Kiểm soát truy cập",
"Accessible": "Có thể truy cập",
"Accuracy": "Độ chính xác",
"Action": "Hành động",
"Action after successful submission": "Hành động sau khi gửi thành công",
"Action column": "Cột hành động",
"Action display name": "Tên hiển thị hành động",
"Action logs": "Nhật ký hành động",
"Action name": "Tên hành động",
"Action on existing records": "Hành động trên bản ghi hiện có",
"Action on new records": "Hành động trên bản ghi mới",
"Action permission": "Quyền hành động",
"Action permissions": "Quyền hành động",
"Action scope": "Phạm vi hành động",
"Action type": "Loại hành động",
"Actions": "Hành động",
"Add": "Thêm",
"Add & Update": "Thêm & Cập nhật",
"Add Markdown": "Thêm Markdown",
"Add attach": "Thêm đính kèm",
"Add block": "Thêm khối",
"Add card": "Thêm thẻ",
"Add category": "Thêm danh mục",
"Add child": "Thêm con",
"Add child route": "Thêm tuyến con",
"Add condition": "Thêm điều kiện",
"Add condition group": "Thêm nhóm điều kiện",
"Add exportable field": "Thêm trường có thể xuất",
"Add field": "Thêm trường",
"Add filter": "Thêm bộ lọc",
"Add filter group": "Thêm nhóm bộ lọc",
"Add group": "Thêm nhóm",
"Add link": "Thêm liên kết",
"Add linkage rule": "Thêm quy tắc liên kết",
"Add menu item": "Thêm mục menu",
"Add new": "Thêm mới",
"Add new mode": "Chế độ thêm mới",
"Add option": "Thêm tùy chọn",
"Add page": "Thêm trang",
"Add parameter": "Thêm tham số",
"Add plugin": "Thêm plugin",
"Add property": "Thêm thuộc tính",
"Add record": "Thêm bản ghi",
"Add role": "Thêm vai trò",
"Add sort field": "Thêm trường sắp xếp",
"Add tab": "Thêm tab",
"Add template": "Thêm mẫu",
"Add text": "Thêm văn bản",
"Add type": "Thêm loại",
"Add validation rule": "Thêm quy tắc xác thực",
"Add {{type}} after \"{{title}}\"": "Thêm {{type}} sau \"{{title}}\"",
"Add {{type}} before \"{{title}}\"": "Thêm {{type}} trước \"{{title}}\"",
"Add {{type}} in \"{{title}}\"": "Thêm {{type}} trong \"{{title}}\"",
"Advanced type": "Loại nâng cao",
"After": "Sau",
"After change": "Sau khi thay đổi",
"After clicking the custom button, the following field values will be assigned according to the following form.": "Sau khi nhấp vào nút tùy chỉnh, các giá trị trường sau sẽ được gán theo biểu mẫu sau.",
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Sau khi nhấp vào nút tùy chỉnh, các trường sau của bản ghi hiện tại sẽ được lưu theo biểu mẫu sau.",
"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.": "Sau khi ẩn, menu này sẽ không còn xuất hiện trong thanh menu. Để hiển thị lại, bạn cần vào trang quản lý tuyến để cấu hình.",
"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.": "Sau khi ẩn, tab này sẽ không còn xuất hiện trong thanh tab. Để hiển thị lại, bạn cần vào trang quản lý tuyến để thiết lập.",
"After successful bulk update": "Sau khi cập nhật hàng loạt thành công",
"After successful request": "Sau khi yêu cầu thành công",
"After successful save": "Sau khi lưu thành công",
"After successful submission": "Sau khi gửi thành công",
"After successful update": "Sau khi cập nhật thành công",
"Agenda": "Lịch trình",
"All": "Tất cả",
"All collections": "Tất cả bộ sưu tập",
"All collections use general action permissions by default; permission configured individually will override the default one.": "Tất cả bộ sưu tập sử dụng quyền hành động chung theo mặc định; quyền được cấu hình riêng lẻ sẽ ghi đè quyền mặc định.",
"All events": "Tất cả sự kiện",
"All plugin settings": "Tất cả cài đặt plugin",
"All records": "Tất cả bản ghi",
"Allow": "Cho phép",
"Allow access": "Cho phép truy cập",
"Allow action": "Cho phép hành động",
"Allow add new": "Cho phép thêm mới",
"Allow add new data": "Cho phép thêm dữ liệu mới",
"Allow add new, update and delete actions": "Cho phép thêm mới, cập nhật và xóa",
"Allow adding records to the current collection": "Cho phép thêm bản ghi vào bộ sưu tập hiện tại",
"Allow disassociation": "Cho phép hủy liên kết",
"Allow dissociate": "Cho phép hủy liên kết",
"Allow linking to multiple records": "Cho phép liên kết với nhiều bản ghi",
"Allow multiple": "Cho phép nhiều",
"Allow multiple selection": "Cho phép chọn nhiều",
"Allow selection of existing records": "Cho phép chọn bản ghi hiện có",
"Allow sign up": "Cho phép đăng ký",
"Allow to configure plugins": "Cho phép cấu hình plugin",
"Allow to desgin pages": "Cho phép thiết kế trang",
"Allow to manage plugins": "Cho phép quản lý plugin",
"Allow uploading multiple files": "Cho phép tải lên nhiều tệp",
"Allows configuration of the whole system, including UI, collections, permissions, etc.": "Cho phép cấu hình toàn bộ hệ thống, bao gồm giao diện, bộ sưu tập, quyền, v.v.",
"Allows to clear cache, reboot application": "Cho phép xóa bộ nhớ đệm, khởi động lại ứng dụng",
"Allows to configure interface": "Cho phép cấu hình giao diện",
"Allows to configure plugins": "Cho phép cấu hình plugin",
"Allows to install, activate, disable plugins": "Cho phép cài đặt, kích hoạt, vô hiệu hóa plugin",
"Alphabet": "Bảng chữ cái",
"App error": "Lỗi ứng dụng",
"Application reloading": "Đang tải lại ứng dụng",
"Are you sure to delete this plugin?": "Bạn có chắc chắn muốn xóa plugin này?",
"Are you sure to disable this plugin?": "Bạn có chắc chắn muốn vô hiệu hóa plugin này?",
"Are you sure you don't want to save?": "Bạn có chắc chắn không muốn lưu?",
"Are you sure you want to delete it?": "Bạn có chắc chắn muốn xóa nó?",
"Are you sure you want to disassociate it?": "Bạn có chắc chắn muốn hủy liên kết nó?",
"Are you sure you want to hide these routes in menu?": "Bạn có chắc chắn muốn ẩn các tuyến này trong menu?",
"Are you sure you want to hide this menu?": "Bạn có chắc chắn muốn ẩn menu này?",
"Are you sure you want to hide this tab?": "Bạn có chắc chắn muốn ẩn tab này?",
"Are you sure you want to perform the Custom request action": "Bạn có chắc chắn muốn thực hiện hành động Yêu cầu tùy chỉnh",
"Are you sure you want to perform the Refresh action?": "Bạn có chắc chắn muốn thực hiện hành động Làm mới?",
"Are you sure you want to perform the Submit action?": "Bạn có chắc chắn muốn thực hiện hành động Gửi?",
"Are you sure you want to perform the Trigger workflow action?": "Bạn có chắc chắn muốn thực hiện hành động Kích hoạt quy trình?",
"Are you sure you want to perform the Update record action?": "Bạn có chắc chắn muốn thực hiện hành động Cập nhật bản ghi?",
"Are you sure you want to perform the {{title}} action?": "Bạn có chắc chắn muốn thực hiện hành động {{title}}?",
"Are you sure you want to show these routes in menu?": "Bạn có chắc chắn muốn hiển thị các tuyến này trong menu?",
"Area": "Vùng",
"Area chart": "Biểu đồ vùng",
"Assign data scope for the template": "Gán phạm vi dữ liệu cho mẫu",
"Assign field values": "Gán giá trị trường",
"Associate": "Liên kết",
"Associated records": "Bản ghi liên kết",
"Association fields": "Trường liên kết",
"Association fields filter": "Bộ lọc trường liên kết",
"Audit logs": "Nhật ký kiểm tra",
"Authentication": "Xác thực",
"Author": "Tác giả",
"Auto": "Tự động",
"Auto increment": "Tự động tăng",
"AutoGenId": "Trường ID tự động tạo",
"Automatic close": "Tự động đóng",
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "Tự động xóa các đối tượng phụ thuộc vào bộ sưu tập (như views), và lần lượt tất cả các đối tượng phụ thuộc vào các đối tượng đó",
"Automatically generate default values": "Tự động tạo giá trị mặc định",
"Automatically update timestamp on update": "Tự động cập nhật thời gian khi cập nhật",
"Automatically update timestamp to the current server time on update": "Tự động cập nhật thời gian thành thời gian máy chủ hiện tại khi cập nhật",
"Background Color": "Màu nền",
"Bar chart": "Biểu đồ cột",
"Basic": "Cơ bản",
"Before": "Trước",
"Before change": "Trước khi thay đổi",
"Blank block": "Khối trống",
"Block": "Khối",
"Block template": "Mẫu khối",
"Block templates": "Mẫu khối",
"Block title": "Tiêu đề khối",
"Block type": "Loại khối",
"Blocks": "Khối",
"Blue": "Xanh dương",
"Bookmark": "Dấu trang",
"Boolean": "Boolean",
"Built-in": "Tích hợp sẵn",
"Bulk edit": "Chỉnh sửa hàng loạt",
"Bulk enable": "Kích hoạt hàng loạt",
"Bulk update": "Cập nhật hàng loạt",
"Button background color": "Màu nền nút",
"Button icon": "Biểu tượng nút",
"Button title": "Tiêu đề nút",
"Calculation engine": "Động cơ tính toán",
"Calendar": "Lịch",
"Calendar collection": "Bộ sưu tập lịch",
"Cancel": "Hủy",
"Cascade Select": "Chọn tầng",
"Categories": "Danh mục",
"Category name": "Tên danh mục",
"Center": "Giữa",
"Change password": "Đổi mật khẩu",
"Changed to": "Đã thay đổi thành",
"Changelog": "Nhật ký thay đổi",
"Chart blocks": "Khối biểu đồ",
"Chart config": "Cấu hình biểu đồ",
"Chart title": "Tiêu đề biểu đồ",
"Chart type": "Loại biểu đồ",
"Checkbox": "Hộp kiểm",
"Checkbox group": "Nhóm hộp kiểm",
"Children": "Con",
"China region": "Khu vực Trung Quốc",
"Choices": "Lựa chọn",
"Choices fields": "Trường lựa chọn",
"City": "Thành phố",
"Clear": "Xóa",
"Clear cache": "Xóa bộ nhớ đệm",
"Clear default value": "Xóa giá trị mặc định",
"Click or drag file to this area to upload": "Nhấp hoặc kéo tệp vào khu vực này để tải lên",
"Close": "Đóng",
"Collapse": "Thu gọn",
"Collapse all": "Thu gọn tất cả",
"Collection": "Bộ sưu tập",
"Collection category": "Danh mục bộ sưu tập",
"Collection display name": "Tên hiển thị bộ sưu tập",
"Collection fields": "Trường bộ sưu tập",
"Collection manager": "Quản lý bộ sưu tập",
"Collection name": "Tên bộ sưu tập",
"Collection selector": "Bộ chọn bộ sưu tập",
"Collection template": "Mẫu bộ sưu tập",
"Collections": "Bộ sưu tập",
"Collections & Fields": "Bộ sưu tập & Trường",
"Color": "Màu sắc",
"Column": "Cột",
"Column chart": "Biểu đồ cột",
"Column title": "Tiêu đề cột",
"Column width": "Độ rộng cột",
"Coming soon...": "Sắp ra mắt...",
"Compact theme": "Giao diện thu gọn",
"Comparision": "So sánh",
"Compressed file url": "URL tệp nén",
"Condition": "Điều kiện",
"Configure": "Cấu hình",
"Configure actions": "Cấu hình hành động",
"Configure calendar": "Cấu hình lịch",
"Configure columns": "Cấu hình cột",
"Configure field": "Cấu hình trường",
"Configure fields": "Cấu hình trường",
"Configure fields of {{title}}": "Cấu hình trường của {{title}}",
"Configure permission": "Cấu hình quyền",
"Configure permissions": "Cấu hình quyền",
"Confirm": "Xác nhận",
"Confirm password": "Xác nhận mật khẩu",
"Connect data blocks": "Kết nối khối dữ liệu",
"Connect to database view": "Kết nối với view cơ sở dữ liệu",
"Constant": "Hằng số",
"Constant value": "Giá trị hằng số",
"Contain": "Chứa",
"Content": "Nội dung",
"Convert reference to duplicate": "Chuyển tham chiếu thành bản sao",
"Copy into the form and continue to fill in": "Sao chép vào biểu mẫu và tiếp tục điền",
"Cover": "Bìa",
"Create": "Tạo",
"Create an account": "Tạo tài khoản",
"Create calendar block": "Tạo khối lịch",
"Create collection": "Tạo bộ sưu tập",
"Create form": "Tạo biểu mẫu",
"Create gantt block": "Tạo khối gantt",
"Create inverse field in the target collection": "Tạo trường nghịch đảo trong bộ sưu tập đích",
"Create kanban block": "Tạo khối kanban",
"Create template": "Tạo mẫu",
"Created at": "Tạo lúc",
"Created by": "Tạo bởi",
"CreatedAt": "Tạo lúc",
"CreatedBy": "Tạo bởi",
"Current collection": "Bộ sưu tập hiện tại",
"Current form": "Biểu mẫu hiện tại",
"Current object": "Đối tượng hiện tại",
"Current popup record": "Bản ghi popup hiện tại",
"Current record": "Bản ghi hiện tại",
"Current record blocks": "Khối bản ghi hiện tại",
"Current role": "Vai trò hiện tại",
"Current time": "Thời gian hiện tại",
"Current user": "Người dùng hiện tại",
"Custom": "Tùy chỉnh",
"Custom Title": "Tiêu đề tùy chỉnh",
"Custom column name": "Tên cột tùy chỉnh",
"Custom column title": "Tiêu đề cột tùy chỉnh",
"Custom field display name": "Tên hiển thị trường tùy chỉnh",
"Custom name": "Tên tùy chỉnh",
"Custom request": "Yêu cầu tùy chỉnh",
"Custom title": "Tiêu đề tùy chỉnh",
"Customize": "Tùy chỉnh",
"Cyan": "Xanh lam",
"DESC": "Giảm dần",
"Daily": "Hàng ngày",
"Danger red": "Đỏ nguy hiểm",
"Dashed": "Nét đứt",
"Data Model": "Mô hình dữ liệu",
"Data blocks": "Khối dữ liệu",
"Data changes": "Thay đổi dữ liệu",
"Data fields": "Trường dữ liệu",
"Data loading mode": "Chế độ tải dữ liệu",
"Data model": "Mô hình dữ liệu",
"Data model tools": "Công cụ mô hình dữ liệu",
"Data scope": "Phạm vi dữ liệu",
"Data source": "Nguồn dữ liệu",
"Data source permissions": "Quyền nguồn dữ liệu",
"Data sources": "Nguồn dữ liệu",
"Data template": "Mẫu dữ liệu",
"Data will be updated": "Dữ liệu sẽ được cập nhật",
"DataSource": "Nguồn dữ liệu",
"Date": "Ngày",
"Date & Time": "Ngày & Giờ",
"Date display format": "Định dạng hiển thị ngày",
"Date format": "Định dạng ngày",
"Date range limit": "Giới hạn phạm vi ngày",
"Date variables": "Biến ngày",
"DateOnly": "Chỉ ngày",
"Datetime": "Ngày giờ",
"Datetime (with time zone)": "Ngày giờ (có múi giờ)",
"Datetime (without time zone)": "Ngày giờ (không có múi giờ)",
"Day": "Ngày",
"Day/Month/Year": "Ngày/Tháng/Năm",
"Default": "Mặc định",
"Default collapse": "Thu gọn mặc định",
"Default is the ID field": "Mặc định là trường ID",
"Default role": "Vai trò mặc định",
"Default theme": "Giao diện mặc định",
"Default title for each record": "Tiêu đề mặc định cho mỗi bản ghi",
"Default value": "Giá trị mặc định",
"Default value to current server time": "Giá trị mặc định theo thời gian máy chủ hiện tại",
"Default value to current time": "Giá trị mặc định theo thời gian hiện tại",
"Delete": "Xóa",
"Delete Event": "Xóa sự kiện",
"Delete action": "Hành động xóa",
"Delete block": "Xóa khối",
"Delete category": "Xóa danh mục",
"Delete collection": "Xóa bộ sưu tập",
"Delete events": "Xóa sự kiện",
"Delete field": "Xóa trường",
"Delete menu item": "Xóa mục menu",
"Delete record": "Xóa bản ghi",
"Delete role": "Xóa vai trò",
"Delete route": "Xóa tuyến",
"Delete routes": "Xóa tuyến",
"Delete table column": "Xóa cột bảng",
"Delete this event?": "Xóa sự kiện này?",
"Department name": "Tên phòng ban",
"Departments": "Phòng ban",
"Dependencies check": "Kiểm tra phụ thuộc",
"Dependencies check failed, can't enable.": "Kiểm tra phụ thuộc thất bại, không thể kích hoạt.",
"Dependencies compatibility check": "Kiểm tra tương thích phụ thuộc",
"Description": "Mô tả",
"Desktop device": "Thiết bị máy tính",
"Desktop routes": "Tuyến máy tính",
"Details": "Chi tiết",
"Determine whether a record exists by the following fields": "Xác định bản ghi có tồn tại bằng các trường sau",
"Dialog": "Hộp thoại",
"Direct duplicate": "Sao chép trực tiếp",
"Disable": "Vô hiệu hóa",
"Disable tabs": "Vô hiệu hóa tab",
"Disabled": "Đã vô hiệu hóa",
"Disassociate": "Hủy liên kết",
"Disassociate record": "Hủy liên kết bản ghi",
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Hiển thị <1><0>10</0><1>20</1><2>50</2><3>100</3></1> mục mỗi trang",
"Display <icon></icon> when unchecked": "Hiển thị <icon></icon> khi không được chọn",
"Display association fields": "Hiển thị trường liên kết",
"Display field title": "Hiển thị tiêu đề trường",
"Display fields": "Hiển thị trường bộ sưu tập",
"Display name": "Tên hiển thị",
"Display order number": "Hiển thị số thứ tự",
"Display page title": "Hiển thị tiêu đề trang",
"Display title": "Tiêu đề hiển thị",
"DisplayName": "Tên hiển thị",
"Divide by": "Chia cho",
"Divider line color": "Màu đường phân cách",
"Do not concatenate search params in the URL": "Không nối tham số tìm kiếm trong URL",
"Do not load data when filter is empty": "Không tải dữ liệu khi bộ lọc trống",
"Docs": "Tài liệu",
"Done": "Hoàn thành",
"Double click to choose entire object": "Nhấp đúp để chọn toàn bộ đối tượng",
"Download": "Tải xuống",
"Download logs": "Tải xuống nhật ký",
"Drag and drop sorting field": "Kéo thả trường sắp xếp",
"Drag and drop the file here or click to upload, file size should not exceed 30M": "Kéo thả tệp vào đây hoặc nhấp để tải lên, kích thước tệp không được vượt quá 30M",
"Dragging": "Đang kéo",
"Drawer": "Ngăn kéo",
"Dropdown": "Danh sách thả xuống",
"Duplicate": "Sao chép",
"Duplicate and continue": "Sao chép và tiếp tục",
"Duplicate mode": "Chế độ sao chép",
"Duplicate template": "Sao chép mẫu",
"Duplicating": "Đang sao chép",
"Dynamic value": "Giá trị động",
"Easy reading": "Dễ đọc",
"Easy-reading": "Dễ đọc",
"Edit": "Chỉnh sửa",
"Edit block title": "Chỉnh sửa tiêu đề khối",
"Edit block title & description": "Chỉnh sửa tiêu đề khối & mô tả",
"Edit button": "Nút chỉnh sửa",
"Edit category": "Chỉnh sửa danh mục",
"Edit chart": "Chỉnh sửa biểu đồ",
"Edit collection": "Chỉnh sửa bộ sưu tập",
"Edit description": "Chỉnh sửa mô tả",
"Edit field": "Chỉnh sửa trường",
"Edit field title": "Chỉnh sửa tiêu đề trường",
"Edit form": "Chỉnh sửa biểu mẫu",
"Edit group title": "Chỉnh sửa tiêu đề nhóm",
"Edit link": "Chỉnh sửa liên kết",
"Edit markdown": "Chỉnh sửa markdown",
"Edit menu item": "Chỉnh sửa mục menu",
"Edit page title": "Chỉnh sửa tiêu đề trang",
"Edit profile": "Chỉnh sửa hồ sơ",
"Edit record": "Chỉnh sửa bản ghi",
"Edit role": "Chỉnh sửa vai trò",
"Edit tab": "Chỉnh sửa tab",
"Edit tooltip": "Chỉnh sửa tooltip",
"Editable": "Có thể chỉnh sửa",
"Ellipsis": "Dấu ba chấm",
"Ellipsis overflow content": "Nội dung tràn với dấu ba chấm",
"Email": "Email",
"Empty": "Trống",
"Enable": "Kích hoạt",
"Enable SMS authentication": "Kích hoạt xác thực SMS",
"Enable actions": "Kích hoạt hành động",
"Enable child collections": "Kích hoạt bộ sưu tập con",
"Enable drag and drop sorting": "Kích hoạt sắp xếp kéo thả",
"Enable form data template": "Kích hoạt mẫu dữ liệu biểu mẫu",
"Enable link": "Kích hoạt liên kết",
"Enable page header": "Bật header trang",
"Enable page tabs": "Kích hoạt tab trang",
"Enable secondary confirmation": "Bật xác nhận thứ hai",
"Enabled": "Đã kích hoạt",
"Enabled languages": "Ngôn ngữ đã kích hoạt",
"End date field": "Trường ngày kết thúc",
"Error message": "Thông báo lỗi",
"Event": "Sự kiện",
"Execute": "Thực thi",
"Exists": "Tồn tại",
"Expand All": "Expand All",
"Expand all": "Mở rộng tất cả",
"Expand/Collapse": "Expand/Collapse",
"Export": "Xuất",
"Exportable fields": "Trường có thể xuất",
"Expression": "Biểu thức",
"Expression collection": "Bộ sưu tập biểu thức",
"Failed to load plugin": "Không thể tải plugin",
"False": "False",
"Feedback": "Feedback",
"Field": "Trường",
"Field component": "Thành phần trường",
"Field display name": "Tên hiển thị trường",
"Field interface": "Giao diện trường",
"Field mode": "Chế độ trường",
"Field name": "Tên trường",
"Field permission": "Quyền trường",
"Field source": "Nguồn trường",
"Field title": "Tiêu đề trường",
"Field type": "Loại trường",
"Field value changes": "Thay đổi giá trị trường",
"Field value do not meet the requirements": "Giá trị trường không đáp ứng yêu cầu",
"Field value size is": "Kích thước giá trị trường là",
"Field values must be unique.": "Giá trị trường phải là duy nhất.",
"Fields": "Trường",
"Fields can only be used correctly if they are defined with an interface.": "Trường chỉ có thể được sử dụng chính xác nếu chúng được định nghĩa với giao diện.",
"Fields values": "Giá trị trường",
"File manager": "Quản lý tệp",
"File size exceeds the limit": "Kích thước tệp vượt quá giới hạn",
"File size should not exceed {{size}}.": "Kích thước tệp không được vượt quá {{size}}.",
"File type is not allowed": "Loại tệp không được phép",
"File type is not supported for previewing, please download it to preview.": "Loại tệp không được hỗ trợ để xem trước, vui lòng tải xuống để xem trước.",
"Fill": "Fill",
"Filled": "Filled",
"Filter": "Bộ lọc",
"Filter blocks": "Khối lọc",
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Lọc dữ liệu dựa trên trường cụ thể, với yêu cầu giá trị trường phải là duy nhất.",
"Filter out a single piece or a group of records as a template": "Lọc ra một mảnh đơn hoặc một nhóm bản ghi làm mẫu",
"Filter target key": "Khóa đích lọc",
"Filterable fields": "Trường có thể lọc",
"Find by the following fields": "Tìm theo các trường sau",
"First or create": "Tìm đầu tiên hoặc tạo",
"Fix block": "Sửa khối",
"Fixed": "Cố định",
"Flexible popup": "Popup linh hoạt",
"Foreign key": "Khóa ngoại",
"Foreign key 1": "Khóa ngoại 1",
"Foreign key 2": "Khóa ngoại 2",
"Form": "Biểu mẫu",
"Form (Add new)": "Form (Add new)",
"Form (Edit)": "Form (Edit)",
"Form data templates": "Mẫu dữ liệu biểu mẫu",
"Form values": "Giá trị biểu mẫu",
"Format": "Format",
"Formula": "Công thức",
"Formula description": "Compute a value in each record based on other fields in the same record.",
"Formula error.": "Lỗi công thức.",
"Formula mode": "Chế độ công thức",
"Formula.js supports most Microsoft Excel formula functions.": "Formula.js supports most Microsoft Excel formula functions.",
"Full height": "Chiều cao đầy đủ",
"Function": "Function",
"Gantt": "Gantt",
"Geek blue": "Geek blue",
"General": "Tổng quát",
"General action permissions": "Quyền hành động chung",
"General collection": "Bộ sưu tập chung",
"General fields": "Trường chung",
"General permissions": "Quyền chung",
"Generated automatically if left blank": "Tự động tạo nếu để trống",
"Generic properties": "Thuộc tính chung",
"Global action permissions": "Quyền hành động toàn cục",
"Global permissions": "Quyền toàn cục",
"Gold": "Gold",
"Green": "Xanh lá",
"Grid Card": "Grid Card",
"Group": "Group",
"Grouped sorting": "Sắp xếp theo nhóm",
"Grouping field": "Trường nhóm",
"Half of day": "Half of day",
"Handbook": "Handbook",
"Hidden": "Ẩn",
"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": "Trang chủ",
"Horizontal": "Horizontal",
"Hour": "Giờ",
"ID": "ID",
"Icon": "Biểu tượng",
"Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": "Định danh cho việc sử dụng chương trình. Hỗ trợ chữ cái, số và dấu gạch dưới, phải bắt đầu bằng chữ cái.",
"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": "Nhập",
"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": "Chỉ mục",
"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": "Chèn",
"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": "Số nguyên",
"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": "Ngôn ngữ",
"Large": "Lớn",
"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": "Trái",
"Left fixed": "Left fixed",
"Length": "Độ dài",
"License": "Giấy phép",
"Lime": "Lime",
"Line break": "Line break",
"Line chart": "Biểu đồ đường",
"Link": "Liên kết",
"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": "Danh sách",
"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": "Đỏ tía",
"Main": "Main",
"Main department": "Main department",
"Manage all settings": "Manage all settings",
"Manually close": "Manually close",
"Many to many": "Nhiều đến nhiều",
"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": "Nhiều đến một",
"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": "Tháng",
"Monthly": "Hàng tháng",
"More details": "More details",
"More options": "More options",
"Move to": "Di chuyển đến",
"Move {{title}} to": "Move {{title}} to",
"Multiple select": "Chọn nhiều",
"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": "Tên",
"Navigate": "Điều hướng",
"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": "Không",
"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": "Không có",
"Normal": "Bình thường",
"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": "Số",
"Object Fit": "Object Fit",
"Off": "Tắt",
"Official plugin": "Official plugin",
"Old password": "Old password",
"On": "Bật",
"One to many": "Một đến nhiều",
"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": "Một đến một",
"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": "Tùy chọn",
"Orange": "Cam",
"Original field title: ": "Original field title: ",
"Original name": "Original name",
"Original title: ": "Original title: ",
"Other": "Khác",
"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": "Trang",
"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": "Mật khẩu",
"Password mismatch": "Password mismatch",
"Path": "Path",
"Pattern": "Pattern",
"Percent": "Phần trăm",
"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": "Điện thoại",
"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": "Vị trí",
"Precision": "Độ chính xác",
"Prefix": "Tiền tố",
"Preset fields": "Preset fields",
"Prettify": "Prettify",
"Preview": "Xem trước",
"Primary": "Chính",
"Primary key, unique identifier, self growth": "Primary key, unique identifier, self growth",
"Print": "In",
"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": "Tím",
"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": "Đỏ",
"Redirect to": "Redirect to",
"Reference template": "Reference template",
"Refresh": "Làm mới",
"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": "Gỡ bỏ",
"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": "Bắt buộc",
"Reset": "Đặt lại",
"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": "Phải",
"Right fixed": "Right fixed",
"Role UID": "Role UID",
"Role display name": "Role display name",
"Role name": "Role name",
"Roles": "Vai trò",
"Roles & Permissions": "Roles & Permissions",
"Route name": "Route name",
"Route permissions": "Route permissions",
"Routes": "Routes",
"SQL collection": "SQL collection",
"Save": "Lưu",
"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": "Tìm kiếm",
"Search and select collection": "Search and select collection",
"Search parameters": "Search parameters",
"Search plugin": "Search plugin",
"Search plugin...": "Search plugin...",
"Second": "Giây",
"Secondary confirmation": "Secondary confirmation",
"Security": "Security",
"Select": "Chọn",
"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": "Cài đặt",
"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": "Kích thước",
"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": "Nhỏ",
"Sorry, the page you visited does not exist.": "Sorry, the page you visited does not exist.",
"Sort": "Sắp xếp",
"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": "Gửi",
"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": "Hệ thống",
"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": "Bảng",
"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": "Thời gian",
"Time format": "Time format",
"Time scale": "Time scale",
"Title": "Tiêu đề",
"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",