summaryrefslogtreecommitdiff
path: root/app/Locale/ja_JP/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-10-20 14:47:04 -0700
committerFrederic Guillot <fred@kanboard.net>2017-10-20 14:47:04 -0700
commited98f95cfa4a31609b98fc8354b62a8895f68cda (patch)
tree48f213463e2683a1848228631a381daa86937f14 /app/Locale/ja_JP/translations.php
parentf1ef49823c38227cab4f28a0a2378556893850c2 (diff)
Add bulk subtasks creation
Diffstat (limited to 'app/Locale/ja_JP/translations.php')
-rw-r--r--app/Locale/ja_JP/translations.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index 8d85fa1d..f25f25fa 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -273,7 +273,6 @@ return array(
'Sub-task updated successfully.' => 'サブタスクを更新しました',
'Unable to update your sub-task.' => 'サブタスクの更新に失敗しました',
'Unable to create your sub-task.' => 'サブタスクの追加に失敗しました',
- 'Sub-task added successfully.' => 'サブタスクを追加しました',
'Maximum size: ' => '最大:',
'Display another project' => '別のプロジェクトを表示',
'Created by %s' => '%s が作成',
@@ -1207,7 +1206,6 @@ return array(
'Preview' => 'プレビュー',
'Write' => '書込み',
'Write your text in Markdown' => 'Markdownで入力',
- 'New External Task: %s' => '新しい外部タスク:%s',
'No personal API access token registered.' => '個人APIアクセストークンは登録されていません',
'Your personal API access token is "%s"' => 'あなたのパーソナルAPIアクセストークン "%s"',
'Remove your token' => 'あなたのトークンを削除する',
@@ -1344,4 +1342,7 @@ return array(
// 'Subtask not started' => '',
// 'Subtask currently in progress' => '',
// 'Subtask completed' => '',
+ // 'Subtask added successfully.' => '',
+ // '%d subtasks added successfully.' => '',
+ // 'Enter one subtask by line.' => '',
);