From 3a3c6b866b52721431bed22426d9abfcd0d2dfe0 Mon Sep 17 00:00:00 2001 From: Paulino Michelazzo Date: Tue, 18 Oct 2016 20:51:31 +0200 Subject: Portuguese (Brazilian) translation This the Portuguese (Brazilian) for the Wallaby v2. --- .../translations/CraueConfigBundle.pt.yml | 29 ++++++++++++++++++++++ .../translations/FOSUserBundle.pt.yml | 2 ++ 2 files changed, 31 insertions(+) create mode 100644 app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pt.yml create mode 100644 app/Resources/FOSUserBundle/translations/FOSUserBundle.pt.yml (limited to 'app') diff --git a/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pt.yml b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pt.yml new file mode 100644 index 00000000..e8260422 --- /dev/null +++ b/app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pt.yml @@ -0,0 +1,29 @@ +download_pictures: Download imagens no seu servidor +carrot: Habilitar compartilhamento para o Carrot +diaspora_url: URL Diaspora, se o serviço está habilitado +export_epub: Habilita exportação para ePub +export_mobi: Habilita exportação para .mobi +export_pdf: Habilita exportação para PDF +export_csv: Habilita exportação para CSV +export_json: Habilita exportação para JSON +export_txt: Habilita exportação para TXT +export_xml: Habilita exportação para XML +pocket_consumer_key: Chave de consumidor do Pocket para importar conteúdo (https://getpocket.com/developer/docs/authentication) +shaarli_url: URL Shaarli, se o serviço está habilitado +share_diaspora: Habilitar compartilhamento para o Diaspora +share_mail: Habilitar compartilhamento por e-mail +share_shaarli: Habilitar compartilhamento para o Shaarli +share_twitter: Habilitar compartilhamento para o Twitter +show_printlink: Mostrar um link para imprimir o conteúdo +wallabag_support_url: URL de Suporte do wallabag +wallabag_url: URL de *sua* instância do wallabag +entry: "artigo" +export: "exportar" +import: "importar" +misc: "misc" +modify_settings: "aplicar" +piwik_host: Host de seu website Piwik +piwik_site_id: ID de seu website Piwik +piwik_enabled: Habilitar Piwik +demo_mode_enabled: "Habilitar modo demo? (somente usado para o demo público do wallabag)" +demo_mode_username: "Usuário demo" diff --git a/app/Resources/FOSUserBundle/translations/FOSUserBundle.pt.yml b/app/Resources/FOSUserBundle/translations/FOSUserBundle.pt.yml new file mode 100644 index 00000000..85eadfd8 --- /dev/null +++ b/app/Resources/FOSUserBundle/translations/FOSUserBundle.pt.yml @@ -0,0 +1,2 @@ +Login: "Login" +Enter your email address below and we'll send you password reset instructions.: "Digite seu endereço de e-mail para enviarmos as instruções de recupeção de sua senha." -- cgit v1.2.3 From 5d6cffedb19e6d6106f519e378d0e91248bf6be9 Mon Sep 17 00:00:00 2001 From: Paulino Michelazzo Date: Wed, 19 Oct 2016 19:25:48 +0200 Subject: Update Portuguese (Brazilian) translation Adding the config.yml on the package. --- app/config/config.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/config/config.yml b/app/config/config.yml index 5127c8cf..0b4494d3 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -44,6 +44,7 @@ wallabag_core: es: 'Español' oc: 'Occitan' it: 'Italiano' + pt: 'Português' items_on_page: 12 theme: material language: '%locale%' -- cgit v1.2.3 From d1b075509dff22e191bcf912d7eef9fb7b1661cc Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Sun, 23 Oct 2016 15:34:52 +0200 Subject: Add relevant links to fetch content error pages. We link to the troubleshooting guide and give the mail link. --- app/config/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/config/config.yml b/app/config/config.yml index a56cbdd9..65187eca 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -50,7 +50,8 @@ wallabag_core: rss_limit: 50 reading_speed: 1 cache_lifetime: 10 - fetching_error_message: "wallabag can't retrieve contents for this article. Please report this issue to us." + fetching_error_message: | + wallabag can't retrieve contents for this article. Please first troubleshoot this issue and report it to us. wallabag_user: registration_enabled: "%fosuser_registration%" -- cgit v1.2.3 From d36e5e20a5627faed81d3865470b032d95b86916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 24 Oct 2016 21:01:13 +0200 Subject: Removed the email part --- app/config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/config/config.yml b/app/config/config.yml index 65187eca..84eba759 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -51,7 +51,7 @@ wallabag_core: reading_speed: 1 cache_lifetime: 10 fetching_error_message: | - wallabag can't retrieve contents for this article. Please first troubleshoot this issue and report it to us. + wallabag can't retrieve contents for this article. Please troubleshoot this issue. wallabag_user: registration_enabled: "%fosuser_registration%" -- cgit v1.2.3 From c4b3933bae583da1bdd4b97471bdcca08ab92312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 29 Oct 2016 14:14:20 +0200 Subject: Updated Capistrano configuration --- app/config/capistrano/deploy.rb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'app') diff --git a/app/config/capistrano/deploy.rb b/app/config/capistrano/deploy.rb index f15eef30..fee04620 100644 --- a/app/config/capistrano/deploy.rb +++ b/app/config/capistrano/deploy.rb @@ -1,9 +1,4 @@ # config valid only for current version of Capistrano -lock '3.4.0' - -set :log_path, "var/logs" -set :cache_path, "var/cache" -set :symfony_console_path, 'bin/console' set :application, 'wallabag' set :repo_url, 'git@github.com:wallabag/wallabag.git' @@ -11,8 +6,6 @@ set :repo_url, 'git@github.com:wallabag/wallabag.git' set :ssh_user, 'framasoft_bag' server '78.46.248.87', user: fetch(:ssh_user), roles: %w{web app db} -set :scm, :git - set :format, :pretty set :log_level, :info # set :log_level, :debug @@ -23,4 +16,4 @@ set :linked_files, %w{app/config/parameters.yml} set :linked_dirs, [fetch(:log_path), "var/sessions", "web/uploads", "data"] set :keep_releases, 3 -after 'deploy:finishing', 'deploy:cleanup' +after 'deploy:updated', 'symfony:cache:clear' -- cgit v1.2.3 From a0eddc598e00873ea66d4b1f2beba4fdcc119798 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sun, 30 Oct 2016 12:09:08 +0100 Subject: Translation update - French --- app/Resources/FOSUserBundle/translations/FOSUserBundle.fr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/Resources/FOSUserBundle/translations/FOSUserBundle.fr.yml b/app/Resources/FOSUserBundle/translations/FOSUserBundle.fr.yml index 1ccad137..1c5ea640 100644 --- a/app/Resources/FOSUserBundle/translations/FOSUserBundle.fr.yml +++ b/app/Resources/FOSUserBundle/translations/FOSUserBundle.fr.yml @@ -1,2 +1,2 @@ Login: "Se connecter" -Enter your email address below and we'll send you password reset instructions.: "Renseignez votre adresse email, nous vous enverrons les instructions pour réinitialiser votre mot de passe." +Enter your email address below and we'll send you password reset instructions.: "Renseignez votre adresse courriel, nous vous enverrons les instructions pour réinitialiser votre mot de passe." -- cgit v1.2.3