mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 06:08:15 +02:00
New translations en-us.json (Portuguese)
This commit is contained in:
parent
5f09f97032
commit
c8dda4f90d
1 changed files with 22 additions and 1 deletions
|
@ -833,6 +833,24 @@
|
||||||
"pincodeRequirementsLength": "O PIN deve ter exatamente 6 dígitos",
|
"pincodeRequirementsLength": "O PIN deve ter exatamente 6 dígitos",
|
||||||
"pincodeRequirementsChars": "O PIN deve conter apenas números",
|
"pincodeRequirementsChars": "O PIN deve conter apenas números",
|
||||||
"passwordRequirementsLength": "A palavra-passe deve ter pelo menos 1 caractere",
|
"passwordRequirementsLength": "A palavra-passe deve ter pelo menos 1 caractere",
|
||||||
|
"passwordRequirementsTitle": "Password requirements:",
|
||||||
|
"passwordRequirementLength": "At least 8 characters long",
|
||||||
|
"passwordRequirementUppercase": "At least one uppercase letter",
|
||||||
|
"passwordRequirementLowercase": "At least one lowercase letter",
|
||||||
|
"passwordRequirementNumber": "At least one number",
|
||||||
|
"passwordRequirementSpecial": "At least one special character",
|
||||||
|
"passwordRequirementsMet": "✓ Password meets all requirements",
|
||||||
|
"passwordStrength": "Password strength",
|
||||||
|
"passwordStrengthWeak": "Weak",
|
||||||
|
"passwordStrengthMedium": "Medium",
|
||||||
|
"passwordStrengthStrong": "Strong",
|
||||||
|
"passwordRequirements": "Requirements:",
|
||||||
|
"passwordRequirementLengthText": "8+ characters",
|
||||||
|
"passwordRequirementUppercaseText": "Uppercase letter (A-Z)",
|
||||||
|
"passwordRequirementLowercaseText": "Lowercase letter (a-z)",
|
||||||
|
"passwordRequirementNumberText": "Number (0-9)",
|
||||||
|
"passwordRequirementSpecialText": "Special character (!@#$%...)",
|
||||||
|
"passwordsDoNotMatch": "Passwords do not match",
|
||||||
"otpEmailRequirementsLength": "O OTP deve ter pelo menos 1 caractere",
|
"otpEmailRequirementsLength": "O OTP deve ter pelo menos 1 caractere",
|
||||||
"otpEmailSent": "OTP Enviado",
|
"otpEmailSent": "OTP Enviado",
|
||||||
"otpEmailSentDescription": "Um OTP foi enviado para o seu email",
|
"otpEmailSentDescription": "Um OTP foi enviado para o seu email",
|
||||||
|
@ -967,6 +985,9 @@
|
||||||
"actionDeleteSite": "Eliminar Site",
|
"actionDeleteSite": "Eliminar Site",
|
||||||
"actionGetSite": "Obter Site",
|
"actionGetSite": "Obter Site",
|
||||||
"actionListSites": "Listar Sites",
|
"actionListSites": "Listar Sites",
|
||||||
|
"setupToken": "Setup Token",
|
||||||
|
"setupTokenPlaceholder": "Enter the setup token from the server console",
|
||||||
|
"setupTokenRequired": "Setup token is required",
|
||||||
"actionUpdateSite": "Atualizar Site",
|
"actionUpdateSite": "Atualizar Site",
|
||||||
"actionListSiteRoles": "Listar Funções Permitidas do Site",
|
"actionListSiteRoles": "Listar Funções Permitidas do Site",
|
||||||
"actionCreateResource": "Criar Recurso",
|
"actionCreateResource": "Criar Recurso",
|
||||||
|
@ -1324,4 +1345,4 @@
|
||||||
"resourceEnableProxy": "Ativar Proxy Público",
|
"resourceEnableProxy": "Ativar Proxy Público",
|
||||||
"resourceEnableProxyDescription": "Permite proxy público para este recurso. Isso permite o acesso ao recurso de fora da rede através da nuvem em uma porta aberta. Requer configuração do Traefik.",
|
"resourceEnableProxyDescription": "Permite proxy público para este recurso. Isso permite o acesso ao recurso de fora da rede através da nuvem em uma porta aberta. Requer configuração do Traefik.",
|
||||||
"externalProxyEnabled": "Proxy Externo Habilitado"
|
"externalProxyEnabled": "Proxy Externo Habilitado"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue