aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/pt-br/feedback.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-12-04 08:27:39 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-12-04 08:27:39 +0100
commit3e49b44839237693ce1a8151325942704917f6c6 (patch)
tree75a1af8089d48d3bb14de2d9d98c503ee76433e2 /app/i18n/pt-br/feedback.php
parentde2b323847e0a91119625e4f506f51ec9d43872f (diff)
Update i18n cli tools (#2673)
* Update i18n cli tools Few things were bugging me when using the cli tool for i18n. So I've modified the tools to be easier to use. First, the tool automatically adds missing keys to all languages. This way, we always have all keys in all languages. Second, the tool detects all untranslated keys and adds automatically the todo comment after the value. Third, when adding a new key, the key is pushed to all languages at once. There is no need to duplicate it manually. Thus making the duplication process obsolete. Fourth, translation and ignore keys are manipulated at the same time. Thus we don't have obsolete ignored strings anymore. * Add i18n rules I find that having the common rules in the Makefile is easier to use, as long as you know they are here. As it is self documented, people will see the new rules when using make. * Use long parameters in Makefile I find that using long parameters in scripts makes it easier to understand what's going on. So I've switched all short parameters to long one. * Format all i18n files I've used the updated version of the cli tools to have some output that can be consistently formated. This commit is a huge formating commit. Nothing was added but some comments were removed in the process.
Diffstat (limited to 'app/i18n/pt-br/feedback.php')
-rw-r--r--app/i18n/pt-br/feedback.php38
1 files changed, 19 insertions, 19 deletions
diff --git a/app/i18n/pt-br/feedback.php b/app/i18n/pt-br/feedback.php
index d15080964..0e644ce8f 100644
--- a/app/i18n/pt-br/feedback.php
+++ b/app/i18n/pt-br/feedback.php
@@ -1,17 +1,17 @@
<?php
return array(
- 'admin' => array(
- 'optimization_complete' => 'Otimização Completa',
- ),
'access' => array(
'denied' => 'Você não tem permissão para acessar esta página',
'not_found' => 'VocÊ está buscando por uma página que não existe',
),
+ 'admin' => array(
+ 'optimization_complete' => 'Otimização Completa',
+ ),
'api' => array(
'password' => array(
- 'failed' => 'Your password cannot be modified', // TODO - Translation
- 'updated' => 'Your password has been modified', // TODO - Translation
+ 'failed' => 'Your password cannot be modified', // TODO - Translation
+ 'updated' => 'Your password has been modified', // TODO - Translation
),
),
'auth' => array(
@@ -44,9 +44,9 @@ return array(
'ko' => '%s não pode ser habilitado. <a href="%s">verifique os logs do FreshRSS</a> para detalhes.',
'ok' => '%s agora está habilitado',
),
- 'no_access' => 'Você não tem acesso ao %s',
'not_enabled' => '%s não está habilitado',
'not_found' => '%s não existe',
+ 'no_access' => 'Você não tem acesso ao %s',
),
'import_export' => array(
'export_no_zip_extension' => 'extensão ZIP não está presente em seu servidor. Por favor tente exportar os arquivos um por vez.',
@@ -57,14 +57,14 @@ return array(
'zip_error' => 'Um erro ocorreu durante a importação do arquivo ZIP.',
),
'profile' => array(
- 'error' => 'Your profile cannot be modified',
- 'updated' => 'Your profile has been modified',
+ 'error' => 'Your profile cannot be modified', // TODO - Translation
+ 'updated' => 'Your profile has been modified', // TODO - Translation
),
'sub' => array(
'actualize' => 'Atualizando',
'articles' => array(
- 'marked_read' => 'The selected articles have been marked as read.', //TODO - Translation
- 'marked_unread' => 'The articles have been marked as unread.', //TODO - Translation
+ 'marked_read' => 'The selected articles have been marked as read.', // TODO - Translation
+ 'marked_unread' => 'The articles have been marked as unread.', // TODO - Translation
),
'category' => array(
'created' => 'Categoria %s foi criada.',
@@ -72,10 +72,10 @@ return array(
'emptied' => 'Categoria foi esvaziada',
'error' => 'Categoria não pode ser atualizada',
'name_exists' => 'Este nome de categoria já existe.',
- 'no_id' => 'Você precisa especificar um id para a categoria.',
- 'no_name' => 'Nome da categoria não pode ser vazio.',
'not_delete_default' => 'Você não pode deletar uma categoria vazia!',
'not_exist' => 'A categoria não existe!',
+ 'no_id' => 'Você precisa especificar um id para a categoria.',
+ 'no_name' => 'Nome da categoria não pode ser vazio.',
'over_max' => 'Você atingiu seu limite de categorias (%d)',
'updated' => 'Categoria foi atualizada.',
),
@@ -86,12 +86,12 @@ return array(
'already_subscribed' => 'Você já está inscrito no <em>%s</em>',
'deleted' => 'o Feed foi deletado',
'error' => 'O feed não pode ser atualizado',
- 'internal_problem' => 'O RSS feed não pôde ser adicionado. <a href="%s">Verifique os FreshRSS logs</a> para detalhes.', //TODO - Translation
+ 'internal_problem' => 'O RSS feed não pôde ser adicionado. <a href="%s">Verifique os FreshRSS logs</a> para detalhes.',
'invalid_url' => 'URL <em>%s</em> é inválida',
+ 'not_added' => '<em>%s</em> não pode ser atualizado',
+ 'no_refresh' => 'Não há feed para atualizar…',
'n_actualized' => '%d feeds foram atualizados',
'n_entries_deleted' => '%d artigos foram deletados',
- 'no_refresh' => 'Não há feed para atualizar…',
- 'not_added' => '<em>%s</em> não pode ser atualizado',
'over_max' => 'Você atingiu seu limite de feeds (%d)',
'updated' => 'Feed foram atualizados',
),
@@ -107,16 +107,16 @@ return array(
),
'user' => array(
'created' => array(
- '_' => 'Usuário %s foi criado',
'error' => 'Usuário %s não pode ser criado',
+ '_' => 'Usuário %s foi criado',
),
'deleted' => array(
- '_' => 'Usuário %s foi deletado',
'error' => 'Usuário %s não pode ser deletado',
+ '_' => 'Usuário %s foi deletado',
),
'updated' => array(
- '_' => 'User %s has been updated', //TODO - Translation
- 'error' => 'User %s has not been updated', //TODO - Translation
+ 'error' => 'User %s has not been updated', // TODO - Translation
+ '_' => 'User %s has been updated', // TODO - Translation
),
),
);