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-tw translation #1197

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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-tw.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