1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00

Prtuguese translations in app.*.pt.yml files

This commit is contained in:
Alex Coelho 2017-06-01 14:33:16 -03:00
parent 0ac53733c9
commit 1ef80f8bd8
8 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
pt-BR:
pt:
app:
admin:
machines_new:

View File

@ -1,4 +1,4 @@
pt-BR:
pt:
app:
logged:
profileCompletion:

View File

@ -1,4 +1,4 @@
pt-BR:
pt:
app:
public:
common:
@ -208,7 +208,7 @@ pt-BR:
more_information: "Mais informação"
your_subscription_expires_on_the_DATE: "Sua inscrição expira em {{DATE}}" # angular interpolation
my_group: "Meu grupo"
his_group: "{GENDER, select, masculino{Ele} feminino{Ela} outro{Esses}} grupo" # messageFormat interpolation
his_group: "{GENDER, select, male{Ele} female{Ela} other{Esses}} grupo" # messageFormat interpolation
he_wants_to_change_group: "{ROLE, select, admin{O usuário quer} other{Eu quero}} trocar de grupo" # messageFormat interpolation
change_my_group: "Mudar {ROLE, select, admin{{GENDER, select, male{dele} female{dela} other{esses}}} other{meu}} grupo" # messageFormat interpolation
your_subscription_has_expired_on_the_DATE: "Sua inscrição expirou em {{DATE}}" # angular interpolation

View File

@ -1,4 +1,4 @@
pt-BR:
pt:
app:
shared:
buttons:

View File

@ -1,6 +1,6 @@
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
pt-BR:
pt:
devise:
confirmations:
confirmed: "Sua conta foi confirmada com sucesso."

View File

@ -1,4 +1,4 @@
pt-BR:
pt:
layouts:
notifications_mailer:
see_you_later: "Te vejo em breve em {GENDER, select, other{the}}" # messageFormat interpolation

View File

@ -1,4 +1,4 @@
pt-BR:
pt:
duration:
# subscription plan duration

View File

@ -79,7 +79,6 @@ function $translateMessageFormatInterpolation($translateSanitization, $cacheFact
$translateInterpolator.setLocale = function (locale) {
$mf = $cache.get(locale);
if (!$mf) {
locale = locale == "pt-BR" ? "br" : locale;
$mf = new MessageFormat(locale);
$cache.put(locale, $mf);
}