diff options
author | Kiyohito AOKI <sambar.fgfs@gmail.com> | 2019-09-03 14:02:39 +0900 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-09-02 22:02:39 -0700 |
commit | cb2414c99af52e60f4fda7cf809d937d1d6010b2 (patch) | |
tree | 0ab26b7641cb9deaacce1f8626f85f14dc8bac48 | |
parent | 93ef2dc18867ca8cfa6d193e3dbea7e254113cfa (diff) |
Improve Japanese translation
-rw-r--r-- | app/Locale/ja_JP/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 1f9b07a1..7a7e3410 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1403,7 +1403,7 @@ return array( '%s moved the task #%d "%s" to the project "%s"' => '%s がタスク #%d "%s" をプロジェクト "%s" に移動しました', 'Task #%d "%s" has been moved to the project "%s"' => 'タスク#%d "%s" はプロジェクト "%s" へ移動されました ', 'Move the task to another column when the due date is less than a certain number of days' => '期限までの日数が規定値以下になったら、タスクを別のカラムに移動する', - // 'Automatically update the start date when the task is moved away from a specific column' => '', + 'Automatically update the start date when the task is moved away from a specific column' => 'タスクが特定のカラムから移動された時、自動的に開始日を更新する', 'HTTP Client:' => 'HTTPクライアント', 'XBT - bitcoin' => 'XBT - bitcoin', ); |