diff options
author | Go MAEDA <maeda@farend.jp> | 2021-08-17 12:41:58 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-08-17 12:41:58 +0000 |
commit | 33b5cf1c7316b7bd176c2ecead46b962faaadda0 (patch) | |
tree | 3da09641d80e7efb4f10fe18dc7aca0244b2116b /config/locales | |
parent | 001252d966508dac4d9bf29a8a4487d811c00b8f (diff) | |
download | redmine-33b5cf1c7316b7bd176c2ecead46b962faaadda0.tar.gz redmine-33b5cf1c7316b7bd176c2ecead46b962faaadda0.zip |
Rename the save, edit and delete buttons on the query form to clarify the scope (#34494).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21191 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 3 | ||||
-rw-r--r-- | config/locales/ja.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 90eff9ad3..952138bf4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1182,6 +1182,9 @@ en: button_filter: Filter button_actions: Actions button_add_subtask: Add subtask + button_save_object: "Save %{object_name}" + button_edit_object: "Edit %{object_name}" + button_delete_object: "Delete %{object_name}" status_active: active status_registered: registered diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 29a9bff1a..e5c153d51 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -867,6 +867,9 @@ ja: button_configure: 設定 button_quote: 引用 button_show: 表示 + button_save_object: "%{object_name}を保存" + button_edit_object: "%{object_name}を編集" + button_delete_object: "%{object_name}を削除" status_active: 有効 status_registered: 登録 |