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:
parent
0ac53733c9
commit
1ef80f8bd8
@ -1,4 +1,4 @@
|
||||
pt-BR:
|
||||
pt:
|
||||
app:
|
||||
admin:
|
||||
machines_new:
|
@ -1,4 +1,4 @@
|
||||
pt-BR:
|
||||
pt:
|
||||
app:
|
||||
logged:
|
||||
profileCompletion:
|
@ -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
|
@ -1,4 +1,4 @@
|
||||
pt-BR:
|
||||
pt:
|
||||
app:
|
||||
shared:
|
||||
buttons:
|
@ -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."
|
@ -1,4 +1,4 @@
|
||||
pt-BR:
|
||||
pt:
|
||||
layouts:
|
||||
notifications_mailer:
|
||||
see_you_later: "Te vejo em breve em {GENDER, select, other{the}}" # messageFormat interpolation
|
@ -1,4 +1,4 @@
|
||||
pt-BR:
|
||||
pt:
|
||||
|
||||
duration:
|
||||
# subscription plan duration
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user