-
-
Notifications
You must be signed in to change notification settings - Fork 625
Expand file tree
/
Copy pathzh_TW.json
More file actions
1089 lines (1089 loc) · 46.3 KB
/
zh_TW.json
File metadata and controls
1089 lines (1089 loc) · 46.3 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
{
"1 update available|:count updates available": "有 :count 項可用的更新",
"1 update|:count updates": ":count 項更新",
":count item selected|:count items selected": "已選擇 :count 項",
":count row|:count rows": ":count 行",
":count selected|:count selected": "已選 :count",
":count set|:count sets": ":count 組",
":count word|:count words": ":count单词| :count单词",
":count\/:max selected": "已選 :count\/:max",
":count\/:total characters": ":count \/ :total字符数",
":file uploaded": "已上傳 :file",
":start-:end of :total": ":start - :end :total",
":success\/:total entries were deleted": ":success \/ :total删除了条目",
":success\/:total entries were published": ":success \/ :total发布条目",
":success\/:total entries were unpublished": ":success \/ :total",
":success\/:total items were deleted": ":success \/ :total删除了 项",
":title Field": ":title字段",
"A blueprint with that name already exists.": "已有相同名稱的藍圖存在。",
"A fieldset with that name already exists.": "已有相同名稱的欄位組存在。",
"A Global Set with that handle already exists.": "具有该句柄的全局集已存在。",
"A navigation with that handle already exists.": "具有该句柄的导航已存在。",
"A Role with that handle already exists.": "具有该句柄的角色已存在。",
"A User Group with that handle already exists.": "具有该名称的用户组已存在。",
"A valid blueprint is required.": "必須提供有效的藍圖。",
"Above": "上方",
"Action completed": "執行完成",
"Action failed": "操作失败",
"Activate Account": "啟用帳號",
"Activation URL": "啟用 URL",
"Active": "啟用",
"Add": "新增",
"Add Attribute": "添加属性",
"Add child link to entry": "新增子連結至條目",
"Add child nav item": "新增子導航項目",
"Add Color": "添加颜色",
"Add Column": "新增欄位",
"Add Column After": "將欄位新增至後方",
"Add Column Before": "將欄位新增至前方",
"Add Condition": "新增條件",
"Add Date": "新增日期",
"Add Email": "新增電子郵件",
"Add Item": "添加项目",
"Add Key": "添加密钥",
"Add Nav Item": "新增導航項目",
"Add Option": "新增選項",
"Add or drag fields here": "新增欄位或將欄位拖曳至此處。",
"Add Row": "新增一行",
"Add Row After": "在後方新增一行",
"Add Row Before": "在前方新增一行",
"Add Row Label": "新增行標籤",
"Add Rule": "新增規則",
"Add Ruler": "添加标尺",
"Add Section": "新增段落",
"Add Set": "新增集合",
"Add Set Group": "添加设置组",
"Add Set Label": "添加设置标签",
"Add Site": "添加站点",
"Add Tab": "添加标签",
"Added": "已新增",
"Addon Settings": "附加元件設定",
"Addons": "附加元件",
"Affected files": "受影響的檔案",
"After": "於…後",
"After Saving": "保存後",
"Alias Item": "别名项目",
"Align Center": "居中对齐",
"Align Justify": "对齐",
"Align Left": "左对齐",
"Align Right": "右对齐",
"All": "全部",
"All caches cleared.": "已清除所有快取。",
"All of the following conditions pass": "下列所有條件通過時",
"All rights reserved.": "All rights reserved.",
"Allow additions": "允許新增",
"Allow Antlers": "允许鹿角",
"Allow Any Color": "允许任何颜色",
"Allow Creating": "允許建立",
"Allow Downloading": "允許下載",
"Allow Fullscreen Mode": "允許全螢幕模式",
"Allow Moving": "允許移動",
"Allow Renaming": "允許重新命名",
"Allow Source Mode": "允許原始模式",
"Allow Uploads": "允許上傳",
"Alt Text": "替代文本",
"Always Save": "始终保存",
"Always show": "總是顯示",
"Always Show Set Button": "總是顯示集合按鈕",
"An entry will be deleted|:count entries will be deleted": "將刪除 :count 個條目",
"An item with this ID could not be found": "未找到此 ID 的項目",
"and": "與",
"and :count more": "與其他 :count 項",
"Antlers": "鹿角",
"Any of the following conditions pass": "滿足下列任一條件時",
"Any unsaved changes will not be duplicated into the new entry.": "任何未保存的更改都不会复制到新条目中。",
"Any unsaved changes will not be reflected in this action's behavior.": "任何未保存的更改都不会反映在此操作的行为中。",
"Appearance": "外貌",
"Appearance & Behavior": "外观与行为",
"Append": "加在最後",
"Application Cache": "應用程式快取",
"Application cache cleared.": "已清除應用程式快取。",
"Apply": "申请",
"Save All": "全部儲存",
"Apply Link": "套用連結",
"Are you sure you want to delete this column?": "確定要刪除此一欄位?",
"Are you sure you want to delete this entry?": "確定要刪除此一條目?",
"Are you sure you want to delete this item?": "確定要刪除此一項目?",
"Are you sure you want to delete this row?": "確定要刪除這一行?",
"Are you sure you want to delete this value?": "確定要刪除這個值?",
"Are you sure you want to delete this view?": "您确实要删除该视图吗?",
"Are you sure you want to delete this?|Are you sure you want to delete these :count items?": "確定要刪除該項目?|確定要刪除 :count 個項目?",
"Are you sure you want to move this asset?|Are you sure you want to move these :count assets?": "確定要移動這個素材?|確定要移動 :count 項素材?",
"Are you sure you want to move this folder?|Are you sure you want to move these :count folders?": "您确定要移动该文件夹吗?|您确定要移动这些:count文件夹吗?",
"Are you sure you want to publish this entry?|Are you sure you want to publish these :count entries?": "確定要發佈這個條目?|確定要發佈 :count 個條目?",
"Are you sure you want to remove this page?": "確定要移除此頁?",
"Are you sure you want to remove this section and all of its children?": "您确实要删除此部分及其所有子部分吗?",
"Are you sure you want to rename this asset?|Are you sure you want to rename these :count assets?": "確定要重新命名這個素材?|確定要重新命名 :count 個素材?",
"Are you sure you want to rename this folder?|Are you sure you want to rename these :count folders?": "您确定要重命名该文件夹吗?|您确定要重命名这些:count文件夹吗?",
"Are you sure you want to reset nav customizations?": "您确定要重置导航自定义吗?",
"Are you sure you want to reset this item?": "您确实要重置此项吗?",
"Are you sure you want to restore this revision?": "確定要回溯此一修訂版?",
"Are you sure you want to run this action?|Are you sure you want to run this action on :count items?": "確定要執行這個操作?|確定要在 :count 個項目上執行這個操作?",
"Are you sure you want to unpublish this entry?|Are you sure you want to unpublish these :count entries?": "確定要取消發佈這個條目?|確定要取消發佈 :count 個條目?",
"Are you sure?": "是否確定?",
"Are you sure? This field's value will be replaced by the value in the original entry.": "確定嗎?該欄位的值將會由原始條目中的值取代。",
"Are you sure? Unsaved changes will be lost.": "確定嗎?將遺失未保存的更改。",
"Ascending": "升冪",
"Asset": "素材",
"Asset container created": "已建立素材容器",
"Asset container deleted": "已刪除素材容器",
"Asset container saved": "已保存素材容器",
"Asset container updated": "已更新素材容器",
"Asset Containers": "素材容器",
"Asset deleted": "已刪除素材",
"Asset folder deleted": "已刪除素材資料夾",
"Asset folder saved": "已保存素材資料夾",
"Asset references updated": "资产参考已更新",
"Asset reuploaded": "资产已重新上传",
"Asset saved": "已保存素材",
"Asset uploaded": "已上傳素材",
"Assets": "素材",
"Assign Groups": "分配组",
"Assign groups to this user?|Assign groups to these :count users?": "为该用户分配组?|为这些:count用户分配组?",
"Assign Roles": "分配角色",
"Assign roles to this user?|Assign roles to these :count users?": "为该用户分配角色?|为这些:count用户分配角色?",
"Assign|Assign to :count users": "分配|分配给:count用户",
"Attachments": "附件",
"Author": "作者",
"Autocomplete": "自动完成",
"Automatic Line Breaks": "自動斷行",
"Automatic Links": "自動連結",
"Available Columns": "可用的欄位",
"Back to Users": "回到使用者",
"BCC Recipient(s)": "密送收件人",
"Before": "於…之前",
"Before you can delete this fieldset, you need to remove references to it in blueprints and fieldsets:": "在删除此字段集之前,您需要删除蓝图和字段集中对它的引用:",
"Behavior": "行为",
"Below": "下方",
"Between": "之间",
"Blockquote": "引用區塊",
"Blueprint": "藍圖",
"Blueprint created": "已建立藍圖",
"Blueprint deleted": "已刪除藍圖",
"Blueprint reset": "蓝图重置",
"Blueprint saved": "已保存藍圖",
"Blueprints": "藍圖",
"Blueprints successfully reordered": "已成功重新排序藍圖",
"Bold": "粗體",
"Border": "边界",
"Boundaries": "边界",
"Browse": "瀏覽",
"Build time": "建制時間",
"Button": "按钮",
"Buttons": "按鈕",
"Buttons & Controls": "按钮和控件",
"Buy Licenses": "購買授權",
"Cache": "快取",
"Cache Manager": "快取管理員",
"Cached images": "已快取的圖片",
"Cancel": "取消",
"Cast Booleans": "布林型別轉換",
"CC Recipient(s)": "抄送收件人",
"Change Password": "更改密碼",
"Change successful.": "修改成功。",
"Changes to this field in the fieldset will stay in sync.": "字段集中对此字段的更改将保持同步。",
"Changes to this fieldset will stay in sync.": "對此欄位組的更改將保持同步。",
"Character Limit": "字元限制",
"Characters": "字元",
"Checkbox Options": "复选框选项",
"Choose Blueprint": "選擇藍圖",
"Choose Image": "選擇圖片",
"Choose...": "選擇…",
"Clear": "清除",
"Clear All": "清除全部",
"Clearable": "可清除",
"Close": "選擇",
"Close Editor": "关闭编辑器",
"Close Markdown Cheatsheet": "關閉 Markdown 速查表",
"Close Modal": "關閉強制回應視窗",
"Code Block": "程式碼區塊",
"Collapse": "摺疊",
"Collapse All": "摺疊全部",
"Collapse Set": "摺疊集合",
"Collapse Sets": "折叠集",
"Collection": "條目集",
"Collection already exists": "已存在條目集",
"Collection created": "已建立條目集",
"Collection deleted": "已刪除條目集",
"Collection is not available on site \":handle\".": "站点“ :handle ”上未提供收藏夹。",
"Collection saved": "已保存條目集",
"Collection tree deleted": "已刪除樹狀條目集",
"Collection tree saved": "已保存樹狀條目集",
"Collections": "條目集",
"Columns": "欄位",
"Columns have been reset to their defaults.": "已將欄位重設回預設狀態。",
"Commit": "提交",
"Common": "常见的",
"Computed": "已计算",
"Conditions": "條件",
"Configuration": "組態設定",
"Configuration is cached": "已快取組態設定",
"Configure": "設定",
"Configure Asset Container": "設定素材容器",
"Configure Blueprints": "設定藍圖",
"Configure Collection": "設定條目集",
"Configure Form": "設定表單",
"Configure Global Set": "設定全域集合",
"Configure Navigation": "設定導航",
"Configure Role": "設定角色",
"Configure Site": "配置站点",
"Configure Sites": "配置站点",
"Configure Taxonomy": "設定分類",
"Configure User Group": "設定使用者群組",
"Confirm": "確認",
"Confirm Password": "確認密碼",
"Container": "容器",
"Contains": "包含",
"Contains Any": "包含任何",
"Content": "內容",
"Content committed": "已提交內容",
"Content Model": "內容模型",
"Content saved": "已保存內容",
"Content Stache": "內容 Stache",
"Continue Editing": "繼續編輯",
"Copied to clipboard": "已复制到剪贴板",
"Copy": "复制",
"Copy password reset email for this user?": "复制该用户的密码重置电子邮件?",
"Copy Password Reset Link": "复制密码重置链接",
"Copy to clipboard": "复制到剪贴板",
"Copy URL": "复制网址",
"Core": "核",
"Couldn't publish entry": "无法发布条目",
"Couldn't save entry": "无法保存条目",
"Couldn't save term": "无法保存术语",
"Couldn't unpublish entry": "无法取消发布条目",
"CP Nav Preferences": "CP 导航偏好设置",
"Create": "建立",
"Create & Link Item": "建立並連結項目",
"Create a Blueprint": "建立藍圖",
"Create a Collection": "建立條目集",
"Create a Navigation": "建立導航",
"Create and Send Email": "建立並傳送電子郵件",
"Create Another": "建立另一個",
"Create Asset Container": "建立素材容器",
"Create Blueprint": "建立藍圖",
"Create Child Entry": "建立子條目",
"Create Collection": "建立條目集",
"Create Container": "建立容器",
"Create Entry": "建立條目",
"Create Field": "建立欄位",
"Create Fieldset": "建立欄位集",
"Create Folder": "建立資料夾",
"Create Folders": "建立資料夾",
"Create Form": "建立表單",
"Create Global Set": "建立全域集合",
"Create Group": "创建组",
"Create Localization": "创建本地化",
"Create Navigation": "建立導航",
"Create New View": "创建新视图",
"Create Revision": "建立修訂",
"Create Role": "建立角色",
"Create Taxonomy": "建立分類",
"Create Term": "建立字詞組",
"Create User": "建立使用者",
"Create User Group": "建立使用者群組",
"Create Views": "建立檢視",
"Current": "目前",
"Current Password": "当前密码",
"Current Version": "目前版本",
"Custom": "风俗",
"Custom Attributes": "自定义属性",
"Custom Item": "定制商品",
"Custom method passes": "自定方法通過時",
"Custom Section": "自定义部分",
"Customize Columns": "自定欄位",
"Customize Invitation": "自定邀請",
"Customizing the Control Panel Nav": "自定义控制面板导航",
"Dark": "深色",
"Dark Mode": "深色模式",
"Dashboard": "儀表板",
"Data": "数据",
"Data Format": "数据格式",
"Data updated": "已更新資料",
"Date": "日期",
"Dates & Behaviors": "日期與行為",
"Default": "預設",
"Default Color": "默认颜色",
"Default From Address": "預設寄件郵件位置",
"Default From Name": "預設寄件人名稱",
"Default Mailer": "預設 Mailer",
"Default Mode": "預設模式",
"Default preferences saved": "默认偏好设置已保存",
"Default Value": "預設值",
"Delete": "刪除",
"Delete :resource": "刪除 :resource",
"Delete child entry|Delete :count child entries": "刪除子條目|刪除 :count 個子條目",
"Delete Column": "刪除欄位",
"Delete Container": "刪除容器",
"Delete Entry": "刪除條目",
"Delete Form": "刪除表單",
"Delete Original Asset": "删除原始资产",
"Delete Row": "刪除行",
"Delete Rule": "刪除規則",
"Delete Set": "刪除集合",
"Delete Table": "刪除表格",
"Delete Taxonomy": "刪除分類",
"Delete User Group": "刪除使用者群組",
"Delete Value": "刪除值",
"Delete View": "删除视图",
"Deleted": "已刪除",
"Delete|Delete :count items?": "刪除|刪除 :count 項?",
"Descending": "降冪",
"Description of the image": "图片描述",
"Deselect option": "取消選擇選項",
"Detach": "取消附加",
"Dictionary": "字典",
"Directory": "目录",
"Directory already exists.": "目錄已存在。",
"Disabled": "禁用",
"Discard": "丢弃",
"Discard Changes": "取消更改",
"Disk": "磁碟",
"Dismiss": "關閉",
"Display": "顯示",
"Display Label": "显示标签",
"Displayed Columns": "已顯示的欄位",
"Documentation": "說明文件",
"Don't remove empty nodes": "不要删除空节点",
"Downgrade to :version": "降版至 :version",
"Download": "下载",
"Download file": "下載檔案",
"Downloads": "下載",
"Draft": "草稿",
"Driver": "驅動器",
"Drop File to Upload": "拖移檔案來上傳",
"Drop to Upload": "拖放到上传",
"DummyClass": "DummyClass",
"Duplicate": "复制",
"Duplicate ID Regenerated": "已重新產生重複的 ID",
"Duplicate IDs": "重複的 ID",
"Duplicate Row": "複製行",
"Duplicate Set": "重复集",
"Duplicated": "重复",
"Dynamic": "動態",
"Dynamic Folder": "动态文件夹",
"e.g. hero_": "如:hero_",
"Earliest Date": "最早的日期",
"Edit": "編輯",
"Edit Asset": "編輯素材",
"Edit Blueprint": "編輯藍圖",
"Edit Blueprints": "編輯藍圖",
"Edit Collection": "編輯條目集",
"Edit Container": "編輯容器",
"Edit Content": "編輯內容",
"Edit Entry": "編輯條目",
"Edit Fieldset": "編輯欄位集",
"Edit Form": "編輯表單",
"Edit Global Set": "編輯全域集合",
"Edit Image": "編輯圖片",
"Edit Nav Item": "编辑导航项目",
"Edit Navigation": "編輯導航",
"Edit Section": "編輯部分",
"Edit Set": "編輯設定",
"Edit Set Group": "编辑集组",
"Edit Site": "編輯網站",
"Edit Tab": "编辑选项卡",
"Edit Taxonomy": "編輯分類",
"Edit Term": "編輯字詞組",
"Edit User": "編輯使用者",
"Edit User Group": "編輯使用者群組",
"Editable once created": "建立後即可編輯",
"Editions": "版本",
"Editor": "编辑",
"Email": "電子郵件",
"Email Address": "電子郵件位址",
"Email Content": "電子郵件內容",
"Email Subject": "電子郵件主旨",
"Emojis": "表情符号",
"Enable Input Rules": "啟用輸入規則",
"Enable Line Wrapping": "啟用換行",
"Enable Paste Rules": "啟用貼上規則",
"Enable Pro Mode": "啟用 Pro 版",
"Enable Publish Dates": "啟用發佈日期",
"Enable Revisions": "启用修订",
"Encryption": "加密",
"Enter any internal or external URL.": "輸入任何內部 URL 或外部 URL。",
"Enter URL": "輸入 URL",
"Entries": "條目",
"Entries could not be deleted": "无法删除条目",
"Entries could not be published": "无法发布条目",
"Entries could not be unpublished": "无法取消发布条目",
"Entries successfully reordered": "已成功重新排序條目",
"Entry": "條目",
"Entry could not be deleted": "无法删除条目",
"Entry could not be published": "无法发布条目",
"Entry could not be unpublished": "条目无法取消发布",
"Entry created": "已建立條目",
"Entry deleted": "已刪除條目",
"Entry deleted|Entries deleted": "条目已删除|条目已删除",
"Entry has a published version": "條目有已發佈的版本",
"Entry has not been published": "條目尚未發佈",
"Entry has unpublished changes": "條目有尚未發佈的更改",
"Entry link": "條目連結",
"Entry published|Entries published": "已发布条目|已发布条目",
"Entry saved": "已保存條目",
"Entry schedule reached": "已达到报名时间表",
"Entry unpublished|Entries unpublished": "条目未发表|条目未发表",
"Equals": "等于",
"Escape Markup": "逸出標記",
"Everything is up to date.": "一切皆為最新。",
"Example": "範例",
"Exit Fullscreen Mode": "退出全屏模式",
"Expand": "扩张",
"Expand All": "展開全部",
"Expand Set": "展開集合",
"Expand Sets": "扩展集",
"Expand\/Collapse Sets": "展開或收合集合",
"Expect a root page": "需為根頁面",
"Expired": "已過期",
"Export Submissions": "匯出提交",
"External link": "外部連結",
"False": "错误的",
"Favorite removed": "已移除我的最愛",
"Favorite saved": "已保存我的最愛",
"Favorites": "收藏夹",
"Featured": "特色",
"Field": "欄位",
"Field added": "已新增欄位",
"Field Previews": "现场预览",
"Fields": "欄位",
"Fieldset": "欄位集",
"Fieldset created": "已建立欄位集",
"Fieldset deleted": "已刪除欄位集",
"Fieldset reset": "字段集重置",
"Fieldset saved": "已保存欄位集",
"Fieldsets": "欄位集",
"Fieldtypes": "欄位型別",
"File": "檔案",
"File Driver": "檔案驅動器",
"Filename": "檔案名稱",
"Filter": "篩選",
"Filter preset deleted": "已刪除篩選預設",
"Filter preset saved": "已保存篩選預設",
"Filter preset updated": "已更新篩選預設",
"Finish": "完成",
"First Child": "首個子項目",
"Fix": "使固定",
"Fixed": "固定",
"Floating": "浮動",
"Focal Point": "焦點",
"Focus Search": "聚焦搜尋",
"Folder": "資料夾",
"Folder created": "已建立資料夾",
"Folder Name": "資料夾名稱",
"Forgot password?": "忘記密碼?",
"Forgot Your Password?": "忘記密碼?",
"Form already exists": "表單已存在",
"Form created": "已建立表單",
"Form deleted": "已刪除表單",
"Form saved": "已保存表單",
"Form Submission": "表單提交",
"Format": "格式",
"Forms": "表單",
"Free": "免費",
"From": "从",
"Full Width": "全寬",
"Future Date Behavior": "未來日期的行為",
"General": "一般的",
"Generate": "產生",
"Git": "Git",
"Global Search": "全域搜尋",
"Global Set created": "已建立全域集合",
"Global Set deleted": "已刪除全域集合",
"Global Set saved": "已保存全域集合",
"Global Sets": "全域集合",
"Global Variables": "全域變數",
"Globals": "全域",
"Go To Listing": "跳至列表",
"Greater than": "大于",
"Greater than or equals": "大于或等于",
"Grid": "網格",
"Group": "群組",
"Groups": "群組",
"Handle": "控點",
"Heading 1": "標題 1",
"Heading 2": "標題 2",
"Heading 3": "標題 3",
"Heading 4": "標題 4",
"Heading 5": "標題 5",
"Heading 6": "標題 6",
"Heading Anchors": "标题锚点",
"Hello!": "你好!",
"Here": "此處",
"Hidden": "隱藏",
"Hidden by default": "預設隱藏",
"Hidden from output": "在輸出中隱藏",
"Hidden Item": "隐藏物品",
"Hidden Section": "隐藏部分",
"Hide": "隐藏",
"Hide Partials": "隱藏部分",
"Hide when": "隱藏當",
"Horizontal Rule": "水平尺標",
"Host": "主機",
"HTML view": "HTML 檢視",
"HTTP Status": "HTTP 状态",
"I remember my password": "我記得密碼",
"Icon": "图标",
"ID": "ID",
"ID regenerated and Stache cleared": "已重新產生 ID 並清除 Stache",
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "若無法點擊「:actionText」按鈕,請拷貝下方網址並貼至瀏覽器上:",
"Image": "圖片",
"Image Cache": "圖片快取",
"Image cache cleared.": "已清除圖片快取。",
"Image Manipulation": "图像处理",
"Impersonating": "冒充",
"Imported from fieldset": "已自欄位集匯入",
"Included in output": "包含在輸入中",
"Indent Size": "縮排大小",
"Indent Type": "縮排型別",
"Index": "指数",
"Index Template": "索引樣板",
"Inline": "行內",
"Inline Code": "行內程式碼",
"Inline Label": "内联标签",
"Inline Label when True": "当 True 时为内联标签",
"Input Behavior": "输入行为",
"Input Label": "输入标签",
"Input Type": "輸入型別",
"Insert Asset": "插入素材",
"Insert Image": "插入圖片",
"Insert Link": "插入連結",
"Installed": "已安裝",
"Instructions": "說明",
"Instructions Position": "說明文字位置",
"Intelligently Warm Presets": "智能暖预设",
"Invalid content, :type button\/extension is not enabled": "内容无效, :type按钮\/扩展未启用",
"Invalid content, nodes and marks must have a type": "内容无效,节点和标记必须具有类型",
"Invalid credentials.": "無效認證。",
"Invitation": "邀請",
"Is": "是",
"Isn't": "不是",
"Italic": "斜體",
"Item could not be deleted": "无法删除该项目",
"Item deleted|Items deleted": "已删除项目|已删除项目",
"Items could not be deleted": "无法删除项目",
"Key": "鍵值",
"Key Mappings": "鍵值映射",
"Keyboard Shortcuts": "鍵盤快速鍵",
"Keyed": "鍵值",
"Keys": "鍵值",
"Label": "標籤",
"Language": "语言",
"Laptop": "筆記型電腦",
"Last Login": "最後登入",
"Last Modified": "最後修改",
"Last rebuild": "最後重新建制",
"Latest Date": "最後修改",
"Layout": "畫面配置",
"Learn more": "瞭解更多",
"Learn more about :link": "瞭解更多有關 :link",
"Less than": "少于",
"Less than or equals": "小于或等于",
"Licensing": "授權",
"Light": "淺色",
"Light Mode": "淺色模式",
"Link": "連結",
"Link a fieldset": "連結欄位集",
"Link a single field": "連結單一欄位",
"Link Collections": "連結條目集",
"Link Existing": "連結到現有",
"Link Existing Item": "連結到現有項目",
"Link Fields": "連結欄位",
"Link Noopener": "連結 Noopener",
"Link Noreferrer": "連結 Noreferrer",
"Link to Entry": "連結到條目",
"Link to URL": "連結到 URL",
"Linked fieldset": "已連結的欄位集",
"Links": "連結",
"List": "列表",
"Listable": "在列表中顯示",
"Live Preview": "即時預覽",
"Locale": "当地的",
"Localizable": "可當地語系化",
"Localizable field": "可當地語系化的欄位",
"Localizations": "當地語系化",
"Location": "地点",
"Locked": "已鎖定",
"Log in": "登入",
"Log in to continue": "登入以繼續",
"Log in with :provider": "使用 :provider 登入",
"Log in with email": "以電子郵件登入",
"Log out": "登出",
"Logged in": "已登入",
"Login successful.": "成功登入。",
"Main": "主要",
"Manage Licenses": "授權管理",
"Manage Sets": "管理集",
"Map to Blueprint": "映射到蓝图",
"Markdown": "Markdown",
"Markdown Cheatsheet": "Markdown 速查表",
"Markdown paths": "Markdown 路徑",
"Markdown theme": "Markdown 主題",
"Max": "最大",
"Max Depth": "最大深度",
"Max Files": "最大檔案",
"Max Items": "最大項目",
"Max Rows": "最大行",
"Max Sets": "最大集合",
"Maximum items selected:": "已選擇最多項目:",
"Maximum Rows": "最多行",
"Media": "媒體",
"Merge Cells": "合併儲存格",
"Min": "最小",
"Min Files": "最小文件",
"Min Rows": "最小行",
"Minimum Rows": "最小行",
"Miscellaneous": "其他",
"Mobile": "行動裝置",
"Modified": "已修改",
"Modified Item": "已修改项目",
"Mount": "掛載",
"Move": "移動",
"Move Asset|Move :count Assets": "移動素材|移動 :count 個素材",
"Move Folder|Move :count Folders": "移动文件夹|移动:count文件夹",
"Moved Item": "已移动项目",
"Multi-Site": "多站点",
"Multiple": "多個",
"My Fieldsets": "我的字段集",
"My Nav": "我的导航",
"My Preferences": "我的偏好",
"Name": "名稱",
"Nav Item": "導航項目",
"Navigation": "導航",
"Navigation deleted": "已刪除導航",
"Navigation saved": "已保存導航",
"Navigation tree deleted": "已刪除樹狀導航",
"Navigation tree saved": "已保存樹狀導航",
"Never": "從不",
"New Asset": "新资产",
"New Filename": "新文件名",
"New Section": "新增段落",
"New Set": "新增集合",
"New Set Group": "新集组",
"New Tab": "新标签页",
"Next": "下一項",
"No": "否",
"No addons installed": "尚無已安裝的附加元件",
"No available filters": "尚無可用的篩選",
"No items with duplicate IDs.": "尚無重複 ID 的項目",
"No license key": "尚無授權金鑰",
"No link data found for": "尚無連結的資料:",
"No options to choose from.": "尚無可選擇的選項。",
"No results": "無結果",
"No revisions": "無修訂版",
"No submissions": "無提交",
"No templates to choose from.": "没有可供选择的模板。",
"None": "無",
"Not": "不是",
"Not equals": "不等于",
"Not Featured": "非特色",
"Not listable": "不在列表中顯示",
"Notes about this revision": "有關此修訂版的筆記",
"Number": "数字",
"OK": "好",
"Only the references will be removed. Entries will not be deleted.": "僅會移除參照。條目不會被刪除。",
"Open Dropdown": "開啟下拉選單",
"Open in a new window": "在新視窗中開啟",
"Open in new window": "在新視窗中開啟",
"Option": "选项",
"Optional": "可選",
"Options": "選項",
"or": "或",
"or drag & drop here to replace.": "或拖放至此处进行替换。",
"or drag & drop here.": "或拖放至此處。",
"Orderable": "可排序",
"Ordered List": "有序列表",
"Ordering": "排序",
"Origin": "來源",
"Origin Behavior": "起源行为",
"Other": "其他",
"Override Alt": "覆盖全部",
"Override For Role": "覆盖角色",
"Override For User": "为用户覆盖",
"Page Not Found": "找不到頁面",
"Pages": "頁面",
"Parser": "剖析器",
"Password": "密碼",
"Password changed": "已更改密碼",
"Password Confirmation": "密碼確認",
"Password for :username": ":username 的密碼",
"Past Date Behavior": "過去日期行為",
"Per Page": "每頁",
"Per-site": "每个站点",
"Permissions": "權限",
"Phone": "电话",
"PHP Info": "PHP 資訊",
"PHP Version": "PHP 版本",
"Pick Color": "拾取颜色",
"Pin to Favorites": "釘選到我的最愛",
"Pin to Top Level": "固定至顶层",
"Pinned Item": "已置顶商品",
"Placeholder": "預留位址",
"Pop in": "彈入",
"Pop out": "彈出",
"Port": "連結埠",
"Preferences": "偏好设置",
"Prefix": "前置",
"Prepend": "加至前方",
"Preview": "預覽",
"Preview Targets": "预览目标",
"Previous": "前一項",
"Price": "價格",
"Pro": "专业版",
"Pro Tip": "Pro 祕訣",
"Process Source Images": "处理源图像",
"Profile": "個人檔案",
"Propagate": "散佈",
"Protected Page": "受保护的页面",
"Publish": "發佈",
"Publish by Default": "預設發佈",
"Publish Date": "發佈日期",
"Publish Entry|Publish :count Entries": "發佈條目|發佈 :count 個條目",
"Publish Now": "立即發佈",
"Published": "已發佈",
"Push Tags": "加上標籤",
"Query Scopes": "查询范围",
"Quick Save": "快速保存",
"Radio Options": "广播选项",
"Range": "範圍",
"Read Only": "唯讀",
"Read the Docs": "閱讀說明文件",
"Read the Documentation": "閱讀說明文件",
"Reading Time": "閱讀時間",
"Rebuild Search": "重新建制搜尋",
"Recipient(s)": "收件人",
"Records": "記錄",
"Redirect": "重新導向",
"Refresh": "重新整理",
"Regards,": "順頌時祺",
"Regenerate": "重新產生",
"Regenerate from: :field": "重新生成自:: :field",
"Region": "地区",
"Registration successful.": "成功註冊。",
"Relationship": "關聯",
"Released on :date": "釋出於 :date",
"Remember me": "記住我",
"Remove": "移除",
"Remove all empty nodes": "移除所有空节点",
"Remove Asset": "移除素材",
"Remove child page|Remove :count child pages": "移除子頁面|移除 :count 個子頁面",
"Remove Empty Nodes": "删除空节点",
"Remove empty nodes at the start and end": "删除开始和结束时的空节点",
"Remove Filter": "移除过滤器",
"Remove Formatting": "移除格式",
"Remove Link": "移除連結",
"Remove Page": "移除頁面",
"Remove tag": "移除標籤",
"Rename": "重新命名",
"Rename Asset|Rename :count Assets": "重新命名素材|重新命名 :count 個素材",
"Rename Folder": "重命名文件夹",
"Rename Folder|Rename :count Folders": "重命名文件夹|重命名:count文件夹",
"Rename View": "重命名视图",
"Renamed Section": "重命名部分",
"Reorder": "重新排序",
"Reorderable": "可重新排序",
"Replace": "取代",
"Replace Asset": "替换资产",
"Reply To": "回覆至",
"Repository path": "儲存庫位址",
"Require Slugs": "需要 Slug",
"Required": "必填",
"Reset": "重設",
"Reset :resource": "重置:resource",
"Reset Nav Customizations": "重置导航自定义",
"Reset Password": "重設密碼",
"Responsive": "回應式",
"Restore": "恢復",
"Restore Revision": "恢復修訂版",
"Restrict": "限制",
"Restrict to Folder": "限制至文件夹",
"Resume Your Session": "恢復工作階段",
"Reupload": "重新上传",
"Reveal Password": "顯示密碼",
"Revision created": "已建立修訂",
"Revision deleted": "已刪除修訂",
"Revision History": "修訂歷史",
"Revision restored": "已恢復修訂",
"Revision saved": "已保存修訂",
"Revisions": "修訂版",
"Role": "角色",
"Role created": "已建立角色",
"Role deleted": "已刪除角色",
"Role saved": "已保存角色",
"Role updated": "已更新角色",
"Roles": "角色",
"Roles & Groups": "角色與群組",
"Roles & Permissions": "角色與權限",
"Root": "根",
"Route": "路由",
"Routing & URLs": "路由 & URL",
"Rows": "行",
"Rulers": "统治者",
"Rules": "規則",
"Run action|Run action on :count items": "執行操作|在 :count 個項目上執行操作",
"Save": "保存",
"Save & Publish": "保存並發佈",
"Save & Unpublish": "保存並取消發佈",
"Save as HTML": "保存为 HTML",
"Save Changes": "保存更改",
"Save Draft": "保存草稿",
"Save Order": "保存排序",
"Save to": "保存至",
"Saved": "保存",
"Saving": "正在保存",
"Scaffold Collection": "使用結構建立條目集",
"Scaffold Views": "使用結構建立檢視",
"Scheduled": "已排程",
"Search": "搜尋",
"Search Index": "搜索索引",
"Search Indexes": "搜索索引",
"Search Sets": "搜索集",
"Search...": "搜尋…",
"Searchable": "可搜尋",
"Searchables": "可搜索内容",
"Searching in:": "搜索范围:",
"Select": "選擇",
"Select Across Sites": "选择跨站点",
"Select asset container": "選擇素材容器",
"Select Collection(s)": "选择收藏集",
"Select Dropdown": "選擇下拉選單",
"Select Group": "選擇群組",
"Select Operator": "選擇運算子",
"Select Role": "選擇角色",
"Select Value": "选择值",
"Selectable Mode": "可選擇的模式",
"Selection": "选择",
"Seller": "販售人",
"Send Email Invitation": "傳送電子郵件邀請",
"Send Password Reset": "傳送密碼重設",
"Would you like to email a reset link to this user?|Would you like to email a reset link to these :count users?": "要傳送密碼重設信件給這個使用者嗎?|要傳送密碼重設信件給 :count 位使用者嗎?",
"Send Test Email": "傳送測試信件",
"Sender": "傳送者",
"Sendmail": "Sendmail",
"Send|Send to :count users": "傳送|傳送給 :count 位使用者",
"Service Unavailable": "服務不可用",
"Session Expired": "工作階段已過期",
"Set Alt": "设置一切",
"Set as start page": "設為起始頁面",
"Set Behavior": "设置行为",
"Set to now": "设为现在",
"Sets": "集合",
"Settings": "設定",
"Show": "展示",
"Show Fields": "显示字段",
"Show Filename": "顯示檔案名稱",
"Show HTML Source": "顯示 HTML 原始碼",
"Show Keyboard Shortcuts": "顯示鍵盤快速鍵",
"Show Line Numbers": "顯示行號",
"Show Markdown Cheatsheet": "顯示 Markdown 速查表",
"Show Reading Time": "顯示閱讀時間",
"Show Regenerate Button": "显示再生按钮",
"Show Seconds": "显示秒数",
"Show Set Alt": "显示 设置 Alt",
"Show Template": "顯示樣板",
"Show when": "顯示當",
"Show Word Count": "显示字数",
"Shown by default": "預設顯示",
"Single": "單一",
"Site": "網站",
"Site deleted": "网站已删除",
"Site saved": "网站已保存",
"Site selected.": "已选定站点。",
"Sites": "網站",
"Size": "大小",
"Slug": "Slug",
"Slugs": "Slug",
"Small": "小的",
"Smart Typography": "智能排版",
"Smartypants": "Smartypants",
"Something went wrong": "出錯了",
"Sometimes": "有时",
"Sort Direction": "排序方向",
"Sortable": "可排序",
"Spaces": "空白",
"Special": "特殊",
"Stache cleared.": "已清除 Stache。",
"Stache warmed.": "已預熱 Stache。",
"Stack Selector": "堆疊選擇器",
"Stacked": "堆疊",
"Start Impersonating": "开始模仿",
"Start Page": "开始页",
"Statamic": "Statamic",
"Statamic Pro is required.": "僅限 Statamic Pro",
"Static Page Cache": "靜態頁面快取",
"Static page cache cleared.": "已清除靜態頁面",
"Status": "狀態",
"Step": "步驟",
"Stop impersonating": "停止冒充",
"Stop Impersonating": "停止冒充",
"Store Submissions": "保存提交",
"Strategy": "策略",
"Strikethrough": "刪除線",
"Structured": "結構化",
"Subject": "主題",
"Submission deleted": "已刪除提交",
"Submission saved": "已保存提交",
"Submission successful.": "提交成功。",
"Submissions": "提交",
"Submit": "送出",
"Subscript": "下標",
"Super Admin": "超級管理員",
"Super User": "超級使用者",
"Superscript": "上標",
"Support": "支援",
"Swatches": "色彩樣本",
"Sync": "同步",
"System": "系統",
"System default": "系統預設",
"Table": "表格",
"Table of Contents": "目录",
"Tablet": "平板電腦",
"Tabs": "頁籤",
"Target Blank": "目標空白",
"Taxonomies": "分類",
"Taxonomy": "分类",
"Taxonomy created": "已建立分類",
"Taxonomy deleted": "已刪除分類",
"Taxonomy saved": "已保存分類",
"Template": "樣板",
"Templates": "模板",
"Term created": "已建立字詞組",
"Term deleted": "已刪除字詞組",
"Term references updated": "术语引用已更新",
"Term saved": "已保存字詞組",
"Term Template": "术语模板",
"Terms": "字詞組",
"Test email sent.": "已傳送測試郵件。",
"Text": "文字",
"Text & Rich Content": "文本和富文本内容",
"Text item": "文字項目",
"Text view": "文字檢視",
"The given data was invalid.": "給定的資料無效。",
"The Statamic Playground": "Statamic Playground",
"Theme": "主題",
"There are no entries in this collection": "此合集中没有条目",
"These are now your default columns.": "這些為目前的預設主題。",
"This action is unauthorized.": "此操作未被授權。",
"This container is empty": "此容器為空",
"This form is awaiting responses": "此表單正在等待回應",
"This Global Set has no fields.": "此全域集合無欄位。",
"This is now your start page.": "這是你的起始頁面。",
"This is the published version": "該版本為尚未發佈的版本",
"This is the root page": "此為根頁面",
"This will delete the collection and all of its entries.|This will delete the collections and all of their entries.": "这将删除该集合及其所有条目。|这将删除该集合及其所有条目。",
"Time Enabled": "已啟用時間",
"Timepicker": "时间选择器",
"Title": "標題",
"Title Format": "标题格式",
"Today": "今日",
"Toggle": "切換開關",
"Toggle Button": "開啟或關閉按鈕",
"Toggle Dark Mode": "開啟或關閉深色模式",
"Toggle Fullscreen": "切换全屏",
"Toggle Fullscreen Mode": "開啟或關閉全螢幕模式",
"Toggle Header Cell": "開啟或關閉頂部儲存格",
"Toggle Mobile Nav": "開啟或關閉行動裝置導航",
"Toggle Nav": "開啟或關閉導航",
"Toggle Sidebar": "開啟或關閉側欄",
"Toolbar Mode": "工具列模式",
"Tools": "工具",
"Tree": "樹狀",
"Trial Mode": "試用版",
"True": "真的",
"Try again": "重試",
"Typeahead Field": "自動提示欄位",
"UI Mode": "用户界面时尚",
"Unable to change password": "無法更改密碼",
"Unable to delete filter preset": "無法刪除篩選預設",
"Unable to delete view": "无法删除视图",
"Unable to rename view": "无法重命名视图",
"Unable to save changes": "無法保存更改",