-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Turkish and Brazilian Portuguese localizations.
- Loading branch information
Showing
5 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> | ||
<module external.linked.project.id="2048" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> | ||
<component name="FacetManager"> | ||
<facet type="java-gradle" name="Java-Gradle"> | ||
<configuration> | ||
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" /> | ||
<option name="BUILDABLE" value="false" /> | ||
</configuration> | ||
</facet> | ||
</component> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<excludeFolder url="file://$MODULE_DIR$/.gradle" /> | ||
</content> | ||
<orderEntry type="inheritedJdk" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
</component> | ||
</module> | ||
|
||
</module> |
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
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,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="high_score">RECORDE</string> | ||
<string name="score">PONTUAÇÃO</string> | ||
<string name="instructions">Deslize para mover. 2 + 2 = 4. Alcance 2048.</string> | ||
<string name="you_win">Você ganhou!</string> | ||
<string name="game_over">Você perdeu!</string> | ||
<string name="go_on">Toque para continuar</string> | ||
<string name="for_now">Por enquanto...</string> | ||
<string name="endless">Modo Interminável</string> | ||
3 | ||
<!-- Confirmation dialog--> | ||
<string name="reset">Resetar</string> | ||
<string name="continue_game">Cancelar</string> | ||
<string name="reset_dialog_title">Resetar jogo?</string> | ||
<string name="reset_dialog_message">Tem certeza de que deseja resetar o jogo?</string> | ||
</resources> |
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,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="high_score">YÜKSEK SKOR</string> | ||
<string name="score">SKOR</string> | ||
<string name="instructions">Hamle yapmak için kaydırın. 2 + 2 = 4. 2048\'e ulaşın.</string> | ||
<string name="you_win">Kazandın!</string> | ||
<string name="game_over">Oyun Bitti!</string> | ||
<string name="go_on">Devam etmek için dokunun</string> | ||
<string name="for_now">Şimdilik…</string> | ||
<string name="endless">"Sonsuz" Mode</string> | ||
|
||
<!-- Confirmation dialog--> | ||
<string name="reset">Sıfırla</string> | ||
<string name="continue_game">İptal</string> | ||
<string name="reset_dialog_title">Oyun sıfırlansın mı?</string> | ||
<string name="reset_dialog_message">Sıfırlamak istediğinize emin misiniz?</string> | ||
</resources> |
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