-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh-Hant.json
1197 lines (1197 loc) · 51.3 KB
/
zh-Hant.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
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
{
"navigation": {
"dashboard": "儀錶盤",
"customers": "顧客",
"items": "項目",
"invoices": "發票",
"expenses": "花費",
"estimates": "估計數",
"payments": "付款方式",
"reports": "報告書",
"settings": "設定值",
"logout": "登出",
"users": "用戶數"
},
"general": {
"add_company": "新增公司",
"view_pdf": "查看PDF",
"copy_pdf_url": "複製PDF網址",
"download_pdf": "下載PDF",
"save": "保存",
"create": "創造",
"cancel": "取消",
"update": "更新",
"deselect": "取消選擇",
"download": "下載",
"from_date": "從日期",
"to_date": "迄今為止",
"from": "從",
"to": "至",
"sort_by": "排序方式",
"ascending": "上升",
"descending": "降序",
"subject": "主題",
"body": "身體",
"message": "信息",
"send": "發送",
"go_back": "回去",
"back_to_login": "回到登入?",
"home": "家",
"filter": "篩選",
"delete": "刪除",
"edit": "編輯",
"view": "看法",
"add_new_item": "新增項目",
"clear_all": "全部清除",
"showing": "顯示中",
"of": "的",
"actions": "動作",
"subtotal": "小計",
"discount": "折扣",
"fixed": "固定的",
"percentage": "百分比",
"tax": "稅",
"total_amount": "總金額",
"bill_to": "記賬到",
"ship_to": "運送到",
"due": "到期的",
"draft": "草案",
"sent": "發送",
"all": "全部",
"select_all": "全選",
"choose_file": "點擊這裡選擇一個文件",
"choose_template": "選擇一個模板",
"choose": "選擇",
"remove": "去掉",
"powered_by": "供電",
"bytefury": "字節怒",
"select_a_status": "選擇狀態",
"select_a_tax": "選擇一種稅",
"search": "搜索",
"are_you_sure": "你確定嗎?",
"list_is_empty": "清單為空。",
"no_tax_found": "找不到稅!",
"four_zero_four": "404",
"you_got_lost": "哎呀!你迷路了!",
"go_home": "回家",
"test_mail_conf": "測試郵件配置",
"send_mail_successfully": "郵件發送成功",
"setting_updated": "設置更新成功",
"select_state": "選擇州",
"select_country": "選擇國家",
"select_city": "選擇城市",
"street_1": "1街",
"street_2": "2街",
"action_failed": "動作失敗",
"retry": "重試",
"choose_note": "選擇備註",
"no_note_found": "找不到筆記",
"insert_note": "插入便箋",
"copied_pdf_url_clipboard": "已將PDF網址複製到剪貼板!"
},
"dashboard": {
"select_year": "選擇年份",
"cards": {
"due_amount": "應付金額",
"customers": "顧客",
"invoices": "發票",
"estimates": "估計數"
},
"chart_info": {
"total_sales": "銷售量",
"total_receipts": "收據",
"total_expense": "花費",
"net_income": "淨收入",
"year": "選擇年份"
},
"weekly_invoices": {
"title": "每週帳單"
},
"monthly_chart": {
"title": "銷售及費用"
},
"recent_invoices_card": {
"title": "到期發票",
"due_on": "由於上",
"customer": "顧客",
"amount_due": "應付金額",
"actions": "動作",
"view_all": "查看全部"
},
"recent_estimate_card": {
"title": "最近的估計",
"date": "日期",
"customer": "顧客",
"amount_due": "應付金額",
"actions": "動作",
"view_all": "查看全部"
}
},
"tax_types": {
"name": "名稱",
"description": "描述",
"percent": "百分",
"compound_tax": "複合稅"
},
"global_search": {
"search": "搜索...",
"customers": "顧客",
"users": "用戶數",
"no_results_found": "未找到結果"
},
"customers": {
"title": "顧客",
"add_customer": "新增客戶",
"contacts_list": "客戶名單",
"name": "名稱",
"mail": "郵件|郵件",
"statement": "陳述",
"display_name": "顯示名稱",
"primary_contact_name": "主要聯繫人姓名",
"contact_name": "聯繫人姓名",
"amount_due": "應付金額",
"email": "電子郵件",
"address": "地址",
"phone": "電話",
"website": "網站",
"overview": "概述",
"enable_portal": "啟用門戶",
"country": "國家",
"state": "狀態",
"city": "城市",
"zip_code": "郵政編碼",
"added_on": "添加於",
"action": "行動",
"password": "密碼",
"street_number": "街道號碼",
"primary_currency": "主要貨幣",
"description": "描述",
"add_new_customer": "添加新客戶",
"save_customer": "節省客戶",
"update_customer": "更新客戶",
"customer": "客戶|顧客",
"new_customer": "新客戶",
"edit_customer": "編輯客戶",
"basic_info": "基礎信息",
"billing_address": "帳單地址",
"shipping_address": "送貨地址",
"copy_billing_address": "從帳單複制",
"no_customers": "暫無客戶!",
"no_customers_found": "找不到客戶!",
"no_contact": "沒有聯繫",
"no_contact_name": "沒有聯絡人姓名",
"list_of_customers": "此部分將包含客戶列表。",
"primary_display_name": "主要顯示名稱",
"select_currency": "選擇貨幣",
"select_a_customer": "選擇一個客戶",
"type_or_click": "輸入或單擊以選擇",
"new_transaction": "新交易",
"no_matching_customers": "沒有匹配的客戶!",
"phone_number": "電話號碼",
"create_date": "建立日期",
"confirm_delete": "您將無法收回該客戶以及所有相關的發票,估計和付款。 |您將無法收回這些客戶以及所有相關的發票,估計和付款。",
"created_message": "客戶創建成功",
"updated_message": "客戶更新成功",
"deleted_message": "客戶已成功刪除|客戶已成功刪除"
},
"items": {
"title": "項目",
"items_list": "項目清單",
"name": "名稱",
"unit": "單元",
"description": "描述",
"added_on": "添加於",
"price": "價格",
"date_of_creation": "創建日期",
"not_selected": "未選擇任何項目",
"action": "行動",
"add_item": "新增項目",
"save_item": "保存物品",
"update_item": "更新項目",
"item": "項目|項目",
"add_new_item": "新增項目",
"new_item": "新物品",
"edit_item": "編輯項目",
"no_items": "暫無項目!",
"list_of_items": "本節將包含項目列表。",
"select_a_unit": "選擇單位",
"taxes": "稅金",
"item_attached_message": "無法刪除已在使用的項目",
"confirm_delete": "您將無法恢復此項目|您將無法恢復這些物品",
"created_message": "項目創建成功",
"updated_message": "項目已成功更新",
"deleted_message": "項目已成功刪除|項目已成功刪除"
},
"estimates": {
"title": "估計數",
"estimate": "估算|估計數",
"estimates_list": "估算清單",
"days": "{days}天",
"months": "{months}個月",
"years": "{years}年",
"all": "全部",
"paid": "有薪酬的",
"unpaid": "未付",
"customer": "顧客",
"ref_no": "參考編號。",
"number": "數字",
"amount_due": "應付金額",
"partially_paid": "部分付款",
"total": "全部的",
"discount": "折扣",
"sub_total": "小計",
"estimate_number": "估計數",
"ref_number": "參考編號",
"contact": "接觸",
"add_item": "新增項目",
"date": "日期",
"due_date": "到期日",
"expiry_date": "到期日",
"status": "地位",
"add_tax": "加稅",
"amount": "數量",
"action": "行動",
"notes": "筆記",
"tax": "稅",
"estimate_template": "模板",
"convert_to_invoice": "轉換成發票",
"mark_as_sent": "標記為已發送",
"send_estimate": "發送估算",
"resend_estimate": "重新發送估算",
"record_payment": "記錄付款",
"add_estimate": "添加估算",
"save_estimate": "保存估算",
"confirm_conversion": "該估算值將用於創建新的發票。",
"conversion_message": "發票創建成功",
"confirm_send_estimate": "此估算值將通過電子郵件發送給客戶",
"confirm_mark_as_sent": "此估算值將被標記為已發送",
"confirm_mark_as_accepted": "此估算值將被標記為已接受",
"confirm_mark_as_rejected": "此估算值將被標記為“已拒絕”",
"no_matching_estimates": "沒有匹配的估算值!",
"mark_as_sent_successfully": "估算值已標記為已成功發送",
"send_estimate_successfully": "估算已成功發送",
"errors": {
"required": "必填項"
},
"accepted": "公認",
"rejected": "拒絕了",
"sent": "發送",
"draft": "草案",
"declined": "拒絕",
"new_estimate": "新估算",
"add_new_estimate": "添加新的估算值",
"update_Estimate": "更新估算",
"edit_estimate": "編輯估算",
"items": "項目",
"Estimate": "估算|估計數",
"add_new_tax": "添加新稅",
"no_estimates": "尚無估計!",
"list_of_estimates": "本節將包含估計列表。",
"mark_as_rejected": "標記為已拒絕",
"mark_as_accepted": "標記為接受",
"marked_as_accepted_message": "估算為已接受",
"marked_as_rejected_message": "估算被標記為已拒絕",
"confirm_delete": "您將無法恢復此估算|您將無法收回這些估算值",
"created_message": "估算創建成功",
"updated_message": "估算值已成功更新",
"deleted_message": "估計已成功刪除|估計已成功刪除",
"user_email_does_not_exist": "用戶電子郵件不存在",
"something_went_wrong": "出問題了",
"item": {
"title": "項目標題",
"description": "描述",
"quantity": "數量",
"price": "價格",
"discount": "折扣",
"total": "全部的",
"total_discount": "總折扣",
"sub_total": "小計",
"tax": "稅",
"amount": "數量",
"select_an_item": "輸入或單擊以選擇一個項目",
"type_item_description": "類型項目描述(可選)"
}
},
"invoices": {
"title": "發票",
"invoices_list": "發票清單",
"days": "{days}天",
"months": "{months}個月",
"years": "{years}年",
"all": "全部",
"paid": "有薪酬的",
"unpaid": "未付",
"viewed": "已查看",
"overdue": "逾期未交",
"completed": "完全的",
"customer": "顧客",
"paid_status": "付費狀態",
"ref_no": "參考編號。",
"number": "數字",
"amount_due": "應付金額",
"partially_paid": "部分付款",
"total": "全部的",
"discount": "折扣",
"sub_total": "小計",
"invoice": "發票|發票",
"invoice_number": "發票號碼",
"ref_number": "參考編號",
"contact": "接觸",
"add_item": "新增項目",
"date": "日期",
"due_date": "到期日",
"status": "地位",
"add_tax": "加稅",
"amount": "數量",
"action": "行動",
"notes": "筆記",
"view": "看法",
"send_invoice": "發送發票",
"resend_invoice": "重新發送發票",
"invoice_template": "發票模板",
"template": "模板",
"mark_as_sent": "標記為已發送",
"confirm_send_invoice": "發票將通過電子郵件發送給客戶",
"invoice_mark_as_sent": "此發票將被標記為已發送",
"confirm_send": "發票將通過電子郵件發送給客戶",
"invoice_date": "發票日期",
"record_payment": "記錄付款",
"add_new_invoice": "添加新發票",
"update_expense": "更新費用",
"edit_invoice": "編輯發票",
"new_invoice": "新發票",
"save_invoice": "保存發票",
"update_invoice": "更新發票",
"add_new_tax": "添加新稅",
"no_invoices": "還沒有發票!",
"list_of_invoices": "此部分將包含發票清單。",
"select_invoice": "選擇發票",
"no_matching_invoices": "沒有匹配的發票!",
"mark_as_sent_successfully": "發票標記為已成功發送",
"send_invoice_successfully": "發票已成功發送",
"cloned_successfully": "發票已成功克隆",
"clone_invoice": "克隆發票",
"confirm_clone": "該發票將被克隆到新發票中",
"item": {
"title": "項目標題",
"description": "描述",
"quantity": "數量",
"price": "價格",
"discount": "折扣",
"total": "全部的",
"total_discount": "總折扣",
"sub_total": "小計",
"tax": "稅",
"amount": "數量",
"select_an_item": "輸入或單擊以選擇一個項目",
"type_item_description": "類型項目描述(可選)"
},
"payment_attached_message": "所選發票之一已經附有付款。確保先刪除附加的付款,以便繼續進行刪除",
"confirm_delete": "您將無法收回此發票|您將無法收回這些發票",
"created_message": "發票創建成功",
"updated_message": "發票已成功更新",
"deleted_message": "發票已成功刪除|發票已成功刪除",
"marked_as_sent_message": "發票標記為已成功發送",
"user_email_does_not_exist": "用戶電子郵件不存在",
"something_went_wrong": "出問題了",
"invalid_due_amount_message": "總發票金額不能少於此發票的總付款金額。請更新發票或刪除關聯的付款以繼續。"
},
"credit_notes": {
"title": "信用票據",
"credit_notes_list": "信用票據清單",
"credit_notes": "信用票據",
"contact": "接觸",
"date": "日期",
"amount": "數量",
"action": "行動",
"credit_number": "貸方編號",
"notes": "筆記",
"confirm_delete": "您要刪除此貸方通知單嗎?",
"item": {
"title": "項目標題",
"description": "描述",
"quantity": "數量",
"price": "價格",
"discount": "折扣",
"total": "全部的",
"total_discount": "總折扣",
"sub_total": "小計",
"tax": "稅"
}
},
"payments": {
"title": "付款方式",
"payments_list": "付款清單",
"record_payment": "記錄付款",
"customer": "顧客",
"date": "日期",
"amount": "數量",
"action": "行動",
"payment_number": "付款號碼",
"payment_mode": "付款方式",
"invoice": "發票",
"note": "筆記",
"add_payment": "添加付款",
"new_payment": "新付款",
"edit_payment": "編輯付款",
"view_payment": "查看付款",
"add_new_payment": "新增付款",
"send_payment_receipt": "發送付款收據",
"send_payment": "發送付款",
"save_payment": "節省付款",
"update_payment": "更新付款",
"payment": "付款方式付款方式",
"no_payments": "還沒有付款!",
"not_selected": "未選中的",
"no_invoice": "沒有發票",
"no_matching_payments": "沒有匹配的付款!",
"list_of_payments": "此部分將包含付款清單。",
"select_payment_mode": "選擇付款方式",
"confirm_mark_as_sent": "此估算值將被標記為已發送",
"confirm_send_payment": "這筆付款將通過電子郵件發送給客戶",
"send_payment_successfully": "付款已成功發送",
"user_email_does_not_exist": "用戶電子郵件不存在",
"something_went_wrong": "出問題了",
"confirm_delete": "您將無法收回此付款|您將無法取回這些款項",
"created_message": "付款創建成功",
"updated_message": "付款已成功更新",
"deleted_message": "付款已成功刪除|付款已成功刪除",
"invalid_amount_message": "付款金額無效"
},
"expenses": {
"title": "花費",
"expenses_list": "費用清單",
"select_a_customer": "選擇一個客戶",
"expense_title": "標題",
"customer": "顧客",
"contact": "接觸",
"category": "類別",
"from_date": "從日期",
"to_date": "迄今為止",
"expense_date": "日期",
"description": "描述",
"receipt": "收據",
"amount": "數量",
"action": "行動",
"not_selected": "未選中的",
"note": "筆記",
"category_id": "類別編號",
"date": "日期",
"add_expense": "增加費用",
"add_new_expense": "添加新費用",
"save_expense": "節省開支",
"update_expense": "更新費用",
"download_receipt": "下載收據",
"edit_expense": "編輯費用",
"new_expense": "新費用",
"expense": "費用|花費",
"no_expenses": "還沒有費用!",
"list_of_expenses": "本節將包含支出清單。",
"confirm_delete": "您將無法收回此費用|您將無法收回這些費用",
"created_message": "費用已成功創建",
"updated_message": "費用已成功更新",
"deleted_message": "費用已成功刪除|費用已成功刪除",
"categories": {
"categories_list": "類別清單",
"title": "標題",
"name": "名稱",
"description": "描述",
"amount": "數量",
"actions": "動作",
"add_category": "添加類別",
"new_category": "新類別",
"category": "分類|分類目錄",
"select_a_category": "選擇一個類別"
}
},
"login": {
"email": "電子郵件",
"password": "密碼",
"forgot_password": "忘記密碼?",
"or_signIn_with": "或使用",
"login": "登錄",
"register": "登記",
"reset_password": "重設密碼",
"password_reset_successfully": "密碼重置成功",
"enter_email": "輸入電子郵件",
"enter_password": "輸入密碼",
"retype_password": "重新輸入密碼",
"login_placeholder": "mail@example.com"
},
"users": {
"title": "用戶數",
"users_list": "用戶列表",
"name": "名稱",
"description": "描述",
"added_on": "添加於",
"date_of_creation": "創建日期",
"action": "行動",
"add_user": "添加用戶",
"save_user": "保存用戶",
"update_user": "更新用戶",
"user": "用戶|用戶數",
"add_new_user": "添加新用戶",
"new_user": "新用戶",
"edit_user": "編輯用戶",
"no_users": "暫無用戶!",
"list_of_users": "本節將包含用戶列表。",
"email": "電子郵件",
"phone": "電話",
"password": "密碼",
"user_attached_message": "無法刪除已在使用的項目",
"confirm_delete": "您將無法恢復該用戶|您將無法恢復這些用戶",
"created_message": "用戶創建成功",
"updated_message": "用戶更新成功",
"deleted_message": "用戶刪除成功|用戶已成功刪除"
},
"reports": {
"title": "報告",
"from_date": "從日期",
"to_date": "迄今為止",
"status": "地位",
"paid": "有薪酬的",
"unpaid": "未付",
"download_pdf": "下載PDF",
"view_pdf": "查看PDF",
"update_report": "更新報告",
"report": "報告|報告書",
"profit_loss": {
"profit_loss": "利潤損失",
"to_date": "迄今為止",
"from_date": "從日期",
"date_range": "選擇日期範圍"
},
"sales": {
"sales": "銷售量",
"date_range": "選擇日期範圍",
"to_date": "迄今為止",
"from_date": "從日期",
"report_type": "報告類型"
},
"taxes": {
"taxes": "稅金",
"to_date": "迄今為止",
"from_date": "從日期",
"date_range": "選擇日期範圍"
},
"errors": {
"required": "必填項"
},
"invoices": {
"invoice": "發票",
"invoice_date": "發票日期",
"due_date": "到期日",
"amount": "數量",
"contact_name": "聯繫人姓名",
"status": "地位"
},
"estimates": {
"estimate": "估計",
"estimate_date": "估計日期",
"due_date": "到期日",
"estimate_number": "估計數",
"ref_number": "參考編號",
"amount": "數量",
"contact_name": "聯繫人姓名",
"status": "地位"
},
"expenses": {
"expenses": "花費",
"category": "類別",
"date": "日期",
"amount": "數量",
"to_date": "迄今為止",
"from_date": "從日期",
"date_range": "選擇日期範圍"
}
},
"settings": {
"menu_title": {
"account_settings": "帳號設定",
"company_information": "公司信息",
"customization": "客制化",
"preferences": "首選項",
"notifications": "通知事項",
"tax_types": "稅種",
"expense_category": "費用類別",
"update_app": "更新應用",
"backup": "後備",
"file_disk": "文件盤",
"custom_fields": "自定義字段",
"payment_modes": "付款方式",
"notes": "筆記"
},
"title": "設定值",
"setting": "設置|設定值",
"general": "一般的",
"language": "語",
"primary_currency": "主要貨幣",
"timezone": "時區",
"date_format": "日期格式",
"currencies": {
"title": "貨幣",
"currency": "貨幣|貨幣",
"currencies_list": "貨幣清單",
"select_currency": "選擇貨幣",
"name": "名稱",
"code": "代碼",
"symbol": "象徵",
"precision": "精確",
"thousand_separator": "千位分隔符",
"decimal_separator": "小數點分隔符",
"position": "位置",
"position_of_symbol": "符號位置",
"right": "正確的",
"left": "剩下",
"action": "行動",
"add_currency": "添加貨幣"
},
"mail": {
"host": "郵件主機",
"port": "郵件端口",
"driver": "郵件驅動",
"secret": "秘密",
"mailgun_secret": "郵槍的秘密",
"mailgun_domain": "領域",
"mailgun_endpoint": "Mailgun端點",
"ses_secret": "SES的秘密",
"ses_key": "SES密鑰",
"password": "郵件密碼",
"username": "郵件用戶名",
"mail_config": "郵件配置",
"from_name": "來自郵件名",
"from_mail": "從郵件地址",
"encryption": "郵件加密",
"mail_config_desc": "以下是用於配置電子郵件驅動程序以從應用程序發送電子郵件的表格。您還可以配置第三方提供商,例如Sendgrid,SES等。"
},
"pdf": {
"title": "PDF設置",
"footer_text": "頁腳文字",
"pdf_layout": "PDF版面"
},
"company_info": {
"company_info": "公司資料",
"company_name": "公司名稱",
"company_logo": "公司標誌",
"section_description": "關於公司的信息,這些信息將顯示在Crater創建的發票,估計和其他文檔上。",
"phone": "電話",
"country": "國家",
"state": "狀態",
"city": "城市",
"address": "地址",
"zip": "壓縮",
"save": "保存",
"updated_message": "公司信息更新成功"
},
"custom_fields": {
"title": "自定義字段",
"section_description": "使用您自己的字段自定義發票,估計和付款收據。確保在“自定義設置”頁面上的地址格式上使用以下添加的字段。",
"add_custom_field": "添加自定義字段",
"edit_custom_field": "編輯自定義字段",
"field_name": "欄位名稱",
"label": "標籤",
"type": "類型",
"name": "名稱",
"required": "必需的",
"placeholder": "佔位符",
"help_text": "幫助文字",
"default_value": "默認值",
"prefix": "字首",
"starting_number": "起始號碼",
"model": "模型",
"help_text_description": "輸入一些文本以幫助用戶了解此自定義字段的目的。",
"suffix": "後綴",
"yes": "是的",
"no": "不",
"order": "命令",
"custom_field_confirm_delete": "您將無法恢復此自定義字段",
"already_in_use": "自定義字段已在使用中",
"deleted_message": "自定義字段已成功刪除",
"options": "選項",
"add_option": "新增選項",
"add_another_option": "添加其他選項",
"sort_in_alphabetical_order": "按字母順序排序",
"add_options_in_bulk": "批量添加選項",
"use_predefined_options": "使用預定義的選項",
"select_custom_date": "選擇自定義日期",
"select_relative_date": "選擇相對日期",
"ticked_by_default": "默認勾選",
"updated_message": "自定義字段已成功更新",
"added_message": "自定義字段已成功添加"
},
"customization": {
"customization": "客制化",
"save": "保存",
"addresses": {
"title": "地址",
"section_description": "您可以設置客戶帳單地址和客戶送貨地址格式(僅以PDF顯示)。",
"customer_billing_address": "客戶帳單地址",
"customer_shipping_address": "客戶收貨地址",
"company_address": "公司地址",
"insert_fields": "插入欄位",
"contact": "接觸",
"address": "地址",
"display_name": "顯示名稱",
"primary_contact_name": "主要聯繫人姓名",
"email": "電子郵件",
"website": "網站",
"name": "名稱",
"country": "國家",
"state": "狀態",
"city": "城市",
"company_name": "公司名稱",
"address_street_1": "地址街1",
"address_street_2": "地址街2",
"phone": "電話",
"zip_code": "郵政編碼",
"address_setting_updated": "地址設置已成功更新"
},
"updated_message": "公司信息更新成功",
"invoices": {
"title": "發票",
"notes": "筆記",
"invoice_prefix": "發票前綴",
"invoice_number_length": "發票號碼長度",
"default_invoice_email_body": "默認發票電子郵件正文",
"invoice_settings": "發票設定",
"autogenerate_invoice_number": "自動生成發票編號",
"invoice_setting_description": "如果不想每次創建新發票時自動生成發票編號,請禁用此功能。",
"invoice_email_attachment": "發送發票作為附件",
"invoice_email_attachment_setting_description": "如果要將發票作為電子郵件附件發送,請啟用此選項。請注意,啟用後,電子郵件中的“查看發票”按鈕將不再顯示。",
"enter_invoice_prefix": "輸入發票前綴",
"terms_and_conditions": "條款和條件",
"company_address_format": "公司地址格式",
"shipping_address_format": "收貨地址格式",
"billing_address_format": "帳單地址格式",
"invoice_setting_updated": "發票設置已成功更新"
},
"estimates": {
"title": "估計數",
"estimate_prefix": "估計前綴",
"estimate_number_length": "估計號碼長度",
"default_estimate_email_body": "默認估算電子郵件正文",
"estimate_settings": "估計設定",
"autogenerate_estimate_number": "自動生成估算數",
"estimate_setting_description": "如果您不想每次創建新的估算值時自動生成估算值,請禁用此功能。",
"estimate_email_attachment": "將估算值作為附件發送",
"estimate_email_attachment_setting_description": "如果您想將估算值作為電子郵件附件發送,請啟用此選項。請注意,啟用後,電子郵件中的“查看估算值”按鈕將不再顯示。",
"enter_estimate_prefix": "輸入estmiate前綴",
"estimate_setting_updated": "估算設置已成功更新",
"company_address_format": "公司地址格式",
"billing_address_format": "帳單地址格式",
"shipping_address_format": "收貨地址格式"
},
"payments": {
"title": "付款方式",
"description": "付款交易方式",
"payment_prefix": "付款前綴",
"payment_number_length": "付款號碼長度",
"default_payment_email_body": "默認付款電子郵件正文",
"payment_settings": "付款設定",
"autogenerate_payment_number": "自動生成付款號碼",
"payment_setting_description": "如果您不想每次創建新的付款時都自動生成付款號,請禁用此功能。",
"payment_email_attachment": "將付款作為附件發送",
"payment_email_attachment_setting_description": "如果要將付款收據作為電子郵件附件發送,請啟用此選項。請注意,啟用後,電子郵件中的“查看付款”按鈕將不再顯示。",
"enter_payment_prefix": "輸入付款前綴",
"payment_setting_updated": "付款設置已成功更新",
"payment_modes": "付款方式",
"add_payment_mode": "添加付款方式",
"edit_payment_mode": "編輯付款方式",
"mode_name": "模式名稱",
"payment_mode_added": "付款方式已添加",
"payment_mode_updated": "付款方式已更新",
"payment_mode_confirm_delete": "您將無法恢復此付款方式",
"already_in_use": "付款模式已在使用中",
"deleted_message": "付款方式已成功刪除",
"company_address_format": "公司地址格式",
"from_customer_address_format": "來自客戶地址格式"
},
"items": {
"title": "項目",
"units": "單位",
"add_item_unit": "添加項目單位",
"edit_item_unit": "編輯項目單位",
"unit_name": "單位名稱",
"item_unit_added": "項目單位已添加",
"item_unit_updated": "項目單位已更新",
"item_unit_confirm_delete": "您將無法恢復此物品單位",
"already_in_use": "項目單位已被使用",
"deleted_message": "項目單位已成功刪除"
},
"notes": {
"title": "筆記",
"description": "通過創建便箋並在發票,估計和付款中重複使用便箋來節省時間。",
"notes": "筆記",
"type": "類型",
"add_note": "加註",
"add_new_note": "添加新筆記",
"name": "名稱",
"edit_note": "編輯筆記",
"note_added": "註釋已成功添加",
"note_updated": "注意成功更新",
"note_confirm_delete": "您將無法恢復此註釋",
"already_in_use": "注意已在使用中",
"deleted_message": "筆記已成功刪除"
}
},
"account_settings": {
"profile_picture": "個人資料圖片",
"name": "名稱",
"email": "電子郵件",
"password": "密碼",
"confirm_password": "確認密碼",
"account_settings": "帳號設定",
"save": "保存",
"section_description": "您可以使用以下表格更新您的姓名,電子郵件和密碼。",
"updated_message": "帳戶設置已成功更新"
},
"user_profile": {
"name": "名稱",
"email": "電子郵件",
"password": "密碼",
"confirm_password": "確認密碼"
},
"notification": {
"title": "通知",
"email": "發送通知給",
"description": "您希望在發生變化時收到哪些電子郵件通知?",
"invoice_viewed": "查看發票",
"invoice_viewed_desc": "當客戶查看通過火山口儀表板發送的發票時。",
"estimate_viewed": "估算觀看次數",
"estimate_viewed_desc": "當客戶查看通過火山口儀表板發送的估算值時。",
"save": "保存",
"email_save_message": "電子郵件已成功保存",
"please_enter_email": "請輸入電子郵件"
},
"tax_types": {
"title": "稅種",
"add_tax": "加稅",
"edit_tax": "修改稅金",
"description": "您可以根據需要添加或刪除稅款。 Crater支持對單個項目和發票進行稅收。",
"add_new_tax": "添加新稅",
"tax_settings": "稅收設置",
"tax_per_item": "每件稅",
"tax_name": "稅名",
"compound_tax": "複合稅",
"percent": "百分",
"action": "行動",
"tax_setting_description": "如果要向單個發票項目添加稅金,請啟用此功能。默認情況下,稅直接添加到發票中。",
"created_message": "稅種已成功創建",
"updated_message": "稅種已成功更新",
"deleted_message": "稅種已成功刪除",
"confirm_delete": "您將無法恢復此稅種",
"already_in_use": "稅收已在使用中"
},
"expense_category": {
"title": "費用類別",
"action": "行動",
"description": "必須添加類別才能添加費用分錄。您可以根據自己的喜好添加或刪除這些類別。",
"add_new_category": "添加新類別",
"add_category": "添加類別",
"edit_category": "編輯類別",
"category_name": "分類名稱",
"category_description": "描述",
"created_message": "費用類別創建成功",
"deleted_message": "費用類別已成功刪除",
"updated_message": "費用類別已成功更新",
"confirm_delete": "您將無法恢復此費用類別",
"already_in_use": "類別已被使用"
},
"preferences": {
"currency": "貨幣",
"default_language": "預設語言",
"time_zone": "時區",
"fiscal_year": "財政年度",
"date_format": "日期格式",
"discount_setting": "折扣設置",
"discount_per_item": "每件折扣",
"discount_setting_description": "如果要為單個發票項目添加折扣,請啟用此選項。默認情況下,折扣直接添加到發票中。",
"save": "保存",
"preference": "偏好|首選項",
"general_settings": "系統的默認首選項。",
"updated_message": "首選項已成功更新",
"select_language": "選擇語言",
"select_time_zone": "選擇時區",
"select_date_format": "選擇日期格式",
"select_financial_year": "選擇財政年度"
},
"update_app": {
"title": "更新應用",
"description": "您可以通過單擊下面的按鈕來檢查新的更新,從而輕鬆更新Crater",
"check_update": "檢查更新",
"avail_update": "有新的更新可用",
"next_version": "下一個版本",
"requirements": "要求",
"update": "現在更新",
"update_progress": "正在更新...",
"progress_text": "只需幾分鐘。在更新完成之前,請不要刷新屏幕或關閉窗口",
"update_success": "應用程式已更新!請等待您的瀏覽器窗口自動重新加載。",
"latest_message": "沒有可用的更新!您使用的是最新版本。",
"current_version": "當前版本",
"download_zip_file": "下載ZIP文件",
"unzipping_package": "解壓縮包",
"copying_files": "複製文件",
"deleting_files": "刪除未使用的文件",
"running_migrations": "運行遷移",
"finishing_update": "完成更新",
"update_failed": "更新失敗",
"update_failed_text": "對不起!您的更新失敗:{step}步驟"
},
"backup": {
"title": "備份|備份文件",
"description": "備份是一個zip文件,其中包含您指定目錄中的所有文件以及數據庫的轉儲。",
"new_backup": "添加新備份",
"create_backup": "創建備份",
"select_backup_type": "選擇備份類型",
"backup_confirm_delete": "您將無法恢復此備份",
"path": "小路",
"new_disk": "新盤",
"created_at": "創建於",
"size": "尺寸",
"dropbox": "保管箱",
"local": "當地的",
"healthy": "健康",
"amount_of_backups": "備份量",
"newest_backups": "最新備份",
"used_storage": "使用的存儲",
"select_disk": "選擇磁盤",
"action": "行動",
"deleted_message": "備份已成功刪除",
"created_message": "備份創建成功",
"invalid_disk_credentials": "所選磁盤的憑據無效"
},
"disk": {
"title": "文件磁盤|文件磁盤",
"description": "默認情況下,Crater將使用您的本地磁盤保存備份,頭像和其他圖像文件。您可以根據自己的喜好配置多個磁盤驅動程序,例如DigitalOcean,S3和Dropbox。",
"created_at": "創建於",
"dropbox": "保管箱",
"name": "名稱",
"driver": "司機",
"disk_type": "類型",
"disk_name": "磁盤名稱",
"new_disk": "添加新磁盤",
"filesystem_driver": "文件系統驅動",
"local_driver": "當地司機",
"local_root": "本地根",
"public_driver": "公共司機",
"public_root": "公共根",
"public_url": "公開網址",
"public_visibility": "公眾視野",
"media_driver": "媒體驅動器",
"media_root": "媒體根",
"aws_driver": "AWS驅動程序",
"aws_key": "AWS密鑰",
"aws_secret": "AWS秘密",
"aws_region": "AWS地區",
"aws_bucket": "AWS桶",
"aws_root": "AWS根目錄",
"do_spaces_type": "做空格類型",
"do_spaces_key": "做空格鍵",
"do_spaces_secret": "做空間的秘密",
"do_spaces_region": "做空間區域",
"do_spaces_bucket": "做空間桶",
"do_spaces_endpoint": "做空間端點",
"do_spaces_root": "做空格根",
"dropbox_type": "投寄箱類型",
"dropbox_token": "Dropbox代幣",
"dropbox_key": "投寄箱金鑰",
"dropbox_secret": "Dropbox的秘密",
"dropbox_app": "Dropbox應用",
"dropbox_root": "Dropbox根目錄",