platform/plugins/notification-assets/lang/zh.json
Xiaoyu ec655fd28a
Add Support for Chinese Language (#5859)
Signed-off-by: dingdayu <dingxiaoyu.ddy@gmail.com>
Co-authored-by: dingdayu <dingxiaoyu.ddy@gmail.com>
2024-06-19 18:01:49 +07:00

54 lines
2.0 KiB
JSON

{
"string": {
"Notification": "通知",
"Notifications": "通知",
"NoNotifications": "没有通知",
"EmailNotification": "电子邮件",
"PlatformNotification": "平台内",
"Track": "跟踪",
"DontTrack": "不跟踪",
"BrowserNotification": "浏览器内",
"Remove": "删除通知",
"RemoveAll": "删除所有通知",
"MarkAllAsRead": "标记所有通知为已读",
"MarkAsRead": "标记为已读",
"MarkAsUnread": "标记为未读",
"Archive": "归档",
"Inbox": "收件箱",
"Collaborators": "合作者",
"Change": "更改",
"AddedRemoved": "添加/移除",
"YouAddedCollaborators": "您已被添加为合作者",
"YouRemovedCollaborators": "您已被移除为合作者",
"YouHaveJoinedTheConversation": "您已加入对话",
"ChangeCollaborators": "更改合作者",
"Activity": "活动",
"People": "人员",
"All": "全部",
"Read": "已读",
"Unread": "未读",
"CommonNotificationTitle": "{title}",
"CommonNotificationBody": "由 {senderName} 更新",
"CommonNotificationChanged": "{senderName} 更改了 {property}",
"CommonNotificationChangedProperty": "{senderName} 将 {property} 更改为 \"{newValue}\"",
"ChangedCollaborators": "更改了合作者",
"NewCollaborators": "新合作者",
"RemovedCollaborators": "移除的合作者",
"Edited": "编辑",
"Pinned": "置顶",
"Message": "消息",
"ArchiveAll": "归档全部",
"MarkReadAll": "全部标记为已读",
"MarkUnreadAll": "全部标记为未读",
"ArchiveAllConfirmationTitle": "归档所有通知?",
"ArchiveAllConfirmationMessage": "您确定要归档所有通知吗?此操作无法撤销。",
"StarDocument": "标记文档为星标",
"UnstarDocument": "取消文档星标",
"Unsubscribe": "取消订阅",
"Push": "推送",
"Unreads": "未读",
"EnablePush": "启用推送通知",
"NotificationBlockedInBrowser": "通知在您的浏览器中被阻止。请在浏览器设置中启用通知"
}
}