forked from requarks/wiki-localization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vi.json
905 lines (905 loc) · 60.2 KB
/
vi.json
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
{
"admin:adminArea": "Administration Area",
"admin:analytics.providerConfiguration": "Provider Configuration",
"admin:analytics.providerNoConfiguration": "This provider has no configuration options you can modify.",
"admin:analytics.providers": "Providers",
"admin:analytics.refreshSuccess": "List of providers refreshed successfully.",
"admin:analytics.saveSuccess": "Analytics configuration saved successfully",
"admin:analytics.subtitle": "Add analytics and tracking tools to your wiki",
"admin:analytics.title": "Analytics",
"admin:api.disableButton": "Vô hiệu hóa API",
"admin:api.disabled": "API đã vô hiệu",
"admin:api.enableButton": "Kích hoạt API",
"admin:api.enabled": "API đã kích hoạt",
"admin:api.expiration180d": "180 ngày",
"admin:api.expiration1y": "1 năm",
"admin:api.expiration30d": "30 ngày",
"admin:api.expiration3y": "3 năm",
"admin:api.expiration90d": "90 ngày",
"admin:api.headerCreated": "Tạo ngày",
"admin:api.headerExpiration": "Hết hạn",
"admin:api.headerKeyEnding": "Kết thúc khóa",
"admin:api.headerLastUpdated": "Cập nhật lần cuối",
"admin:api.headerName": "Tên",
"admin:api.headerRevoke": "Thu hồi",
"admin:api.newKeyButton": "Khóa API mới",
"admin:api.newKeyCopyWarn": "Sao chép khóa được hiển thị bên dưới là {{bold}}",
"admin:api.newKeyCopyWarnBold": "nó sẽ KHÔNG được hiển thị lại",
"admin:api.newKeyExpiration": "Hết hạn",
"admin:api.newKeyExpirationHint": "Bạn vẫn có thể thu hồi khóa bất cứ lúc nào bất kể thời hạn.",
"admin:api.newKeyFullAccess": "Truy cập đầy đủ",
"admin:api.newKeyGroup": "Nhóm",
"admin:api.newKeyGroupError": "Bạn phải chọn một nhóm.",
"admin:api.newKeyGroupHint": "Khóa API sẽ có cùng quyền với nhóm đã chọn.",
"admin:api.newKeyGroupPermissions": "hoặc sử dụng quyền của nhóm ...",
"admin:api.newKeyGuestGroupError": "Nhóm khách không thể được sử dụng cho các khóa API.",
"admin:api.newKeyName": "Tên",
"admin:api.newKeyNameError": "Tên bị thiếu hoặc không hợp lệ.",
"admin:api.newKeyNameHint": "Mục đích của khóa này",
"admin:api.newKeyPermissionScopes": "Phạm vi cho phép",
"admin:api.newKeySuccess": "Khóa API đã được tạo thành công.",
"admin:api.newKeyTitle": "Khóa API mới",
"admin:api.noKeyInfo": "Không có khóa API nào được tạo.",
"admin:api.refreshSuccess": "Danh sách các khóa API đã được làm mới.",
"admin:api.revoke": "Thu hồi",
"admin:api.revokeConfirm": "Thu hồi khóa API?",
"admin:api.revokeConfirmText": "Bạn có chắc chắn muốn thu hồi khóa {{name}}? Hành động này không thể được hoàn tác!",
"admin:api.revokeSuccess": "Khóa đã được thu hồi thành công.",
"admin:api.subtitle": "Quản lý khóa truy cập API",
"admin:api.title": "API Access",
"admin:api.toggleStateDisabledSuccess": "API đã được vô hiệu hóa thành công.",
"admin:api.toggleStateEnabledSuccess": "API đã được kích hoạt thành công.",
"admin:auth.activeStrategies": "Những chiến lược đang dùng",
"admin:auth.addStrategy": "Thêm chiến lược",
"admin:auth.allowedWebOrigins": "Allowed Web Origins",
"admin:auth.autoEnrollGroups": "Assign to group",
"admin:auth.autoEnrollGroupsHint": "Automatically assign new users to these groups.",
"admin:auth.callbackUrl": "Callback URL \/ Redirect URI",
"admin:auth.configReference": "Configuration Reference",
"admin:auth.configReferenceSubtitle": "Some strategies may require some configuration values to be set on your provider. These are provided for reference only and may not be needed by the current strategy.",
"admin:auth.displayName": "Tên Hiển Thị",
"admin:auth.displayNameHint": "Dòng tiêu đề hiển thị cho người dùng khi chọn loại xác thực này",
"admin:auth.domainsWhitelist": "Limit to specific email domains",
"admin:auth.domainsWhitelistHint": "A list of domains authorized to register. The user email address domain must match one of these to gain access.",
"admin:auth.force2fa": "Force all users to use Two-Factor Authentication (2FA)",
"admin:auth.force2faHint": "Users will be required to setup 2FA the first time they login and cannot be disabled by the user.",
"admin:auth.globalAdvSettings": "Global Advanced Settings",
"admin:auth.jwtAudience": "JWT Audience",
"admin:auth.jwtAudienceHint": "Audience URN used in JWT issued upon login. Usually your domain name. (e.g. urn:your.domain.com)",
"admin:auth.loginUrl": "Login URL",
"admin:auth.logoutUrl": "Logout URL",
"admin:auth.refreshSuccess": "List of strategies has been refreshed.",
"admin:auth.registration": "Registration",
"admin:auth.saveSuccess": "Authentication configuration saved successfully.",
"admin:auth.security": "Security",
"admin:auth.selfRegistration": "Allow self-registration",
"admin:auth.selfRegistrationHint": "Allow any user successfully authorized by the strategy to access the wiki.",
"admin:auth.siteUrlNotSetup": "You must set a valid {{siteUrl}} first! Click on {{general}} in the left sidebar.",
"admin:auth.strategies": "Strategies",
"admin:auth.strategyConfiguration": "Strategy Configuration",
"admin:auth.strategyIsEnabled": "Active",
"admin:auth.strategyIsEnabledHint": "Người dùng có thể đăng nhập bằng chiến lược này không?",
"admin:auth.strategyNoConfiguration": "This strategy has no configuration options you can modify.",
"admin:auth.strategyState": "This strategy is {{state}} {{locked}}",
"admin:auth.strategyStateActive": "active",
"admin:auth.strategyStateInactive": "not active",
"admin:auth.strategyStateLocked": "and cannot be disabled.",
"admin:auth.subtitle": "Configure the authentication settings of your wiki",
"admin:auth.title": "Authentication",
"admin:auth.tokenEndpointAuthMethod": "Token Endpoint Authentication Method",
"admin:auth.tokenExpiration": "Token Expiration",
"admin:auth.tokenExpirationHint": "The expiration period of a token until it must be renewed. (default: 30m)",
"admin:auth.tokenRenewalPeriod": "Token Renewal Period",
"admin:auth.tokenRenewalPeriodHint": "The maximum period a token can be renewed when expired. (default: 14d)",
"admin:comments.provider": "Nhà cung cấp",
"admin:comments.providerConfig": "Cấu hình Nhà cung cấp",
"admin:comments.providerNoConfig": "Nhà cung cấp này không có tùy chọn cấu hình để có thể sửa đổi.",
"admin:comments.subtitle": "Thêm thảo luận vào các trang wiki của bạn",
"admin:comments.title": "Comments",
"admin:contribute.becomeAPatron": "Become a Patron",
"admin:contribute.becomeASponsor": "Trở thành nhà tài trợ",
"admin:contribute.contribute": "Đóng góp",
"admin:contribute.ethereum": "We accept donations using Ethereum:",
"admin:contribute.followUsOnTwitter": "Follow us on {{0}}.",
"admin:contribute.foundABug": "Found a bug? Submit an issue on {{0}}.",
"admin:contribute.fundOurWork": "Fund our work",
"admin:contribute.github": "Trở thành nhà tài trợ thông qua GitHub Sponsors (trực tiếp hỗ trợ mục tiêu của nhà phát triển chính Nicolas Giard làm việc toàn thời gian trên Wiki.js)",
"admin:contribute.helpTranslate": "Giúp dịch Wiki.js ra ngôn ngữ của bạn. Hãy cho chúng tôi biết trên {{0}} .",
"admin:contribute.makeADonation": "Thực hiện quyên góp",
"admin:contribute.needYourHelp": "We need your help to keep improving the software and run the various associated services (e.g. hosting and networking).",
"admin:contribute.openCollective": "Wiki.js is also part of the Open Collective initiative, a transparent fund that goes toward community resources. You can contribute financially by making a monthly or one-time donation:",
"admin:contribute.openSource": "Wiki.js là một nguồn mở và phần mềm mang đến cho bạn với {{0}} bởi {{1}} và {{2}}.",
"admin:contribute.openSourceContributors": "Người đóng góp",
"admin:contribute.patreon": "Become a backer or sponsor via Patreon (goes directly into supporting lead developer Nicolas Giard's goal of working full-time on Wiki.js)",
"admin:contribute.paypal": "Make a one-time or recurring donation via Paypal:",
"admin:contribute.shop": "Wiki.js Shop",
"admin:contribute.spreadTheWord": "Spread the word",
"admin:contribute.submitAnIdea": "Submit an idea or vote on a proposed one on the {{0}}.",
"admin:contribute.submitAnIdeaLink": "feature requests board",
"admin:contribute.subtitle": "Hỗ trợ giúp Wiki.js phát triển và hoạt động",
"admin:contribute.talkToFriends": "Talk to your friends and colleagues about how awesome Wiki.js is!",
"admin:contribute.title": "Contribute to Wiki.js",
"admin:contribute.tshirts": "Bạn cũng có thể mua áo phông Wiki.js để hỗ trợ tài chính cho dự án:",
"admin:dashboard.contributeHelp": "Chúng tôi cần sự giúp đỡ của bạn!",
"admin:dashboard.contributeLearnMore": "Learn More",
"admin:dashboard.contributeSubtitle": "Wiki.js là một dự án nguồn mở và miễn phí. Có một số cách bạn có thể đóng góp cho dự án.",
"admin:dashboard.groups": "Groups",
"admin:dashboard.lastLogins": "Đăng nhập gần đây",
"admin:dashboard.mostPopularPages": "Trang phổ biến nhất",
"admin:dashboard.pages": "Pages",
"admin:dashboard.recentPages": "Trang gần đây",
"admin:dashboard.subtitle": "Wiki.js",
"admin:dashboard.title": "Dashboard",
"admin:dashboard.users": "Users",
"admin:dashboard.versionLatest": "Bạn đang chạy phiên bản mới nhất.",
"admin:dashboard.versionNew": "Đã có phiên bản mới: {{version}}",
"admin:dev.flags.title": "Flags",
"admin:dev.graphiql.title": "GraphiQL",
"admin:dev.title": "Developer Tools",
"admin:dev.voyager.title": "Voyager",
"admin:editor.title": "Editor",
"admin:extensions.subtitle": "Cài đặt tiện ích mở rộng để có thêm chức năng",
"admin:extensions.title": "Phần mở rộng",
"admin:general.companyName": "Company \/ Organization Name",
"admin:general.companyNameHint": "Name to use when displaying copyright notice in the footer. Leave empty to hide.",
"admin:general.contentLicense": "Giấy phép nội dung",
"admin:general.contentLicenseHint": "Giấy phép hiển thị ở chân trang của tất cả các trang nội dung.",
"admin:general.footerCopyright": "Footer Copyright",
"admin:general.general": "General",
"admin:general.logo": "Logo",
"admin:general.logoUrl": "Logo URL",
"admin:general.logoUrlHint": "Chỉ định một hình ảnh để sử dụng làm logo. SVG, PNG, JPG được hỗ trợ, theo tỷ lệ vuông, 34x34 pixels hoặc lớn hơn. Nhấp vào nút bên phải để tải lên một hình ảnh mới.",
"admin:general.metaRobots": "Meta Robots",
"admin:general.metaRobotsHint": "Default: Index, Follow. Can also be set on a per-page basis.",
"admin:general.saveSuccess": "Cấu hình site đã được lưu",
"admin:general.siteBranding": "Site Branding",
"admin:general.siteDescription": "Site Description",
"admin:general.siteDescriptionHint": "Default description when none is provided for a page.",
"admin:general.siteInfo": "Site Info",
"admin:general.siteTitle": "Site Title",
"admin:general.siteTitleHint": "Displayed in the top bar and appended to all pages meta title.",
"admin:general.siteTitleInvalidChars": "Tiêu đề trang có ký tự không hợp lệ",
"admin:general.siteUrl": "Site URL",
"admin:general.siteUrlHint": "Full URL to your wiki, without the trailing slash. (e.g. https:\/\/wiki.example.com)",
"admin:general.subtitle": "Main settings of your wiki",
"admin:general.title": "General",
"admin:general.uploadClear": "Clear",
"admin:general.uploadLogo": "Upload Logo",
"admin:general.uploadSizeHint": "An image of {{size}} pixels is recommended for best results.",
"admin:general.uploadTypesHint": "{{typeList}} or {{lastType}} files only",
"admin:groups.title": "Groups",
"admin:locale.activeNamespaces.hint": "List of locales enabled for multilingual namespacing. The base locale defined above will always be included regardless of this selection.",
"admin:locale.activeNamespaces.label": "Active Namespaces",
"admin:locale.autoUpdate.hint": "Automatically download updates to this locale as they become available.",
"admin:locale.autoUpdate.hintWithNS": "Automatically download updates to all namespaced locales enabled below.",
"admin:locale.autoUpdate.label": "Update Automatically",
"admin:locale.availability": "Availability",
"admin:locale.base.hint": "All UI text elements will be displayed in selected language.",
"admin:locale.base.label": "Site Locale",
"admin:locale.base.labelWithNS": "Base Locale",
"admin:locale.code": "Code",
"admin:locale.download": "Download",
"admin:locale.downloadTitle": "Download Locale",
"admin:locale.name": "Name",
"admin:locale.namespaces.hint": "Enables multiple language versions of the same page.",
"admin:locale.namespaces.label": "Multilingual Namespaces",
"admin:locale.namespacing": "Multilingual Namespacing",
"admin:locale.namespacingPrefixWarning.subtitle": "Paths without a locale code will be automatically redirected to the base locale defined above.",
"admin:locale.namespacingPrefixWarning.title": "The locale code will be prefixed to all paths. (e.g. \/{{langCode}}\/page-name)",
"admin:locale.nativeName": "Native Name",
"admin:locale.rtl": "RTL",
"admin:locale.settings": "Locale Settings",
"admin:locale.sideload": "Sideload Locale Package",
"admin:locale.sideloadHelp": "If you are not connected to the internet or cannot download locale files using the method above, you can instead sideload packages manually by uploading them below.",
"admin:locale.subtitle": "Set localization options for your wiki",
"admin:locale.title": "Locale",
"admin:logging.title": "Logging",
"admin:mail.configuration": "Configuration",
"admin:mail.dkim": "DKIM (optional)",
"admin:mail.dkimDomainName": "Domain Name",
"admin:mail.dkimHint": "DKIM (DomainKeys Identified Mail) provides a layer of security on all emails sent from Wiki.js by providing the means for recipients to validate the domain name and ensure the message authenticity.",
"admin:mail.dkimKeySelector": "Key Selector",
"admin:mail.dkimPrivateKey": "Private Key",
"admin:mail.dkimPrivateKeyHint": "Private key for the selector in PEM format",
"admin:mail.dkimUse": "Use DKIM",
"admin:mail.saveSuccess": "Configuration saved successfully.",
"admin:mail.sendTestSuccess": "A test email was sent successfully.",
"admin:mail.sender": "Sender",
"admin:mail.senderEmail": "Sender Email",
"admin:mail.senderName": "Sender Name",
"admin:mail.smtp": "SMTP Settings",
"admin:mail.smtpHost": "Host",
"admin:mail.smtpPort": "Port",
"admin:mail.smtpPortHint": "Usually 465 (recommended), 587 or 25.",
"admin:mail.smtpPwd": "Password",
"admin:mail.smtpTLS": "Secure (TLS)",
"admin:mail.smtpTLSHint": "Should be enabled when using port 465, otherwise turned off (587 or 25).",
"admin:mail.smtpUser": "Username",
"admin:mail.smtpVerifySSL": "Xác minh chứng chỉ SSL",
"admin:mail.smtpVerifySSLHint": "Một số máy chủ yêu cầu tắt kiểm tra chứng chỉ SSL. Bật lên để an toàn hơn",
"admin:mail.subtitle": "Configure mail settings",
"admin:mail.test": "Send a test email",
"admin:mail.testHint": "Send a test email to ensure your SMTP configuration is working.",
"admin:mail.testRecipient": "Recipient Email Address",
"admin:mail.testSend": "Send Email",
"admin:mail.title": "Mail",
"admin:nav.modules": "Modules",
"admin:nav.site": "Site",
"admin:nav.system": "System",
"admin:nav.users": "Users",
"admin:navigation.copyFromLocale": "Sao chép từ ",
"admin:navigation.copyFromLocaleInfoText": "Chọn ngôn ngữ mà từ đó các mục sẽ được sao chép. Các mục được sao chép sẽ được thêm vào danh sách hiện tại của ngôn ngữ đang dùng.",
"admin:navigation.delete": "Delete {{kind}}",
"admin:navigation.divider": "Divider",
"admin:navigation.edit": "Edit {{kind}}",
"admin:navigation.emptyList": "Navigation is empty",
"admin:navigation.header": "Header",
"admin:navigation.icon": "Icon",
"admin:navigation.label": "Label",
"admin:navigation.link": "Link",
"admin:navigation.mode": "Chế độ điều hướng",
"admin:navigation.modeCustom.description": "Menu điều hướng tĩnh + Nút cây trang",
"admin:navigation.modeCustom.title": "Điều hướng tùy chỉnh",
"admin:navigation.modeNone.description": "Vô hiệu hóa điều hướng trang",
"admin:navigation.modeNone.title": "Không",
"admin:navigation.modeSiteTree.description": "Điều hướng cây cổ điển",
"admin:navigation.modeSiteTree.title": "Cây trang web",
"admin:navigation.modeStatic.description": "Điều Hướng Cố Định",
"admin:navigation.modeStatic.title": "Điều Hướng Cố Định",
"admin:navigation.navType.external": "External Link",
"admin:navigation.navType.externalblank": "Liên kết ngoài (Cửa sổ mới)",
"admin:navigation.navType.home": "Home",
"admin:navigation.navType.page": "Page",
"admin:navigation.navType.searchQuery": "Search Query",
"admin:navigation.noItemsText": "Click the Add button to add your first navigation item.",
"admin:navigation.noSelectionText": "Select a navigation item on the left.",
"admin:navigation.saveSuccess": "Navigation saved successfully.",
"admin:navigation.selectPageButton": "Chọn trang...",
"admin:navigation.sourceLocale": "Nguồn của ngôn ngữ",
"admin:navigation.sourceLocaleHint": "Ngôn ngữ mà từ đó các mục điều hướng sẽ được sao chép vào",
"admin:navigation.subtitle": "Manage the site navigation",
"admin:navigation.target": "Target",
"admin:navigation.targetType": "Target Type",
"admin:navigation.title": "Navigation",
"admin:navigation.untitled": "Untitled {{kind}}",
"admin:navigation.visibilityMode.all": "Hiển thị với mọi người",
"admin:navigation.visibilityMode.restricted": "Hiển thị đến các nhóm được chọn...",
"admin:pages.title": "Pages",
"admin:rendering.subtitle": "Cài đặt thông số tạo trang",
"admin:rendering.title": "Rendering",
"admin:search.configSaveSuccess": "Search engine configuration saved successfully.",
"admin:search.engineConfig": "Engine Configuration",
"admin:search.engineNoConfig": "This engine has no configuration options you can modify.",
"admin:search.indexRebuildSuccess": "Index rebuilt successfully.",
"admin:search.listRefreshSuccess": "List of search engines has been refreshed.",
"admin:search.rebuildIndex": "Rebuild Index",
"admin:search.searchEngine": "Search Engine",
"admin:search.subtitle": "Configure the search capabilities of your wiki",
"admin:search.title": "Search Engine",
"admin:security.bypassLogin": "Bỏ qua màn hình đăng nhập",
"admin:security.bypassLoginHint": "Tự động chuyển hướng về nhà cung cấp xác thật đầu tiên?",
"admin:security.enforce2fa": "Buộc dùng 2FA",
"admin:security.enforce2faHint": "Buộc tất cả người dùng sử dụng Xác thực hai yếu tố khi sử dụng nhà cung cấp xác thực với mật khẩu.",
"admin:security.hideLocalLogin": "Ẩn nhà cung cấp xác thực cục bộ",
"admin:security.hideLocalLoginHint": "Không hiển thị nhà cung cấp xác thực trên màn hình đăng nhập. Thêm ?all vào URL để tạm thời sử dụng nó.",
"admin:security.jwt": "Cấu hình JWT",
"admin:security.login": "Đăng nhập",
"admin:security.loginBgUrl": "Đường dẫn của hình nền đăng nhập",
"admin:security.loginBgUrlHint": "Chỉ định một hình ảnh để sử dụng làm nền đăng nhập. Hỗ trợ: PNG và JPG, đề nghị 1920x1080. Ảnh mặc định sẽ được dùng khi để trống. Nhấp vào nút ở bên phải để tải lên hình ảnh mới. Lưu ý rằng nhóm Khách phải có quyền \"đọc\" đối với hình ảnh đã chọn!",
"admin:security.loginScreen": "Màn hình Đăng nhập",
"admin:security.loginSecurity": "Bảo mật",
"admin:security.maxUploadBatch": "Số lượng files tối đa trong một lần tải lên",
"admin:security.maxUploadBatchHint": "Số files có thể được tải lên trong một lượt?",
"admin:security.maxUploadBatchSuffix": "Files",
"admin:security.maxUploadSize": "Kích thước tải lên tối đa",
"admin:security.maxUploadSizeHint": "Kích thước tối đa cho một file.",
"admin:security.maxUploadSizeSuffix": "bytea",
"admin:security.subtitle": "Thiết lập cấu hình bảo mật",
"admin:security.title": "Bảo mật",
"admin:security.uploads": "Uploads",
"admin:security.uploadsInfo": "Các cài đặt này chỉ ảnh hưởng đến Wiki.js. Nếu bạn đang sử dụng reverse-proxy (ví dụ: nginx, apache, Cloudflare), bạn cũng phải thay đổi cài đặt của nó để phù hợp.",
"admin:ssl.currentState": "Tình trạng hiện tại",
"admin:ssl.domain": "Tên miền",
"admin:ssl.domainHint": "Nhập tên miền đủ điều kiện trỏ đến wiki của bạn. (ví dụ wiki.example.com)",
"admin:ssl.expiration": "Thời hạn chứng nhận",
"admin:ssl.httpPort": "Cổng HTTP",
"admin:ssl.httpPortHint": "Cổng Non-SSL máy chủ sẽ lắng nghe các yêu cầu HTTP. Thường là 80 hoặc 3000.",
"admin:ssl.httpPortRedirect": "Chuyển hướng yêu cầu HTTP sang HTTPS",
"admin:ssl.httpPortRedirectHint": "Sẽ tự động chuyển hướng bất kỳ yêu cầu nào trên cổng HTTP sang HTTPS.",
"admin:ssl.httpPortRedirectSaveSuccess": "Chuyển hướng HTTP đã thay đổi thành công.",
"admin:ssl.httpPortRedirectTurnOff": "Tắt",
"admin:ssl.httpPortRedirectTurnOn": "Bật",
"admin:ssl.httpsPort": "Cổng HTTPS",
"admin:ssl.httpsPortHint": "Cổng SSL máy chủ sẽ lắng nghe các yêu cầu HTTPS. Thường là 443.",
"admin:ssl.ports": "Cổng",
"admin:ssl.provider": "Nhà cung cấp",
"admin:ssl.providerCustomCertificate": "Chứng nhận tùy chỉnh",
"admin:ssl.providerDisabled": "Vô hiệu hóa",
"admin:ssl.providerHint": "Chọn Chứng chỉ tùy chỉnh nếu bạn đã có chứng chỉ của riêng mình.",
"admin:ssl.providerLetsEncrypt": "Let's Encrypt",
"admin:ssl.providerOptions": "Tùy chọn nhà cung cấp",
"admin:ssl.renewCertificate": "Gia hạn chứng nhận",
"admin:ssl.renewCertificateLoadingSubtitle": "Đừng rời khỏi trang này.",
"admin:ssl.renewCertificateLoadingTitle": "Đang gia hạn chứng nhận ...",
"admin:ssl.renewCertificateSuccess": "Chứng nhận đã gia hạn thành công.",
"admin:ssl.status": "Tình trạng chứng nhận",
"admin:ssl.subscriberEmail": "Email người đăng ký",
"admin:ssl.subtitle": "Quản lý cấu hình SSL",
"admin:ssl.title": "SSL",
"admin:ssl.writableConfigFileWarning": "Lưu ý rằng tập tin cấu hình của bạn phải có thể ghi được để duy trì cấu hình cổng.",
"admin:stats.title": "Statistics",
"admin:storage.actionRun": "Run",
"admin:storage.actions": "Actions",
"admin:storage.actionsInactiveWarn": "Bạn phải bật storage target này và lưu lại trước khi chạy action",
"admin:storage.errorMsg": "Error Message",
"admin:storage.lastSync": "Last synchronization {{time}}",
"admin:storage.lastSyncAttempt": "Last attempt was {{time}}",
"admin:storage.noConfigOption": "This storage target has no configuration options you can modify.",
"admin:storage.noTarget": "You don't have any active storage target.",
"admin:storage.status": "Status",
"admin:storage.subtitle": "Set backup and sync targets for your content",
"admin:storage.syncDirBi": "Bi-directional",
"admin:storage.syncDirBiHint": "In bi-directional mode, content is first pulled from the storage target. Any newer content overwrites local content. New content since last sync is then pushed to the storage target, overwriting any content on target if present.",
"admin:storage.syncDirPull": "Pull from target",
"admin:storage.syncDirPullHint": "Content is always pulled from the storage target, overwriting any local content which already exists. This choice is usually reserved for single-use content import. Caution with this option as any local content will always be overwritten!",
"admin:storage.syncDirPush": "Push to target",
"admin:storage.syncDirPushHint": "Content is always pushed to the storage target, overwriting any existing content. This is safest choice for backup scenarios.",
"admin:storage.syncDirection": "Sync Direction",
"admin:storage.syncDirectionSubtitle": "Choose how content synchronization is handled for this storage target.",
"admin:storage.syncSchedule": "Sync Schedule",
"admin:storage.syncScheduleCurrent": "Currently set to every {{schedule}}.",
"admin:storage.syncScheduleDefault": "The default is every {{schedule}}.",
"admin:storage.syncScheduleHint": "For performance reasons, this storage target synchronize changes on an interval-based schedule, instead of on every change. Define at which interval should the synchronization occur.",
"admin:storage.targetConfig": "Target Configuration",
"admin:storage.targetState": "Storage target này ",
"admin:storage.targetStateActive": "active",
"admin:storage.targetStateInactive": "inactive",
"admin:storage.targets": "Targets",
"admin:storage.title": "Storage",
"admin:storage.unsupported": "Unsupported",
"admin:system.configFile": "Configuration File",
"admin:system.cpuCores": "CPU Cores",
"admin:system.currentVersion": "Current Version",
"admin:system.dbPartialSupport": "Your database version is not fully supported. Some functionality may be limited or not work as expected.",
"admin:system.hostInfo": "Host Information",
"admin:system.hostname": "Hostname",
"admin:system.latestVersion": "Latest Version",
"admin:system.os": "Operating System",
"admin:system.published": "Published",
"admin:system.ramUsage": "RAM Usage: {{used}} \/ {{total}}",
"admin:system.refreshSuccess": "System Info has been refreshed.",
"admin:system.subtitle": "Information about your system",
"admin:system.title": "System Info",
"admin:system.totalRAM": "Total RAM",
"admin:system.workingDirectory": "Working Directory",
"admin:tags.date": "Đã tạo {{created}} và cập nhật lần cuối {{updated}} .",
"admin:tags.delete": "Xóa thẻ này",
"admin:tags.deleteConfirm": "Xóa thẻ?",
"admin:tags.deleteConfirmText": "Bạn có chắc chắn muốn xóa thẻ {{tag}}? Thẻ cũng sẽ được hủy liên kết đến tất cả các trang.",
"admin:tags.deleteSuccess": "Thẻ đã được xóa thành công.",
"admin:tags.edit": "Chỉnh sửa thẻ",
"admin:tags.emptyList": "Không có thẻ để hiển thị.",
"admin:tags.filter": "Bộ lọc...",
"admin:tags.label": "Nhãn",
"admin:tags.noItemsText": "Thêm một thẻ vào trang để bắt đầu.",
"admin:tags.noSelectionText": "Chọn một thẻ từ danh sách bên trái.",
"admin:tags.refreshSuccess": "Thẻ đã được làm mới.",
"admin:tags.saveSuccess": "Thẻ đã được lưu thành công.",
"admin:tags.subtitle": "Quản lý thẻ trang",
"admin:tags.tag": "Thẻ",
"admin:tags.title": "Thẻ",
"admin:tags.viewLinkedPages": "Xem các trang được liên kết",
"admin:theme.bodyHtmlInjection": "Body HTML Injection",
"admin:theme.bodyHtmlInjectionHint": "HTML code to be injected just before the closing body tag.",
"admin:theme.codeInjection": "Code Injection",
"admin:theme.cssOverride": "CSS Override",
"admin:theme.cssOverrideHint": "CSS code to inject after system default CSS. Consider using custom themes if you have a large amount of css code. Injecting too much CSS code will result in poor page load performance! CSS will automatically be minified.",
"admin:theme.cssOverrideWarning": "{{caution}} When adding styles for page content, you must scope them to the {{cssClass}} class. Omitting this could break the layout of the editor!",
"admin:theme.cssOverrideWarningCaution": "CAUTION:",
"admin:theme.darkMode": "Dark Mode",
"admin:theme.darkModeHint": "Not recommended for accessibility. May not be supported by all themes.",
"admin:theme.downloadAuthor": "Tác giả",
"admin:theme.downloadDownload": "Download",
"admin:theme.downloadName": "Name",
"admin:theme.downloadThemes": "Download Themes",
"admin:theme.headHtmlInjection": "Head HTML Injection",
"admin:theme.headHtmlInjectionHint": "HTML code to be injected just before the closing head tag. Usually for script tags.",
"admin:theme.iconset": "Icon Set",
"admin:theme.iconsetHint": "Set of icons to use for the sidebar navigation.",
"admin:theme.options": "Theme Options",
"admin:theme.siteTheme": "Site Theme",
"admin:theme.siteThemeHint": "Themes affect how content pages are displayed. Other site sections (such as the editor or admin area) are not affected.",
"admin:theme.subtitle": "Modify the look & feel of your wiki",
"admin:theme.title": "Theme",
"admin:users.active": "Active",
"admin:users.authProvider": "Provider",
"admin:users.authProviderId": "Provider Id",
"admin:users.authentication": "Authentication",
"admin:users.basicInfo": "Thông tin cơ bản",
"admin:users.changePassword": "Đổi mật khẩu",
"admin:users.deleteConfirmForeignNotice": "Lưu ý rằng bạn không thể xóa người dùng đã tạo nội dung. Thay vào đó, bạn phải hủy kích hoạt người dùng hoặc xóa tất cả nội dung được tạo bởi người dùng đó.",
"admin:users.deleteConfirmReplaceWarn": "Bất kỳ nội dung nào (trang, video tải lên, bình luận, v.v.) do người dùng này tạo sẽ được gán lại cho người dùng được chọn bên dưới. Bạn nên tạo người 1 dùng giả (ví dụ: \"Vô Hình\") nếu bạn không muốn nội dung được gán lại cho bất kỳ người dùng đang hoạt động",
"admin:users.deleteConfirmText": "Bạn có chắc chắn muốn xóa người dùng {{username}}?",
"admin:users.deleteConfirmTitle": "Xóa người dùng?",
"admin:users.displayName": "Tên hiển thị",
"admin:users.edit": "Chỉnh sửa người dùng",
"admin:users.email": "Email",
"admin:users.extendedMetadata": "Metadata mở rộng",
"admin:users.groupAssign": "Gán",
"admin:users.groupAssignNotice": "Lưu ý rằng bạn không thể chỉ định người dùng cho nhóm Quản trị viên hoặc Khách từ bảng điều khiển này.",
"admin:users.groups": "Nhóm của người dùng",
"admin:users.id": "ID",
"admin:users.inactive": "Inactive",
"admin:users.jobTitle": "Chức vụ",
"admin:users.location": "Vị trí",
"admin:users.newPassword": "Mật khẩu mới",
"admin:users.noGroupAssigned": "Người dùng này chưa có nhóm. Bạn phải đặt người dùng trong ít nhất 1 nhóm",
"admin:users.password": "Mật khẩu",
"admin:users.selectGroup": "Chọn nhóm...",
"admin:users.tfa": "Two Factor Authentication (2FA)",
"admin:users.timezone": "Múi giờ",
"admin:users.title": "Users",
"admin:users.toggle2FA": "Toggle 2FA",
"admin:users.unverified": "Unverified",
"admin:users.updateUser": "Cập nhật người dùng",
"admin:users.userActivateSuccess": "Đã kích hoạt người dùng thành công.",
"admin:users.userAlreadyAssignedToGroup": "Người dùng đã có trong nhóm",
"admin:users.userDeactivateSuccess": "Đã hủy kích hoạt người dùng thành công.",
"admin:users.userTFADisableSuccess": "2FA đã được vô hiệu hóa",
"admin:users.userTFAEnableSuccess": "2FA được kích hoạt thành công.",
"admin:users.userUpdateSuccess": "Đã cập nhật được người dùng",
"admin:users.userVerifySuccess": "Người dùng đã được xác minh thành công.",
"admin:users.verified": "Verified",
"admin:utilities.authSubtitle": "Various tools for authentication \/ users",
"admin:utilities.authTitle": "Authentication",
"admin:utilities.cacheSubtitle": "Flush cache of various components",
"admin:utilities.cacheTitle": "Flush Cache",
"admin:utilities.contentSubtitle": "Various tools for pages",
"admin:utilities.contentTitle": "Content",
"admin:utilities.graphEndpointSubtitle": "Change the GraphQL endpoint for Wiki.js",
"admin:utilities.graphEndpointTitle": "GraphQL Endpoint",
"admin:utilities.importv1Subtitle": "Migrate data from a previous 1.x installation",
"admin:utilities.importv1Title": "Import from Wiki.js 1.x",
"admin:utilities.subtitle": "Maintenance and miscellaneous tools",
"admin:utilities.telemetrySubtitle": "Enable\/Disable telemetry or reset the client ID",
"admin:utilities.telemetryTitle": "Telemetry",
"admin:utilities.title": "Utilities",
"admin:utilities.tools": "Tools",
"admin:webhooks.subtitle": "Manage webhooks to external services",
"admin:webhooks.title": "Webhooks",
"auth:actions.login": "Đăng Nhập",
"auth:actions.register": "Đăng ký",
"auth:changePwd.instructions": "Bạn phải chọn mật khẩu mới:",
"auth:changePwd.loading": "Đang đổi mật khẩu...",
"auth:changePwd.newPasswordPlaceholder": "Mật khẩu mới",
"auth:changePwd.newPasswordVerifyPlaceholder": "Xác nhận mật khẩu mới",
"auth:changePwd.proceed": "Đổi mật khẩu",
"auth:changePwd.subtitle": "Chọn mật khẩu mới",
"auth:enterCredentials": "Nhập thông tin đăng nhập",
"auth:errors.invalidLogin": "Đăng nhập không hợp lệ",
"auth:errors.invalidLoginMsg": "Email hoặc mật khẩu không hợp lệ.",
"auth:errors.invalidUserEmail": "Email không hợp lệ",
"auth:errors.loginError": "Lỗi đăng nhập",
"auth:errors.notYetAuthorized": "Bạn không được phép truy cập vào trang này.",
"auth:errors.tooManyAttempts": "Quá nhiều lần thử!",
"auth:errors.tooManyAttemptsMsg": "Bạn đã thực hiện không thành công quá nhiều trong một khoảng thời gian ngắn, xin vui lòng thử lại sau {{time}}.",
"auth:errors.userNotFound": "Không tìm thấy người dùng",
"auth:fields.email": "Địa chỉ email",
"auth:fields.emailUser": "Email \/ tên đăng nhập",
"auth:fields.name": "Tên",
"auth:fields.password": "Mật khẩu",
"auth:fields.username": "Tên tài khoản",
"auth:fields.verifyPassword": "Xác minh mật khẩu",
"auth:forgotPasswordCancel": "Hủy",
"auth:forgotPasswordLink": "Quên mật khẩu?",
"auth:forgotPasswordLoading": "Đang yêu cầu đặt lại mật khẩu ...",
"auth:forgotPasswordSubtitle": "Nhập địa chỉ email của bạn để được hướng dẫn đặt lại mật khẩu:",
"auth:forgotPasswordSuccess": "Kiểm tra email của bạn để biết hướng dẫn đặt lại mật khẩu!",
"auth:forgotPasswordTitle": "Quên mật khẩu?",
"auth:genericError": "Authentication is unavailable.",
"auth:invalidEmail": "Địa chỉ email không hợp lệ.",
"auth:invalidEmailUsername": "Nhập email \/ tên người dùng hợp lệ.",
"auth:invalidPassword": "Nhập mật khẩu hợp lệ.",
"auth:loginRequired": "Yêu cầu đăng nhập",
"auth:loginSuccess": "Đăng nhập thành công! Đang chuyển hướng ...",
"auth:loginUsingStrategy": "Đăng nhập bằng {{strategy}}",
"auth:missingEmail": "Thiếu địa chỉ email.",
"auth:missingName": "Thiếu tên.",
"auth:missingPassword": "Thiếu mật khẩu.",
"auth:nameTooLong": "Tên quá dài.",
"auth:nameTooShort": "Tên quá ngắn.",
"auth:orLoginUsingStrategy": "hoặc nhập bằng...",
"auth:passwordNotMatch": "Hai mật khẩu không khớp.",
"auth:passwordTooShort": "Mật khẩu quá ngắn.",
"auth:pleaseWait": "Hãy chờ",
"auth:providers.azure": "Azure Active Directory",
"auth:providers.facebook": "Facebook",
"auth:providers.github": "GitHub",
"auth:providers.google": "Google ID",
"auth:providers.ldap": "LDAP \/ Active Directory",
"auth:providers.local": "Cục bộ",
"auth:providers.slack": "Slack",
"auth:providers.windowslive": "Tài Khoản Microsoft",
"auth:registerCheckEmail": "Kiểm tra email để kích hoạt tài khoản của bạn.",
"auth:registerSubTitle": "Điền vào biểu mẫu bên dưới để tạo tài khoản của bạn.",
"auth:registerSuccess": "Tài khoản đã tạo thành công!",
"auth:registerTitle": "Tạo tài khoản",
"auth:registering": "Đang tạo tài khoản...",
"auth:selectAuthProvider": "Chọn nhà cung cấp xác thực",
"auth:sendResetPassword": "Đặt lại mật khẩu",
"auth:signingIn": "Đang đăng nhập...",
"auth:switchToLogin.link": "Login instead",
"auth:switchToLogin.text": "Đã có tài khoản? {{link}}",
"auth:switchToRegister.link": "Tạo tài khoản",
"auth:switchToRegister.text": "Vẫn chưa có tài khoản? {{link}}",
"auth:tfa.placeholder": "XXXXXX",
"auth:tfa.subtitle": "Yêu cầu mã bảo vệ:",
"auth:tfa.title": "Xác thực hai yếu tố",
"auth:tfa.verifyToken": "Xác minh",
"auth:tfaFormTitle": "2) Nhập mã bảo mật được tạo từ thiết bị tin cậy của bạn",
"auth:tfaSetupInstrFirst": "1) Dùng ứng dụng 2FA trên điện thoại quét mã QR bên dưới",
"auth:tfaSetupInstrSecond": "2) Nhập mã bảo mật được tạo từ thiết bị tin cậy của bạn",
"auth:tfaSetupTitle": "Quản trị viên yêu cầu bật Xác thực hai yếu tố (2FA) trên tài khoản của bạn",
"common:actions.add": "Thêm",
"common:actions.apply": "Áp dụng",
"common:actions.browse": "Browse...",
"common:actions.cancel": "Hủy",
"common:actions.clear": "Clear",
"common:actions.close": "Đóng",
"common:actions.confirm": "Xác nhận",
"common:actions.convert": "Convert",
"common:actions.copy": "Sao Chép",
"common:actions.create": "Tạo",
"common:actions.delete": "Xóa",
"common:actions.discard": "Discard",
"common:actions.discardChanges": "Discard Changes",
"common:actions.download": "Download",
"common:actions.edit": "Chỉnh sửa",
"common:actions.exit": "Thoát",
"common:actions.fetch": "Fetch",
"common:actions.generate": "Tạo",
"common:actions.insert": "Insert",
"common:actions.move": "Move",
"common:actions.ok": "OK",
"common:actions.optimize": "Optimize",
"common:actions.page": "Trang",
"common:actions.preview": "Preview",
"common:actions.proceed": "Tiến hành",
"common:actions.properties": "Properties",
"common:actions.refresh": "Refresh",
"common:actions.rename": "Rename",
"common:actions.returnToTop": "Trở về đầu trang",
"common:actions.save": "Lưu lại",
"common:actions.saveChanges": "Lưu thay đổi",
"common:actions.select": "Chọn",
"common:actions.upload": "Upload",
"common:comments.beFirst": "Hãy là người đầu tiên bình luận.",
"common:comments.contentMissingError": "Bình luận trống hoặc quá ngắn!",
"common:comments.deleteConfirmTitle": "Xác nhận Xóa",
"common:comments.deletePermanentWarn": "Hành động này không thể thu hồi!",
"common:comments.deleteSuccess": "Bình luận đã được xóa",
"common:comments.deleteWarn": "Bạn có chắc chắn muốn xóa vĩnh viễn bình luận này?",
"common:comments.fieldContent": "Nội dung bình luận",
"common:comments.fieldEmail": "Địa chỉ Email của bạn",
"common:comments.fieldName": "Tên bạn",
"common:comments.loading": "Đang tải bình luận...",
"common:comments.markdownFormat": "Định dạng Markdown",
"common:comments.modified": "Đã thay đổi {{reldate}}",
"common:comments.newComment": "Bình luận mới",
"common:comments.newPlaceholder": "Viết bình luận mới ...",
"common:comments.none": "Chưa có bình luận nào.",
"common:comments.postComment": "Đăng bình luận",
"common:comments.postSuccess": "Bình luận mới đã được đăng.",
"common:comments.postingAs": "Đăng với {{name}}",
"common:comments.sdTitle": "Trò chuyện",
"common:comments.title": "Bình luận",
"common:comments.updateComment": "Cập nhật bình luận",
"common:comments.updateSuccess": "Bình luận đã được thay đổi",
"common:comments.viewDiscussion": "Xem thảo luận",
"common:duration.days": "Ngày",
"common:duration.every": "Mỗi",
"common:duration.hours": "Giờ",
"common:duration.minutes": "Phút",
"common:duration.months": "Tháng",
"common:duration.years": "Năm",
"common:error.unexpected": "Xảy ra lỗi bất ngờ.",
"common:footer.copyright": "© {{year}} {{company}}. All rights reserved.",
"common:footer.license": "Nội dung có sẵn theo {{license}}, bởi {{company}}.",
"common:footer.poweredBy": "Powered by",
"common:header.account": "Tài khoản",
"common:header.admin": "Quản trị",
"common:header.assets": "Assets",
"common:header.browseTags": "Duyệt theo Thẻ",
"common:header.convert": "Convert",
"common:header.currentPage": "Trang hiện tại",
"common:header.delete": "Xóa",
"common:header.duplicate": "Tạo bản sao",
"common:header.edit": "Chỉnh sửa",
"common:header.history": "Lịch sử",
"common:header.home": "Trang Chủ",
"common:header.imagesFiles": "Images & Files",
"common:header.language": "Ngôn ngữ",
"common:header.login": "Đăng nhập",
"common:header.logout": "Đăng xuất",
"common:header.move": "Di chuyển\/đổi tên",
"common:header.myWiki": "Wiki của tôi",
"common:header.newPage": "Tạo trang mới",
"common:header.pageActions": "Thao tác trên trang",
"common:header.profile": "Hồ sơ",
"common:header.search": "Tìm...",
"common:header.searchClose": "Đóng",
"common:header.searchCopyLink": "Copy Search Link",
"common:header.searchDidYouMean": "Ý bạn là...",
"common:header.searchHint": "Gõ ít nhất 2 ký tự để bắt đầu tìm ...",
"common:header.searchLoading": "Đang tìm ...",
"common:header.searchNoResult": "Không có kết quả phù hợp với truy vấn của bạn",
"common:header.searchResultsCount": "Đã thấy {{total}} kết quả",
"common:header.siteMap": "Sơ đồ trang web",
"common:header.view": "Xem",
"common:header.viewSource": "Xem mã nguồn",
"common:license.alr": "Giữ mọi bản quyền",
"common:license.cc0": "Phạm vi công cộng",
"common:license.ccby": "Giấy phép Creative Commons Attribution",
"common:license.ccbync": "Giấy phép Creative Commons Attribution-NonCommercial",
"common:license.ccbyncnd": "Giấy phép Creative Commons Attribution-NonCommercial-NoDerivs",
"common:license.ccbyncsa": "Giấy phép Creative Commons Attribution-NonCommercial-ShareAlike",
"common:license.ccbynd": "Giấy phép Creative Commons Attribution-NoDerivs",
"common:license.ccbysa": "Giấy phép Creative Commons Attribution-ShareAlike",
"common:license.none": "Không",
"common:modernBrowser": "modern browser",
"common:newpage.create": "Tạo trang mới",
"common:newpage.goback": "Quay lại",
"common:newpage.subtitle": "Bạn có muốn tạo nó ngay không?",
"common:newpage.title": "Trang này chưa tồn tại.",
"common:notfound.gohome": "Trang chủ",
"common:notfound.subtitle": "Trang này không tồn tại.",
"common:notfound.title": "Không tìm thấy",
"common:outdatedBrowserWarning": "Trình duyệt của bạn đã lỗi thời. Nâng cấp lên {{modernBrowser}} .",
"common:page.bookmark": "Đánh dấu",
"common:page.convert": "Convert Page",
"common:page.convertSubtitle": "The page content will be converted into the format of the newly selected editor. Note that some formatting or non-rendered content may be lost as a result of the conversion. A snapshot will be added to the page history and can be restored at any time.",
"common:page.convertTitle": "Select the editor you want to use going forward for the page {{title}}:",
"common:page.delete": "Xóa trang",
"common:page.deleteSubtitle": "The page can be restored from the administration area.",
"common:page.deleteTitle": "Bạn có chắc chắn muốn xóa trang {{title}} ?",
"common:page.editPage": "Sửa trang",
"common:page.global": "Global",
"common:page.id": "ID {{id}}",
"common:page.lastEditedBy": "Sửa lần cuối bởi",
"common:page.loading": "Đang tải trang...",
"common:page.printFormat": "Định dạng in",
"common:page.private": "Private",
"common:page.published": "Published",
"common:page.returnNormalView": "Quay trở lại Normal View",
"common:page.share": "Chia sẻ",
"common:page.tags": "Thẻ",
"common:page.tagsMatching": "Tìm trang giống thẻ",
"common:page.toc": "Mục lục",
"common:page.unpublished": "Unpublished",
"common:page.unpublishedWarning": "Trang này chưa được đăng.",
"common:page.versionId": "Phiên bản ID {{id}}",
"common:page.viewingSource": "Xem mã nguồn của trang {{path}}",
"common:page.viewingSourceVersion": "Xem nguồn kể từ {{date}} của trang {{path}}",
"common:pageSelector.createTitle": "Tạo Đường Dẫn Trang Mới",
"common:pageSelector.folderEmptyWarning": "Thư mục này trống.",
"common:pageSelector.moveTitle": "Di chuyển \/ Đổi Đường Dẫn Trang",
"common:pageSelector.pages": "Trang",
"common:pageSelector.selectTitle": "Chọn một trang",
"common:pageSelector.virtualFolders": "Thư mục ảo",
"common:password.average": "Trung bình",
"common:password.strong": "Mạnh",
"common:password.veryStrong": "Rất mạnh",
"common:password.veryWeak": "Rất yếu",
"common:password.weak": "Yếu",
"common:sidebar.browse": "Cây Thư Mục",
"common:sidebar.currentDirectory": "Mục Hiện Tại",
"common:sidebar.mainMenu": "Menu Chính",
"common:sidebar.root": "Gốc",
"common:unauthorized.action.create": "Bạn không thể tạo trang.",
"common:unauthorized.action.download": "Bạn không thể tải về nội dung trang.",
"common:unauthorized.action.downloadVersion": "Bạn không thể tải về nội dung cho phiên bản trang này.",
"common:unauthorized.action.edit": "Bạn không thể sửa trang.",
"common:unauthorized.action.history": "Bạn không thể xem lịch sử trang.",
"common:unauthorized.action.source": "Bạn không thể xem mã nguồn trang.",
"common:unauthorized.action.sourceVersion": "Bạn không thể xem nguồn của phiên bản này của trang.",
"common:unauthorized.action.view": "Bạn không thể xem trang này.",
"common:unauthorized.goback": "Quay lại",
"common:unauthorized.login": "Đăng Nhập Như Là...",
"common:unauthorized.title": "Trái phép",
"common:user.search": "Tìm người dùng ...",
"common:user.searchPlaceholder": "Tìm người dùng ...",
"common:welcome.createhome": "Tạo trang chủ",
"common:welcome.subtitle": "Hãy bắt đầu và tạo trang chủ.",
"common:welcome.title": "Chào mừng đến với wiki của bạn!",
"editor:assets.deleteAsset": "Delete Asset",
"editor:assets.deleteAssetConfirm": "Are you sure you want to delete asset",
"editor:assets.deleteAssetWarn": "This action cannot be undone!",
"editor:assets.deleteSuccess": "Asset deleted successfully.",
"editor:assets.fetchImage": "Fetch Remote Image",
"editor:assets.fileCount": "{{count}} files",
"editor:assets.folderCreateSuccess": "Asset folder created successfully.",
"editor:assets.folderEmpty": "This asset folder is empty.",
"editor:assets.folderName": "Folder Name",
"editor:assets.folderNameNamingRules": "Must follow the asset folder {{namingRules}}.",
"editor:assets.folderNameNamingRulesLink": "naming rules",
"editor:assets.headerActions": "Actions",
"editor:assets.headerAdded": "Added",
"editor:assets.headerFileSize": "File Size",
"editor:assets.headerFilename": "Filename",
"editor:assets.headerId": "ID",
"editor:assets.headerType": "Type",
"editor:assets.imageAlign": "Image Alignment",
"editor:assets.newFolder": "New Folder",
"editor:assets.noUploadError": "Trước tiên, bạn phải chọn một tập tin để upload",
"editor:assets.refreshSuccess": "List of assets refreshed successfully.",
"editor:assets.renameAsset": "Rename Asset",
"editor:assets.renameAssetSubtitle": "Enter the new name for this asset:",
"editor:assets.renameSuccess": "Asset renamed successfully.",
"editor:assets.title": "Assets",
"editor:assets.uploadAssets": "Upload Assets",
"editor:assets.uploadAssetsDropZone": "Browse or Drop files here...",
"editor:assets.uploadFailed": "File upload failed.",
"editor:backToEditor": "Back to Editor",
"editor:ckeditor.stats": "{{chars}} ký tự, {{words}} từ",
"editor:conflict.editable": "(có thể chỉnh sửa)",
"editor:conflict.infoGeneric": "Một phiên bản gần đây hơn của trang này đã được lưu bởi {{authorName}}, {{date}}",
"editor:conflict.leftPanelInfo": "Chỉnh sửa hiện tại của bạn, dựa trên phiên bản từ {{date}}",
"editor:conflict.localVersion": "Phiên bản máy bạn {{refEditable}}",
"editor:conflict.overwrite.description": "Bạn có chắc chắn muốn thay thế phiên bản hiện tại của mình bằng nội dung mới nhất từ máy chủ không? {{refEditsLost}}",
"editor:conflict.overwrite.editsLost": "Chỉnh sửa hiện tại của bạn sẽ bị mất.",
"editor:conflict.overwrite.title": "Ghi đè với phiên bản từ máy chủ?",
"editor:conflict.pageDescription": "Mô tả:",
"editor:conflict.pageTitle": "Tiêu đề:",
"editor:conflict.readonly": "(chỉ đọc)",
"editor:conflict.remoteVersion": "Phiên bản máy chủ {{refReadOnly}}",
"editor:conflict.rightPanelInfo": "Chỉnh sửa lần cuối bởi {{authorName}}, {{date}}",
"editor:conflict.title": "Giải quyết xung đột",
"editor:conflict.useLocal": "Sử dụng Local",
"editor:conflict.useLocalHint": "Sử dụng nội dung trong bảng bên trái",
"editor:conflict.useRemote": "Sử dụng Remote",
"editor:conflict.useRemoteHint": "Hủy thay đổi cục bộ và sử dụng phiên bản mới nhất",
"editor:conflict.viewLatestVersion": "Xem phiên bản mới nhất",
"editor:conflict.warning": "Lưu xung đột! Một người dùng khác đã sửa đổi trang này.",
"editor:conflict.whatToDo": "Bạn muốn làm gì?",
"editor:conflict.whatToDoLocal": "Sử dụng phiên bản hiện tại của máy bạn và loại bỏ các thay đổi mới nhất.",
"editor:conflict.whatToDoRemote": "Sử dụng phiên bản máy chủ (mới nhất) và loại bỏ các thay đổi của bạn.",
"editor:markup.blockquote": "Blockquote",
"editor:markup.blockquoteError": "Error Blockquote",
"editor:markup.blockquoteInfo": "Info Blockquote",
"editor:markup.blockquoteSuccess": "Success Blockquote",
"editor:markup.blockquoteWarning": "Warning Blockquote",
"editor:markup.bold": "Bold",
"editor:markup.distractionFreeMode": "Distraction Free Mode",
"editor:markup.heading": "Heading {{level}}",
"editor:markup.horizontalBar": "Horizontal Bar",
"editor:markup.inlineCode": "Inline Code",
"editor:markup.insertAssets": "Insert Assets",
"editor:markup.insertBlock": "Insert Block",
"editor:markup.insertCodeBlock": "Insert Code Block",
"editor:markup.insertDiagram": "Insert Diagram",
"editor:markup.insertLink": "Insert Link",
"editor:markup.insertMathExpression": "Chèn biểu thức toán học",
"editor:markup.insertVideoAudio": "Insert Video \/ Audio",
"editor:markup.italic": "Italic",
"editor:markup.keyboardKey": "Keyboard Key",
"editor:markup.markdownFormattingHelp": "Trợ giúp định dạng Markdown",
"editor:markup.noSelectionError": "Văn bản phải được chọn trước!",
"editor:markup.orderedList": "Ordered List",
"editor:markup.strikethrough": "Strikethrough",
"editor:markup.subscript": "Subscript",
"editor:markup.superscript": "Superscript",
"editor:markup.tableHelper": "Table Helper",
"editor:markup.togglePreviewPane": "Ẩn \/ Hiện xem trước",
"editor:markup.toggleSpellcheck": "Chuyển đổi Kiểm tra chính tả",
"editor:markup.unorderedList": "Unordered List",
"editor:page": "Trang",
"editor:props.allowComments": "Cho phép bình luận",
"editor:props.allowCommentsHint": "Cho phép bình luận trên trang này.",
"editor:props.allowRatings": "Cho phép xếp hạng",
"editor:props.allowRatingsHint": "Bật chức năng xếp hạng trên Trang này.",
"editor:props.categorization": "Phân loại",
"editor:props.css": "CSS",
"editor:props.cssHint": "CSS sẽ tự động được tối giản khi lưu.",
"editor:props.displayAuthor": "Hiện thông tin tác giả",
"editor:props.displayAuthorHint": "Hiện tác giả trang kèm thời điểm sửa gần nhất.",
"editor:props.displaySharingBar": "Hiện Sharing Toolbar",
"editor:props.displaySharingBarHint": "Hiện thanh công cụ nà nút nhấn để chia sẻ và in trang này",
"editor:props.html": "HTML",
"editor:props.htmlHint": "Bạn phải bao quanh mã javascript bằng thẻ HTML",
"editor:props.info": "Thông tin",
"editor:props.locale": "Ngôn ngữ",
"editor:props.pageInfo": "Thông tin trang",
"editor:props.pageProperties": "Properties trang",
"editor:props.path": "Path",
"editor:props.pathCategorization": "Path & Categorization",
"editor:props.pathHint": "Do not include any leading or trailing slashes.",
"editor:props.publishEnd": "Publish ending on...",
"editor:props.publishEndHint": "Để trống nếu không có ngày kết thúc",
"editor:props.publishStart": "Publish starting on...",
"editor:props.publishStartHint": "Để trống nếu không có ngày bắt đầu",
"editor:props.publishState": "Publishing State",
"editor:props.publishToggle": "Published",
"editor:props.publishToggleHint": "Unpublished pages can still be seen by users having write permissions on this page.",
"editor:props.scheduling": "Lập lịch",
"editor:props.scripts": "Scripts",
"editor:props.shortDescription": "Mô tả ngắn",
"editor:props.shortDescriptionHint": "Hiển thị bên dưới tiêu đề",
"editor:props.social": "Mạng xã hội",
"editor:props.socialFeatures": "Chức năng mạng xã hội",
"editor:props.styles": "Kiểu dáng",
"editor:props.tags": "Tags",
"editor:props.tagsHint": "Sử dụng tag để phân loại các trang của bạn và làm cho chúng dễ tìm hơn.",
"editor:props.title": "Tiêu đề",
"editor:save.createSuccess": "Trang đã tạo thành công.",
"editor:save.error": "Lỗi đã xảy ra khi tạo trang",
"editor:save.pleaseWait": "Hãy chờ...",
"editor:save.processing": "Đang xử lý...",
"editor:save.saved": "Đã lưu",
"editor:save.updateSuccess": "Trang đã cập nhật thành công.",
"editor:select.cannotChange": "Điều này không thể thay đổi khi trang đã được tạo.",
"editor:select.customView": "hoặc tạo view tuỳ biến?",
"editor:select.title": "Bạn muốn sử dụng trình soạn thảo nào cho trang này?",
"editor:unsaved.body": "Bạn có những thay đổi chưa được lưu. Bạn có chắc chắn muốn rời khỏi trình soạn thảo và loại bỏ bất kỳ sửa đổi nào bạn đã thực hiện kể từ lần lưu cuối cùng không?",
"editor:unsaved.title": "Discard Unsaved Changes?",
"editor:unsavedWarning": "Bạn có các chỉnh sửa chưa được lưu. Bạn có chắc chắn muốn rời khỏi trình chỉnh sửa?",
"history:restore.confirmButton": "Khôi phục",
"history:restore.confirmText": "Bạn có chắc chắn muốn khôi phục nội dung trang này như ngày {{date}} không? Phiên bản này sẽ được sao chép trên đầu trang của lịch sử hiện tại. Như vậy, các phiên bản mới hơn vẫn sẽ được bảo tồn.",
"history:restore.confirmTitle": "Khôi phục phiên bản trang?",
"history:restore.success": "Phiên bản trang được khôi phục thành công!",
"profile:activity.commentsPosted": "Bình luận đã được đăng",
"profile:activity.joinedOn": "Tham gia vào",
"profile:activity.lastLoginOn": "Đăng nhập lần cuối vào",
"profile:activity.lastUpdatedOn": "Hồ sơ cập nhật lần cuối vào",
"profile:activity.pagesCreated": "Trang đã được tạo",
"profile:activity.title": "Hoạt động",
"profile:appearance": "Giao Diện",
"profile:appearanceDark": "Dark",
"profile:appearanceDefault": "Mặc định Trang",
"profile:appearanceLight": "Light",
"profile:auth.changePassSuccess": "Mật khẩu đã thay đổi thành công.",
"profile:auth.changePassword": "Đổi mật khẩu",
"profile:auth.currentPassword": "Mật khẩu hiện tại",
"profile:auth.newPassword": "Mật khẩu mới",
"profile:auth.provider": "Nhà cung cấp",
"profile:auth.title": "Xác thực",
"profile:auth.verifyPassword": "Xác nhận mật khẩu mới",
"profile:comments.title": "Bình luận",
"profile:dateFormat": "Định dạng Ngày",
"profile:displayName": "Tên hiển thị",
"profile:groups.title": "Nhóm",
"profile:jobTitle": "Chức vụ",
"profile:localeDefault": "Ngôn ngữ mặc định",
"profile:location": "Vị trí",
"profile:myInfo": "Thông tin của tôi",
"profile:pages.emptyList": "Không có trang nào để hiển thị.",
"profile:pages.headerCreatedAt": "Tạo ngày",
"profile:pages.headerPath": "Đường dẫn",
"profile:pages.headerTitle": "Tiêu đề",
"profile:pages.headerUpdatedAt": "Cập nhật lần cuối",
"profile:pages.refreshSuccess": "Danh sách trang đã được làm mới.",
"profile:pages.subtitle": "Danh sách các trang tôi đã tạo hoặc sửa đổi lần cuối",
"profile:pages.title": "Trang",
"profile:preferences": "Những cài đặt",
"profile:save.success": "Hồ sơ đã lưu thành công.",
"profile:subtitle": "Thông tin cá nhân của tôi",
"profile:timezone": "Múi giờ",
"profile:title": "Hồ sơ",
"profile:viewPublicProfile": "Xem hồ sơ công khai",
"tags:clearSelection": "Xóa lựa chọn",
"tags:currentSelection": "Lựa chọn hiện tại",
"tags:locale": "Ngôn ngữ",
"tags:localeAny": "Bất kì",
"tags:noResults": "Không tìm thấy trang nào có thẻ đã chọn.",
"tags:noResultsWithFilter": "Không tìm thấy trang nào khớp với bộ lọc này.",
"tags:orderBy": "Sắp xếp theo",
"tags:orderByField.ID": "ID",
"tags:orderByField.creationDate": "Ngày tạo",
"tags:orderByField.lastModified": "Lần sửa cuối",
"tags:orderByField.path": "Đường dẫn",
"tags:orderByField.title": "Tiêu đề",
"tags:pageLastUpdated": "Cập nhật ngày",
"tags:retrievingResultsLoading": "Đang lấy kết quả ...",
"tags:searchWithinResultsPlaceholder": "Tìm trong kết quả...",
"tags:selectOneMoreTags": "Chọn một hoặc nhiều thẻ",
"tags:selectOneMoreTagsHint": "Chọn một hoặc nhiều thẻ ở bên trái."
}