Skip to content

Commit

Permalink
Added romanian and german translations
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxcucus committed Apr 16, 2024
1 parent f865c60 commit 1f8da02
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions kotlin/PlanesAndroid/app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,11 @@
<string name="credits_othercontributions_1">Andere Beiträge zu dem Projekt sind von:</string>
<string name="credits_othercontributions_3">Beiträge via GitHub werden in der GitHub Seite des Projektes gelistet.</string>
<string name="helptext_game_1_opponent">Felder des Gegnerspielfelds anklicken, um zu raten, wo die Flugzeuge des Gegners sind.</string>
<string name="error_logout"> Fehler beim Ausloggen</string>
<string name="delete_user"> Nutzer Löschen</string>
<string name="error_deleteuser"> Fehler beim Nutzer Löschen</string>

<string name="credits_website_title">Die Website des Projekts</string>
<string name="credits_website">Die Website die alle Informationen zum Projekt und Spiel ist https://xxxcucus.github.io/planes/.</string>
<string name="credits_website_button">Zu der Website des Projekts</string>
</resources>
8 changes: 8 additions & 0 deletions kotlin/PlanesAndroid/app/src/main/res/values-ro/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,12 @@
<string name="credits_othercontributions_1">Urmatoarele persoane au mai contribuit la proiect:</string>
<string name="credits_othercontributions_3">Contributorii prin GitHub sunt listati in pagina de GitHub a proiectului.</string>
<string name="helptext_game_1_opponent">Apasa pe tabla oponentului pentru a ghici unde se afla avioanele acestuia.</string>

<string name="error_logout"> Eroare la deconectare. </string>
<string name="delete_user"> Sterge Utilizatorul</string>
<string name="error_deleteuser"> Eroare la stergerea utilizatorului</string>

<string name="credits_website_title">Site-ul web al proiectului</string>
<string name="credits_website">Site-ul care contine toate informatiile despre joc si proiect este https://xxxcucus.github.io/planes/.</string>
<string name="credits_website_button">Mergi la site</string>
</resources>
4 changes: 2 additions & 2 deletions kotlin/PlanesAndroid/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<string name="reset_board1">Reset</string>
<string name="reset_board2">Board</string>
<string name="credits_othercontributions_1">Other contributions to the project are from: </string>
<string name="credits_othercontributions_2" translatable="false">Mihai Birau, Stefan Luchian, Dan Ilies, Stefan Cucu, Christian von der Ehe, Pascal Seeger, Mario Eduardo Zarate Caceres, Sebastian Jasiński, Albano Battistella.</string>
<string name="credits_othercontributions_2" translatable="false">Mihai Birau, Stefan Luchian, Dan Ilies, Stefan Cucu, Christian von der Ehe, Pascal Seeger, Mario Eduardo Zarate Caceres.</string>
<string name="credits_othercontributions_3">Contributions from GitHub are listed in the GitHub page of the project. </string>
<string name="helptext_game_1_opponent">Touch on the opponent\'s board to guess where the opponent\'s planes are.</string>

Expand All @@ -206,7 +206,7 @@
<string name="error_deleteuser"> Error when deleting user.</string>

<string name="credits_website_title">Project Website</string>
<string name="credits_website">The project\'s website summarizing all the informations about the game and the project is https://xxxcucus.github.io/planes/.</string>
<string name="credits_website">The website summarizing all the informations about the game and the project is https://xxxcucus.github.io/planes/.</string>
<string name="credits_website_button">Go to Project\'s Website</string>

<!-- The class name to the ScrollingChildBehavior required for AppBarLayout -->
Expand Down

0 comments on commit 1f8da02

Please sign in to comment.