Skip to content

Commit e428b86

Browse files
committed
Fix gaps in en-US and zh-CN for crowdin
1 parent c6894ae commit e428b86

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

public/locales/zh-CN/application.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,20 @@
310310
},
311311
"share": {
312312
"expireInXDays": "{{num}} 天后到期",
313+
"days":"{{count}} day",
314+
"days_other":"{{count}} days",
313315
"expireInXHours": "{{num}} 小时后到期",
316+
"hours":"an hour",
317+
"hours_other":"{{count}} hours",
314318
"createdBy": "此分享由 <0>{{nick}}</0> 创建",
315319
"sharedBy": "<0>{{nick}}</0> 向您分享了 {{num}} 个文件",
320+
"files":"1 file",
321+
"files_other":"{{count}} files",
316322
"statistics": "{{views}} 次浏览 • {{downloads}} 次下载 • {{time}}",
323+
"views":"{{count}} view",
324+
"views_other":"{{count}} views",
325+
"downloads":"{{count}} download",
326+
"downloads_other":"{{count}} downloads",
317327
"privateShareTitle": "{{nick}} 的加密分享",
318328
"enterPassword": "输入分享密码",
319329
"continue": "继续",

public/locales/zh-CN/dashboard.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@
260260
"tCaptchaSecretKeyDes": "<0>图形验证页面</0> 获取到的的 App Secret Key"
261261
},
262262
"policy": {
263+
"sharp": "#",
263264
"name": "名称",
264265
"type": "类型",
265266
"childFiles": "下属文件数",

0 commit comments

Comments
 (0)