diff options
author | Go MAEDA <maeda@farend.jp> | 2021-01-25 05:56:32 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-01-25 05:56:32 +0000 |
commit | 2b0a94421cfd860f0d6de57eca15602a8c1786c5 (patch) | |
tree | d32675585369895faa8fa8831f2b7c6e7eb6aa44 /config/locales/ja.yml | |
parent | 1fd6805940699dfa8805b5f7636f85074d97adfb (diff) | |
download | redmine-2b0a94421cfd860f0d6de57eca15602a8c1786c5.tar.gz redmine-2b0a94421cfd860f0d6de57eca15602a8c1786c5.zip |
Japanese translation update (#34623).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@20727 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ja.yml')
-rw-r--r-- | config/locales/ja.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 96af51567..950ba4027 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1372,5 +1372,4 @@ ja: text_user_destroy_confirmation: 本当にこのユーザーとこのユーザーへのすべての参照を削除しますか? 削除後は元に戻せません。通常は削除よりロックのほうが適切です。削除する場合は確認のためログインID (%{login}) を入力してください。 text_project_destroy_enter_identifier: 確認のためプロジェクト識別子 (%{identifier}) を入力してください。 button_add_subtask: 子チケットを追加 - notice_invalid_watcher: 'Invalid watcher: User will not receive any notifications - because it does not have access to view this object.' + notice_invalid_watcher: '無効なウォッチャー: このオブジェクトを表示できないユーザーですので通知は行われません。' |