-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:worknenjoy/gitpay
- Loading branch information
Showing
2 changed files
with
46 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
"account.basic.password.current": "Senha atual", | ||
"account.basic.password.new": "Nova senha", | ||
"account.basic.password.old": "Confirmar nova senha", | ||
"account.customer.title": "Payment information", | ||
"account.details.accountNumber": "Número da conta", | ||
"account.details.activate.action": "Ativar conta bancária", | ||
"account.details.bank.mode.iban": "Quero fornecer o meu número IBAN em vez disso", | ||
|
@@ -136,6 +137,11 @@ | |
"action.task.remove.assign.success": "A tarefa foi liberada com sucesso!", | ||
"actions.assign.task.error": "Não foi possível atualizar tarefa.", | ||
"actions.assign.task.sucess": "Tarefa atualizada com sucesso!", | ||
"actions.customer.create.error": "We could not save this payment information", | ||
"actions.customer.create.success": "We saved your payment information successfully", | ||
"actions.customer.fetch.error": "We could not obtain this customer, please try again later", | ||
"actions.customer.update.error": "We could not update this payment information", | ||
"actions.customer.update.success": "We updated your payment information successfully", | ||
"actions.message.recruiters.error": "Houve um problema ao enviar esta mensagem, por favor, tente novamente mais tarde", | ||
"actions.message.recruiters.success": "Obrigado pela sua mensagem, entraremos em contato em breve", | ||
"actions.message.task.error": "Tivemos um problema para enviar sua mensagem. Por favor, tente novamente mais tarde", | ||
|
@@ -148,6 +154,7 @@ | |
"actions.order.create.payment.error": "Não foi possível processar o pagamento para esta tarefa", | ||
"actions.order.create.payment.send.error": "Não foi possível processar este pagamento", | ||
"actions.order.create.payment.send.success": "Pagamento concluído com sucesso", | ||
"actions.order.create.success": "Your payment was created successfully", | ||
"actions.order.refund.error": "Não foi possível cancelar este reembolso", | ||
"actions.order.refund.success": "Seu pagamento foi cancelado com sucesso", | ||
"actions.order.transfer.error": "Não foi possível fazer esta transferência, tente novamente mais tarde", | ||
|
@@ -249,6 +256,9 @@ | |
"cookie.policy.subtitle.secondary": "Sobre a nossa política de cookies", | ||
"cookie.policy.title": "Política de Cookies", | ||
"countryPicker.info": "Se o seu país não estiver listado, entre em contato conosco pelo [email protected]", | ||
"customer.actions.save": "Save payment information", | ||
"customer.personal.title": "Personal / business details", | ||
"customer.verify.fullName": "Full name / Business name", | ||
"first.task.Finish": "Concluído", | ||
"first.task.back": "Voltar", | ||
"first.task.bounties.action": "Adicionar recompensas agora", | ||
|
@@ -282,6 +292,8 @@ | |
"info.status.message": "Pagamos {bounties} dólares em recompensas para {tasks} da nossa comunidade de {users}", | ||
"info.status.tasks": "Tarefas {tasks}", | ||
"info.status.users": "{users} Users", | ||
"issue.payment.form.message.subheading": "Create a bounty for this issue and who you assign will receive the payment for this bounty", | ||
"issue.payment.headline.bounty.add": "Add a bounty for this issue", | ||
"issues.title": "Tarefas", | ||
"join-github": "Junte-se ao nosso repositório de código aberto no", | ||
"legal.cookie.label": "Configuração de Cookie", | ||
|
@@ -329,7 +341,7 @@ | |
"payment.paypal.paywith": "Pagar com", | ||
"payment.paypal.title": "Fazer um pagamento com o Paypal", | ||
"payment.paypal.warning": "Lembre-se de que a pessoa a quem essa tarefa for atribuída receberá o pagamento obrigatoriamente pelo Paypal.", | ||
"payment.table.body.noPayment": "Nenhum pagamento", | ||
"payment.table.body.payments.empty": "No Payments", | ||
"payment.table.date.none": "Ainda não definido", | ||
"payment.table.onHover": "Ver no", | ||
"payment.table.page.last": "Última página", | ||
|
@@ -352,8 +364,9 @@ | |
"preferences.subtitle2": "Você pode cadastrar sua conta para receber pagamentos usando nossos países suportados ou conectar sua conta com Paypal (que irá incluir taxas extras do Paypal)", | ||
"preferences.title": "Configurações", | ||
"preferences.title.main": "Preferências", | ||
"profile.account.tab.bank": "Dados bancários", | ||
"profile.account.tab.details": "Detalhes pessoais e endereço", | ||
"profile.account.tab.bank.details": "Bank account information", | ||
"profile.account.tab.bank.person": "Bank holder details", | ||
"profile.account.tab.customer": "Payment information details", | ||
"profile.account.tab.login": "Login e detalhes da conta", | ||
"profile.account.tab.roles": "Tipo de usuários", | ||
"profile.account.tab.settings": "Configurações", | ||
|
@@ -564,12 +577,15 @@ | |
"task.payment.filter.all": "Todos os pagamentos", | ||
"task.payment.filter.creditcard": "Cartão de Crédito", | ||
"task.payment.filter.paypal": "Pagamentos por Paypal", | ||
"task.payment.form.message.subheading": "Crie uma recompensa para esta tarefa e quem for atribuido receberá o pagamento por esta recompensa", | ||
"task.payment.headline": "Pagamento", | ||
"task.payment.headline.bounty.add": "Adicionar recompensa para esta tarefa", | ||
"task.payment.headline": "New payment for an issue", | ||
"task.payment.input.amount": "Sugira um preço para resolução desta tarefa", | ||
"task.payment.input.amount.value": "Preço", | ||
"task.payment.interested": "Usuários interessados", | ||
"task.payment.invoice.action": "Pay {amount} with Invoice", | ||
"task.payment.invoice.billingInfo": "Billing Information", | ||
"task.payment.method.card": "Credit Card", | ||
"task.payment.method.invoice": "Invoice", | ||
"task.payment.method.paypal": "Paypal", | ||
"task.payment.noAssigned": "Ninguém foi escolhido para esta tarefa, então você precisa primeiro atribuir e depois você poderá concluir o pagamento", | ||
"task.payment.noTransfers": "Sem recompensas para esta tarefa", | ||
"task.payment.offers": "Propostas", | ||
|
@@ -690,6 +706,7 @@ | |
"topbar.signin.label": "Acessar", | ||
"topbar.signup.label": "Cadastrar", | ||
"transfer.amount": "Amount", | ||
"transfer.destination.label": "Sending bounty to {value}", | ||
"transfer.details": "Transfer details", | ||
"transfer.details.amount": "Amount", | ||
"transfer.details.status": "Status", | ||
|
@@ -704,7 +721,6 @@ | |
"transfer.table.page.next": "Página seguinte", | ||
"transfer.table.page.previous": "Página anterior", | ||
"transfer.table.value.none": "Nenhuma recompensa adicionada", | ||
"transfer.to.label": "Sending money to {value}", | ||
"transfers.action.payout.button": "Solicitar pagamento", | ||
"transfers.alert.button": "Atualize sua Conta.", | ||
"transfers.alert.button.paypal": "Link your Paypal account", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
"account.basic.password.current": "Current password", | ||
"account.basic.password.new": "New password", | ||
"account.basic.password.old": "Confirm new password", | ||
"account.customer.title": "Payment information", | ||
"account.details.accountNumber": "Account number", | ||
"account.details.activate.action": "Activate bank account", | ||
"account.details.bank.mode.iban": "I want to provide my IBAN number instead", | ||
|
@@ -136,6 +137,11 @@ | |
"action.task.remove.assign.success": "This task was unassigned successfully!", | ||
"actions.assign.task.error": "We could not update this task.", | ||
"actions.assign.task.sucess": "This task was updated successfully!", | ||
"actions.customer.create.error": "We could not save this payment information", | ||
"actions.customer.create.success": "We saved your payment information successfully", | ||
"actions.customer.fetch.error": "We could not obtain this customer, please try again later", | ||
"actions.customer.update.error": "We could not update this payment information", | ||
"actions.customer.update.success": "We updated your payment information successfully", | ||
"actions.message.recruiters.error": "There was an issue to send this message; please try again later", | ||
"actions.message.recruiters.success": "Thanks for your message, we will contact you soon", | ||
"actions.message.task.error": "We have an issue with sending your message. Please try again later", | ||
|
@@ -148,6 +154,7 @@ | |
"actions.order.create.payment.error": "We could not process the payment for this issue", | ||
"actions.order.create.payment.send.error": "We could not process this payment", | ||
"actions.order.create.payment.send.success": "Payment completed successfully", | ||
"actions.order.create.success": "Your payment was created successfully", | ||
"actions.order.refund.error": "We could not cancel this refund", | ||
"actions.order.refund.success": "Your payment was refunded successfully", | ||
"actions.order.transfer.error": "We could not make this transfer; try again later", | ||
|
@@ -249,6 +256,9 @@ | |
"cookie.policy.subtitle.secondary": "About our Cookie Policy", | ||
"cookie.policy.title": "Cookie Policy", | ||
"countryPicker.info": "If your country is not listed, please contact us at [email protected]", | ||
"customer.actions.save": "Save payment information", | ||
"customer.personal.title": "Personal / business details", | ||
"customer.verify.fullName": "Full name / Business name", | ||
"first.task.Finish": "Finish", | ||
"first.task.back": "Back", | ||
"first.task.bounties.action": "Add bounties now", | ||
|
@@ -282,6 +292,8 @@ | |
"info.status.message": "We paid {bounties} in bounties and freelancer work for {tasks} to our community of {users}", | ||
"info.status.tasks": "{tasks} tasks", | ||
"info.status.users": "{users} users", | ||
"issue.payment.form.message.subheading": "Create a bounty for this issue and who you assign will receive the payment for this bounty", | ||
"issue.payment.headline.bounty.add": "Add a bounty for this issue", | ||
"issues.title": "Issues", | ||
"join-github": "Join our Open Source repository on", | ||
"legal.cookie.label": "Cookie Preferences", | ||
|
@@ -329,7 +341,7 @@ | |
"payment.paypal.paywith": "Pay with", | ||
"payment.paypal.title": "Make a new payment with Paypal", | ||
"payment.paypal.warning": "Remember that the assigned user to solve this issue will receive the payment with Paypal as well.", | ||
"payment.table.body.noPayment": "No Payment", | ||
"payment.table.body.payments.empty": "No Payments", | ||
"payment.table.date.none": "Not yet defined", | ||
"payment.table.onHover": "See on", | ||
"payment.table.page.last": "Last page", | ||
|
@@ -352,8 +364,9 @@ | |
"preferences.subtitle2": "You can onboard accounts to receive payments using our supported countries or link your account with Paypal (in this case, your payments will include Paypal fees)", | ||
"preferences.title": "Settings", | ||
"preferences.title.main": "Preferences", | ||
"profile.account.tab.bank": "Bank details", | ||
"profile.account.tab.details": "Personal details and address", | ||
"profile.account.tab.bank.details": "Bank account information", | ||
"profile.account.tab.bank.person": "Bank holder details", | ||
"profile.account.tab.customer": "Payment information details", | ||
"profile.account.tab.login": "Login and account details", | ||
"profile.account.tab.roles": "Roles", | ||
"profile.account.tab.settings": "Settings", | ||
|
@@ -564,12 +577,15 @@ | |
"task.payment.filter.all": "All payments", | ||
"task.payment.filter.creditcard": "Credit Card payments", | ||
"task.payment.filter.paypal": "Paypal payments", | ||
"task.payment.form.message.subheading": "Create a bounty for this issue, and who you assign will receive the payment for this bounty", | ||
"task.payment.headline": "Payment", | ||
"task.payment.headline.bounty.add": "Add a bounty for this issue", | ||
"task.payment.headline": "New payment for an issue", | ||
"task.payment.input.amount": "Set a value for this issue", | ||
"task.payment.input.amount.value": "Price", | ||
"task.payment.interested": "Interested users", | ||
"task.payment.invoice.action": "Pay {amount} with Invoice", | ||
"task.payment.invoice.billingInfo": "Billing Information", | ||
"task.payment.method.card": "Credit Card", | ||
"task.payment.method.invoice": "Invoice", | ||
"task.payment.method.paypal": "Paypal", | ||
"task.payment.noAssigned": "Nobody assigned to this issue. You need first to assign, and then we can conclude the payment", | ||
"task.payment.noTransfers": "No bounties for this issue", | ||
"task.payment.offers": "Offers", | ||
|
@@ -690,6 +706,7 @@ | |
"topbar.signin.label": "Signin", | ||
"topbar.signup.label": "Signup", | ||
"transfer.amount": "Amount", | ||
"transfer.destination.label": "Sending bounty to {value}", | ||
"transfer.details": "Transfer details", | ||
"transfer.details.amount": "Amount", | ||
"transfer.details.status": "Status", | ||
|
@@ -704,7 +721,6 @@ | |
"transfer.table.page.next": "Next page", | ||
"transfer.table.page.previous": "Previous page", | ||
"transfer.table.value.none": "No bounty added", | ||
"transfer.to.label": "Sending money to {value}", | ||
"transfers.action.payout.button": "Request payout", | ||
"transfers.alert.button": "Update your account", | ||
"transfers.alert.button.paypal": "Link your Paypal account", | ||
|