From 00ad61caf4ba885ea2be5590e3b7a26cdad92c55 Mon Sep 17 00:00:00 2001 From: Kiyohito AOKI Date: Mon, 22 Jun 2020 02:23:32 +0900 Subject: [PATCH] Update ja_JP translation --- app/Locale/ja_JP/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index f640add4f..b597cfc7a 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1420,5 +1420,5 @@ return array( '%s is a member of the following group(s): %s' => 'メンバー %s は以下のグループに所属しています: %s', '%d/%d group(s) shown' => 'グループ %d/%d を表示', 'Subtask creation or modification' => 'サブタスクが作成or更新されました', - // 'Assign the task to a specific user when the task is moved to a specific swimlane' => '', + 'Assign the task to a specific user when the task is moved to a specific swimlane' => '特定のスイムレーンにタスクを移動した時に、特定のユーザーにタスクを割当てる', );