From db6e98412109b1bf85adef0be40e9d16cd45605a Mon Sep 17 00:00:00 2001 From: Eugene Young Date: Thu, 19 Jul 2018 17:28:51 +0800 Subject: [PATCH] locale.constant-zh_CN.json Translation that does not conform to development rules cause UI to not display correctly. And there's a wrong word. --- ui/src/app/locale/locale.constant-zh_CN.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/app/locale/locale.constant-zh_CN.json b/ui/src/app/locale/locale.constant-zh_CN.json index b55305a68e..037230d8a6 100644 --- a/ui/src/app/locale/locale.constant-zh_CN.json +++ b/ui/src/app/locale/locale.constant-zh_CN.json @@ -771,11 +771,11 @@ }, "extension": { "extensions": "扩展", - "selected-extensions": "{ count, plural, 1 {1 扩展} 其它 {# 扩展} } 被选择", + "selected-extensions": "{ count, plural, 1 {1 扩展} other {# 扩展} } 被选择", "type": "类型", - "key": "健名", + "key": "键名", "value": "值", - "id": "Id", + "id": "ID", "extension-id": "扩展ID", "extension-type": "扩展类型", "transformer-json": "JSON *", @@ -785,7 +785,7 @@ "edit": "编辑扩展", "delete-extension-title": "确实要删除扩展名'{{extensionId}}'吗?", "delete-extension-text": "小心,确认后,扩展和所有相关数据将变得不可恢复。", - "delete-extensions-title": "您确定要删除 { count, plural, 1 {1 表达式} 其它 {# 表达式} }吗?", + "delete-extensions-title": "您确定要删除 { count, plural, 1 {1 表达式} other {# 表达式} }吗?", "delete-extensions-text": "小心,确认后,所有选定的扩展将被删除。", "converters": "转换器", "converter-id": "转换器序号",