1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

zh_TW: Translate buy, assets, activity (#10207)

This commit is contained in:
Yahsin Huang 2021-01-19 05:29:01 +08:00 committed by GitHub
parent b0bb190b5e
commit 1007f4b6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,9 @@
"accountSelectionRequired": { "accountSelectionRequired": {
"message": "必須先選擇一個帳戶!" "message": "必須先選擇一個帳戶!"
}, },
"activity": {
"message": "交易紀錄"
},
"activityLog": { "activityLog": {
"message": "活動紀錄" "message": "活動紀錄"
}, },
@ -85,6 +88,9 @@
"asset": { "asset": {
"message": "資產" "message": "資產"
}, },
"assets": {
"message": "資產"
},
"attemptToCancel": { "attemptToCancel": {
"message": "嘗試取消?" "message": "嘗試取消?"
}, },
@ -146,6 +152,9 @@
"builtInCalifornia": { "builtInCalifornia": {
"message": "MetaMask 是在加州設計製造" "message": "MetaMask 是在加州設計製造"
}, },
"buy": {
"message": "買"
},
"buyWithWyre": { "buyWithWyre": {
"message": "用 Wyre 購買 ETH" "message": "用 Wyre 購買 ETH"
}, },