Fix compatibility with unknown Web 3 providers (#1128)

* Fix compatibility with unknown Web3 providers

* Detect Cipher Browser

* Fix incorrect translation label
This commit is contained in:
Pete Jihoon Kim 2018-02-17 17:25:01 -07:00 committed by Daniel Ternyak
parent 23cb069ca8
commit 2f23aa96de
28 changed files with 54 additions and 3 deletions

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="330px" height="330px" viewBox="0 0 330 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46 (44423) - http://www.bohemiancoding.com/sketch -->
<title>Group 3</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group-3">
<circle id="Oval-2" fill="#000000" cx="164.912047" cy="164.912047" r="164.912047"></circle>
<g id="Group-2" transform="translate(164.934365, 164.978810) rotate(-315.000000) translate(-164.934365, -164.978810) translate(65.924073, 66.000110)" fill="#FFFFFF">
<g id="Group">
<path d="M20.5676823,0 L75.3319399,0 C86.6911571,-2.08665436e-15 95.8996221,9.20846501 95.8996221,20.5676823 L95.8996221,75.3319399 C95.8996221,86.6911571 86.6911571,95.8996221 75.3319399,95.8996221 L20.5676823,95.8996221 C9.20846501,95.8996221 1.3911029e-15,86.6911571 0,75.3319399 L0,20.5676823 C-1.3911029e-15,9.20846501 9.20846501,2.08665436e-15 20.5676823,0 Z M47.9498111,65.9309902 C57.8805421,65.9309902 65.9309902,57.8805421 65.9309902,47.9498111 C65.9309902,38.01908 57.8805421,29.9686319 47.9498111,29.9686319 C38.01908,29.9686319 29.9686319,38.01908 29.9686319,47.9498111 C29.9686319,57.8805421 38.01908,65.9309902 47.9498111,65.9309902 Z" id="Combined-Shape"></path>
<path d="M122.460048,7.71386383 C115.360537,7.71386383 109.605246,13.4691545 109.605246,20.5686652 L109.605246,75.3329229 C109.605246,82.4324336 115.360537,88.1877243 122.460048,88.1877243 L177.224305,88.1877243 C184.323816,88.1877243 190.079107,82.4324336 190.079107,75.3329229 L190.079107,20.5686652 C190.079107,13.4691545 184.323816,7.71386383 177.224305,7.71386383 L122.460048,7.71386383 Z M122.460048,0.000982982783 L177.224305,0.000982982783 C188.583523,0.000982982783 197.791988,9.20944799 197.791988,20.5686652 L197.791988,75.3329229 C197.791988,86.6921401 188.583523,95.9006051 177.224305,95.9006051 L122.460048,95.9006051 C111.100831,95.9006051 101.892366,86.6921401 101.892366,75.3329229 L101.892366,20.5686652 C101.892366,9.20944799 111.100831,0.000982982783 122.460048,0.000982982783 Z" id="Combined-Shape" fill-rule="nonzero"></path>
<circle id="Oval" cx="149.842177" cy="47.9507941" r="17.9811792"></circle>
<path d="M20.5676823,101.893349 L75.3319399,101.893349 C86.6911571,101.893349 95.8996221,111.101814 95.8996221,122.461031 L95.8996221,177.225288 C95.8996221,188.584506 86.6911571,197.792971 75.3319399,197.792971 L20.5676823,197.792971 C9.20846501,197.792971 1.3911029e-15,188.584506 0,177.225288 L0,122.461031 C-1.3911029e-15,111.101814 9.20846501,101.893349 20.5676823,101.893349 Z M47.9498111,167.824339 C57.8805421,167.824339 65.9309902,159.773891 65.9309902,149.84316 C65.9309902,139.912429 57.8805421,131.86198 47.9498111,131.86198 C38.01908,131.86198 29.9686319,139.912429 29.9686319,149.84316 C29.9686319,159.773891 38.01908,167.824339 47.9498111,167.824339 Z" id="Combined-Shape"></path>
<path d="M122.461031,101.893349 L177.225288,101.893349 C188.584506,101.893349 197.792971,111.101814 197.792971,122.461031 L197.792971,177.225288 C197.792971,188.584506 188.584506,197.792971 177.225288,197.792971 L122.461031,197.792971 C111.101814,197.792971 101.893349,188.584506 101.893349,177.225288 L101.893349,122.461031 C101.893349,111.101814 111.101814,101.893349 122.461031,101.893349 Z M149.84316,167.824339 C159.773891,167.824339 167.824339,159.773891 167.824339,149.84316 C167.824339,139.912429 159.773891,131.86198 149.84316,131.86198 C139.912429,131.86198 131.86198,139.912429 131.86198,149.84316 C131.86198,159.773891 139.912429,167.824339 149.84316,167.824339 Z" id="Combined-Shape"></path>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -6,7 +6,7 @@ export const GenerateTransaction: React.SFC<{}> = () => (
<GenerateTransactionFactory
withProps={({ disabled, isWeb3Wallet, onClick }) => (
<button disabled={disabled} className="btn btn-info btn-block" onClick={onClick}>
{isWeb3Wallet ? translate('Send to MetaMask / Mist') : translate('DEP_signtx')}
{isWeb3Wallet ? translate('SEND_generate') : translate('DEP_signtx')}
</button>
)}
/>

View File

@ -44,6 +44,7 @@ import {
donationAddressMap
} from 'config';
import { isWeb3NodeAvailable } from 'libs/nodes/web3';
import CipherIcon from 'assets/images/wallets/cipher.svg';
import LedgerIcon from 'assets/images/wallets/ledger.svg';
import MetamaskIcon from 'assets/images/wallets/metamask.svg';
import MistIcon from 'assets/images/wallets/mist.svg';
@ -105,6 +106,10 @@ export interface InsecureWalletInfo extends BaseWalletInfo {
interface MiscWalletInfo extends InsecureWalletInfo {}
const WEB3_TYPES = {
CipherProvider: {
lid: 'x_Cipher',
icon: CipherIcon
},
MetamaskInpageProvider: {
lid: 'x_MetaMask',
icon: MetamaskIcon
@ -132,8 +137,8 @@ export class WalletDecrypt extends Component<Props, State> {
// index signature should become [key: Wallets] (from config) once typescript bug is fixed
public WALLETS: Wallets = {
[SecureWalletName.WEB3]: {
lid: WEB3_TYPE ? WEB3_TYPES[WEB3_TYPE].lid : 'x_Web3',
icon: WEB3_TYPE && WEB3_TYPES[WEB3_TYPE].icon,
lid: WEB3_TYPE && WEB3_TYPES ? WEB3_TYPES[WEB3_TYPE].lid : 'x_Web3',
icon: WEB3_TYPE && WEB3_TYPES && WEB3_TYPES[WEB3_TYPE].icon,
description: 'ADD_Web3Desc',
component: Web3Decrypt,
initialParams: {},

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere.",
"x_Address": "Your Address ",
"x_Cancel": "Cancel ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV file (unencrypted) ",
"x_Download": "Download ",
"x_Json": "JSON File (unencrypted) ",

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Dies ist deine \"Kontonummer\" oder dein \"Öffentlicher Schlüssel\". Du benötigst diese Adresse, wenn dir jemand Ether oder Tokens senden möchte. Das Icon ist eine einfache Möglichkeit, die Adresse zu überprüfen ",
"x_Address": "Deine Adresse ",
"x_Cancel": "Abbrechen ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV-Datei (unverschlüsselt) ",
"x_Download": "Herunterladen ",
"x_Json": "JSON-Datei (unverschlüsselt) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Η διεύθυνσή σας είναι επίσης γνωστή ως `αριθμός λογαριασμού` σας ή `δημόσιο κλειδί` σας. Είναι αυτό που κοινοποιείτε σε άλλους ανθρώπους ώστε να μπορούν να σας στείλουν αιθέρα ή μάρκες. Βρείτε το χρωματιστό εικονίδιο διεύθυνσης. Σιγουρευτείτε ότι ταιριάζει με το χάρτινο πορτοφόλι σας και όταν εισάγετε τη διεύθυνσή σας κάπου.",
"x_Address": "Η διεύθυνσή σας ",
"x_Cancel": "Ακύρωση ",
"x_Cipher": "Cipher Browser",
"x_CSV": "Αρχείο CSV (μη κρυπτογραφημένο) ",
"x_Download": "Λήψη ",
"x_Json": "Αρχείο JSON (μη κρυπτογραφημένο) ",

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere.",
"x_Address": "Your Address ",
"x_Cancel": "Cancel ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV file (unencrypted) ",
"x_Download": "Download ",
"x_Json": "JSON File (unencrypted) ",

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Puedes pensar en esto como tu \"número de cuenta\" o tu \"clave pública\". Es lo que le das a la gente para que te puedan enviar ether. Ese icono es una forma fácil de reconocer tu dirección. ",
"x_Address": "Tu dirección ",
"x_Cancel": "Cancelar ",
"x_Cipher": "Cipher Browser",
"x_CSV": "Archivo CSV (sin encriptar) ",
"x_Download": "Descargar ",
"x_Json": "Archivo JSON (sin encriptar) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Saatat tuntea tämän \"Tilinumeronasi\" tai \"Julkisena Salausavaimenasi\". Tämä on se jonka jaat ihmisille, jotta he voivat lähettää sinulle ETHiä. Tuo kuvake on helppo tapa tunnistaa sinun osoitteesi. ",
"x_Address": "Sinun osoitteesi ",
"x_Cancel": "Peruuta ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV tiedosto (salaamaton) ",
"x_Download": "Lataa ",
"x_Json": "JSON Tiedosto (salaamaton) ",

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Aussi appelé `numéro de compte` ou `clé publique`. C'est ce que vous donnez aux gens pour qu'ils puissent vous envoyer des Ethers ou des Tokens. Prenez note de l'icône colorée. Cette icône doit être identique quand vous entrez votre adresse quelque part.",
"x_Address": "Votre adresse ",
"x_Cancel": "Annuler ",
"x_Cipher": "Cipher Browser",
"x_CSV": "Fichier CSV (non-chiffré) ",
"x_Download": "Télécharger ",
"x_Json": "Fichier JSON (non-chiffré) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. You may know this as your \"Account #\" or your \"Public Key\". It is what you send people so they can send you ether. That icon is an easy way to recognize your address. ",
"x_Address": "Your Address ",
"x_Cancel": "Cancel ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV file (unencrypted) ",
"x_Download": "Download ",
"x_Json": "JSON File (unencrypted) ",

View File

@ -75,6 +75,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Úgy is ismerheted ezt, mint \"Számlaszám\" vagy \"Publikus Kulcs\". Ez az amit a partnereidnek küldesz, hogy tudjanak ETH-et küldeni neked. Az oldalsó ikon egyszerű módja a saját címed felismerésének. ",
"x_Address": "A Te címed ",
"x_Cancel": "Mégse ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV fájl (titkosítatlan) ",
"x_Download": "Letöltés ",
"x_Json": "JSON Fájl (titkosítatlan) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Biasa dikenal dengan \"Account #\" atau \"Public Key\". Berikan alamat ini kepada yang ingin mengirim ether ke Anda. Icon yang ditampilkan di sampingnya memudahkan mengenal alamat Anda. ",
"x_Address": "Alamat Anda ",
"x_Cancel": "Batal ",
"x_Cipher": "Cipher Browser",
"x_CSV": "File CSV (tidak ter-enkripsi) ",
"x_Download": "Unduh ",
"x_Json": "File JSON (tidak ter-enkripsi) ",

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Il tuo indirizzo può anche essere chiamato `Numero di conto` o `Chiave pubblica`. È ciò che condividi con chi ti vuole inviare degli ether o dei token. Individua l'icona colorata dell'indirizzo. Assicurati che corrisponda al tuo portafoglio cartaceo e controllala ogni volta che inserisci il tuo indirizzo da qualche parte.",
"x_Address": "Il tuo indirizzo ",
"x_Cancel": "Annulla ",
"x_Cipher": "Cipher Browser",
"x_CSV": "File CSV (non crittografato) ",
"x_Download": "Download ",
"x_Json": "File JSON (non crittografato) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. これは自分のアカウント番号と公開鍵になります。ETHを送信するために必要な情報です。アイコンは自分のアドレスを識別するものです。 ",
"x_Address": "自分のアドレス ",
"x_Cancel": "取り消す ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV ファイル (未暗号化) ",
"x_Download": "ダウンロード ",
"x_Json": "JSON ファイル (未暗号化) ",

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 이것은 자신의 계좌 번호와 공개 키입니다. ETH를 전송하기 위해 필요한 정보입니다. 아이콘은 자신의 주소를 식별합니다. ",
"x_Address": "내 주소 ",
"x_Cancel": "취소 ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV 파일 (암호화되지 않음) ",
"x_Download": "다운로드 ",
"x_Json": "JSON 파일 (암호화되지 않음) ",

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Je Adres wordt ook wel je `Account #` of je Publieke Sleutel (\"Public Key\") genoemd. Dit is wat je deelt met anderen zodat ze je Ether of Tokens kunnen toesturen. Zie ook je kleurrijke adres icoon. Zorg ervoor dat het matched met je paper wallet & waar dan ook wanneer je je adres ergens invoerd. Dit icoon is een makkelijke manier om je adres te herkennen. ",
"x_Address": "Je Adres ",
"x_Cancel": "Annuleren ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV bestand (onversleuteld) ",
"x_Download": "Download ",
"x_Json": "JSON Bestand (onversleuteld) ",

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Din `adresse` kalles også for `kontonummer` eller `offentlig nøkkel`. Det er denne du sender til folk så de kan sende deg Ether eller Tokens. Find det fargerike adresse-ikonet. Forsikre deg om at det er likt med ikonet på papir-lommeboken din og ellers hver gang du oppgir adressen din. ",
"x_Address": "Din adresse ",
"x_Cancel": "x_Annuler ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV-fil (ukryptert) ",
"x_Download": "Last ned ",
"x_Json": "JSON-fil (ukryptert) ",

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Inaczej \"Numer konta\" lub \"Klucz publiczny\". Wysyłasz go innym aby mogli Ci wysłać ether. Ikona umożliwia łatwe rozpoznanie Twojego adresu. ",
"x_Address": "Twój Adres ",
"x_Cancel": "Anuluj ",
"x_Cipher": "Cipher Browser",
"x_CSV": "Plik CSV (nieszyfrowany) ",
"x_Download": "Pobierz ",
"x_Json": "Plik JSON (nieszyfrowany) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Você deve saber sua \"Conta #\" ou sua \"Chave Pública\". É o que você enviar para que as pessoas possam enviar-lhe ether. Esse ícone é uma maneira fácil de reconhecer o seu endereço. ",
"x_Address": "Seu Endereço ",
"x_Cancel": "Cancelar ",
"x_Cipher": "Cipher Browser",
"x_CSV": "Arquivo CSV (não criptografado) ",
"x_Download": "Download ",
"x_Json": "Arquivo JSON (não criptografada) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Это можно назвать \"номер Вашего счёта\" или \"Ваш открытый ключ\". Вы сообщаете этот адрес людям, чтобы они могли отправлять Вам эфир (ether). Картинка позволяет легко опознать Ваш адрес среди других адресов. ",
"x_Address": "Ваш адрес ",
"x_Cancel": "Отменить ",
"x_Cipher": "Cipher Browser",
"x_CSV": "Файл CSV (не зашифрован) ",
"x_Download": "Скачать ",
"x_Json": "Файл JSON (не зашифрован) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Možno to poznate ako vaše \"Konto #\" alebo váš \"Verejný Kľúč\". Adresa je to, čo pošlete ľudom, aby vám mohli poslať ETH. Táto ikona vám pomôže rozpoznať vašu adresu. ",
"x_Address": "Vaša Adresa ",
"x_Cancel": "Zrušiť ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV súbor (nezašifrovaný) ",
"x_Download": "Stiahnuť ",
"x_Json": "JSON Súbor (nezašifrovaný) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. To je vaš \"Naslov #\" oziroma vaš \"Osebni Ključ\". Ta naslov lahko pošljete drugim, zato da vedo kam vam poslati ether. Ta ikona je unikatna, je grafični prikaz številke vašega naslova in vam ga pomaga lažje prepoznati. ",
"x_Address": "Vaš Naslov ",
"x_Cancel": "Prekliči ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV datoteka (nekriptirana) ",
"x_Download": "Prenesi ",
"x_Json": "JSON Datoteka (nekriptirana) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Det här är vad som ibland kallas \"Publik Nyckel\", \"Adress\" eller \"Konto nr\". Det är vad du ger människor så att de kan skicka dig ether. Den här ikonen är ett enkelt sätt att känna igen din adress. ",
"x_Address": "Din Adress ",
"x_Cancel": "Avbryt ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV fil (okrypterad) ",
"x_Download": "Ladda Ner ",
"x_Json": "JSON Fil (okrypterad) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bu \"hesap numarası\" veya \"genel anahtar\" dir. Birisi ether göndermek istiyorsa bu adresi kullanmasi gerekir. Ikon adresini kontrol etmek kolay bir yoldur ",
"x_Address": "Adresin ",
"x_Cancel": "Iptal et ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV dosya (şifrelenmemis) ",
"x_Download": "Indir ",
"x_Json": "JSON dosya (şifrelenmemis) ",

View File

@ -76,6 +76,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. Bạn có thể xem đây là Địa chỉ ví cá nhân của bạn. Bạn có thể gửi \"Địa chỉ ví\" này đến người mà bạn muốn nhận ETH từ họ. Biểu tượng bên cạnh giúp việc nhận dạng \"Địa chỉ ví\" của bạn dễ dàng hơn. ",
"x_Address": "Địa Chỉ Của Bạn ",
"x_Cancel": "Huỷ ",
"x_Cipher": "Cipher Browser",
"x_CSV": "Định Dạng CSV (Không mã hoá) ",
"x_Download": "Tải Về Máy ",
"x_Json": "Định Dạng JSON (Không mã hoá) ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 你可以把地址理解为你的“账户”或者“公钥”。你将地址告诉别人,他们就可以向你发送以太币。那个图标有助于判别你的地址。 ",
"x_Address": "你的地址 ",
"x_Cancel": "拒绝 ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV文件未加密 ",
"x_Download": "下载 ",
"x_Json": "JSON文件未加密 ",

View File

@ -77,6 +77,7 @@
"x_AddessDesc": "Your Address can also be known as you `Account #` or your `Public Key`. It is what you share with people so they can send you Ether or Tokens. Find the colorful address icon. Make sure it matches your paper wallet & whenever you enter your address somewhere. 你可以把地址當作是你的\"帳號\"或者\"公鑰\"。將地址告訴他人,他人就能發送乙太幣給你。這個圖標能幫助你判別地址。 ",
"x_Address": "你的地址 ",
"x_Cancel": "取消 ",
"x_Cipher": "Cipher Browser",
"x_CSV": "CSV 檔 (未加密) ",
"x_Download": "下載 ",
"x_Json": "JSON 檔 (未加密) ",