Browse Source

Update locale.constant-zh_CN.json

pull/9927/head
fulai 3 years ago
parent
commit
3c0b4b2029
  1. 6
      ui-ngx/src/assets/locale/locale.constant-zh_CN.json

6
ui-ngx/src/assets/locale/locale.constant-zh_CN.json

@ -2961,7 +2961,7 @@
"image": {
"gallery": "图像库",
"search": "搜索图像",
"selected-images": "{count, plural, =1 {已选择 1 个图像} other {已选择 # 个图像}}",
"selected-images": "已选择 { count, plural, =1 {1 个图像} other {# 个图像} }",
"created-time": "创建时间",
"name": "名称",
"name-required": "名称不能为空。",
@ -2976,9 +2976,9 @@
"image-details": "图像详情",
"no-images": "未找到图像",
"delete-image": "删除图像",
"delete-image-title": "确定要删除图像“{{imageTitle}}”吗?",
"delete-image-title": "确定要删除图像 '{{imageTitle}}' 吗?",
"delete-image-text": "请注意,确认后图像将无法恢复。",
"delete-images-title": "确定要删除{count, plural, =1 {1 个图像} other {# 个图像}}吗?",
"delete-images-title": "确定要删除 { count, plural, =1 {1 个图像} other {# 个图像} } 吗?",
"delete-images-text": "请注意,确认后所有选定的图像都将被删除,并且所有相关数据将无法恢复。",
"list-mode": "列表视图",
"grid-mode": "网格视图",

Loading…
Cancel
Save