From: Jean-Philippe Lang Date: Wed, 21 Dec 2016 10:13:26 +0000 (+0000) Subject: Change English translation for label_user_mail_option_only_(assigned|owner) (#24177). X-Git-Tag: 3.4.0~478 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5a0884c90f71a43dbb1c1b10508050cbe2707a4a;p=redmine.git Change English translation for label_user_mail_option_only_(assigned|owner) (#24177). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16110 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/en.yml b/config/locales/en.yml index 89fdc8863..b5f771d4b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -863,8 +863,8 @@ en: label_user_mail_option_selected: "For any event on the selected projects only..." label_user_mail_option_none: "No events" label_user_mail_option_only_my_events: "Only for things I watch or I'm involved in" - label_user_mail_option_only_assigned: "Only for things I am assigned to" - label_user_mail_option_only_owner: "Only for things I am the owner of" + label_user_mail_option_only_assigned: "Only for things I watch or I am assigned to" + label_user_mail_option_only_owner: "Only for things I watch or I am the owner of" label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" label_registration_activation_by_email: account activation by email label_registration_manual_activation: manual account activation diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 279fbdd0f..c8df50fc0 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -764,9 +764,9 @@ ja: label_user_mail_option_all: "参加しているプロジェクトのすべての通知" label_user_mail_option_selected: "選択したプロジェクトのすべての通知..." label_user_mail_option_none: "通知しない" - label_user_mail_option_only_my_events: "ウォッチまたは関係している事柄のみ" - label_user_mail_option_only_assigned: "自分が担当している事柄のみ" - label_user_mail_option_only_owner: "自分が作成した事柄のみ" + label_user_mail_option_only_my_events: "ウォッチ中または自分が関係しているもの" + label_user_mail_option_only_assigned: "ウォッチ中または自分が担当しているもの" + label_user_mail_option_only_owner: "ウォッチ中または自分が作成したもの" label_user_mail_no_self_notified: 自分自身による変更の通知は不要 label_registration_activation_by_email: メールでアカウントを有効化 label_registration_manual_activation: 手動でアカウントを有効化