Skip to content

Commit

Permalink
[feat] 🌐 update i18n for nfts-share (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappsar committed Nov 1, 2024
1 parent 50b136f commit 45b020c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
12 changes: 6 additions & 6 deletions src/locales/langs/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"required": "obrigatório",
"must-be-numeric": "Deve ser numérico",
"must-be-max": "Deve ter no máximo {MAX_DIGITS} dígitos",
"must-be-valid-email": "O email deve ser um endereço de email válido",
"must-be-valid-email": "O email deve ser um endereço de email válido",
"must-be-min": "Deve ter no mínimo {MIN_CHARS} caracteres",
"nodata": "Sem Dados",
"save": "Salvar Alterações",
Expand Down Expand Up @@ -250,7 +250,7 @@
"answer": "Digite seu número de telefone registrado. Um código de 6 dígitos será enviado para o seu telefone por segurança; depois de inseri-lo, você poderá acessar o site."
}
}
},
},
"get-started": {
"title": "Comece com",
"description": "Todo o poder do Web3 sem complicações.",
Expand Down Expand Up @@ -310,8 +310,8 @@
"transfer-all": {
"info": "Indica um endereço de carteira para onde serão enviados todos os fundos que você possui no Chatterpay.",
"msgs": {
"ok": "Os fundos foram transferidos. Você os verá na carteira indicada em breve.",
"error": "Houve um erro ao tentar transferir os fundos."
"ok": "Os fundos foram transferidos. Você os verá na carteira indicada em breve.",
"error": "Houve um erro ao tentar transferir os fundos."
},
"actions": {
"transfer": "Transferir Tudo"
Expand All @@ -338,7 +338,7 @@
},
"share": {
"cta": "Compartilhar certificado",
"close": "Fechar"
"clipboard": "Link copiado!"
}
},
"account": {
Expand All @@ -356,4 +356,4 @@
"code-bot": "Insira este código {2FA_CODE} para validar a alteração do seu e-mail no Chatterpay. É muito importante que você não compartilhe esta informação com ninguém. Se você não solicitou o código, desconsidere esta mensagem e entre em contato conosco para que possamos ajudá-lo!"
}
}
}
}
14 changes: 7 additions & 7 deletions src/locales/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"home": {
"header": {
"sign-up": "Create your account",
"sign-in": "Sign in"
"sign-up": "Create your account",
"sign-in": "Sign in"
},
"help": {
"need-help": "Need help?"
Expand Down Expand Up @@ -293,12 +293,12 @@
"send": "Send",
"transfer-all": "Transfer All",
"wapp-msg": "Hi!"
},
},
"transactions": {
"title": "Recent Transactions",
"table-transaction": "Transaction",
"table-amount": "Amount",
"table-date": "Date",
"table-date": "Date",
"table-status": "Status",
"table-view-all": "View All",
"table-download": "Download",
Expand All @@ -310,8 +310,8 @@
"transfer-all": {
"info": "Indicates a wallet address where all funds in Chatterpay will be sent.",
"msgs": {
"ok": "The funds were transferred. You will see them in the indicated wallet shortly.",
"error": "There was an error attempting to transfer the funds."
"ok": "The funds were transferred. You will see them in the indicated wallet shortly.",
"error": "There was an error attempting to transfer the funds."
},
"actions": {
"transfer": "Transfer All"
Expand All @@ -338,7 +338,7 @@
},
"share": {
"cta": "Share",
"close": "Close"
"clipboard": "Link copied!"
}
},
"account": {
Expand Down
9 changes: 4 additions & 5 deletions src/locales/langs/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"home": {
"header": {
"sign-up": "Creá tu cuenta",
"sign-in": "Ingresá"
"sign-in": "Ingresá"
},
"help": {
"need-help": "¿Necesita ayuda?"
Expand Down Expand Up @@ -250,7 +250,7 @@
"answer": "Ingresa tu número de teléfono registrado. Se enviará un código de 6 dígitos a tu teléfono por seguridad; una vez que lo ingreses, podrás acceder al sitio."
}
}
},
},
"get-started": {
"title": "Comienza con",
"description": "Todo el poder de Web3 sin complicaciones.",
Expand Down Expand Up @@ -329,7 +329,6 @@
"meta-geo": "Geolocalización",
"original": "Original",
"copy-of": "Copia #{X} de #{Z}"

},
"claim": {
"cta": "Reclamar",
Expand All @@ -339,7 +338,7 @@
},
"share": {
"cta": "Compartir",
"close": "Cerrar"
"clipboard": "Link copiado!"
}
},
"account": {
Expand All @@ -357,4 +356,4 @@
"code-bot": "Ingresá este código *{2FA_CODE}* para validar tu cambio de correo electrónico en Chatterpay. Es muy importante que no compartas esta información con nadie. Si no solicitaste el código, desestimá este mensaje y contactate con nosotros para que podamos ayudarte!"
}
}
}
}

0 comments on commit 45b020c

Please sign in to comment.