Project

General

Profile

Actions

Defect #5225

closed

There is an untranslation message

Added by Sheng Wang almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Category:
Translations
Target version:
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.'

Actions #1

Updated by Yuki Kita almost 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." 
Actions #2

Updated by Azamat Hackimov almost 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.

Actions #3

Updated by Sheng Wang almost 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

Also available in: Atom PDF