Defect #5225
closed
There is an untranslation message
Added by Sheng Wang over 14 years ago.
Updated over 14 years ago.
Description
Specific location:
app/controllers/roles_controller.rb
flash[:error] = 'This role is in use and can not be deleted.'
There are similar untranslated error messages like these
app/controllers/auth_sources_controller.rb:66: flash[:error] = "Unable to connect (#{text})"
app/controllers/custom_fields_controller.rb:59: flash[:error] = "Unable to delete custom field"
app/controllers/trackers_controller.rb:58: flash[:error] = "This tracker contains issues and can\'t be deleted."
- Due date set to 2010-04-03
- Status changed from New to Closed
- Target version set to 0.9.4
OK, fixed, thank you for issue.
About these four field's Chinese translation are following:
error_can_not_delete_custom_field: 不能删除自定义属性
error_unable_to_connect: 不能连接到 ({{value}})
error_can_not_remove_role: 该角色正在使用中, 不能删除.
error_can_not_delete_tracker: 该跟踪标签包含问题, 不能删除.
Also available in: Atom
PDF