summaryrefslogtreecommitdiff
path: root/app/Locale/ja_JP/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-24 22:28:26 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-24 22:28:26 -0400
commitfc93203e4db044d37c1686fef0efb1ac1d6ac4b8 (patch)
tree1cc9b998851e8e0f56242b14b5f59263dde56acd /app/Locale/ja_JP/translations.php
parentce367a24fca09bb1fa05da167f36db54712c8fa1 (diff)
Sync locales
Diffstat (limited to 'app/Locale/ja_JP/translations.php')
-rw-r--r--app/Locale/ja_JP/translations.php25
1 files changed, 19 insertions, 6 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index 061a2069..589917f0 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -154,8 +154,6 @@ return array(
'%d closed tasks' => '%d 個のクローズしたタスク',
'No task for this project' => 'このプロジェクトにタスクがありません',
'Public link' => '公開アクセス用リンク',
- 'Change assignee' => '担当を変更する',
- 'Change assignee for the task "%s"' => 'タスク「%s」の担当を変更する',
'Timezone' => 'タイムゾーン',
'Sorry, I didn\'t find this information in my database!' => 'データベース上で情報が見つかりませんでした!',
'Page not found' => 'ページが見つかりません',
@@ -248,7 +246,6 @@ return array(
'Category' => 'カテゴリ',
'Category:' => 'カテゴリ:',
'Categories' => 'カテゴリ',
- 'Category not found.' => 'カテゴリが見つかりません',
'Your category have been created successfully.' => 'カテゴリを作成しました。',
'Unable to create your category.' => 'カテゴリの作成に失敗しました。',
'Your category have been updated successfully.' => 'カテゴリを更新しました。',
@@ -270,7 +267,6 @@ return array(
'Do you really want to remove this file: "%s"?' => 'ファイル「%s」を削除しますか?',
'Attachments' => '添付',
'Edit the task' => 'タスクを変更する',
- 'Edit the description' => '説明を変更する',
'Add a comment' => 'コメントの追加',
'Edit a comment' => 'コメントを変更する',
'Summary' => '概要',
@@ -368,7 +364,6 @@ return array(
'No external authentication enabled.' => '外部認証が設定されていません。',
'Password modified successfully.' => 'パスワードを変更しました。',
'Unable to change the password.' => 'パスワードが変更できませんでした。',
- 'Change category for the task "%s"' => 'タスク「%s」のカテゴリの変更',
'Change category' => 'カテゴリの変更',
'%s updated the task %s' => '%s がタスク %s をアップデートしました',
'%s opened the task %s' => '%s がタスク %s をオープンしました',
@@ -485,7 +480,6 @@ return array(
'Remove a swimlane' => 'スイムレーンの削除',
'Show default swimlane' => 'デフォルトスイムレーンの表示',
'Swimlane modification for the project "%s"' => '「%s」に対するスイムレーン変更',
- 'Swimlane not found.' => 'スイムレーンが見つかりません。',
'Swimlane removed successfully.' => 'スイムレーンを削除しました。',
'Swimlanes' => 'スイムレーン',
'Swimlane updated successfully.' => 'スイムレーンを更新しました。',
@@ -1202,4 +1196,23 @@ return array(
// 'Email transport' => '',
// 'Webhook token' => '',
// 'Imports' => '',
+ // 'Project tags management' => '',
+ // 'Tag created successfully.' => '',
+ // 'Unable to create this tag.' => '',
+ // 'Tag updated successfully.' => '',
+ // 'Unable to update this tag.' => '',
+ // 'Tag removed successfully.' => '',
+ // 'Unable to remove this tag.' => '',
+ // 'Global tags management' => '',
+ // 'Tags' => '',
+ // 'Tags management' => '',
+ // 'Add new tag' => '',
+ // 'Edit a tag' => '',
+ // 'Project tags' => '',
+ // 'There is no specific tag for this project at the moment.' => '',
+ // 'Tag' => '',
+ // 'Remove a tag' => '',
+ // 'Do you really want to remove this tag: "%s"?' => '',
+ // 'Global tags' => '',
+ // 'There is no global tag at the moment.' => '',
);