Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #71 from rsksmart/imstar15-fix_typos
Browse files Browse the repository at this point in the history
Fix typos. #fix 25, fix #26, fix #28
  • Loading branch information
imstar15 committed Apr 23, 2020
2 parents 0d025f5 + 0b8c009 commit f73b044
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions src/common/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"transfer": {
"to": "To",
"memo": "Memo (optional)",
"fee": "Mineer fee",
"fee": "Transaction fee",
"custom": "Custom",
"feeQuestion": "How fast you want this done?",
"Slow": "Slow",
Expand Down Expand Up @@ -126,13 +126,13 @@
"tooBig": "The amount is higher than the exchange maximum of %{max} %{symbol}",
"tooSmall": "The amount is lower than the exchange minimum of %{min} %{symbol}"
},
"errorBalanceEnough": "Sorry, but you dont have enough balance",
"errorBalanceEnough": "Sorry, but you don't have enough balance",
"errorAmountInvalid": "The amount of %{symbol} is invalid.",
"have": "I have %{balance} in %{wallet}"
},
"swapSelection": {
"title": "Select Currency",
"noSwappableCoin": "Sorry, you dont have any Swappable Coin",
"noSwappableCoin": "Sorry, you don't have any Swappable Coin",
"please": "Please",
"create": "Create",
"or": "or",
Expand Down Expand Up @@ -282,7 +282,7 @@
},
"unableRecover": {
"title": "Unable to recover",
"body": "We are unable to import a wallet with your recovery pharse. Please make sure the phrase is correct."
"body": "We are unable to import a wallet with your recovery phrase. Please make sure the phrase is correct."
},
"duplicatePhrase": {
"title": "Duplicate Phrase",
Expand Down Expand Up @@ -327,7 +327,7 @@
},
"incorrectBackupPhrase": {
"title": "Incorrect backup phrase",
"body": "It's important that you write your recovery phrase down corretly. If something happens to your wallet, you'll need it to recover your money. Please review and try again."
"body": "It's important that you write your recovery phrase down correctly. If something happens to your wallet, you'll need it to recover your money. Please review and try again."
},
"phraseCopied": {
"title": "Copied",
Expand All @@ -346,7 +346,7 @@
},
"verifyPasscode": {
"type": "Type your passcode",
"incorrected": "passcode is incorrected"
"incorrect": "Passcode is incorrect"
},
"touchSensor": {
"title": "Touch Sensor",
Expand Down
8 changes: 4 additions & 4 deletions src/common/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"transfer": {
"to": "Para",
"memo": "Memo (opcional)",
"fee": "Tarifa del minero",
"fee": "Tarifa de transacción",
"custom": "Personalizado",
"feeQuestion": "¿Qué tan rápido quieres su transacción?",
"slow": "Lento",
Expand Down Expand Up @@ -159,7 +159,7 @@
"balance": "Equilibrar"
},
"addToken": {
"title": "Add Tokens",
"title": "Agregar tokens",
"enabledAssets": "Activos habilitados",
"note": "Inhabilite los activos para ocultarlos de su cartera."
}
Expand Down Expand Up @@ -281,7 +281,7 @@
},
"unableRecover": {
"title": "Incapaz de recuperarse",
"body": "No se puede importar la wallet con su frase de recuperación. Asegúrate de que la frase sea correcta."
"body": "No podemos importar una billetera con su frase de recuperación. Asegúrate de que la frase sea correcta."
},
"duplicatePhrase": {
"title Phrase": "Frase duplicada",
Expand Down Expand Up @@ -345,7 +345,7 @@
},
"verifyPasscode": {
"type": "Escribe tu contraseña",
"incorrected": "El código de acceso está incorrecto"
"incorrect": "La contraseña es incorrecta"
},
"touchSensor": {
"title": "Sensor tátil",
Expand Down
8 changes: 4 additions & 4 deletions src/common/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"transfer": {
"to": "Para",
"memo": "Memorando (opcional)",
"fee": "Taxa do mineiro",
"fee": "Taxa de transação",
"custom": "Personalizados",
"feeQuestion": "Quão rápido você quer que isso seja feito?",
"Slow": "Lento",
Expand Down Expand Up @@ -159,7 +159,7 @@
"balance": "Saldo"
},
"addToken": {
"title": "Add Tokens",
"title": "Adicionar tokens",
"enableAssets": "Ativar ativos",
"note": "Desative ativos para ocultá-los do seu portfólio."
}
Expand Down Expand Up @@ -281,7 +281,7 @@
},
"unableRecover": {
"title": "Não foi possível recuperar",
"body": "Não podemos importar uma carteira com o seu recuperador. Verifique se a frase está correta."
"body": "Não podemos importar uma carteira com sua frase de recuperação. Verifique se a frase está correta."
},
"duplicatePhrase": {
"title Phrase": "Frase duplicada",
Expand Down Expand Up @@ -345,7 +345,7 @@
},
"verifyPasscode": {
"type": "Digite sua senha",
"incorrected": "A senha está incorreta"
"incorrect": "A senha está incorreta"
},
"touchSensor": {
"title": "Usar senha",
Expand Down
4 changes: 2 additions & 2 deletions src/common/translations/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"transfer": {
"to": "接收地址",
"memo": "备注(可选)",
"fee": "费用",
"fee": "转账费用",
"custom": "自定义",
"feeQuestion": "需要多快完成?",
"Slow": "",
Expand Down Expand Up @@ -346,7 +346,7 @@
},
"verifyPasscode": {
"type": "输入密码",
"incorrected": "密码不正确"
"incorrect": "密码不正确"
},
"touchSensor": {
"title": "指纹验证",
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/passcode/passcode.modal.verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class VerifyPasscodeModal extends PureComponent {
super(props);
this.flows = [
{ index: 0, title: 'modal.verifyPasscode.type' },
{ index: 1, title: 'modal.verifyPasscode.incorrected' },
{ index: 1, title: 'modal.verifyPasscode.incorrect' },
];
this.flowIndex = 0;
this.title = this.flows[0].title;
Expand Down

0 comments on commit f73b044

Please sign in to comment.