diff options
author | James <18580089+thoja21@users.noreply.github.com> | 2018-06-04 02:48:14 +0100 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2018-06-03 18:48:14 -0700 |
commit | 0188082cde23c9905b8750c9ef7eaba61031f2df (patch) | |
tree | 513ddaf4a9f8ef1539a415cd10bdb86bd0853edb /app/Locale/zh_TW | |
parent | f890eb765e8440123456bce48255f76ff862d432 (diff) |
Correct English text
Diffstat (limited to 'app/Locale/zh_TW')
-rw-r--r-- | app/Locale/zh_TW/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/zh_TW/translations.php b/app/Locale/zh_TW/translations.php index ebdcd276..7cfc9a11 100644 --- a/app/Locale/zh_TW/translations.php +++ b/app/Locale/zh_TW/translations.php @@ -699,7 +699,7 @@ return array( 'The lead time is the duration between the task creation and the completion.' => '工作是任務建立和完成之間的持續時間。', 'The cycle time is the duration between the start date and the completion.' => '周期時間是開始日期和完成時間之間的持續時間。', 'If the task is not closed the current time is used instead of the completion date.' => '如果目前任務未關閉時用目前時間代替完成時間', - 'Set automatically the start date' => '設定自動開始日期', + 'Set the start date automatically' => '設定自動開始日期', 'Edit Authentication' => '編輯認證訊息', 'Remote user' => '遠端使用者', 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '遠端使用者不會在看板資料庫保存密碼,例如:LDAP,GOOGLE,GitHub。', |