diff options
Diffstat (limited to 'app')
5 files changed, 36 insertions, 10 deletions
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 @@ | |||
1 | download_pictures: Download imagens no seu servidor | ||
2 | carrot: Habilitar compartilhamento para o Carrot | ||
3 | diaspora_url: URL Diaspora, se o serviço está habilitado | ||
4 | export_epub: Habilita exportação para ePub | ||
5 | export_mobi: Habilita exportação para .mobi | ||
6 | export_pdf: Habilita exportação para PDF | ||
7 | export_csv: Habilita exportação para CSV | ||
8 | export_json: Habilita exportação para JSON | ||
9 | export_txt: Habilita exportação para TXT | ||
10 | export_xml: Habilita exportação para XML | ||
11 | pocket_consumer_key: Chave de consumidor do Pocket para importar conteúdo (https://getpocket.com/developer/docs/authentication) | ||
12 | shaarli_url: URL Shaarli, se o serviço está habilitado | ||
13 | share_diaspora: Habilitar compartilhamento para o Diaspora | ||
14 | share_mail: Habilitar compartilhamento por e-mail | ||
15 | share_shaarli: Habilitar compartilhamento para o Shaarli | ||
16 | share_twitter: Habilitar compartilhamento para o Twitter | ||
17 | show_printlink: Mostrar um link para imprimir o conteúdo | ||
18 | wallabag_support_url: URL de Suporte do wallabag | ||
19 | wallabag_url: URL de *sua* instância do wallabag | ||
20 | entry: "artigo" | ||
21 | export: "exportar" | ||
22 | import: "importar" | ||
23 | misc: "misc" | ||
24 | modify_settings: "aplicar" | ||
25 | piwik_host: Host de seu website Piwik | ||
26 | piwik_site_id: ID de seu website Piwik | ||
27 | piwik_enabled: Habilitar Piwik | ||
28 | demo_mode_enabled: "Habilitar modo demo? (somente usado para o demo público do wallabag)" | ||
29 | demo_mode_username: "Usuário demo" | ||
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 @@ | |||
1 | Login: "Se connecter" | 1 | Login: "Se connecter" |
2 | 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." | 2 | 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." |
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 @@ | |||
1 | Login: "Login" | ||
2 | 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." | ||
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 @@ | |||
1 | # config valid only for current version of Capistrano | 1 | # config valid only for current version of Capistrano |
2 | lock '3.4.0' | ||
3 | |||
4 | set :log_path, "var/logs" | ||
5 | set :cache_path, "var/cache" | ||
6 | set :symfony_console_path, 'bin/console' | ||
7 | 2 | ||
8 | set :application, 'wallabag' | 3 | set :application, 'wallabag' |
9 | set :repo_url, 'git@github.com:wallabag/wallabag.git' | 4 | set :repo_url, 'git@github.com:wallabag/wallabag.git' |
@@ -11,8 +6,6 @@ set :repo_url, 'git@github.com:wallabag/wallabag.git' | |||
11 | set :ssh_user, 'framasoft_bag' | 6 | set :ssh_user, 'framasoft_bag' |
12 | server '78.46.248.87', user: fetch(:ssh_user), roles: %w{web app db} | 7 | server '78.46.248.87', user: fetch(:ssh_user), roles: %w{web app db} |
13 | 8 | ||
14 | set :scm, :git | ||
15 | |||
16 | set :format, :pretty | 9 | set :format, :pretty |
17 | set :log_level, :info | 10 | set :log_level, :info |
18 | # set :log_level, :debug | 11 | # set :log_level, :debug |
@@ -23,4 +16,4 @@ set :linked_files, %w{app/config/parameters.yml} | |||
23 | set :linked_dirs, [fetch(:log_path), "var/sessions", "web/uploads", "data"] | 16 | set :linked_dirs, [fetch(:log_path), "var/sessions", "web/uploads", "data"] |
24 | set :keep_releases, 3 | 17 | set :keep_releases, 3 |
25 | 18 | ||
26 | after 'deploy:finishing', 'deploy:cleanup' | 19 | after 'deploy:updated', 'symfony:cache:clear' |
diff --git a/app/config/config.yml b/app/config/config.yml index dfb0e3b2..7f24244d 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -44,13 +44,15 @@ wallabag_core: | |||
44 | es: 'Español' | 44 | es: 'Español' |
45 | oc: 'Occitan' | 45 | oc: 'Occitan' |
46 | it: 'Italiano' | 46 | it: 'Italiano' |
47 | pt: 'Português' | ||
47 | items_on_page: 12 | 48 | items_on_page: 12 |
48 | theme: material | 49 | theme: material |
49 | language: '%locale%' | 50 | language: '%locale%' |
50 | rss_limit: 50 | 51 | rss_limit: 50 |
51 | reading_speed: 1 | 52 | reading_speed: 1 |
52 | cache_lifetime: 10 | 53 | cache_lifetime: 10 |
53 | fetching_error_message: "wallabag can't retrieve contents for this article. Please report this issue to us." | 54 | fetching_error_message: | |
55 | wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/master/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>. | ||
54 | 56 | ||
55 | wallabag_user: | 57 | wallabag_user: |
56 | registration_enabled: "%fosuser_registration%" | 58 | registration_enabled: "%fosuser_registration%" |