@@ -294,6 +294,7 | |||
|
294 | 294 | error_invalid_file_encoding: "這個檔案不是一個有效的 %{encoding} 編碼檔案" |
|
295 | 295 | error_invalid_csv_file_or_settings: "這個檔案不是一個 CSV 檔案,或是未符合下面所列之設定值" |
|
296 | 296 | error_can_not_read_import_file: "讀取匯入檔案時發生錯誤" |
|
297 | error_attachment_extension_not_allowed: "附件之附檔名不允許使用 %{extension}" | |
|
297 | 298 | |
|
298 | 299 | mail_subject_lost_password: 您的 Redmine 網站密碼 |
|
299 | 300 | mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點選以下鏈結:' |
@@ -433,6 +434,7 | |||
|
433 | 434 | field_users_visibility: 用戶可見度 |
|
434 | 435 | field_time_entries_visibility: 工時紀錄可見度 |
|
435 | 436 | field_total_estimated_hours: 預估工時總計 |
|
437 | field_default_version: 預設版本 | |
|
436 | 438 | |
|
437 | 439 | setting_app_title: 標題 |
|
438 | 440 | setting_app_subtitle: 副標題 |
@@ -510,6 +512,8 | |||
|
510 | 512 | setting_link_copied_issue: 複製時連結議題 |
|
511 | 513 | setting_max_additional_emails: 其他電子郵件地址的最大值 |
|
512 | 514 | setting_search_results_per_page: 每一頁的搜尋結果數目 |
|
515 | setting_attachment_extensions_allowed: 允許使用的附檔名 | |
|
516 | setting_attachment_extensions_denied: 禁止使用的副檔名 | |
|
513 | 517 | |
|
514 | 518 | permission_add_project: 建立專案 |
|
515 | 519 | permission_add_subprojects: 建立子專案 |
@@ -657,6 +661,7 | |||
|
657 | 661 | label_logout: 登出 |
|
658 | 662 | label_help: 說明 |
|
659 | 663 | label_reported_issues: 我通報的議題 |
|
664 | label_assigned_issues: 我被分派的議題 | |
|
660 | 665 | label_assigned_to_me_issues: 分派給我的議題 |
|
661 | 666 | label_last_login: 最近一次連線 |
|
662 | 667 | label_registered_on: 註冊於 |
@@ -792,6 +797,8 | |||
|
792 | 797 | label_any_issues_in_project: 在專案中的任意議題 |
|
793 | 798 | label_any_issues_not_in_project: 不在專案中的任意議題 |
|
794 | 799 | label_no_issues_in_project: 沒有議題在專案中 |
|
800 | label_any_open_issues: 任意進行中之議題 | |
|
801 | label_no_open_issues: 任意非進行中之議題 | |
|
795 | 802 | label_day_plural: 天 |
|
796 | 803 | label_repository: 儲存機制 |
|
797 | 804 | label_repository_new: 建立新儲存機制 |
@@ -841,6 +848,7 | |||
|
841 | 848 | label_overall_spent_time: 整體耗用工時 |
|
842 | 849 | label_f_hour: "%{value} 小時" |
|
843 | 850 | label_f_hour_plural: "%{value} 小時" |
|
851 | label_f_hour_short: "%{value} 小時" | |
|
844 | 852 | label_time_tracking: 工時追蹤 |
|
845 | 853 | label_change_plural: 變更 |
|
846 | 854 | label_statistics: 統計資訊 |
@@ -1050,6 +1058,7 | |||
|
1050 | 1058 | label_file_content_preview: 檔案內容預覽 |
|
1051 | 1059 | label_create_missing_values: 建立缺少的數值 |
|
1052 | 1060 | label_api: API |
|
1061 | label_field_format_enumeration: 鍵/值 清單 | |
|
1053 | 1062 | |
|
1054 | 1063 | button_login: 登入 |
|
1055 | 1064 | button_submit: 送出 |
@@ -1245,12 +1254,3 | |||
|
1245 | 1254 | description_date_from: 輸入起始日期 |
|
1246 | 1255 | description_date_to: 輸入結束日期 |
|
1247 | 1256 | text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。' |
|
1248 | label_assigned_issues: Assigned issues | |
|
1249 | label_field_format_enumeration: Key/value list | |
|
1250 | label_f_hour_short: '%{value} h' | |
|
1251 | field_default_version: Default version | |
|
1252 | error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed | |
|
1253 | setting_attachment_extensions_allowed: Allowed extensions | |
|
1254 | setting_attachment_extensions_denied: Disallowed extensions | |
|
1255 | label_any_open_issues: any open issues | |
|
1256 | label_no_open_issues: no open issues |
General Comments 0
You need to be logged in to leave comments.
Login now