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

fix: modify some Arabic language file names. #611

Merged
merged 3 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
feat: add missing words in zh-HK
  • Loading branch information
jerryc127 committed Sep 24, 2024
commit 75ed4382e83282ea74180c4ad690754fef0d1ce1
26 changes: 25 additions & 1 deletion locales/app/zh-HK.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"achievement.all_done": "全部完成!",
"achievement.first_claim_feed": "Feed 擁有者",
"achievement.first_claim_feed_description": "你在 Follow 上擁有你的 Feed",
"achievement.mint_more_power": "成為資深玩家,賺取更多 <power />",
"ai_daily.title": "頭條新聞 - {{title}}",
"ai_daily.tooltip.content": "以下是由 AI 從你的時間線中選出的新聞(<From /> - <To />),可能對你很重要。",
"ai_daily.tooltip.update_schedule": "每天上午 8 點和下午 8 點更新。",
Expand All @@ -20,6 +24,9 @@
"discover.rss_hub_route": "RSSHub 路由",
"discover.rss_url": "RSS 網址",
"discover.select_placeholder": "選擇",
"discover.target.feeds": "資訊流",
"discover.target.label": "搜尋",
"discover.target.lists": "清單",
"early_access": "提前體驗",
"entry_actions.copy_link": "複製連結",
"entry_actions.failed_to_save_to_eagle": "無法保存至 Eagle。",
Expand Down Expand Up @@ -88,9 +95,12 @@
"feed_form.category": "分類",
"feed_form.category_description": "默認情況下,你的關注會按網站分組。",
"feed_form.error_fetching_feed": "獲取訂閱源時出錯。",
"feed_form.feed_not_found": "未找到訂閱源。",
"feed_form.fee": "跟隨費用",
"feed_form.fee_description": "要跟隨此清單,您必須向清單創建者支付費用。",
"feed_form.feed_not_found": "未找到相關資訊流。",
"feed_form.feedback": "反饋",
"feed_form.follow": "關注",
"feed_form.follow_with_fee": "跟隨需要 {{fee}} Power",
"feed_form.followed": "🎉 已關注。",
"feed_form.private_follow": "私人關注",
"feed_form.private_follow_description": "此關注是否在你的個人資料頁面上公開可見。",
Expand Down Expand Up @@ -135,6 +145,8 @@
"player.playback_rate": "播放速度",
"player.unmute": "取消靜音",
"player.volume": "音量",
"resize.tooltip.double_click_to_collapse": "<b>雙擊</b>以摺疊",
"resize.tooltip.drag_to_resize": "<b>拖曳</b>以調整大小",
"search.empty.no_results": "未找到結果。",
"search.group.entries": "條目",
"search.group.feeds": "訂閱源",
Expand All @@ -155,12 +167,18 @@
"sidebar.feed_actions.claim_feed": "認領訂閱源",
"sidebar.feed_actions.copy_feed_id": "複製訂閱源 ID",
"sidebar.feed_actions.copy_feed_url": "複製訂閱源 URL",
"sidebar.feed_actions.copy_list_id": "複製清單 ID",
"sidebar.feed_actions.copy_list_url": "複製清單 URL",
"sidebar.feed_actions.edit": "編輯",
"sidebar.feed_actions.edit_feed": "編輯訂閱源",
"sidebar.feed_actions.edit_list": "編輯清單",
"sidebar.feed_actions.feed_owned_by_you": "此訂閱源由你擁有",
"sidebar.feed_actions.list_owned_by_you": "此清單由你擁有",
"sidebar.feed_actions.mark_all_as_read": "全部標記為已讀",
"sidebar.feed_actions.navigate_to_feed": "導航到訂閱源",
"sidebar.feed_actions.navigate_to_list": "導航到清單",
"sidebar.feed_actions.open_feed_in_browser": "在瀏覽器中打開訂閱源",
"sidebar.feed_actions.open_list_in_browser": "在瀏覽器中打開清單",
"sidebar.feed_actions.open_site_in_browser": "在瀏覽器中打開網站",
"sidebar.feed_actions.unfollow": "取消關注",
"sidebar.feed_actions.unfollow_feed": "取消關注訂閱源",
Expand Down Expand Up @@ -188,6 +206,7 @@
"tip_modal.tip_support": "⭐ 贊助以顯示你的支持!",
"tip_modal.unclaimed_feed": "目前尚未有人認領此訂閱源。收到的 Power 將安全地保留在區塊鏈合約中,直到被認領為止。",
"user_button.account": "帳戶",
"user_button.achievement": "成就",
"user_button.download_desktop_app": "下載桌面應用",
"user_button.log_out": "登出",
"user_button.power": "Power",
Expand All @@ -198,15 +217,20 @@
"user_profile.loading": "載入中",
"user_profile.share": "分享",
"user_profile.toggle_item_style": "切換條目樣式",
"words.achievement": "成就",
"words.add": "新增",
"words.confirm": "確認",
"words.discover": "探索",
"words.email": "電子郵件",
"words.feeds": "訂閱源",
"words.import": "匯入",
"words.items": "項目",
"words.language": "語言",
"words.lists": "清單",
"words.load_archived_entries": "加載已存檔的條目",
"words.login": "登入",
"words.mint": "Mint",
"words.power": "Power",
"words.rss": "RSS",
"words.rss3": "RSS3",
"words.rsshub": "RSSHub",
Expand Down
8 changes: 7 additions & 1 deletion locales/common/zh-HK.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
{
"app.copied_to_clipboard": "已複製到剪貼簿",
"cancel": "取消",
"close": "關閉",
"confirm": "確認",
"ok": "確定",
"quantifier.piece": "",
"time.last_night": "昨晚",
"time.the_night_before_last": "前晚",
"time.today": "今天",
"time.yesterday": "昨天",
"tips.load-lng-error": "加載語言包失敗",
"tips.load-lng-error": "語言包載入失敗",
"words.actions": "操作",
"words.back": "返回",
"words.copy": "複製",
"words.create": "創建",
"words.edit": "編輯",
"words.entry": "條目",
"words.id": "ID",
"words.items_one": "項目",
"words.items_other": "項目",
"words.local": "本地",
"words.manage": "管理",
"words.record": "記錄",
"words.record_one": "記錄",
"words.record_other": "記錄",
"words.result": "結果",
"words.result_one": "結果",
"words.result_other": "結果",
"words.space": " ",
"words.submit": "提交",
"words.update": "更新",
"words.which.all": "全部"
}
73 changes: 33 additions & 40 deletions locales/external/zh-HK.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,36 @@
{
"copied_link": "鏈接已複製到剪貼簿",
"feed": {
"follower_one": "追隨者",
"follower_other": "追隨者",
"followsAndReads": "{{subscriptionCount}} 個 {{subscriptionNoun}} 和 {{readCount}} 個 {{readNoun}} 在 {{appName}}",
"read_one": "閱讀",
"read_other": "閱讀數"
},
"header": {
"app": "應用程式",
"download": "下載"
},
"invitation": {
"activate": "激活",
"codeOptions": {
"1": "尋找任何內測測試用戶邀請你。",
"2": "加入我們的 Discord 伺服器,不定期贈送邀請碼。",
"3": "關注我們的 X 帳戶,不定期贈送邀請碼。"
},
"earlyAccess": "Follow 目前處於早期訪問階段,使用需要邀請碼。",
"earlyAccessMessage": "😰 抱歉,Follow 目前處於早期訪問階段,使用需要邀請碼。",
"generateButton": "生成新邀請碼",
"generateCost": "你可以花費 {{INVITATION_PRICE}} Power 為你的朋友生成邀請碼。",
"getCodeMessage": "你可以通過以下方式獲取邀請碼:",
"title": "邀請碼"
},
"login": {
"backToWebApp": "返回網頁應用程式",
"continueWithGitHub": "繼續使用 GitHub",
"continueWithGoogle": "繼續使用 Google",
"logInTo": "登錄到",
"openApp": "打開應用程式",
"redirecting": "重定向中",
"welcomeTo": "歡迎來到"
},
"redirect": {
"continueInBrowser": "在瀏覽器中繼續",
"instruction": "現在是時候打開 {{APP_NAME}} 並安全地關閉此頁面。",
"openApp": "打開 {{APP_NAME}}",
"successMessage": "你已成功連接到 {{APP_NAME}} 帳戶。"
}
"feed.feeds_one": "訂閲源",
"feed.feeds_other": "訂閲源",
"feed.follow_to_view_all": "跟隨以查看所有 {{count}} 個訂閲源...",
"feed.follower_one": "追隨者",
"feed.follower_other": "追隨者",
"feed.followsAndFeeds": "在 {{appName}} 上有 {{subscriptionCount}} 個 {{subscriptionNoun}} 和 {{feedsCount}} 個 {{feedsNoun}}",
"feed.followsAndReads": "在 {{appName}} 上有 {{subscriptionCount}} 個 {{subscriptionNoun}} 和 {{readCount}} 個 {{readNoun}}",
"feed.read_one": "閱讀",
"feed.read_other": "閱讀數",
"header.app": "應用程式",
"header.download": "下載",
"invitation.activate": "激活",
"invitation.codeOptions.1": "尋找任何內測測試用戶邀請你。",
"invitation.codeOptions.2": "加入我們的 Discord 伺服器,不定期贈送邀請碼。",
"invitation.codeOptions.3": "關注我們的 X 帳戶,不定期贈送邀請碼。",
"invitation.earlyAccess": "Follow 目前處於早期訪問階段,使用需要邀請碼。",
"invitation.earlyAccessMessage": "😰 抱歉,Follow 目前處於早期訪問階段,使用需要邀請碼。",
"invitation.generateButton": "生成新邀請碼",
"invitation.generateCost": "你可以花費 {{INVITATION_PRICE}} Power 為你的朋友生成邀請碼。",
"invitation.getCodeMessage": "你可以通過以下方式獲取邀請碼:",
"invitation.title": "邀請碼",
"login.backToWebApp": "返回網頁應用程式",
"login.continueWithGitHub": "繼續使用 GitHub",
"login.continueWithGoogle": "繼續使用 Googl",
"login.logInTo": "登錄到",
"login.openApp": "打開應用程式",
"login.redirecting": "重定向中",
"login.signOut": "登出",
"login.welcomeTo": "歡迎來到",
"redirect.continueInBrowser": "在瀏覽器中繼續",
"redirect.instruction": "現在是時候打開 {{APP_NAME}} 並安全地關閉此頁面。",
"redirect.openApp": "打開 {{APP_NAME}}",
"redirect.successMessage": "你已成功連接到 {{APP_NAME}} 帳戶。"
}
15 changes: 15 additions & 0 deletions locales/native/zh-HK.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
{
"contextMenu.copy": "複製",
"contextMenu.copyImage": "複製圖片",
"contextMenu.copyImageAddress": "複製圖片地址",
"contextMenu.copyLink": "複製鏈接",
"contextMenu.copyVideoAddress": "複製視頻地址",
"contextMenu.cut": "剪切",
"contextMenu.inspect": "檢查元素",
"contextMenu.learnSpelling": "學習拼寫",
"contextMenu.lookUpSelection": "查找選擇",
"contextMenu.openImageInBrowser": "在瀏覽器中打開圖片",
"contextMenu.openLinkInBrowser": "在瀏覽器中打開鏈接",
"contextMenu.paste": "粘貼",
"contextMenu.saveImage": "保存圖片",
"contextMenu.saveImageAs": "另存圖片為...",
"contextMenu.saveLinkAs": "另存鏈接為...",
"contextMenu.saveVideo": "保存視頻",
"contextMenu.saveVideoAs": "另存視頻為...",
"contextMenu.searchWithGoogle": "使用 Google 搜索",
"contextMenu.selectAll": "全選",
"contextMenu.services": "服務",
"dialog.clearAllData": "您確定要清除所有數據嗎?",
"dialog.no": "否",
"dialog.yes": "是",
"menu.about": "關於 {{name}}",
"menu.actualSize": "實際大小",
"menu.bringAllToFront": "將所有窗口移到最前面",
"menu.checkForUpdates": "檢查更新",
"menu.clearAllData": "清除所有數據",
"menu.close": "關閉",
"menu.copy": "複製",
"menu.cut": "剪切",
Expand Down
33 changes: 33 additions & 0 deletions locales/settings/zh-HK.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
"appearance.title": "外觀",
"appearance.ui_font": "介面字體",
"appearance.unread_count": "未讀數量",
"appearance.use_pointer_cursor.description": "當鼠標懸停在任何互動元素上時,將光標更改為指標。",
"appearance.use_pointer_cursor.label": "使用指標光標",
"common.give_star": "<HeartIcon />喜歡我們的產品嗎? <Link>在 GitHub 上給我們 star 吧!</Link>",
"feeds.claimTips": "要認領你的 feed 並接收贊助,請右鍵點擊訂閱列表中的 feed,然後選擇「認領」。",
"feeds.noFeeds": "沒有已認領的 feed",
Expand All @@ -93,7 +95,10 @@
"general.mark_as_read.render.label": "在視圖中時標記為已讀",
"general.mark_as_read.scroll.description": "當滾動出視圖時,自動標記條目為已讀。",
"general.mark_as_read.scroll.label": "滾動時標記為已讀",
"general.network": "網絡",
"general.privacy_data": "隱私與數據",
"general.proxy.description": "代理網絡流量,例如:socks://proxy.example.com:1080",
"general.proxy.label": "代理",
"general.rebuild_database.button": "重建",
"general.rebuild_database.description": "如果你遇到渲染問題,重建數據庫可能會解決問題。",
"general.rebuild_database.label": "重建數據庫",
Expand Down Expand Up @@ -147,6 +152,33 @@
"invitation.tableHeaders.creationTime": "創建時間",
"invitation.tableHeaders.usedBy": "使用者",
"invitation.title": "邀請代碼",
"lists.create": "建立新清單",
"lists.created.error": "建立清單失敗。",
"lists.created.success": "成功建立清單!",
"lists.description": "描述",
"lists.edit.error": "編輯清單失敗。",
"lists.edit.label": "編輯",
"lists.edit.success": "成功編輯清單!",
"lists.fee.description": "其他人訂閱此清單需要支付給你的費用。",
"lists.fee.label": "費用",
"lists.feeds.actions": "操作",
"lists.feeds.add.error": "新增資訊源到清單失敗。",
"lists.feeds.add.label": "新增",
"lists.feeds.add.success": "成功新增資訊源到清單。",
"lists.feeds.delete.error": "從清單移除資訊源失敗。",
"lists.feeds.delete.success": "成功從清單移除資訊源。",
"lists.feeds.id": "資訊源ID",
"lists.feeds.label": "資訊源",
"lists.feeds.manage": "管理資訊源",
"lists.feeds.owner": "擁有者",
"lists.feeds.search": "搜尋資訊源",
"lists.feeds.title": "標題",
"lists.image": "圖片",
"lists.info": "清單是你可以分享或出售給其他人訂閱的資訊源集合。訂閱者將同步並存取清單中的所有資訊源。",
"lists.noLists": "沒有清單",
"lists.submit": "提交",
"lists.title": "標題",
"lists.view": "查看",
"profile.avatar.label": "頭像",
"profile.handle.description": "你的唯一識別符。",
"profile.handle.label": "識別符",
Expand All @@ -163,6 +195,7 @@
"titles.general": "一般",
"titles.integration": "集成",
"titles.invitations": "邀請",
"titles.lists": "清單",
"titles.power": "Power",
"titles.profile": "個人資料",
"titles.shortcuts": "快捷鍵",
Expand Down
Loading