Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed May 28, 2024
1 parent 4f26295 commit bf15cb5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
7 changes: 7 additions & 0 deletions l10n/ga.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
OC.L10N.register(
"password_policy",
{
"Unknown error" : "Earráid anaithnid",
"Settings saved" : "Socruithe sábháilte"
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
5 changes: 5 additions & 0 deletions l10n/ga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ "translations": {
"Unknown error" : "Earráid anaithnid",
"Settings saved" : "Socruithe sábháilte"
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
}
5 changes: 4 additions & 1 deletion l10n/pt_BR.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion l10n/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"Minimum password length" : "Tamanho mínimo para senhas",
"User password history" : "Histórico de senhas do usuário",
"Number of days until user password expires" : "Número de dias até a expiração da senha do usuário",
"Number of login attempts before the user account will be disabled until manual action is taken. (0 for no limit)" : "Número de tentativas de login antes que a conta do usuário seja desativada até que uma ação manual seja executada. (0 para sem limite)",
"Please note, this option is meant to protect attacked accounts. Disabled accounts have to be re-enabled manually by administration. Attackers that try to guess passwords of accounts will have their IP address blocked by the bruteforce protection independent from this setting." : "Observe que esta opção destina-se a proteger contas atacadas. As contas desativadas devem ser reativadas manualmente pela administração. Os invasores que tentarem adivinhar as senhas das contas terão seus endereços IP bloqueados pela proteção de força bruta independente desta configuração.",
"Forbid common passwords" : "Proibir senhas comuns",
"Enforce upper and lower case characters" : "Forçar caracteres maiúsculos e minúsculos",
"Enforce numeric characters" : "Forçar aplicar caracteres numéricos",
Expand All @@ -25,6 +27,7 @@
"Expiration days have to be a non negative number" : "Dias para expiração não pode ser um número negativo",
"Maximum login attempts have to be a non negative number" : "O máximo de tentativas de login não pode ser um número negativo",
"Settings saved" : "Configurações salvas",
"Error while saving settings" : "Error while saving settings"
"Error while saving settings" : "Error while saving settings",
"Please note, that this option is meant to protect attacked accounts. Disabled accounts have to be re-enabled manually by administration. Attackers that try to guess passwords of accounts will have their IP address blocked by the bruteforce protection independent from this setting." : "Observe que esta opção se destina a proteger contas atacadas. As contas desativadas devem ser reativadas manualmente pela administração. Os invasores que tentarem adivinhar as senhas das contas terão seus endereços IP bloqueados pela proteção de força bruta independente desta configuração."
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit bf15cb5

Please sign in to comment.