From 1d798c9d35ffc954f73cbe1370528f18c0cb6e49 Mon Sep 17 00:00:00 2001 From: Kiyohito AOKI Date: Sat, 10 Oct 2020 05:20:57 +0900 Subject: [PATCH] Update ja_JP translation --- app/Locale/ja_JP/translations.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index c184c031c..3a207d06f 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -420,7 +420,7 @@ return array( 'This value is required' => 'この値が必要です', 'This value must be numeric' => 'この値は数字でなければなりません', 'Unable to create this task.' => 'このタスクを作成できませんでした', - 'Cumulative flow diagram' => '蓄積フロー図', + 'Cumulative flow diagram' => '累積フロー図', 'Daily project summary' => '日時プロジェクトサマリー', 'Daily project summary export' => '日時プロジェクトサマリーの出力', 'Exports' => '出力', @@ -1421,7 +1421,7 @@ return array( '%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' => '特定のスイムレーンにタスクを移動した時に、特定のユーザーにタスクを割当てる', - // 'Comment' => '', - // 'Collapse vertically' => '', - // 'Expand vertically' => '', + 'Comment' => 'コメント', + 'Collapse vertically' => '縦に折りたたむ', + 'Expand vertically' => '縦の折りたたみを解除', );