diff options
Diffstat (limited to 'app/Locale/ja_JP/translations.php')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 4ab290f7..340bc70c 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1398,4 +1398,6 @@ 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)', + // '%s moved the task #%d "%s" to the project "%s"' => '', + // 'Task #%d "%s" has been moved to the project "%s"' => '', ); |