From cda7c0f997220e7c433df355e5653353a40663bf Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 6 Jan 2015 22:24:35 -0500 Subject: Change links in event templates --- app/Locale/ja_JP/translations.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app/Locale/ja_JP') diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 4143d801..f4f5215f 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -469,18 +469,18 @@ return array( 'Unable to change the password.' => 'パスワードが変更できませんでした。', 'Change category for the task "%s"' => 'タスク「%s」のカテゴリの変更', 'Change category' => 'カテゴリの変更', - '%s updated the task #%d' => '%s がタスク #%d をアップデートしました', - '%s open the task #%d' => '%s がタスク #%d をオープンしました', - '%s moved the task #%d to the position #%d in the column "%s"' => '%s がタスク #%d をポジション #%d カラム %s に移動しました', - '%s moved the task #%d to the column "%s"' => '%s がタスク #%d をカラム「%s」に移動しました', - '%s created the task #%d' => '%s がタスク #%d を作成しました', - '%s closed the task #%d' => '%s がタスク #%d をクローズしました', - '%s created a subtask for the task #%d' => '%s がタスク #%d のサブタスクを追加しました', - '%s updated a subtask for the task #%d' => '%s がタスク #%d のサブタスクを更新しました', + '%s updated the task %s' => '%s がタスク %s をアップデートしました', + '%s opened the task %s' => '%s がタスク %s をオープンしました', + '%s moved the task %s to the position #%d in the column "%s"' => '%s がタスク %s をポジション #%d カラム %s に移動しました', + '%s moved the task %s to the column "%s"' => '%s がタスク %s をカラム「%s」に移動しました', + '%s created the task %s' => '%s がタスク %s を作成しました', + '%s closed the task %s' => '%s がタスク %s をクローズしました', + '%s created a subtask for the task %s' => '%s がタスク %s のサブタスクを追加しました', + '%s updated a subtask for the task %s' => '%s がタスク %s のサブタスクを更新しました', 'Assigned to %s with an estimate of %s/%sh' => '担当者 %s に予想 %s/%sh に変更されました', 'Not assigned, estimate of %sh' => '担当者無しで予想 %sh に変更されました', - '%s updated a comment on the task #%d' => '%s がタスク #%d のコメントを更新しました', - '%s commented the task #%d' => '%s がタスク #%d にコメントしました', + '%s updated a comment on the task %s' => '%s がタスク %s のコメントを更新しました', + '%s commented the task %s' => '%s がタスク %s にコメントしました', '%s\'s activity' => '%s のアクティビティ', 'No activity.' => 'アクティビティなし。', 'RSS feed' => 'RSS フィード', @@ -499,7 +499,7 @@ return array( 'Default columns for new projects (Comma-separated)' => '新規プロジェクトのデフォルトカラム (コンマで区切って入力)', 'Task assignee change' => '担当者の変更', '%s change the assignee of the task #%d to %s' => '%s がタスク #%d の担当を %s に変更しました', - '%s change the assignee of the task #%d to %s' => '%s がタスク #%d の担当を %s に変更しました', + '%s changed the assignee of the task %s to %s' => '%s がタスク %s の担当を %s に変更しました', '[%s][Column Change] %s (#%d)' => '[%s][カラムの変更] %s (#%d)', '[%s][Position Change] %s (#%d)' => '[%s][位置の変更] %s (#%d)', '[%s][Assignee Change] %s (#%d)' => '[%s][担当者変更] %s (#%d)', -- cgit v1.2.3