Merge pull request #2839 from BlueWallet/translations_loc-en-json--master_zh_TW

Translate '/loc/en.json' in 'zh_TW'
This commit is contained in:
GLaDOS 2021-03-24 10:58:05 +00:00 committed by GitHub
commit 3d46a045e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@
"no": "否", "no": "否",
"save": "儲存", "save": "儲存",
"seed": "種子", "seed": "種子",
"success": "成功",
"wallet_key": "錢包密鑰", "wallet_key": "錢包密鑰",
"invalid_animated_qr_code_fragment" : "無效的動態二維碼,請重試。", "invalid_animated_qr_code_fragment" : "無效的動態二維碼,請重試。",
"file_saved": "檔案({filePath})已儲存在您的“下載”文件夾中。", "file_saved": "檔案({filePath})已儲存在您的“下載”文件夾中。",
@ -174,7 +175,6 @@
"details_address_field_is_not_valid": "地址無效。", "details_address_field_is_not_valid": "地址無效。",
"details_adv_fee_bump": "允許費用上漲", "details_adv_fee_bump": "允許費用上漲",
"details_adv_full": "使用全部結餘", "details_adv_full": "使用全部結餘",
"details_adv_full_remove": "您的其他收款人將從此交易中刪除。",
"details_adv_full_sure": "您確定要使用錢包的全部結餘來進行此交易嗎?", "details_adv_full_sure": "您確定要使用錢包的全部結餘來進行此交易嗎?",
"details_adv_import": "匯入交易", "details_adv_import": "匯入交易",
"details_amount_field_is_not_valid": "金額無效", "details_amount_field_is_not_valid": "金額無效",
@ -319,6 +319,7 @@
"privacy_clipboard_explanation": "如果在剪貼簿中找到地址或賬單,請提供捷徑。", "privacy_clipboard_explanation": "如果在剪貼簿中找到地址或賬單,請提供捷徑。",
"push_notifications": "推送通知", "push_notifications": "推送通知",
"retype_password": "再次輸入密碼", "retype_password": "再次輸入密碼",
"selfTest": "自行測試",
"save": "儲存", "save": "儲存",
"saved": "已儲存", "saved": "已儲存",
"success_transaction_broadcasted" : "成功! 您的交易已廣播!", "success_transaction_broadcasted" : "成功! 您的交易已廣播!",
@ -336,7 +337,6 @@
"cancel_no": "此交易不可替換。", "cancel_no": "此交易不可替換。",
"cancel_title": "取消此交易RBF", "cancel_title": "取消此交易RBF",
"confirmations_lowercase": "{confirmations}個確認", "confirmations_lowercase": "{confirmations}個確認",
"transaction_id": "交易ID",
"note": "備註", "note": "備註",
"expand_note": "打開備註", "expand_note": "打開備註",
"block_explorer_link": "區塊鏈瀏灠連結", "block_explorer_link": "區塊鏈瀏灠連結",
@ -475,8 +475,8 @@
"share": "分享", "share": "分享",
"view": "查看", "view": "查看",
"manage_keys": "管理密鑰", "manage_keys": "管理密鑰",
"how_many_signatures_can_bluewallet_make": "BlueWallet能夠生成多少私鑰", "how_many_signatures_can_bluewallet_make": "BlueWallet能夠生成多少簽署",
"signatures_required_to_spend": "需要簽 {number}", "signatures_required_to_spend": "需要簽 {number}",
"signatures_we_can_make": "可以使{number}", "signatures_we_can_make": "可以使{number}",
"scan_or_import_file": "掃描或匯入檔案", "scan_or_import_file": "掃描或匯入檔案",
"export_coordination_setup": "匯出協調設置", "export_coordination_setup": "匯出協調設置",
@ -503,7 +503,7 @@
"view_key": "查看", "view_key": "查看",
"invalid_mnemonics": "這個助記短語似乎無效。", "invalid_mnemonics": "這個助記短語似乎無效。",
"invalid_cosigner": "無效的簽名人數據", "invalid_cosigner": "無效的簽名人數據",
"not_a_multisignature_xpub": "這不是來自多重簽錢包的公鑰!", "not_a_multisignature_xpub": "這不是來自多重簽錢包的公鑰!",
"invalid_cosigner_format": "不正確的簽名人:這不是{format}格式的簽名人。", "invalid_cosigner_format": "不正確的簽名人:這不是{format}格式的簽名人。",
"create_new_key": "建立新的", "create_new_key": "建立新的",
"scan_or_open_file": "掃描或開啟檔案", "scan_or_open_file": "掃描或開啟檔案",
@ -561,5 +561,16 @@
"MAX": "最大", "MAX": "最大",
"sat_byte": "聰/字節", "sat_byte": "聰/字節",
"sats": "聰" "sats": "聰"
},
"addresses": {
"sign_title": "簽署/驗證訊息",
"sign_help": "在這裡您可以根據比特幣地址來創建或驗證加密簽署",
"sign_sign": "簽署",
"sign_verify": "驗證",
"sign_signature_correct": "驗證成功!",
"sign_signature_incorrect": "驗證失敗!",
"sign_placeholder_address": "地址",
"sign_placeholder_message": "訊息",
"sign_placeholder_signature": "簽署"
} }
} }