mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 03:24:09 +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>
16 lines
538 B
YAML
16 lines
538 B
YAML
---
|
|
pt-BR:
|
|
activemodel:
|
|
errors:
|
|
models:
|
|
trend:
|
|
attributes:
|
|
current:
|
|
must_be_of_the_same_type_as_previous: deve ser do mesmo tipo que o anterior
|
|
must_be_of_type_money_numeric_or_nil: deve ser do tipo monetário, numérico
|
|
ou nulo
|
|
previous:
|
|
must_be_of_the_same_type_as_current: deve ser do mesmo tipo que o atual
|
|
must_be_of_type_money_numeric_or_nil: deve ser do tipo monetário, numérico
|
|
ou nulo
|