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

docs: add zh-hk translation #1190

Merged
merged 2 commits into from
Sep 3, 2024
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
62 changes: 62 additions & 0 deletions packages/core/src/lib/locale/zh-hk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"modal": {
"wallet": {
"connectYourWallet": "連接你的錢包",
"whatIsAWallet": "咩係錢包?",
"secureAndManage": "保護同管理你的數碼資產",
"safelyStore": "安全儲存同轉移你的加密貨幣同NFT",
"logInToAny": "登入任何 NEAR 應用",
"noNeedToCreate": "無需創建新帳戶或密碼。連接你的錢包,即可開始使用!",
"getAWallet": "獲取新帳戶",
"useAWallet": "使用錢包來保護同管理你的 NEAR 資產,無需用戶名同密碼即可登入任何 NEAR 應用",
"connectionFailed": "連接失敗",
"connectionSuccessful": "連接成功",
"rememberWallet": "記住錢包選擇",
"connected": "已連接",
"connectingTo": "正在連接"
},
"ledger": {
"connectWithLedger": "連接 Ledger",
"makeSureYourLedger": "確保你的 Ledger 已經安全連接,並且 NEAR 應用已經在你設備上打開",
"continue": "繼續",
"specifyHDPath": "指定 HD 路徑",
"enterYourPreferredHDPath": "輸入你偏好的 HD 路徑,然後為任何活躍帳戶掃描",
"scan": "掃描",
"retry": "重試",
"ledgerIsNotAvailable": "Ledger 不可用",
"accessDeniedToUseLedgerDevice": "訪問 Ledger 設備被拒絕",
"noAccountsFound": "沒有找到账戶",
"selectYourAccounts": "選擇你的帳戶",
"connecting1Account": "正在連接1個帳戶",
"cantFindAnyAccount": "未能找到任何與這個 Ledger 相關聯的帳戶。請於",
"orConnectAnAnotherLedger.": "或連接另一個 Ledger",
"connecting": "正在連接",
"ofAccounts": "個帳戶",
"failedToAutomatically": "無法自動找到账戶ID,請主動提供:",
"overviewTheListOfAuthorized": "請查看已授權的帳戶列表,點擊以下按鈕完成登入",
"finish": "完成"
},
"install": {
"youllNeedToInstall": "你將需要安裝",
"toContinueAfterInstalling": "以繼續。安裝完",
"refreshThePage": "請刷新頁面",
"open": "打開"
},
"qr": {
"copiedToClipboard": "複製到剪貼板",
"failedToCopy": "複製到剪貼板失敗",
"scanWithYourMobile": "用你的手機掃描",
"copyToClipboard": "複製到剪貼板",
"preferTheOfficial": "希望使用官方對話框於",
"open": "打開"
},
"walletTypes": {
"hardware": "硬件錢包",
"browser": "瀏覽器錢包",
"injected": "錢包擴展",
"bridge": "橋接錢包",
"mobile": "流動錢包",
"instant-link": "即時錢包"
}
}
}
Loading