Skip to content

Commit 21b0800

Browse files
committed
Fix text_disabled_customize and text_unable_to_customize_plugin_messages #30
1 parent 073ab0d commit 21b0800

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/locales/en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ en:
88
text_placeholder_choose_key: Please select the message you want to change.
99
text_description_of_search_box: You can enter search terms in the search box to narrow down the results.
1010
text_for_your_reference: If you do not know how to write, please refer to "%{value}".
11-
text_disabled_customize: Message customization by this plugin is disabled.
12-
text_unable_to_customize_plugin_messages: Impossible to customize the plugin messages.
11+
text_disabled_customize: All message customizations are disabled.
12+
text_unable_to_customize_plugin_messages: Impossible to customize the messages of the plugins.
1313

1414
error_unused_keys: The keys not present in Redmine are used.
1515
error_unavailable_languages: The languages not present in Redmine are used.

config/locales/ja.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ja:
88
text_placeholder_choose_key: 変更したい文言を選択してください。
99
text_description_of_search_box: 検索ボックスにキーワードを入力することで、選択肢を絞り込むことが出来ます。
1010
text_for_your_reference: "もし書き方がわからない場合は、「%{value}」が参考になるはずです。"
11-
text_disabled_customize: このプラグインによるメッセージのカスタマイズは無効になっています
12-
text_unable_to_customize_plugin_messages: "プラグインのメッセージはカスタマイズできません。"
11+
text_disabled_customize: メッセージのカスタマイズはすべて無効になっています
12+
text_unable_to_customize_plugin_messages: Redmineに入っているプラグインのメッセージはカスタマイズできません。
1313

1414
error_unused_keys: Redmineに存在しないキーが利用されています。
1515
error_unavailable_languages: Redmineで利用できない言語が利用されています。

0 commit comments

Comments
 (0)