diff --git a/config/locales/en.yml b/config/locales/en.yml index 2a30a9d3a..6474bd957 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1298,6 +1298,7 @@ en: text_project_archive_confirmation: Are you sure you want to archive the '%{value}' project? text_users_bulk_destroy_head: 'You are about to delete the following users and remove all references to them. This cannot be undone. Often, locking users instead of deleting them is the better solution.' text_users_bulk_destroy_confirm: 'To confirm, please enter "%{yes}" below.' + text_users_remove_from_group_confirmation: Are you sure you want to remove the selected user(s) from the group %{group}? text_workflow_edit: Select a role and a tracker to edit the workflow text_are_you_sure: Are you sure? text_journal_changed: "%{label} changed from %{old} to %{new}" diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 05b9ab47d..8204c945f 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1418,6 +1418,7 @@ ja: field_is_member_of_group: グループ text_users_bulk_destroy_head: 以下のユーザーとこれらのユーザーへのすべての参照を削除しようとしています。削除後は元に戻せません。通常は削除よりロックのほうが適切です。 text_users_bulk_destroy_confirm: 削除する場合は確認のため "%{yes}" と入力してください。 + text_users_remove_from_group_confirmation: グループ「%{group}」から選択したユーザーを削除してもよろしいですか? permission_select_project_publicity: プロジェクトの公開/非公開 label_auto_watch_on_issue_created: 自分が作成したチケット field_any_searchable: 全検索対象テキスト