Skip to content

Commit

Permalink
chore(Release): v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Aug 13, 2018
1 parent cf60e3b commit 0986528
Show file tree
Hide file tree
Showing 27 changed files with 87 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockchain-wallet-v4",
"version": "4.2.0",
"version": "4.2.1",
"license": "ISC",
"private": true,
"author": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@
"formhelper.ageovereighteen": "Трябва да имате навършени 18 г.",
"formhelper.incorrectpassword": "Неправилна парола",
"formhelper.invalidbitcoinaddress": "Невалиден Bitcoin адрес",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Невалиден Bitcoin cash адрес",
"formhelper.invalidbitcoinprivatekey": "Невалиден Bitcoin личен ключ",
"formhelper.invalidemail": "Невалиден имейл адрес",
Expand All @@ -475,7 +476,6 @@
"formhelper.requireduszipcode": "Трябва да е валиден пощенски код в САЩ",
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent": "Паролата е същата като текущата",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@
"formhelper.ageovereighteen": "Skal være 18 eller ældre",
"formhelper.incorrectpassword": "Forkert adgangskode",
"formhelper.invalidbitcoinaddress": "Ugyldig bitcoin-adresse",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Ugyldig bitcoin cash-adresse",
"formhelper.invalidbitcoinprivatekey": "Ugyldig bitcoin privat nøgle",
"formhelper.invalidemail": "Ugyldig e-mailadresse",
Expand All @@ -474,7 +475,6 @@
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent":
"Adgangskoden er den samme som den nuværende",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@
"formhelper.ageovereighteen": "Muss älter als 18 sein",
"formhelper.incorrectpassword": "Unzutreffendes Passwort",
"formhelper.invalidbitcoinaddress": "Ungültige Bitcoin-Adresse",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Ungültige Bitcoin-Cash-Adresse",
"formhelper.invalidbitcoinprivatekey":
"Ungültiger privater Schlüssel für Bitcoin",
Expand Down Expand Up @@ -506,7 +507,6 @@
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent":
"Das Password unterscheidet sich nicht vom aktuellen",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -657,10 +657,6 @@
{
"defaultMessage": "Received",
"id": "scenes.buysell.orderhistory.list.received"
},
{
"defaultMessage": "To Be Received",
"id": "scenes.buysell.orderhistory.list.tobereceived"
}
],
"path": "src/components/BuySell/OrderHistoryTable/index.json"
Expand Down Expand Up @@ -922,7 +918,7 @@
{
"descriptors": [
{
"defaultMessage": "Select country",
"defaultMessage": "Select state",
"id": "components.selectboxstate.label"
}
],
Expand Down Expand Up @@ -2900,6 +2896,61 @@
],
"path": "src/modals/ExchangeDetails/template.success.json"
},
{
"descriptors": [
{
"defaultMessage": "Why do you need this information?",
"id": "identityverification.address.faq.whycollect.question"
},
{
"defaultMessage":
"To comply with government regulated anti-money laundering legislation, we need to obtain additional information in order to verify your identity.",
"id": "identityverification.address.faq.whycollect.answer"
},
{
"defaultMessage": "Address Details",
"id": "identityverification.address.header"
},
{
"defaultMessage":
"There's so much we'd love to know about you, but we only need a few things.",
"id": "identityverification.address.subheader"
},
{
"defaultMessage": "Address",
"id": "identityverification.address.address"
},
{
"defaultMessage": "Address 2",
"id": "identityverification.address.address2"
},
{
"defaultMessage": "City",
"id": "identityverification.address.city"
},
{
"defaultMessage": "State",
"id": "identityverification.address.state"
},
{
"defaultMessage": "Region",
"id": "identityverification.address.region"
},
{
"defaultMessage": "Zip Code",
"id": "identityverification.address.zipcode"
},
{
"defaultMessage": "Country",
"id": "identityverification.address.country"
},
{
"defaultMessage": "Continue",
"id": "identityverification.address.continue"
}
],
"path": "src/modals/IdentityVerification/Address.json"
},
{
"descriptors": [
{
Expand Down Expand Up @@ -9684,6 +9735,10 @@
"defaultMessage": "Invalid Bitcoin Private Key",
"id": "formhelper.invalidbitcoinprivatekey"
},
{
"defaultMessage": "Not a valid Bitcoin address or private key",
"id": "formhelper.invalidbitcoinaddressandkey"
},
{
"defaultMessage": "Invalid Email Code",
"id": "formhelper.invalidemailcode"
Expand Down Expand Up @@ -9767,10 +9822,6 @@
{
"defaultMessage": "Invalid zipcode",
"id": "formhelper.requiredzipcode"
},
{
"defaultMessage": "You must agree to the terms and conditions",
"id": "formhelper.unacceptedterms"
}
],
"path": "src/services/FormHelper/validationMessages.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@
"formhelper.ageovereighteen": "Πρέπει να είναι πάνω από 18 η μεγαλύτερο",
"formhelper.incorrectpassword": "Λανθασμένος Κωδικός Πρόσβασης",
"formhelper.invalidbitcoinaddress": "Μη έγκυρη διεύθυνση Bitcoin",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Μη έγκυρη διεύθυνση Bitcoin Cash",
"formhelper.invalidbitcoinprivatekey": "Μη έγκυρο Ιδιωτικό Κλειδί Bitcoin",
"formhelper.invalidemail": "Μη έγκυρη διεύθυνση email",
Expand Down Expand Up @@ -488,7 +489,6 @@
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent":
"Ο κωδικός πρόσβασης είναι ο ίδιος με τον τρέχοντα",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@
"formhelper.ageovereighteen": "Must be 18 or older",
"formhelper.incorrectpassword": "Incorrect password",
"formhelper.invalidbitcoinaddress": "Invalid Bitcoin address",
"formhelper.invalidbitcoinaddressandkey":
"Not a valid Bitcoin address or private key",
"formhelper.invalidbitcoincashaddress": "Invalid Bitcoin cash address",
"formhelper.invalidbitcoinprivatekey": "Invalid Bitcoin Private Key",
"formhelper.invalidemail": "Invalid email address",
Expand All @@ -466,7 +468,6 @@
"formhelper.requireduszipcode": "Must be a valid US Zipcode",
"formhelper.requiredzipcode": "Invalid zipcode",
"formhelper.samepasswordascurrent": "Password is the same as current",
"formhelper.unacceptedterms": "You must agree to the terms and conditions",
"identityverification.address.address": "Address",
"identityverification.address.address2": "Address 2",
"identityverification.address.city": "City",
Expand Down Expand Up @@ -1084,7 +1085,6 @@
"scenes.buysell.orderhistory.list.date": "Date",
"scenes.buysell.orderhistory.list.exchanged": "Exchanged",
"scenes.buysell.orderhistory.list.received": "Received",
"scenes.buysell.orderhistory.list.tobereceived": "To Be Received",
"scenes.buysell.orderhistory.list.status": "Status",
"scenes.buysell.orderhistory.recurring.cancelorder": "Cancel Recurring Order",
"scenes.buysell.orderhistory.recurring.date": "Date",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@
"formhelper.ageovereighteen": "Debe tener 18 años o más",
"formhelper.incorrectpassword": "Contraseña incorrecta",
"formhelper.invalidbitcoinaddress": "Dirección Bitcoin no válida",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Dirección Bitcoin Cash no válida",
"formhelper.invalidbitcoinprivatekey": "Clave privada de Bitcoin no válida",
"formhelper.invalidemail": "Dirección de correo electrónico no válida",
Expand All @@ -487,7 +488,6 @@
"formhelper.requireduszipcode": "Debe ser un código postal válido",
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent": "La contraseña es la misma que la actual",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@
"formhelper.ageovereighteen": "Doit être âgé de 18 ans ou plus.",
"formhelper.incorrectpassword": "Mot de passe incorrect",
"formhelper.invalidbitcoinaddress": "Adresse bitcoin non valide",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Adresse bitcoin cash non valide",
"formhelper.invalidbitcoinprivatekey": "Clé privée bitcoin non valide",
"formhelper.invalidemail": "Adresse e-mail non valide",
Expand Down Expand Up @@ -494,7 +495,6 @@
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent":
"Le nouveau mot de passe est le même que l'ancien",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@
"formhelper.ageovereighteen": "18 या अधिक की उम्र आवश्यक है",
"formhelper.incorrectpassword": "गलत पासवर्ड",
"formhelper.invalidbitcoinaddress": "अमान्य बिटकॉइन पता",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "अमान्य बिटकॉइन नकद पता",
"formhelper.invalidbitcoinprivatekey": "अमान्य बिटकॉइन निजी कुंजी",
"formhelper.invalidemail": "अमान्य ईमेल पता",
Expand All @@ -455,7 +456,6 @@
"formhelper.requireduszipcode": "वैध अमरीकी ज़िपकोड होना चाहिए",
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent": "पासवर्ड वर्तमान पासवर्ड जैसा ही है",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@
"formhelper.ageovereighteen": "Legalább 18 évesnek kell lennie",
"formhelper.incorrectpassword": "Helytelen jelszó",
"formhelper.invalidbitcoinaddress": "Érvénytelen Bitcoin-cím",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Érvénytelen Bitcoin Cash-cím",
"formhelper.invalidbitcoinprivatekey": "Érvénytelen Bitcoin-privát kulcs",
"formhelper.invalidemail": "Érvénytelen e-mail-cím",
Expand Down Expand Up @@ -472,7 +473,6 @@
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent":
"A jelszó megegyezik a jelenlegi jelszóval",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@
"formhelper.ageovereighteen": "Harus berusia 18 tahun atau di atasnya",
"formhelper.incorrectpassword": "Kata sandi salah",
"formhelper.invalidbitcoinaddress": "Alamat Bitcoin tidak valid",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Alamat Bitcoin Cash tidak valid",
"formhelper.invalidbitcoinprivatekey": "Kunci Pribadi Bitcoin tidak valid",
"formhelper.invalidemail": "Alamat surel tidak valid",
Expand All @@ -459,7 +460,6 @@
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent":
"Kata sandi sama dengan kata sandi saat ini",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@
"formhelper.ageovereighteen": "Deve avere almeno 18 anni",
"formhelper.incorrectpassword": "Password non corretta",
"formhelper.invalidbitcoinaddress": "Indirizzo Bitcoin non valido",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress":
"Indirizzo Bitcoin in contanti non valido",
"formhelper.invalidbitcoinprivatekey": "Chiave privata bitcoin non valida",
Expand Down Expand Up @@ -495,7 +496,6 @@
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent":
"La password corrisponde a quella attuale",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@
"formhelper.ageovereighteen": "18歳以上である必要があります",
"formhelper.incorrectpassword": "間違ったパスワード",
"formhelper.invalidbitcoinaddress": "無効なビットコインアドレス",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress":
"無効なビットコインキャッシュアドレス",
"formhelper.invalidbitcoinprivatekey": "無効なビットコイン秘密鍵",
Expand All @@ -458,7 +459,6 @@
"formhelper.requireduszipcode": "有効な郵便番号を入力してください",
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent": "現在のパスワードと同一です",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@
"formhelper.ageovereighteen": "18세 이상이어야 합니다",
"formhelper.incorrectpassword": "틀린 암호",
"formhelper.invalidbitcoinaddress": "유효하지 않은 비트코인 주소",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "유효하지 않은 캐시 주소",
"formhelper.invalidbitcoinprivatekey": "유효하지 않은 비트코인 프라이빗 키",
"formhelper.invalidemail": "유효하지 않은 이메일 주소",
Expand All @@ -453,7 +454,6 @@
"formhelper.requireduszipcode": "유효한 미국 우편번호여야 합니다",
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent": "비밀번호가 기존 비밀번호와 같습니다",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@
"formhelper.ageovereighteen": "Moet 18 jaar of ouder zijn",
"formhelper.incorrectpassword": "Onjuist wachtwoord",
"formhelper.invalidbitcoinaddress": "Ongeldig bitcoin-adres",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Ongeldig Bitcoin Cash-adres",
"formhelper.invalidbitcoinprivatekey": "Ongeldige bitcoin-privésleutel",
"formhelper.invalidemail": "Ongeldig e-mailadres",
Expand All @@ -480,7 +481,6 @@
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent":
"Wachtwoord is hetzelfde als het huidige wachtwoord",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@
"formhelper.ageovereighteen": "Må være 18 år eller eldre",
"formhelper.incorrectpassword": "Feil passord",
"formhelper.invalidbitcoinaddress": "Ugyldig Bitcoin-adresse",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Ugyldig Bitcoin Cash-adresse",
"formhelper.invalidbitcoinprivatekey": "Ugyldig privat Bitcoin-nøkkel",
"formhelper.invalidemail": "Ugyldig e-postadresse",
Expand All @@ -465,7 +466,6 @@
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent":
"Passordet er ikke det samme som det gjeldende",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@
"formhelper.ageovereighteen": "Musisz mieć ukończone 18 lat",
"formhelper.incorrectpassword": "Nieprawidłowe hasło",
"formhelper.invalidbitcoinaddress": "Nieprawidłowy adres bitcoin",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Nieprawidłowy adres BCH",
"formhelper.invalidbitcoinprivatekey": "Nieprawidłowy klucz prywatny bitcoin",
"formhelper.invalidemail": "Nieprawidłowy adres e-mail",
Expand Down Expand Up @@ -496,7 +497,6 @@
"Wprowadzony amerykański kod pocztowy musi być prawidłowy",
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent": "Hasło jest takie samo jak aktualne",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@
"formhelper.ageovereighteen": "Deve ser maior de 18 anos",
"formhelper.incorrectpassword": "Senha incorreta",
"formhelper.invalidbitcoinaddress": "Endereço Bitcoin inválido.",
"formhelper.invalidbitcoinaddressandkey": null,
"formhelper.invalidbitcoincashaddress": "Endereço inválido de Bitcoin Cash",
"formhelper.invalidbitcoinprivatekey": "Chave privada inválida de Bitcoin",
"formhelper.invalidemail": "Endereço de e-mail inválido",
Expand All @@ -482,7 +483,6 @@
"formhelper.requireduszipcode": "Deve ser um código postal válido dos EUA",
"formhelper.requiredzipcode": null,
"formhelper.samepasswordascurrent": "A senha é igual à atual",
"formhelper.unacceptedterms": null,
"identityverification.address.address": null,
"identityverification.address.address2": null,
"identityverification.address.city": null,
Expand Down

0 comments on commit 0986528

Please sign in to comment.