diff options
author | Simon Rettberg | 2016-05-10 19:17:28 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-10 19:17:28 +0200 |
commit | a79bbfa1a23838b91e9a08f7014c2c7304976714 (patch) | |
tree | fafb56190707d10b01cb282bc14b99156e100dcb /modules-available/main/lang/pt/messages.json | |
parent | Translating module strings and custom sections works (diff) | |
download | slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.tar.gz slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.tar.xz slx-admin-a79bbfa1a23838b91e9a08f7014c2c7304976714.zip |
Migrated messages to modules
Diffstat (limited to 'modules-available/main/lang/pt/messages.json')
-rw-r--r-- | modules-available/main/lang/pt/messages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules-available/main/lang/pt/messages.json b/modules-available/main/lang/pt/messages.json new file mode 100644 index 00000000..c716bcfd --- /dev/null +++ b/modules-available/main/lang/pt/messages.json @@ -0,0 +1,12 @@ +{ + "no-permission": "N\u00e3o h\u00e1 privil\u00e9gios suficientes para acessar essa p\u00e1gina", + "error-write": "Erro ao escrever {{0}}", + "empty-field": "Um campo n\u00e3o foi preenchido", + "value-invalid": "O valor {{1}} \u00e9 inv\u00e1lido para op\u00e7\u00e3o {{0}} e foi ignorado", + "error-read": "Erro ao ler {{0}}", + "taskmanager-error": "Falha ao conectar-se ao Gerenciador de Tarefas", + "task-error": "Falha na execu\u00e7\u00e3o: {{0}}", + "taskmanager-format": "Gerenciador de Tarefas retornou dados inv\u00e1lidos", + "token": "Token inv\u00e1lido. Ataque CSRF?", + "debug-mode": "O modo de depura\u00e7\u00e3o est\u00e1 ativo!" +}
\ No newline at end of file |