From 5a8a478386196bd8346b1ce1bd54d1936aefa659 Mon Sep 17 00:00:00 2001 From: shiyue <935732994@qq.com> Date: Sun, 23 Aug 2026 11:58:02 +0800 Subject: [PATCH] feat: add Chinese translations --- .dockerignore | 4 + .gitignore | 5 +- apps/web/i18n.json | 2 +- apps/web/lingui.config.ts | 2 +- apps/web/src/hooks/useLocalisation.ts | 3 +- apps/web/src/locales/index.ts | 4 +- apps/web/src/locales/zh-CN/messages.json | 12735 +++++++++++++++++++++ apps/web/src/locales/zh-CN/messages.ts | 1 + apps/web/src/providers/lingui.tsx | 27 +- apps/web/src/utils/i18n.ts | 2 + 10 files changed, 12777 insertions(+), 8 deletions(-) create mode 100644 apps/web/src/locales/zh-CN/messages.json create mode 100644 apps/web/src/locales/zh-CN/messages.ts diff --git a/.dockerignore b/.dockerignore index c7e7afdf..79ed3489 100644 --- a/.dockerignore +++ b/.dockerignore @@ -60,3 +60,7 @@ pnpm-debug.log # Cloud compose (separate deployment) cloud/ + +# Local temporary caches +.pnpm-store +v8-compile-cache-0 diff --git a/.gitignore b/.gitignore index 1ba31907..9bca787f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ node_modules .pnp .pnp.js +.pnpm/ +.pnpm-store/ +v8-compile-cache-0/ # testing coverage @@ -58,4 +61,4 @@ i18n.cache # local scripts scripts/ -.claude \ No newline at end of file +.claude diff --git a/apps/web/i18n.json b/apps/web/i18n.json index bb16ed65..7921a7c1 100644 --- a/apps/web/i18n.json +++ b/apps/web/i18n.json @@ -2,7 +2,7 @@ "version": "1.10", "locale": { "source": "en", - "targets": ["fr", "de", "es", "it", "nl", "ru", "pl", "pt-BR"] + "targets": ["fr", "de", "es", "it", "nl", "ru", "pl", "pt-BR", "zh-CN"] }, "buckets": { "json": { diff --git a/apps/web/lingui.config.ts b/apps/web/lingui.config.ts index 9ee52a68..86c51d18 100644 --- a/apps/web/lingui.config.ts +++ b/apps/web/lingui.config.ts @@ -3,7 +3,7 @@ import { formatter } from "@lingui/format-json"; export default defineConfig({ - locales: ["en", "fr", "de", "es", "it", "nl", "ru", "pl", "pt-BR"], + locales: ["en", "fr", "de", "es", "it", "nl", "ru", "pl", "pt-BR", "zh-CN"], sourceLocale: "en", catalogs: [ { diff --git a/apps/web/src/hooks/useLocalisation.ts b/apps/web/src/hooks/useLocalisation.ts index b80d028c..af289c4d 100644 --- a/apps/web/src/hooks/useLocalisation.ts +++ b/apps/web/src/hooks/useLocalisation.ts @@ -1,6 +1,6 @@ import type { Locale as DateFnsLocale } from "date-fns"; import { useLingui } from "@lingui/react"; -import { de, enGB, es, fr, it, nl, pl, ptBR, ru } from "date-fns/locale"; +import { de, enGB, es, fr, it, nl, pl, ptBR, ru, zhCN } from "date-fns/locale"; import type { Locale } from "~/locales"; import { useLinguiContext } from "~/providers/lingui"; @@ -20,6 +20,7 @@ export function useLocalisation() { ru, pl, ptbr: ptBR, + "zh-CN": zhCN, }; const currentDateLocale = dateLocaleMap[locale] ?? enGB; diff --git a/apps/web/src/locales/index.ts b/apps/web/src/locales/index.ts index 712ecdb3..8a0ee0d0 100644 --- a/apps/web/src/locales/index.ts +++ b/apps/web/src/locales/index.ts @@ -7,7 +7,8 @@ export const locales = [ "nl", "ru", "pl", - "ptbr" + "ptbr", + "zh-CN", ] as const; export type Locale = (typeof locales)[number]; @@ -24,4 +25,5 @@ export const localeNames: Record = { ru: "Русский", pl: "Polski", ptbr: "Português", + "zh-CN": "简体中文", }; diff --git a/apps/web/src/locales/zh-CN/messages.json b/apps/web/src/locales/zh-CN/messages.json new file mode 100644 index 00000000..1feed89b --- /dev/null +++ b/apps/web/src/locales/zh-CN/messages.json @@ -0,0 +1,12735 @@ +{ + "X0N0PA": { + "message": " (edited)", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Comment.tsx", + 153 + ] + ], + "translation": "(编辑)" + }, + "lGjicL": { + "message": ", or see our", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FeedbackModal.tsx", + 102 + ] + ], + "translation": ",或参阅我们的" + }, + "J/hVSQ": { + "message": "{0}", + "placeholders": { + "0": [ + "isTemplate ? \"Templates\" : \"Boards\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/boards/index.tsx", + 62 + ] + ], + "translation": "{0}" + }, + "JArWcF": { + "message": "{0} | {1}", + "placeholders": { + "0": [ + "card?.title ?? t`Card`", + "isTemplate ? \"Templates\" : \"Boards\"" + ], + "1": [ + "board?.name ?? t`Board`", + "workspace.name ?? t`Workspace`" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/boards/index.tsx", + 57 + ], + [ + "src/views/card/index.tsx", + 321 + ] + ], + "translation": "{0} | {1}" + }, + "mU+M00": { + "message": "{0} has been added to your favorites.", + "placeholders": { + "0": [ + "boardName ?? \"Board\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 60 + ] + ], + "translation": "{0}已添加到您的收藏夹中。" + }, + "bDI6VI": { + "message": "{0} has been removed from your favorites.", + "placeholders": { + "0": [ + "boardName ?? \"Board\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 61 + ] + ], + "translation": "{0}已从您的收藏夹中删除。" + }, + "CJukzS": { + "message": "{0} labels", + "placeholders": { + "0": [ + "labelPublicIds.length" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewCardForm.tsx", + 462 + ] + ], + "translation": "{0}标签" + }, + "9x4DAL": { + "message": "{0} not found", + "placeholders": { + "0": [ + "isTemplate ? \"Template\" : \"Board\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 570 + ] + ], + "translation": "没有找到{0}" + }, + "0xWkkH": { + "message": "{boardCount, plural, one {Import board (1)} other {Import boards ({boardCount})}}", + "placeholders": { + "boardCount": [ + "boardCount" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 489 + ] + ], + "translation": "{boardCount, plural, one {导入看板 (1)} other {导入看板 ({boardCount})}}" + }, + "yndBF+": { + "message": "{projectCount, plural, one {Import project (1)} other {Import projects ({projectCount})}}", + "placeholders": { + "projectCount": [ + "projectCount" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 341 + ] + ], + "translation": "{projectCount, plural, one {导入项目 (1)} other {导入项目 ({projectCount})}}" + }, + "9lFfqv": { + "message": "/month", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 207 + ] + ], + "translation": "/月" + }, + "be30i9": { + "message": "$0", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 30 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 30 + ] + ], + "translation": "$0" + }, + "kuoc68": { + "message": "$10/month", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 169 + ], + [ + "src/views/members/components/InviteMemberForm.tsx", + 181 + ] + ], + "translation": "10美元/月" + }, + "F4KRmY": { + "message": "$8/month", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 181 + ] + ], + "translation": "8美元/月" + }, + "zMlxCA": { + "message": "1 user", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 82 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 36 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 35 + ] + ], + "translation": "1用户" + }, + "o8adVG": { + "message": "10mb file uploads", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 90 + ] + ], + "translation": "10mb文件上传" + }, + "gkxGkF": { + "message": "14 day free trial · Switch plans or cancel anytime", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 66 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 88 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 263 + ] + ], + "translation": "·随时切换计划或取消" + }, + "4obmDr": { + "message": "404 - Page Not Found | kan.bn", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/404.tsx", + 11 + ] + ], + "translation": "404 -网页未找到|kan.bn" + }, + "/rn4RE": { + "message": "A powerful, flexible kanban app that helps you organise work, track progress, and deliver results—all in one place.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/index.tsx", + 71 + ] + ], + "translation": "一个功能强大,灵活的看板应用程序,可以帮助您组织工作,跟踪进度并交付结果-所有这些都在一个地方。" + }, + "AeXO77": { + "message": "Account", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SettingsLayout.tsx", + 41 + ] + ], + "translation": "账户" + }, + "TKFUnX": { + "message": "Account deleted", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteAccountConfirmation.tsx", + 27 + ] + ], + "translation": "帐户被删除" + }, + "g9NChz": { + "message": "Account manager", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 283 + ] + ], + "translation": "客户经理" + }, + "7L01XJ": { + "message": "Actions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/providers/keyboard-shortcuts.tsx", + 56 + ] + ], + "translation": "行动" + }, + "JEt3q7": { + "message": "Activate | kan.bn", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/partner/activate.tsx", + 46 + ] + ], + "translation": "激活| kan.bn" + }, + "mkehy7": { + "message": "Activate your account", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/partner/activate.tsx", + 56 + ] + ], + "translation": "激活您的帐户" + }, + "F6pfE9": { + "message": "Active", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/index.tsx", + 30 + ], + [ + "src/views/settings/components/NewWebhookModal.tsx", + 321 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 106 + ] + ], + "translation": "活跃的" + }, + "XJOV1Y": { + "message": "Activity", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/index.tsx", + 476 + ], + [ + "src/views/public/board/CardModal.tsx", + 209 + ] + ], + "translation": "活动" + }, + "D0esZz": { + "message": "Activity log", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 148 + ] + ], + "translation": "活动日志" + }, + "tMYIu7": { + "message": "Activity logs", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 110 + ] + ], + "translation": "活动日志" + }, + "UGCIzB": { + "message": "Add / edit label", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextMenu.tsx", + 50 + ] + ], + "translation": "添加/编辑标签" + }, + "B3xxao": { + "message": "Add a card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/List.tsx", + 136 + ] + ], + "translation": "添加卡片" + }, + "qtE5nt": { + "message": "Add an item...", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/NewChecklistItemForm.tsx", + 141 + ] + ], + "translation": "添加一个项目…" + }, + "Gxxi5J": { + "message": "Add checklist", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Dropdown.tsx", + 123 + ] + ], + "translation": "添加检查清单" + }, + "ngBZOd": { + "message": "Add comment... (type '/' to open commands or '@' to mention)", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Comment.tsx", + 185 + ], + [ + "src/views/card/components/NewCommentForm.tsx", + 85 + ] + ], + "translation": "添加评论…(键入‘/’打开命令或键入‘@’提及)" + }, + "gL/7jw": { + "message": "Add description... (type '/' to open commands or '@' to mention)", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Editor.tsx", + 499 + ] + ], + "translation": "添加描述…(键入‘/’打开命令或键入‘@’提及)" + }, + "abUZlY": { + "message": "Add details...", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ChecklistItemRow.tsx", + 169 + ] + ], + "translation": "添加细节…" + }, + "lyqwgn": { + "message": "Add label", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/LabelSelector.tsx", + 114 + ], + [ + "src/views/card/components/LabelSelector.tsx", + 119 + ] + ], + "translation": "添加标签" + }, + "PCIlOO": { + "message": "Add member", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/MemberSelector.tsx", + 135 + ], + [ + "src/views/members/components/InviteMemberForm.tsx", + 243 + ] + ], + "translation": "添加成员" + }, + "pBsoKL": { + "message": "Add to favorites", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 137 + ] + ], + "translation": "添加到收藏夹" + }, + "cWXW+7": { + "message": "Add webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/WebhookSettings.tsx", + 36 + ] + ], + "translation": "添加Webhook" + }, + "bmXKoX": { + "message": "added {0} labels: <0>{labelList}", + "placeholders": { + "0": [ + "mergedLabels.length" + ], + "labelList": [ + "labelList" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 102 + ] + ], + "translation": "增加了{0}标签:<0>{labelList}" + }, + "h4VV67": { + "message": "added a checklist", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 132 + ] + ], + "translation": "增加了一个检查清单" + }, + "O83K21": { + "message": "added a checklist item", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 135 + ] + ], + "translation": "增加了一个检查检查清单项" + }, + "T21jY/": { + "message": "added a label to the card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 128 + ] + ], + "translation": "在卡片上添加标签" + }, + "rs7L54": { + "message": "added a member to the card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 130 + ] + ], + "translation": "向卡中添加了一个成员" + }, + "5y6qY8": { + "message": "added an attachment", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 140 + ] + ], + "translation": "添加了一个附件" + }, + "CujNX4": { + "message": "added an attachment <0>{0}", + "placeholders": { + "0": [ + "truncate(filename)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 278 + ] + ], + "translation": "增加了附件<0>{0}" + }, + "wakO3W": { + "message": "added checklist <0>{0}", + "placeholders": { + "0": [ + "truncate(toTitle)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 208 + ] + ], + "translation": "增加了检查表<0>{0}" + }, + "E0t3jO": { + "message": "added checklist item <0>{0}", + "placeholders": { + "0": [ + "truncate(toTitle)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 232 + ] + ], + "translation": "增加了检查项<0>{0}" + }, + "b5FKyH": { + "message": "added label <0>{0}", + "placeholders": { + "0": [ + "truncate(label)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 192 + ] + ], + "translation": "增加了标签<0>{0}" + }, + "pL78ec": { + "message": "Added to favorites", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 57 + ] + ], + "translation": "添加到收藏夹" + }, + "14Xi3Z": { + "message": "Adding a new member will cost an additional {price} ({billingType}) per seat.", + "placeholders": { + "price": [ + "price" + ], + "billingType": [ + "billingType" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 320 + ] + ], + "translation": "添加一个新成员将花费额外的{price} ({billingType})每个座位。" + }, + "D7/JvJ": { + "message": "Adjust the square crop to fit your avatar.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/Avatar.tsx", + 256 + ] + ], + "translation": "调整方形裁剪以适合你的头像。" + }, + "U3pytU": { + "message": "Admin", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 221 + ] + ], + "translation": "管理" + }, + "3pIq39": { + "message": "Admin roles", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 264 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 265 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 266 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 267 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 55 + ] + ], + "translation": "管理角色" + }, + "Kec+/t": { + "message": "Advanced admin controls", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 103 + ] + ], + "translation": "高级管理控件" + }, + "/jd3aj": { + "message": "Advanced admin roles", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 268 + ] + ], + "translation": "高级管理角色" + }, + "YRk79X": { + "message": "Advanced security, compliance, and dedicated support for large organizations.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 97 + ] + ], + "translation": "为大型组织提供高级安全性、遵从性和专用支持。" + }, + "h2ztFt": { + "message": "All Free features +", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 56 + ] + ], + "translation": "所有免费功能+" + }, + "nryrgW": { + "message": "All member permission overrides have been reset to their role defaults.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/PermissionsSettings.tsx", + 26 + ] + ], + "translation": "所有成员权限覆盖已重置为其角色默认值。" + }, + "ZAs2NN": { + "message": "All Pro features +", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 101 + ] + ], + "translation": "所有专业功能+" + }, + "UQbwrz": { + "message": "All systems operational", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 18 + ] + ], + "translation": "所有系统运行正常" + }, + "EII/X8": { + "message": "All Teams features +", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 79 + ] + ], + "translation": "所有团队功能+" + }, + "Z3krJD": { + "message": "Allow workspace members to see each other's email addresses", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceEmailVisibilityForm.tsx", + 47 + ] + ], + "translation": "允许工作区成员看到彼此的电子邮件地址" + }, + "WnEwDO": { + "message": "Already have an account? <0><1>Sign in", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/partner/activate.tsx", + 96 + ], + [ + "src/views/auth/signup/index.tsx", + 90 + ] + ], + "translation": "已经有账户了吗?<0><1>Sign in" + }, + "j1+HPc": { + "message": "An error occurred while connecting your GitHub account.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 107 + ] + ], + "translation": "连接GitHub帐户时发生错误。" + }, + "Dz63YI": { + "message": "An error occurred while disconnecting your GitHub account.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 130 + ] + ], + "translation": "断开GitHub帐户连接时发生错误。" + }, + "WmPhYW": { + "message": "An error occurred while disconnecting your Trello account.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 87 + ] + ], + "translation": "断开Trello帐户连接时发生错误。" + }, + "ZXSPJt": { + "message": "An unexpected error occurred. Please try again later.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 122 + ] + ], + "translation": "发生意外错误。请稍后再试。" + }, + "YkfDoz": { + "message": "Annual", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 68 + ] + ], + "translation": "年度" + }, + "3bqt9U": { + "message": "Anyone with this link can join your workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 294 + ] + ], + "translation": "任何有此链接的人都可以加入您的工作区" + }, + "OZtEcz": { + "message": "API", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SettingsLayout.tsx", + 65 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 237 + ] + ], + "translation": "API" + }, + "ECJKc4": { + "message": "API key created", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewApiKeyModal.tsx", + 91 + ] + ], + "translation": "创建API 密钥" + }, + "pFKC6A": { + "message": "API key name", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewApiKeyModal.tsx", + 161 + ] + ], + "translation": "API 密钥名称" + }, + "nq7q3Z": { + "message": "API key name cannot exceed 30 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewApiKeyModal.tsx", + 25 + ] + ], + "translation": "API 密钥名称不能超过30个字符" + }, + "vbskQn": { + "message": "API key name is required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewApiKeyModal.tsx", + 24 + ] + ], + "translation": "输入API 密钥名称" + }, + "5h8ooz": { + "message": "API keys", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/ApiSettings.tsx", + 22 + ] + ], + "translation": "API 密钥" + }, + "j2+d/o": { + "message": "API Reference", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 31 + ] + ], + "translation": "API参考" + }, + "bJZm1W": { + "message": "Applicants", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 75 + ] + ], + "translation": "申请人" + }, + "yb/fjw": { + "message": "Approval", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 46 + ] + ], + "translation": "批准" + }, + "aKJHG+": { + "message": "Archive board", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 115 + ] + ], + "translation": "档案委员会" + }, + "TdfEV7": { + "message": "Archived", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/index.tsx", + 31 + ] + ], + "translation": "存档" + }, + "lo8xBK": { + "message": "Are you sure want to remove {entityLabel}?", + "placeholders": { + "entityLabel": [ + "entityLabel" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/members/components/DeleteMemberConfirmation.tsx", + 47 + ] + ], + "translation": "您确定要删除{entityLabel}吗?" + }, + "Ypy5pZ": { + "message": "Are you sure you want to delete the webhook \"{webhookName}\"? This action cannot be undone.", + "placeholders": { + "webhookName": [ + "webhookName" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWebhookConfirmation.tsx", + 69 + ] + ], + "translation": "您确定要删除Webhook“{webhookName}”吗?此操作不能撤消。" + }, + "BhDZlc": { + "message": "Are you sure you want to delete the workspace {0}?", + "placeholders": { + "0": [ + "workspace.name" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWorkspaceConfirmation.tsx", + 62 + ] + ], + "translation": "您确定要删除工作区 {0} 吗?" + }, + "DMeWZD": { + "message": "Are you sure you want to delete this {0}?", + "placeholders": { + "0": [ + "isTemplate ? \"template\" : \"board\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/board/components/DeleteBoardConfirmation.tsx", + 36 + ] + ], + "translation": "您确定要删除这个{0}吗?" + }, + "ZT4Khw": { + "message": "Are you sure you want to delete this card?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/DeleteCardConfirmation.tsx", + 75 + ] + ], + "translation": "您确定要删除这张卡吗?" + }, + "Fpci8b": { + "message": "Are you sure you want to delete this checklist?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/DeleteChecklistConfirmation.tsx", + 56 + ] + ], + "translation": "您确定要删除此检查清单吗?" + }, + "PRjvDT": { + "message": "Are you sure you want to delete this comment?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/DeleteCommentConfirmation.tsx", + 66 + ] + ], + "translation": "您确定要删除此评论吗?" + }, + "kECVpo": { + "message": "Are you sure you want to delete this label?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/DeleteLabelConfirmation.tsx", + 41 + ] + ], + "translation": "您确定要删除此标签吗?" + }, + "74F7N/": { + "message": "Are you sure you want to delete your account?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteAccountConfirmation.tsx", + 54 + ] + ], + "translation": "您确定要删除您的帐户吗?" + }, + "PyYD/v": { + "message": "assigned <0>{0} to the card", + "placeholders": { + "0": [ + "truncate(displayName)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 172 + ] + ], + "translation": "将<0>{0}赋值给卡片" + }, + "JUce1S": { + "message": "Assignees", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 199 + ] + ], + "translation": "因此可" + }, + "iVIGZb": { + "message": "Attachment uploaded", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/AttachmentUpload.tsx", + 45 + ] + ], + "translation": "附件上传" + }, + "1rWxEw": { + "message": "Awaiting Customer", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 59 + ] + ], + "translation": "等待客户" + }, + "iH8pgl": { + "message": "Back", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 298 + ] + ], + "translation": "回来" + }, + "KNKCTb": { + "message": "Backlog", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 23 + ] + ], + "translation": "待办事项列表" + }, + "Vt50G1": { + "message": "Basic Kanban", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 16 + ] + ], + "translation": "基本的看板" + }, + "Pat4r8": { + "message": "Basic Roadmap", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 28 + ] + ], + "translation": "基本路线图" + }, + "Cd4sTD": { + "message": "Best for individuals and solo creators getting started", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 32 + ] + ], + "translation": "最适合个人和独立创作者开始" + }, + "wsy94z": { + "message": "Best for large organizations with advanced needs", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 98 + ] + ], + "translation": "最适合有高级需求的大型组织" + }, + "UoSI+i": { + "message": "Best for small and growing teams that need collaboration", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 53 + ] + ], + "translation": "最适合需要协作的小型和成长中的团队" + }, + "zt/6cS": { + "message": "Best for small teams who want to collaborate and move faster together.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 91 + ] + ], + "translation": "最适合想要协作和快速移动的小团队。" + }, + "qaS+1/": { + "message": "Best for teams that want to scale without limits", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 76 + ] + ], + "translation": "最适合想要无限制扩展的团队" + }, + "ARvBT/": { + "message": "billed annually", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 182 + ] + ], + "translation": "每年收费" + }, + "+VoTOr": { + "message": "billed monthly", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 182 + ] + ], + "translation": "按月计费" + }, + "R+w/Va": { + "message": "Billing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SettingsLayout.tsx", + 58 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 68 + ], + [ + "src/views/settings/BillingSettings.tsx", + 88 + ] + ], + "translation": "计费" + }, + "9wdpwp": { + "message": "Billing portal", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/BillingSettings.tsx", + 98 + ] + ], + "translation": "计费门户" + }, + "4RoY9J": { + "message": "Blog Post", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 50 + ] + ], + "translation": "博客" + }, + "QD8opX": { + "message": "Board", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 543 + ], + [ + "src/views/card/index.tsx", + 321 + ], + [ + "src/views/public/board/index.tsx", + 125 + ] + ], + "translation": "董事会" + }, + "YhvWXb": { + "message": "Board analytics", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 85 + ] + ], + "translation": "板分析" + }, + "i0ZMQl": { + "message": "Board archived", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 47 + ] + ], + "translation": "委员会存档" + }, + "wE3hGS": { + "message": "Board moved", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/MoveBoardForm.tsx", + 33 + ] + ], + "translation": "板移动" + }, + "wewm3j": { + "message": "Board name cannot exceed 100 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/NewBoardForm.tsx", + 23 + ] + ], + "translation": "单板名称不能超过100个字符" + }, + "R1c3Mq": { + "message": "Board name is required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/NewBoardForm.tsx", + 22 + ] + ], + "translation": "董事会名称是必需的" + }, + "jwI32v": { + "message": "Board not found", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/public/board/index.tsx", + 181 + ] + ], + "translation": "找不到板子" + }, + "XNxYxq": { + "message": "Board templates", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 116 + ] + ], + "translation": "板模板" + }, + "tbNcu4": { + "message": "Board unarchived", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 47 + ] + ], + "translation": "董事会从未归档" + }, + "Xid3K6": { + "message": "Board URL can only contain letters, numbers, and hyphens", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/UpdateBoardSlugForm.tsx", + 46 + ] + ], + "translation": "“单板URL”只能包含字母、数字和连字符" + }, + "gv5kbo": { + "message": "Board URL cannot exceed 60 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/UpdateBoardSlugForm.tsx", + 44 + ] + ], + "translation": "“单板URL”不能超过60个字符" + }, + "8+BY11": { + "message": "Board URL copied to clipboard", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/UpdateBoardSlugButton.tsx", + 82 + ], + [ + "src/views/public/board/index.tsx", + 79 + ] + ], + "translation": "复制到剪贴板的URL" + }, + "TmvrjU": { + "message": "Board URL must be at least 3 characters long", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/UpdateBoardSlugForm.tsx", + 42 + ] + ], + "translation": "“看板 URL”长度至少为3个字符" + }, + "qzdST2": { + "message": "Board visibility", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 85 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 132 + ] + ], + "translation": "董事会的可见性" + }, + "PTzsxH": { + "message": "Board visibility updated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/VisibilityButton.tsx", + 49 + ] + ], + "translation": "董事会可见性更新" + }, + "8TveY+": { + "message": "Boards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SideNavigation.tsx", + 98 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 73 + ] + ], + "translation": "董事会" + }, + "0RE1AJ": { + "message": "Boards you archive will appear here.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/BoardsList.tsx", + 66 + ] + ], + "translation": "您存档的版面将出现在这里。" + }, + "ZDo4HN": { + "message": "Brainstorming", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 42 + ] + ], + "translation": "头脑风暴" + }, + "vXemf6": { + "message": "Bug", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 24 + ] + ], + "translation": "错误" + }, + "/asTmx": { + "message": "Bug Report", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 64 + ] + ], + "translation": "错误报告" + }, + "t6FvJH": { + "message": "Can add comments", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 146 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 35 + ] + ], + "translation": "可以添加注释" + }, + "N3380t": { + "message": "Can create boards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 131 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 20 + ] + ], + "translation": "会制作板子" + }, + "6zeSBB": { + "message": "Can create cards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 141 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 30 + ] + ], + "translation": "会制作卡片" + }, + "8Z4pNX": { + "message": "Can create lists", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 136 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 25 + ] + ], + "translation": "可以创建列表" + }, + "pXVFJy": { + "message": "Can delete boards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 133 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 22 + ] + ], + "translation": "可以删除单板" + }, + "jNuzV/": { + "message": "Can delete cards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 143 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 32 + ] + ], + "translation": "可以删除卡片" + }, + "STSYcd": { + "message": "Can delete comments", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 148 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 37 + ] + ], + "translation": "可以删除评论" + }, + "RSGOS1": { + "message": "Can delete lists", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 138 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 27 + ] + ], + "translation": "可以删除列表" + }, + "Cmudpi": { + "message": "Can delete workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 127 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 16 + ] + ], + "translation": "可以删除工作区" + }, + "tHcbLF": { + "message": "Can edit boards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 132 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 21 + ] + ], + "translation": "会编辑版面" + }, + "I+AROe": { + "message": "Can edit cards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 142 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 31 + ] + ], + "translation": "可以编辑卡片" + }, + "TYli1B": { + "message": "Can edit comments", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 147 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 36 + ] + ], + "translation": "可以编辑评论" + }, + "rtbVvN": { + "message": "Can edit lists", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 137 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 26 + ] + ], + "translation": "可以编辑列表" + }, + "J5pbP6": { + "message": "Can edit member roles and permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 152 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 41 + ] + ], + "translation": "可以编辑成员角色和权限吗" + }, + "iLbjv+": { + "message": "Can edit workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 126 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 15 + ] + ], + "translation": "可以编辑工作区" + }, + "ALhEZV": { + "message": "Can invite members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 151 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 40 + ] + ], + "translation": "可以邀请会员" + }, + "qQXocp": { + "message": "Can manage workspace settings", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 128 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 17 + ] + ], + "translation": "可以管理工作区设置" + }, + "IFgUX6": { + "message": "Can remove members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 153 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 42 + ] + ], + "translation": "可以删除成员" + }, + "MKAScN": { + "message": "Can view boards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 130 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 19 + ] + ], + "translation": "可以查看单板" + }, + "zoEbXq": { + "message": "Can view cards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 140 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 29 + ] + ], + "translation": "可以查看卡片" + }, + "wqkcin": { + "message": "Can view comments", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 145 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 34 + ] + ], + "translation": "可以查看评论" + }, + "HVIzNO": { + "message": "Can view lists", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 135 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 24 + ] + ], + "translation": "可以查看列表" + }, + "0KjpAr": { + "message": "Can view members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 150 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 39 + ] + ], + "translation": "可以查看成员" + }, + "SNfg0e": { + "message": "Can view workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 125 + ], + [ + "src/views/settings/components/RolePermissions.tsx", + 14 + ] + ], + "translation": "可以查看工作区" + }, + "dEgA5A": { + "message": "Cancel", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/DeleteLabelConfirmation.tsx", + 49 + ], + [ + "src/components/YouTubeEmbed/EditYouTubeModal.tsx", + 176 + ], + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 267 + ], + [ + "src/views/board/components/DeleteBoardConfirmation.tsx", + 44 + ], + [ + "src/views/board/components/MoveBoardForm.tsx", + 99 + ], + [ + "src/views/card/components/Comment.tsx", + 195 + ], + [ + "src/views/card/components/DeleteCardConfirmation.tsx", + 86 + ], + [ + "src/views/card/components/DeleteChecklistConfirmation.tsx", + 64 + ], + [ + "src/views/card/components/DeleteCommentConfirmation.tsx", + 77 + ], + [ + "src/views/members/components/DeleteMemberConfirmation.tsx", + 55 + ], + [ + "src/views/onboarding/select-plan/index.tsx", + 240 + ], + [ + "src/views/settings/components/Avatar.tsx", + 287 + ], + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 206 + ], + [ + "src/views/settings/components/ClearCustomPermissionsConfirmation.tsx", + 40 + ], + [ + "src/views/settings/components/DeleteAccountConfirmation.tsx", + 88 + ], + [ + "src/views/settings/components/DeleteWebhookConfirmation.tsx", + 75 + ], + [ + "src/views/settings/components/DeleteWorkspaceConfirmation.tsx", + 98 + ], + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 108 + ] + ], + "translation": "取消" + }, + "kryGs+": { + "message": "Card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/index.tsx", + 321 + ] + ], + "translation": "卡" + }, + "sU2uWc": { + "message": "Card duplicated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 67 + ], + [ + "src/views/card/components/Dropdown.tsx", + 46 + ] + ], + "translation": "卡复制" + }, + "9trBXW": { + "message": "Card duplicated successfully.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Dropdown.tsx", + 48 + ] + ], + "translation": "卡复制成功。" + }, + "AgE2vR": { + "message": "Card member assignments will be cleared when moving to a different workspace.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/MoveBoardForm.tsx", + 92 + ] + ], + "translation": "当移动到不同的工作区时,卡成员分配将被清除。" + }, + "fEY2vP": { + "message": "Card not found", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/index.tsx", + 384 + ], + [ + "src/views/card/index.tsx", + 421 + ] + ], + "translation": "未找到卡片" + }, + "ZH7TVS": { + "message": "Card title", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewCardForm.tsx", + 328 + ] + ], + "translation": "卡标题" + }, + "rQXTmd": { + "message": "Card URL copied to clipboard", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 314 + ], + [ + "src/views/card/components/Dropdown.tsx", + 74 + ], + [ + "src/views/public/board/CardModal.tsx", + 38 + ] + ], + "translation": "卡片URL复制到剪贴板" + }, + "VhMDMg": { + "message": "Change Password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 88 + ], + [ + "src/views/settings/AccountSettings.tsx", + 100 + ], + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 142 + ], + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 216 + ] + ], + "translation": "更改密码" + }, + "fzGyWs": { + "message": "Change the application font size.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 63 + ] + ], + "translation": "更改应用程序字体大小。" + }, + "yD3ZSw": { + "message": "Change your language preferences.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 53 + ] + ], + "translation": "改变你的语言偏好。" + }, + "gZxH/p": { + "message": "changed the due date to <0>{formattedDate}", + "placeholders": { + "formattedDate": [ + "formattedDate" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 303 + ], + [ + "src/views/card/components/ActivityList.tsx", + 317 + ] + ], + "translation": "将截止日期更改为<0>{formattedDate}" + }, + "pFGfsR": { + "message": "Check out some of our favorite open source projects.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/oss-friends/index.tsx", + 61 + ] + ], + "translation": "看看我们最喜欢的一些开源项目。" + }, + "5IXWmO": { + "message": "Check your inbox", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/partner/activate.tsx", + 56 + ], + [ + "src/views/auth/login/index.tsx", + 43 + ], + [ + "src/views/auth/signup/index.tsx", + 71 + ] + ], + "translation": "检查你的收件箱" + }, + "GnRmu4": { + "message": "Checklist name", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/NewChecklistForm.tsx", + 119 + ] + ], + "translation": "检查表的名字" + }, + "EH8IL3": { + "message": "Checklists", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 108 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 39 + ] + ], + "translation": "检查检查清单" + }, + "zMquA7": { + "message": "Choose a plan", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 153 + ] + ], + "translation": "选择一个计划" + }, + "5EMoSo": { + "message": "Choose plan", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 355 + ], + [ + "src/views/settings/BillingSettings.tsx", + 80 + ] + ], + "translation": "选择计划" + }, + "VHS0aJ": { + "message": "Clear all custom permissions?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ClearCustomPermissionsConfirmation.tsx", + 32 + ] + ], + "translation": "清除所有自定义权限?" + }, + "xvcYhz": { + "message": "Clear any custom member permissions so that all members only inherit permissions from their role defaults.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/PermissionsSettings.tsx", + 67 + ] + ], + "translation": "清除任何自定义成员权限,以便所有成员仅从其角色默认值继承权限。" + }, + "jL82rC": { + "message": "Clear custom permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ClearCustomPermissionsConfirmation.tsx", + 48 + ], + [ + "src/views/settings/PermissionsSettings.tsx", + 80 + ] + ], + "translation": "清除自定义权限" + }, + "u8JHrO": { + "message": "Clear filters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/Filters.tsx", + 227 + ] + ], + "translation": "清晰的过滤器" + }, + "RRn9jf": { + "message": "Click on the link we've sent to {magicLinkRecipient} to sign in.", + "placeholders": { + "magicLinkRecipient": [ + "magicLinkRecipient" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/auth/login/index.tsx", + 48 + ], + [ + "src/views/auth/signup/index.tsx", + 76 + ] + ], + "translation": "点击我们发送给{magicLinkRecipient}的链接进行登录。" + }, + "yz7wBu": { + "message": "Close", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Dashboard.tsx", + 281 + ], + [ + "src/views/card/index.tsx", + 375 + ], + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 172 + ], + [ + "src/views/settings/components/NewApiKeyModal.tsx", + 136 + ] + ], + "translation": "关闭" + }, + "TcXcmk": { + "message": "Code Review", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 23 + ] + ], + "translation": "代码评审" + }, + "EvArWh": { + "message": "Collaborate seamlessly with your team.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 91 + ] + ], + "translation": "与团队无缝协作。" + }, + "dtQIWT": { + "message": "Collaboration", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 309 + ] + ], + "translation": "协作" + }, + "AUYALh": { + "message": "Coming soon", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 67 + ], + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 88 + ] + ], + "translation": "即将到来的" + }, + "VbyRUy": { + "message": "Comments", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 105 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 156 + ] + ], + "translation": "评论" + }, + "7i8j3G": { + "message": "Company", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 95 + ] + ], + "translation": "公司" + }, + "bD8I7O": { + "message": "Complete", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 94 + ] + ], + "translation": "完整的" + }, + "cAgBMh": { + "message": "Complete control and ownership:", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 70 + ] + ], + "translation": "完全控制和所有权:" + }, + "Lt+ZP3": { + "message": "completed a checklist item", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 137 + ] + ], + "translation": "完成一个检查清单项目" + }, + "29sSki": { + "message": "completed checklist item <0>{0}", + "placeholders": { + "0": [ + "truncate(toTitle)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 249 + ] + ], + "translation": "完成的检查项目<0>{0}" + }, + "tOZp9v": { + "message": "Configurable user roles and permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 82 + ] + ], + "translation": "可配置用户角色和权限" + }, + "t0dTPm": { + "message": "Configure webhooks to receive notifications when cards are created, updated, moved, or deleted.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/WebhookSettings.tsx", + 31 + ] + ], + "translation": "将Webhook配置为在创建、更新、移动或删除卡片时接收通知。" + }, + "/f3t6v": { + "message": "Configure which actions are allowed for each workspace role. These permissions apply to all members with that role.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/PermissionsSettings.tsx", + 56 + ] + ], + "translation": "配置每个工作区角色允许哪些操作。这些权限适用于具有该角色的所有成员。" + }, + "86XI28": { + "message": "Confirm your email preferences:", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/unsubscribe/index.tsx", + 81 + ] + ], + "translation": "确认您的电子邮件偏好:", + "obsolete": true + }, + "479pdJ": { + "message": "Confirm your new password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 188 + ] + ], + "translation": "确认您的新密码" + }, + "iSLIjg": { + "message": "Connect", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 195 + ] + ], + "translation": "连接" + }, + "3jod3l": { + "message": "Connect GitHub", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 212 + ] + ], + "translation": "连接GitHub" + }, + "nk7caK": { + "message": "Connect Trello", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 162 + ] + ], + "translation": "连接Trello" + }, + "sDLCvT": { + "message": "Connect your favorite tools to streamline your workflow.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 122 + ] + ], + "translation": "连接您最喜欢的工具,以简化您的工作流程。" + }, + "MCIXdZ": { + "message": "Connect your GitHub account to import projects.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 191 + ] + ], + "translation": "连接您的GitHub帐户来导入项目。" + }, + "5eZwRW": { + "message": "Connect your Trello account to import boards.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 149 + ] + ], + "translation": "将Trello帐户连接到导入板。" + }, + "jfC/xh": { + "message": "Contact", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 38 + ], + [ + "src/views/home/components/Header.tsx", + 42 + ] + ], + "translation": "联系" + }, + "Alp2ti": { + "message": "Contact Sales", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 95 + ] + ], + "translation": "联系销售" + }, + "Bhgd0l": { + "message": "Contact us", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FeedbackModal.tsx", + 100 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 96 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 96 + ] + ], + "translation": "联系我们" + }, + "AX4ktp": { + "message": "Content Creation", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 40 + ] + ], + "translation": "内容创作" + }, + "xGVfLh": { + "message": "Continue", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 246 + ], + [ + "src/views/onboarding/workspace-details/index.tsx", + 315 + ] + ], + "translation": "继续" + }, + "J2Wbjt": { + "message": "Continue with ", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 442 + ] + ], + "translation": "继续" + }, + "gkzAEM": { + "message": "Continue with {0}", + "placeholders": { + "0": [ + "key === \"oidc\" ? oidcProviderName : provider.name" + ] + }, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 360 + ] + ], + "translation": "继续使用{0}" + }, + "va/3u1": { + "message": "Control who can view and edit your boards.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 86 + ] + ], + "translation": "控制谁可以查看和编辑您的板。" + }, + "zQPhSa": { + "message": "Convert to link", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/YouTubeEmbed/YouTubeDropdown.tsx", + 47 + ] + ], + "translation": "转换为链接" + }, + "5RkSzq": { + "message": "Copy board link", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/UpdateBoardSlugButton.tsx", + 87 + ] + ], + "translation": "抄板链接" + }, + "F0YmUY": { + "message": "Copy card link", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Dropdown.tsx", + 107 + ] + ], + "translation": "复制卡链接" + }, + "0utuU6": { + "message": "Copy checklists", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 257 + ] + ], + "translation": "复制检查清单" + }, + "fDQ7hA": { + "message": "Copy labels", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 221 + ] + ], + "translation": "复制标签" + }, + "1bJKhj": { + "message": "Copy link to card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextMenu.tsx", + 62 + ] + ], + "translation": "复制链接到卡片" + }, + "uvH2xS": { + "message": "Copy members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 239 + ] + ], + "translation": "复制成员" + }, + "7mrkyO": { + "message": "Copy ticket ID", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Dropdown.tsx", + 114 + ] + ], + "translation": "复制票ID" + }, + "9PaIxv": { + "message": "Core features", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 305 + ] + ], + "translation": "核心功能" + }, + "b9XOHo": { + "message": "Create {0}", + "placeholders": { + "0": [ + "isTemplate ? \"template\" : \"board\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/boards/components/NewBoardForm.tsx", + 166 + ] + ], + "translation": "创建{0}" + }, + "vgdzLf": { + "message": "Create another", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/LabelForm.tsx", + 213 + ], + [ + "src/views/board/components/NewCardForm.tsx", + 527 + ], + [ + "src/views/board/components/NewListForm.tsx", + 141 + ] + ], + "translation": "创建另一个" + }, + "uXGLuq": { + "message": "Create API key", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewApiKeyModal.tsx", + 175 + ] + ], + "translation": "创建API 密钥" + }, + "dsLT3m": { + "message": "Create card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewCardForm.tsx", + 537 + ] + ], + "translation": "创建卡" + }, + "d33Usy": { + "message": "Create checklist", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/NewChecklistForm.tsx", + 135 + ] + ], + "translation": "创建检查清单" + }, + "zKY5xi": { + "message": "Create invite link", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 343 + ] + ], + "translation": "创建邀请链接" + }, + "QtACvI": { + "message": "Create label", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/LabelForm.tsx", + 236 + ] + ], + "translation": "创建标签" + }, + "XTKtey": { + "message": "Create list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewListForm.tsx", + 153 + ] + ], + "translation": "创建列表" + }, + "VKoDQD": { + "message": "Create new {0}", + "placeholders": { + "0": [ + "isTemplate ? \"template\" : \"board\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/boards/components/BoardsList.tsx", + 80 + ], + [ + "src/views/boards/index.tsx", + 45 + ] + ], + "translation": "创建新的{0}" + }, + "okpxfB": { + "message": "Create new key", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/ApiSettings.tsx", + 30 + ] + ], + "translation": "创建新密钥" + }, + "0+0/3e": { + "message": "Create new label", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewCardForm.tsx", + 424 + ], + [ + "src/views/card/components/LabelSelector.tsx", + 101 + ] + ], + "translation": "创建新标签" + }, + "aWlSc/": { + "message": "Create new list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 99 + ], + [ + "src/views/board/index.tsx", + 684 + ] + ], + "translation": "创建新列表" + }, + "A5hiCy": { + "message": "Create template", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewTemplateForm.tsx", + 132 + ] + ], + "translation": "创建模板" + }, + "SiPp29": { + "message": "Create webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 344 + ] + ], + "translation": "创建Webhook" + }, + "FdtSNC": { + "message": "Create workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 227 + ], + [ + "src/components/WorkspaceMenu.tsx", + 176 + ] + ], + "translation": "创建工作区" + }, + "d+F6q9": { + "message": "Created", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/WebhookList.tsx", + 238 + ] + ], + "translation": "创建" + }, + "f8lDFq": { + "message": "created the card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 124 + ] + ], + "translation": "创建卡片" + }, + "J5nbej": { + "message": "Critical", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 24 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 30 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 36 + ] + ], + "translation": "至关重要的" + }, + "pa9o5D": { + "message": "Crop your avatar", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/Avatar.tsx", + 253 + ] + ], + "translation": "裁剪你的头像" + }, + "D3C4Yx": { + "message": "Current password is required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 19 + ] + ], + "translation": "需要当前密码" + }, + "nqdIhs": { + "message": "Custom board templates", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 38 + ] + ], + "translation": "自定义板模板" + }, + "A42Dqn": { + "message": "Custom branding", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 172 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 83 + ] + ], + "translation": "自定义品牌" + }, + "GAD3Dx": { + "message": "Custom domain", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 74 + ] + ], + "translation": "定制域" + }, + "2M84k3": { + "message": "Custom permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/PermissionsSettings.tsx", + 64 + ] + ], + "translation": "自定义权限" + }, + "UirJfL": { + "message": "Custom SLA", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 105 + ] + ], + "translation": "自定义SLA" + }, + "u2+JIh": { + "message": "Custom URLs require upgrading to a Pro plan", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 283 + ] + ], + "translation": "自定义url需要升级到专业计划", + "obsolete": true + }, + "7RpHg/": { + "message": "Custom username", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 100 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 101 + ] + ], + "translation": "自定义用户名" + }, + "ZDPJBc": { + "message": "Custom usernames require upgrading to a Pro plan", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 241 + ] + ], + "translation": "自定义用户名需要升级到Pro计划" + }, + "j9IZZ0": { + "message": "Custom workspace URL", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 78 + ] + ], + "translation": "自定义工作区 URL" + }, + "OwneeH": { + "message": "Custom workspace username", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 81 + ] + ], + "translation": "自定义工作区用户名" + }, + "n+xLOH": { + "message": "Customer Support", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 54 + ] + ], + "translation": "客户支持" + }, + "pvnfJD": { + "message": "Dark", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/UserMenu.tsx", + 158 + ] + ], + "translation": "黑暗" + }, + "cp1rsD": { + "message": "Deactivate invite link", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 342 + ] + ], + "translation": "取消邀请链接" + }, + "bKzM8L": { + "message": "Dedicated account manager", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 104 + ] + ], + "translation": "专职客户经理" + }, + "P8Cunr": { + "message": "Default username", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 98 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 99 + ] + ], + "translation": "默认用户名" + }, + "cnGeoo": { + "message": "Delete", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/DeleteLabelConfirmation.tsx", + 51 + ], + [ + "src/components/LabelForm.tsx", + 228 + ], + [ + "src/components/YouTubeEmbed/YouTubeDropdown.tsx", + 52 + ], + [ + "src/views/board/components/DeleteBoardConfirmation.tsx", + 47 + ], + [ + "src/views/card/components/DeleteCardConfirmation.tsx", + 92 + ], + [ + "src/views/card/components/DeleteChecklistConfirmation.tsx", + 67 + ], + [ + "src/views/card/components/DeleteCommentConfirmation.tsx", + 83 + ], + [ + "src/views/settings/components/DeleteWebhookConfirmation.tsx", + 82 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 140 + ] + ], + "translation": "删除" + }, + "ZDGm40": { + "message": "Delete account", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 70 + ], + [ + "src/views/settings/AccountSettings.tsx", + 80 + ], + [ + "src/views/settings/components/DeleteAccountConfirmation.tsx", + 96 + ] + ], + "translation": "删除账户" + }, + "tmpW+w": { + "message": "Delete board", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 148 + ] + ], + "translation": "删除板" + }, + "nabda1": { + "message": "Delete card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextMenu.tsx", + 74 + ], + [ + "src/views/card/components/Dropdown.tsx", + 152 + ] + ], + "translation": "删除卡" + }, + "njJFtc": { + "message": "Delete comment", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Comment.tsx", + 120 + ] + ], + "translation": "删除评论" + }, + "lYT7pQ": { + "message": "Delete list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/List.tsx", + 147 + ] + ], + "translation": "删除表" + }, + "DFjdv0": { + "message": "Delete template", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 148 + ] + ], + "translation": "删除模板" + }, + "snMaH4": { + "message": "Delete webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWebhookConfirmation.tsx", + 55 + ] + ], + "translation": "删除Webhook" + }, + "kYu0eF": { + "message": "Delete workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWorkspaceConfirmation.tsx", + 106 + ], + [ + "src/views/settings/WorkspaceSettings.tsx", + 85 + ], + [ + "src/views/settings/WorkspaceSettings.tsx", + 96 + ] + ], + "translation": "删除工作区" + }, + "mTGd3+": { + "message": "deleted a checklist", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 134 + ] + ], + "translation": "删除检查检查清单" + }, + "W5r8Qh": { + "message": "deleted a checklist item", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 139 + ] + ], + "translation": "删除一个检查表项" + }, + "BMkVQ3": { + "message": "deleted checklist <0>{0}", + "placeholders": { + "0": [ + "truncate(fromTitle)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 224 + ] + ], + "translation": "删除检查表<0>{0}" + }, + "CHZ1jC": { + "message": "deleted checklist item <0>{0}", + "placeholders": { + "0": [ + "truncate(fromTitle)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 267 + ] + ], + "translation": "删除了检查项<0>{0}" + }, + "f8fH8W": { + "message": "Design", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 45 + ] + ], + "translation": "设计" + }, + "Uf+1DF": { + "message": "Destination workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/MoveBoardForm.tsx", + 76 + ] + ], + "translation": "目的地的工作区" + }, + "Odv3J6": { + "message": "Disconnect GitHub", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 223 + ] + ], + "translation": "断开GitHub" + }, + "YBBifR": { + "message": "Disconnect Trello", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 177 + ] + ], + "translation": "断开Trello" + }, + "1sRmLC": { + "message": "Discuss and collaborate on cards.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 106 + ] + ], + "translation": "讨论和合作卡片。" + }, + "pfa8F0": { + "message": "Display name", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 36 + ] + ], + "translation": "显示名称" + }, + "MlyjJu": { + "message": "Display name cannot exceed 280 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateDisplayNameForm.tsx", + 22 + ] + ], + "translation": "显示名称不能超过280个字符" + }, + "KFJgmZ": { + "message": "Display name must be at least 3 characters long", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateDisplayNameForm.tsx", + 19 + ] + ], + "translation": "显示名必须至少为3个字符" + }, + "x8GeCD": { + "message": "Display name updated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateDisplayNameForm.tsx", + 41 + ] + ], + "translation": "显示名称已更新" + }, + "evj0lK": { + "message": "Do you offer a free plan?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 83 + ] + ], + "translation": "你们有免费的计划吗?" + }, + "jDRt4n": { + "message": "Do you want to unsubscribe?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/unsubscribe/index.tsx", + 78 + ] + ], + "translation": "您想退订吗?", + "obsolete": true + }, + "JyXBgS": { + "message": "docs", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FeedbackModal.tsx", + 109 + ] + ], + "translation": "文档" + }, + "TbjyhA": { + "message": "Docs", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Header.tsx", + 20 + ] + ], + "translation": "文档" + }, + "TvY/XA": { + "message": "Documentation", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/UserMenu.tsx", + 209 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 24 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 30 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 36 + ], + [ + "src/views/home/components/Footer.tsx", + 78 + ], + [ + "src/views/home/components/Header.tsx", + 36 + ] + ], + "translation": "文档" + }, + "vUr5JT": { + "message": "Don't have an account? <0><1>Sign up", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/auth/login/index.tsx", + 63 + ] + ], + "translation": "没有账户?<0><1>Sign up" + }, + "DPfwMq": { + "message": "Done", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDueDateModal.tsx", + 36 + ], + [ + "src/views/board/components/CardContextLabelsModal.tsx", + 48 + ], + [ + "src/views/board/components/CardContextMembersModal.tsx", + 68 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 17 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 23 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 29 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 35 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 48 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 61 + ] + ], + "translation": "完成" + }, + "R3FsF4": { + "message": "Download failed", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/AttachmentThumbnails.tsx", + 142 + ] + ], + "translation": "下载失败了" + }, + "XicmhT": { + "message": "Due date", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/Filters.tsx", + 171 + ], + [ + "src/views/board/components/NewCardForm.tsx", + 479 + ], + [ + "src/views/card/index.tsx", + 153 + ] + ], + "translation": "到期日期" + }, + "ri1hHe": { + "message": "Due next month", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/Filters.tsx", + 132 + ] + ], + "translation": "下个月到期" + }, + "iHcdea": { + "message": "Due next week", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/Filters.tsx", + 127 + ] + ], + "translation": "下周到期" + }, + "1iShX0": { + "message": "Due today", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/Filters.tsx", + 117 + ] + ], + "translation": "今天到期" + }, + "zxKs+y": { + "message": "Due tomorrow", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/Filters.tsx", + 122 + ] + ], + "translation": "明天到期" + }, + "euc6Ns": { + "message": "Duplicate", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 279 + ] + ], + "translation": "重复的" + }, + "BTDPLo": { + "message": "Duplicate card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 111 + ], + [ + "src/views/board/components/CardContextMenu.tsx", + 68 + ], + [ + "src/views/card/components/Dropdown.tsx", + 130 + ] + ], + "translation": "复制卡" + }, + "06EQqT": { + "message": "Duplicating…", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 279 + ] + ], + "translation": "复制……" + }, + "ePK91l": { + "message": "Edit", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/YouTubeEmbed/YouTubeDropdown.tsx", + 42 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 132 + ] + ], + "translation": "编辑" + }, + "tIdipJ": { + "message": "Edit board URL", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 106 + ], + [ + "src/views/board/components/UpdateBoardSlugForm.tsx", + 116 + ] + ], + "translation": "编辑板URL" + }, + "rF8SEQ": { + "message": "Edit comment", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Comment.tsx", + 111 + ] + ], + "translation": "编辑评论" + }, + "dgr4Kq": { + "message": "Edit label", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/LabelForm.tsx", + 119 + ] + ], + "translation": "编辑标签" + }, + "TCOMOO": { + "message": "Edit permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 162 + ], + [ + "src/views/members/index.tsx", + 244 + ] + ], + "translation": "编辑权限" + }, + "fW5sSv": { + "message": "Edit webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 210 + ] + ], + "translation": "编辑Webhook" + }, + "klpSmb": { + "message": "Edit workspace URL", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/UpdateBoardSlugForm.tsx", + 162 + ] + ], + "translation": "编辑工作区 URL" + }, + "PRofO0": { + "message": "Edit YouTube Video", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/YouTubeEmbed/EditYouTubeModal.tsx", + 108 + ] + ], + "translation": "编辑YouTube视频" + }, + "gGx5tM": { + "message": "Editing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 44 + ] + ], + "translation": "编辑" + }, + "b/LfJo": { + "message": "email", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 443 + ] + ], + "translation": "电子邮件" + }, + "O3oNi5": { + "message": "Email", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 258 + ], + [ + "src/views/settings/AccountSettings.tsx", + 43 + ] + ], + "translation": "电子邮件" + }, + "aW3TOw": { + "message": "Email notifications", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 191 + ] + ], + "translation": "邮件通知" + }, + "V1KOLq": { + "message": "Email notifications for mentions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 60 + ] + ], + "translation": "邮件通知" + }, + "IqjpYe": { + "message": "Email visibility", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/WorkspaceSettings.tsx", + 73 + ] + ], + "translation": "电子邮件可见性" + }, + "bFREhu": { + "message": "End of list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 200 + ] + ], + "translation": "列表结束" + }, + "SUXBxp": { + "message": "Engineering", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 181 + ] + ], + "translation": "工程" + }, + "0+ewPp": { + "message": "Enhancement", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 24 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 30 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 36 + ] + ], + "translation": "增强" + }, + "V8YWP3": { + "message": "Enter a custom title", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/YouTubeEmbed/EditYouTubeModal.tsx", + 131 + ] + ], + "translation": "输入自定义标题" + }, + "rQRXo8": { + "message": "Enter new secret to update", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 258 + ] + ], + "translation": "输入要更新的新密码" + }, + "fR9laE": { + "message": "Enter your current password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 159 + ] + ], + "translation": "输入您当前的密码" + }, + "O0li0W": { + "message": "Enter your current password and choose a new secure password.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 146 + ] + ], + "translation": "输入您当前的密码,然后选择一个新的安全密码。" + }, + "xRPn3U": { + "message": "Enter your email address", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 407 + ] + ], + "translation": "输入您的电子邮件地址" + }, + "n9V+ps": { + "message": "Enter your name", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 395 + ] + ], + "translation": "输入您的姓名" + }, + "0StR7t": { + "message": "Enter your new password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 174 + ] + ], + "translation": "输入新密码" + }, + "NgaR6B": { + "message": "Enter your password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 421 + ] + ], + "translation": "输入密码" + }, + "GpB8YV": { + "message": "Enterprise", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 334 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 92 + ] + ], + "translation": "企业" + }, + "SlfejT": { + "message": "Error", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/NewBoardForm.tsx", + 77 + ], + [ + "src/views/boards/components/NewBoardForm.tsx", + 92 + ], + [ + "src/views/members/components/InviteMemberForm.tsx", + 226 + ] + ], + "translation": "错误" + }, + "55xJ/O": { + "message": "Error Changing Password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 120 + ] + ], + "translation": "修改密码错误" + }, + "yhLUU8": { + "message": "Error connecting GitHub", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 106 + ] + ], + "translation": "连接GitHub出错" + }, + "cji2nM": { + "message": "Error creating invite link", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 136 + ] + ], + "translation": "创建邀请链接错误" + }, + "USVCGU": { + "message": "Error deactivating invite link", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 152 + ] + ], + "translation": "取消激活邀请链接错误" + }, + "bqAQaT": { + "message": "Error deleting account", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteAccountConfirmation.tsx", + 39 + ] + ], + "translation": "删除帐户错误" + }, + "q+lt9D": { + "message": "Error deleting label", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/DeleteLabelConfirmation.tsx", + 25 + ] + ], + "translation": "删除标签错误" + }, + "9s9O5h": { + "message": "Error deleting workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWorkspaceConfirmation.tsx", + 45 + ] + ], + "translation": "删除工作区错误" + }, + "gQ/02p": { + "message": "Error disconnecting GitHub", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 129 + ] + ], + "translation": "断开GitHub连接错误" + }, + "lKAvEd": { + "message": "Error disconnecting Trello", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 86 + ] + ], + "translation": "断开Trello连接错误" + }, + "rarRW/": { + "message": "Error inviting member", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 96 + ], + [ + "src/views/members/components/InviteMemberForm.tsx", + 111 + ] + ], + "translation": "邀请成员出错" + }, + "sZixXc": { + "message": "Error Setting Password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 121 + ] + ], + "translation": "密码设置错误" + }, + "sVBn4K": { + "message": "Error updating display name", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateDisplayNameForm.tsx", + 54 + ] + ], + "translation": "更新显示名称错误" + }, + "CkVV1t": { + "message": "Error updating workspace description", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceDescriptionForm.tsx", + 63 + ] + ], + "translation": "更新工作区描述出错" + }, + "LoUCpj": { + "message": "Error updating workspace name", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceNameForm.tsx", + 58 + ] + ], + "translation": "更新工作区名称出错" + }, + "x0kMO/": { + "message": "Error updating workspace URL", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceUrlForm.tsx", + 75 + ] + ], + "translation": "更新工作区 URL出错" + }, + "YaZDYI": { + "message": "Error upgrading subscription", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 43 + ] + ], + "translation": "升级订阅错误" + }, + "lsgnzd": { + "message": "Error upgrading to Pro", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 146 + ] + ], + "translation": "升级到专业版时出错", + "obsolete": true + }, + "CYWHT+": { + "message": "Error uploading profile image", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/Avatar.tsx", + 69 + ], + [ + "src/views/settings/components/Avatar.tsx", + 199 + ] + ], + "translation": "上传个人资料图片错误" + }, + "tst44n": { + "message": "Events", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 271 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 226 + ] + ], + "translation": "事件" + }, + "8iP0S8": { + "message": "Everything in the free plan, plus:", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 52 + ] + ], + "translation": "免费计划中的所有内容,加上:" + }, + "ANyn0x": { + "message": "Everything you need, free forever. Unlimited boards, unlimited lists, unlimited cards. Upgrade any time.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 33 + ] + ], + "translation": "你需要的一切,永远免费。无限的棋盘,无限的列表,无限的牌。随时升级。" + }, + "t+R8+P": { + "message": "Execution", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 91 + ] + ], + "translation": "执行" + }, + "GwNIE2": { + "message": "Extended Roadmap", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 34 + ] + ], + "translation": "扩展的路线图" + }, + "HYV6Lq": { + "message": "Failed to accept invitation. Please try again later, or contact customer support.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 52 + ] + ], + "translation": "未能接受邀请。请稍后再试,或联系客户支持。" + }, + "lXvXNI": { + "message": "Failed to copy invite link", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 227 + ] + ], + "translation": "复制邀请链接失败" + }, + "53QYh8": { + "message": "Failed to create board", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/NewBoardForm.tsx", + 78 + ], + [ + "src/views/boards/components/NewBoardForm.tsx", + 93 + ] + ], + "translation": "创建板失败" + }, + "o4sQAg": { + "message": "Failed to create webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 119 + ] + ], + "translation": "创建 Webhook 失败" + }, + "9YPBHv": { + "message": "Failed to delete webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWebhookConfirmation.tsx", + 37 + ] + ], + "translation": "删除 Webhook 失败" + }, + "W8oT+L": { + "message": "Failed to fetch video information", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/YouTubeEmbed/EditYouTubeModal.tsx", + 82 + ] + ], + "translation": "获取视频信息失败" + }, + "YtUfwW": { + "message": "Failed to login with {0}. Please try again.", + "placeholders": { + "0": [ + "provider.at(0)?.toUpperCase() + provider.slice(1)" + ] + }, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 296 + ] + ], + "translation": "使用{0}登录失败。请再试一次。" + }, + "5ntVtp": { + "message": "Failed to test webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 164 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 186 + ] + ], + "translation": "测试Webhook失败" + }, + "R41XLH": { + "message": "Failed to update webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 138 + ] + ], + "translation": "更新Webhook失败" + }, + "ZL1A+p": { + "message": "Failed to upload attachment. Please try again.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/AttachmentUpload.tsx", + 52 + ] + ], + "translation": "上传附件失败。请再试一次。" + }, + "/lDBHm": { + "message": "FAQ", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Header.tsx", + 41 + ] + ], + "translation": "常见问题解答" + }, + "aJ4pMe": { + "message": "FAQs", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 143 + ], + [ + "src/views/home/components/Footer.tsx", + 52 + ] + ], + "translation": "常见问题" + }, + "en3oy5": { + "message": "Feature", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 24 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 30 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 36 + ] + ], + "translation": "特征" + }, + "JCdzgZ": { + "message": "Feature Request", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 65 + ] + ], + "translation": "功能要求" + }, + "PpZkda": { + "message": "Features", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 132 + ], + [ + "src/views/home/components/Footer.tsx", + 50 + ], + [ + "src/views/home/components/Header.tsx", + 17 + ], + [ + "src/views/home/components/Header.tsx", + 33 + ] + ], + "translation": "特性" + }, + "YirHq7": { + "message": "Feedback", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FeedbackModal.tsx", + 59 + ], + [ + "src/components/UserMenu.tsx", + 217 + ] + ], + "translation": "反馈" + }, + "2roTVj": { + "message": "Feedback sent", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FeedbackModal.tsx", + 33 + ] + ], + "translation": "反馈发送" + }, + "F6m23G": { + "message": "File uploads", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 89 + ] + ], + "translation": "文件上传" + }, + "o7J4JM": { + "message": "Filter", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/Filters.tsx", + 221 + ] + ], + "translation": "过滤器" + }, + "l31EoQ": { + "message": "Find answers to common questions about Kan. Can't find what you're looking for? Feel free to <0>contact us.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 150 + ] + ], + "translation": "查找关于 Kan 的常见问题答案。如果找不到所需内容,欢迎<0>联系我们。" + }, + "q3il6U": { + "message": "Font size", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 60 + ] + ], + "translation": "字体大小" + }, + "+3TYXa": { + "message": "For long-term sustainability, we recognise all good open source projects need a source of revenue. Ours comes from the paid cloud offering for workspaces with multiple users and for custom workspace slugs. There's no obligation to use it, and you can self-host the software on your own infrastructure free of charge.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 41 + ] + ], + "translation": "为了长期的可持续性,我们认识到所有好的开源项目都需要一个收入来源。我们的工作区来自付费云服务,提供多用户的工作区和定制的工作区。没有使用它的义务,您可以在自己的基础设施上免费自行托管软件。" + }, + "2POOFK": { + "message": "Free", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 82 + ], + [ + "src/views/onboarding/select-plan/index.tsx", + 83 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 331 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 32 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 32 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 26 + ] + ], + "translation": "免费的" + }, + "8LLt89": { + "message": "Free (1 member)", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/BillingSettings.tsx", + 31 + ] + ], + "translation": "免费(1名会员)" + }, + "uP4V6I": { + "message": "Free for everyone", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 31 + ] + ], + "translation": "人人免费" + }, + "W/nQk1": { + "message": "Free Plan", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 326 + ], + [ + "src/views/members/index.tsx", + 311 + ] + ], + "translation": "免费的计划" + }, + "gpfJ3v": { + "message": "Free, forever", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 34 + ] + ], + "translation": "永远免费的," + }, + "6uBU1F": { + "message": "Full API access", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 239 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 240 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 241 + ] + ], + "translation": "完整的API访问" + }, + "KiVc+q": { + "message": "Full-time", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 82 + ] + ], + "translation": "全职" + }, + "rmN315": { + "message": "Fun", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 96 + ] + ], + "translation": "有趣的" + }, + "Weq9zb": { + "message": "General", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/providers/keyboard-shortcuts.tsx", + 54 + ] + ], + "translation": "一般" + }, + "ZDIydz": { + "message": "Get started", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/auth/signup/index.tsx", + 71 + ], + [ + "src/views/home/components/Cta.tsx", + 61 + ], + [ + "src/views/home/components/Header.tsx", + 106 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 29 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 50 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 73 + ] + ], + "translation": "开始" + }, + "c3b0B0": { + "message": "Get Started", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 31 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 49 + ] + ], + "translation": "开始" + }, + "6FsGbN": { + "message": "Get started by creating a new {0}", + "placeholders": { + "0": [ + "isTemplate ? \"template\" : \"board\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/boards/components/BoardsList.tsx", + 66 + ] + ], + "translation": "首先创建一个新的{0}" + }, + "zC8Whw": { + "message": "Get started by creating a new list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 669 + ] + ], + "translation": "从创建一个新列表开始" + }, + "oW13KZ": { + "message": "Get started for free today", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Cta.tsx", + 54 + ] + ], + "translation": "今天就免费开始吧" + }, + "+OhFss": { + "message": "Get started for free, with no usage limits. For collaboration, upgrade to a plan that fits the size of your team.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 92 + ] + ], + "translation": "免费开始,没有使用限制。对于协作,升级到适合团队规模的计划。" + }, + "rD6UIt": { + "message": "Get started on Cloud", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/index.tsx", + 75 + ] + ], + "translation": "开始使用云" + }, + "7hktsm": { + "message": "Getting started", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 25 + ] + ], + "translation": "开始" + }, + "RkXlPZ": { + "message": "GitHub", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 37 + ], + [ + "src/views/settings/IntegrationsSettings.tsx", + 186 + ] + ], + "translation": "GitHub" + }, + "PVT7q7": { + "message": "GitHub connected", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 99 + ] + ], + "translation": "GitHub连接" + }, + "/bBVaD": { + "message": "GitHub disconnected", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 122 + ] + ], + "translation": "GitHub断开连接" + }, + "7eMo+U": { + "message": "Go Home", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 124 + ] + ], + "translation": "回家" + }, + "UveK6V": { + "message": "Go to app", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Header.tsx", + 100 + ], + [ + "src/views/invite/index.tsx", + 155 + ] + ], + "translation": "进入app" + }, + "mgXgHu": { + "message": "Go to boards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SideNavigation.tsx", + 106 + ], + [ + "src/pages/404.tsx", + 44 + ] + ], + "translation": "到董事会" + }, + "XEoGkQ": { + "message": "Go to homepage", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/404.tsx", + 38 + ] + ], + "translation": "转到主页" + }, + "KAsRdK": { + "message": "Go to members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SideNavigation.tsx", + 130 + ] + ], + "translation": "转到会员" + }, + "1WuwiM": { + "message": "Go to settings", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SideNavigation.tsx", + 142 + ] + ], + "translation": "进入设置" + }, + "csFbe+": { + "message": "Go to templates", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SideNavigation.tsx", + 118 + ] + ], + "translation": "转到模板" + }, + "SUvm1Y": { + "message": "Good for individuals starting out who just need the essentials.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 84 + ] + ], + "translation": "适合那些刚开始只需要必需品的人。" + }, + "cdyS7J": { + "message": "Google SSO", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 257 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 258 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 259 + ] + ], + "translation": "谷歌SSO" + }, + "vkqf1W": { + "message": "Google SSO + SAML", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 260 + ] + ], + "translation": "谷歌SSO + SAML" + }, + "O1wAlQ": { + "message": "Guest", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 223 + ] + ], + "translation": "客人" + }, + "CB/NpV": { + "message": "High Priority", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 18 + ] + ], + "translation": "高优先级" + }, + "XXbgHS": { + "message": "Hired", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 80 + ] + ], + "translation": "聘请了" + }, + "SRvxId": { + "message": "HMAC secret for signature verification", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 259 + ] + ], + "translation": "用于签名验证的HMAC秘密" + }, + "LrcnbT": { + "message": "Host Kan on your own infrastructure. Ideal for organisations that need complete control over their data.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 69 + ] + ], + "translation": "在您自己的基础设施上托管Kan。非常适合需要完全控制其数据的组织。" + }, + "WI4eGo": { + "message": "How do I get a custom URL?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 64 + ] + ], + "translation": "如何获得自定义URL?" + }, + "yV7o5I": { + "message": "How do I import my Trello boards?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 46 + ] + ], + "translation": "我如何导入我的Trello板?" + }, + "nol/Fb": { + "message": "How do I invite team members?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 108 + ] + ], + "translation": "如何邀请团队成员?" + }, + "KuSt9W": { + "message": "How do I self-host?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 124 + ] + ], + "translation": "我如何自托管?" + }, + "UeDFpo": { + "message": "How is the project funded?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 38 + ] + ], + "translation": "项目的资金来源是什么?" + }, + "6S8zjx": { + "message": "https://www.youtube.com/watch?v=...", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/YouTubeEmbed/EditYouTubeModal.tsx", + 151 + ] + ], + "translation": "https://www.youtube.com/watch?v=..." + }, + "2liqDZ": { + "message": "I acknowledge that all of my account data will be permanently deleted and want to proceed.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteAccountConfirmation.tsx", + 82 + ] + ], + "translation": "我知道我的所有帐户资料将被永久删除,并希望继续。" + }, + "2Py5S/": { + "message": "I acknowledge that all of the workspace data will be permanently deleted and want to proceed.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWorkspaceConfirmation.tsx", + 92 + ] + ], + "translation": "我承认所有的工作区数据将被永久删除,并希望继续。" + }, + "VOwhhz": { + "message": "ID copied", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Dropdown.tsx", + 91 + ] + ], + "translation": "ID复制" + }, + "iwr7AP": { + "message": "Ideas", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 88 + ] + ], + "translation": "民主与经济事务研究所(Institute for Democracy and Economic Affairs)" + }, + "F/vB2g": { + "message": "Ideas to improve this page...", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FeedbackModal.tsx", + 75 + ] + ], + "translation": "改进这个页面的想法…" + }, + "l3s5ri": { + "message": "Import", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/index.tsx", + 82 + ] + ], + "translation": "导入" + }, + "2MPcep": { + "message": "Import complete", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 229 + ], + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 381 + ] + ], + "translation": "导入完成" + }, + "BEVzjL": { + "message": "Import failed", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 242 + ], + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 394 + ] + ], + "translation": "导入失败" + }, + "rRM7r0": { + "message": "Import your Trello boards and hit the ground running.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 96 + ] + ], + "translation": "导入您的Trello板并开始运行。" + }, + "c/IAuR": { + "message": "Important", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 96 + ] + ], + "translation": "重要的" + }, + "xMn+V9": { + "message": "Importing from Trello", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 27 + ] + ], + "translation": "从Trello导入" + }, + "g2xBxu": { + "message": "Importing your Trello boards into Kan is easy. You can follow our step-by-step guide <0>here.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 49 + ] + ], + "translation": "将Trello板导入Kan很容易。您可以按照我们的逐步指导<0>here。" + }, + "02i3WU": { + "message": "Imports", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 313 + ] + ], + "translation": "导入" + }, + "JxhWxU": { + "message": "in", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/CommandPallette.tsx", + 177 + ] + ], + "translation": "在" + }, + "WbTDwg": { + "message": "In Progress", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 17 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 23 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 29 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 35 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 58 + ] + ], + "translation": "在进步" + }, + "NoNwIX": { + "message": "Inactive", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/WebhookList.tsx", + 106 + ] + ], + "translation": "不活跃的" + }, + "6mbe4b": { + "message": "Individuals", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 28 + ] + ], + "translation": "个人" + }, + "nbfdhU": { + "message": "Integrations", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SettingsLayout.tsx", + 77 + ], + [ + "src/views/home/components/Features.tsx", + 121 + ] + ], + "translation": "集成" + }, + "N7aud6": { + "message": "Intelligent search", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 140 + ] + ], + "translation": "智能搜索" + }, + "goklcJ": { + "message": "Interviewing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 77 + ] + ], + "translation": "面试" + }, + "XILg0L": { + "message": "Invalid email address", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 50 + ] + ], + "translation": "无效的电子邮件地址" + }, + "odFCYX": { + "message": "Invalid invitation", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 116 + ] + ], + "translation": "无效的邀请" + }, + "MFKlMB": { + "message": "Invite", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 330 + ] + ], + "translation": "邀请" + }, + "KLJ4eD": { + "message": "Invite link copied", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 220 + ] + ], + "translation": "复制邀请链接" + }, + "mZGPxt": { + "message": "Invite link copied to clipboard", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 221 + ] + ], + "translation": "邀请链接复制到剪贴板" + }, + "D9ROdV": { + "message": "Invite links", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 207 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 58 + ] + ], + "translation": "邀请链接" + }, + "25mvI+": { + "message": "Invite links require a Team or Pro subscription. Please upgrade your workspace.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 131 + ] + ], + "translation": "邀请链接需要团队或专业订阅。请升级你的工作区。" + }, + "+djOzj": { + "message": "Invite member", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/MemberSelector.tsx", + 115 + ], + [ + "src/views/members/components/InviteMemberForm.tsx", + 363 + ] + ], + "translation": "邀请成员" + }, + "M2zwdn": { + "message": "Inviting members requires a Team or Pro plan. You'll be redirected to upgrade your workspace.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 329 + ] + ], + "translation": "邀请成员需要一个团队或专业计划。你将被重新定向到升级你的工作区。" + }, + "qPP4lD": { + "message": "Inviting members requires a Team Plan. You'll be redirected to upgrade your workspace.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 336 + ] + ], + "translation": "邀请成员需要一个团队计划。你将被重新定向到升级你的工作区。", + "obsolete": true + }, + "c9AJhn": { + "message": "Join workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 90 + ], + [ + "src/views/invite/index.tsx", + 140 + ] + ], + "translation": "加入工作区" + }, + "A23Y7X": { + "message": "Join workspace | kan.bn", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 102 + ] + ], + "translation": "加入工作区|kan.bn" + }, + "wM8xd8": { + "message": "Junior", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 82 + ] + ], + "translation": "初级" + }, + "aWDhU5": { + "message": "Kanban is better with a team. Perfect for small and growing teams looking to collaborate.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 51 + ] + ], + "translation": "看板在团队中效果更好。适合小型和成长中的团队寻求合作。" + }, + "Xjj/kS": { + "message": "Kanban reimagined", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 136 + ] + ], + "translation": "看板备用" + }, + "JbXXUW": { + "message": "Keep in mind that this action is irreversible.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteAccountConfirmation.tsx", + 57 + ], + [ + "src/views/settings/components/DeleteWorkspaceConfirmation.tsx", + 67 + ] + ], + "translation": "记住,这个动作是不可逆转的。" + }, + "h7MgpO": { + "message": "Keyboard Shortcuts", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/providers/keyboard-shortcuts.tsx", + 321 + ] + ], + "translation": "键盘快捷键" + }, + "h8DugX": { + "message": "Labels", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextLabelsModal.tsx", + 31 + ], + [ + "src/views/board/components/Filters.tsx", + 155 + ], + [ + "src/views/board/components/NewCardForm.tsx", + 428 + ], + [ + "src/views/card/index.tsx", + 133 + ] + ], + "translation": "标签" + }, + "AZI/wb": { + "message": "Labels & filters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 124 + ] + ], + "translation": "标签和过滤器" + }, + "+nvZ6j": { + "message": "Labels & Filters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 100 + ] + ], + "translation": "标签和过滤器" + }, + "vXIe7J": { + "message": "Language", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 50 + ] + ], + "translation": "语言" + }, + "k7rCa/": { + "message": "Large", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FontSizeSelector.tsx", + 9 + ] + ], + "translation": "大" + }, + "8Is1ih": { + "message": "Launch offer", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 159 + ], + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 71 + ] + ], + "translation": "发射提供" + }, + "EEHmPC": { + "message": "Launch offer: Get unlimited members with Pro", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 276 + ] + ], + "translation": "启动优惠:获得无限会员与专业", + "obsolete": true + }, + "sDuhfK": { + "message": "Launch offer: unlimited seats for just $29/month with Pro", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 98 + ] + ], + "translation": "首发优惠:使用Pro每月只需29美元,即可获得无限座位" + }, + "zwWKhA": { + "message": "Learn more", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/oss-friends/index.tsx", + 110 + ] + ], + "translation": "了解更多" + }, + "wqxglO": { + "message": "Learning", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 96 + ] + ], + "translation": "学习" + }, + "vifyyw": { + "message": "Legal", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 131 + ] + ], + "translation": "法律" + }, + "iQmbPb": { + "message": "License", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 45 + ] + ], + "translation": "许可证" + }, + "aDzbuM": { + "message": "License activated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Dashboard.tsx", + 115 + ] + ], + "translation": "许可激活" + }, + "K3LUJr": { + "message": "License activation failed", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Dashboard.tsx", + 129 + ] + ], + "translation": "激活License失败" + }, + "1njn7W": { + "message": "Light", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/UserMenu.tsx", + 172 + ] + ], + "translation": "光" + }, + "TCt/8K": { + "message": "Limited API access", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 238 + ] + ], + "translation": "有限的API访问" + }, + "edWbV6": { + "message": "Link copied", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/UpdateBoardSlugButton.tsx", + 80 + ], + [ + "src/views/board/index.tsx", + 312 + ], + [ + "src/views/card/components/Dropdown.tsx", + 72 + ], + [ + "src/views/public/board/CardModal.tsx", + 36 + ], + [ + "src/views/public/board/index.tsx", + 77 + ] + ], + "translation": "链接复制" + }, + "2BBAbc": { + "message": "List", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 117 + ], + [ + "src/views/card/index.tsx", + 124 + ] + ], + "translation": "列表" + }, + "zQX5Dj": { + "message": "List name", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewListForm.tsx", + 129 + ] + ], + "translation": "列表名称" + }, + "h16FyT": { + "message": "Lists", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/Filters.tsx", + 163 + ] + ], + "translation": "列表" + }, + "1rVAfU": { + "message": "Load more activities", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 579 + ] + ], + "translation": "加载更多活动" + }, + "0qyZ4b": { + "message": "Loading permissions...", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 180 + ] + ], + "translation": "加载权限……" + }, + "Z3FXyt": { + "message": "Loading...", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 579 + ] + ], + "translation": "加载……" + }, + "N/bcWA": { + "message": "Login | kan.bn", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/auth/login/index.tsx", + 33 + ] + ], + "translation": "登录| kan.bn" + }, + "nOhz3x": { + "message": "Logout", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/UserMenu.tsx", + 227 + ] + ], + "translation": "注销" + }, + "vuxdLS": { + "message": "Long-term", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 96 + ] + ], + "translation": "长期" + }, + "RHZu7R": { + "message": "Loved by teams worldwide", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Testimonials.tsx", + 236 + ] + ], + "translation": "深受世界各地团队的喜爱" + }, + "O9jVbx": { + "message": "Low Priority", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 18 + ] + ], + "translation": "低优先级" + }, + "JnWJXY": { + "message": "magic link", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 443 + ] + ], + "translation": "神奇的链接" + }, + "DbZgsJ": { + "message": "Make template", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 95 + ] + ], + "translation": "使模板" + }, + "hB02vO": { + "message": "Manage members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextMembersModal.tsx", + 51 + ], + [ + "src/views/board/components/CardContextMenu.tsx", + 38 + ] + ], + "translation": "管理成员" + }, + "IDvohQ": { + "message": "marked a checklist item as incomplete", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 138 + ] + ], + "translation": "将检查清单项标记为未完成" + }, + "jl3aEJ": { + "message": "marked checklist item <0>{0} as incomplete", + "placeholders": { + "0": [ + "truncate(toTitle)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 258 + ] + ], + "translation": "将检查项<0>{0}标记为不完整" + }, + "vo2a+a": { + "message": "Marketing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 181 + ] + ], + "translation": "市场营销" + }, + "agPptk": { + "message": "Medium", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FontSizeSelector.tsx", + 8 + ] + ], + "translation": "媒介" + }, + "W/Elkg": { + "message": "Medium Priority", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 18 + ] + ], + "translation": "中优先级" + }, + "NwiNTb": { + "message": "member", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/BillingSettings.tsx", + 40 + ] + ], + "translation": "成员" + }, + "OvoEq7": { + "message": "Member", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 55 + ], + [ + "src/views/card/components/ActivityList.tsx", + 88 + ], + [ + "src/views/members/index.tsx", + 222 + ] + ], + "translation": "成员" + }, + "GnG6Oy": { + "message": "members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/BillingSettings.tsx", + 40 + ] + ], + "translation": "成员" + }, + "wlQNTg": { + "message": "Members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SideNavigation.tsx", + 122 + ], + [ + "src/views/board/components/Filters.tsx", + 147 + ], + [ + "src/views/board/components/NewCardForm.tsx", + 386 + ], + [ + "src/views/card/index.tsx", + 143 + ], + [ + "src/views/members/index.tsx", + 283 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 81 + ] + ], + "translation": "成员" + }, + "9u5BOr": { + "message": "Members | {0}", + "placeholders": { + "0": [ + "workspace.name ?? t`Workspace`" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 278 + ] + ], + "translation": "成员| {0}" + }, + "/bZzdR": { + "message": "Mentions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 183 + ] + ], + "translation": "提到" + }, + "hty0d5": { + "message": "Monday", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWeekStartDayForm.tsx", + 53 + ] + ], + "translation": "周一" + }, + "+8Nek/": { + "message": "Monthly", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 67 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 14 + ], + [ + "src/views/pricing/index.tsx", + 20 + ] + ], + "translation": "每月" + }, + "vneRvS": { + "message": "monthly billing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 170 + ] + ], + "translation": "每月的账单" + }, + "sZ/WDz": { + "message": "Move board", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/MoveBoardForm.tsx", + 107 + ] + ], + "translation": "移动板" + }, + "VvCMyU": { + "message": "Move board to another workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/MoveBoardForm.tsx", + 64 + ] + ], + "translation": "把板子移到另一个工作区" + }, + "51UCsN": { + "message": "Move to another list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextMenu.tsx", + 44 + ] + ], + "translation": "移动到另一个列表" + }, + "J4+OTA": { + "message": "Move to list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextMoveListModal.tsx", + 70 + ] + ], + "translation": "移动到列表" + }, + "S3wq2O": { + "message": "Move to workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 126 + ] + ], + "translation": "移动到工作区" + }, + "BOqTi5": { + "message": "moved the card from <0>{0} to<1>{1}", + "placeholders": { + "0": [ + "truncate(fromList)" + ], + "1": [ + "truncate(toList)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 160 + ] + ], + "translation": "将卡片从<0>{0}移动到<1>{1}" + }, + "T7LJic": { + "message": "moved the card to another list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 127 + ] + ], + "translation": "将卡片移动到另一个列表" + }, + "uEGGDs": { + "message": "My webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 231 + ] + ], + "translation": "我的 Webhook" + }, + "6YtxFj": { + "message": "Name", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/LabelForm.tsx", + 135 + ], + [ + "src/views/board/components/NewTemplateForm.tsx", + 118 + ], + [ + "src/views/boards/components/NewBoardForm.tsx", + 134 + ], + [ + "src/views/settings/components/NewWebhookModal.tsx", + 227 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 214 + ] + ], + "translation": "名字" + }, + "UxKoFf": { + "message": "Navigation", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/providers/keyboard-shortcuts.tsx", + 55 + ] + ], + "translation": "导航" + }, + "HBI6nY": { + "message": "Need help?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FeedbackModal.tsx", + 95 + ] + ], + "translation": "需要帮忙吗?" + }, + "isRobC": { + "message": "New", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/index.tsx", + 104 + ], + [ + "src/views/home/components/Features.tsx", + 73 + ] + ], + "translation": "新" + }, + "6WSYbN": { + "message": "New {0}", + "placeholders": { + "0": [ + "isTemplate ? \"template\" : \"board\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/boards/components/NewBoardForm.tsx", + 120 + ] + ], + "translation": "新{0}" + }, + "TjREUS": { + "message": "New API key", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewApiKeyModal.tsx", + 147 + ] + ], + "translation": "新的API 密钥" + }, + "pnrmSP": { + "message": "New card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewCardForm.tsx", + 311 + ] + ], + "translation": "新卡" + }, + "cWcxrL": { + "message": "New checklist", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/NewChecklistForm.tsx", + 103 + ] + ], + "translation": "新检查清单" + }, + "WYwN1G": { + "message": "New import", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 513 + ] + ], + "translation": "新的导入" + }, + "n1GRql": { + "message": "New label", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/LabelForm.tsx", + 119 + ] + ], + "translation": "新标签" + }, + "Sb2gYF": { + "message": "New list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewListForm.tsx", + 113 + ], + [ + "src/views/board/index.tsx", + 633 + ] + ], + "translation": "新列表" + }, + "+MdEsf": { + "message": "New password is required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 24 + ] + ], + "translation": "需要新密码" + }, + "5iplxh": { + "message": "New password must be different from current password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 36 + ] + ], + "translation": "新密码不能与当前密码相同" + }, + "G1Gw0v": { + "message": "New template", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewTemplateForm.tsx", + 104 + ] + ], + "translation": "新模板" + }, + "RJA+sg": { + "message": "New Ticket", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 56 + ] + ], + "translation": "新票" + }, + "sbNNyi": { + "message": "New webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 210 + ] + ], + "translation": "新Webhook" + }, + "curoK5": { + "message": "New workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 146 + ] + ], + "translation": "新的工作区" + }, + "5ACX4z": { + "message": "Newsletter", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 50 + ] + ], + "translation": "通讯" + }, + "HeFWjW": { + "message": "Next Steps", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 93 + ] + ], + "translation": "下一个步骤" + }, + "/glL9Q": { + "message": "No {0}", + "placeholders": { + "0": [ + "isTemplate ? \"templates\" : \"boards\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/boards/components/BoardsList.tsx", + 63 + ] + ], + "translation": "没有{0}" + }, + "tlhgDC": { + "message": "No archived boards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/BoardsList.tsx", + 63 + ] + ], + "translation": "没有存档板" + }, + "Eg99Sc": { + "message": "No authentication methods are currently available", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 374 + ] + ], + "translation": "目前没有可用的身份验证方法" + }, + "2Bu8xj": { + "message": "No boards found", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 432 + ] + ], + "translation": "未发现板子" + }, + "OpNhRn": { + "message": "No credit card required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/index.tsx", + 85 + ] + ], + "translation": "不需要信用卡" + }, + "MK16u2": { + "message": "No dates", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/Filters.tsx", + 137 + ] + ], + "translation": "没有日期" + }, + "sY2lzr": { + "message": "No download URL available for this attachment.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/AttachmentThumbnails.tsx", + 143 + ] + ], + "translation": "此附件没有可用的下载URL。" + }, + "TXO5TM": { + "message": "No keyboard shortcuts registered.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/providers/keyboard-shortcuts.tsx", + 334 + ] + ], + "translation": "没有注册快捷键。" + }, + "HOMO91": { + "message": "No license key was provided. Please try activating again.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Dashboard.tsx", + 126 + ] + ], + "translation": "没有提供许可密钥。请重试激活。" + }, + "hXMFoN": { + "message": "No lists", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 665 + ] + ], + "translation": "没有列表" + }, + "fvLNDy": { + "message": "No lists have been created yet", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 670 + ] + ], + "translation": "目前还没有创建任何列表" + }, + "i30J2U": { + "message": "No projects found", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 283 + ] + ], + "translation": "未找到项目" + }, + "ERpq2P": { + "message": "No results found for \"{debouncedQuery}\".", + "placeholders": { + "debouncedQuery": [ + "debouncedQuery" + ] + }, + "comments": [], + "origin": [ + [ + "src/components/CommandPallette.tsx", + 193 + ] + ], + "translation": "没有找到“{debouncedQuery}”的结果。" + }, + "Q9pQaX": { + "message": "No roles found for this workspace yet.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/RolePermissions.tsx", + 110 + ] + ], + "translation": "尚未找到此工作区的角色。" + }, + "TX0bT7": { + "message": "No webhooks configured. Add a webhook to receive notifications.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/WebhookList.tsx", + 196 + ] + ], + "translation": "没有配置Webhook。添加Webhook来接收通知。" + }, + "9h7RDh": { + "message": "Offer", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 78 + ] + ], + "translation": "提供" + }, + "QnzD50": { + "message": "On-premise", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 245 + ] + ], + "translation": "内部" + }, + "pVctI7": { + "message": "On-premise deployment option", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 106 + ] + ], + "translation": "内部部署选项" + }, + "gukxZ5": { + "message": "Onboarding", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 79 + ] + ], + "translation": "新员工培训" + }, + "usVytm": { + "message": "Once you delete your account, there is no going back. This action cannot be undone.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 73 + ] + ], + "translation": "一旦你删除了账号,就再也回不去了。此操作不能撤消。" + }, + "dmKdk0": { + "message": "Once you delete your workspace, there is no going back. This action cannot be undone.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/WorkspaceSettings.tsx", + 88 + ] + ], + "translation": "一旦你删除了你的工作区,就没有回头路了。此操作不能撤消。" + }, + "69b7aE": { + "message": "Open command menu", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/WorkspaceMenu.tsx", + 37 + ] + ], + "translation": "打开命令菜单" + }, + "cFQEU/": { + "message": "Open keyboard shortcuts", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/providers/keyboard-shortcuts.tsx", + 172 + ] + ], + "translation": "打开键盘快捷键" + }, + "v+Wp++": { + "message": "Open source", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 229 + ] + ], + "translation": "开源" + }, + "qfUS/w": { + "message": "Open Source Friends", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/oss-friends/index.tsx", + 58 + ] + ], + "translation": "开源之友" + }, + "BzEFor": { + "message": "or", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 385 + ] + ], + "translation": "或" + }, + "ZqDqbi": { + "message": "Organize and find cards quickly with powerful filtering tools.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 101 + ] + ], + "translation": "使用强大的过滤工具快速组织和查找卡片。" + }, + "Un80BR": { + "message": "OSS Friends", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 39 + ], + [ + "src/views/oss-friends/index.tsx", + 52 + ] + ], + "translation": "OSS的朋友" + }, + "ddrz1m": { + "message": "Overdue", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/Filters.tsx", + 112 + ] + ], + "translation": "逾期" + }, + "P6dJdq": { + "message": "Overrides cleared", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/PermissionsSettings.tsx", + 25 + ] + ], + "translation": "覆盖了" + }, + "SPLN9O": { + "message": "Own your data", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 73 + ] + ], + "translation": "拥有你的数据" + }, + "8F1i42": { + "message": "Page not found", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/404.tsx", + 24 + ] + ], + "translation": "找不到页面" + }, + "Uworke": { + "message": "Part-time", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 82 + ] + ], + "translation": "兼职" + }, + "nG7mus": { + "message": "Password already set", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Dashboard.tsx", + 271 + ] + ], + "translation": "密码已设置" + }, + "IrZaAn": { + "message": "Password Changed", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 93 + ] + ], + "translation": "密码改变了" + }, + "r6BgwX": { + "message": "Password is required to login.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 263 + ] + ], + "translation": "登录时需要输入密码。" + }, + "tTbref": { + "message": "Password is required to sign up.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 262 + ] + ], + "translation": "注册时需要输入密码。" + }, + "vwGkYB": { + "message": "Password must be at least 8 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 23 + ] + ], + "translation": "密码至少为8个字符" + }, + "Xlkxmi": { + "message": "Password Set", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 93 + ] + ], + "translation": "密码设置" + }, + "lpIMne": { + "message": "Passwords do not match", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 30 + ] + ], + "translation": "密码不匹配" + }, + "URAE3q": { + "message": "Paused", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 230 + ] + ], + "translation": "停顿了一下" + }, + "UbYdrA": { + "message": "Payment frequency", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 100 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 120 + ] + ], + "translation": "付款频率" + }, + "UbRKMZ": { + "message": "Pending", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 230 + ] + ], + "translation": "等待" + }, + "oVBq1w": { + "message": "per user/month", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 15 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 20 + ], + [ + "src/views/pricing/index.tsx", + 21 + ], + [ + "src/views/pricing/index.tsx", + 26 + ] + ], + "translation": "每用户/月" + }, + "E6wBCJ": { + "message": "Per-seat pricing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 83 + ] + ], + "translation": "软件的价格" + }, + "mrhyIB": { + "message": "Perfect for small and growing teams looking to collaborate.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 52 + ] + ], + "translation": "适合小型和成长中的团队寻求合作。" + }, + "TH3Irz": { + "message": "Permission", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/RolePermissions.tsx", + 119 + ] + ], + "translation": "许可" + }, + "9cDpsw": { + "message": "Permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SettingsLayout.tsx", + 53 + ] + ], + "translation": "权限" + }, + "Jgaz7E": { + "message": "Permissions reset", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 80 + ] + ], + "translation": "权限重置" + }, + "DAV3uK": { + "message": "Permissions updated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 34 + ], + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 57 + ] + ], + "translation": "权限更新" + }, + "8RdLDU": { + "message": "Personal Project", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 86 + ] + ], + "translation": "个人项目" + }, + "Oi+J+N": { + "message": "Pick a plan to get started. All paid plans include a 14-day free trial.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 156 + ] + ], + "translation": "选择一个开始的计划。所有付费计划都包括14天的免费试用。" + }, + "GdgCoi": { + "message": "Plan", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/BillingSettings.tsx", + 66 + ] + ], + "translation": "计划" + }, + "Iqh0Uv": { + "message": "Planned", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 29 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 35 + ] + ], + "translation": "计划" + }, + "dUh9QW": { + "message": "Planning", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 90 + ] + ], + "translation": "规划" + }, + "F3bW6y": { + "message": "Platform", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 317 + ] + ], + "translation": "平台" + }, + "58AiWX": { + "message": "Please confirm your new password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 25 + ] + ], + "translation": "请确认新密码" + }, + "OtjenF": { + "message": "Please enter a valid email address", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 411 + ] + ], + "translation": "请输入有效的电子邮件地址" + }, + "CJ3zUq": { + "message": "Please enter a valid name", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 399 + ] + ], + "translation": "请输入有效的名称" + }, + "7b2yuC": { + "message": "Please enter a valid password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 426 + ] + ], + "translation": "请输入有效的密码" + }, + "jEw0Mr": { + "message": "Please enter a valid URL", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 24 + ] + ], + "translation": "请输入有效的URL" + }, + "tmlJN1": { + "message": "Please enter a valid YouTube URL", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/YouTubeEmbed/EditYouTubeModal.tsx", + 58 + ], + [ + "src/components/YouTubeEmbed/EditYouTubeModal.tsx", + 98 + ] + ], + "translation": "请输入有效的YouTube URL" + }, + "wPZBpR": { + "message": "Please select a file to upload.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/Avatar.tsx", + 70 + ] + ], + "translation": "请选择要上传的文件。" + }, + "tyHiOa": { + "message": "Please try again later, or contact customer support.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/DeleteLabelConfirmation.tsx", + 26 + ], + [ + "src/components/FeedbackModal.tsx", + 41 + ], + [ + "src/components/NewWorkspaceForm.tsx", + 110 + ], + [ + "src/views/board/components/BoardDropdown.tsx", + 69 + ], + [ + "src/views/board/components/NewCardForm.tsx", + 193 + ], + [ + "src/views/board/components/NewListForm.tsx", + 79 + ], + [ + "src/views/board/components/NewTemplateForm.tsx", + 61 + ], + [ + "src/views/board/components/NewTemplateForm.tsx", + 77 + ], + [ + "src/views/board/components/UpdateBoardSlugForm.tsx", + 73 + ], + [ + "src/views/board/components/VisibilityButton.tsx", + 57 + ], + [ + "src/views/board/index.tsx", + 224 + ], + [ + "src/views/board/index.tsx", + 280 + ], + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 243 + ], + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 395 + ], + [ + "src/views/card/components/AttachmentThumbnails.tsx", + 74 + ], + [ + "src/views/card/components/ChecklistItemRow.tsx", + 67 + ], + [ + "src/views/card/components/ChecklistItemRow.tsx", + 95 + ], + [ + "src/views/card/components/ChecklistNameInput.tsx", + 47 + ], + [ + "src/views/card/components/Checklists.tsx", + 81 + ], + [ + "src/views/card/components/Comment.tsx", + 93 + ], + [ + "src/views/card/components/DeleteCardConfirmation.tsx", + 52 + ], + [ + "src/views/card/components/DeleteChecklistConfirmation.tsx", + 38 + ], + [ + "src/views/card/components/DeleteCommentConfirmation.tsx", + 46 + ], + [ + "src/views/card/components/DueDateSelector.tsx", + 64 + ], + [ + "src/views/card/components/LabelSelector.tsx", + 75 + ], + [ + "src/views/card/components/ListSelector.tsx", + 55 + ], + [ + "src/views/card/components/MemberSelector.tsx", + 82 + ], + [ + "src/views/card/components/NewChecklistForm.tsx", + 71 + ], + [ + "src/views/card/components/NewChecklistItemForm.tsx", + 90 + ], + [ + "src/views/card/components/NewCommentForm.tsx", + 38 + ], + [ + "src/views/card/index.tsx", + 236 + ], + [ + "src/views/card/index.tsx", + 249 + ], + [ + "src/views/members/components/DeleteMemberConfirmation.tsx", + 28 + ], + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 42 + ], + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 65 + ], + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 93 + ], + [ + "src/views/members/components/InviteMemberForm.tsx", + 112 + ], + [ + "src/views/members/index.tsx", + 70 + ], + [ + "src/views/onboarding/workspace-details/index.tsx", + 121 + ], + [ + "src/views/onboarding/workspace-details/index.tsx", + 170 + ], + [ + "src/views/settings/components/Avatar.tsx", + 200 + ], + [ + "src/views/settings/components/DeleteAccountConfirmation.tsx", + 40 + ], + [ + "src/views/settings/components/DeleteWorkspaceConfirmation.tsx", + 46 + ], + [ + "src/views/settings/components/UpdateDisplayNameForm.tsx", + 55 + ], + [ + "src/views/settings/components/UpdateWorkspaceDescriptionForm.tsx", + 64 + ], + [ + "src/views/settings/components/UpdateWorkspaceNameForm.tsx", + 59 + ], + [ + "src/views/settings/components/UpdateWorkspaceUrlForm.tsx", + 76 + ], + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 44 + ], + [ + "src/views/settings/PermissionsSettings.tsx", + 40 + ] + ], + "translation": "请稍后再试,或联系客户支持。" + }, + "PZCqeW": { + "message": "Please try again later.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 137 + ], + [ + "src/views/members/components/InviteMemberForm.tsx", + 153 + ] + ], + "translation": "请稍后再试。" + }, + "fuwKpE": { + "message": "Please try again.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 76 + ], + [ + "src/views/board/components/CardContextMoveListModal.tsx", + 42 + ], + [ + "src/views/board/index.tsx", + 321 + ], + [ + "src/views/card/components/Dropdown.tsx", + 55 + ], + [ + "src/views/card/components/Dropdown.tsx", + 81 + ], + [ + "src/views/card/components/Dropdown.tsx", + 100 + ], + [ + "src/views/public/board/CardModal.tsx", + 45 + ], + [ + "src/views/public/board/index.tsx", + 86 + ] + ], + "translation": "请再试一次。" + }, + "nYNMZZ": { + "message": "Position in list (0 = first, leave empty for end)", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 193 + ] + ], + "translation": "在列表中的位置(0 = first, end为空)" + }, + "aHCEmh": { + "message": "Pricing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 51 + ], + [ + "src/views/home/components/Header.tsx", + 18 + ], + [ + "src/views/home/components/Header.tsx", + 34 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 85 + ], + [ + "src/views/pricing/index.tsx", + 34 + ], + [ + "src/views/pricing/index.tsx", + 40 + ] + ], + "translation": "定价" + }, + "ESClHO": { + "message": "Priority email support", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 275 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 56 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 61 + ], + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 95 + ] + ], + "translation": "优先邮件支持" + }, + "ScJ9fj": { + "message": "Privacy policy", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 43 + ] + ], + "translation": "隐私政策" + }, + "zwBp5t": { + "message": "Private", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/VisibilityButton.tsx", + 84 + ] + ], + "translation": "私人" + }, + "3fPjUY": { + "message": "Pro", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 96 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 333 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 70 + ] + ], + "translation": "箴" + }, + "oyRjD/": { + "message": "Pro Plan", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 305 + ], + [ + "src/views/members/index.tsx", + 308 + ] + ], + "translation": "职业计划" + }, + "Qtzfdk": { + "message": "Pro Plan ∞", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 317 + ] + ], + "translation": "Pro Plan∞" + }, + "0rPv1T": { + "message": "Profile image updated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/Avatar.tsx", + 189 + ] + ], + "translation": "更新个人资料图片" + }, + "4XF0BB": { + "message": "Profile picture", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 30 + ] + ], + "translation": "的个人资料图片" + }, + "7d1a0d": { + "message": "Public", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/VisibilityButton.tsx", + 79 + ] + ], + "translation": "公共" + }, + "ABCjd9": { + "message": "Publishing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 47 + ] + ], + "translation": "出版" + }, + "bfgr/e": { + "message": "Question", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 66 + ] + ], + "translation": "问题" + }, + "1H5u1m": { + "message": "Questions?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 147 + ] + ], + "translation": "问题吗?" + }, + "kfOGMr": { + "message": "Quick Win", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 96 + ] + ], + "translation": "快速赢得" + }, + "6EWT6T": { + "message": "Recruitment", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 73 + ] + ], + "translation": "招聘" + }, + "ekCRTP": { + "message": "Rejected", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 35 + ] + ], + "translation": "拒绝了" + }, + "qlAIQ1": { + "message": "Remote", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 82 + ] + ], + "translation": "远程" + }, + "t/YqKh": { + "message": "Remove", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/DeleteMemberConfirmation.tsx", + 58 + ] + ], + "translation": "删除" + }, + "T/pF0Z": { + "message": "Remove from favorites", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 136 + ] + ], + "translation": "从收藏夹中删除" + }, + "99VIgC": { + "message": "Remove member", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 253 + ] + ], + "translation": "删除成员" + }, + "BZkYSt": { + "message": "removed {0} labels: <0>{labelList}", + "placeholders": { + "0": [ + "mergedLabels.length" + ], + "labelList": [ + "labelList" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 116 + ] + ], + "translation": "移除{0}标签:<0>{labelList}" + }, + "kQwvU8": { + "message": "removed a label from the card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 129 + ] + ], + "translation": "从卡片上取下标签" + }, + "uck1tz": { + "message": "removed a member from the card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 131 + ] + ], + "translation": "从卡中删除一个成员" + }, + "KEim/+": { + "message": "removed an attachment", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 141 + ] + ], + "translation": "删除附件" + }, + "zwTiVn": { + "message": "removed an attachment <0>{0}", + "placeholders": { + "0": [ + "truncate(filename)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 288 + ] + ], + "translation": "删除附件<0>{0}" + }, + "Qh7QmR": { + "message": "Removed from favorites", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 58 + ] + ], + "translation": "从收藏夹中删除" + }, + "YVT40D": { + "message": "removed label <0>{0}", + "placeholders": { + "0": [ + "truncate(label)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 200 + ] + ], + "translation": "移除标签<0>{0}" + }, + "aHRWVI": { + "message": "removed the due date", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 144 + ], + [ + "src/views/card/components/ActivityList.tsx", + 324 + ] + ], + "translation": "删除了截止日期" + }, + "NypLoL": { + "message": "renamed a checklist", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 133 + ] + ], + "translation": "重命名检查表" + }, + "3ZjRJY": { + "message": "renamed checklist <0>{0}", + "placeholders": { + "0": [ + "truncate(toTitle)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 216 + ] + ], + "translation": "重命名检查表<0>{0}" + }, + "NH54UR": { + "message": "renamed checklist item to <0>{0}", + "placeholders": { + "0": [ + "truncate(toTitle)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 240 + ] + ], + "translation": "将检查项重命名为<0>{0}" + }, + "Yx0Ud8": { + "message": "Requested", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 29 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 35 + ] + ], + "translation": "要求" + }, + "bdztP2": { + "message": "Research", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 89 + ] + ], + "translation": "研究" + }, + "e4hPSt": { + "message": "Reset to role defaults", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 245 + ] + ], + "translation": "重置为角色默认值" + }, + "FmN5me": { + "message": "Resolution", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 60 + ] + ], + "translation": "决议" + }, + "s+MGs7": { + "message": "Resources", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 114 + ] + ], + "translation": "资源" + }, + "5k0NLb": { + "message": "Review", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 92 + ] + ], + "translation": "审查" + }, + "/gaSVU": { + "message": "Roadmap", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 36 + ], + [ + "src/views/home/components/Header.tsx", + 13 + ], + [ + "src/views/home/components/Header.tsx", + 28 + ], + [ + "src/views/onboarding/workspace-details/index.tsx", + 181 + ] + ], + "translation": "路线图" + }, + "GDvlUT": { + "message": "Role", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 352 + ] + ], + "translation": "角色" + }, + "jQ6I8X": { + "message": "Role updated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 62 + ] + ], + "translation": "角色更新" + }, + "RzxgOE": { + "message": "Roles & permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 164 + ] + ], + "translation": "角色和权限" + }, + "vAR/I8": { + "message": "Run on your own infrastructure", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 72 + ] + ], + "translation": "在您自己的基础设施上运行" + }, + "YEOVrT": { + "message": "SAML SSO", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 102 + ] + ], + "translation": "SAML SSO" + }, + "+5kO8P": { + "message": "Saturday", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWeekStartDayForm.tsx", + 54 + ] + ], + "translation": "周六" + }, + "tfDRzk": { + "message": "Save", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/YouTubeEmbed/EditYouTubeModal.tsx", + 183 + ], + [ + "src/views/card/components/Comment.tsx", + 202 + ], + [ + "src/views/settings/components/Avatar.tsx", + 290 + ] + ], + "translation": "保存" + }, + "y3aU20": { + "message": "Save changes", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 344 + ] + ], + "translation": "保存更改" + }, + "MdwUGG": { + "message": "Save time with reusable board templates.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 116 + ] + ], + "translation": "使用可重复使用的板模板节省时间。" + }, + "cOh+MI": { + "message": "Screening", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 76 + ] + ], + "translation": "筛选" + }, + "SkCNhl": { + "message": "Search boards and cards...", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/CommandPallette.tsx", + 105 + ] + ], + "translation": "搜索木板和卡片……" + }, + "66Jmqh": { + "message": "Seat limit reached", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 105 + ] + ], + "translation": "座位数已达上限" + }, + "MpFIca": { + "message": "seats", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 308 + ], + [ + "src/views/members/index.tsx", + 319 + ] + ], + "translation": "座位" + }, + "e1v+J3": { + "message": "Secret (optional)", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 251 + ] + ], + "translation": "秘密(可选)" + }, + "OkTY4+": { + "message": "Secret cannot exceed 512 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 28 + ] + ], + "translation": "密码长度不能超过512个字符" + }, + "a3LDKx": { + "message": "Security", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 321 + ] + ], + "translation": "安全" + }, + "K3iLeO": { + "message": "See what our users are saying about Kan", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Testimonials.tsx", + 239 + ] + ], + "translation": "看看我们的用户是怎么评价Kan的" + }, + "zYRVNp": { + "message": "Select a list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 131 + ] + ], + "translation": "选择一个列表" + }, + "NM2hyD": { + "message": "Select a workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/MoveBoardForm.tsx", + 84 + ] + ], + "translation": "选择工作区" + }, + "wgNoIs": { + "message": "Select all", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 315 + ], + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 464 + ] + ], + "translation": "选择所有" + }, + "o4e/70": { + "message": "Select at least one event", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 32 + ] + ], + "translation": "至少选择一个事件" + }, + "rYUZIe": { + "message": "Select source", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 195 + ] + ], + "translation": "选择源" + }, + "ppaRWv": { + "message": "Self Host", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 64 + ] + ], + "translation": "自我主机" + }, + "l2PIAy": { + "message": "Self host with Github", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/index.tsx", + 81 + ] + ], + "translation": "自我托管与Github" + }, + "VXk54Y": { + "message": "self-assigned the card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 169 + ] + ], + "translation": "自行分配卡片" + }, + "RoafuO": { + "message": "Send feedback", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FeedbackModal.tsx", + 116 + ] + ], + "translation": "发送反馈" + }, + "eus61c": { + "message": "Send test", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 338 + ] + ], + "translation": "发送测试" + }, + "v3YoMA": { + "message": "Senior", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 82 + ] + ], + "translation": "高级" + }, + "GXGbXi": { + "message": "Set a password to enable password-based login.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 93 + ] + ], + "translation": "设置密码,启用密码登录。" + }, + "8AbRER": { + "message": "Set due date", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDueDateModal.tsx", + 20 + ], + [ + "src/views/board/components/CardContextMenu.tsx", + 56 + ], + [ + "src/views/card/components/DueDateSelector.tsx", + 121 + ] + ], + "translation": "设定截止日期" + }, + "2gHjVM": { + "message": "Set Password", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 88 + ], + [ + "src/views/settings/AccountSettings.tsx", + 100 + ], + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 142 + ], + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 216 + ] + ], + "translation": "设置密码" + }, + "Eit43O": { + "message": "set the due date", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 142 + ] + ], + "translation": "设定截止日期" + }, + "JjEJSy": { + "message": "Set up your workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 199 + ] + ], + "translation": "设置工作区" + }, + "Tz0i8g": { + "message": "Settings", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SettingsLayout.tsx", + 102 + ], + [ + "src/components/SideNavigation.tsx", + 134 + ] + ], + "translation": "设置" + }, + "MWrbWq": { + "message": "Settings | Account", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 26 + ] + ], + "translation": "设置|帐户" + }, + "iy1wb+": { + "message": "Settings | API", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/ApiSettings.tsx", + 18 + ] + ], + "translation": "设置| API" + }, + "ADEin1": { + "message": "Settings | Billing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/BillingSettings.tsx", + 62 + ] + ], + "translation": "设置|计费" + }, + "hYzsXr": { + "message": "Settings | Integrations", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 138 + ] + ], + "translation": "设置|集成" + }, + "F/FPk/": { + "message": "Settings | Permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/PermissionsSettings.tsx", + 49 + ] + ], + "translation": "设置|权限" + }, + "+h2faV": { + "message": "Settings | Webhooks", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/WebhookSettings.tsx", + 24 + ] + ], + "translation": "设置| Webhook" + }, + "Ci/KUX": { + "message": "Settings | Workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/WorkspaceSettings.tsx", + 32 + ] + ], + "translation": "设置|工作区" + }, + "CTqTgr": { + "message": "Shortcuts", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/UserMenu.tsx", + 187 + ] + ], + "translation": "快捷键" + }, + "5lWFkC": { + "message": "Sign in", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Header.tsx", + 104 + ] + ], + "translation": "登录" + }, + "n1ekoW": { + "message": "Sign In", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 165 + ] + ], + "translation": "登录" + }, + "jbGGzf": { + "message": "Sign in or create an account to activate your {partnerName} license", + "placeholders": { + "partnerName": [ + "partnerName" + ] + }, + "comments": [], + "origin": [ + [ + "src/pages/partner/activate.tsx", + 62 + ] + ], + "translation": "登录或创建一个帐户来激活您的{partnerName}许可证" + }, + "4dGN6E": { + "message": "Sign in or create an account to activate your license", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/partner/activate.tsx", + 67 + ] + ], + "translation": "登录或创建一个帐户来激活您的许可证" + }, + "fcWrnU": { + "message": "Sign out", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 319 + ], + [ + "src/views/onboarding/workspace-details/index.tsx", + 386 + ] + ], + "translation": "签出" + }, + "mErq7F": { + "message": "Sign Up", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 173 + ] + ], + "translation": "报名" + }, + "sUZo7y": { + "message": "Sign up | kan.bn", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/auth/signup/index.tsx", + 36 + ], + [ + "src/views/auth/signup/index.tsx", + 61 + ] + ], + "translation": "注册bb1000日元" + }, + "WRkpB1": { + "message": "Sign up disabled", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/auth/signup/index.tsx", + 46 + ] + ], + "translation": "注册禁用" + }, + "s6iE/c": { + "message": "Sign up is currently disabled. Please try again later.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/auth/signup/index.tsx", + 49 + ] + ], + "translation": "目前无法注册。请稍后再试。" + }, + "6FDocz": { + "message": "Sign up with ", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 442 + ] + ], + "translation": "与…签约" + }, + "m2nk0i": { + "message": "Simple pricing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 89 + ], + [ + "src/views/pricing/index.tsx", + 44 + ] + ], + "translation": "简单的定价" + }, + "sBhOFG": { + "message": "Simple, visual task management that just works. Drag and drop cards, collaborate with your team, and get more done.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 139 + ] + ], + "translation": "简单,可视化的任务管理,只是工作。拖放卡片,与团队协作,完成更多工作。" + }, + "zEcnBA": { + "message": "SLA", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 291 + ] + ], + "translation": "SLA" + }, + "4Revpc": { + "message": "Small", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FontSizeSelector.tsx", + 7 + ] + ], + "translation": "小" + }, + "++rVAm": { + "message": "Social Media", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 50 + ] + ], + "translation": "社交媒体" + }, + "wIb7Ng": { + "message": "Software Development", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 22 + ] + ], + "translation": "软件开发" + }, + "6sKjjx": { + "message": "Solo", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 81 + ] + ], + "translation": "独奏" + }, + "J9+zIR": { + "message": "Something went wrong during activation. Please try again.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/partner/activate.tsx", + 73 + ] + ], + "translation": "在激活过程中出错了。请再试一次。" + }, + "r+dxEH": { + "message": "Something went wrong during license activation.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Dashboard.tsx", + 132 + ] + ], + "translation": "激活license时出错。" + }, + "vnS6Rf": { + "message": "SSO", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 256 + ] + ], + "translation": "SSO" + }, + "R6pB8R": { + "message": "Star on Github", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/index.tsx", + 37 + ] + ], + "translation": "Github上的星星" + }, + "veIDCY": { + "message": "Start 14 day free trial", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 113 + ] + ], + "translation": "开始14天免费试用" + }, + "4+JaWo": { + "message": "Start free trial", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SideNavigation.tsx", + 228 + ], + [ + "src/components/SideNavigation.tsx", + 229 + ], + [ + "src/components/SideNavigation.tsx", + 239 + ] + ], + "translation": "开始免费试用" + }, + "Y8yzGg": { + "message": "Start free. Upgrade as your team grows. No hidden fees, no contracts.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/index.tsx", + 47 + ] + ], + "translation": "开始免费。随着团队的成长而升级。没有隐藏费用,没有合同。" + }, + "uAQUqI": { + "message": "Status", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/WebhookList.tsx", + 232 + ] + ], + "translation": "状态" + }, + "hQRttt": { + "message": "Submit", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/NewCommentForm.tsx", + 60 + ] + ], + "translation": "提交" + }, + "WYDptz": { + "message": "Subscription Required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 130 + ] + ], + "translation": "订阅所需的" + }, + "zzDlyQ": { + "message": "Success", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 220 + ], + [ + "src/components/AuthForm.tsx", + 237 + ] + ], + "translation": "成功" + }, + "DBC3t5": { + "message": "Sunday", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWeekStartDayForm.tsx", + 52 + ] + ], + "translation": "周日" + }, + "uZg2+w": { + "message": "Supercharge your workspace for just $29/month. Here's what you'll get:", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 59 + ] + ], + "translation": "每月只需29美元,就能让你的工作区焕然一新。下面是你将得到的:" + }, + "XYLcNv": { + "message": "Support", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/UserMenu.tsx", + 198 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 325 + ] + ], + "translation": "支持" + }, + "wruKPE": { + "message": "Support the development of the project", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 57 + ] + ], + "translation": "支持项目的发展" + }, + "D+NlUC": { + "message": "System", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/UserMenu.tsx", + 144 + ] + ], + "translation": "系统" + }, + "KM6m8p": { + "message": "Team", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 88 + ] + ], + "translation": "团队" + }, + "bff61F": { + "message": "Team Plan", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 305 + ], + [ + "src/views/members/components/InviteMemberForm.tsx", + 317 + ], + [ + "src/views/members/index.tsx", + 310 + ] + ], + "translation": "团队计划" + }, + "CAL6E9": { + "message": "Teams", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 332 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 46 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 47 + ] + ], + "translation": "团队" + }, + "/K2CvV": { + "message": "Template", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 543 + ], + [ + "src/views/board/index.tsx", + 579 + ] + ], + "translation": "模板" + }, + "JcCDm9": { + "message": "Template created", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewTemplateForm.tsx", + 67 + ] + ], + "translation": "模板创建的" + }, + "QHhZeE": { + "message": "Template created successfully", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewTemplateForm.tsx", + 68 + ] + ], + "translation": "模板创建成功" + }, + "notwF1": { + "message": "Template name cannot exceed 100 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewTemplateForm.tsx", + 19 + ] + ], + "translation": "模板名称不能超过100个字符" + }, + "6OTo9n": { + "message": "Template name is required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewTemplateForm.tsx", + 18 + ] + ], + "translation": "模板名称是必需的" + }, + "iTylMl": { + "message": "Templates", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SideNavigation.tsx", + 110 + ], + [ + "src/views/home/components/Features.tsx", + 115 + ] + ], + "translation": "模板" + }, + "UCLeG0": { + "message": "Terms of service", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Footer.tsx", + 42 + ] + ], + "translation": "服务条款" + }, + "NnH3pK": { + "message": "Test", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/WebhookList.tsx", + 136 + ] + ], + "translation": "测试" + }, + "InJcdo": { + "message": "Test failed", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 154 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 177 + ] + ], + "translation": "测试失败" + }, + "zDNL2V": { + "message": "Test sent", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 148 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 174 + ] + ], + "translation": "测试发送" + }, + "itgYbC": { + "message": "Test webhook sent successfully!", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 149 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 174 + ] + ], + "translation": "测试网钩发送成功!" + }, + "VUZDlr": { + "message": "Testimonials", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Testimonials.tsx", + 232 + ] + ], + "translation": "奖状" + }, + "nhMhRr": { + "message": "Thank you for your feedback!", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FeedbackModal.tsx", + 34 + ] + ], + "translation": "感谢您的反馈!" + }, + "ssK7k+": { + "message": "That license key could not be found. Please contact support.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Dashboard.tsx", + 124 + ] + ], + "translation": "找不到许可密钥。请联系技术支持。" + }, + "NcFrgC": { + "message": "The board has been archived.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 49 + ] + ], + "translation": "董事会已存档。" + }, + "ZWk38w": { + "message": "The board has been moved to {0}.", + "placeholders": { + "0": [ + "targetWorkspace?.name ?? \"the workspace\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/board/components/MoveBoardForm.tsx", + 34 + ] + ], + "translation": "该板已移至{0}。" + }, + "C6gv54": { + "message": "The board has been unarchived.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 50 + ] + ], + "translation": "这块板没有存档。" + }, + "nKBUeF": { + "message": "The card has been duplicated.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 69 + ] + ], + "translation": "这张卡已被复制。" + }, + "jlB2RY": { + "message": "The current password you entered is incorrect.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 114 + ] + ], + "translation": "您输入的当前密码不正确。" + }, + "lkz85l": { + "message": "The main difference between Kan and Trello is that Kan is open source, allowing anyone to view, modify, and contribute to our code. Our cloud offering also offers no restrictions on features for individual use, whereas Trello locks basic features such as the number of boards you can create behind a paywall.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 33 + ] + ], + "translation": "Kan和Trello的主要区别在于,Kan是开源的,任何人都可以查看、修改和贡献我们的代码。我们的云产品对个人使用的功能也没有限制,而Trello锁定了基本功能,比如你可以在付费墙后面创建的电路板数量。" + }, + "6tDFBe": { + "message": "The member's permissions have been updated.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 35 + ], + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 58 + ] + ], + "translation": "成员的权限已更新。" + }, + "bfZE+Y": { + "message": "The member's role has been updated.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 63 + ] + ], + "translation": "成员角色已更新。" + }, + "gUX7b+": { + "message": "The open source <0/> alternative to Trello", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/index.tsx", + 65 + ] + ], + "translation": "<0/>的开源替代Trello" + }, + "0xD8Of": { + "message": "The page you're looking for doesn't exist or has been moved.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/404.tsx", + 29 + ] + ], + "translation": "您正在查找的页面不存在或已被移动。" + }, + "fQCrjt": { + "message": "The visibility of your board has been set to {0}.", + "placeholders": { + "0": [ + "isPublic ? \"public\" : \"private\"" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/board/components/VisibilityButton.tsx", + 50 + ] + ], + "translation": "您的板的可见性已设置为{0}。" + }, + "FEr96N": { + "message": "Theme", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/UserMenu.tsx", + 131 + ] + ], + "translation": "主题" + }, + "Yf9FAx": { + "message": "They won't be able to access this workspace.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/DeleteMemberConfirmation.tsx", + 50 + ] + ], + "translation": "他们将无法访问此工作区。" + }, + "3LDCpD": { + "message": "This action can't be undone.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/DeleteLabelConfirmation.tsx", + 44 + ], + [ + "src/views/board/components/DeleteBoardConfirmation.tsx", + 39 + ], + [ + "src/views/card/components/DeleteCardConfirmation.tsx", + 78 + ], + [ + "src/views/card/components/DeleteChecklistConfirmation.tsx", + 59 + ], + [ + "src/views/card/components/DeleteCommentConfirmation.tsx", + 69 + ] + ], + "translation": "这个动作不能撤消。" + }, + "YoyKbT": { + "message": "This API key will only be shown once. Please save it in a secure location.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewApiKeyModal.tsx", + 129 + ] + ], + "translation": "此API 密钥将只显示一次。请把它保存在安全的地方。" + }, + "l4asa1": { + "message": "This board is private or does not exist", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/public/board/index.tsx", + 184 + ] + ], + "translation": "此板是私有的或不存在" + }, + "wY+6Ye": { + "message": "This board URL has already been taken", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/UpdateBoardSlugForm.tsx", + 136 + ] + ], + "translation": "此看板 URL已经有人占用了" + }, + "mTwGOf": { + "message": "This invitation link is invalid or has expired.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 119 + ] + ], + "translation": "此邀请链接无效或已过期。" + }, + "vlxQFL": { + "message": "This member's permissions have been reset to their role defaults.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 81 + ] + ], + "translation": "此成员的权限已重置为其角色默认值。" + }, + "HQVm6e": { + "message": "This URL has already been taken", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 84 + ] + ], + "translation": "此URL已被占用" + }, + "gKmoow": { + "message": "This URL is reserved", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 86 + ] + ], + "translation": "这个URL是保留的" + }, + "OAYToL": { + "message": "This will remove all custom member permissions in this workspace. Members will inherit permissions only from their roles.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ClearCustomPermissionsConfirmation.tsx", + 35 + ] + ], + "translation": "这将删除此工作区中的所有自定义成员权限。成员将仅从其角色继承权限。" + }, + "MeO/vH": { + "message": "This will result in the permanent deletion of all data associated with this workspace.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWorkspaceConfirmation.tsx", + 70 + ] + ], + "translation": "这将导致永久删除与此工作区关联的所有数据。" + }, + "mwBdZ2": { + "message": "This will result in the permanent deletion of all data associated with your account.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteAccountConfirmation.tsx", + 60 + ] + ], + "translation": "这将导致与您的帐户相关的所有数据永久删除。" + }, + "PV7XRK": { + "message": "This workspace has reached its member limit. The workspace owner will need to upgrade their plan.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 44 + ] + ], + "translation": "此工作区已达到其成员限制。工作区所有者将需要升级他们的计划。" + }, + "duf3Nr": { + "message": "This workspace URL has already been taken", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 190 + ] + ], + "translation": "这个工作区 URL已经被占用了" + }, + "bJtM0P": { + "message": "This workspace URL is reserved", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 192 + ] + ], + "translation": "这个工作区 URL是保留的" + }, + "kp6L3T": { + "message": "This workspace username has already been taken", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceUrlForm.tsx", + 125 + ] + ], + "translation": "此工作区用户名已被占用" + }, + "pEb95p": { + "message": "Ticket ID copied to clipboard", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Dropdown.tsx", + 93 + ] + ], + "translation": "机票ID已复制到剪贴板" + }, + "MHrjPM": { + "message": "Title", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/YouTubeEmbed/EditYouTubeModal.tsx", + 127 + ] + ], + "translation": "标题" + }, + "wK4OTM": { + "message": "Title (optional)", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 180 + ] + ], + "translation": "标题(可选)" + }, + "Se/UIp": { + "message": "To Do", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 17 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 23 + ] + ], + "translation": "要做" + }, + "4gAX8s": { + "message": "Toggle menu", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Header.tsx", + 114 + ] + ], + "translation": "切换菜单" + }, + "L5WQLg": { + "message": "Token is required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 19 + ] + ], + "translation": "需要令牌" + }, + "eEQyz+": { + "message": "Track all card changes with detailed activity history.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 111 + ] + ], + "translation": "通过详细的活动历史记录跟踪所有卡片更改。" + }, + "dtbpdR": { + "message": "Trello", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 218 + ], + [ + "src/views/settings/IntegrationsSettings.tsx", + 142 + ] + ], + "translation": "Trello" + }, + "zto8aj": { + "message": "Trello disconnected", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 79 + ] + ], + "translation": "Trello断开连接" + }, + "kxEs5t": { + "message": "Trello imports", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 95 + ] + ], + "translation": "Trello导入" + }, + "HO+uOC": { + "message": "Triaging", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 57 + ] + ], + "translation": "筛选" + }, + "o+JCfN": { + "message": "Trusted by fast-moving teams<0/>around the world", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Logos.tsx", + 67 + ] + ], + "translation": "深受世界各地快速发展团队的信赖" + }, + "bZSICm": { + "message": "Unable to add checklist item", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/NewChecklistItemForm.tsx", + 89 + ] + ], + "translation": "无法添加检查表项" + }, + "T7DJ2k": { + "message": "Unable to add comment", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/NewCommentForm.tsx", + 37 + ] + ], + "translation": "无法添加评论" + }, + "2Q871c": { + "message": "Unable to add label", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/index.tsx", + 248 + ] + ], + "translation": "无法添加标签" + }, + "LeM5RY": { + "message": "Unable to clear overrides", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/PermissionsSettings.tsx", + 39 + ] + ], + "translation": "无法清除覆盖" + }, + "5MPY04": { + "message": "Unable to copy ID", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Dropdown.tsx", + 98 + ] + ], + "translation": "无法复制ID" + }, + "W1ewR0": { + "message": "Unable to copy link", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 319 + ], + [ + "src/views/card/components/Dropdown.tsx", + 79 + ], + [ + "src/views/public/board/CardModal.tsx", + 43 + ], + [ + "src/views/public/board/index.tsx", + 84 + ] + ], + "translation": "无法复制链接" + }, + "zl1b97": { + "message": "Unable to create card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewCardForm.tsx", + 190 + ] + ], + "translation": "无法创建卡" + }, + "mHhffx": { + "message": "Unable to create checklist", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/NewChecklistForm.tsx", + 70 + ] + ], + "translation": "无法创建检查表" + }, + "TztLaN": { + "message": "Unable to create list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewListForm.tsx", + 78 + ] + ], + "translation": "无法创建列表" + }, + "YcyP2z": { + "message": "Unable to create template", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/NewTemplateForm.tsx", + 60 + ], + [ + "src/views/board/components/NewTemplateForm.tsx", + 76 + ] + ], + "translation": "无法创建模板" + }, + "c1vOQR": { + "message": "Unable to create webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 118 + ] + ], + "translation": "无法创建Webhook" + }, + "MxQXhL": { + "message": "Unable to create workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 109 + ], + [ + "src/views/onboarding/workspace-details/index.tsx", + 120 + ] + ], + "translation": "无法创建工作区" + }, + "WHHLh9": { + "message": "Unable to delete attachment", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/AttachmentThumbnails.tsx", + 73 + ] + ], + "translation": "无法删除附件" + }, + "Z6r9z1": { + "message": "Unable to delete card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/DeleteCardConfirmation.tsx", + 51 + ] + ], + "translation": "无法删除卡" + }, + "DahTzR": { + "message": "Unable to delete checklist", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/DeleteChecklistConfirmation.tsx", + 37 + ] + ], + "translation": "无法删除检查表" + }, + "0jV46i": { + "message": "Unable to delete checklist item", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ChecklistItemRow.tsx", + 94 + ] + ], + "translation": "无法删除检查表项" + }, + "2QGEbi": { + "message": "Unable to delete comment", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/DeleteCommentConfirmation.tsx", + 45 + ] + ], + "translation": "无法删除评论" + }, + "23nvb2": { + "message": "Unable to delete webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWebhookConfirmation.tsx", + 36 + ] + ], + "translation": "无法删除Webhook" + }, + "Oo4E6p": { + "message": "Unable to duplicate card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextDuplicateModal.tsx", + 75 + ], + [ + "src/views/card/components/Dropdown.tsx", + 53 + ] + ], + "translation": "无法复制卡片" + }, + "d196/6": { + "message": "Unable to move board", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/MoveBoardForm.tsx", + 45 + ] + ], + "translation": "无法移动板子" + }, + "K7k9u3": { + "message": "Unable to move card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/CardContextMoveListModal.tsx", + 41 + ] + ], + "translation": "无法移动卡片" + }, + "8yFGGF": { + "message": "Unable to remove member", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/DeleteMemberConfirmation.tsx", + 27 + ] + ], + "translation": "无法删除成员" + }, + "YKeYae": { + "message": "Unable to reorder checklist item", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Checklists.tsx", + 80 + ] + ], + "translation": "无法重新排序检查清单项目" + }, + "vfRdCZ": { + "message": "Unable to reset permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 92 + ] + ], + "translation": "无法重置权限" + }, + "A8jqN7": { + "message": "Unable to send feedback", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/FeedbackModal.tsx", + 40 + ] + ], + "translation": "无法发送反馈" + }, + "Q60WUZ": { + "message": "Unable to start checkout", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 169 + ] + ], + "translation": "无法开始结帐" + }, + "KNK33q": { + "message": "Unable to test webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 163 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 185 + ] + ], + "translation": "无法测试Webhook" + }, + "T7Mywq": { + "message": "Unable to update board", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 68 + ] + ], + "translation": "无法更新板" + }, + "XpcjLO": { + "message": "Unable to update board URL", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/UpdateBoardSlugForm.tsx", + 72 + ] + ], + "translation": "无法更新板URL" + }, + "Wy6pcF": { + "message": "Unable to update board visibility", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/VisibilityButton.tsx", + 56 + ] + ], + "translation": "无法更新电路板可见性" + }, + "o9WLwO": { + "message": "Unable to update card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 279 + ], + [ + "src/views/card/index.tsx", + 235 + ] + ], + "translation": "无法更新卡" + }, + "DtXlZq": { + "message": "Unable to update checklist", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ChecklistNameInput.tsx", + 46 + ] + ], + "translation": "无法更新检查表" + }, + "WQPDcG": { + "message": "Unable to update checklist item", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ChecklistItemRow.tsx", + 66 + ] + ], + "translation": "无法更新检查表项" + }, + "fYVH36": { + "message": "Unable to update comment", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/Comment.tsx", + 92 + ] + ], + "translation": "无法更新评论" + }, + "C56tim": { + "message": "Unable to update due date", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/DueDateSelector.tsx", + 63 + ] + ], + "translation": "无法更新到期日期" + }, + "delOXn": { + "message": "Unable to update labels", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/LabelSelector.tsx", + 74 + ] + ], + "translation": "无法更新标签" + }, + "I0gAKM": { + "message": "Unable to update list", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/index.tsx", + 223 + ], + [ + "src/views/card/components/ListSelector.tsx", + 54 + ] + ], + "translation": "无法更新列表" + }, + "5P4rhH": { + "message": "Unable to update members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/MemberSelector.tsx", + 81 + ] + ], + "translation": "无法更新成员" + }, + "GYv20o": { + "message": "Unable to update permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 41 + ], + [ + "src/views/members/components/EditMemberPermissionsModal.tsx", + 64 + ] + ], + "translation": "无法更新权限" + }, + "TFv5tM": { + "message": "Unable to update role", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 69 + ] + ], + "translation": "无法更新角色" + }, + "V1o9Jo": { + "message": "Unable to update webhook", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 137 + ] + ], + "translation": "无法更新Webhook" + }, + "It4/FS": { + "message": "Unarchive board", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/BoardDropdown.tsx", + 115 + ] + ], + "translation": "Unarchive董事会" + }, + "E8zYtd": { + "message": "unassigned <0>{0} from the card", + "placeholders": { + "0": [ + "truncate(displayName)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 183 + ] + ], + "translation": "未分配<0>{0}" + }, + "hAMddS": { + "message": "unassigned themselves from the card", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 180 + ] + ], + "translation": "将自己从卡片中移除" + }, + "9Xigls": { + "message": "Under Review", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 35 + ] + ], + "translation": "正在审查" + }, + "M9p3Vw": { + "message": "Unlimited activity log", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 41 + ] + ], + "translation": "无限活动日志" + }, + "1wCGT0": { + "message": "Unlimited boards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 74 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 75 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 76 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 77 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 37 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 36 + ] + ], + "translation": "无限的董事会" + }, + "ZU5IYI": { + "message": "Unlimited boards, unlimited lists, unlimited cards. No credit card required.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Cta.tsx", + 57 + ] + ], + "translation": "无限的棋盘,无限的列表,无限的牌。不需要信用卡。" + }, + "Zz1qkk": { + "message": "Unlimited cards", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 39 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 37 + ] + ], + "translation": "无限卡" + }, + "fziA2d": { + "message": "Unlimited comments", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 40 + ] + ], + "translation": "无限的评论" + }, + "86FLn5": { + "message": "Unlimited file uploads", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 91 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 92 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 93 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 59 + ] + ], + "translation": "无限上传文件" + }, + "7Ufoyg": { + "message": "Unlimited lists", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 38 + ] + ], + "translation": "无限的列表" + }, + "uXKtPH": { + "message": "unlimited members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/BillingSettings.tsx", + 35 + ] + ], + "translation": "无限的成员" + }, + "mx8+1u": { + "message": "Unlimited members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 84 + ], + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 85 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 80 + ], + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 68 + ] + ], + "translation": "无限的成员" + }, + "8AwlaR": { + "message": "Unlimited members and a custom workspace username for teams ready to scale.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 99 + ] + ], + "translation": "无限成员和自定义工作区用户名为团队准备扩展。" + }, + "i5yNAO": { + "message": "Unlimited seats", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 318 + ] + ], + "translation": "无限的席位" + }, + "Ws+3X+": { + "message": "Unlimited seats and advanced features for growing teams.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/PricingTiers.tsx", + 75 + ] + ], + "translation": "无限座位和先进的功能,为成长中的球队。" + }, + "SMaFdc": { + "message": "Unsubscribe", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/unsubscribe/index.tsx", + 68 + ], + [ + "src/pages/unsubscribe/index.tsx", + 93 + ] + ], + "translation": "退订", + "obsolete": true + }, + "EkH9pt": { + "message": "Update", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/UpdateBoardSlugForm.tsx", + 175 + ], + [ + "src/views/settings/components/UpdateDisplayNameForm.tsx", + 80 + ], + [ + "src/views/settings/components/UpdateWorkspaceDescriptionForm.tsx", + 94 + ], + [ + "src/views/settings/components/UpdateWorkspaceNameForm.tsx", + 89 + ], + [ + "src/views/settings/components/UpdateWorkspaceUrlForm.tsx", + 157 + ] + ], + "translation": "更新" + }, + "7EhE4k": { + "message": "Update label", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/LabelForm.tsx", + 236 + ] + ], + "translation": "更新标签" + }, + "L5ZPjz": { + "message": "updated a checklist item", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 136 + ] + ], + "translation": "更新检查清单项" + }, + "tGwwnq": { + "message": "updated the description", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 126 + ] + ], + "translation": "更新描述。" + }, + "RfgJqw": { + "message": "updated the due date", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 143 + ] + ], + "translation": "更新截止日期" + }, + "V3MPSQ": { + "message": "updated the title", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 125 + ] + ], + "translation": "更新标题" + }, + "zERArS": { + "message": "updated the title to <0>{0}", + "placeholders": { + "0": [ + "truncate(toTitle)" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/card/components/ActivityList.tsx", + 152 + ] + ], + "translation": "更新标题为<0>{0}" + }, + "kwkhPe": { + "message": "Upgrade", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 295 + ], + [ + "src/views/onboarding/select-plan/index.tsx", + 245 + ] + ], + "translation": "升级" + }, + "IelE1h": { + "message": "Upgrade to Pro", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpgradeToProConfirmation.tsx", + 55 + ] + ], + "translation": "升级到专业版" + }, + "cWtfn1": { + "message": "Upgrade to Pro ($29/month)", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 265 + ] + ], + "translation": "升级到专业版(每月29美元)" + }, + "b3Thhd": { + "message": "Upload failed", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/AttachmentUpload.tsx", + 51 + ] + ], + "translation": "上传失败" + }, + "BBUDfW": { + "message": "Urgent", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 50 + ], + [ + "src/views/boards/components/TemplateBoards.tsx", + 67 + ] + ], + "translation": "紧急的" + }, + "IagCbF": { + "message": "URL", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 239 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 220 + ] + ], + "translation": "URL" + }, + "MI5OBT": { + "message": "URL can only contain letters, numbers, and hyphens", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 31 + ], + [ + "src/views/settings/components/UpdateWorkspaceUrlForm.tsx", + 38 + ] + ], + "translation": "URL只能包含字母、数字、连字符" + }, + "7aONWr": { + "message": "URL cannot exceed 2048 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 25 + ] + ], + "translation": "URL不能超过2048个字符" + }, + "i5rE2/": { + "message": "URL cannot exceed 64 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 29 + ], + [ + "src/views/settings/components/UpdateWorkspaceUrlForm.tsx", + 36 + ] + ], + "translation": "URL不能超过64个字符" + }, + "SWEskc": { + "message": "URL must be at least 3 characters long", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 27 + ], + [ + "src/views/settings/components/UpdateWorkspaceUrlForm.tsx", + 34 + ] + ], + "translation": "URL长度必须至少为3个字符" + }, + "QNtP5M": { + "message": "Use template", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/NewBoardForm.tsx", + 154 + ] + ], + "translation": "使用模板" + }, + "n6EWYz": { + "message": "Used to sign webhook payloads for verification. Leave blank to keep existing secret.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 265 + ] + ], + "translation": "用于对Webhook有效负载进行签名以进行验证。留空以保留现有的秘密。" + }, + "7PzzBU": { + "message": "User", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/index.tsx", + 346 + ] + ], + "translation": "用户" + }, + "tYN21H": { + "message": "User is already a member of this workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 97 + ] + ], + "translation": "用户已经是此工作区的成员" + }, + "vSJd18": { + "message": "Video", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 50 + ] + ], + "translation": "视频" + }, + "FmfJjN": { + "message": "View and manage your API keys.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/ApiSettings.tsx", + 25 + ] + ], + "translation": "查看和管理您的API 密钥。" + }, + "t2nDzl": { + "message": "View and manage your billing and subscription.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/BillingSettings.tsx", + 91 + ] + ], + "translation": "查看和管理您的账单和订阅。" + }, + "aiHZVP": { + "message": "View docs", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 67 + ] + ], + "translation": "查看文档" + }, + "F8DaWi": { + "message": "View only", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/public/board/index.tsx", + 153 + ] + ], + "translation": "视图只" + }, + "fSf2ee": { + "message": "View our roadmap.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 154 + ] + ], + "translation": "查看我们的路线图。" + }, + "U5dMR6": { + "message": "View workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/public/board/index.tsx", + 187 + ] + ], + "translation": "视图的工作区" + }, + "2q/Q7x": { + "message": "Visibility", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/VisibilityButton.tsx", + 103 + ] + ], + "translation": "可见性" + }, + "BJbLe4": { + "message": "We are using the <0>AGPL-3.0 license.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 94 + ] + ], + "translation": "我们使用 <0>AGPL-3.0 许可证。" + }, + "+EkBs0": { + "message": "We couldn't update your preferences. Please try again.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/unsubscribe/index.tsx", + 63 + ] + ], + "translation": "我们无法更新您的偏好。请再试一次。", + "obsolete": true + }, + "7sdSkl": { + "message": "We sent a link to {magicLinkRecipient}", + "placeholders": { + "magicLinkRecipient": [ + "magicLinkRecipient" + ] + }, + "comments": [], + "origin": [ + [ + "src/pages/partner/activate.tsx", + 60 + ] + ], + "translation": "我们发送了一个链接到{magicLinkRecipient}" + }, + "9y1RcT": { + "message": "We're just getting started. ", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 152 + ] + ], + "translation": "我们才刚刚开始。" + }, + "an6ayw": { + "message": "Webhook created", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 110 + ] + ], + "translation": "Webhook 创建" + }, + "GdWB+V": { + "message": "Webhook created successfully", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 111 + ] + ], + "translation": "Webhook 创建成功" + }, + "LnaC5y": { + "message": "Webhook deleted", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWebhookConfirmation.tsx", + 28 + ] + ], + "translation": "Webhook 删除" + }, + "2X4ecw": { + "message": "Webhook deleted successfully", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWebhookConfirmation.tsx", + 29 + ] + ], + "translation": "Webhook 删除成功" + }, + "jIuWsV": { + "message": "Webhook name cannot exceed 255 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 20 + ] + ], + "translation": "Webhook 名称不能超过255个字符" + }, + "U2+rn0": { + "message": "Webhook name is required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 19 + ] + ], + "translation": "Webhook 名称是必需的" + }, + "8iP9oQ": { + "message": "Webhook test failed", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 155 + ], + [ + "src/views/settings/components/WebhookList.tsx", + 178 + ] + ], + "translation": "Webhook测试失败" + }, + "kxZ7LS": { + "message": "Webhook updated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 129 + ] + ], + "translation": "Webhook更新" + }, + "3d54Wj": { + "message": "Webhook updated successfully", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 130 + ] + ], + "translation": "Webhook更新成功" + }, + "Hf1cEZ": { + "message": "Webhook URL is required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/NewWebhookModal.tsx", + 23 + ] + ], + "translation": "Webhook URL 为必填项" + }, + "v1kQyJ": { + "message": "Webhooks", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SettingsLayout.tsx", + 71 + ], + [ + "src/views/settings/WebhookSettings.tsx", + 28 + ] + ], + "translation": "人则" + }, + "xLTZVf": { + "message": "Week start day", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/WorkspaceSettings.tsx", + 64 + ] + ], + "translation": "工作周开始日" + }, + "9eF5oV": { + "message": "Welcome back", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/auth/login/index.tsx", + 43 + ] + ], + "translation": "欢迎回来" + }, + "xEbBrW": { + "message": "What license are you using?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 91 + ] + ], + "translation": "你使用的是什么许可证?" + }, + "H5G+qG": { + "message": "What's the difference between Kan and Trello?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 30 + ] + ], + "translation": "Kan和Trello有什么不同?" + }, + "mVZH9V": { + "message": "When Trello launched in 2011, it blew everyone away with its carefully designed simplicity, but over the years it lost its magic and grew into something closer to \"Jira Lite\". This project is our attempt to recapture the original magic of Trello's simplicity, in open source.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 25 + ] + ], + "translation": "当Trello于2011年推出时,它以其精心设计的简单性震惊了所有人,但多年来它失去了魔力,成长为更接近“Jira Lite”的东西。这个项目是我们试图在开源中重新获得Trello简单的原始魔力。" + }, + "SFnH1j": { + "message": "Why make an open source Trello?", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 22 + ] + ], + "translation": "为什么要做一个开源的Trello?" + }, + "pmUArF": { + "message": "Workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/SettingsLayout.tsx", + 47 + ], + [ + "src/views/board/index.tsx", + 543 + ], + [ + "src/views/boards/index.tsx", + 57 + ], + [ + "src/views/members/index.tsx", + 278 + ], + [ + "src/views/public/board/index.tsx", + 125 + ], + [ + "src/views/public/boards/index.tsx", + 75 + ] + ], + "translation": "工作区" + }, + "LTGE7Y": { + "message": "Workspace created successfully. You can upgrade later in settings.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 147 + ] + ], + "translation": "成功创建工作区。您可以稍后在设置中升级。", + "obsolete": true + }, + "UlhdTP": { + "message": "Workspace deleted", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWorkspaceConfirmation.tsx", + 26 + ] + ], + "translation": "工作区中删除" + }, + "chyf4J": { + "message": "Workspace description", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 275 + ], + [ + "src/views/settings/WorkspaceSettings.tsx", + 55 + ] + ], + "translation": "工作描述" + }, + "Ax/hYa": { + "message": "Workspace description cannot exceed 280 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceDescriptionForm.tsx", + 30 + ] + ], + "translation": "工作区描述不能超过280个字符" + }, + "XDRXbZ": { + "message": "Workspace description must be at least 3 characters long", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceDescriptionForm.tsx", + 27 + ] + ], + "translation": "工作区描述必须至少有3个字符长" + }, + "F4PLG4": { + "message": "Workspace description updated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceDescriptionForm.tsx", + 50 + ] + ], + "translation": "工作区描述更新" + }, + "wtxjAY": { + "message": "Workspace members", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Features.tsx", + 90 + ], + [ + "src/views/pricing/components/Pricing.tsx", + 54 + ], + [ + "src/views/pricing/components/PricingTiers.tsx", + 57 + ] + ], + "translation": "工作区成员" + }, + "CozWO1": { + "message": "Workspace name", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 165 + ], + [ + "src/views/onboarding/workspace-details/index.tsx", + 208 + ], + [ + "src/views/settings/WorkspaceSettings.tsx", + 36 + ] + ], + "translation": "工作区名称" + }, + "ghSJ4U": { + "message": "Workspace name cannot exceed 64 characters", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 23 + ], + [ + "src/views/settings/components/UpdateWorkspaceNameForm.tsx", + 15 + ] + ], + "translation": "工作区名称不能超过64个字符" + }, + "bcIybO": { + "message": "Workspace name is required", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 22 + ] + ], + "translation": "工作区名称是必需的" + }, + "jZBHkN": { + "message": "Workspace name must be at least 3 characters long", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceNameForm.tsx", + 14 + ] + ], + "translation": "工作区的名称长度必须至少为3个字符" + }, + "OIA0ad": { + "message": "Workspace name updated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceNameForm.tsx", + 45 + ] + ], + "translation": "更新工作区名称" + }, + "1hzdxO": { + "message": "Workspace permissions", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/PermissionsSettings.tsx", + 53 + ] + ], + "translation": "工作区的权限" + }, + "MN6YzG": { + "message": "Workspace slug updated", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceUrlForm.tsx", + 62 + ] + ], + "translation": "工作区 slug更新" + }, + "ASjvm9": { + "message": "Workspace URL", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/WorkspaceSettings.tsx", + 45 + ] + ], + "translation": "工作区 URL" + }, + "DSGzV+": { + "message": "Workspace username", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/FeatureComparisonTable.tsx", + 97 + ] + ], + "translation": "工作区的用户名" + }, + "/8pTF/": { + "message": "workspace-url", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/NewWorkspaceForm.tsx", + 179 + ] + ], + "translation": "工作区-url" + }, + "4kJRen": { + "message": "Writing", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/TemplateBoards.tsx", + 43 + ] + ], + "translation": "写作" + }, + "zkWmBh": { + "message": "Yearly", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/pricing/components/Pricing.tsx", + 19 + ], + [ + "src/views/pricing/index.tsx", + 25 + ] + ], + "translation": "每年" + }, + "eZCGbT": { + "message": "Yes, we offer an forever free plan for individual use. No restrictions, no paywalls, no limits.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 86 + ] + ], + "translation": "是的,我们提供个人使用的永久免费计划。没有限制,没有付费墙,没有限制。" + }, + "RtlIYB": { + "message": "You are about to change your password.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/AccountSettings.tsx", + 92 + ] + ], + "translation": "您即将修改密码。" + }, + "3WXdoZ": { + "message": "You can always change these later in settings.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 202 + ] + ], + "translation": "您可以在以后的设置中更改这些。" + }, + "aelko+": { + "message": "You can get a custom workspace URL, like <0>kan.bn/kan, by going into your <1>workspace settings and purchasing a pro workspace subscription. All subscriptions help fund the development of the project!", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 67 + ] + ], + "translation": "您可以获得类似 <0>kan.bn/kan 的自定义工作区 URL,只需进入<1>工作区设置并购买专业版工作区订阅。所有订阅都将帮助项目开发!" + }, + "kSxwQL": { + "message": "You can invite team members by clicking the \"Invite\" button in the top right corner of the <0>members page and entering their email address. They will receive an email with a link to join the workspace.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 111 + ] + ], + "translation": "您可以点击<0>成员页面右上角的“邀请”按钮并输入团队成员的电子邮件地址来邀请他们。他们会收到一个加入工作区的链接。" + }, + "vAj6xG": { + "message": "You can self-host by following the instructions in our <0>repo.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/home/components/Faqs.tsx", + 127 + ] + ], + "translation": "您可以按照我们<0>仓库中的说明进行自托管。" + }, + "tUL16u": { + "message": "You don't have any other workspaces to move this board to.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/MoveBoardForm.tsx", + 68 + ] + ], + "translation": "你没有任何其他的工作区来移动这个板。" + }, + "h2FKMV": { + "message": "You don't have permission", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/board/components/List.tsx", + 117 + ], + [ + "src/views/board/components/UpdateBoardSlugButton.tsx", + 58 + ], + [ + "src/views/board/components/VisibilityButton.tsx", + 72 + ], + [ + "src/views/board/index.tsx", + 617 + ], + [ + "src/views/board/index.tsx", + 675 + ], + [ + "src/views/boards/components/BoardsList.tsx", + 71 + ], + [ + "src/views/boards/index.tsx", + 68 + ], + [ + "src/views/boards/index.tsx", + 89 + ] + ], + "translation": "你没有得到许可" + }, + "p/hk9N": { + "message": "You have been logged in successfully.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 238 + ] + ], + "translation": "您已成功登录。" + }, + "mchgzf": { + "message": "You have been signed up successfully.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/AuthForm.tsx", + 221 + ] + ], + "translation": "您已成功注册。" + }, + "raHesj": { + "message": "You have been unsubscribed!", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/unsubscribe/index.tsx", + 98 + ] + ], + "translation": "您的订阅已被取消!", + "obsolete": true + }, + "R275Pz": { + "message": "You have unlimited seats with your Pro Plan. There is no additional charge for new members!", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 321 + ] + ], + "translation": "您的专业计划有无限的座位。新会员不需额外收费!", + "obsolete": true + }, + "MdN5zD": { + "message": "You need to be an admin to manage workspace permissions.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/PermissionsSettings.tsx", + 86 + ] + ], + "translation": "您需要管理员才能管理工作区权限。" + }, + "ZhQoZn": { + "message": "You signed in without a password. Set a password to enable password-based login.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 147 + ] + ], + "translation": "你没有密码就登录了。设置密码,启用密码登录。" + }, + "2SePRT": { + "message": "You've been invited to join a workspace on kan.bn.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 145 + ] + ], + "translation": "你被邀请加入一个工作区。" + }, + "uOqaMC": { + "message": "You've been invited to join a workspace.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/invite/index.tsx", + 146 + ] + ], + "translation": "你被邀请加入一个工作区。" + }, + "QriiAI": { + "message": "You've reached your {0}-seat limit. Please upgrade your plan to add more members.", + "placeholders": { + "0": [ + "seatLimit ?? 0" + ] + }, + "comments": [], + "origin": [ + [ + "src/views/members/components/InviteMemberForm.tsx", + 106 + ] + ], + "translation": "您已达到{0}座位限制。请升级您的计划以增加更多会员。" + }, + "8Zjc7q": { + "message": "Your account already has a password. You can change it from your account settings.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Dashboard.tsx", + 273 + ] + ], + "translation": "您的帐户已经有密码了。您可以从您的帐户设置中更改它。" + }, + "GoDLB9": { + "message": "Your account has been deleted.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteAccountConfirmation.tsx", + 28 + ] + ], + "translation": "您的帐户已被删除。" + }, + "c4nMcR": { + "message": "Your avatar", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/select-plan/index.tsx", + 264 + ] + ], + "translation": "你的头像" + }, + "evg7+A": { + "message": "Your boards have been imported.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 382 + ] + ], + "translation": "您的看板已经导入。" + }, + "LqWW5F": { + "message": "Your display name has been updated.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateDisplayNameForm.tsx", + 42 + ] + ], + "translation": "您的显示名称已更新。" + }, + "tca56/": { + "message": "Your file has been uploaded successfully.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/card/components/AttachmentUpload.tsx", + 46 + ] + ], + "translation": "您的文件已上传成功。" + }, + "HcT8J4": { + "message": "Your GitHub account has been connected.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 100 + ] + ], + "translation": "您的GitHub帐户已连接。" + }, + "AdxYds": { + "message": "Your GitHub account has been disconnected.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 123 + ] + ], + "translation": "您的GitHub帐户已断开连接。" + }, + "PELbXB": { + "message": "Your GitHub account is connected.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 220 + ] + ], + "translation": "您的GitHub帐户已连接。" + }, + "ygpeZ8": { + "message": "Your license has been activated successfully.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Dashboard.tsx", + 116 + ] + ], + "translation": "您的license已成功激活。" + }, + "+A6Wuq": { + "message": "Your license is not active. Please check your account.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/Dashboard.tsx", + 125 + ] + ], + "translation": "您的许可证未激活。请核对您的账户。" + }, + "Ozt2vv": { + "message": "Your password has been changed.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 95 + ] + ], + "translation": "您的密码已被修改。" + }, + "EuK5ez": { + "message": "Your password has been set.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/ChangePasswordConfirmation.tsx", + 96 + ] + ], + "translation": "您的密码已设置。" + }, + "/tOdd2": { + "message": "Your profile image has been updated.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/Avatar.tsx", + 190 + ] + ], + "translation": "您的头像已更新。" + }, + "+jbXzb": { + "message": "Your projects have been imported.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/boards/components/ImportBoardsForm.tsx", + 230 + ] + ], + "translation": "您的项目已经导入。" + }, + "CJWDTP": { + "message": "Your Trello account has been disconnected.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 80 + ] + ], + "translation": "您的Trello帐户已断开连接。" + }, + "WRsbHO": { + "message": "Your Trello account is connected.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/IntegrationsSettings.tsx", + 171 + ] + ], + "translation": "您的Trello帐户已连接。" + }, + "25fAUC": { + "message": "Your unsubscribe link is missing a token. Please open the latest email and try again.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/pages/unsubscribe/index.tsx", + 33 + ] + ], + "translation": "您的退订链接缺少令牌。请打开最新的邮件再试一次。", + "obsolete": true + }, + "GRAGsB": { + "message": "Your workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 346 + ] + ], + "translation": "您的工作区" + }, + "j0o6ml": { + "message": "Your workspace description", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 349 + ] + ], + "translation": "您的工作区描述" + }, + "GnSSGm": { + "message": "Your workspace description has been updated.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceDescriptionForm.tsx", + 51 + ] + ], + "translation": "您的工作区描述已被更新。" + }, + "qkjvgj": { + "message": "Your workspace has been deleted.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/DeleteWorkspaceConfirmation.tsx", + 27 + ] + ], + "translation": "您的工作区已被删除。" + }, + "2h4PVB": { + "message": "Your workspace name has been updated.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceNameForm.tsx", + 46 + ] + ], + "translation": "您的工作区名称已更新。" + }, + "Hg1qE9": { + "message": "Your workspace slug has been updated.", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/settings/components/UpdateWorkspaceUrlForm.tsx", + 63 + ] + ], + "translation": "您的工作区段已经更新。" + }, + "OTxjpR": { + "message": "your-workspace", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/views/onboarding/workspace-details/index.tsx", + 218 + ], + [ + "src/views/onboarding/workspace-details/index.tsx", + 219 + ] + ], + "translation": "你的工作区" + }, + "4DOCMI": { + "message": "YouTube URL", + "placeholders": {}, + "comments": [], + "origin": [ + [ + "src/components/YouTubeEmbed/EditYouTubeModal.tsx", + 147 + ] + ], + "translation": "YouTube URL" + } +} diff --git a/apps/web/src/locales/zh-CN/messages.ts b/apps/web/src/locales/zh-CN/messages.ts new file mode 100644 index 00000000..1fba1020 --- /dev/null +++ b/apps/web/src/locales/zh-CN/messages.ts @@ -0,0 +1 @@ +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"++rVAm\":[\"社交媒体\"],\"+3TYXa\":[\"为了长期的可持续性,我们认识到所有好的开源项目都需要一个收入来源。我们的工作区来自付费云服务,提供多用户的工作区和定制的工作区。没有使用它的义务,您可以在自己的基础设施上免费自行托管软件。\"],\"+5kO8P\":[\"周六\"],\"+8Nek/\":[\"每月\"],\"+A6Wuq\":[\"您的许可证未激活。请核对您的账户。\"],\"+EkBs0\":[\"我们无法更新您的偏好。请再试一次。\"],\"+MdEsf\":[\"需要新密码\"],\"+OhFss\":[\"免费开始,没有使用限制。对于协作,升级到适合团队规模的计划。\"],\"+VoTOr\":[\"按月计费\"],\"+djOzj\":[\"邀请成员\"],\"+h2faV\":[\"设置| Webhook\"],\"+jbXzb\":[\"您的项目已经导入。\"],\"+nvZ6j\":[\"标签和过滤器\"],\"/8pTF/\":[\"工作区-url\"],\"/K2CvV\":[\"模板\"],\"/asTmx\":[\"错误报告\"],\"/bBVaD\":[\"GitHub断开连接\"],\"/bZzdR\":[\"提到\"],\"/f3t6v\":[\"配置每个工作区角色允许哪些操作。这些权限适用于具有该角色的所有成员。\"],\"/gaSVU\":[\"路线图\"],\"/glL9Q\":[\"没有\",[\"0\"]],\"/jd3aj\":[\"高级管理角色\"],\"/lDBHm\":[\"常见问题解答\"],\"/rn4RE\":[\"一个功能强大,灵活的看板应用程序,可以帮助您组织工作,跟踪进度并交付结果-所有这些都在一个地方。\"],\"/tOdd2\":[\"您的头像已更新。\"],\"0+0/3e\":[\"创建新标签\"],\"0+ewPp\":[\"增强\"],\"02i3WU\":[\"导入\"],\"06EQqT\":[\"复制……\"],\"0KjpAr\":[\"可以查看成员\"],\"0RE1AJ\":[\"您存档的版面将出现在这里。\"],\"0StR7t\":[\"输入新密码\"],\"0jV46i\":[\"无法删除检查表项\"],\"0qyZ4b\":[\"加载权限……\"],\"0rPv1T\":[\"更新个人资料图片\"],\"0utuU6\":[\"复制检查清单\"],\"0xD8Of\":[\"您正在查找的页面不存在或已被移动。\"],\"0xWkkH\":[[\"boardCount\",\"plural\",{\"one\":[\"导入看板 (1)\"],\"other\":[\"导入看板 (\",[\"boardCount\"],\")\"]}]],\"14Xi3Z\":[\"添加一个新成员将花费额外的\",[\"price\"],\" (\",[\"billingType\"],\")每个座位。\"],\"1H5u1m\":[\"问题吗?\"],\"1WuwiM\":[\"进入设置\"],\"1bJKhj\":[\"复制链接到卡片\"],\"1hzdxO\":[\"工作区的权限\"],\"1iShX0\":[\"今天到期\"],\"1njn7W\":[\"光\"],\"1rVAfU\":[\"加载更多活动\"],\"1rWxEw\":[\"等待客户\"],\"1sRmLC\":[\"讨论和合作卡片。\"],\"1wCGT0\":[\"无限的董事会\"],\"23nvb2\":[\"无法删除Webhook\"],\"25fAUC\":[\"您的退订链接缺少令牌。请打开最新的邮件再试一次。\"],\"25mvI+\":[\"邀请链接需要团队或专业订阅。请升级你的工作区。\"],\"29sSki\":[\"完成的检查项目<0>\",[\"0\"],\"\"],\"2BBAbc\":[\"列表\"],\"2Bu8xj\":[\"未发现板子\"],\"2M84k3\":[\"自定义权限\"],\"2MPcep\":[\"导入完成\"],\"2POOFK\":[\"免费的\"],\"2Py5S/\":[\"我承认所有的工作区数据将被永久删除,并希望继续。\"],\"2Q871c\":[\"无法添加标签\"],\"2QGEbi\":[\"无法删除评论\"],\"2SePRT\":[\"你被邀请加入一个工作区。\"],\"2X4ecw\":[\"Webhook 删除成功\"],\"2gHjVM\":[\"设置密码\"],\"2h4PVB\":[\"您的工作区名称已更新。\"],\"2liqDZ\":[\"我知道我的所有帐户资料将被永久删除,并希望继续。\"],\"2q/Q7x\":[\"可见性\"],\"2roTVj\":[\"反馈发送\"],\"3LDCpD\":[\"这个动作不能撤消。\"],\"3WXdoZ\":[\"您可以在以后的设置中更改这些。\"],\"3ZjRJY\":[\"重命名检查表<0>\",[\"0\"],\"\"],\"3bqt9U\":[\"任何有此链接的人都可以加入您的工作区\"],\"3d54Wj\":[\"Webhook更新成功\"],\"3fPjUY\":[\"箴\"],\"3jod3l\":[\"连接GitHub\"],\"3pIq39\":[\"管理角色\"],\"4+JaWo\":[\"开始免费试用\"],\"479pdJ\":[\"确认您的新密码\"],\"4DOCMI\":[\"YouTube URL\"],\"4Revpc\":[\"小\"],\"4RoY9J\":[\"博客\"],\"4XF0BB\":[\"的个人资料图片\"],\"4dGN6E\":[\"登录或创建一个帐户来激活您的许可证\"],\"4gAX8s\":[\"切换菜单\"],\"4kJRen\":[\"写作\"],\"4obmDr\":[\"404 -网页未找到|kan.bn\"],\"51UCsN\":[\"移动到另一个列表\"],\"53QYh8\":[\"创建板失败\"],\"55xJ/O\":[\"修改密码错误\"],\"58AiWX\":[\"请确认新密码\"],\"5ACX4z\":[\"通讯\"],\"5EMoSo\":[\"选择计划\"],\"5IXWmO\":[\"检查你的收件箱\"],\"5MPY04\":[\"无法复制ID\"],\"5P4rhH\":[\"无法更新成员\"],\"5RkSzq\":[\"抄板链接\"],\"5eZwRW\":[\"将Trello帐户连接到导入板。\"],\"5h8ooz\":[\"API 密钥\"],\"5iplxh\":[\"新密码不能与当前密码相同\"],\"5k0NLb\":[\"审查\"],\"5lWFkC\":[\"登录\"],\"5ntVtp\":[\"测试Webhook失败\"],\"5y6qY8\":[\"添加了一个附件\"],\"66Jmqh\":[\"座位数已达上限\"],\"69b7aE\":[\"打开命令菜单\"],\"6EWT6T\":[\"招聘\"],\"6FDocz\":[\"与…签约\"],\"6FsGbN\":[\"首先创建一个新的\",[\"0\"]],\"6OTo9n\":[\"模板名称是必需的\"],\"6S8zjx\":[\"https://www.youtube.com/watch?v=...\"],\"6WSYbN\":[\"新\",[\"0\"]],\"6YtxFj\":[\"名字\"],\"6mbe4b\":[\"个人\"],\"6sKjjx\":[\"独奏\"],\"6tDFBe\":[\"成员的权限已更新。\"],\"6uBU1F\":[\"完整的API访问\"],\"6zeSBB\":[\"会制作卡片\"],\"74F7N/\":[\"您确定要删除您的帐户吗?\"],\"7EhE4k\":[\"更新标签\"],\"7L01XJ\":[\"行动\"],\"7PzzBU\":[\"用户\"],\"7RpHg/\":[\"自定义用户名\"],\"7Ufoyg\":[\"无限的列表\"],\"7aONWr\":[\"URL不能超过2048个字符\"],\"7b2yuC\":[\"请输入有效的密码\"],\"7d1a0d\":[\"公共\"],\"7eMo+U\":[\"回家\"],\"7hktsm\":[\"开始\"],\"7i8j3G\":[\"公司\"],\"7mrkyO\":[\"复制票ID\"],\"7sdSkl\":[\"我们发送了一个链接到\",[\"magicLinkRecipient\"]],\"8+BY11\":[\"复制到剪贴板的URL\"],\"86FLn5\":[\"无限上传文件\"],\"86XI28\":[\"确认您的电子邮件偏好:\"],\"8AbRER\":[\"设定截止日期\"],\"8AwlaR\":[\"无限成员和自定义工作区用户名为团队准备扩展。\"],\"8F1i42\":[\"找不到页面\"],\"8Is1ih\":[\"发射提供\"],\"8LLt89\":[\"免费(1名会员)\"],\"8RdLDU\":[\"个人项目\"],\"8TveY+\":[\"董事会\"],\"8Z4pNX\":[\"可以创建列表\"],\"8Zjc7q\":[\"您的帐户已经有密码了。您可以从您的帐户设置中更改它。\"],\"8iP0S8\":[\"免费计划中的所有内容,加上:\"],\"8iP9oQ\":[\"Webhook测试失败\"],\"8yFGGF\":[\"无法删除成员\"],\"99VIgC\":[\"删除成员\"],\"9PaIxv\":[\"核心功能\"],\"9Xigls\":[\"正在审查\"],\"9YPBHv\":[\"删除 Webhook 失败\"],\"9cDpsw\":[\"权限\"],\"9eF5oV\":[\"欢迎回来\"],\"9h7RDh\":[\"提供\"],\"9lFfqv\":[\"/月\"],\"9s9O5h\":[\"删除工作区错误\"],\"9trBXW\":[\"卡复制成功。\"],\"9u5BOr\":[\"成员| \",[\"0\"]],\"9wdpwp\":[\"计费门户\"],\"9x4DAL\":[\"没有找到\",[\"0\"]],\"9y1RcT\":[\"我们才刚刚开始。\"],\"A23Y7X\":[\"加入工作区|kan.bn\"],\"A42Dqn\":[\"自定义品牌\"],\"A5hiCy\":[\"创建模板\"],\"A8jqN7\":[\"无法发送反馈\"],\"ABCjd9\":[\"出版\"],\"ADEin1\":[\"设置|计费\"],\"ALhEZV\":[\"可以邀请会员\"],\"ANyn0x\":[\"你需要的一切,永远免费。无限的棋盘,无限的列表,无限的牌。随时升级。\"],\"ARvBT/\":[\"每年收费\"],\"ASjvm9\":[\"工作区 URL\"],\"AUYALh\":[\"即将到来的\"],\"AX4ktp\":[\"内容创作\"],\"AZI/wb\":[\"标签和过滤器\"],\"AdxYds\":[\"您的GitHub帐户已断开连接。\"],\"AeXO77\":[\"账户\"],\"AgE2vR\":[\"当移动到不同的工作区时,卡成员分配将被清除。\"],\"Alp2ti\":[\"联系销售\"],\"Ax/hYa\":[\"工作区描述不能超过280个字符\"],\"B3xxao\":[\"添加卡片\"],\"BBUDfW\":[\"紧急的\"],\"BEVzjL\":[\"导入失败\"],\"BJbLe4\":[\"我们使用 <0>AGPL-3.0 许可证。\"],\"BMkVQ3\":[\"删除检查表<0>\",[\"0\"],\"\"],\"BOqTi5\":[\"将卡片从<0>\",[\"0\"],\"移动到<1>\",[\"1\"],\"\"],\"BTDPLo\":[\"复制卡\"],\"BZkYSt\":[\"移除\",[\"0\"],\"标签:<0>\",[\"labelList\"],\"\"],\"BhDZlc\":[\"您确定要删除工作区 \",[\"0\"],\" 吗?\"],\"Bhgd0l\":[\"联系我们\"],\"BzEFor\":[\"或\"],\"C56tim\":[\"无法更新到期日期\"],\"C6gv54\":[\"这块板没有存档。\"],\"CAL6E9\":[\"团队\"],\"CB/NpV\":[\"高优先级\"],\"CHZ1jC\":[\"删除了检查项<0>\",[\"0\"],\"\"],\"CJ3zUq\":[\"请输入有效的名称\"],\"CJWDTP\":[\"您的Trello帐户已断开连接。\"],\"CJukzS\":[[\"0\"],\"标签\"],\"CTqTgr\":[\"快捷键\"],\"CYWHT+\":[\"上传个人资料图片错误\"],\"Cd4sTD\":[\"最适合个人和独立创作者开始\"],\"Ci/KUX\":[\"设置|工作区\"],\"CkVV1t\":[\"更新工作区描述出错\"],\"Cmudpi\":[\"可以删除工作区\"],\"CozWO1\":[\"工作区名称\"],\"CujNX4\":[\"增加了附件<0>\",[\"0\"],\"\"],\"D+NlUC\":[\"系统\"],\"D0esZz\":[\"活动日志\"],\"D3C4Yx\":[\"需要当前密码\"],\"D7/JvJ\":[\"调整方形裁剪以适合你的头像。\"],\"D9ROdV\":[\"邀请链接\"],\"DAV3uK\":[\"权限更新\"],\"DBC3t5\":[\"周日\"],\"DFjdv0\":[\"删除模板\"],\"DMeWZD\":[\"您确定要删除这个\",[\"0\"],\"吗?\"],\"DPfwMq\":[\"完成\"],\"DSGzV+\":[\"工作区的用户名\"],\"DahTzR\":[\"无法删除检查表\"],\"DbZgsJ\":[\"使模板\"],\"DtXlZq\":[\"无法更新检查表\"],\"Dz63YI\":[\"断开GitHub帐户连接时发生错误。\"],\"E0t3jO\":[\"增加了检查项<0>\",[\"0\"],\"\"],\"E6wBCJ\":[\"软件的价格\"],\"E8zYtd\":[\"未分配<0>\",[\"0\"],\"\"],\"ECJKc4\":[\"创建API 密钥\"],\"EEHmPC\":[\"启动优惠:获得无限会员与专业\"],\"EH8IL3\":[\"检查检查清单\"],\"EII/X8\":[\"所有团队功能+\"],\"ERpq2P\":[\"没有找到“\",[\"debouncedQuery\"],\"”的结果。\"],\"ESClHO\":[\"优先邮件支持\"],\"Eg99Sc\":[\"目前没有可用的身份验证方法\"],\"Eit43O\":[\"设定截止日期\"],\"EkH9pt\":[\"更新\"],\"EuK5ez\":[\"您的密码已设置。\"],\"EvArWh\":[\"与团队无缝协作。\"],\"F/FPk/\":[\"设置|权限\"],\"F/vB2g\":[\"改进这个页面的想法…\"],\"F0YmUY\":[\"复制卡链接\"],\"F3bW6y\":[\"平台\"],\"F4KRmY\":[\"8美元/月\"],\"F4PLG4\":[\"工作区描述更新\"],\"F6m23G\":[\"文件上传\"],\"F6pfE9\":[\"活跃的\"],\"F8DaWi\":[\"视图只\"],\"FEr96N\":[\"主题\"],\"FdtSNC\":[\"创建工作区\"],\"FmN5me\":[\"决议\"],\"FmfJjN\":[\"查看和管理您的API 密钥。\"],\"Fpci8b\":[\"您确定要删除此检查清单吗?\"],\"G1Gw0v\":[\"新模板\"],\"GAD3Dx\":[\"定制域\"],\"GDvlUT\":[\"角色\"],\"GRAGsB\":[\"您的工作区\"],\"GXGbXi\":[\"设置密码,启用密码登录。\"],\"GYv20o\":[\"无法更新权限\"],\"GdWB+V\":[\"Webhook 创建成功\"],\"GdgCoi\":[\"计划\"],\"GnG6Oy\":[\"成员\"],\"GnRmu4\":[\"检查表的名字\"],\"GnSSGm\":[\"您的工作区描述已被更新。\"],\"GoDLB9\":[\"您的帐户已被删除。\"],\"GpB8YV\":[\"企业\"],\"GwNIE2\":[\"扩展的路线图\"],\"Gxxi5J\":[\"添加检查清单\"],\"H5G+qG\":[\"Kan和Trello有什么不同?\"],\"HBI6nY\":[\"需要帮忙吗?\"],\"HO+uOC\":[\"筛选\"],\"HOMO91\":[\"没有提供许可密钥。请重试激活。\"],\"HQVm6e\":[\"此URL已被占用\"],\"HVIzNO\":[\"可以查看列表\"],\"HYV6Lq\":[\"未能接受邀请。请稍后再试,或联系客户支持。\"],\"HcT8J4\":[\"您的GitHub帐户已连接。\"],\"HeFWjW\":[\"下一个步骤\"],\"Hf1cEZ\":[\"Webhook URL 为必填项\"],\"Hg1qE9\":[\"您的工作区段已经更新。\"],\"I+AROe\":[\"可以编辑卡片\"],\"I0gAKM\":[\"无法更新列表\"],\"IDvohQ\":[\"将检查清单项标记为未完成\"],\"IFgUX6\":[\"可以删除成员\"],\"IagCbF\":[\"URL\"],\"IelE1h\":[\"升级到专业版\"],\"InJcdo\":[\"测试失败\"],\"Iqh0Uv\":[\"计划\"],\"IqjpYe\":[\"电子邮件可见性\"],\"IrZaAn\":[\"密码改变了\"],\"It4/FS\":[\"Unarchive董事会\"],\"J/hVSQ\":[[\"0\"]],\"J2Wbjt\":[\"继续\"],\"J4+OTA\":[\"移动到列表\"],\"J5nbej\":[\"至关重要的\"],\"J5pbP6\":[\"可以编辑成员角色和权限吗\"],\"J9+zIR\":[\"在激活过程中出错了。请再试一次。\"],\"JArWcF\":[[\"0\"],\" | \",[\"1\"]],\"JCdzgZ\":[\"功能要求\"],\"JEt3q7\":[\"激活| kan.bn\"],\"JUce1S\":[\"因此可\"],\"JbXXUW\":[\"记住,这个动作是不可逆转的。\"],\"JcCDm9\":[\"模板创建的\"],\"Jgaz7E\":[\"权限重置\"],\"JjEJSy\":[\"设置工作区\"],\"JnWJXY\":[\"神奇的链接\"],\"JxhWxU\":[\"在\"],\"JyXBgS\":[\"文档\"],\"K3LUJr\":[\"激活License失败\"],\"K3iLeO\":[\"看看我们的用户是怎么评价Kan的\"],\"K7k9u3\":[\"无法移动卡片\"],\"KAsRdK\":[\"转到会员\"],\"KEim/+\":[\"删除附件\"],\"KFJgmZ\":[\"显示名必须至少为3个字符\"],\"KLJ4eD\":[\"复制邀请链接\"],\"KM6m8p\":[\"团队\"],\"KNK33q\":[\"无法测试Webhook\"],\"KNKCTb\":[\"待办事项列表\"],\"Kec+/t\":[\"高级管理控件\"],\"KiVc+q\":[\"全职\"],\"KuSt9W\":[\"我如何自托管?\"],\"L5WQLg\":[\"需要令牌\"],\"L5ZPjz\":[\"更新检查清单项\"],\"LTGE7Y\":[\"成功创建工作区。您可以稍后在设置中升级。\"],\"LeM5RY\":[\"无法清除覆盖\"],\"LnaC5y\":[\"Webhook 删除\"],\"LoUCpj\":[\"更新工作区名称出错\"],\"LqWW5F\":[\"您的显示名称已更新。\"],\"LrcnbT\":[\"在您自己的基础设施上托管Kan。非常适合需要完全控制其数据的组织。\"],\"Lt+ZP3\":[\"完成一个检查清单项目\"],\"M2zwdn\":[\"邀请成员需要一个团队或专业计划。你将被重新定向到升级你的工作区。\"],\"M9p3Vw\":[\"无限活动日志\"],\"MCIXdZ\":[\"连接您的GitHub帐户来导入项目。\"],\"MFKlMB\":[\"邀请\"],\"MHrjPM\":[\"标题\"],\"MI5OBT\":[\"URL只能包含字母、数字、连字符\"],\"MK16u2\":[\"没有日期\"],\"MKAScN\":[\"可以查看单板\"],\"MN6YzG\":[\"工作区 slug更新\"],\"MWrbWq\":[\"设置|帐户\"],\"MdN5zD\":[\"您需要管理员才能管理工作区权限。\"],\"MdwUGG\":[\"使用可重复使用的板模板节省时间。\"],\"MeO/vH\":[\"这将导致永久删除与此工作区关联的所有数据。\"],\"MlyjJu\":[\"显示名称不能超过280个字符\"],\"MpFIca\":[\"座位\"],\"MxQXhL\":[\"无法创建工作区\"],\"N/bcWA\":[\"登录| kan.bn\"],\"N3380t\":[\"会制作板子\"],\"N7aud6\":[\"智能搜索\"],\"NH54UR\":[\"将检查项重命名为<0>\",[\"0\"],\"\"],\"NM2hyD\":[\"选择工作区\"],\"NcFrgC\":[\"董事会已存档。\"],\"NgaR6B\":[\"输入密码\"],\"NnH3pK\":[\"测试\"],\"NoNwIX\":[\"不活跃的\"],\"NwiNTb\":[\"成员\"],\"NypLoL\":[\"重命名检查表\"],\"O0li0W\":[\"输入您当前的密码,然后选择一个新的安全密码。\"],\"O1wAlQ\":[\"客人\"],\"O3oNi5\":[\"电子邮件\"],\"O83K21\":[\"增加了一个检查检查清单项\"],\"O9jVbx\":[\"低优先级\"],\"OAYToL\":[\"这将删除此工作区中的所有自定义成员权限。成员将仅从其角色继承权限。\"],\"OIA0ad\":[\"更新工作区名称\"],\"OTxjpR\":[\"你的工作区\"],\"OZtEcz\":[\"API\"],\"Odv3J6\":[\"断开GitHub\"],\"Oi+J+N\":[\"选择一个开始的计划。所有付费计划都包括14天的免费试用。\"],\"OkTY4+\":[\"密码长度不能超过512个字符\"],\"Oo4E6p\":[\"无法复制卡片\"],\"OpNhRn\":[\"不需要信用卡\"],\"OtjenF\":[\"请输入有效的电子邮件地址\"],\"OvoEq7\":[\"成员\"],\"OwneeH\":[\"自定义工作区用户名\"],\"Ozt2vv\":[\"您的密码已被修改。\"],\"P6dJdq\":[\"覆盖了\"],\"P8Cunr\":[\"默认用户名\"],\"PCIlOO\":[\"添加成员\"],\"PELbXB\":[\"您的GitHub帐户已连接。\"],\"PRjvDT\":[\"您确定要删除此评论吗?\"],\"PRofO0\":[\"编辑YouTube视频\"],\"PTzsxH\":[\"董事会可见性更新\"],\"PV7XRK\":[\"此工作区已达到其成员限制。工作区所有者将需要升级他们的计划。\"],\"PVT7q7\":[\"GitHub连接\"],\"PZCqeW\":[\"请稍后再试。\"],\"Pat4r8\":[\"基本路线图\"],\"PpZkda\":[\"特性\"],\"PyYD/v\":[\"将<0>\",[\"0\"],\"赋值给卡片\"],\"Q60WUZ\":[\"无法开始结帐\"],\"Q9pQaX\":[\"尚未找到此工作区的角色。\"],\"QD8opX\":[\"董事会\"],\"QHhZeE\":[\"模板创建成功\"],\"QNtP5M\":[\"使用模板\"],\"Qh7QmR\":[\"从收藏夹中删除\"],\"QnzD50\":[\"内部\"],\"QriiAI\":[\"您已达到\",[\"0\"],\"座位限制。请升级您的计划以增加更多会员。\"],\"QtACvI\":[\"创建标签\"],\"Qtzfdk\":[\"Pro Plan∞\"],\"R+w/Va\":[\"计费\"],\"R1c3Mq\":[\"董事会名称是必需的\"],\"R275Pz\":[\"您的专业计划有无限的座位。新会员不需额外收费!\"],\"R3FsF4\":[\"下载失败了\"],\"R41XLH\":[\"更新Webhook失败\"],\"R6pB8R\":[\"Github上的星星\"],\"RHZu7R\":[\"深受世界各地团队的喜爱\"],\"RJA+sg\":[\"新票\"],\"RRn9jf\":[\"点击我们发送给\",[\"magicLinkRecipient\"],\"的链接进行登录。\"],\"RSGOS1\":[\"可以删除列表\"],\"RfgJqw\":[\"更新截止日期\"],\"RkXlPZ\":[\"GitHub\"],\"RoafuO\":[\"发送反馈\"],\"RtlIYB\":[\"您即将修改密码。\"],\"RzxgOE\":[\"角色和权限\"],\"S3wq2O\":[\"移动到工作区\"],\"SFnH1j\":[\"为什么要做一个开源的Trello?\"],\"SMaFdc\":[\"退订\"],\"SNfg0e\":[\"可以查看工作区\"],\"SPLN9O\":[\"拥有你的数据\"],\"SRvxId\":[\"用于签名验证的HMAC秘密\"],\"STSYcd\":[\"可以删除评论\"],\"SUXBxp\":[\"工程\"],\"SUvm1Y\":[\"适合那些刚开始只需要必需品的人。\"],\"SWEskc\":[\"URL长度必须至少为3个字符\"],\"Sb2gYF\":[\"新列表\"],\"ScJ9fj\":[\"隐私政策\"],\"Se/UIp\":[\"要做\"],\"SiPp29\":[\"创建Webhook\"],\"SkCNhl\":[\"搜索木板和卡片……\"],\"SlfejT\":[\"错误\"],\"T/pF0Z\":[\"从收藏夹中删除\"],\"T21jY/\":[\"在卡片上添加标签\"],\"T7DJ2k\":[\"无法添加评论\"],\"T7LJic\":[\"将卡片移动到另一个列表\"],\"T7Mywq\":[\"无法更新板\"],\"TCOMOO\":[\"编辑权限\"],\"TCt/8K\":[\"有限的API访问\"],\"TFv5tM\":[\"无法更新角色\"],\"TH3Irz\":[\"许可\"],\"TKFUnX\":[\"帐户被删除\"],\"TX0bT7\":[\"没有配置Webhook。添加Webhook来接收通知。\"],\"TXO5TM\":[\"没有注册快捷键。\"],\"TYli1B\":[\"可以编辑评论\"],\"TbjyhA\":[\"文档\"],\"TcXcmk\":[\"代码评审\"],\"TdfEV7\":[\"存档\"],\"TjREUS\":[\"新的API 密钥\"],\"TmvrjU\":[\"“看板 URL”长度至少为3个字符\"],\"TvY/XA\":[\"文档\"],\"Tz0i8g\":[\"设置\"],\"TztLaN\":[\"无法创建列表\"],\"U2+rn0\":[\"Webhook 名称是必需的\"],\"U3pytU\":[\"管理\"],\"U5dMR6\":[\"视图的工作区\"],\"UCLeG0\":[\"服务条款\"],\"UGCIzB\":[\"添加/编辑标签\"],\"UQbwrz\":[\"所有系统运行正常\"],\"URAE3q\":[\"停顿了一下\"],\"USVCGU\":[\"取消激活邀请链接错误\"],\"UbRKMZ\":[\"等待\"],\"UbYdrA\":[\"付款频率\"],\"UeDFpo\":[\"项目的资金来源是什么?\"],\"Uf+1DF\":[\"目的地的工作区\"],\"UirJfL\":[\"自定义SLA\"],\"UlhdTP\":[\"工作区中删除\"],\"Un80BR\":[\"OSS的朋友\"],\"UoSI+i\":[\"最适合需要协作的小型和成长中的团队\"],\"UveK6V\":[\"进入app\"],\"Uworke\":[\"兼职\"],\"UxKoFf\":[\"导航\"],\"V1KOLq\":[\"邮件通知\"],\"V1o9Jo\":[\"无法更新Webhook\"],\"V3MPSQ\":[\"更新标题\"],\"V8YWP3\":[\"输入自定义标题\"],\"VHS0aJ\":[\"清除所有自定义权限?\"],\"VKoDQD\":[\"创建新的\",[\"0\"]],\"VOwhhz\":[\"ID复制\"],\"VUZDlr\":[\"奖状\"],\"VXk54Y\":[\"自行分配卡片\"],\"VbyRUy\":[\"评论\"],\"VhMDMg\":[\"更改密码\"],\"Vt50G1\":[\"基本的看板\"],\"VvCMyU\":[\"把板子移到另一个工作区\"],\"W/Elkg\":[\"中优先级\"],\"W/nQk1\":[\"免费的计划\"],\"W1ewR0\":[\"无法复制链接\"],\"W5r8Qh\":[\"删除一个检查表项\"],\"W8oT+L\":[\"获取视频信息失败\"],\"WHHLh9\":[\"无法删除附件\"],\"WI4eGo\":[\"如何获得自定义URL?\"],\"WQPDcG\":[\"无法更新检查表项\"],\"WRkpB1\":[\"注册禁用\"],\"WRsbHO\":[\"您的Trello帐户已连接。\"],\"WYDptz\":[\"订阅所需的\"],\"WYwN1G\":[\"新的导入\"],\"WbTDwg\":[\"在进步\"],\"Weq9zb\":[\"一般\"],\"WmPhYW\":[\"断开Trello帐户连接时发生错误。\"],\"WnEwDO\":[\"已经有账户了吗?<0><1>Sign in\"],\"Ws+3X+\":[\"无限座位和先进的功能,为成长中的球队。\"],\"Wy6pcF\":[\"无法更新电路板可见性\"],\"X0N0PA\":[\"(编辑)\"],\"XDRXbZ\":[\"工作区描述必须至少有3个字符长\"],\"XEoGkQ\":[\"转到主页\"],\"XILg0L\":[\"无效的电子邮件地址\"],\"XJOV1Y\":[\"活动\"],\"XNxYxq\":[\"板模板\"],\"XTKtey\":[\"创建列表\"],\"XXbgHS\":[\"聘请了\"],\"XYLcNv\":[\"支持\"],\"XicmhT\":[\"到期日期\"],\"Xid3K6\":[\"“单板URL”只能包含字母、数字和连字符\"],\"Xjj/kS\":[\"看板备用\"],\"Xlkxmi\":[\"密码设置\"],\"XpcjLO\":[\"无法更新板URL\"],\"Y8yzGg\":[\"开始免费。随着团队的成长而升级。没有隐藏费用,没有合同。\"],\"YBBifR\":[\"断开Trello\"],\"YEOVrT\":[\"SAML SSO\"],\"YKeYae\":[\"无法重新排序检查清单项目\"],\"YRk79X\":[\"为大型组织提供高级安全性、遵从性和专用支持。\"],\"YVT40D\":[\"移除标签<0>\",[\"0\"],\"\"],\"YaZDYI\":[\"升级订阅错误\"],\"YcyP2z\":[\"无法创建模板\"],\"Yf9FAx\":[\"他们将无法访问此工作区。\"],\"YhvWXb\":[\"板分析\"],\"YirHq7\":[\"反馈\"],\"YkfDoz\":[\"年度\"],\"YoyKbT\":[\"此API 密钥将只显示一次。请把它保存在安全的地方。\"],\"Ypy5pZ\":[\"您确定要删除Webhook“\",[\"webhookName\"],\"”吗?此操作不能撤消。\"],\"YtUfwW\":[\"使用\",[\"0\"],\"登录失败。请再试一次。\"],\"Yx0Ud8\":[\"要求\"],\"Z3FXyt\":[\"加载……\"],\"Z3krJD\":[\"允许工作区成员看到彼此的电子邮件地址\"],\"Z6r9z1\":[\"无法删除卡\"],\"ZAs2NN\":[\"所有专业功能+\"],\"ZDGm40\":[\"删除账户\"],\"ZDIydz\":[\"开始\"],\"ZDPJBc\":[\"自定义用户名需要升级到Pro计划\"],\"ZDo4HN\":[\"头脑风暴\"],\"ZH7TVS\":[\"卡标题\"],\"ZL1A+p\":[\"上传附件失败。请再试一次。\"],\"ZT4Khw\":[\"您确定要删除这张卡吗?\"],\"ZU5IYI\":[\"无限的棋盘,无限的列表,无限的牌。不需要信用卡。\"],\"ZWk38w\":[\"该板已移至\",[\"0\"],\"。\"],\"ZXSPJt\":[\"发生意外错误。请稍后再试。\"],\"ZhQoZn\":[\"你没有密码就登录了。设置密码,启用密码登录。\"],\"ZqDqbi\":[\"使用强大的过滤工具快速组织和查找卡片。\"],\"Zz1qkk\":[\"无限卡\"],\"a3LDKx\":[\"安全\"],\"aDzbuM\":[\"许可激活\"],\"aHCEmh\":[\"定价\"],\"aHRWVI\":[\"删除了截止日期\"],\"aJ4pMe\":[\"常见问题\"],\"aKJHG+\":[\"档案委员会\"],\"aW3TOw\":[\"邮件通知\"],\"aWDhU5\":[\"看板在团队中效果更好。适合小型和成长中的团队寻求合作。\"],\"aWlSc/\":[\"创建新列表\"],\"abUZlY\":[\"添加细节…\"],\"aelko+\":[\"您可以获得类似 <0>kan.bn/kan 的自定义工作区 URL,只需进入<1>工作区设置并购买专业版工作区订阅。所有订阅都将帮助项目开发!\"],\"agPptk\":[\"媒介\"],\"aiHZVP\":[\"查看文档\"],\"an6ayw\":[\"Webhook 创建\"],\"b/LfJo\":[\"电子邮件\"],\"b3Thhd\":[\"上传失败\"],\"b5FKyH\":[\"增加了标签<0>\",[\"0\"],\"\"],\"b9XOHo\":[\"创建\",[\"0\"]],\"bD8I7O\":[\"完整的\"],\"bDI6VI\":[[\"0\"],\"已从您的收藏夹中删除。\"],\"bFREhu\":[\"列表结束\"],\"bJZm1W\":[\"申请人\"],\"bJtM0P\":[\"这个工作区 URL是保留的\"],\"bKzM8L\":[\"专职客户经理\"],\"bZSICm\":[\"无法添加检查表项\"],\"bcIybO\":[\"工作区名称是必需的\"],\"bdztP2\":[\"研究\"],\"be30i9\":[\"$0\"],\"bfZE+Y\":[\"成员角色已更新。\"],\"bff61F\":[\"团队计划\"],\"bfgr/e\":[\"问题\"],\"bmXKoX\":[\"增加了\",[\"0\"],\"标签:<0>\",[\"labelList\"],\"\"],\"bqAQaT\":[\"删除帐户错误\"],\"c/IAuR\":[\"重要的\"],\"c1vOQR\":[\"无法创建Webhook\"],\"c3b0B0\":[\"开始\"],\"c4nMcR\":[\"你的头像\"],\"c9AJhn\":[\"加入工作区\"],\"cAgBMh\":[\"完全控制和所有权:\"],\"cFQEU/\":[\"打开键盘快捷键\"],\"cOh+MI\":[\"筛选\"],\"cWXW+7\":[\"添加Webhook\"],\"cWcxrL\":[\"新检查清单\"],\"cWtfn1\":[\"升级到专业版(每月29美元)\"],\"cdyS7J\":[\"谷歌SSO\"],\"chyf4J\":[\"工作描述\"],\"cji2nM\":[\"创建邀请链接错误\"],\"cnGeoo\":[\"删除\"],\"cp1rsD\":[\"取消邀请链接\"],\"csFbe+\":[\"转到模板\"],\"curoK5\":[\"新的工作区\"],\"d+F6q9\":[\"创建\"],\"d196/6\":[\"无法移动板子\"],\"d33Usy\":[\"创建检查清单\"],\"dEgA5A\":[\"取消\"],\"dUh9QW\":[\"规划\"],\"ddrz1m\":[\"逾期\"],\"delOXn\":[\"无法更新标签\"],\"dgr4Kq\":[\"编辑标签\"],\"dmKdk0\":[\"一旦你删除了你的工作区,就没有回头路了。此操作不能撤消。\"],\"dsLT3m\":[\"创建卡\"],\"dtQIWT\":[\"协作\"],\"dtbpdR\":[\"Trello\"],\"duf3Nr\":[\"这个工作区 URL已经被占用了\"],\"e1v+J3\":[\"秘密(可选)\"],\"e4hPSt\":[\"重置为角色默认值\"],\"eEQyz+\":[\"通过详细的活动历史记录跟踪所有卡片更改。\"],\"ePK91l\":[\"编辑\"],\"eZCGbT\":[\"是的,我们提供个人使用的永久免费计划。没有限制,没有付费墙,没有限制。\"],\"edWbV6\":[\"链接复制\"],\"ekCRTP\":[\"拒绝了\"],\"en3oy5\":[\"特征\"],\"euc6Ns\":[\"重复的\"],\"eus61c\":[\"发送测试\"],\"evg7+A\":[\"您的看板已经导入。\"],\"evj0lK\":[\"你们有免费的计划吗?\"],\"f8fH8W\":[\"设计\"],\"f8lDFq\":[\"创建卡片\"],\"fDQ7hA\":[\"复制标签\"],\"fEY2vP\":[\"未找到卡片\"],\"fQCrjt\":[\"您的板的可见性已设置为\",[\"0\"],\"。\"],\"fR9laE\":[\"输入您当前的密码\"],\"fSf2ee\":[\"查看我们的路线图。\"],\"fW5sSv\":[\"编辑Webhook\"],\"fYVH36\":[\"无法更新评论\"],\"fcWrnU\":[\"签出\"],\"fuwKpE\":[\"请再试一次。\"],\"fvLNDy\":[\"目前还没有创建任何列表\"],\"fzGyWs\":[\"更改应用程序字体大小。\"],\"fziA2d\":[\"无限的评论\"],\"g2xBxu\":[\"将Trello板导入Kan很容易。您可以按照我们的逐步指导<0>here。\"],\"g9NChz\":[\"客户经理\"],\"gGx5tM\":[\"编辑\"],\"gKmoow\":[\"这个URL是保留的\"],\"gL/7jw\":[\"添加描述…(键入‘/’打开命令或键入‘@’提及)\"],\"gQ/02p\":[\"断开GitHub连接错误\"],\"gUX7b+\":[\"<0/>的开源替代Trello\"],\"gZxH/p\":[\"将截止日期更改为<0>\",[\"formattedDate\"],\"\"],\"ghSJ4U\":[\"工作区名称不能超过64个字符\"],\"gkxGkF\":[\"·随时切换计划或取消\"],\"gkzAEM\":[\"继续使用\",[\"0\"]],\"goklcJ\":[\"面试\"],\"gpfJ3v\":[\"永远免费的,\"],\"gukxZ5\":[\"新员工培训\"],\"gv5kbo\":[\"“单板URL”不能超过60个字符\"],\"h16FyT\":[\"列表\"],\"h2FKMV\":[\"你没有得到许可\"],\"h2ztFt\":[\"所有免费功能+\"],\"h4VV67\":[\"增加了一个检查清单\"],\"h7MgpO\":[\"键盘快捷键\"],\"h8DugX\":[\"标签\"],\"hAMddS\":[\"将自己从卡片中移除\"],\"hB02vO\":[\"管理成员\"],\"hQRttt\":[\"提交\"],\"hXMFoN\":[\"没有列表\"],\"hYzsXr\":[\"设置|集成\"],\"hty0d5\":[\"周一\"],\"i0ZMQl\":[\"委员会存档\"],\"i30J2U\":[\"未找到项目\"],\"i5rE2/\":[\"URL不能超过64个字符\"],\"i5yNAO\":[\"无限的席位\"],\"iH8pgl\":[\"回来\"],\"iHcdea\":[\"下周到期\"],\"iLbjv+\":[\"可以编辑工作区\"],\"iQmbPb\":[\"许可证\"],\"iSLIjg\":[\"连接\"],\"iTylMl\":[\"模板\"],\"iVIGZb\":[\"附件上传\"],\"isRobC\":[\"新\"],\"itgYbC\":[\"测试网钩发送成功!\"],\"iwr7AP\":[\"民主与经济事务研究所(Institute for Democracy and Economic Affairs)\"],\"iy1wb+\":[\"设置| API\"],\"j0o6ml\":[\"您的工作区描述\"],\"j1+HPc\":[\"连接GitHub帐户时发生错误。\"],\"j2+d/o\":[\"API参考\"],\"j9IZZ0\":[\"自定义工作区 URL\"],\"jDRt4n\":[\"您想退订吗?\"],\"jEw0Mr\":[\"请输入有效的URL\"],\"jIuWsV\":[\"Webhook 名称不能超过255个字符\"],\"jL82rC\":[\"清除自定义权限\"],\"jNuzV/\":[\"可以删除卡片\"],\"jQ6I8X\":[\"角色更新\"],\"jZBHkN\":[\"工作区的名称长度必须至少为3个字符\"],\"jbGGzf\":[\"登录或创建一个帐户来激活您的\",[\"partnerName\"],\"许可证\"],\"jfC/xh\":[\"联系\"],\"jl3aEJ\":[\"将检查项<0>\",[\"0\"],\"标记为不完整\"],\"jlB2RY\":[\"您输入的当前密码不正确。\"],\"jwI32v\":[\"找不到板子\"],\"k7rCa/\":[\"大\"],\"kECVpo\":[\"您确定要删除此标签吗?\"],\"kQwvU8\":[\"从卡片上取下标签\"],\"kSxwQL\":[\"您可以点击<0>成员页面右上角的“邀请”按钮并输入团队成员的电子邮件地址来邀请他们。他们会收到一个加入工作区的链接。\"],\"kYu0eF\":[\"删除工作区\"],\"kfOGMr\":[\"快速赢得\"],\"klpSmb\":[\"编辑工作区 URL\"],\"kp6L3T\":[\"此工作区用户名已被占用\"],\"kryGs+\":[\"卡\"],\"kuoc68\":[\"10美元/月\"],\"kwkhPe\":[\"升级\"],\"kxEs5t\":[\"Trello导入\"],\"kxZ7LS\":[\"Webhook更新\"],\"l2PIAy\":[\"自我托管与Github\"],\"l31EoQ\":[\"查找关于 Kan 的常见问题答案。如果找不到所需内容,欢迎<0>联系我们。\"],\"l3s5ri\":[\"导入\"],\"l4asa1\":[\"此板是私有的或不存在\"],\"lGjicL\":[\",或参阅我们的\"],\"lKAvEd\":[\"断开Trello连接错误\"],\"lXvXNI\":[\"复制邀请链接失败\"],\"lYT7pQ\":[\"删除表\"],\"lkz85l\":[\"Kan和Trello的主要区别在于,Kan是开源的,任何人都可以查看、修改和贡献我们的代码。我们的云产品对个人使用的功能也没有限制,而Trello锁定了基本功能,比如你可以在付费墙后面创建的电路板数量。\"],\"lo8xBK\":[\"您确定要删除\",[\"entityLabel\"],\"吗?\"],\"lpIMne\":[\"密码不匹配\"],\"lsgnzd\":[\"升级到专业版时出错\"],\"lyqwgn\":[\"添加标签\"],\"m2nk0i\":[\"简单的定价\"],\"mErq7F\":[\"报名\"],\"mHhffx\":[\"无法创建检查表\"],\"mTGd3+\":[\"删除检查检查清单\"],\"mTwGOf\":[\"此邀请链接无效或已过期。\"],\"mU+M00\":[[\"0\"],\"已添加到您的收藏夹中。\"],\"mVZH9V\":[\"当Trello于2011年推出时,它以其精心设计的简单性震惊了所有人,但多年来它失去了魔力,成长为更接近“Jira Lite”的东西。这个项目是我们试图在开源中重新获得Trello简单的原始魔力。\"],\"mZGPxt\":[\"邀请链接复制到剪贴板\"],\"mchgzf\":[\"您已成功注册。\"],\"mgXgHu\":[\"到董事会\"],\"mkehy7\":[\"激活您的帐户\"],\"mrhyIB\":[\"适合小型和成长中的团队寻求合作。\"],\"mwBdZ2\":[\"这将导致与您的帐户相关的所有数据永久删除。\"],\"mx8+1u\":[\"无限的成员\"],\"n+xLOH\":[\"客户支持\"],\"n1GRql\":[\"新标签\"],\"n1ekoW\":[\"登录\"],\"n6EWYz\":[\"用于对Webhook有效负载进行签名以进行验证。留空以保留现有的秘密。\"],\"n9V+ps\":[\"输入您的姓名\"],\"nG7mus\":[\"密码已设置\"],\"nKBUeF\":[\"这张卡已被复制。\"],\"nOhz3x\":[\"注销\"],\"nYNMZZ\":[\"在列表中的位置(0 = first, end为空)\"],\"nabda1\":[\"删除卡\"],\"nbfdhU\":[\"集成\"],\"ngBZOd\":[\"添加评论…(键入‘/’打开命令或键入‘@’提及)\"],\"nhMhRr\":[\"感谢您的反馈!\"],\"njJFtc\":[\"删除评论\"],\"nk7caK\":[\"连接Trello\"],\"nol/Fb\":[\"如何邀请团队成员?\"],\"notwF1\":[\"模板名称不能超过100个字符\"],\"nq7q3Z\":[\"API 密钥名称不能超过30个字符\"],\"nqdIhs\":[\"自定义板模板\"],\"nryrgW\":[\"所有成员权限覆盖已重置为其角色默认值。\"],\"o+JCfN\":[\"深受世界各地快速发展团队的信赖\"],\"o4e/70\":[\"至少选择一个事件\"],\"o4sQAg\":[\"创建 Webhook 失败\"],\"o7J4JM\":[\"过滤器\"],\"o8adVG\":[\"10mb文件上传\"],\"o9WLwO\":[\"无法更新卡\"],\"oVBq1w\":[\"每用户/月\"],\"oW13KZ\":[\"今天就免费开始吧\"],\"odFCYX\":[\"无效的邀请\"],\"okpxfB\":[\"创建新密钥\"],\"oyRjD/\":[\"职业计划\"],\"p/hk9N\":[\"您已成功登录。\"],\"pBsoKL\":[\"添加到收藏夹\"],\"pEb95p\":[\"机票ID已复制到剪贴板\"],\"pFGfsR\":[\"看看我们最喜欢的一些开源项目。\"],\"pFKC6A\":[\"API 密钥名称\"],\"pL78ec\":[\"添加到收藏夹\"],\"pVctI7\":[\"内部部署选项\"],\"pXVFJy\":[\"可以删除单板\"],\"pa9o5D\":[\"裁剪你的头像\"],\"pfa8F0\":[\"显示名称\"],\"pmUArF\":[\"工作区\"],\"pnrmSP\":[\"新卡\"],\"ppaRWv\":[\"自我主机\"],\"pvnfJD\":[\"黑暗\"],\"q+lt9D\":[\"删除标签错误\"],\"q3il6U\":[\"字体大小\"],\"qPP4lD\":[\"邀请成员需要一个团队计划。你将被重新定向到升级你的工作区。\"],\"qQXocp\":[\"可以管理工作区设置\"],\"qaS+1/\":[\"最适合想要无限制扩展的团队\"],\"qfUS/w\":[\"开源之友\"],\"qkjvgj\":[\"您的工作区已被删除。\"],\"qlAIQ1\":[\"远程\"],\"qtE5nt\":[\"添加一个项目…\"],\"qzdST2\":[\"董事会的可见性\"],\"r+dxEH\":[\"激活license时出错。\"],\"r6BgwX\":[\"登录时需要输入密码。\"],\"rD6UIt\":[\"开始使用云\"],\"rF8SEQ\":[\"编辑评论\"],\"rQRXo8\":[\"输入要更新的新密码\"],\"rQXTmd\":[\"卡片URL复制到剪贴板\"],\"rRM7r0\":[\"导入您的Trello板并开始运行。\"],\"rYUZIe\":[\"选择源\"],\"raHesj\":[\"您的订阅已被取消!\"],\"rarRW/\":[\"邀请成员出错\"],\"ri1hHe\":[\"下个月到期\"],\"rmN315\":[\"有趣的\"],\"rs7L54\":[\"向卡中添加了一个成员\"],\"rtbVvN\":[\"可以编辑列表\"],\"s+MGs7\":[\"资源\"],\"s6iE/c\":[\"目前无法注册。请稍后再试。\"],\"sBhOFG\":[\"简单,可视化的任务管理,只是工作。拖放卡片,与团队协作,完成更多工作。\"],\"sDLCvT\":[\"连接您最喜欢的工具,以简化您的工作流程。\"],\"sDuhfK\":[\"首发优惠:使用Pro每月只需29美元,即可获得无限座位\"],\"sU2uWc\":[\"卡复制\"],\"sUZo7y\":[\"注册bb1000日元\"],\"sVBn4K\":[\"更新显示名称错误\"],\"sY2lzr\":[\"此附件没有可用的下载URL。\"],\"sZ/WDz\":[\"移动板\"],\"sZixXc\":[\"密码设置错误\"],\"sbNNyi\":[\"新Webhook\"],\"snMaH4\":[\"删除Webhook\"],\"ssK7k+\":[\"找不到许可密钥。请联系技术支持。\"],\"t+R8+P\":[\"执行\"],\"t/YqKh\":[\"删除\"],\"t0dTPm\":[\"将Webhook配置为在创建、更新、移动或删除卡片时接收通知。\"],\"t2nDzl\":[\"查看和管理您的账单和订阅。\"],\"t6FvJH\":[\"可以添加注释\"],\"tGwwnq\":[\"更新描述。\"],\"tHcbLF\":[\"会编辑版面\"],\"tIdipJ\":[\"编辑板URL\"],\"tMYIu7\":[\"活动日志\"],\"tOZp9v\":[\"可配置用户角色和权限\"],\"tTbref\":[\"注册时需要输入密码。\"],\"tUL16u\":[\"你没有任何其他的工作区来移动这个板。\"],\"tYN21H\":[\"用户已经是此工作区的成员\"],\"tbNcu4\":[\"董事会从未归档\"],\"tca56/\":[\"您的文件已上传成功。\"],\"tfDRzk\":[\"保存\"],\"tlhgDC\":[\"没有存档板\"],\"tmlJN1\":[\"请输入有效的YouTube URL\"],\"tmpW+w\":[\"删除板\"],\"tst44n\":[\"事件\"],\"tyHiOa\":[\"请稍后再试,或联系客户支持。\"],\"u2+JIh\":[\"自定义url需要升级到专业计划\"],\"u8JHrO\":[\"清晰的过滤器\"],\"uAQUqI\":[\"状态\"],\"uEGGDs\":[\"我的 Webhook\"],\"uOqaMC\":[\"你被邀请加入一个工作区。\"],\"uP4V6I\":[\"人人免费\"],\"uXGLuq\":[\"创建API 密钥\"],\"uXKtPH\":[\"无限的成员\"],\"uZg2+w\":[\"每月只需29美元,就能让你的工作区焕然一新。下面是你将得到的:\"],\"uck1tz\":[\"从卡中删除一个成员\"],\"usVytm\":[\"一旦你删除了账号,就再也回不去了。此操作不能撤消。\"],\"uvH2xS\":[\"复制成员\"],\"v+Wp++\":[\"开源\"],\"v1kQyJ\":[\"人则\"],\"v3YoMA\":[\"高级\"],\"vAR/I8\":[\"在您自己的基础设施上运行\"],\"vAj6xG\":[\"您可以按照我们<0>仓库中的说明进行自托管。\"],\"vSJd18\":[\"视频\"],\"vUr5JT\":[\"没有账户?<0><1>Sign up\"],\"vXIe7J\":[\"语言\"],\"vXemf6\":[\"错误\"],\"va/3u1\":[\"控制谁可以查看和编辑您的板。\"],\"vbskQn\":[\"输入API 密钥名称\"],\"veIDCY\":[\"开始14天免费试用\"],\"vfRdCZ\":[\"无法重置权限\"],\"vgdzLf\":[\"创建另一个\"],\"vifyyw\":[\"法律\"],\"vkqf1W\":[\"谷歌SSO + SAML\"],\"vlxQFL\":[\"此成员的权限已重置为其角色默认值。\"],\"vnS6Rf\":[\"SSO\"],\"vneRvS\":[\"每月的账单\"],\"vo2a+a\":[\"市场营销\"],\"vuxdLS\":[\"长期\"],\"vwGkYB\":[\"密码至少为8个字符\"],\"wE3hGS\":[\"板移动\"],\"wIb7Ng\":[\"软件开发\"],\"wK4OTM\":[\"标题(可选)\"],\"wM8xd8\":[\"初级\"],\"wPZBpR\":[\"请选择要上传的文件。\"],\"wY+6Ye\":[\"此看板 URL已经有人占用了\"],\"wakO3W\":[\"增加了检查表<0>\",[\"0\"],\"\"],\"wewm3j\":[\"单板名称不能超过100个字符\"],\"wgNoIs\":[\"选择所有\"],\"wlQNTg\":[\"成员\"],\"wqkcin\":[\"可以查看评论\"],\"wqxglO\":[\"学习\"],\"wruKPE\":[\"支持项目的发展\"],\"wsy94z\":[\"最适合有高级需求的大型组织\"],\"wtxjAY\":[\"工作区成员\"],\"x0kMO/\":[\"更新工作区 URL出错\"],\"x8GeCD\":[\"显示名称已更新\"],\"xEbBrW\":[\"你使用的是什么许可证?\"],\"xGVfLh\":[\"继续\"],\"xLTZVf\":[\"工作周开始日\"],\"xMn+V9\":[\"从Trello导入\"],\"xRPn3U\":[\"输入您的电子邮件地址\"],\"xvcYhz\":[\"清除任何自定义成员权限,以便所有成员仅从其角色默认值继承权限。\"],\"y3aU20\":[\"保存更改\"],\"yD3ZSw\":[\"改变你的语言偏好。\"],\"yV7o5I\":[\"我如何导入我的Trello板?\"],\"yb/fjw\":[\"批准\"],\"ygpeZ8\":[\"您的license已成功激活。\"],\"yhLUU8\":[\"连接GitHub出错\"],\"yndBF+\":[[\"projectCount\",\"plural\",{\"one\":[\"导入项目 (1)\"],\"other\":[\"导入项目 (\",[\"projectCount\"],\")\"]}]],\"yz7wBu\":[\"关闭\"],\"zC8Whw\":[\"从创建一个新列表开始\"],\"zDNL2V\":[\"测试发送\"],\"zERArS\":[\"更新标题为<0>\",[\"0\"],\"\"],\"zEcnBA\":[\"SLA\"],\"zKY5xi\":[\"创建邀请链接\"],\"zMlxCA\":[\"1用户\"],\"zMquA7\":[\"选择一个计划\"],\"zQPhSa\":[\"转换为链接\"],\"zQX5Dj\":[\"列表名称\"],\"zYRVNp\":[\"选择一个列表\"],\"zkWmBh\":[\"每年\"],\"zl1b97\":[\"无法创建卡\"],\"zoEbXq\":[\"可以查看卡片\"],\"zt/6cS\":[\"最适合想要协作和快速移动的小团队。\"],\"zto8aj\":[\"Trello断开连接\"],\"zwBp5t\":[\"私人\"],\"zwTiVn\":[\"删除附件<0>\",[\"0\"],\"\"],\"zwWKhA\":[\"了解更多\"],\"zxKs+y\":[\"明天到期\"],\"zzDlyQ\":[\"成功\"]}")as Messages; \ No newline at end of file diff --git a/apps/web/src/providers/lingui.tsx b/apps/web/src/providers/lingui.tsx index bc8f0c3e..bc1fd70c 100644 --- a/apps/web/src/providers/lingui.tsx +++ b/apps/web/src/providers/lingui.tsx @@ -35,10 +35,31 @@ function detectBrowserLocale(availableLocales: readonly string[]): Locale { const browserLanguages = navigator.languages || [navigator.language]; for (const browserLang of browserLanguages) { - const langCode = browserLang.split("-")[0]; + const normalizedLocale = browserLang.toLowerCase(); + const exactLocale = availableLocales.find( + (availableLocale) => availableLocale.toLowerCase() === normalizedLocale, + ); - if (langCode && availableLocales.includes(langCode.toLowerCase())) { - return langCode.toLowerCase() as Locale; + if (exactLocale) { + return exactLocale as Locale; + } + + const languageCode = normalizedLocale.split("-")[0]; + + if (languageCode === "zh" && availableLocales.includes("zh-CN")) { + return "zh-CN"; + } + + if (languageCode === "pt" && availableLocales.includes("ptbr")) { + return "ptbr"; + } + + const baseLocale = availableLocales.find( + (availableLocale) => availableLocale.toLowerCase() === languageCode, + ); + + if (baseLocale) { + return baseLocale as Locale; } } diff --git a/apps/web/src/utils/i18n.ts b/apps/web/src/utils/i18n.ts index ddd6eb5e..d4199ae3 100644 --- a/apps/web/src/utils/i18n.ts +++ b/apps/web/src/utils/i18n.ts @@ -24,6 +24,8 @@ const loadMessages = async (locale: Locale) => { return (await import("~/locales/pl/messages")).messages; case "ptbr": return (await import("~/locales/ptbr/messages")).messages; + case "zh-CN": + return (await import("~/locales/zh-CN/messages")).messages; default: return enMessages; }