mirror of https://github.com/hrfee/jfa-go
Currently translated at 100.0% (25 of 25 strings) Translation: jfa-go/Account Creation Form Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/form/pt_BR/pull/61/head
parent
67f53d4112
commit
da82f1c146
@ -1,45 +1,45 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": ""
|
"name": "Português (BR)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"pageTitle": "",
|
"pageTitle": "Criar Conta Jellyfin",
|
||||||
"createAccountHeader": "",
|
"createAccountHeader": "Criar Conta",
|
||||||
"accountDetails": "",
|
"accountDetails": "Detalhes",
|
||||||
"emailAddress": "",
|
"emailAddress": "Email",
|
||||||
"username": "",
|
"username": "Nome do Usuário",
|
||||||
"password": "",
|
"password": "Senha",
|
||||||
"reEnterPassword": "",
|
"reEnterPassword": "Digite a Senha Novamente",
|
||||||
"reEnterPasswordInvalid": "",
|
"reEnterPasswordInvalid": "Senha não Coincidem. Tentar novamente.",
|
||||||
"createAccountButton": "",
|
"createAccountButton": "Criar Conta",
|
||||||
"passwordRequirementsHeader": "",
|
"passwordRequirementsHeader": "Requisitos da Senha",
|
||||||
"successHeader": "",
|
"successHeader": "Sucesso!",
|
||||||
"successContinueButton": ""
|
"successContinueButton": "Continuar"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"errorUserExists": "",
|
"errorUserExists": "Esse usuário já existe.",
|
||||||
"errorInvalidCode": ""
|
"errorInvalidCode": "Código do convite invalido."
|
||||||
},
|
},
|
||||||
"validationStrings": {
|
"validationStrings": {
|
||||||
"length": {
|
"length": {
|
||||||
"singular": "",
|
"singular": "Deve ter pelo menos {n} caractere",
|
||||||
"plural": ""
|
"plural": "Deve ter pelo menos {n} caracteres"
|
||||||
},
|
},
|
||||||
"uppercase": {
|
"uppercase": {
|
||||||
"singular": "",
|
"singular": "Deve ter pelo menos {n} caractere maiúsculo",
|
||||||
"plural": ""
|
"plural": "Deve ter pelo menos {n} caracteres maiúsculos"
|
||||||
},
|
},
|
||||||
"lowercase": {
|
"lowercase": {
|
||||||
"singular": "",
|
"singular": "Deve ter pelo menos {n} caractere minúsculo",
|
||||||
"plural": ""
|
"plural": "Deve ter pelo menos {n} caracteres minúsculos"
|
||||||
},
|
},
|
||||||
"number": {
|
"number": {
|
||||||
"singular": "",
|
"singular": "Deve ter pelo menos {n} número",
|
||||||
"plural": ""
|
"plural": "Deve ter pelo menos {n} números"
|
||||||
},
|
},
|
||||||
"special": {
|
"special": {
|
||||||
"singular": "",
|
"singular": "Deve ter pelo menos {n} caractere especial",
|
||||||
"plural": ""
|
"plural": "Deve ter pelo menos {n} caracteres especiais"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue