summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorKiyohito AOKI <sambar.fgfs@gmail.com>2019-07-06 01:05:13 +0900
committerfguillot <fred@kanboard.net>2019-07-05 18:09:49 -0700
commitb397a77794c479ed66790b99a1c6bd882c727a98 (patch)
tree920d6c097a032c9786783d6944ac41c61716c3d4 /app
parentcd52d83e2fb560a639262b465ba686f51995cbac (diff)
Update Japanese tranlation
Diffstat (limited to 'app')
-rw-r--r--app/Locale/ja_JP/translations.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index 5caf681c..ffbdca5d 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -1398,11 +1398,11 @@ return array(
'Reorder this column by assignee and priority (DESC)' => '担当者と優先度で並び替える(降順)',
'Reorder this column by assignee (A-Z)' => '担当者で並び替える(A-Z)',
'Reorder this column by assignee (Z-A)' => '担当者で並び替える(Z-A)',
- // 'Reorder this column by due date (ASC)' => '',
- // 'Reorder this column by due date (DESC)' => '',
- // '%s moved the task #%d "%s" to the project "%s"' => '',
- // 'Task #%d "%s" has been moved to the project "%s"' => '',
- // 'Move the task to another column when the due date is less than a certain number of days' => '',
- // 'HTTP Client:' => '',
- // 'XBT - bitcoin' => '',
+ 'Reorder this column by due date (ASC)' => '期限で並び替える(昇順)',
+ 'Reorder this column by due date (DESC)' => '期限で並び替える(降順)',
+ '%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' => '期限までの日数が規定値以下になったら、タスクを別のカラムに移動する',
+ 'HTTP Client:' => 'HTTPクライアント',
+ 'XBT - bitcoin' => 'XBT - bitcoin',
);