Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved zh-HK translations #3207

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions lib/lang/zh-HK.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
export default {
LOCALE: '中文(繁体香港)',
LOCALE: '中文(繁體香港)',
NAV: {
INDEX: '網誌',
RSS: '訂閱',
SEARCH: '搜尋',
ABOUT: '關於',
MAIL: '電郵',
NAVIGATOR: '導航',
ARCHIVE: '封存'
ARCHIVE: '舊存檔'
},
COMMON: {
ARTICLE_LIST: '文章列表',
ARTICLE_LIST: '文章清單',
MORE: '更多',
NO_MORE: '沒有更多了',
LATEST_POSTS: '最新文章',
Expand All @@ -22,22 +22,22 @@ export default {
URL_COPIED: '連結已複製!',
TABLE_OF_CONTENTS: '目錄',
RELATE_POSTS: '相關文章',
COPYRIGHT: '著作權',
COPYRIGHT: '版權',
AUTHOR: '作者',
URL: '連結',
ANALYTICS: '分析',
POSTS: '篇文章',
ARTICLE: '文章',
VISITORS: '位訪客',
VIEWS: '次查看',
COPYRIGHT_NOTICE: '本文採用 CC BY-NC-SA 4.0 許可協議,轉載請註明出處。',
RESULT_OF_SEARCH: '篇搜尋到的结果',
VIEWS: '次瀏覽',
COPYRIGHT_NOTICE: '本文使用 CC BY-NC-SA 4.0 版權協議,如轉載請註明出處。',
RESULT_OF_SEARCH: '篇搜尋结果',
ARTICLE_DETAIL: '完整文章',
PASSWORD_ERROR: '密碼錯誤!',
ARTICLE_LOCK_TIPS: '文章已上鎖,請輸入訪問密碼',
SUBMIT: '提交',
POST_TIME: '发布于',
LAST_EDITED_TIME: '最后更新',
POST_TIME: '發表於',
LAST_EDITED_TIME: '最後更新',
NEXT_POST: '下一篇',
PREV_POST: '上一篇'
},
Expand All @@ -51,9 +51,9 @@ export default {
},
POST: {
BACK: '返回',
TOP: '回到頂端'
TOP: '回到頁頂'
},
AI_SUMMARY: {
NAME: 'AI智能摘要',
NAME: 'AI 智能摘要',
}
}