Actions
Defect #5225
closedThere is an untranslation message
Start date:
2010-03-31
Due date:
2010-04-03
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Specific location:
app/controllers/roles_controller.rb
flash[:error] = 'This role is in use and can not be deleted.'
Updated by Yuki Kita over 14 years ago
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."
Updated by Azamat Hackimov over 14 years ago
- 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.
Updated by Sheng Wang over 14 years ago
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: 该跟踪标签包含问题, 不能删除.
Actions