i18n(zh-CN): add Chinese translation
This commit is contained in:
parent
3f48f6bb6f
commit
dd5230c0be
11 changed files with 137 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] 1 小时前
|
||||
*[other] {$duration} 小时前
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] 1 分钟前
|
||||
*[other] {$duration} 分钟前
|
||||
}
|
||||
show-less = 展示更少
|
||||
show-more = 展示更多 {$more} 条信息
|
||||
clear-all = 清除所有通知
|
||||
do-not-disturb = 免打扰
|
||||
notification-settings = 通知设置...
|
||||
no-notifications = 无通知
|
||||
Loading…
Add table
Add a link
Reference in a new issue