diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index ab30521c6..d57e369f6 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -1,17 +1,24 @@ OC.L10N.register( "deck", { + "Please provide a content for your comment." : "请提供评论内容", + "Posting the comment failed." : "发表评论失败", + "The comment has been deleted" : "评论已删除", "Remove user from card" : "把用户从卡片删除", "Hours" : "小时", "Minutes" : "分", "Deck" : "面板", "The card \"%s\" on \"%s\" has reached its due date." : "卡片 \"%s\" 在 \"%s\" 已经到期。", + "%s has mentioned you in a comment on \"%s\"." : "%s 在 “%s” 的评论中提到了您", + "{user} has mentioned you in a comment on \"%s\"." : "{user} 在 “%s” 的评论中提到了您", "The board \"%s\" has been shared with you by %s." : "面板 \"%s\" 已由 %s 共享给你。", "{user} has shared the board %s with you." : "{user} 共享面板 %s 给你。", "Finished" : "完成", "To review" : "回顾", "Action needed" : "需要操作", "Later" : "稍后", + "Done" : "完成", + "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck 是集成于 Nextcloud 中的一个看板风格的筹划工具,用于帮助进行个人规划与团队的项目安排。\n\n\n- 📥 把您的任务添加到卡片上,并将它们有序排列\n- 📄 将您的补充说明用markdown写下来\n- 🔖 利用指派标签更好地进行筹划\n- 👥 与您的团队,朋友或家人分享\n- 📎 附加文件并将它们嵌入到您的markdown说明中\n- 💬 用评论与您的团队讨论\n- ⚡ 在活动流中紧跟变化\n- 🚀 使你的项目井井有条", "Add a new stack" : "新增", "Submit" : "提交", "Show archived cards" : "显示已存档的卡片", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 95f5da4c5..51e5c694e 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -1,15 +1,22 @@ { "translations": { + "Please provide a content for your comment." : "请提供评论内容", + "Posting the comment failed." : "发表评论失败", + "The comment has been deleted" : "评论已删除", "Remove user from card" : "把用户从卡片删除", "Hours" : "小时", "Minutes" : "分", "Deck" : "面板", "The card \"%s\" on \"%s\" has reached its due date." : "卡片 \"%s\" 在 \"%s\" 已经到期。", + "%s has mentioned you in a comment on \"%s\"." : "%s 在 “%s” 的评论中提到了您", + "{user} has mentioned you in a comment on \"%s\"." : "{user} 在 “%s” 的评论中提到了您", "The board \"%s\" has been shared with you by %s." : "面板 \"%s\" 已由 %s 共享给你。", "{user} has shared the board %s with you." : "{user} 共享面板 %s 给你。", "Finished" : "完成", "To review" : "回顾", "Action needed" : "需要操作", "Later" : "稍后", + "Done" : "完成", + "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck 是集成于 Nextcloud 中的一个看板风格的筹划工具,用于帮助进行个人规划与团队的项目安排。\n\n\n- 📥 把您的任务添加到卡片上,并将它们有序排列\n- 📄 将您的补充说明用markdown写下来\n- 🔖 利用指派标签更好地进行筹划\n- 👥 与您的团队,朋友或家人分享\n- 📎 附加文件并将它们嵌入到您的markdown说明中\n- 💬 用评论与您的团队讨论\n- ⚡ 在活动流中紧跟变化\n- 🚀 使你的项目井井有条", "Add a new stack" : "新增", "Submit" : "提交", "Show archived cards" : "显示已存档的卡片",