mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
* feat(lang): add all brazilian portuguese translations * feat: update pt-BR errors on translation * fix: atualizar fix base * feat: add reports translations * feat: finish translation to brazilian portuguese * fix: add to supported locales * fix: number of translations * fix: errors on translations * fix: error on rubocop lint --------- Co-authored-by: Leonardo Ralph <theleoralph@gmail.com>
28 lines
854 B
YAML
28 lines
854 B
YAML
---
|
|
pt-BR:
|
|
family_merchants:
|
|
create:
|
|
error: 'Erro ao criar comerciante: %{error}'
|
|
success: Novo comerciante criado com sucesso
|
|
destroy:
|
|
success: Comerciante excluído com sucesso
|
|
edit:
|
|
title: Editar comerciante
|
|
form:
|
|
name_placeholder: Nome do comerciante
|
|
index:
|
|
empty: Nenhum comerciante ainda
|
|
new: Novo comerciante
|
|
title: Comerciantes
|
|
merchant:
|
|
confirm_accept: Excluir comerciante
|
|
confirm_body: Tem certeza de que deseja excluir este comerciante? Remover este comerciante
|
|
desvinculará todas as transações associadas e pode afetar seus relatórios.
|
|
confirm_title: Excluir comerciante?
|
|
delete: Excluir comerciante
|
|
edit: Editar comerciante
|
|
new:
|
|
title: Novo comerciante
|
|
update:
|
|
success: Comerciante atualizado com sucesso
|