chore(i18n,client): processed translations (#65502)

This commit is contained in:
freeCodeCamp's Camper Bot
2026-01-26 22:58:24 +05:30
committed by GitHub
parent b6ccf0aed6
commit 7830b448be
20 changed files with 1410 additions and 40 deletions
@@ -323,6 +323,7 @@
"my-heatmap": "我的熱圖",
"my-certs": "我的認證",
"my-portfolio": "我的作品集",
"my-experience": "My experience",
"my-timeline": "我的時間線",
"my-donations": "我的捐款",
"night-mode": "夜間模式",
@@ -435,7 +436,24 @@
"page-number": "第 {{pageNumber}} 頁,共 {{totalPages}} 頁",
"edit-my-profile": "編輯我的個人資料",
"add-bluesky": "將此認證分享到 BlueSky",
"add-threads": "將此認證分享到 Threads"
"add-threads": "將此認證分享到 Threads",
"experience": {
"heading": "Experience",
"share-experience": "Share your professional experience",
"add": "Add experience",
"save": "Save experience",
"remove": "Remove experience",
"job-title": "Job title",
"company": "Company",
"location": "Location",
"start-date": "Start date",
"end-date": "End date",
"end-date-helper": "Leave blank if current position",
"description": "Description",
"present": "Present",
"date-format-error": "Please enter the date in MM/YYYY format.",
"date-invalid": "Please enter a valid date."
}
},
"footer": {
"tax-exempt-status": "freeCodeCamp 是捐助者支持的 501(c)(3) 條款下具有免稅資格的慈善組織(稅號:82-0779546)。",
@@ -697,7 +715,7 @@
},
"archive": {
"title": "Archived Coursework",
"content-not-updated": "<0>Warning:</0> The content in this section is not being updated, but is still available for you to further your learning. We recommend trying <1>our current curriculum</1>."
"content-not-updated": "The content in this section is not being updated, but is still available for you to further your learning. We recommend trying <0>our current curriculum</0>."
}
},
"donate": {
@@ -990,6 +1008,7 @@
"keyboard-shortcut-updated": "我們已更新你的鍵盤快捷鍵設置",
"subscribe-to-quincy-updated": "我們已更新你對 Quincy 的電子郵件的訂閱",
"portfolio-item-updated": "我們已更新你的作品集",
"experience-updated": "We have updated your experience",
"email-invalid": "郵箱格式無效",
"email-valid": "你的電子郵件已成功更改,編碼愉快!",
"bad-challengeId": "currentChallengeId 是無效的挑戰 ID",
@@ -1090,12 +1109,17 @@
},
"validation": {
"max-characters": "字符數最多爲 288 個,你還可以輸入 {{charsLeft}} 個字符",
"max-characters-500": "There is a maximum limit of 500 characters, you have {{charsLeft}} left",
"same-email": "這個郵箱和你當前郵箱一樣",
"invalid-email": "我們無法驗證你的郵箱,請確保填寫正確",
"email-mismatch": "兩個新郵箱必須相同",
"title-required": "必須填寫標題",
"title-short": "標題太長",
"title-long": "標題太短",
"company-required": "Company is required",
"company-short": "Company name is too short",
"company-long": "Company name is too long",
"start-date-required": "Start date is required",
"invalid-url": "我們無法驗證你的 URL,請確保填寫正確",
"invalid-protocol": "URL 必須以 http 或 https 開頭",
"url-not-image": "URL 必須直接鏈接到圖片文件",