zh-CN.ts 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. export default {
  2. email_sent: "邮件已发送",
  3. cant_send_email: "无法发送邮件",
  4. logout: "登出",
  5. verify_email: "验证您的电子邮件。⚠️ 请检查您的垃圾邮件文件夹。",
  6. verify_email_subtitle: "请验证您的电子邮件以继续。",
  7. resend_email: "重新发送邮件",
  8. resend_email_countdown: "在 {seconds} 秒后重新发送邮件",
  9. signin_error_subtitle: "请检查您的凭据并重试。",
  10. register_title: "创建账户",
  11. register_description: "在下方输入您的信息以创建您的账户",
  12. register_terms: "注册即表示您同意我们的",
  13. register_privacy: "隐私政策",
  14. register_privacy_link: "以及我们的",
  15. register_privacy_link_2: "隐私政策",
  16. password_forgot_title: "忘记密码?",
  17. password_forgot_subtitle: "输入您的电子邮件以重设密码",
  18. new_password: "新密码",
  19. new_password_placeholder: "输入您的新密码",
  20. current_password: "当前密码",
  21. current_password_placeholder: "输入您当前的密码",
  22. confirm_password: "确认密码",
  23. confirm_password_placeholder: "确认您的密码",
  24. success: {
  25. feedback_sent: "反馈已发送",
  26. password_forgot_success: "邮件已发送",
  27. reset_password_success: "密码重置成功",
  28. password_updated_successfully: "密码更新成功",
  29. },
  30. error: {
  31. invalid_credentials: "凭据无效或账户不存在",
  32. upload_failed: "上传失败",
  33. generic_error: "操作过程中出错",
  34. sending_email: "发送邮件时出错",
  35. },
  36. backend_errors: {
  37. EMAIL_ALREADY_EXISTS: "电子邮件已存在",
  38. INVALID_FILE_TYPE: "无效的文件类型",
  39. FILE_TOO_LARGE: "文件过大",
  40. NO_FILE_UPLOADED: "未上传文件",
  41. IMAGE_PROCESSING_ERROR: "图像处理错误",
  42. upload_failed: "上传失败",
  43. },
  44. profile: {
  45. new_workout: "新的锻炼",
  46. alert: {
  47. title: "您的进度存储在浏览器中。",
  48. create_account: "创建账户",
  49. log_in: "登录",
  50. to_ensure_it_is_not_getting_lost: "以确保不会丢失。",
  51. },
  52. },
  53. // Release Notes
  54. release_notes: {
  55. title: "新功能",
  56. release_notes: "更新日志",
  57. notes: {
  58. note_2025_06_19: {
  59. title: "📱 现已作为 PWA 提供!",
  60. content: "Workout.cool v1.2 现在是一个渐进式网络应用!将其安装在您的手机上,即可享受原生应用体验和离线访问。🚀",
  61. },
  62. note_2025_06_18: {
  63. title: "🚀 在 Hacker News 上排名第一!",
  64. content: "Workout.cool 在 Hacker News 上登顶!感谢大家的大力支持,欢迎所有新用户!💪",
  65. },
  66. note_2025_06_01: {
  67. title: "🎉 新功能:版本说明对话框",
  68. content: "您现在可以直接从标题栏查看新增功能!敬请期待更多更新。",
  69. },
  70. note_2025_05_20: {
  71. title: "UI 改进",
  72. content: "改进了移动设备响应能力,并为按钮添加了微妙的悬停效果。",
  73. },
  74. },
  75. },
  76. // Donation Modal
  77. donation_modal: {
  78. title: "支持项目",
  79. congrats: "恭喜完成锻炼!🎉",
  80. subtitle: "这个应用免费帮助您,但对我来说有真正的成本...",
  81. costs_title: "成本现实",
  82. costs_description: "目前,捐赠甚至无法覆盖基本成本:服务器、身份验证、基础设施、数据库等。",
  83. open_source_title: "100% 开源",
  84. open_source_description: "这个应用完全免费且开源。不产生任何利润 - 这是一个激情项目,帮助社区和帮助人们锻炼。",
  85. no_ads: "无广告",
  86. no_tracking: "无追踪",
  87. impact_title: "您的影响",
  88. impact_3_euros: "• 即使 €3 也能覆盖 1 周的服务器费用",
  89. impact_support: "• 您的支持让应用对所有人保持免费",
  90. impact_footer: "每一笔捐赠,即使很小,都会产生真正的影响!🙏",
  91. later_button: "稍后",
  92. support_button: "支持项目",
  93. },
  94. // Contact Support
  95. contact_support: "联系支持",
  96. contact_support_subtitle: "描述您的问题,我们将尽快帮助您。您也可以直接写信给我们:",
  97. // Social Platforms
  98. social_platforms: {
  99. x: "X (Twitter)",
  100. facebook: "Facebook",
  101. email: "电子邮件",
  102. whatsapp: "WhatsApp",
  103. website: "网站",
  104. phone: "电话",
  105. youtube: "YouTube",
  106. linkedin: "LinkedIn",
  107. snapchat: "Snapchat",
  108. instagram: "Instagram",
  109. tiktok: "TikTok",
  110. threads: "Threads",
  111. },
  112. // Workout Builder
  113. workout_builder: {
  114. confirm_delete: "您确定要删除此锻炼回合吗?",
  115. steps: {
  116. equipment: {
  117. title: "设备",
  118. description: "选择您的设备",
  119. },
  120. muscles: {
  121. title: "肌肉",
  122. description: "选择您的训练",
  123. },
  124. exercises: {
  125. title: "练习",
  126. description: "自定义您的锻炼",
  127. },
  128. },
  129. muscles: {
  130. back: "背部",
  131. abdominals: "腹肌",
  132. biceps: "肱二头肌",
  133. triceps: "肱三头肌",
  134. chest: "胸部",
  135. shoulders: "肩部",
  136. quadriceps: "股四头肌",
  137. hamstrings: "腿筋",
  138. glutes: "臀部",
  139. calves: "小腿",
  140. forearms: "前臂",
  141. traps: "斜方肌",
  142. obliques: "腹斜肌",
  143. },
  144. exercise: {
  145. watch_video: "观看视频",
  146. shuffle: "随机",
  147. pick: "选择",
  148. remove: "移除",
  149. no_video_available: "无可用视频。",
  150. },
  151. loading: {
  152. exercises: "正在加载练习...",
  153. },
  154. error: {
  155. loading_exercises: "加载练习时出错",
  156. },
  157. no_exercises_found: "未找到练习。请尝试更改您的设备或肌肉选择。",
  158. equipment: {
  159. bodyweight: {
  160. label: "自重",
  161. description: "仅使用自身体重的练习",
  162. },
  163. dumbbell: {
  164. label: "哑铃",
  165. description: "使用哑铃的自由重量练习",
  166. },
  167. barbell: {
  168. label: "杠铃",
  169. description: "使用杠铃的复合动作",
  170. },
  171. kettlebell: {
  172. label: "壶铃",
  173. description: "使用壶铃的动态练习",
  174. },
  175. band: {
  176. label: "弹力带",
  177. description: "使用阻力带的练习",
  178. },
  179. plate: {
  180. label: "配重片",
  181. description: "使用配重片的练习",
  182. },
  183. pullup_bar: {
  184. label: "引体向上杆",
  185. description: "使用引体向上杆的上半身练习",
  186. },
  187. bench: {
  188. label: "长凳",
  189. description: "长凳练习和支撑",
  190. },
  191. },
  192. navigation: {
  193. previous: "上一步",
  194. continue: "继续",
  195. complete: "完成",
  196. },
  197. stats: {
  198. "muscle_selected#zero": "已选择 0 块肌肉",
  199. "muscle_selected#one": "已选择 1 块肌肉",
  200. "muscle_selected#other": "已选择 {count} 块肌肉",
  201. "equipment_selected#zero": "已选择 0 件设备",
  202. "equipment_selected#one": "已选择 1 件设备",
  203. "equipment_selected#other": "已选择 {count} 件设备",
  204. selected: "已选择",
  205. total: "总计",
  206. equipment_ready: "设备准备就绪",
  207. equipment_ready_plural: "设备准备就绪",
  208. },
  209. selection: {
  210. choose_your_arsenal: "选择您的“武器”",
  211. select_equipment_description: "选择设备以解锁个性化锻炼",
  212. clear_all: "全部清除",
  213. muscle_selection_coming_soon: "肌肉选择(即将推出)",
  214. muscle_selection_description: "点击选择您想训练的肌肉。",
  215. exercise_selection_coming_soon: "练习选择(即将推出)",
  216. exercise_selection_description: "此步骤将向您显示个性化的练习建议。",
  217. },
  218. session: {
  219. back_to_workout: "返回锻炼",
  220. congrats: "恭喜,锻炼完成!🎉",
  221. congrats_subtitle: "您做到了!",
  222. see_instructions: "查看说明",
  223. finish_set: "完成组",
  224. finish_session: "完成回合",
  225. bodyweight: "自重",
  226. weight: "重量",
  227. reps: "次数",
  228. time: "时间",
  229. next_exercise: "下一个练习",
  230. add_set: "添加组",
  231. add_column: "添加列",
  232. add_row: "添加行",
  233. remove_column: "移除列",
  234. set_number: "第 {number} 组",
  235. set_number_plural: "第 {number} 组",
  236. set_number_singular: "第 {number} 组",
  237. set_number_plural_singular: "第 {number} 组",
  238. workout_in_progress: "锻炼进行中",
  239. started_at: "开始于",
  240. quit_workout: "退出锻炼",
  241. elapsed_time: "已用时间",
  242. chronometer: "计时器",
  243. exercise_progress: "练习进度",
  244. total_volume: "总训练量",
  245. current_exercise: "当前练习",
  246. complete: "完成",
  247. active: "进行中",
  248. already_have_a_active_session: "您已有一个进行中的回合。在完成或退出锻炼前无法重复。",
  249. no_exercise_selected: "未选择练习",
  250. quit_workout_title: "退出锻炼?",
  251. progress: "进度",
  252. quit_warning: "您确定要退出吗?您可以保存进度或完全丢失它。",
  253. save_and_quit: "保存并退出",
  254. quit_without_save: "不保存退出",
  255. continue_workout: "继续锻炼",
  256. history: "锻炼历史 [{count}]",
  257. no_workout_yet: "尚无锻炼记录。",
  258. start: "开始",
  259. end: "结束",
  260. exercise: "练习",
  261. repeat: "重复",
  262. delete: "删除",
  263. },
  264. attribute_value: {
  265. bodyweight: "自重",
  266. strength: "力量",
  267. powerlifting: "力量举",
  268. calisthenic: "健美操",
  269. plyometrics: "增强式训练",
  270. stretching: "拉伸",
  271. strongman: "大力士",
  272. cardio: "有氧运动",
  273. stabilization: "稳定",
  274. power: "爆发力",
  275. resistance: "阻力",
  276. crossfit: "CrossFit",
  277. weightlifting: "举重",
  278. neck: "颈部",
  279. lats: "背阔肌",
  280. adductors: "内收肌",
  281. abductors: "外展肌",
  282. groin: "腹股沟",
  283. full_body: "全身",
  284. rotator_cuff: "肩袖",
  285. hip_flexor: "髋屈肌",
  286. achilles_tendon: "跟腱",
  287. fingers: "手指",
  288. smith_machine: "史密斯机",
  289. other: "其他",
  290. ez_bar: "EZ 曲杆",
  291. machine: "器械",
  292. desk: "桌子",
  293. none: "无",
  294. cable: "绳索",
  295. medicine_ball: "药球",
  296. swiss_ball: "瑞士球",
  297. foam_roll: "泡沫轴",
  298. trx: "TRX",
  299. box: "箱子",
  300. ropes: "绳索",
  301. spin_bike: "动感单车",
  302. step: "踏板",
  303. bosu: "BOSU 球",
  304. tyre: "轮胎",
  305. sandbag: "沙袋",
  306. pole: "杆",
  307. wall: "墙",
  308. bar: "杠",
  309. rack: "架子",
  310. car: "汽车",
  311. sled: "雪橇",
  312. chain: "链条",
  313. skierg: "滑雪机",
  314. rope: "绳子",
  315. na: "不适用",
  316. isolation: "孤立",
  317. compound: "复合",
  318. },
  319. },
  320. commons: {
  321. signup_with: "使用 {provider} 注册",
  322. signin_with: "使用 {provider} 登录",
  323. signup: "注册",
  324. login: "登录",
  325. connecting: "连接中...",
  326. login_to_your_account_title: "登录您的账户",
  327. login_to_your_account_subtitle: "在下方输入您的凭据以登录",
  328. password_forgot: "忘记密码?",
  329. password_reset_success: "密码重置成功",
  330. dont_have_account: "没有账户?",
  331. already_have_account: "已经有账户了?",
  332. or: "或",
  333. add: "添加",
  334. your_feminine: "您的",
  335. password: "密码",
  336. email: "电子邮件",
  337. logout: "登出",
  338. first_name: "名",
  339. last_name: "姓",
  340. verify_password: "验证密码",
  341. submit: "提交",
  342. upload: "上传",
  343. cancel: "取消",
  344. save_changes: "保存更改",
  345. change: "更改",
  346. subject: "主题",
  347. message: "消息",
  348. saving: "保存中...",
  349. edit: "编辑",
  350. more_options: "更多选项",
  351. open_link: "打开链接",
  352. hide: "隐藏",
  353. make_visible: "设为可见",
  354. delete: "删除",
  355. share: "分享",
  356. title: "标题",
  357. subtitle: "副标题",
  358. content: "内容",
  359. save: "保存",
  360. button: "按钮",
  361. card: "卡片",
  362. go_back: "返回",
  363. next: "下一步",
  364. choose_image: "选择图片",
  365. soon: "即将推出",
  366. coming_soon_with_emoji: "即将推出 🤫",
  367. no_image: "无图片",
  368. description: "描述",
  369. price: "价格",
  370. duration: "时长",
  371. location: "地点",
  372. schedule: "时间表",
  373. participants_info: "参与者信息",
  374. description_placeholder: "输入描述",
  375. title_placeholder: "输入标题",
  376. changes_saved: "更改已保存",
  377. replace: "替换",
  378. loading: "加载中...",
  379. image_deleted: "图片已删除",
  380. discover_workoutcool: "发现 Workout Cool",
  381. received_just_now: "刚刚收到",
  382. copied: "已复制",
  383. url_copied: "URL 已复制",
  384. copy_failed: "复制失败",
  385. accordion: "手风琴",
  386. image: "图片",
  387. other: "其他",
  388. register: "注册",
  389. instantly: "立即",
  390. immediately: "立即",
  391. link: "链接",
  392. accept: "接受",
  393. deny: "拒绝",
  394. invalid_input: "输入无效。请检查错误。",
  395. copy_url: "复制 URL",
  396. page_url: "页面 URL",
  397. saving_short: "保存中...",
  398. saved_short: "好的",
  399. looks_like_you_are_lost: "您似乎迷路了",
  400. the_page_you_are_looking_for_is_not_available: "您正在查找的页面不可用",
  401. go_to_home: "返回首页",
  402. go_to_profile: "转到个人资料",
  403. terms: "服务条款",
  404. privacy: "隐私政策",
  405. sales_terms: "销售条款",
  406. consent_banner: "我们使用 cookie 来改善您的体验。点击“接受”,即表示您同意我们使用 cookie。",
  407. about: "关于我们",
  408. profile: "个人资料",
  409. donate: "捐赠",
  410. my_account: "我的账户",
  411. dashboard: "仪表盘",
  412. home: "首页",
  413. changelog: "更新日志",
  414. stop_impersonation_button: "停止模拟",
  415. impersonating_user_label: "正在模拟用户",
  416. re_hello: "再次问好",
  417. back_to_login: "返回登录",
  418. sending: "发送中...",
  419. send_me_link: "给我发送链接",
  420. extremely_dissatisfied: "非常不满意",
  421. somewhat_dissatisfied: "有些不满意",
  422. neutral: "中立",
  423. satisfied: "满意",
  424. support: "支持",
  425. change_language: "更改语言",
  426. in_progress: "进行中",
  427. },
  428. } as const;