diff options
author | Go MAEDA <maeda@farend.jp> | 2019-08-14 02:40:56 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-08-14 02:40:56 +0000 |
commit | beeacb2c2a833cfffc83d05ccb4317cb41654374 (patch) | |
tree | 72dceddde159ee2d667529584a01fe1411ed5577 /config/locales/zh.yml | |
parent | 3bf7956ce00fd60f8bfa84c47b67fa2f52bcff6f (diff) | |
download | redmine-beeacb2c2a833cfffc83d05ccb4317cb41654374.tar.gz redmine-beeacb2c2a833cfffc83d05ccb4317cb41654374.zip |
Replace RMagick with MiniMagick (#30492).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18366 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh.yml')
-rw-r--r-- | config/locales/zh.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 00ce1c9a1..3616c7167 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -872,7 +872,7 @@ zh: text_default_administrator_account_changed: 默认的管理员帐号已改变 text_file_repository_writable: 附件路径可写 text_plugin_assets_writable: 插件的附件路径可写 - text_rmagick_available: RMagick 可用(可选的) + text_minimagick_available: MiniMagick 可用(可选的) text_destroy_time_entries_question: 您要删除的问题已经上报了 %{hours} 小时的工作量。您想进行那种操作? text_destroy_time_entries: 删除上报的工作量 text_assign_time_entries_to_project: 将已上报的工作量提交到项目中 |