diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Resources/CraueConfigBundle/translations/CraueConfigBundle.pt.yml | 29 | ||||
-rw-r--r-- | app/Resources/FOSUserBundle/translations/FOSUserBundle.pt.yml | 2 | ||||
-rw-r--r-- | app/config/config.yml | 1 |
3 files changed, 32 insertions, 0 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.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/config.yml b/app/config/config.yml index 84eba759..81d1728a 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -44,6 +44,7 @@ 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%' |