diff options
author | torinky <k_tori@me.com> | 2017-10-15 18:13:32 +0900 |
---|---|---|
committer | torinky <k_tori@me.com> | 2017-10-15 18:13:32 +0900 |
commit | 5619711e3f019b44cb97aee7653e296adf09bc2c (patch) | |
tree | 99a439faf6c435c08aaa26095ae1637f9c546f36 /app/Locale/ja_JP | |
parent | c6f4c51f1f51f28df9f5c4fc310d0faaa5cb4aa4 (diff) |
Update Japanese translation
Diffstat (limited to 'app/Locale/ja_JP')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 134544a6..70ccfe87 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1298,49 +1298,6 @@ return array( 'Task ID' => 'タスクID', 'Assign automatically a color when due date is expired' => '期限が切れたら自動的に色を割当て', 'Total score in this column across all swimlanes' => 'このカラムのすべてのスイムレーンで合計得点', - // 'HRK - Kuna' => '', - // 'ARS - Argentine Peso' => '', - // 'COP - Colombian Peso' => '', - // '%d groups' => '', - // '%d group' => '', - // 'Group ID' => '', - // 'External ID' => '', - // '%d users' => '', - // '%d user' => '', - // 'Hide subtasks' => '', - // 'Show subtasks' => '', - // 'Authentication Parameters' => '', - // 'API Access' => '', - // 'No users found.' => '', - // 'User ID' => '', - // 'Notifications are activated' => '', - // 'Notifications are disabled' => '', - // 'User disabled' => '', - // '%d notifications' => '', - // '%d notification' => '', - // 'There is no external integration installed.' => '', - // 'You are not allowed to update tasks assigned to someone else.' => '', - // 'You are not allowed to change the assignee.' => '', - // 'Task suppression is not permitted' => '', - // 'Changing assignee is not permitted' => '', - // 'Update only assigned tasks is permitted' => '', - // 'Only for tasks assigned to the current user' => '', - // 'My projects' => '', - // 'Your are not member of any project.' => '', - // 'My subtasks' => '', - // '%d subtasks' => '', - // '%d subtask' => '', - // 'Only moving task between those columns is permitted for tasks assigned to the current user' => '', - // '[DUPLICATE]' => '', - // 'DKK - Danish Krona' => '', - // 'Remove user from group' => '', - // 'Assign the task to its creator' => '', - // 'This task was sent by email to "%s" with subject "%s".' => '', - // 'Predefined Email Subjects' => '', - // 'Write one subject by line.' => '', - // 'Create another link' => '', - // 'BRL - Brazilian Real' => '', - // 'Add a new Kanboard task' => '', 'ARS - Argentine Peso' => 'ARS - アルゼンチンペソ', 'COP - Colombian Peso' => 'COP - コロンビアペソ', '%d groups' => '%d個のグループ', @@ -1382,5 +1339,6 @@ return array( 'Write one subject by line.' => '行ごとに1つずつ件名を書く', 'Create another link' => '別のリンクを作成', 'BRL - Brazilian Real' => 'BRL - ブラジルレアル', + 'Add a new Kanboard task' => 'Kanboard タスクを追加', ); |