-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from jahirfiquitiva/i18n
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
library/src/main/res/values-pt-rBR/translatable_strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation,ExtraTranslation"> | ||
<string name="setup">Configuração</string> | ||
<string name="widgets">Widgets</string> | ||
<string name="required_apps">Aplicativos faltando</string> | ||
<string name="assets">Arquivos</string> | ||
<string name="required_for_templates">Usar modelos</string> | ||
<string name="required_for_widgets">Usar Widgets</string> | ||
<string name="required_for_wallpapers">Usar Planos de fundo</string> | ||
<string name="required_for_lockscreens">Usar Telas de Bloqueio</string> | ||
<string name="required_assets">Usar modelos</string> | ||
<string name="install">Instalar</string> | ||
<string name="app_not_installed">Aplicativo necessário não encontrado.</string> | ||
<string name="template">Modelo</string> | ||
<string name="templates">Modelos</string> | ||
<string name="x_templates">%1$s Modelos</string> | ||
<string name="apps_installed">Aplicativos já instalados.</string> | ||
<string name="permission_request_assets">%1$s usa a permissão de armazenamento para importar conteúdos.</string> | ||
<string name="permission_request_wallpaper">%1$s usa a permissão de armazenamento para mostrar o papel de parede do dispositivo em Widgets.</string> | ||
<string name="open_komponents">Para adicionar um Komponent, pressione + no editor Kustom.</string> | ||
<string name="x_app_required">Para abrir este componente é necessário ter o aplicativo %1$s instalado.</string> | ||
</resources> |