mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[i18n] Translated using Weblate (Portuguese)
Currently translated at 91.6% (33 of 36 strings)
This commit is contained in:
parent
a092370710
commit
b865351854
1 changed files with 8 additions and 2 deletions
|
@ -6,10 +6,15 @@
|
||||||
"colon": "{}: ",
|
"colon": "{}: ",
|
||||||
"confirm": "Confirmar {prompt}",
|
"confirm": "Confirmar {prompt}",
|
||||||
"error": "Erro:",
|
"error": "Erro:",
|
||||||
|
"file_exists": "A pasta já existe: '{path}'",
|
||||||
|
"file_not_exist": "A pasta não existe",
|
||||||
|
"folder_exists": "A pasta já existe '{path}'",
|
||||||
|
"folder_not_exist": "A pasta não existe",
|
||||||
"instance_already_running": "O serviço já está em execussão",
|
"instance_already_running": "O serviço já está em execussão",
|
||||||
"invalid_argument": "Argumento inválido '{argument}': {error}",
|
"invalid_argument": "Argumento inválido '{argument}': {error}",
|
||||||
"invalid_password": "Senha incorreta",
|
"invalid_password": "Senha incorreta",
|
||||||
"ldap_attribute_already_exists": "O atributo já existe: '{attribute}={value}'",
|
"invalid_usage": "Uso invalido, utilizar --help para ver a ajuda",
|
||||||
|
"ldap_attribute_already_exists": "O atributo '{attribute}' já existe com valor {value}'",
|
||||||
"ldap_operation_error": "Ocorreu um erro durante a operação LDAP",
|
"ldap_operation_error": "Ocorreu um erro durante a operação LDAP",
|
||||||
"ldap_server_down": "Não foi possível comunicar com o servidor LDAP",
|
"ldap_server_down": "Não foi possível comunicar com o servidor LDAP",
|
||||||
"logged_in": "Sessão iniciada",
|
"logged_in": "Sessão iniciada",
|
||||||
|
@ -17,6 +22,7 @@
|
||||||
"not_logged_in": "Não tem sessão iniciada",
|
"not_logged_in": "Não tem sessão iniciada",
|
||||||
"operation_interrupted": "Operação cancelada",
|
"operation_interrupted": "Operação cancelada",
|
||||||
"password": "Senha",
|
"password": "Senha",
|
||||||
|
"pattern_not_match": "Não corresponde ao motivo",
|
||||||
"permission_denied": "Permissão revogada",
|
"permission_denied": "Permissão revogada",
|
||||||
"root_required": "Deve ser root (administrador) para realizar esta ação",
|
"root_required": "Deve ser root (administrador) para realizar esta ação",
|
||||||
"server_already_running": "Existe um servidor ativo nessa porta",
|
"server_already_running": "Existe um servidor ativo nessa porta",
|
||||||
|
|
Loading…
Add table
Reference in a new issue