Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Commit

Permalink
Translation for Brazilian Portuguese (#7)
Browse files Browse the repository at this point in the history
:o)
  • Loading branch information
git-jr authored and Jochen Peters committed Aug 3, 2019
1 parent b8b8eea commit 957cbde
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/menu/pref.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
android:title="@string/Night" />
<item
android:id="@+id/theme_c64"
android:title="c64 native" />
android:title="@string/c64_native" />
<item
android:id="@+id/theme_green"
android:title="@string/Green" />
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
<string name="Night">Nacht</string>
<string name="Green">Green Punch</string>
<string name="Panther">Pink Panther</string>
<string name="c64_native">c64 native</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
<string name="Night">Nuit</string>
<string name="Green">Punch vert</string>
<string name="Panther">Panthère rose</string>
<string name="c64_native">c64 native</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
<string name="Night">夜間</string>
<string name="Green">Green Punch</string>
<string name="Panther">ピンクパンサー</string>
<string name="c64_native">c64 native</string>
</resources>
27 changes: 27 additions & 0 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<resources>
<string name="app_name">Retro Text Editor</string>
<string name="preferences">Preferencias</string>
<string name="fontOptions">Fonte</string>
<string name="bigger">aumentar +</string>
<string name="smaller">diminuir -</string>
<string name="monospace">mono espaço</string>
<string name="saveNow">SALVO</string>
<string name="autoSave">Salvamento automático</string>
<string name="ok">ok</string>
<string name="errAccess">erro ao acessar</string>
<string name="errWrite">erro na escrita</string>
<string name="errRead">erro ao ler</string>
<string name="open">abrir arquivo …</string>

<string name="info">Info …</string>
<string name="flattr_this">"Micro-Doação!"</string>
<string name="projPage">Página inicial</string>

<string name="themes">Temas …</string>
<string name="retro">Retrô</string>
<string name="Day">Dia</string>
<string name="Night">Noite</string>
<string name="Green">Soco verde</string>
<string name="Panther">Pantera cor de rosa</string>
<string name="c64_native">c64 nativo</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
<string name="Night">Ночь</string>
<string name="Green">Green Punch</string>
<string name="Panther">Pink Panther</string>
<string name="c64_native">c64 native</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
<string name="Night">Night</string>
<string name="Green">Green Punch</string>
<string name="Panther">Pink Panther</string>
<string name="c64_native">c64 native</string>
</resources>

0 comments on commit 957cbde

Please sign in to comment.