Browse Source
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.
pull/947/head
Eugene Young
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
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": "转换器序号", |
|
|
|
|