Skip to content

Commit

Permalink
Merge pull request #170 from lucasnlm/add-tutorial
Browse files Browse the repository at this point in the history
Add tutorial
  • Loading branch information
lucasnlm committed Sep 17, 2020
2 parents 861524f + 20fc6aa commit 98958ac
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 800101
versionCode 801001
versionName '8.1.0'
minSdkVersion 21
targetSdkVersion 30
Expand All @@ -23,7 +23,7 @@ android {
resConfigs 'af-rZA', 'ar-rSA', 'ca-rES', 'cs-rCZ', 'da-rDK', 'de-rDE', 'el-rGR', 'en-rUS',
'es-rES', 'fi-rFI', 'fr-rFR', 'hi-rIN', 'hu-rHU', 'it-rIT', 'iw-rIL', 'ja-rJP',
'ko-rKR', 'nl-rNL', 'no-rNO', 'pl-rPL', 'pt-rBR', 'pt-rPT', 'ro-rRO', 'ru-rRU',
'sv-rSE', 'th-rTH', 'tr-rTR', 'uk-rUA', 'vi-rVN', 'zh-rCN'
'sv-rSE', 'th-rTH', 'tr-rTR', 'uk-rUA', 'vi-rVN', 'zh-rCN', 'bg-rBG'
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 800101
versionCode 801001
versionName '8.1.0'
minSdkVersion 21
targetSdkVersion 30
Expand Down
6 changes: 3 additions & 3 deletions common/src/main/res/values-cs-rCZ/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="cs">
<string name="app_name">Anti-Mine</string>
<string name="app_description">Musíte vyčistit obdélníkovou desku obsahující skryté miny, aniž by kterákoliv z nich vybuchla.</string>
<string name="tutorial">Tutoriál</string>
<string name="tutorial_completed">Tutoriál dokončen</string>
<string name="tutorial">Průvodce</string>
<string name="tutorial_completed">Průvodce dokončen</string>
<string name="tutorial_0_bottom">You can start by %1$s at any random square.</string>
<string name="tutorial_1_top">The numbers indicates how many mines are adjacent to the highlighted square.</string>
<string name="tutorial_1_bottom">Therefore, if the corner 1️⃣ has only one adjacent square, it must be a mine. %1$s to flag it.</string>
Expand Down Expand Up @@ -80,7 +80,7 @@
<string name="empty">Prázdné</string>
<string name="cant_do_it_now">Není možné to nyní udělat</string>
<string name="you_have_received">Obdrželi jste: +%1$d</string>
<string name="help_win_a_game">Pro další pomoc musíte vyhrát hru.</string>
<string name="help_win_a_game">Pro další nápovědu musíte vyhrát hru.</string>
<string name="unknown_error">Neznámá chyba.</string>
<string name="leaderboards">Žebříčky</string>
<string name="cancel">Zrušit</string>
Expand Down
22 changes: 11 additions & 11 deletions common/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<string name="app_description">Du musst ein rechteckiges Spielfeld, das versteckte Minen enthält, räumen, ohne irgendeine davon zur Explosion zu bringen.</string>
<string name="tutorial">Anleitung</string>
<string name="tutorial_completed">Anleitung Abgeschlossen</string>
<string name="tutorial_0_bottom">You can start by %1$s at any random square.</string>
<string name="tutorial_1_top">The numbers indicates how many mines are adjacent to the highlighted square.</string>
<string name="tutorial_1_bottom">Therefore, if the corner 1️⃣ has only one adjacent square, it must be a mine. %1$s to flag it.</string>
<string name="tutorial_2_top">The next unopened square doesn\'t have a mine because the number is 1️⃣ , not 2️⃣ .</string>
<string name="tutorial_2_bottom">You can open it by %1$s.</string>
<string name="tutorial_3_top">The same happens on this 1️⃣ . You know where its adjacent mine is.</string>
<string name="tutorial_3_bottom">You can open all other unopened squares adjacent to 1️⃣ .</string>
<string name="tutorial_4_top">We know where one of the mines are. So, there\'s only one possibility to the other one.</string>
<string name="tutorial_4_bottom">%1$s to flag the mine adjacent to 2️⃣ .</string>
<string name="tutorial_5_top">Check the highlighted number.</string>
<string name="tutorial_5_bottom">%1$s to open or %2$s to mark.</string>
<string name="tutorial_0_bottom">Du kannst von %1$s aus an jedem beliebigen zufälligen Quadrat beginnen.</string>
<string name="tutorial_1_top">Die Zahlen geben an, wie viele Minen neben dem markierten Quadrat liegen.</string>
<string name="tutorial_1_bottom">Falls die Ecke 1️⃣ nur ein angrenzendes Quadrat hat, muss es daher eine Mine sein. %1$s um sie zu markieren.</string>
<string name="tutorial_2_top">Das nächste ungeöffnete Quadrat hat keine Mine, da die Zahl 1️⃣ ist, nicht 2️⃣ .</string>
<string name="tutorial_2_bottom">Du kannst es durch %1$s öffnen.</string>
<string name="tutorial_3_top">Das Gleiche passiert auf dieser 1️⃣ Du weißt, wo die angrenzende Mine ist.</string>
<string name="tutorial_3_bottom">Du kannst alle ungeöffneten, an 1️⃣ angrenzende Quadrate öffnen.</string>
<string name="tutorial_4_top">Wir wissen, wo sich eine der Minen befindet. Daher gibt es nur noch eine einzige Möglichkeit für die andere.</string>
<string name="tutorial_4_bottom">%1$s um die an 2️⃣ angrenzende Mine zu markieren.</string>
<string name="tutorial_5_top">Prüfe die hervorgehobene Nummer.</string>
<string name="tutorial_5_bottom">%1$s zum Öffnen oder %2$s zum Markieren.</string>
<string name="games">Spiele</string>
<string name="previous_games">Vorherige Spiele</string>
<string name="minefield">Schwierigkeitsgrad</string>
Expand Down
18 changes: 9 additions & 9 deletions common/src/main/res/values-hi-rIN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<string name="tutorial_completed">ट्यूटोरियल पूरा हुआ</string>
<string name="tutorial_0_bottom">आप किसी भी यादृच्छिक क्षेत्र पर %1$s द्वारा शुरू कर सकते हैं।</string>
<string name="tutorial_1_top">संख्या इंगित करती है कि कितने खदान हाइलाइट किए गए क्षेत्र से सटे हैं।</string>
<string name="tutorial_1_bottom">इसलिए, यदि कोने 1, में केवल एक निकट क्षेत्र है, तो यह एक खदान होना चाहिए। इसे चिह्नित करने के लिए %1$s</string>
<string name="tutorial_2_top">The next unopened square doesn\'t have a mine because the number is 1️⃣ , not 2️⃣ .</string>
<string name="tutorial_2_bottom">You can open it by %1$s.</string>
<string name="tutorial_3_top">The same happens on this 1️⃣ . You know where its adjacent mine is.</string>
<string name="tutorial_3_bottom">You can open all other unopened squares adjacent to 1️⃣ .</string>
<string name="tutorial_4_top">We know where one of the mines are. So, there\'s only one possibility to the other one.</string>
<string name="tutorial_4_bottom">%1$s to flag the mine adjacent to 2️⃣ .</string>
<string name="tutorial_5_top">Check the highlighted number.</string>
<string name="tutorial_5_bottom">%1$s to open or %2$s to mark.</string>
<string name="tutorial_1_bottom">इसलिए, यदि कोने 1️⃣, में केवल एक निकट क्षेत्र है, तो यह एक खदान होना चाहिए। इसे चिह्नित करने के लिए %1$s</string>
<string name="tutorial_2_top">अगले बंद वर्ग में एक खदान नहीं है क्योंकि संख्या 1️⃣ है, 2️⃣ नहीं।</string>
<string name="tutorial_2_bottom">आप इसे %1$s से खोल सकते हैं।</string>
<string name="tutorial_3_top">वही इस 1️⃣ पर होता है। तुम्हें पता है कि इसकी आसन्न खान कहाँ है।</string>
<string name="tutorial_3_bottom">आप 1️⃣ to से सटे अन्य सभी खुले हुए वर्गों को खोल सकते हैं।</string>
<string name="tutorial_4_top">हम जानते हैं कि खानों में से एक कहां है। इसलिए, अन्य एक के लिए केवल एक संभावना है।</string>
<string name="tutorial_4_bottom">2️⃣ से सटे खदान को चिह्नित करने के लिए %1$s।</string>
<string name="tutorial_5_top">हाइलाइट की गई संख्या की जाँच करें।</string>
<string name="tutorial_5_bottom">चिह्नित करने के लिए खोलने या %2$s के लिए %1$s।</string>
<string name="games">गेम्स</string>
<string name="previous_games">पिछला गेम्स</string>
<string name="minefield">कठिनाई</string>
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/res/values-it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<string name="empty">Vuoto</string>
<string name="cant_do_it_now">Impossibile farlo ora</string>
<string name="you_have_received">Hai ricevuto: +%1$d</string>
<string name="help_win_a_game">Per ulteriori aiuti, devi vincere una partita.</string>
<string name="help_win_a_game">Per ricevere altri suggerimenti, devi prima vincere una partita.</string>
<string name="unknown_error">Errore sconosciuto.</string>
<string name="leaderboards">Classifiche</string>
<string name="cancel">Annulla</string>
Expand Down Expand Up @@ -119,5 +119,5 @@
<string name="flag_placed">Bandiera piazzata!</string>
<string name="flag_removed">Bandiera rimossa!</string>
<string name="remove_ad">Rimuovi gli Annunci</string>
<string name="help">Help</string>
<string name="help">Assistenza</string>
</resources>
4 changes: 2 additions & 2 deletions common/src/main/res/values-pl-rPL/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
<string name="retry">Jeszcze raz</string>
<string name="empty">Puste</string>
<string name="cant_do_it_now">Nie można tego teraz zrobić</string>
<string name="you_have_received">Otrzymałeś: +%1$d</string>
<string name="help_win_a_game">Aby uzyskać więcej pomocy, musisz wygrać grę.</string>
<string name="you_have_received">Otrzymano: +%1$d</string>
<string name="help_win_a_game">Aby uzyskać więcej pomocy, należy wygrać rozgrywkę.</string>
<string name="unknown_error">Nieznany błąd.</string>
<string name="leaderboards">Tablica wyników</string>
<string name="cancel">Anuluj</string>
Expand Down
2 changes: 1 addition & 1 deletion foss/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
compileSdkVersion 30

defaultConfig {
versionCode 800101
versionCode 801001
versionName '8.1.0'
minSdkVersion 21
targetSdkVersion 30
Expand Down
2 changes: 1 addition & 1 deletion proprietary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
compileSdkVersion 30

defaultConfig {
versionCode 800101
versionCode 801001
versionName '8.1.0'
minSdkVersion 21
targetSdkVersion 30
Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 800101
versionCode 801001
versionName '8.1.0'
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23
Expand All @@ -17,7 +17,7 @@ android {
resConfigs 'af-rZA', 'ar-rSA', 'ca-rES', 'cs-rCZ', 'da-rDK', 'de-rDE', 'el-rGR', 'en-rUS',
'es-rES', 'fi-rFI', 'fr-rFR', 'hi-rIN', 'hu-rHU', 'it-rIT', 'iw-rIL', 'ja-rJP',
'ko-rKR', 'nl-rNL', 'no-rNO', 'pl-rPL', 'pt-rBR', 'pt-rPT', 'ro-rRO', 'ru-rRU',
'sv-rSE', 'th-rTH', 'tr-rTR', 'uk-rUA', 'vi-rVN', 'zh-rCN'
'sv-rSE', 'th-rTH', 'tr-rTR', 'uk-rUA', 'vi-rVN', 'zh-rCN', 'bg-rBG'
}

buildTypes {
Expand Down

0 comments on commit 98958ac

Please sign in to comment.