-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
Copy pathzh-TW.yml
3560 lines (3558 loc) · 185 KB
/
zh-TW.yml
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
#-- copyright
#OpenProject is an open source project management software.
#Copyright (C) 2012-2024 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
#Copyright (C) 2006-2013 Jean-Philippe Lang
#Copyright (C) 2010-2013 the ChiliProject Team
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License
#as published by the Free Software Foundation; either version 2
#of the License, or (at your option) any later version.
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#GNU General Public License for more details.
#You should have received a copy of the GNU General Public License
#along with this program; if not, write to the Free Software
#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#See COPYRIGHT and LICENSE files for more details.
#++
zh-TW:
no_results_title_text: 目前無資料可以顯示
activities:
index:
no_results_title_text: 在這一時限內, 該專案沒有任何活動。
admin:
plugins:
no_results_title_text: There are currently no plugins installed.
no_results_content_text: See our integrations and plugins page for more information.
custom_styles:
color_theme: "色彩佈景主題"
color_theme_custom: "自訂"
colors:
primary-button-color: "Primary button"
accent-color: "強調(Accent)"
header-bg-color: "頁首背景"
header-item-bg-hover-color: "頁首背景(滑鼠停留)"
header-item-font-color: "頁首字型"
header-item-font-hover-color: "頁首字型(滑鼠移入時)"
header-border-bottom-color: "頁首邊框"
main-menu-bg-color: "主畫面背景"
main-menu-bg-selected-background: "主畫面背景(當選擇時)"
main-menu-bg-hover-background: "主要選單(滑鼠移入時)"
main-menu-font-color: "主功能表字型"
main-menu-selected-font-color: "主功能表字型(當選擇時)"
main-menu-hover-font-color: "主功能表字型(當滑鼠移入時)"
main-menu-border-color: "主功能表邊框"
custom_colors: "自訂顏色"
customize: "Customize your OpenProject installation with your own logo and colors."
enterprise_notice: "這個插件僅對企業版支持訂閱者開放,以感謝他們對開發 OpenProject 的贊助。"
enterprise_more_info: "Note: the used logo will be publicly accessible."
manage_colors: "編輯顏色選擇選項"
instructions:
primary-button-color: "Strong accent color, used for the most important button on a screen."
accent-color: "Color for links and other decently highlighted elements."
header-item-bg-hover-color: "當滑鼠移動到可點選的標題項目的背景顏色"
header-item-font-color: "可點擊的標題項目的文字顏色"
header-item-font-hover-color: "當滑鼠移動到可點選的標題項目的文字顏色"
header-border-bottom-color: "標題下方的細線。如果你不想要任何線段,請保持此欄位空白。"
main-menu-bg-color: "左側選單的背景顏色"
theme_warning: 改變佈景主題會覆蓋你的自訂樣式,你的變更將會遺失。你確定要繼續嗎?
enterprise:
upgrade_to_ee: "升級到企業版"
add_token: "上傳企業版所需權杖(Token)"
delete_token_modal:
text: "您確定要刪除當前使用的企業版權杖(Token)嗎?"
title: "刪除權杖(Token)"
replace_token: "替換當前權杖(Token)"
order: "訂購本地部署版的 Enterprise edition"
paste: "貼上您的企業版所需的權杖(Token)"
required_for_feature: "此功能僅限具啟用中的企業版所需權杖(Token)的訂閱者使用。"
enterprise_link: "如需了解詳細信息,請點擊此處。"
start_trial: "開始免費試用"
book_now: "立即預約"
get_quote: "獲取報價"
buttons:
upgrade: "立即更新"
contact: "Contact us for a demo"
enterprise_info_html: "是企業版功能 <span class='spot-icon spot-icon_inline spot-icon_enterprise-addons'></span> 。"
upgrade_info: "Please upgrade to a paid plan to activate and start using it in your team."
journal_aggregation:
explanation:
text: "使用者操作(例如\"更新\"工作項目兩次),如果時間差異小於指定的時間間隔,則將整合為單次操作。它們將在應用程序中顯示為單個操作。這也會套用在電子郵件通知,以及 %{webhook_link} delay。"
link: "webhook"
announcements:
show_until: 只顯示到
is_active: 當前已顯示
is_inactive: 尚未顯示
antivirus_scan:
not_processed_yet_message: "Downloading is blocked, as file was not scanned for viruses yet. Please try again later."
quarantined_message: "A virus was detected in file '%{filename}'. It has been quarantined and is not available for download."
deleted_message: "A virus was detected in file '%{filename}'. The file has been deleted."
deleted_by_admin: "The quarantined file '%{filename}' has been deleted by an administrator."
overridden_by_admin: "The quarantine for file '%{filename}' has been removed by %{user}. The file can now be acccessed."
quarantined_attachments:
container: "隔離區容器"
delete: "刪除隔離區文件"
title: "隔離區文件"
error_cannot_act_self: "無法隔離你上傳的檔案"
attribute_help_texts:
note_public: "Any text and images you add to this field is publicly visible to all logged in users!"
text_overview: "在此頁面,你可以替屬性頁面建立自訂說明文字。當建立完成後,這些文字在點擊相關屬性旁的求助圖示時顯示。"
label_plural: "屬性說明文字"
show_preview: "預覽文字"
add_new: "新增說明文字"
edit: "編輯 %{attribute_caption} 的說明文字"
background_jobs:
status:
error_requeue: "作業出現錯誤但重試中.錯誤訊息%{message}"
cancelled_due_to: "作業因錯誤取消: %{message}"
ldap_auth_sources:
ldap_error: "LDAP 錯誤: %{error_message}"
ldap_auth_failed: "無法在 LDAP 伺服器上驗證"
sync_failed: "LDAP同步失敗:%{message} 。"
back_to_index: "按一下此處返回連線清單。"
technical_warning_html: |
此 LDAP 資料表需要具備 LDAP/Active Directory 技術知識。
<br/>
<a href="https://www.openproject.org/help/administration/manage-ldap-authentication/">請查閱此文件取得詳細說明</a>。
attribute_texts:
name: LDAP 連線名稱
host: LDAP 主機名稱或 IP 位址
login_map: LDAP 中用於識別使用者登入的屬性。 通常是“uid”或“samAccountName”。
generic_map: LDAP 的的屬性對應到 OpenProject的 `%{attribute}`
admin_map_html: "Optional: The attribute key in LDAP that <strong>if present</strong> marks the OpenProject user an admin. Leave empty when in doubt."
system_user_dn_html: |
Enter the DN of the system user used for read-only access.
<br/>
Example: uid=openproject,ou=system,dc=example,dc=com
system_user_password: 輸入該系統之使用者密碼
base_dn: |
Enter the Base DN of the subtree in LDAP you want OpenProject to look for users and groups.
OpenProject will filter for provided usernames in this subtree only.
Example: ou=users,dc=example,dc=com
filter_string: |
Add an optional RFC4515 filter to apply to the results returned for users filtered in the LDAP.
This can be used to restrict the set of users that are found by OpenProject for authentication and group synchronization.
filter_string_concat: |
OpenProject will always filter for the login attribute provided by the user to identify the record. If you provide a filter here,
it will be concatenated with an AND. By default, a catch-all (objectClass=*) will be used as a filter.
onthefly_register: |
如果勾選此方框,OpenProject 將在使用者"首次"登入時,自動根據 LDAP 資料創建新的使用者帳戶。
保持此方框不勾選,則僅限於 OpenProject 已有帳戶可以使用 LDAP 驗證登入。
connection_encryption: "連線加密"
encryption_details: "LDAPS / STARTTLS 選項"
system_account: "系統帳戶"
system_account_legend: |
OpenProject requires read-only access through a system account to lookup users and groups in your LDAP tree.
Please specify the bind credentials for that system user in the following section.
ldap_details: "LDAP 詳細資料"
user_settings: "屬性對應"
user_settings_legend: |
以下欄位說明了 OpenProject 如何從 LDAP 資料自動建立使用者帳戶,以及如何使用 LDAP 屬性對應到OpenProject的使用者的屬性 (屬性映射)。
tls_mode:
plain: "無"
simple_tls: "LDAPS"
start_tls: "STARTTLS"
plain_description: "開啟未加密連線到LDAP服務器。不建議正式使用。"
simple_tls_description: "若要使用LDAPS。需要LDAP服務器上的單獨端口。此模式常被棄用,我們建議最好使用STARTTLS。"
start_tls_description: "連接到標準LDAP端口後發送STARTTLS命令。推薦用於加密連接。"
section_more_info_link_html: >
本節涉及此 LDAP 驗證方式的連線安全性。 有關詳細信息,請查閱<a href="%{link}">Net::LDAP 文件</a>。
tls_options:
verify_peer: "驗證SSL證書"
verify_peer_description_html: >
啓用對受信任鏈證書的嚴格SSL驗證。<br/> <strong>警告:</strong>取消選中此選項會禁用LDAP服務器證書的SSL驗證。這將使您的連接暴露於中間人攻擊。
tls_certificate_description: "如果LDAP服務器證書不在此系統中,您可以在此手動增加它。輸入PEM X509證書字符串。"
forums:
show:
no_results_title_text: 論壇上目前沒有任何貼文。
colors:
index:
no_results_title_text: 目前沒有顏色
no_results_content_text: 建立一個新顏色
label_new_color: "新增顏色"
new:
label_new_color: "新增顏色"
edit:
label_edit_color: "編輯色彩"
form:
label_new_color: "新顏色"
label_edit_color: "編輯顏色"
label_no_color: "無顏色"
label_properties: "屬性"
label_really_delete_color: >
確定要刪除這個顏色? 使用這個類型的顏色不會被刪除。
custom_actions:
actions:
name: "操作"
add: "新增動作"
assigned_to:
executing_user_value: "(分配給執行使用者)"
conditions: "條件"
plural: "自訂動作"
new: "新增自訂操作"
edit: "編輯自訂操作 %{name}"
execute: "執行 %{name}"
upsale:
title: "自訂動作"
description: "Custom actions are one-click shortcuts to a set of pre-defined actions that you can make available on certain work packages based on status, role, type or project."
custom_fields:
text_add_new_custom_field: >
要加入客製欄位至一個專案,您必須先建立欄位才能將它們加入至此專案。
is_enabled_globally: "已全域啟用"
enabled_in_project: "已在專案中啟用"
contained_in_type: "已包含在類型中"
confirm_destroy_option: "刪除一個項目將會一併刪除所有出現這個項目的地方 (例如:在工作項目中)。你確定要刪除它嗎?"
reorder_alphabetical: "Reorder values alphabetically"
reorder_confirmation: "Warning: The current order of available values will be lost. Continue?"
instructions:
is_required: "將此欄位定義成必填。\n"
is_for_all: "將客製欄位標記為「所有現有專案」和「新專案」中可用。"
searchable: "使用全域搜尋功能時包含此欄位。"
editable: "允許使用者自行編輯此欄位"
visible: "Make field visible for all users (non-admins) in the project overview and displayed in the project details widget on the Project Overview."
is_filter: >
允許在工作項目檢視中的篩選條件使用客製欄位。請注意,僅在選擇「所有專案」的情況下,客製欄位才會出現在所有檢視中。
tab:
no_results_title_text: 目前沒有自定義的欄位
no_results_content_text: 建立一個新的自定義欄位
concatenation:
single: "或者"
global_search:
placeholder: "在 %{app_title} 搜尋"
overwritten_tabs:
wiki_pages: "維基"
messages: "討論區"
groups:
index:
no_results_title_text: 目前沒有群組
no_results_content_text: 建立一個新的群組
users:
no_results_title_text: 目前沒有使用者在這個群組
memberships:
no_results_title_text: 目前沒有專案在這個群組
incoming_mails:
ignore_filenames: >
請列出要排除的檔案名稱(比如:簽名或大頭貼)。每行請輸入一個檔案名稱。
projects:
copy:
#Contains custom strings for options when copying a project that cannot be found elsewhere.
members: "專案成員"
overviews: "專案總覽"
queries: "工作項目:儲存的檢視"
wiki_page_attachments: "Wiki 頁面附件"
work_package_attachments: "工作項目:附件"
work_package_categories: "工作項目:類別"
work_package_file_links: "工作項目:檔案連結"
delete:
scheduled: "Deletion has been scheduled and is performed in the background. You will be notified of the result."
schedule_failed: "專案無法刪除: %{errors}"
failed: "專案 %{name} 的刪除失敗"
failed_text: "刪除專案 %{name} 的請求失敗。該專案已封存。"
completed: "專案 %{name} 已完成刪除"
completed_text: "刪除專案 \"%{name}\" 的請求已經完成。"
completed_text_children: "此外,下列子專案已被刪除:"
index:
open_as_gantt: "甘特圖檢視"
no_results_title_text: 目前沒有專案
no_results_content_text: 建立新專案
lists:
active: "啟用中的專案"
my: "我的專案"
favored: "Favorite projects"
archived: "封存專案"
my_private: "我的私人專案"
new:
placeholder: "New project list"
delete_modal:
title: "刪除專案列表"
text: "This action will not delete any project the list contains. Are you sure you want to delete this project list?"
settings:
change_identifier: 變更識別碼
activities:
no_results_title_text: 目前沒有可用的活動
forums:
no_results_title_text: 專案上目前沒有任何論壇。
no_results_content_text: 建立論壇。
categories:
no_results_title_text: 目前沒有工作項目類別
no_results_content_text: 建立一個新工作項目類別
custom_fields:
no_results_title_text: 目前沒有客製欄位可用。
project_custom_fields:
header:
title: "專案屬性"
description: "These project attributes will be displayed in your <a href=%{overview_url} target=\"_blank\">project overview page</a> under their respective sections. You can enable or disable individual attributes. Project attributes and sections are defined in the <a href=%{admin_settings_url} target=\"_blank\">administration settings</a> by the administrator of the instance. "
filter:
label: "Search project attribute"
actions:
label_enable_single: "Active in this project, click to disable"
label_disable_single: "Inactive in this project, click to enable"
label_enable_all: "Enable all"
label_disable_all: "Disable all"
types:
no_results_title_text: 目前沒有可用的類型
form:
enable_type_in_project: '啟用 "%{type}" 類型'
versions:
no_results_title_text: 目前的專案沒有設定版本
no_results_content_text: 建立一個新版本
storage:
no_results_title_text: 該專案沒有額外消耗磁碟空間。
lists:
create:
success: "The modified list has been saved as a new list"
failure: "The modified list cannot be saved: %{errors}"
update:
success: "The modified list has been saved"
failure: "The modified list cannot be saved: %{errors}"
can_be_saved: "List modified:"
can_be_saved_as: "The modifications can only be saved in a new list:"
members:
index:
no_results_title_text: 目前這個專案沒有成員
no_results_content_text: 新增一個成員到這個專案
invite_by_mail: "寄發邀請至:%{mail}"
send_invite_to: "寄送邀請"
columns:
shared: "共享"
filters:
all_shares: "所有分享的"
menu:
all: "全部"
invited: "已邀請"
locked: "停用"
project_roles: "專案角色"
wp_shares: "共享之工作項目"
groups: "群組"
delete_member_dialog:
title: "移除成員"
will_remove_the_users_role: "This will remove the user’s role from this project."
will_remove_the_groups_role: "This will remove the group role from this project."
however_work_packages_shared_with_user_html:
other: "However, %{shared_work_packages_link} have also been shared with this user."
however_work_packages_shared_with_group_html:
other: "However, %{shared_work_packages_link} have also been shared with this group."
remove_work_packages_shared_with_user_too: "A user that has been removed as member can still access shared work packages. Would you like to remove the shares too?"
remove_work_packages_shared_with_group_too: "A group that has been removed as member can still access shared work packages. Would you like to remove the shares too?"
will_not_affect_inherited_shares: "(This will not affect work packages shared with their group)."
can_remove_direct_but_not_shared_roles: "You can remove this user as a direct project member but a group they are in is also a member of this project, so they will continue being a member via the group."
also_work_packages_shared_with_user_html:
other: "Also, %{shared_work_packages_link} have been shared with this user."
remove_project_membership_or_work_package_shares_too: "Do you want to remove just the user as a direct member (and keep the shares) or remove the work package shares too?"
will_remove_all_user_access_priveleges: "Deleting this member will remove all access privileges of the user to the project. The user will still exist as part of the instance."
will_remove_all_group_access_priveleges: "Deleting this member will remove all access privileges of the group to the project. The group will still exist as part of the instance."
cannot_delete_inherited_membership: "You cannot delete this member because they belong to a group that is itself a member of this project."
cannot_delete_inherited_membership_note_admin_html: "You can either remove the group as a member of the project or this specific member from the group in the %{administration_settings_link}."
cannot_delete_inherited_membership_note_non_admin: "You can either remove the group as a member of the project or contact your administrator to remove this specific member from the group."
delete_work_package_shares_dialog:
title: "撤銷已共享的工作項目"
shared_with_this_user_html:
other: "%{all_shared_work_packages_link} have been shared with this user."
shared_with_this_group_html:
other: "%{all_shared_work_packages_link} have been shared with this group."
shared_with_permission_html:
other: "Only %{shared_work_packages_link} have been shared with %{shared_role_name} permissions."
revoke_all_or_with_role: "Would you like to revoke access to all shared work packages, or only those with %{shared_role_name} permissions?"
will_not_affect_inherited_shares: "(This will not affect work packages shared with their group)."
cannot_remove_inherited: "The work packages shares shared via groups cannot be removed."
cannot_remove_inherited_with_role: "The work packages shares with role %{shared_role_name} are shared via groups and cannot be removed."
cannot_remove_inherited_note_admin_html: "You can either revoke the share to the group or remove this specific member from the group in the %{administration_settings_link}."
cannot_remove_inherited_note_non_admin: "You can either revoke the share to the group or contact your administrator to remove this specific member from the group."
will_revoke_directly_granted_access: "This action will revoke their access to all of them, but the work packages shared with a group."
will_revoke_access_to_all: "This action will revoke their access to all of them."
my:
access_token:
failed_to_reset_token: "無法重置訪問權杖(Token): %{error}"
notice_reset_token: "生成了一個新的 %{type} 權杖(Token)。您權杖是:"
token_value_warning: "注意: 這是您唯一可以看到此權杖(Token)的時候, 請務必立即複製它。"
no_results_title_text: 目前沒有存取權杖(Token)
notice_api_token_revoked: "API 權杖(Token)已被刪除。 請使用 在API 選項裡提供的連結建立新權杖。"
notice_rss_token_revoked: "RSS 權杖(Token)已被刪除。 請使用 在RSS 選項裡提供的連結建立新權杖。"
notice_ical_token_revoked: '專案「%{project_name}」日曆「%{calendar_name}」的 iCalendar 權杖(Token)「%{token_name}」已被撤銷。 帶有此權杖的 iCalendar URL 無效。'
news:
index:
no_results_title_text: 目前沒有新消息報告
no_results_content_text: 新增一個消息
users:
autologins:
prompt: "保持登入%{num_days}"
sessions:
remembered_devices: "已記錄的設備"
remembered_devices_caption: "A list of all devices that logged into this account using the 'Stay logged in' option."
session_name: "%{browser_name} %{browser_version} on %{os_name}"
browser: "瀏覽器"
device: "裝置/作業系統"
unknown_browser: "未知的瀏覽器"
unknown_os: "未知作業系統"
current: "目前的連線"
title: "連線管理"
instructions: "這是已登入您帳戶的裝置清單。可撤銷這些已連線的裝置。"
may_not_delete_current: "您不可以刪除自己的連線連線"
groups:
member_in_these_groups: "This user is currently a member of the following groups:"
no_results_title_text: 這個使用者目前不是任何群組的成員
memberships:
no_results_title_text: 這個使用者目前不是任何專案的成員
page:
text: "文字"
placeholder_users:
right_to_manage_members_missing: >
你不被允許刪除「虛擬群組」(placeholder user)。您無權管理虛擬群組所屬的專案成員。
delete_tooltip: "刪除「虛擬群組」"
deletion_info:
heading: "刪除虛擬群組:%{name}"
data_consequences: >
All occurrences of the placeholder user (e.g., as assignee, responsible or other user values) will be reassigned to an account called "Deleted user". As the data of every deleted account is reassigned to this account it will not be possible to distinguish the data the user created from the data of another deleted account.
irreversible: "這一行動是不可還原的"
confirmation: "輸入「虛擬群組」名稱: %{name} 來確認刪除"
upsale:
title: 虛擬群組
description: >
「虛擬群組」是一種將工作項目分配給不屬於您專案成員的方法。它們在一系列場景中十分有用;例如,如果您需要追蹤尚未命名或可用的資源的任務,或者如果您不想讓該人員存取專案,但仍希望追蹤分配給他們的任務。
prioritiies:
edit:
priority_color_text: |
按一下以分配或更改此優先順序的顏色。
它可用於突出顯示表中的工作項目。
reportings:
index:
no_results_title_text: 目前沒有狀態可以回報
no_results_content_text: 新增一個狀態回報
statuses:
edit:
status_readonly_html: |
選中此選項可將具有此狀態的工作項目設定為唯讀。
不能更改任何屬性, 但狀態除外。
123 _ 2 _
<strong>筆記</strong>: 繼承的值 (例如, 來自子項或關係) 仍將適用。
status_color_text: |
按一下以分配或更改此優先順序的顏色。
它可用於突出顯示表中的工作包。
index:
no_results_title_text: 目前沒有工作項目狀態
no_results_content_text: 新增一個狀態
themes:
light: "白色主題"
light_high_contrast: "高對比白色主題"
types:
index:
no_results_title_text: 目前沒有類型
no_results_content_text: 新增一個類型
edit:
settings: "設定"
form_configuration: "表單設置"
more_info_text_html: >
企業版允許您使用以下附加組件自定義表單設定:<br> <ul class="%{list_styling_class}"> <li><b>添加新屬性組</b></li> <li><b>重命名屬性組</b></li> <li><b>添加相關工作項目表</b></li> </ul>
projects: "專案"
enabled_projects: "已啟用的專案"
edit_query: "編輯表格"
query_group_placeholder: "給表格命名"
reset: "重設為預設值"
type_color_text: |
The selected color distinguishes different types
in Gantt charts or work packages tables. It is therefore recommended to use a strong color.
versions:
overview:
work_packages_in_archived_projects: "The version is shared with archived projects which still have work packages assigned to this version. These are counted, but will not appear in the linked views."
no_results_title_text: 目前沒有分配給此版本的工作項目。
wiki:
page_not_editable_index: 本頁不存在,重新導至wiki目錄頁。
no_results_title_text: 目前沒有 wiki 頁面
print_hint: This will print the content of this wiki page without any navigation bars.
index:
no_results_content_text: 新增一個 wiki 頁面
work_flows:
index:
no_results_title_text: 目前沒有工作流程
work_packages:
x_descendants:
other: "%{count} 個子工作項目"
bulk:
copy_failed: "此工作項目無法被複製"
move_failed: "此工作項目無法被移動"
could_not_be_saved: "以下文檔無法被保存"
none_could_be_saved: " %{total} 工作項目無法更新"
x_out_of_y_could_be_saved: "%{failing} out of the %{total} work packages could not be updated while %{success} could."
selected_because_descendants: "While %{selected} work packages where selected, in total %{total} work packages are affected which includes descendants."
descendant: "descendant of selected"
move:
no_common_statuses_exists: "被選取的工作項目沒有可用的狀態。他們的狀態不可以變更。"
unsupported_for_multiple_projects: "工作項目不支援從多個專案的大區塊的移動/複製"
sharing:
missing_workflow_waring:
title: "Workflow missing for work package sharing"
message: "No workflow is configured for the 'Work package editor' role. Without a workflow, the shared with user cannot alter the status of the work package. Workflows can be copied. Select a source type (e.g. 'Task') and source role (e.g. 'Member'). Then select the target types. To start with, you could select all the types as targets. Finally, select the 'Work package editor' role as the target and press 'Copy'. After having thus created the defaults, fine tune the workflows as you do for every other role."
link_message: "Configure the workflows in the administration."
summary:
reports:
category:
no_results_title_text: 目前沒有可用的類別
assigned_to:
no_results_title_text: 目前這個專案沒有成員
responsible:
no_results_title_text: 目前這個專案沒有成員
author:
no_results_title_text: 目前這個專案沒有成員
priority:
no_results_title_text: 目前沒有可用的優先順序
type:
no_results_title_text: 目前沒有可用的類型
version:
no_results_title_text: 目前沒有可用的版本
label_invitation: 邀請
account:
delete: "刪除帳號"
delete_confirmation: "您確定要刪除這個帳號嗎?"
deletion_pending: "Account has been locked and was scheduled for deletion. Note that this process takes place in the background. It might take a few moments until the user is fully deleted."
deletion_info:
data_consequences:
other: '您創建的資料 (例如電子郵件、 我的最愛、 工作項目,維基條目) 一樣可能會被刪除。但是請注意像工作項目和維基條目的資料刪除可能導致阻礙其他使用者的工作。這種資料因此重新分配到稱為"刪除使用者"的帳戶。由每筆被刪除而分配到這帳戶將不可能再從刪除帳戶中分配資料給你創建。'
self: '您創建的資料 (例如電子郵件、 我的最愛、 工作項目,維基條目) 一樣可能會被刪除。但是請注意像工作項目和維基條目的資料刪除可能導致阻礙其他使用者的工作。這種資料因此重新分配到稱為"刪除使用者"的帳戶。由每筆被刪除而分配到這帳戶將不可能再從刪除帳戶中分配資料給你創建。'
heading: "刪除帳號 %{name}"
info:
other: "刪除使用者帳號是不可逆轉的動作。"
self: "刪除你的帳號是不可逆轉的動作。"
login_consequences:
other: "將從系統中刪除該帳號。因此,使用者將不再能夠用他當前的帳密登錄。未來必須重新申請,才能再度成為使用者。"
self: "您的帳號將從系統中刪除。因此,您將不再能夠使用當前的帳密登錄。未來必需重新申請,才能再度成為使用者。"
login_verification:
other: "輸入登入 %{name} 以驗證刪除。一旦提交, 您將被要求確認您的密碼。"
self: "輸入您的登入名 %{name} 以驗證刪除。一旦提交, 您將被要求確認您的密碼。"
error_inactive_activation_by_mail: >
您的帳號尚未啟用。要啟用您的帳號,請點擊系統通過電子郵件發送給您的連結。
error_inactive_manual_activation: >
您的帳號尚未啟用。請等待管理員啟用您的帳號。
error_self_registration_disabled: >
此系統禁止使用者註冊。請通知管理員為您建立帳號。
error_self_registration_limited_provider: >
User registration is limited for the Single sign-on provider '%{name}'. Please ask an administrator to activate the account for you or change the self registration limit for this provider.
login_with_auth_provider: "或使用您的現有帳號登錄"
signup_with_auth_provider: "或者註冊"
auth_source_login: 請登入 <em>%{login}</em> 來啟用您的帳號。
omniauth_login: 請登入來啟用您的帳號。
actionview_instancetag_blank_option: "請選擇"
activerecord:
attributes:
announcements:
show_until: "只顯示到"
attachment:
attachment_content: "附件內容"
attachment_file_name: "附件檔案名稱"
downloads: "下載"
file: "檔案"
filename: "檔案"
filesize: "檔案大小"
attribute_help_text:
attribute_name: "属性"
help_text: "說明文字"
ldap_auth_source:
account: "帳號"
attr_firstname: "名"
attr_lastname: "姓"
attr_login: "使用者名稱屬性。"
attr_mail: "Email"
base_dn: "Base DN"
host: "主機"
onthefly: "自動新增用戶"
port: "埠"
tls_certificate_string: "LDAP伺服器SSL證書"
changeset:
repository: "版本庫"
color:
hexcode: "Hex code"
comment:
commented: "已留言" #an object that this comment belongs to
custom_action:
actions: "操作"
custom_field:
allow_non_open_versions: "允許非開放版本"
default_value: "預設值"
editable: "可編輯"
field_format: "格式"
is_filter: "作為篩選條件"
is_required: "必填"
max_length: "最大長度"
min_length: "最小長度"
multi_value: "允許多選"
possible_values: "可能的值"
regexp: "正規表示式"
searchable: "搜索"
visible: "可見"
custom_value:
value: "值"
enterprise_token:
starts_at: "生效自"
subscriber: "訂閱者"
encoded_token: "Enterprise support token"
active_user_count_restriction: "最大活動使用者數"
grids/grid:
page: "頁面"
row_count: "列數"
column_count: "欄數:"
widgets: "小工具"
oauth_client:
client: "客戶端 ID"
relation:
lag: "Lag"
from: "工作項目"
to: "相關的工作項目"
status:
is_closed: "關閉工作項目"
is_readonly: "設定「工作項目」唯讀"
journal:
notes: "備註"
member:
roles: "角色"
project:
active_value:
true: "解除封存"
false: "已封存"
identifier: "識別碼"
latest_activity_at: "最新活動"
parent: "上層專案"
public_value:
title: "可見度"
true: "公開"
false: "不公開"
queries: "查詢"
status_code: "專案狀態"
description: "說明"
status_explanation: "專案描述"
status_codes:
not_started: "未開始"
on_track: "進度良好"
at_risk: "存在風險"
off_track: "進度落後"
finished: "已完成"
discontinued: "已中止"
templated: "範本專案"
templated_value:
true: "設為範本"
false: "解除範本"
types: "類型"
versions: "版本"
work_packages: "工作項目"
query:
column_names: "欄"
relations_to_type_column: "與 %{type} 的關連"
relations_of_type_column: "%{type} 關係"
group_by: "分組依據"
filters: "篩選條件"
timeline_labels: "時間軸標籤"
repository:
url: "URL"
role:
permissions: "權限"
time_entry:
activity: "活動"
hours: "小時"
spent_on: "日期"
type: "類型"
ongoing: "進行中"
type:
description: "描述的預設文字"
attribute_groups: ""
is_in_roadmap: "在 RoadMap 預設為顯示"
is_default: "新專案的預設啟動類型"
is_milestone: "里程碑"
color: "顏色"
user:
admin: "管理員"
auth_source: "驗證方式"
ldap_auth_source: "LDAP 連線"
identity_url: "Identity URL"
current_password: "目前的密碼"
force_password_change: "強制在下次登入時更改密碼"
language: "語言"
last_login_on: "上次登入時間"
new_password: "新密碼"
password_confirmation: "確認密碼"
consented_at: "同意在"
user_preference:
comments_sorting: "顯示留言"
hide_mail: "隱藏我的電子郵件地址"
impaired: "協助工具模式"
time_zone: "時區"
auto_hide_popups: "自動隱藏成功通知"
warn_on_leaving_unsaved: "離開尚未儲存的工作包時提示我"
theme: "模式 "
version:
effective_date: "完成日期"
sharing: "分享"
wiki_content:
text: "文字"
wiki_page:
parent_title: "上層頁面"
redirect_existing_links: "將現有的連結重定向"
planning_element_type_color:
hexcode: 十六進位碼
project_custom_field:
custom_field_section: Section
work_package:
begin_insertion: "開始插入"
begin_deletion: "開始刪除"
children: "子項"
derived_done_ratio: "完成百分比"
derived_remaining_hours: "剩餘時數"
derived_remaining_time: "剩餘時數"
done_ratio: "完成度(%)"
duration: "天數"
end_insertion: "結束插入"
end_deletion: "結束刪除"
ignore_non_working_days: "忽略非工作日"
include_non_working_days:
title: "工作日"
false: "限工作日"
true: "包含非工作日"
notify: "通知" #used in custom actions
parent: "上層目錄:"
parent_issue: "上層目錄:"
parent_work_package: "上層目錄:"
priority: "優先等級"
progress: "完成度(%)"
readonly: "唯讀"
remaining_hours: "剩餘工作"
remaining_time: "剩餘工作"
shared_with_users: "共享對象"
schedule_manually: "手動排程"
spent_hours: "耗時"
spent_time: "耗時"
subproject: "子專案"
time_entries: "日誌的時間"
type: "類型"
version: "版本"
watcher: "監看者"
"doorkeeper/application":
uid: "用戶端 ID"
secret: "用戶端密鑰"
owner: "擁有者"
redirect_uri: "轉址 uri"
client_credentials_user_id: "用戶端憑證使用者 id"
scopes: "範圍"
confidential: "機密的"
errors:
messages:
accepted: "必須被接受"
after: "必須在 %{date} 之後"
after_or_equal_to: "必須在 %{date} 以後"
before: "必須在 %{date} 之前"
before_or_equal_to: "必須在 %{date} 以前"
blank: "不可空白"
blank_nested: "需要設置屬性 '%{property}' "
cant_link_a_work_package_with_a_descendant: "一個工作項目不能聯結到它的一個子項目"
circular_dependency: "這個關係會建立一個循環依賴"
confirmation: "不吻合 %{attribute}。"
could_not_be_copied: "%{dependency} 無法完整複製."
does_not_exist: "不存在"
error_enterprise_only: "%{action}僅在 OpenProject 企業版中可用"
error_unauthorized: "無法被存取。"
error_readonly: "被嘗試寫入但是無法寫入。"
error_conflict: "在此同時,資訊已經被至少一個使用者更新"
email: "不是一個有效的電子郵件地址。 "
empty: "不可為空"
even: "必須是偶數"
exclusion: "已保留"
file_too_large: "太大 (最大為 %{count} Bytes)."
filter_does_not_exist: "過濾條件不存在"
format: "與預期的格式“%{expected}”不符"
format_nested: "與路徑“%{path}”中的預期格式“%{expected}”不符"
greater_than: "必須大於 %{count}。"
greater_than_or_equal_to: "必須大於或等於 %{count}。"
greater_than_or_equal_to_start_date: "必須晚於或等於開始日期。"
greater_than_start_date: "必須晚於開始日期。"
inclusion: "沒有被設置為一個允許的值。"
inclusion_nested: "未設置為路徑“%{path}”中允許的值之一"
invalid: "不正確。"
invalid_url: "不是有效的 URL。"
invalid_url_scheme: "不是受支援的協定 (允許的協定: %{allowed_schemes})。"
less_than_or_equal_to: "必須少於或者等於 %{count}。"
not_available: "由於系統配置所以不可用"
not_deletable: "無法刪除"
not_current_user: "不是目前使用者。"
not_a_date: "不是有效的日期。"
not_a_datetime: "不是有效的日期時間。"
not_a_number: "不是數字"
not_allowed: "是無效的因為缺少權限"
not_an_integer: "不是整數"
not_an_iso_date: "不是有效日期。所需格式:YYYY-MM-DD。"
not_same_project: "不屬於相同的專案"
odd: "必須是奇數"
regex_match_failed: "does not match the regular expression %{expression}."
regex_invalid: "不能被相關聯的正則運算式驗證。"
smaller_than_or_equal_to_max_length: "必須小於或等於最大長度。"
taken: "已經被使用"
too_long: "太長 (最長是 %{count} 個字元)"
too_short: "太短 (最少 %{count} 個字元)"
type_mismatch: "不是“%{type}”類型"
type_mismatch_nested: "在路徑“%{path}”處不是“%{type}”類型"
unchangeable: "無法更改。"
unknown_property: "不是已知屬性"
unknown_property_nested: "具有未知路徑 '%{path}'"
unremovable: "無法移除"
url_not_secure_context: >
未提供「安全上下文」。使用 HTTPS 或環回地址,例如 localhost。
wrong_length: "長度錯誤 (應該要有 %{count} 個字元)"
models:
ldap_auth_source:
attributes:
tls_certificate_string:
invalid_certificate: "SSL證書無效: %{additional_message}"
format: "%{message}"
attachment:
attributes:
content_type:
blank: "文件的內容類型不能為空。"
not_whitelisted: "該文件被拒絕。 “%{value}”未列入上傳白名單。"
format: "%{message}"
capability:
context:
global: "全域設定"
query:
filters:
minimum: "需要為主體、上下文或 id 至少包含一個帶有“=”運算符的過濾器"
custom_field:
at_least_one_custom_option: "需要至少一個選項可用。"
custom_actions:
only_one_allowed: "(%{name}) 只允許一個值。"
empty: "(%{name}) 不可以為空值。"
inclusion: "(%{name}) 沒有被設定為一個允許的值。"
not_logged_in: "(%{name}) 的值不可以被設定,因為你還沒有登入。"
not_an_integer: "(%{name}) 不是一個整數。"
smaller_than_or_equal_to: "(%{name}) 必須小於等於 %{count}。"
greater_than_or_equal_to: "(%{name}) 必須大於等於 %{count}。"
format: "%{message}"
doorkeeper/application:
attributes:
redirect_uri:
fragment_present: "不能包含片段。"
invalid_uri: "必須是有效的 uri。"
relative_uri: "必須是絕對 uri。"
secured_uri: '未提供「安全上下文」。使用 HTTPS 或環回地址,例如 localhost。'
forbidden_uri: "被伺服器禁止。"
scopes:
not_match_configured: "與可用的範圍不吻合。"
enterprise_token:
unreadable: "無法讀取,確定是一個 support token?"
grids/grid:
overlaps: "重疊"
outside: "不在網格(grid)內。"
end_before_start: "結束值必須大於開始值。"
ical_token_query_assignment:
attributes:
name:
blank: "必填。 請選擇一個名稱。"
not_unique: "已被使用。請選擇其他名稱。"
notifications:
at_least_one_channel: "至少需要指定一個發送通知的方式"
attributes:
read_ian:
read_on_creation: "在創建通知時不能設置為 true"
mail_reminder_sent:
set_on_creation: "在創建通知時不能設置為 true"
reason:
no_notification_reason: "當 IAN 被選為頻道時不能為空"
reason_mail_digest:
no_notification_reason: "當郵件摘要被選為管道時不能為空"
non_working_day:
attributes:
date:
taken: "已是非工作日:%{value}。"
format: "%{message}"
parse_schema_filter_params_service:
attributes:
base:
unsupported_operator: "不支援此操作"
invalid_values: "數值無效。"
id_filter_required: "'id' 篩選條件是必要的"
project:
archived_ancestor: "該專案已有一個存檔。"
foreign_wps_reference_version: "Work packages in non descendant projects reference versions of the project or its descendants."
attributes:
base:
archive_permission_missing_on_subprojects: "您沒有權限將所有子專案封存。請洽系統管理員。"
types:
in_use_by_work_packages: "%{types} 仍在被工作項目使用中"
enabled_modules:
dependency_missing: "The module '%{dependency}' needs to be enabled as well since the module '%{module}' depends on it."
format: "%{message}"
query:
attributes:
project:
error_not_found: "未找到"
public:
error_unauthorized: "- 此用戶沒有建立公共查詢的權限。"
group_by:
invalid: "無法按照 %{value} 分組"
format: "%{message}"
column_names:
invalid: "無效的查詢欄:%{value}"
format: "%{message}"
sort_criteria:
invalid: "無法按照 %{value} 排序"
format: "%{message}"
timestamps:
invalid: "時間值錯誤: %{values}"
forbidden: "時間值錯誤: %{values}"
format: "%{message}"
selects:
name_not_included: "需要包含欄位名稱"
nonexistent: "無此欄位 '%{column}'"
format: "%{message}"
group_by_hierarchies_exclusive: "與按照 \"%{group_by}\" 分組的群組相互排斥。不能同時啟動兩者。"
filters:
custom_fields:
inexistent: "篩選條件無客製欄位。"
queries/filters/base:
attributes:
values:
inclusion: "過濾條件錯誤"
format: "%{message}"
relation:
typed_dag:
circular_dependency: "無限迴圈的關聯。"
attributes:
to:
error_not_found: "“結束”的工作項目不存在或無法顯示"
error_readonly: "您無法更改現有關係的“結束”連結"
from:
error_not_found: "“開始”的工作項目不存在或無法顯示"
error_readonly: "您無法更改現有關係的“開始”連結"
repository:
not_available: "版本控制無法使用"
not_whitelisted: "不被設定所允許"
invalid_url: "是一個無效的儲存庫 Url 或路徑"
must_not_be_ssh: "不可以是一個 SSH url"
no_directory: "不是一個資料夾"
role:
attributes:
permissions:
dependency_missing: "need to also include '%{dependency}' as '%{permission}' is selected."
setting:
attributes:
base:
working_days_are_missing: "At least one day of the week must be defined as a working day."
previous_working_day_changes_unprocessed: "The previous changes to the working days configuration have not been applied yet."
time_entry:
attributes:
hours:
day_limit: "is too high as a maximum of 24 hours can be logged per date."
user_preference:
attributes:
pause_reminders:
invalid_range: "必須是合理日期範圍"
daily_reminders:
full_hour: "只能配置在一個小時整內交付"
notification_settings:
only_one_global_setting: "只能有一項全域通知設定。"
email_alerts_global: "電子郵件通知設定只能全域設定。"
format: "%{message}"
wrong_date: "起迄日或逾期日期錯誤"
watcher:
attributes:
user_id:
not_allowed_to_view: "不允許查看"
locked: "已停用。"
wiki_page:
error_conflict: "The wiki page has been updated by someone else while you were editing it."
attributes:
slug:
undeducible: "cannot be deduced from the title '%{title}'."
work_package:
is_not_a_valid_target_for_time_entries: "工作項目 #%{id} 不是重新分配時間項目有效的目標"
attributes:
assigned_to:
format: "%{message}"
due_date:
not_start_date: "儘管日期是里程碑所必需的,但不是開始日期。"
cannot_be_null: "can not be set to null as start date and duration are known."
duration:
larger_than_dates: "is larger than the interval between the start and the finish date."
smaller_than_dates: "is smaller than the interval between the start and the finish date."
not_available_for_milestones: "不適用於里程碑類型的工作項目。"
cannot_be_null: "can not be set to null as start date and finish date are known."
parent:
cannot_be_milestone: "不可以成為一個里程碑"
cannot_be_self_assigned: "不能指派給自己"
cannot_be_in_another_project: "不能在另一個專案中"
not_a_valid_parent: "不正確。"
start_date:
violates_relationships: "只能設置為 %{soonest_start} 或更晚,才不會違反工作包的關聯。"
cannot_be_null: "can not be set to null as finish date and duration are known."
status_id:
status_transition_invalid: "無效,因為目前使用者的角色沒有從舊狀態到新狀態的有效過度狀態"
status_invalid_in_type: "無效, 因為此類型中不存在目前狀態。"
type:
cannot_be_milestone_due_to_children: "不可以是 MileStone 因為這個工作項目有子項目。"
priority_id:
only_active_priorities_allowed: "需要被啟用"
category:
only_same_project_categories_allowed: "工作項目的類別必須與工作項目在同一個專案中"
does_not_exist: "指定的類別不存在"
estimated_hours:
cant_be_inferior_to_remaining_work: "Cannot be lower than Remaining work."
must_be_set_when_remaining_work_is_set: "Required when Remaining work is set."
only_values_greater_or_equal_zeroes_allowed: "Must be >= 0."
format: "%{message}"