fix i18n review comments and locale test robustness
This commit is contained in:
committed by
Nathan Esquenazi
parent
c4efe96725
commit
204dc23c6b
@@ -379,8 +379,10 @@ const LOCALES = {
|
||||
profile_gateway_stopped: 'Gateway stopped',
|
||||
profile_active: 'ACTIVE',
|
||||
profile_no_configuration: 'No configuration',
|
||||
profile_skill_count: (count) => `${count} skill${count === 1 ? '' : 's'}`,
|
||||
profile_use: 'Use',
|
||||
profile_switch_title: 'Switch to this profile',
|
||||
profile_delete_title: 'Delete this profile',
|
||||
manage_profiles: 'Manage profiles',
|
||||
profiles_load_failed: 'Failed to load profiles',
|
||||
profiles_busy_switch: 'Cannot switch profiles while agent is running',
|
||||
@@ -771,8 +773,10 @@ const LOCALES = {
|
||||
profile_gateway_stopped: 'Gateway stopped',
|
||||
profile_active: 'ACTIVE',
|
||||
profile_no_configuration: 'No configuration',
|
||||
profile_skill_count: (count) => `${count} habilidad${count === 1 ? '' : 'es'}`,
|
||||
profile_use: 'Use',
|
||||
profile_switch_title: 'Switch to this profile',
|
||||
profile_delete_title: 'Eliminar este perfil',
|
||||
manage_profiles: 'Manage profiles',
|
||||
profiles_load_failed: 'Failed to load profiles',
|
||||
profiles_busy_switch: 'Cannot switch profiles while agent is running',
|
||||
@@ -1358,8 +1362,10 @@ const LOCALES = {
|
||||
profile_gateway_stopped: '网关已停止',
|
||||
profile_active: '当前',
|
||||
profile_no_configuration: '无配置',
|
||||
profile_skill_count: (count) => `${count} 个技能`,
|
||||
profile_use: '使用',
|
||||
profile_switch_title: '切换到此配置档',
|
||||
profile_delete_title: '删除此配置档',
|
||||
manage_profiles: '管理配置档',
|
||||
profiles_load_failed: '加载配置档失败',
|
||||
profiles_busy_switch: 'Agent 运行中,无法切换配置档',
|
||||
|
||||
Reference in New Issue
Block a user