@@ -288,6 +288,7 | |||
|
288 | 288 | error_attachment_too_big: "這個檔案無法被上傳,因為它已經超過最大的檔案大小 (%{max_size})" |
|
289 | 289 | error_session_expired: "您的工作階段已經過期。請重新登入。" |
|
290 | 290 | warning_attachments_not_saved: "%{count} 個附加檔案無法被儲存。" |
|
291 | error_password_expired: "您的密碼已經過期或是管理員要求您變更密碼." | |
|
291 | 292 | |
|
292 | 293 | mail_subject_lost_password: 您的 Redmine 網站密碼 |
|
293 | 294 | mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點選以下鏈結:' |
@@ -425,6 +426,7 | |||
|
425 | 426 | field_must_change_passwd: 必須在下次登入時變更密碼 |
|
426 | 427 | field_default_status: 預設狀態 |
|
427 | 428 | field_users_visibility: 用戶可見度 |
|
429 | field_time_entries_visibility: 工時紀錄可見度 | |
|
428 | 430 | |
|
429 | 431 | setting_app_title: 標題 |
|
430 | 432 | setting_app_subtitle: 副標題 |
@@ -471,6 +473,7 | |||
|
471 | 473 | setting_file_max_size_displayed: 檔案內容顯示大小之最大值 |
|
472 | 474 | setting_repository_log_display_limit: 修訂版顯示數目之最大值 |
|
473 | 475 | setting_openid: 允許使用 OpenID 登入與註冊 |
|
476 | setting_password_max_age: 必須在多少天後變更密碼 | |
|
474 | 477 | setting_password_min_length: 密碼最小長度 |
|
475 | 478 | setting_new_project_user_role_id: 管理者以外之用戶建立新專案時,將被分派的角色 |
|
476 | 479 | setting_default_projects_modules: 新專案預設啟用的模組 |
@@ -1024,6 +1027,14 | |||
|
1024 | 1027 | label_enable_notifications: 啟用通知 |
|
1025 | 1028 | label_disable_notifications: 停用通知 |
|
1026 | 1029 | label_blank_value: 空白 |
|
1030 | label_parent_task_attributes: 父問題屬性 | |
|
1031 | label_parent_task_attributes_derived: 從子任務計算導出 | |
|
1032 | label_parent_task_attributes_independent: 與子任務無關 | |
|
1033 | label_time_entries_visibility_all: 所有工時紀錄 | |
|
1034 | label_time_entries_visibility_own: 用戶自己建立的工時紀錄 | |
|
1035 | label_member_management: 成員管理 | |
|
1036 | label_member_management_all_roles: 所有角色 | |
|
1037 | label_member_management_selected_roles_only: 僅限下列角色 | |
|
1027 | 1038 | |
|
1028 | 1039 | button_login: 登入 |
|
1029 | 1040 | button_submit: 送出 |
@@ -1218,15 +1229,3 | |||
|
1218 | 1229 | description_date_from: 輸入起始日期 |
|
1219 | 1230 | description_date_to: 輸入結束日期 |
|
1220 | 1231 | text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。' |
|
1221 | error_password_expired: Your password has expired or the administrator requires you | |
|
1222 | to change it. | |
|
1223 | field_time_entries_visibility: Time logs visibility | |
|
1224 | setting_password_max_age: Require password change after | |
|
1225 | label_parent_task_attributes: Parent tasks attributes | |
|
1226 | label_parent_task_attributes_derived: Calculated from subtasks | |
|
1227 | label_parent_task_attributes_independent: Independent of subtasks | |
|
1228 | label_time_entries_visibility_all: All time entries | |
|
1229 | label_time_entries_visibility_own: Time entries created by the user | |
|
1230 | label_member_management: Member management | |
|
1231 | label_member_management_all_roles: All roles | |
|
1232 | label_member_management_selected_roles_only: Only these roles |
General Comments 0
You need to be logged in to leave comments.
Login now