##// END OF EJS Templates
Backport r9856 from trunk (#11186)...
Toshi MARUYAMA -
r9674:a3bf12ab9fd3
parent child
Show More
@@ -279,6 +279,7
279 error_unable_delete_issue_status: '無法刪除問題狀態'
279 error_unable_delete_issue_status: '無法刪除問題狀態'
280 error_unable_to_connect: "無法連線至(%{value})"
280 error_unable_to_connect: "無法連線至(%{value})"
281 error_attachment_too_big: "這個檔案無法被上傳,因為它已經超過最大的檔案大小 (%{max_size})"
281 error_attachment_too_big: "這個檔案無法被上傳,因為它已經超過最大的檔案大小 (%{max_size})"
282 error_session_expired: "您的工作階段已經過期。請重新登入。"
282 warning_attachments_not_saved: "%{count} 個附加檔案無法被儲存。"
283 warning_attachments_not_saved: "%{count} 個附加檔案無法被儲存。"
283
284
284 mail_subject_lost_password: 您的 Redmine 網站密碼
285 mail_subject_lost_password: 您的 Redmine 網站密碼
@@ -470,6 +471,8
470 setting_default_issue_start_date_to_creation_date: 設定新問題的起始日期為今天的日期
471 setting_default_issue_start_date_to_creation_date: 設定新問題的起始日期為今天的日期
471 setting_commit_cross_project_ref: 允許關聯並修正其他專案的問題
472 setting_commit_cross_project_ref: 允許關聯並修正其他專案的問題
472 setting_unsubscribe: 允許用戶取消註冊(刪除帳戶)
473 setting_unsubscribe: 允許用戶取消註冊(刪除帳戶)
474 setting_session_lifetime: 工作階段存留時間最大值
475 setting_session_timeout: 工作階段無活動逾時時間
473
476
474 permission_add_project: 建立專案
477 permission_add_project: 建立專案
475 permission_add_subprojects: 建立子專案
478 permission_add_subprojects: 建立子專案
@@ -932,6 +935,7
932 label_item_position: "%{position} / %{count}"
935 label_item_position: "%{position} / %{count}"
933 label_completed_versions: 已完成版本
936 label_completed_versions: 已完成版本
934 label_search_for_watchers: 搜尋可供加入的監看者
937 label_search_for_watchers: 搜尋可供加入的監看者
938 label_session_expiration: 工作階段逾期
935
939
936 button_login: 登入
940 button_login: 登入
937 button_submit: 送出
941 button_submit: 送出
@@ -1069,6 +1073,7
1069 text_account_destroy_confirmation: |-
1073 text_account_destroy_confirmation: |-
1070 您確定要繼續這個動作嗎?
1074 您確定要繼續這個動作嗎?
1071 您的帳戶將會被永久刪除,且無法被重新啟用。
1075 您的帳戶將會被永久刪除,且無法被重新啟用。
1076 text_session_expiration_settings: "警告:變更這些設定將會導致包含您在內的所有工作階段過期。"
1072
1077
1073 default_role_manager: 管理人員
1078 default_role_manager: 管理人員
1074 default_role_developer: 開發人員
1079 default_role_developer: 開發人員
@@ -1114,8 +1119,3
1114 description_date_range_interval: 選擇起始與結束日期以設定範圍區間
1119 description_date_range_interval: 選擇起始與結束日期以設定範圍區間
1115 description_date_from: 輸入起始日期
1120 description_date_from: 輸入起始日期
1116 description_date_to: 輸入結束日期
1121 description_date_to: 輸入結束日期
1117 error_session_expired: Your session has expired. Please login again.
1118 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1119 setting_session_lifetime: Session maximum lifetime
1120 setting_session_timeout: Session inactivity timeout
1121 label_session_expiration: Session expiration
General Comments 0
You need to be logged in to leave comments. Login now