Skip to content

Commit 87866a2

Browse files
committed
Add Turkish and Brazilian Portuguese localizations.
1 parent b464792 commit 87866a2

File tree

5 files changed

+41
-7
lines changed

5 files changed

+41
-7
lines changed

2048/2048.iml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<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">
33
<component name="FacetManager">
44
<facet type="java-gradle" name="Java-Gradle">
55
<configuration>
66
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
7+
<option name="BUILDABLE" value="false" />
78
</configuration>
89
</facet>
910
</component>
10-
<component name="NewModuleRootManager" inherit-compiler-output="true">
11+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
1112
<exclude-output />
1213
<content url="file://$MODULE_DIR$">
1314
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
1415
</content>
1516
<orderEntry type="inheritedJdk" />
1617
<orderEntry type="sourceFolder" forTests="false" />
1718
</component>
18-
</module>
19-
19+
</module>

2048/2048/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 7
99
targetSdkVersion 22
10-
versionCode 21
11-
versionName "1.1.5"
10+
versionCode 22
11+
versionName "1.1.6"
1212
}
1313
buildTypes {
1414
release {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="high_score">RECORDE</string>
4+
<string name="score">PONTUAÇÃO</string>
5+
<string name="instructions">Deslize para mover. 2 + 2 = 4. Alcance 2048.</string>
6+
<string name="you_win">Você ganhou!</string>
7+
<string name="game_over">Você perdeu!</string>
8+
<string name="go_on">Toque para continuar</string>
9+
<string name="for_now">Por enquanto...</string>
10+
<string name="endless">Modo Interminável</string>
11+
3
12+
<!-- Confirmation dialog-->
13+
<string name="reset">Resetar</string>
14+
<string name="continue_game">Cancelar</string>
15+
<string name="reset_dialog_title">Resetar jogo?</string>
16+
<string name="reset_dialog_message">Tem certeza de que deseja resetar o jogo?</string>
17+
</resources>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="high_score">YÜKSEK SKOR</string>
4+
<string name="score">SKOR</string>
5+
<string name="instructions">Hamle yapmak için kaydırın. 2 + 2 = 4. 2048\'e ulaşın.</string>
6+
<string name="you_win">Kazandın!</string>
7+
<string name="game_over">Oyun Bitti!</string>
8+
<string name="go_on">Devam etmek için dokunun</string>
9+
<string name="for_now">Şimdilik…</string>
10+
<string name="endless">"Sonsuz" Mode</string>
11+
12+
<!-- Confirmation dialog-->
13+
<string name="reset">Sıfırla</string>
14+
<string name="continue_game">İptal</string>
15+
<string name="reset_dialog_title">Oyun sıfırlansın mı?</string>
16+
<string name="reset_dialog_message">Sıfırlamak istediğinize emin misiniz?</string>
17+
</resources>

2048/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.1.0'
8+
classpath 'com.android.tools.build:gradle:1.5.0'
99
}
1010
}
1111

0 commit comments

Comments
 (0)