Update strings
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Open Areas</string>
|
||||
<string name="total_time">Total Time</string>
|
||||
<string name="average_time">Average Time</string>
|
||||
<string name="shortest_time">Shortest Time</string>
|
||||
<string name="performance">Werkverrigting</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Gebruik die vraagteken</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Flag removed!</string>
|
||||
<string name="remove_ad">Verwyder Advertensies</string>
|
||||
<string name="help">Help</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Verwyder versteekte myne van \'n mynveld.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="ar">
|
||||
<string name="tutorial">الدورة التعليمية</string>
|
||||
<string name="tutorial_completed">Tutorial Completed</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_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">المربع التالي غير المفتوح ليس لديه لغم لأن الرقم هو 1️⃣ ليس 2️⃣ .</string>
|
||||
<string name="tutorial_2_bottom">يمكنك فتحه ب %1$s.</string>
|
||||
<string name="tutorial_3_top">ويحدث نفس الشيء في هذا 1️⃣ . تعرفون أين هو المنجم المجاور.</string>
|
||||
<string name="tutorial_3_bottom">يمكنك فتح جميع المربعات الأخرى غير المفتوحة المجاورة لـ 1️⃣ .</string>
|
||||
<string name="tutorial_4_top">نحن نعرف أين أحد الألغام. إذن، هناك إمكانية واحدة فقط للآخر.</string>
|
||||
<string name="tutorial_4_bottom">%1$s لعلم اللغم المجاور لـ 2️⃣ .</string>
|
||||
<string name="tutorial_5_top">تحقق من الرقم المُبرز.</string>
|
||||
<string name="tutorial_5_bottom">%1$s لفتح أو %2$s للعلام.</string>
|
||||
<string name="games">ألعاب</string>
|
||||
<string name="previous_games">الألعاب السابقة</string>
|
||||
<string name="minefield">الصعوبة</string>
|
||||
|
@ -64,7 +64,8 @@
|
|||
<string name="enable_automatic_flags">تمكين وضع الأعلام تلقائياً</string>
|
||||
<string name="open_areas">فتح المناطق</string>
|
||||
<string name="total_time">مجموع الوقت</string>
|
||||
<string name="average_time">متوسط الوقت</string>
|
||||
<string name="average_time">معدل الزمن</string>
|
||||
<string name="shortest_time">اقرب وقت</string>
|
||||
<string name="performance">أداء</string>
|
||||
<string name="ok">حسناً</string>
|
||||
<string name="use_question_mark">استخدام علامة السؤال</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">إزالة العلم!</string>
|
||||
<string name="remove_ad">إزالة الإعلانات</string>
|
||||
<string name="help">مساعدة</string>
|
||||
<string name="show_windows">إظهار النوافذ</string>
|
||||
<string name="switch_control">التبديل: العلم وفتح</string>
|
||||
<string name="switch_control_desc">استخدم الزر للتبديل بين العلم وفتح</string>
|
||||
<string name="app_description">يجب عليك مسح لوحة مستطيلة تحتوي على ألغام مخفية دون تفجير أي منها.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="bg">
|
||||
<string name="tutorial">Туториал</string>
|
||||
<string name="tutorial_completed">Tutorial Completed</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_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">Следващия неотворен квадрат няма мина защото номера е 1️⃣ , а не 2️⃣ .</string>
|
||||
<string name="tutorial_2_bottom">Ти можеш да го отвориш само с %1$s.</string>
|
||||
<string name="tutorial_3_top">Същото става на това 1️⃣ . Ти знаеш къде е намерената мина.</string>
|
||||
<string name="tutorial_3_bottom">Ти можеш да отвориш всички други неотворени квадрати в близост до 1️⃣ .</string>
|
||||
<string name="tutorial_4_top">Ние знаем къде една от мините е. Затова, има само една възможност за другата.</string>
|
||||
<string name="tutorial_4_bottom">%1$s за да отбележиш до 2️⃣ .</string>
|
||||
<string name="tutorial_5_top">Провери селектирания номер.</string>
|
||||
<string name="tutorial_5_bottom">%1$s за да отвориш и %2$s за да маркираш.</string>
|
||||
<string name="games">Игри</string>
|
||||
<string name="previous_games">Предишни Игри</string>
|
||||
<string name="minefield">Трудност</string>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Отворени площи</string>
|
||||
<string name="total_time">Общо време</string>
|
||||
<string name="average_time">Средно време</string>
|
||||
<string name="shortest_time">Най-бързото време</string>
|
||||
<string name="performance">Изпълнение</string>
|
||||
<string name="ok">ОК</string>
|
||||
<string name="use_question_mark">Въпросителен знак</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Глагът е премахнат!</string>
|
||||
<string name="remove_ad">Премахване на реклами</string>
|
||||
<string name="help">Помощ</string>
|
||||
<string name="show_windows">Показване на всички прозорци</string>
|
||||
<string name="switch_control">Промени: Флаг и Отворен</string>
|
||||
<string name="switch_control_desc">Използвай бутонът за да превключиш между Флаг и Отворен</string>
|
||||
<string name="app_description">Вие трябва да изчистите квадратна дъска която има скрити мини без да взривите нито една от тях.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -64,7 +64,8 @@
|
|||
<string name="enable_automatic_flags">Activa la col·locació automàtica de banderes</string>
|
||||
<string name="open_areas">Zones obertes</string>
|
||||
<string name="total_time">Temps total</string>
|
||||
<string name="average_time">Durada mitjana</string>
|
||||
<string name="average_time">Temps mitjà</string>
|
||||
<string name="shortest_time">Temps més curt</string>
|
||||
<string name="performance">Rendiment</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Utilitza l\'interrogant</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Has tret la bandera!</string>
|
||||
<string name="remove_ad">Elimina els anuncis</string>
|
||||
<string name="help">Ajuda</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Has de netejar un tauler rectangular amb mines amagades sense detonar-ne cap.</string>
|
||||
<string name="app_name">Antimines</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Otevřené oblasti</string>
|
||||
<string name="total_time">Celkový čas</string>
|
||||
<string name="average_time">Průměrný čas</string>
|
||||
<string name="shortest_time">Nejkratší čas</string>
|
||||
<string name="performance">Výkon</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Použít otazníky</string>
|
||||
|
@ -86,7 +87,7 @@
|
|||
<string name="resume">Pokračovat</string>
|
||||
<string name="yes">Ano</string>
|
||||
<string name="unlock">Odemknout</string>
|
||||
<string name="unlock_all">Odemkni vše</string>
|
||||
<string name="unlock_all">Odemknout vše</string>
|
||||
<string name="achievements">Úspěchy</string>
|
||||
<string name="no">Ne</string>
|
||||
<string name="general">Obecné</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Vlajka odstraněna!</string>
|
||||
<string name="remove_ad">Odstranit reklamy</string>
|
||||
<string name="help">Nápověda</string>
|
||||
<string name="show_windows">Zobrazit okna</string>
|
||||
<string name="switch_control">Přepnout: označit a otevřít</string>
|
||||
<string name="switch_control_desc">Pomocí tlačítka můžete přepínat mezi označením a otevřením</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="app_name">Anti-Mine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Åbne Områder</string>
|
||||
<string name="total_time">Total Tid</string>
|
||||
<string name="average_time">Gennemsnitlig Tid</string>
|
||||
<string name="shortest_time">Korteste Tid</string>
|
||||
<string name="performance">Ydeevne</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Brug flag med spørgsmålstegn</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Flag removed!</string>
|
||||
<string name="remove_ad">Fjern annoncer</string>
|
||||
<string name="help">Hjælp</string>
|
||||
<string name="app_description">You have to clear a rectangular board containing hidden mines without detonating any of them.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Ryd skjulte miner fra et minefelt.</string>
|
||||
<string name="app_name">Antimine - Minestryger</string>
|
||||
</resources>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<string name="beginner">Anfänger</string>
|
||||
<string name="intermediate">Mittleres Niveau</string>
|
||||
<string name="expert">Experte</string>
|
||||
<string name="support_description">Mit Ihrer Hilfe können wir neue Funktionen implementieren und unser Projekt aktiv halten.</string>
|
||||
<string name="support_description">Mit deiner Hilfe werden wir in der Lage sein, neue Funktionen zu implementieren und unser Projekt aktiv zu halten.</string>
|
||||
<string name="open">Öffnen</string>
|
||||
<string name="settings">Einstellungen</string>
|
||||
<string name="animations">Animationen</string>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<string name="rounded_square">Abgerundetes Quadrat</string>
|
||||
<string name="system">System</string>
|
||||
<string name="rating">Rückmeldung</string>
|
||||
<string name="support_title">Ünterstütze uns!</string>
|
||||
<string name="support_title">Unterstütze uns!</string>
|
||||
<string name="support_action">Hilfestellung</string>
|
||||
<string name="rating_message">Wenn dir dieses Spiel gefällt, gib uns bitte eine Rückmeldung. Es wird uns sehr helfen.</string>
|
||||
<string name="used_software_text">Dieses Spiel benutzt folgende Software von Drittanbietern:</string>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Offene Flächen</string>
|
||||
<string name="total_time">Gesamtzeit</string>
|
||||
<string name="average_time">Durchschnittliche Zeit</string>
|
||||
<string name="shortest_time">Kürzeste Zeit</string>
|
||||
<string name="performance">Erfolgsergebnis</string>
|
||||
<string name="ok">Ok</string>
|
||||
<string name="use_question_mark">Fragezeichen benutzen</string>
|
||||
|
@ -77,16 +78,16 @@
|
|||
<string name="flag_tile">Flagge</string>
|
||||
<string name="retry">Erneut versuchen</string>
|
||||
<string name="empty">Leer</string>
|
||||
<string name="cant_do_it_now">Das kann jetzt nicht gemacht werden</string>
|
||||
<string name="you_have_received">Du hast erhalten: +%1$d</string>
|
||||
<string name="help_win_a_game">Für mehr Hilfe musst du ein Spiel gewinnen.</string>
|
||||
<string name="cant_do_it_now">Dies jetzt nicht möglich</string>
|
||||
<string name="you_have_received">Du hast +%1$d erhalten</string>
|
||||
<string name="help_win_a_game">Für weitere Hilfe musst du ein Spiel gewinnen.</string>
|
||||
<string name="unknown_error">Unbekannter Fehler.</string>
|
||||
<string name="leaderboards">Ranglisten</string>
|
||||
<string name="cancel">Abbrechen</string>
|
||||
<string name="resume">Fortfahren</string>
|
||||
<string name="yes">Ja</string>
|
||||
<string name="unlock">Entsperren</string>
|
||||
<string name="unlock_all">Alle entsperren</string>
|
||||
<string name="unlock_all">Alles entsperren</string>
|
||||
<string name="achievements">Erfolge</string>
|
||||
<string name="no">Nein</string>
|
||||
<string name="general">Allgemein</string>
|
||||
|
@ -106,7 +107,7 @@
|
|||
<string name="close_menu">Menü schließen</string>
|
||||
<string name="delete_all">Alles löschen</string>
|
||||
<string name="themes">Themen</string>
|
||||
<string name="try_it">Ausprobieren</string>
|
||||
<string name="try_it">Versuche es</string>
|
||||
<string name="delete_all_message">Alle Ereignisse dauerhaft löschen.</string>
|
||||
<string name="all_mines_disabled">Alle Minen wurden wirkungslos gemacht.</string>
|
||||
<string name="desc_convered_area">Abgedeckte Fläche</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Markierung entfernt!</string>
|
||||
<string name="remove_ad">Werbung entfernen</string>
|
||||
<string name="help">Hilfe</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<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="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="el">
|
||||
<string name="tutorial">Οδηγίες</string>
|
||||
<string name="tutorial_completed">Tutorial Completed</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_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">Το επόμενο κλειστό τετράγωνο δεν έχει νάρκη επειδή ο αριθμός είναι 1️⃣ και όχι 2️⃣.</string>
|
||||
<string name="tutorial_2_bottom">Μπορείτε να το ανοίξετε από %1$s.</string>
|
||||
<string name="tutorial_3_top">Το ίδιο συμβαίνει σε αυτό το 1️⃣. Ξέρεις πού είναι η διπλανή νάρκη.</string>
|
||||
<string name="tutorial_3_bottom">Μπορείτε να ανοίξετε όλα τα άλλα κλειστά τετράγωνα δίπλα στο 1️⃣.</string>
|
||||
<string name="tutorial_4_top">Γνωρίζουμε πού είναι μια από τις νάρκες. Έτσι, υπάρχει μόνο μία πιθανότητα με την άλλη.</string>
|
||||
<string name="tutorial_4_bottom">%1$s για να επισημάνετε τη νάρκη δίπλα στο 2️⃣.</string>
|
||||
<string name="tutorial_5_top">Ελέγξτε τον επισημασμένο αριθμό.</string>
|
||||
<string name="tutorial_5_bottom">%1$s για να ανοίξετε ή %2$s για επισήμανση.</string>
|
||||
<string name="games">Παιχνίδια</string>
|
||||
<string name="previous_games">Προηγούμενα Παιχνίδια</string>
|
||||
<string name="minefield">Δυσκολία</string>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Ανοιχτές περιοχές</string>
|
||||
<string name="total_time">Συνολικός Χρόνος</string>
|
||||
<string name="average_time">Μέσος χρόνος</string>
|
||||
<string name="shortest_time">Συντομότερος χρόνος</string>
|
||||
<string name="performance">Επίδοση</string>
|
||||
<string name="ok">Εντάξει</string>
|
||||
<string name="use_question_mark">Χρήση ερωτηματικών</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Η σημαία αφαιρέθηκε!</string>
|
||||
<string name="remove_ad">Κατάργηση διαφημίσεων</string>
|
||||
<string name="help">Βοήθεια</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Πρέπει να καθαρίσετε μια ορθογώνια πλακέτα που περιέχει κρυμμένες \"νάρκες\" χωρίς να πυροδοτήσετε καμία από αυτές.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Open Areas</string>
|
||||
<string name="total_time">Total Time</string>
|
||||
<string name="average_time">Average Time</string>
|
||||
<string name="shortest_time">Shortest Time</string>
|
||||
<string name="performance">Performance</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Use Question Mark</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Flag removed!</string>
|
||||
<string name="remove_ad">Remove Ads</string>
|
||||
<string name="help">Help</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">You have to clear a rectangular board containing hidden mines without detonating any of them.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Abrir Áreas</string>
|
||||
<string name="total_time">Tiempo total</string>
|
||||
<string name="average_time">Tiempo promedio</string>
|
||||
<string name="shortest_time">Tiempo Más Corto</string>
|
||||
<string name="performance">Desempeño</string>
|
||||
<string name="ok">Vale</string>
|
||||
<string name="use_question_mark">Usar banderas de interrogación</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">¡Bandera eliminada!</string>
|
||||
<string name="remove_ad">Eliminar anuncios</string>
|
||||
<string name="help">Ayuda</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Usted tiene que limpiar un tablero cuadrado que contiene minas escondidas sin detonarlas.</string>
|
||||
<string name="app_name">Anti-Mina</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Avaa alueita</string>
|
||||
<string name="total_time">Aika yhteensä</string>
|
||||
<string name="average_time">Keskimääräinen aika</string>
|
||||
<string name="shortest_time">Lyhin aika</string>
|
||||
<string name="performance">Suorituskyky</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Käytä kysymysmerkkiä</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Lippu poistettu!</string>
|
||||
<string name="remove_ad">Poista Mainokset</string>
|
||||
<string name="help">Apua</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Sinun täytyy tyhjentää piileskeleviä miinoja sisältävä suorakulmainen taulu räjäyttämättä miinoja kertaakaan.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -2,17 +2,17 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="fr">
|
||||
<string name="tutorial">Tutoriel</string>
|
||||
<string name="tutorial_completed">Tutoriel Terminé</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">Vous pouvez commencer par %1$s à n\'importe quel carré aléatoire.</string>
|
||||
<string name="tutorial_1_top">Les chiffres indiquent combien de mines sont adjacentes au carré surligné.</string>
|
||||
<string name="tutorial_1_bottom">Par conséquent, si le coin 1️⃣ n\'a qu\'un carré adjacent, il doit s\'agir d\'une mine. %1$s pour le signaler.</string>
|
||||
<string name="tutorial_2_top">Le prochain carré non ouvert n\'a pas de mine car le nombre est 1️⃣ , pas 2️⃣ .</string>
|
||||
<string name="tutorial_2_bottom">Vous pouvez l\'ouvrir par %1$s.</string>
|
||||
<string name="tutorial_3_top">Il en va de même pour 1️⃣ . Vous savez où se trouve la mine adjacente.</string>
|
||||
<string name="tutorial_3_bottom">Vous pouvez ouvrir tous les autres carrés non ouverts adjacents à 1️⃣ .</string>
|
||||
<string name="tutorial_4_top">Nous savons où se trouve l\'une des mines, donc il n\'y a qu\'une seule possibilité pour l\'autre.</string>
|
||||
<string name="tutorial_4_bottom">%1$s pour marquer la mine adjacente à 2️⃣ .</string>
|
||||
<string name="tutorial_5_top">Vérifier le nombre en surbrillance.</string>
|
||||
<string name="tutorial_5_bottom">%1$s pour ouvrir ou %2$s pour marquer.</string>
|
||||
<string name="games">Jeux</string>
|
||||
<string name="previous_games">Parties précédentes</string>
|
||||
<string name="minefield">Difficulté</string>
|
||||
|
@ -64,7 +64,8 @@
|
|||
<string name="enable_automatic_flags">Activer le placement automatique de drapeaux</string>
|
||||
<string name="open_areas">Zones ouvertes</string>
|
||||
<string name="total_time">Temps de jeu total</string>
|
||||
<string name="average_time">Temps de jeu moyen</string>
|
||||
<string name="average_time">Temps moyen</string>
|
||||
<string name="shortest_time">Temps le plus court</string>
|
||||
<string name="performance">Performance</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Utiliser des drapeaux points d’interrogation</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Drapeau retiré !</string>
|
||||
<string name="remove_ad">Supprimer les publicités</string>
|
||||
<string name="help">Aide</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Vous devez vider un tableau rectangulaire contenant des mines cachées sans en détonner.</string>
|
||||
<string name="app_name">Anti-Mine</string>
|
||||
</resources>
|
||||
|
|
|
@ -55,16 +55,17 @@
|
|||
<string name="victories">विजय</string>
|
||||
<string name="you_lost">तुम हार गए!</string>
|
||||
<string name="defeats">पराजय</string>
|
||||
<string name="game_over_desc_1">Good luck on your next game.</string>
|
||||
<string name="game_over_desc_4">You finished the minefield in %1$d seconds.</string>
|
||||
<string name="game_over_desc_1">अपने अगले खेल पर शुभकामनाएँ।</string>
|
||||
<string name="game_over_desc_4">आपने %1$d सेकंड में खेल समाप्त किया।</string>
|
||||
<string name="fail_to_share">शेअर करने में असफ़ल</string>
|
||||
<string name="version_s">संस्करण %1$s</string>
|
||||
<string name="sound_effects">ध्वनि प्रभाव</string>
|
||||
<string name="are_you_sure">क्या आपको यकीन है?</string>
|
||||
<string name="enable_automatic_flags">फ्लैग के स्वचालित रखे जाने को सक्रिय क</string>
|
||||
<string name="open_areas">Open Areas</string>
|
||||
<string name="open_areas">खुले वर्ग</string>
|
||||
<string name="total_time">कुल समय</string>
|
||||
<string name="average_time">औसत समय</string>
|
||||
<string name="shortest_time">सबसे कम समय</string>
|
||||
<string name="performance">प्रदर्शन</string>
|
||||
<string name="ok">ओके</string>
|
||||
<string name="use_question_mark">\"मैं सुनिश्चित नहीं हूं\" झंडे का उपयोग करें</string>
|
||||
|
@ -77,9 +78,9 @@
|
|||
<string name="flag_tile">ध्वज</string>
|
||||
<string name="retry">फिर प्रयास करें</string>
|
||||
<string name="empty">खाली</string>
|
||||
<string name="cant_do_it_now">Impossible to do that now</string>
|
||||
<string name="you_have_received">You have received: +%1$d</string>
|
||||
<string name="help_win_a_game">For more Help, you must win a game.</string>
|
||||
<string name="cant_do_it_now">अब ऐसा होना असंभव है</string>
|
||||
<string name="you_have_received">आपने प्राप्त किया है: +%1$d</string>
|
||||
<string name="help_win_a_game">अधिक सहायता के लिए, आपको एक गेम जीतना होगा।</string>
|
||||
<string name="unknown_error">अज्ञात त्रुटि।</string>
|
||||
<string name="leaderboards">लीडरबोर्ड</string>
|
||||
<string name="cancel">रद्द करें</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Flag removed!</string>
|
||||
<string name="remove_ad">विज्ञापन निकालें</string>
|
||||
<string name="help">मदद</string>
|
||||
<string name="show_windows">खिड़कियां दिखाओ</string>
|
||||
<string name="switch_control">स्विच: फ्लैग और ओपन</string>
|
||||
<string name="switch_control_desc">ध्वज और खुले के बीच स्विच करने के लिए बटन का उपयोग करें</string>
|
||||
<string name="app_description">लोकप्रिय लॉजिक पजल माइन्सवीपर. बोर्ड से माइंस साफ करता है वर्ग से संकेत को प्रयोग करते हुए जिसे आपने पहले से खोला है.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Nyílt területek</string>
|
||||
<string name="total_time">Teljes játékidő</string>
|
||||
<string name="average_time">Átlagos játékidő</string>
|
||||
<string name="shortest_time">Rövidebb játékidő</string>
|
||||
<string name="performance">Teljesítmény</string>
|
||||
<string name="ok">Rendben</string>
|
||||
<string name="use_question_mark">Kérdőjel használata</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Zászló eltávolítva!</string>
|
||||
<string name="remove_ad">Reklámok eltávolítása</string>
|
||||
<string name="help">Segítség</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Meg kell tisztítanod egy rejtett aknákkal teli, négyszögletes pályát anélkül, hogy akár egyet is felrobbantanál.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Buka</string>
|
||||
<string name="total_time">Total waktu</string>
|
||||
<string name="average_time">Waktu rata-rata</string>
|
||||
<string name="shortest_time">Waktu Tersingkat</string>
|
||||
<string name="performance">Kinerja</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Pakai Bendera Tanda Tanya</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Bendera dihapus!</string>
|
||||
<string name="remove_ad">Hapus Iklan</string>
|
||||
<string name="help">Bantuan</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Kosongkan ranjau tersembunyi dari medan ranjau</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Aree Aperte</string>
|
||||
<string name="total_time">Tempo Totale</string>
|
||||
<string name="average_time">Durata Media</string>
|
||||
<string name="shortest_time">Tempo più breve</string>
|
||||
<string name="performance">Prestazione</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Usa il Punto Interrogativo</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Bandiera rimossa!</string>
|
||||
<string name="remove_ad">Rimuovi gli Annunci</string>
|
||||
<string name="help">Assistenza</string>
|
||||
<string name="show_windows">Visualizza finestre</string>
|
||||
<string name="switch_control">Pulsante: Bandiera e Aperto</string>
|
||||
<string name="switch_control_desc">Usa il bottone per passare da Bandiera ad Aperto</string>
|
||||
<string name="app_description">L\'obbiettivo del gioco è ripulire un campo rettangolare che contiene mine nascoste senza detonarne nessuna.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -62,9 +62,10 @@
|
|||
<string name="sound_effects">אפקטי צליל</string>
|
||||
<string name="are_you_sure">את/ה בטוח/ה?</string>
|
||||
<string name="enable_automatic_flags">מיקום דגלים אוטומטי</string>
|
||||
<string name="open_areas">Open Areas</string>
|
||||
<string name="open_areas">ריבועים פתוחים</string>
|
||||
<string name="total_time">זמן כולל</string>
|
||||
<string name="average_time">זמן ממוצע</string>
|
||||
<string name="shortest_time">הזמן הקצר ביותר</string>
|
||||
<string name="performance">ביצועים</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">סימן שאלה</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">דגל הוסר!</string>
|
||||
<string name="remove_ad">הסרת פרסומות</string>
|
||||
<string name="help">עזרה</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">צריך לנקות את הלוח הריבועי המכיל מוקשים נסתרים מבלי לפוצץ אף אחד מהם.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">開いたエリアの数</string>
|
||||
<string name="total_time">合計時間</string>
|
||||
<string name="average_time">平均時間</string>
|
||||
<string name="shortest_time">最短時間</string>
|
||||
<string name="performance">パフォーマンス</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">クエスチョンマークを使う</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">フラグを消しました!</string>
|
||||
<string name="remove_ad">広告を削除</string>
|
||||
<string name="help">ヘルプ</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">地雷が隠された長方形から1つも爆発させることなくクリアしましょう。</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<string name="open">오픈</string>
|
||||
<string name="settings">설정</string>
|
||||
<string name="animations">애니메이션</string>
|
||||
<string name="vibration">햅틱 피드백</string>
|
||||
<string name="vibration">터치 시 진동</string>
|
||||
<string name="about">정보</string>
|
||||
<string name="events">통계</string>
|
||||
<string name="custom">사용자 지정</string>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">칸 열기</string>
|
||||
<string name="total_time">총 시간</string>
|
||||
<string name="average_time">평균 시간</string>
|
||||
<string name="shortest_time">더 짧은 시간</string>
|
||||
<string name="performance">퍼포먼스</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">물음표 깃발 사용</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">깃발 제거 완료!</string>
|
||||
<string name="remove_ad">광고 제거</string>
|
||||
<string name="help">도움말</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">당신은 이 사각형 게임판에 숨겨진 지뢰를 하나도 터뜨리지 않고 게임을 끝내야 합니다.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -2,17 +2,17 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="nl">
|
||||
<string name="tutorial">Tutorial</string>
|
||||
<string name="tutorial_completed">Tutorial Voltooid</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">Je kunt beginnen door %1$s op elk willekeurig vakje.</string>
|
||||
<string name="tutorial_1_top">De cijfers geven aan hoeveel mijnen aan het gemarkeerde vakje grenzen.</string>
|
||||
<string name="tutorial_1_bottom">Dus als de hoek 1️⃣ slechts één aangrenzend vierkant heeft, moet het een mijn zijn. %1$s om het te markeren.</string>
|
||||
<string name="tutorial_2_top">Het volgende ongeopende vakje heeft geen mijn omdat het nummer 1️⃣ , is, niet 2️⃣ .</string>
|
||||
<string name="tutorial_2_bottom">Je kan het openen door %1$s.</string>
|
||||
<string name="tutorial_3_top">Hetzelfde gebeurt op deze 1️⃣ . Je weet waar de aangrenzende mijn is.</string>
|
||||
<string name="tutorial_3_bottom">Je kan alle andere ongeopende vakjes naast 1️⃣ . openen.</string>
|
||||
<string name="tutorial_4_top">We weten waar een van de mijnen ligt, dus er is maar één mogelijkheid voor de andere.</string>
|
||||
<string name="tutorial_4_bottom">%1$s om de mijn naast 2️⃣ te markeren.</string>
|
||||
<string name="tutorial_5_top">Controleer het gemarkeerde cijfer.</string>
|
||||
<string name="tutorial_5_bottom">%1$s om te openen of %2$s om te markeren.</string>
|
||||
<string name="games">Games</string>
|
||||
<string name="previous_games">Vorige games</string>
|
||||
<string name="minefield">Moeilijkheidsgraad</string>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Open gebieden</string>
|
||||
<string name="total_time">Totale Tijd</string>
|
||||
<string name="average_time">Gemiddelde Tijd</string>
|
||||
<string name="shortest_time">Kortste Eerst</string>
|
||||
<string name="performance">Prestatie</string>
|
||||
<string name="ok">Oké</string>
|
||||
<string name="use_question_mark">Gebruik vraagteken</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Vlag verwijderd!</string>
|
||||
<string name="remove_ad">Verwijder advertenties</string>
|
||||
<string name="help">Help</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Je moet een rechthoekig bord met verborgen mijnen verwijderen zonder er een te ontploffen.</string>
|
||||
<string name="app_name">Antimijn</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Åpne områder</string>
|
||||
<string name="total_time">Total Tid</string>
|
||||
<string name="average_time">Gjennomsnittlig Tid</string>
|
||||
<string name="shortest_time">Korteste tid</string>
|
||||
<string name="performance">Ytelse</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Bruk Spørsmålstegn</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Flagg fjernet!</string>
|
||||
<string name="remove_ad">Fjern Reklame</string>
|
||||
<string name="help">Hjelp</string>
|
||||
<string name="show_windows">Vis vinduer</string>
|
||||
<string name="switch_control">Bytte: Flagg og Åpne</string>
|
||||
<string name="switch_control_desc">Bruk knappen for å bytte mellom Flagg og Åpne</string>
|
||||
<string name="app_description">Du må fjerne en rektangulær plate med skjulte miner uten å løsne noen av dem.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<string name="settings_gameplay">Rozgrywka</string>
|
||||
<string name="settings_accessibility">Ułatwienia dostępu</string>
|
||||
<string name="size">Rozmiar</string>
|
||||
<string name="rounded_square">Zaokraglony kwadrat</string>
|
||||
<string name="rounded_square">Zaokrąglony kwadrat</string>
|
||||
<string name="system">System</string>
|
||||
<string name="rating">Opinia</string>
|
||||
<string name="support_title">Możesz nam pomóc!</string>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Odkryte pola</string>
|
||||
<string name="total_time">Całkowity czas gry</string>
|
||||
<string name="average_time">Średni czas gry</string>
|
||||
<string name="shortest_time">Najkrótszy czas gry</string>
|
||||
<string name="performance">Skuteczność</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Używaj Znaku zapytania</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Usunięto flagę!</string>
|
||||
<string name="remove_ad">Usuń reklamy</string>
|
||||
<string name="help">Pomoc</string>
|
||||
<string name="show_windows">Pokaż okna</string>
|
||||
<string name="switch_control">Przełączanie: Oznacz i odkryj</string>
|
||||
<string name="switch_control_desc">Użyj przycisku do przełączania się pomiędzy oznaczaniem i odkrywaniem</string>
|
||||
<string name="app_description">Znajdź wszystkie ukryte miny znajdujące się na kwadratowej planszy unikając ich detonacji.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Áreas abertas</string>
|
||||
<string name="total_time">Tempo total</string>
|
||||
<string name="average_time">Tempo médio</string>
|
||||
<string name="shortest_time">Menor Tempo</string>
|
||||
<string name="performance">Desempenho</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Usar Ponto de Interrogação</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Bandeira removida!</string>
|
||||
<string name="remove_ad">Remover Propagandas</string>
|
||||
<string name="help">Ajuda</string>
|
||||
<string name="show_windows">Mostrar janelas</string>
|
||||
<string name="switch_control">Alternar: sinalizar e abrir</string>
|
||||
<string name="switch_control_desc">Usar um botão para alternar entre a Bandeira e Abrir</string>
|
||||
<string name="app_description">Você deve limpar um campo cheio de mines escondidas sem detonar nenhumas delas.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Áreas abertas</string>
|
||||
<string name="total_time">Tempo Total</string>
|
||||
<string name="average_time">Tempo médio</string>
|
||||
<string name="shortest_time">Menor Tempo</string>
|
||||
<string name="performance">Desempenho</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Usar Ponto de Interrogação</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Bandeira removida!</string>
|
||||
<string name="remove_ad">Remover Anúncios</string>
|
||||
<string name="help">Ajuda</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Você deve limpar um campo contendo minas escondidas sem detonar nenhuma delas.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -29,9 +29,9 @@
|
|||
<string name="events">Statistici</string>
|
||||
<string name="custom">Personalizat</string>
|
||||
<string name="start">Începe</string>
|
||||
<string name="width">Width</string>
|
||||
<string name="height">Height</string>
|
||||
<string name="mines">Mines</string>
|
||||
<string name="width">Latime</string>
|
||||
<string name="height">Înălţime</string>
|
||||
<string name="mines">Mină</string>
|
||||
<string name="retry_sure">Dacă începi un joc nou,\nprogresul tău curent va fi pierdut.</string>
|
||||
<string name="show_licenses">Afişează licenţa</string>
|
||||
<string name="new_game_request">Vrei să începi un joc nou?</string>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Open Areas</string>
|
||||
<string name="total_time">Timp total</string>
|
||||
<string name="average_time">Timp mediu</string>
|
||||
<string name="shortest_time">Cel mai scurt timp</string>
|
||||
<string name="performance">Performanță</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Folosește Semn de Întrebare</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Steagul a fost eliminat!</string>
|
||||
<string name="remove_ad">Eliminați Reclamele</string>
|
||||
<string name="help">Ajutor</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">You have to clear a rectangular board containing hidden mines without detonating any of them.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -2,17 +2,17 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="ru">
|
||||
<string name="tutorial">Обучение</string>
|
||||
<string name="tutorial_completed">Обучение завершено</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">Вы можете начать с %1$s на любом случайном квадрате.</string>
|
||||
<string name="tutorial_1_top">Числа указывают, сколько мин примыкают к выделенному квадрату.</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️⃣ .</string>
|
||||
<string name="tutorial_4_top">Мы знаем, где находится одна из мин, так что есть только один вариант для другой.</string>
|
||||
<string name="tutorial_4_bottom">%1$s , чтобы отметить мину, прилегающую к 2️⃣ .</string>
|
||||
<string name="tutorial_5_top">Отметьте выделенный номер.</string>
|
||||
<string name="tutorial_5_bottom">%1$s, чтобы открыть или %2$s для отметки.</string>
|
||||
<string name="games">Игры</string>
|
||||
<string name="previous_games">Предыдущие игры</string>
|
||||
<string name="minefield">Сложность</string>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Открытые зоны</string>
|
||||
<string name="total_time">Общее время</string>
|
||||
<string name="average_time">Среднее время</string>
|
||||
<string name="shortest_time">Кратчайшее время</string>
|
||||
<string name="performance">Производительность</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Использовать знак вопроса</string>
|
||||
|
@ -86,7 +87,7 @@
|
|||
<string name="resume">Продолжить</string>
|
||||
<string name="yes">Да</string>
|
||||
<string name="unlock">Разблокировать</string>
|
||||
<string name="unlock_all">Открыть все</string>
|
||||
<string name="unlock_all">Разблокировать все</string>
|
||||
<string name="achievements">Достижения</string>
|
||||
<string name="no">Нет</string>
|
||||
<string name="general">Общее</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Флаг снят!</string>
|
||||
<string name="remove_ad">Удалить рекламу</string>
|
||||
<string name="help">Помощь</string>
|
||||
<string name="show_windows">Показать окна</string>
|
||||
<string name="switch_control">Переключатель: флаг и открыть</string>
|
||||
<string name="switch_control_desc">Используйте кнопку, чтобы переключиться между установкой флага и открытием</string>
|
||||
<string name="app_description">Вам необходимо расчистить прямоугольную площадь со спрятанными минами, не взорвав ни одну из них.</string>
|
||||
<string name="app_name">Anti-Mine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Open Areas</string>
|
||||
<string name="total_time">Total Time</string>
|
||||
<string name="average_time">Average Time</string>
|
||||
<string name="shortest_time">Shortest Time</string>
|
||||
<string name="performance">Performance</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Use Question Mark</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Flag removed!</string>
|
||||
<string name="remove_ad">Remove Ads</string>
|
||||
<string name="help">Help</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">You have to clear a rectangular board containing hidden mines without detonating any of them.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Open Areas</string>
|
||||
<string name="total_time">Total Time</string>
|
||||
<string name="average_time">Average Time</string>
|
||||
<string name="shortest_time">Shortest Time</string>
|
||||
<string name="performance">Performance</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Use Question Mark</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Flag removed!</string>
|
||||
<string name="remove_ad">Remove Ads</string>
|
||||
<string name="help">Help</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">You have to clear a rectangular board containing hidden mines without detonating any of them.</string>
|
||||
<string name="app_name">Antimine</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Açık Alanlar</string>
|
||||
<string name="total_time">Toplam Süre</string>
|
||||
<string name="average_time">Ortalama Süre</string>
|
||||
<string name="shortest_time">En Kısa Zaman</string>
|
||||
<string name="performance">Performans</string>
|
||||
<string name="ok">Tamam</string>
|
||||
<string name="use_question_mark">Soru İşareti Kullan</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Bayrak kaldırıldı!</string>
|
||||
<string name="remove_ad">Reklamları kaldır</string>
|
||||
<string name="help">Yardım</string>
|
||||
<string name="show_windows">Pencereleri göster</string>
|
||||
<string name="switch_control">Değiştir: Bayrak ve Açık</string>
|
||||
<string name="switch_control_desc">Bayrak ile Açık arasında geçiş yapmak için butonu kullanınız</string>
|
||||
<string name="app_description">Hiçbirini patlatmadan gizli mayın içeren dikdörtgen bir tahtayı temizlemelisiniz.</string>
|
||||
<string name="app_name">Anti-Mine</string>
|
||||
</resources>
|
||||
|
|
|
@ -2,17 +2,17 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="uk">
|
||||
<string name="tutorial">Навчальний посібник</string>
|
||||
<string name="tutorial_completed">Навчання пройдено</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">Ви можете почати з %1$s на будь-якому випадковому квадраті.</string>
|
||||
<string name="tutorial_1_top">Числа вказують, скільки хв примикають до виділеного квадрату.</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️⃣.</string>
|
||||
<string name="tutorial_4_top">Ми знаємо, де знаходиться одна з мін, так що є тільки один варіант для іншої.</string>
|
||||
<string name="tutorial_4_bottom">%1$s , щоб відзначити міну, прилеглу до 2️⃣ .</string>
|
||||
<string name="tutorial_5_top">Відзначте виділений номер.</string>
|
||||
<string name="tutorial_5_bottom">%1$s, щоб відкрити або %2$s для позначки.</string>
|
||||
<string name="games">Ігри</string>
|
||||
<string name="previous_games">Попередня гра</string>
|
||||
<string name="minefield">Складність</string>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Відкриті області</string>
|
||||
<string name="total_time">Час перегляду</string>
|
||||
<string name="average_time">Середній час</string>
|
||||
<string name="shortest_time">Найкоротший час</string>
|
||||
<string name="performance">Ефективність</string>
|
||||
<string name="ok">Гаразд</string>
|
||||
<string name="use_question_mark">Використовувати прапорці «?»</string>
|
||||
|
@ -119,7 +120,10 @@
|
|||
<string name="flag_placed">Прапор розміщено!</string>
|
||||
<string name="flag_removed">Прапор вилучено!</string>
|
||||
<string name="remove_ad">Прибрати рекламу</string>
|
||||
<string name="help">Help</string>
|
||||
<string name="help">Допомога</string>
|
||||
<string name="show_windows">Показати вікна</string>
|
||||
<string name="switch_control">Перемикач: Прапор і Відкрити</string>
|
||||
<string name="switch_control_desc">Використовуйте кнопку, щоб переключитися між встановленням прапора і відкриттям</string>
|
||||
<string name="app_description">Вам потрібно очистити поле від схованих мін, не детонуючи їх.</string>
|
||||
<string name="app_name">Сапер</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">Khu vực mở</string>
|
||||
<string name="total_time">Tổng thời gian</string>
|
||||
<string name="average_time">Thời gian bình quân</string>
|
||||
<string name="shortest_time">Thời gian ngắn nhất</string>
|
||||
<string name="performance">Hiệu năng</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="use_question_mark">Dùng cờ câu hỏi</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">Đã tháo cờ hiệu!</string>
|
||||
<string name="remove_ad">Loại bỏ quảng cáo</string>
|
||||
<string name="help">Trợ Giúp</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">Bạn phải mở tất cả các ô trên một bãi mìn mà không làm nổ cục mìn nào.</string>
|
||||
<string name="app_name">Dò mìn</string>
|
||||
</resources>
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
<string name="open_areas">开放区域</string>
|
||||
<string name="total_time">总用时</string>
|
||||
<string name="average_time">平均用时</string>
|
||||
<string name="shortest_time">最短时间</string>
|
||||
<string name="performance">性能</string>
|
||||
<string name="ok">确定</string>
|
||||
<string name="use_question_mark">使用问号标记</string>
|
||||
|
@ -120,6 +121,9 @@
|
|||
<string name="flag_removed">标记已移除!</string>
|
||||
<string name="remove_ad">去除广告</string>
|
||||
<string name="help">帮助</string>
|
||||
<string name="show_windows">Show windows</string>
|
||||
<string name="switch_control">Switch: Flag and Open</string>
|
||||
<string name="switch_control_desc">Use button to switch between Flag and Open</string>
|
||||
<string name="app_description">你需要清除一个隐藏着地雷的矩形面板,不能使任何地雷爆炸。</string>
|
||||
<string name="app_name">Antimine - 扫雷</string>
|
||||
<string name="app_name">扫雷 (踩地雷) - Antimine</string>
|
||||
</resources>
|
||||
|
|
BIN
fastlane/metadata/android/af-ZA/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
56
fastlane/metadata/android/af-ZA/full_description.txt
Normal file
|
@ -0,0 +1,56 @@
|
|||
Toets u redenasie in 'n uitdagende puzzelspel waar u 'n mynveld moet oplos sonder om enige myn te ontplof.
|
||||
Dit is 'n minimalistiese en moderne weergawe van die klassieke Minesweeper.
|
||||
|
||||
Kan u 'n mynveld skoonmaak? Kom ons gaan!
|
||||
|
||||
DOEL
|
||||
Dit is soos Minesweeper. U wen die wedstryd as u elke myn in die mynveld aangemeld het. Wees versigtig om nie een te aktiveer nie!
|
||||
|
||||
GEEN RAAI NIE
|
||||
Hierdie speletjie het 'n algoritme wat altyd oplosbare mynvelde skep. You won't have to guess where the last mine is!
|
||||
|
||||
GAME LEVELS
|
||||
Just like Minesweeper, this game has different levels: Beginner, Intermediate, and Expert. But it also has a unique progressive mode that gets harder when you win.
|
||||
|
||||
CUSTOM LEVEL
|
||||
If the standard modes aren't enough, you can create your level difficulty!
|
||||
|
||||
THEMES
|
||||
Antimine has more than 15 themes (including light, dark, and AMOLED). And soon more will be added!
|
||||
|
||||
MINIMALIST
|
||||
Clean look and feel: a minimalist visual and also lightweight app size (less than 9MB).
|
||||
|
||||
TUTORIAL
|
||||
Don't you know how to play Minesweeper? No problem, you can play our tutorial level and enable Tips on settings.
|
||||
|
||||
STATISTICS
|
||||
Check your results and development.
|
||||
|
||||
GAME ASSISTANT
|
||||
The game will automatically flag the squares you isolated.
|
||||
|
||||
CUSTOMIZATION
|
||||
You can change the game to make it like you want to.
|
||||
Example: Help, animations, haptic feedback, question mark.
|
||||
|
||||
CONTROLS
|
||||
It supports four different control schemes. Example: flag using tap or long press.
|
||||
|
||||
ACHIEVEMENTS AND LEADERBOARDS
|
||||
You have eight achievements to unlock and different leaderboards to share with your friends.
|
||||
|
||||
ACCESSIBILITY
|
||||
You can customize this game to your needs: change the squares size, radius, touch timing, and screen reader support.
|
||||
We are always trying to improve our accessibility settings. If you miss something give us feedback!
|
||||
|
||||
ANDROID FOCUSED APP
|
||||
It supports cool Android features like split-screen, shortcuts, sharing, system theme, and always supporting the last version.
|
||||
|
||||
ONLINE OR OFFLINE
|
||||
You don't need to be online to play the game!
|
||||
|
||||
AUTO-SAVE
|
||||
You can start a game and continue it later! It will auto-save your game.
|
||||
|
||||
Enjoy.
|
BIN
fastlane/metadata/android/af-ZA/icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/af-ZA/promoGraphic.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
1
fastlane/metadata/android/af-ZA/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Verwyder versteekte myne van 'n mynveld
|
1
fastlane/metadata/android/af-ZA/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Minesweeper - Antimine
|
1
fastlane/metadata/android/af-ZA/video.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://www.youtube.com/watch?v=OYBfyh0AQmE
|
BIN
fastlane/metadata/android/ar-SA/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
56
fastlane/metadata/android/ar-SA/full_description.txt
Normal file
|
@ -0,0 +1,56 @@
|
|||
اختبر طاقتك المنطقية في لعبة ألغاز التحدي حيث يجب عليك حل حقل ألغام دون أن تنفجر أي لغم.
|
||||
هذه نسخة حديثة من "كانسة الألغام" الكلاسيكية.
|
||||
|
||||
هل أنت قادر على إزالة حقل لغم؟ لنبدأ!
|
||||
|
||||
موضوعي
|
||||
إنها مثل "كاسحة ألغام". لقد فزت في اللعبة عندما قمت بوضع علامة على كل لغم في حقل الألغام. كن حذرا!
|
||||
|
||||
لا حاجة إلى التخمين
|
||||
تحتوي هذه اللعبة على خوارزمية تعمل دائمًا على إنشاء حقول ألغام قابلة للحل. لن تضطر إلى تخمين أين آخر منجم!
|
||||
|
||||
مستويات اللعبة
|
||||
تماما مثل ماينسكبر, هذه اللعبة لها مستويات مختلفة: مبتدئ, متوسط, وخبراء. ولكن لديها أيضا طريقة تقدمية فريدة من نوعها تزداد صعوبة عندما تنتصر.
|
||||
|
||||
مستوى العرف
|
||||
إذا كانت الأوضاع القياسية غير كافية، يمكنك خلق صعوبة في مستواك!
|
||||
|
||||
الموضوعات
|
||||
يحتوي Antimine على أكثر من 15 سمة (بما في ذلك الضوء والظلام و AMOLED). وقريبا سيتم إضافة المزيد!
|
||||
|
||||
تقليلية
|
||||
تنظيف مظهر وشعور: الحد الأدنى من بصرية وحجم التطبيق الخفيف أيضا (أقل من 9 ميغابايت).
|
||||
|
||||
توتوريال
|
||||
ألا تعرف كيف تلعب كانسة الألغام؟ لا توجد مشكلة، يمكنك تشغيل مستوى البرنامج التعليمي الخاص بنا وتمكين النصائح في الإعدادات.
|
||||
|
||||
إحصائيات
|
||||
تحقق من نتائجك وتطويرك.
|
||||
|
||||
مساعد لعبة
|
||||
اللعبة ستقوم تلقائياً بوضع علامة على المربعات التي قمت بعزلها.
|
||||
|
||||
التخصيص
|
||||
يمكنك تغيير اللعبة لجعلها كما تريد.
|
||||
على سبيل المثال: مساعدة، الرسوم المتحركة، ردود الفعل اللمسية، علامة الاستفسارات.
|
||||
|
||||
أدوات تحكم اللعبة
|
||||
وهي تدعم أربعة مخططات مراقبة مختلفة. مثال: العلم باستخدام النقر أو الضغط المطول.
|
||||
|
||||
الإنجازات
|
||||
لديك ثمانية منجزات لفتح و مختلف القادة لمشاركتهم مع أصدقائك.
|
||||
|
||||
الوصول
|
||||
يمكنك تخصيص هذه اللعبة لتلبية احتياجاتك: تغيير حجم المربعات، نصف القطر ، توقيت اللمس ، ودعم قارئ الشاشة.
|
||||
ونحن نحاول دائما تحسين ظروف إمكانية الوصول إلينا. إذا كنت تفوت شيئاً ما يعطينا ملاحظات!
|
||||
|
||||
ANDROID
|
||||
إنه يدعم ميزات الأندرويد الرائعة مثل تقسيم الشاشة، الاختصار، المشاركة، سمة النظام، و دائما دعم الإصدار الأخير.
|
||||
|
||||
متصل أو غير متصل
|
||||
لا تحتاج أن تكون متصلاً بالإنترنت للعب اللعبة!
|
||||
|
||||
حفظ ذاتي
|
||||
يمكنك بدء لعبة ومتابعتها لاحقًا! سيتم حفظ لعبتك تلقائياً.
|
||||
|
||||
إستمتع.
|
BIN
fastlane/metadata/android/ar-SA/icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/ar-SA/promoGraphic.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
1
fastlane/metadata/android/ar-SA/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
مسح ألغام من حقل ألغام.
|
1
fastlane/metadata/android/ar-SA/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
كانسة الألغام - Antimine
|
1
fastlane/metadata/android/ar-SA/video.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://www.youtube.com/watch?v=OYBfyh0AQmE
|
BIN
fastlane/metadata/android/bg-BG/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
56
fastlane/metadata/android/bg-BG/full_description.txt
Normal file
|
@ -0,0 +1,56 @@
|
|||
Тествайте своята логична мисъл върху трудна пъзел игра в която трябва да решите поле от мини без да избухне нито една мина.
|
||||
Това е минималистична и модерна версия на класическия Minesweeper.
|
||||
|
||||
Можеш ли да изчистиш минно поле? Нека видим!
|
||||
|
||||
ЦЕЛ НА ИГРАТА
|
||||
Като Minesweeper e. Ще спечелиш играта когато поставиш флаг на всяка мина на минното поле. Бъди внимателен да не оцелиш мина!
|
||||
|
||||
БЕЗ НАЛУЧКВАНЕ
|
||||
Тази игра има алгоритм който прави минните полета възможни за решение. Няма да има нужда от налучкване!
|
||||
|
||||
ТРУДНОСТИ
|
||||
Също като Minesweeper, тази игра има различни трудности: Начинаещ, Среден и Експерт. Но още има и уникален прогресивен режим който става все по-труден колкото печелиш.
|
||||
|
||||
ПЕРСОНАЛНО НИВО
|
||||
Ако нормалните нива не са достатъчни, ти може да направиш собствено ниво!
|
||||
|
||||
ТЕМИ
|
||||
Antimine има повече от 15 теми (включително светъл, тъмен и амолед). И скоро още ще бъдат добавени!
|
||||
|
||||
МИНИМАЛИСТИЧНО
|
||||
Чист дизайн: изглежда минимилистично и още играта е много малка (по-малко от 9MB).
|
||||
|
||||
РЪКОВОДИТЕЛ
|
||||
Знаете ли как да играете Minesweeper? Няма проблем, вие може да играте нашето въвеждащо ниво и да включите Подсказки от опциите.
|
||||
|
||||
СТАТИСТИКИ
|
||||
Вижте вашите резултати и развитие.
|
||||
|
||||
ПОМОЩНИК В ИГРАТА
|
||||
Играта автоматично ще маркира квадратчетата, които сте изолирали.
|
||||
|
||||
ПЕРСОНАЛИЗАЦИЯ
|
||||
Можете да промените играта, за да я направите така, както искате.
|
||||
Пример: Помощ, анимации, вибрация, въпросителен знак.
|
||||
|
||||
УПРАВЛЕНИЕ
|
||||
Играта поддържа четири различни схеми за управление. Пример: флаг с натискане или продължително натискане.
|
||||
|
||||
ПОСТИЖЕНИЯ И РЪКОВОДСТВА
|
||||
Имате осем постижения за отключване и различни класации, които да споделите с приятелите си.
|
||||
|
||||
ДОСТЪПНОСТ
|
||||
Можете да персонализирате тази игра според вашите нужди: променете размера на квадратите, радиуса, времето за докосване и поддръжката на четеца на екрана.
|
||||
Ние винаги се опитваме да подобрим нашите настройки за достъпност. Ако пропускаме нещо, дайте ни обратна връзка!
|
||||
|
||||
ПРИЛОЖЕНИЕ, ОСНОВАНО В АНДРОИД
|
||||
Той поддържа страхотни функции на Android като разделен екран, преки пътища, споделяне, системна тема и винаги поддържа последната версия.
|
||||
|
||||
ОНЛАЙН ИЛИ ОФЛАЙН
|
||||
Не е нужно да сте онлайн, за да играете играта!
|
||||
|
||||
АВТОМАТИЧНО ЗАПАЗВАНЕ
|
||||
Можете да започнете игра и да я продължите по-късно! Играта ви ще бъде автоматично запазена.
|
||||
|
||||
Наслаждавайте се.
|
BIN
fastlane/metadata/android/bg-BG/icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/bg-BG/promoGraphic.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
1
fastlane/metadata/android/bg-BG/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Пъзел игра в която търсиш за всички скрити мини.
|
1
fastlane/metadata/android/bg-BG/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Миночистач - Antimine
|
1
fastlane/metadata/android/bg-BG/video.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://www.youtube.com/watch?v=OYBfyh0AQmE
|
BIN
fastlane/metadata/android/ca-ES/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
56
fastlane/metadata/android/ca-ES/full_description.txt
Normal file
|
@ -0,0 +1,56 @@
|
|||
Test your reasoning power on a challenging puzzle game where you have to solve a minefield without exploding any mine.
|
||||
This is a minimalist and modern version of the classic Minesweeper.
|
||||
|
||||
Are you able to clear a minefield? Let’s go!
|
||||
|
||||
OBJECTIVE
|
||||
It's like Minesweeper. You win the game when you've flagged every mine in the minefield. Be careful not to trigger one!
|
||||
|
||||
NO GUESSING
|
||||
This game has an algorithm that always creates solvable minefields. You won't have to guess where the last mine is!
|
||||
|
||||
GAME LEVELS
|
||||
Just like Minesweeper, this game has different levels: Beginner, Intermediate, and Expert. But it also has a unique progressive mode that gets harder when you win.
|
||||
|
||||
CUSTOM LEVEL
|
||||
If the standard modes aren't enough, you can create your level difficulty!
|
||||
|
||||
THEMES
|
||||
Antimine has more than 15 themes (including light, dark, and AMOLED). And soon more will be added!
|
||||
|
||||
MINIMALIST
|
||||
Clean look and feel: a minimalist visual and also lightweight app size (less than 9MB).
|
||||
|
||||
TUTORIAL
|
||||
Don't you know how to play Minesweeper? No problem, you can play our tutorial level and enable Tips on settings.
|
||||
|
||||
STATISTICS
|
||||
Check your results and development.
|
||||
|
||||
GAME ASSISTANT
|
||||
The game will automatically flag the squares you isolated.
|
||||
|
||||
CUSTOMIZATION
|
||||
You can change the game to make it like you want to.
|
||||
Example: Help, animations, haptic feedback, question mark.
|
||||
|
||||
CONTROLS
|
||||
It supports four different control schemes. Example: flag using tap or long press.
|
||||
|
||||
ACHIEVEMENTS AND LEADERBOARDS
|
||||
You have eight achievements to unlock and different leaderboards to share with your friends.
|
||||
|
||||
ACCESSIBILITY
|
||||
You can customize this game to your needs: change the squares size, radius, touch timing, and screen reader support.
|
||||
We are always trying to improve our accessibility settings. If you miss something give us feedback!
|
||||
|
||||
ANDROID FOCUSED APP
|
||||
It supports cool Android features like split-screen, shortcuts, sharing, system theme, and always supporting the last version.
|
||||
|
||||
ONLINE OR OFFLINE
|
||||
You don't need to be online to play the game!
|
||||
|
||||
AUTO-SAVE
|
||||
You can start a game and continue it later! It will auto-save your game.
|
||||
|
||||
Enjoy.
|
BIN
fastlane/metadata/android/ca-ES/icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/ca-ES/promoGraphic.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
1
fastlane/metadata/android/ca-ES/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Netegeu les mines ocultes del camp de mines.
|
1
fastlane/metadata/android/ca-ES/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Pescamines - Antimine
|
1
fastlane/metadata/android/ca-ES/video.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://www.youtube.com/watch?v=OYBfyh0AQmE
|
BIN
fastlane/metadata/android/cs-CZ/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
|
@ -1,28 +1,56 @@
|
|||
Antimine je logická hra, ve které hledáte skryté miny.
|
||||
Cílem hry je označit vlajkami oblasti s minami, aby se pole stalo bezpečnějším místem bez výbuchu miny.
|
||||
Otestujte si své schopnosti v náročné logické hře, kde musíte vyřešit minové pole, aniž by jakákoli mina explodovala.
|
||||
Jedná se o minimalistickou a moderní verzi klasické aplikace Minesweeper.
|
||||
|
||||
Vyhrajete hru, pokud jste označil každou minu v minovém poli.
|
||||
Dávejte pozor, aby žádná mina nevybouchla!
|
||||
Dokážete vyčistit minové pole? Pojďme na to!
|
||||
|
||||
<b>Funkce</b>
|
||||
CÍL
|
||||
Je to jako Minesweeper. Vyhrajete hru, jestliže jste označil každou minu v minovém poli. Dávejte pozor, aby žádná mina nevybouchla!
|
||||
|
||||
<ul>
|
||||
<li>Zabírá málo úložného prostoru</li>
|
||||
<li>Lze hrát bez připojení k internetu</li>
|
||||
<li>4 rozdílné úrovně</li>
|
||||
<li>Tvorba vlastních úrovní</li>
|
||||
<li>Noční režim</li>
|
||||
<li>Automatické uložení hry</li>
|
||||
<li>Umístění vlajek k označení min</li>
|
||||
<li>Umístění otazníků k označení pochybných míst</li>
|
||||
<li>Stisknutím čísel otevřete více míst</li>
|
||||
<li>Automatické umístění vlajek pokud je potřeba</li>
|
||||
<li>Sdílení hry</li>
|
||||
<li>Hra na rozdělené obrazovce</li>
|
||||
<li>Přístupnost: zvětšení plochy čtverce</li>
|
||||
<li>Přístupnost: čtečka obrazovky</li>
|
||||
</ul>
|
||||
BEZ HÁDÁNÍ
|
||||
Tato hra obsahuje algoritmus, který vždy vytváří řešitelná minová pole. Nebudete muset hádat, kde je poslední mina!
|
||||
|
||||
<b>Zdrojový kód</b>
|
||||
ÚROVNĚ HRY
|
||||
Stejně jako aplikace Minesweeper, má i tato hra různé úrovně: začátečník, pokročilý a expert. Má ale také jedinečný progresivní režim, který se při výhře ztěžuje.
|
||||
|
||||
Zdrojový kód této hry je k dispozici na: <a href="https://github.com/lucasnlm/antimine-android">GitHub</a>.
|
||||
VLASTNÍ ÚROVEŇ
|
||||
Pokud standardní režimy nestačí, můžete si vytvořit obtížnější úrovně!
|
||||
|
||||
MOTIVY
|
||||
Antimine má více než 15 motivů (včetně světlého, tmavého a AMOLED). A brzy jich bude přidáno více!
|
||||
|
||||
MINIMALISTICKÝ VZHLED
|
||||
Čistý vzhled a dojem: minimalistický vzhled a také malá velikost aplikace (méně než 9MB).
|
||||
|
||||
NÁVOD
|
||||
Nevíte, jak hrát Minesweeper? Žádný problém, můžete si zahrát naši ukázkovou úroveň a povolit Tipy v nastavení.
|
||||
|
||||
STATISTIKY
|
||||
Zkontrolujte své výsledky a pokrok.
|
||||
|
||||
POMOCNÍK HRY
|
||||
Hra automaticky označí čtverce, které jste izolovali.
|
||||
|
||||
PŘIZPŮSOBENÍ
|
||||
Hru můžete změnit tak, aby vám vyhovovala.
|
||||
Příklad: Pomoc, animace, hmatová odezva, otazník.
|
||||
|
||||
OVLÁDACÍ PRVKY
|
||||
Podporuje čtyři různá schémata ovládání. Příklad: označení pomocí klepnutí nebo dlouhého stisku.
|
||||
|
||||
ÚSPĚCHY A ŽEBŘÍČKY
|
||||
Máte k dispozici osm úspěchů k odemčení a různé žebříčky, které můžete sdílet se svými přáteli.
|
||||
|
||||
PŘÍSTUPNOST
|
||||
Tuto hru si můžete přizpůsobit podle svých potřeb: změňte velikost čtverců, poloměr, načasování dotyků a podporu čtečky obrazovky.
|
||||
Vždy se snažíme vylepšit naše nastavení přístupnosti. Pokud vám něco chybí, dejte nám zpětnou vazbu!
|
||||
|
||||
APLIKACE ZAMĚŘENÁ NA ANDROID
|
||||
Podporuje skvělé funkce systému Android, jako je rozdělená obrazovka, klávesové zkratky, sdílení, systémové motivy a vždy podporuje poslední verzi.
|
||||
|
||||
ONLINE NEBO OFFLINE
|
||||
K hraní hry nemusíte být online!
|
||||
|
||||
AUTOM. UKLÁDÁNÍ
|
||||
Můžete začít hru a pokračovat v ní později! Automaticky uloží vaši hru.
|
||||
|
||||
Užijte si to.
|
||||
|
|
BIN
fastlane/metadata/android/cs-CZ/icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/cs-CZ/promoGraphic.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
|
@ -1 +1 @@
|
|||
Logická hra, ve které hledáte všechny skryté miny.
|
||||
Logická hra, ve které hledáte všechny skryté miny.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Antimine - Minolovka
|
||||
Hledání min - Antimine
|
||||
|
|
BIN
fastlane/metadata/android/da-DK/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
56
fastlane/metadata/android/da-DK/full_description.txt
Normal file
|
@ -0,0 +1,56 @@
|
|||
Test your reasoning power on a challenging puzzle game where you have to solve a minefield without exploding any mine.
|
||||
This is a minimalist and modern version of the classic Minesweeper.
|
||||
|
||||
Are you able to clear a minefield? Let’s go!
|
||||
|
||||
OBJECTIVE
|
||||
It's like Minesweeper. You win the game when you've flagged every mine in the minefield. Be careful not to trigger one!
|
||||
|
||||
NO GUESSING
|
||||
This game has an algorithm that always creates solvable minefields. You won't have to guess where the last mine is!
|
||||
|
||||
GAME LEVELS
|
||||
Just like Minesweeper, this game has different levels: Beginner, Intermediate, and Expert. But it also has a unique progressive mode that gets harder when you win.
|
||||
|
||||
CUSTOM LEVEL
|
||||
If the standard modes aren't enough, you can create your level difficulty!
|
||||
|
||||
THEMES
|
||||
Antimine has more than 15 themes (including light, dark, and AMOLED). And soon more will be added!
|
||||
|
||||
MINIMALIST
|
||||
Clean look and feel: a minimalist visual and also lightweight app size (less than 9MB).
|
||||
|
||||
TUTORIAL
|
||||
Don't you know how to play Minesweeper? No problem, you can play our tutorial level and enable Tips on settings.
|
||||
|
||||
STATISTICS
|
||||
Check your results and development.
|
||||
|
||||
GAME ASSISTANT
|
||||
The game will automatically flag the squares you isolated.
|
||||
|
||||
CUSTOMIZATION
|
||||
You can change the game to make it like you want to.
|
||||
Example: Help, animations, haptic feedback, question mark.
|
||||
|
||||
CONTROLS
|
||||
It supports four different control schemes. Example: flag using tap or long press.
|
||||
|
||||
ACHIEVEMENTS AND LEADERBOARDS
|
||||
You have eight achievements to unlock and different leaderboards to share with your friends.
|
||||
|
||||
ACCESSIBILITY
|
||||
You can customize this game to your needs: change the squares size, radius, touch timing, and screen reader support.
|
||||
We are always trying to improve our accessibility settings. If you miss something give us feedback!
|
||||
|
||||
ANDROID FOCUSED APP
|
||||
It supports cool Android features like split-screen, shortcuts, sharing, system theme, and always supporting the last version.
|
||||
|
||||
ONLINE OR OFFLINE
|
||||
You don't need to be online to play the game!
|
||||
|
||||
AUTO-SAVE
|
||||
You can start a game and continue it later! It will auto-save your game.
|
||||
|
||||
Enjoy.
|
BIN
fastlane/metadata/android/da-DK/icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/da-DK/promoGraphic.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
1
fastlane/metadata/android/da-DK/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Ryd skjulte miner fra et minefelt
|
1
fastlane/metadata/android/da-DK/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Antimine - Minestryger
|
1
fastlane/metadata/android/da-DK/video.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://www.youtube.com/watch?v=OYBfyh0AQmE
|
BIN
fastlane/metadata/android/de-DE/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
|
@ -1,28 +1,56 @@
|
|||
Antimine ist ein Minesweeper ähnliches Puzzle-Spiel.
|
||||
Ziel ist es, die Lücken mit den Minen zu kennzeichnen, um das Feld zu einem sicheren Ort zu machen, ohne sie zum Explodieren zu bringen.
|
||||
Teste dein logisches Denkvermögen bei einem herausfordernden Puzzle-Spiel, bei dem du ein Minenfeld zu räumen hast, ohne dass irgendeine Mine explodiert.
|
||||
Dies ist eine minimalistische, moderne Version des klassischen Minesweeper.
|
||||
|
||||
Du gewinnst das Spiel, wenn du jede Mine auf dem Minenfeld markiert hast.
|
||||
Sei vorsichtig, nicht eine auszulösen!
|
||||
Kannst du ein Minenfeld räumen? Auf geht's!
|
||||
|
||||
<b>Eigenschaften</b>
|
||||
ZIELSETZUNG
|
||||
Es ist wie Minesweeper. Du gewinnst das Spiel, wenn du jede Mine im Minenfeld markiert hast. Sei vorsichtig, nicht eine auszulösen!
|
||||
|
||||
<ul>
|
||||
<li>Belegt wenig Speicherplatz</li>
|
||||
<li>Es kann ohne Internetverbindung gespielt werden</li>
|
||||
<li>4 Schwierigkeitsgrade</li>
|
||||
<li>Erstelle dein eigenes Level</li>
|
||||
<li>Nachtmodus</li>
|
||||
<li>Speichert das Spiel automatisch</li>
|
||||
<li>Platziere Fahnen, um Minen zu markieren</li>
|
||||
<li>Platziere Fragezeichen, um fragwürdige Orte zu markieren</li>
|
||||
<li>Öffne mehrere Orte durch Drücken der Zahlen</li>
|
||||
<li>Markierungen bei Bedarf automatisch platzieren</li>
|
||||
<li>Teile das Spiel</li>
|
||||
<li>Mit geteiltem Bildschirm spielen</li>
|
||||
<li>Zugänglichkeit: Erhöhe die Fläche des Quadrats</li>
|
||||
<li>Bedienbarkeit: Bildschirmleser</li>
|
||||
</ul>
|
||||
KEIN RÄTSELRATEN
|
||||
Dieses Spiel nutzt einen Algorithmus, der immer lösbare Minenfelder erzeugt. Du wirst nicht raten müssen, wo die letzte Mine ist!
|
||||
|
||||
<b>Quellcode</b>
|
||||
SPIEL-LEVEL
|
||||
Genau wie Minesweeper hat dieses Spiel unterschiedliche Schwierigkeitsstufen: Anfänger, Fortgeschrittener und Experte. Aber es hat auch einen einzigartigen progressiven Modus, der, jedesmal wenn du gewinnst, schwieriger wird.
|
||||
|
||||
Der Quellcode dieses Spiels ist verfügbar auf: <a href="https://github.com/lucasnlm/antimine-android">GitHub</a>
|
||||
BENUTZERDEFINIERTER LEVEL
|
||||
Falls die Standardmodi nicht ausreichen, kannst du deine eigene Schwierigkeitsstufe entwerfen!
|
||||
|
||||
THEMEN
|
||||
Antimine hat mehr als 15 Themen (darunter hell, dunkel und AMOLED). Und bald werden noch mehr hinzugefügt!
|
||||
|
||||
MINIMALISTISCH
|
||||
Aufgeräumtes Erscheinungsbild: Minimalistische Optik und geringer Speicherbedarf (weniger als 9 MB).
|
||||
|
||||
ANLEITUNG
|
||||
Du weißt nicht, wie man Minesweeper spielt? Kein Problem, du kannst unsere Übungslevel spielen und in den Einstellungen Tipps aktivieren.
|
||||
|
||||
STATISTIKEN
|
||||
Prüfe deine Ergebnisse und Fortschritte.
|
||||
|
||||
SPIELASSISTENT
|
||||
Das Spiel wird automatisch die Quadrate markieren, die du isoliert hast.
|
||||
|
||||
NUTZERANPASSUNG
|
||||
Du kannst das Spiel so ändern, wie du es haben möchtest.
|
||||
Beispiel: Hilfe, Animationen, haptisches Feedback, Fragezeichen.
|
||||
|
||||
STEUERUNG
|
||||
Es unterstützt vier verschiedene Kontrollschemata. Beispiel: Markieren durch Tippen oder langes Drücken.
|
||||
|
||||
ERFOLGE UND BESTENLISTE
|
||||
Es gilt acht Erfolgsstufen zu entsperren, und du hast verschiedene Bestenlisten, die du mit deinen Freunden teilen kannst.
|
||||
|
||||
BARRIEREFREIHEIT
|
||||
Du kannst dieses Spiel deinen Bedürfnissen anpassen: Ändere Quadratgröße, Radius, Reaktionszeit und Leseunterstützung.
|
||||
Wir bemühen uns stets, unsere Einstellungen der Barrierefreiheit zu verbessern. Falls du etwas vermisst, gib uns eine Rückmeldung!
|
||||
|
||||
ANDROID FOCUSIERTE APP
|
||||
Sie unterstützt coole Androidfunktionalitäten wie Splitscreen, Verknüpfung, Teilen, Systemthemen und immer die Unterstützung der letzten Version.
|
||||
|
||||
ONLINE ODER OFFLINE
|
||||
Du musst nicht online sein, um das Spiel zu spielen!
|
||||
|
||||
AUTOM. SPEICHERUNG
|
||||
Du kannst ein Spiel beginnen und es später fortsetzen! Es wird dein Spiel automatisch speichern.
|
||||
|
||||
Viel Spaß.
|
||||
|
|
BIN
fastlane/metadata/android/de-DE/icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/de-DE/promoGraphic.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
|
@ -1 +1 @@
|
|||
Ein Puzzle-Spiel, in dem du nach allen verborgenen Minen suchst.
|
||||
Ein Puzzle-Spiel, in dem du nach allen verborgenen Minen suchst.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Antimine - Minesweeper
|
||||
Minesweeper - Antimine
|
||||
|
|
BIN
fastlane/metadata/android/el-GR/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
56
fastlane/metadata/android/el-GR/full_description.txt
Normal file
|
@ -0,0 +1,56 @@
|
|||
Test your reasoning power on a challenging puzzle game where you have to solve a minefield without exploding any mine.
|
||||
This is a minimalist and modern version of the classic Minesweeper.
|
||||
|
||||
Are you able to clear a minefield? Let’s go!
|
||||
|
||||
OBJECTIVE
|
||||
It's like Minesweeper. You win the game when you've flagged every mine in the minefield. Be careful not to trigger one!
|
||||
|
||||
NO GUESSING
|
||||
This game has an algorithm that always creates solvable minefields. You won't have to guess where the last mine is!
|
||||
|
||||
GAME LEVELS
|
||||
Just like Minesweeper, this game has different levels: Beginner, Intermediate, and Expert. But it also has a unique progressive mode that gets harder when you win.
|
||||
|
||||
CUSTOM LEVEL
|
||||
If the standard modes aren't enough, you can create your level difficulty!
|
||||
|
||||
THEMES
|
||||
Antimine has more than 15 themes (including light, dark, and AMOLED). And soon more will be added!
|
||||
|
||||
MINIMALIST
|
||||
Clean look and feel: a minimalist visual and also lightweight app size (less than 9MB).
|
||||
|
||||
TUTORIAL
|
||||
Don't you know how to play Minesweeper? No problem, you can play our tutorial level and enable Tips on settings.
|
||||
|
||||
STATISTICS
|
||||
Check your results and development.
|
||||
|
||||
GAME ASSISTANT
|
||||
The game will automatically flag the squares you isolated.
|
||||
|
||||
CUSTOMIZATION
|
||||
You can change the game to make it like you want to.
|
||||
Example: Help, animations, haptic feedback, question mark.
|
||||
|
||||
CONTROLS
|
||||
It supports four different control schemes. Example: flag using tap or long press.
|
||||
|
||||
ACHIEVEMENTS AND LEADERBOARDS
|
||||
You have eight achievements to unlock and different leaderboards to share with your friends.
|
||||
|
||||
ACCESSIBILITY
|
||||
You can customize this game to your needs: change the squares size, radius, touch timing, and screen reader support.
|
||||
We are always trying to improve our accessibility settings. If you miss something give us feedback!
|
||||
|
||||
ANDROID FOCUSED APP
|
||||
It supports cool Android features like split-screen, shortcuts, sharing, system theme, and always supporting the last version.
|
||||
|
||||
ONLINE OR OFFLINE
|
||||
You don't need to be online to play the game!
|
||||
|
||||
AUTO-SAVE
|
||||
You can start a game and continue it later! It will auto-save your game.
|
||||
|
||||
Enjoy.
|
BIN
fastlane/metadata/android/el-GR/icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/el-GR/promoGraphic.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
1
fastlane/metadata/android/el-GR/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Αφαίρεση κρυμμένων ναρκών από το ναρκοπέδιο.
|
1
fastlane/metadata/android/el-GR/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Ναρκαλιευτής - Antimine
|
1
fastlane/metadata/android/el-GR/video.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://www.youtube.com/watch?v=OYBfyh0AQmE
|
|
@ -1,28 +1,56 @@
|
|||
Antimine is a minesweeper-like puzzle game.
|
||||
The objective is to flag the spaces with mines to make the field a safer place without exploding any of them.
|
||||
Test your reasoning power on a challenging puzzle game where you have to solve a minefield without exploding any mine.
|
||||
This is a minimalist and modern version of the classic Minesweeper.
|
||||
|
||||
You win the game when you've flagged every mine in the minefield.
|
||||
Be careful not to trigger one!
|
||||
Are you able to clear a minefield? Let’s go!
|
||||
|
||||
<b>Features</b>
|
||||
OBJECTIVE
|
||||
It's like Minesweeper. You win the game when you've flagged every mine in the minefield. Be careful not to trigger one!
|
||||
|
||||
<ul>
|
||||
<li>Takes up little storage space</li>
|
||||
<li>It can be played without an Internet connection</li>
|
||||
<li>4 difficulty levels</li>
|
||||
<li>Make your own level</li>
|
||||
<li>Night mode</li>
|
||||
<li>Saves the game automatically</li>
|
||||
<li>Place flags to mark mines</li>
|
||||
<li>Place question marks to flag questionable places</li>
|
||||
<li>Open multiple places by pressing the numbers</li>
|
||||
<li>Place flags automatically when needed</li>
|
||||
<li>Share the game</li>
|
||||
<li>Play with split-screen</li>
|
||||
<li>Accessibility: increase the area of the square</li>
|
||||
<li>Accessibility: screen reader</li>
|
||||
</ul>
|
||||
NO NEED TO GUESS
|
||||
This game has an algorithm that always creates solvable minefields. You won't have to guess where the last mine is!
|
||||
|
||||
<b>Source Code</b>
|
||||
GAME LEVELS
|
||||
Just like Minesweeper, this game has different levels: Beginner, Intermediate, and Expert. But it also has a unique progressive mode that gets harder when you win.
|
||||
|
||||
This game source code is available <a href="https://github.com/lucasnlm/antimine-android">GitHub</a>.
|
||||
CUSTOM LEVEL
|
||||
If the standard modes aren't enough, you can create your level difficulty!
|
||||
|
||||
THEMES
|
||||
Antimine has more than 15 themes (including light, dark, and AMOLED). And soon more will be added!
|
||||
|
||||
MINIMALIST
|
||||
Clean look and feel: a minimalist visual and also lightweight app size (less than 9MB).
|
||||
|
||||
TUTORIAL
|
||||
Don't you know how to play Minesweeper? No problem, you can play our tutorial level and enable Tips on settings.
|
||||
|
||||
STATISTICS
|
||||
Check your results and development.
|
||||
|
||||
GAME ASSISTANT
|
||||
The game will automatically flag the squares you isolated.
|
||||
|
||||
CUSTOMIZATION
|
||||
You can change the game to make it like you want to.
|
||||
Example: Help, animations, haptic feedback, question mark.
|
||||
|
||||
CONTROLS
|
||||
It supports four different control schemes. Example: flag using tap or long press.
|
||||
|
||||
ACHIEVEMENTS AND LEADERBOARDS
|
||||
You have eight achievements to unlock and different leaderboards to share with your friends.
|
||||
|
||||
ACCESSIBILITY
|
||||
You can customize this game to your needs: change the squares size, radius, touch timing, and screen reader support.
|
||||
We are always trying to improve our accessibility settings. If something is missing, give us feedback!
|
||||
|
||||
ANDROID FOCUSED APP
|
||||
It supports cool Android features like split-screen, shortcuts, sharing, system theme, and always supporting the latest version.
|
||||
|
||||
ONLINE OR OFFLINE
|
||||
You don't need to be online to play the game!
|
||||
|
||||
AUTO-SAVE
|
||||
You can start a game and continue it later! It will auto-save your game.
|
||||
|
||||
Enjoy.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Antimine - Minesweeper
|
||||
Minesweeper - Antimine
|
||||
|
|
BIN
fastlane/metadata/android/es-ES/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
56
fastlane/metadata/android/es-ES/full_description.txt
Normal file
|
@ -0,0 +1,56 @@
|
|||
Prueba tu poder de razonamiento en un desafiante juego de rompecabezas donde tienes que resolver un campo de minas sin explotar ninguna mina.
|
||||
Esta es una versión minimalista y moderna de lo clásico Buscaminas.
|
||||
|
||||
¿Eres capaz de resolver un campo minado? ¡Vamos!
|
||||
|
||||
OBJETIVO
|
||||
Es como Buscaminas. Ganas la partida cuando has marcado todas las minas en el campo de minas. ¡Ten cuidado de no activar una!
|
||||
|
||||
SIN ADIVINAR
|
||||
Este juego tiene un algoritmo que siempre crea campos de minas solventables. ¡No tendrás que adivinar dónde está la última mina!
|
||||
|
||||
NIVELES DE JUEGO
|
||||
Al igual que Buscaminas, este juego tiene diferentes niveles: principiante, intermedio y experto. Pero también tiene un modo progresivo único que se hace más difícil cuando ganas.
|
||||
|
||||
NIVEL PERSONALIZADO
|
||||
Si los modos estándar no son suficientes, puedes crear tu nivel de dificultad!
|
||||
|
||||
TEMAS
|
||||
Antimine tiene más de 15 temas (incluyendo luz, oscuridad y AMOLED). ¡Y pronto se añadirán más!
|
||||
|
||||
MINIMALISTA
|
||||
Un aspecto limpio: minimalista, ligero y también un tamaño de menos de 9MB.
|
||||
|
||||
TUTORIAL
|
||||
¿No sabes cómo jugar a Buscaminas? No hay problema, puedes jugar nuestro nivel de tutorial y activar Consejos en la configuración.
|
||||
|
||||
ESTADÍSTICAS
|
||||
Compruebe sus resultados y desarrollo.
|
||||
|
||||
ASISTANTE DEL JUEGO
|
||||
El juego marcará automáticamente los cuadrados que has aislado.
|
||||
|
||||
PERSONALIZACIÓN
|
||||
Puedes cambiar el juego para hacerlo como quieras.
|
||||
Ejemplo: Ayuda, animaciones, comentarios hápticos, signo de interrogación.
|
||||
|
||||
CONTROLES
|
||||
Soporta cuatro sistemas de control diferentes. Ejemplo: bandera usando tap o pulsación larga.
|
||||
|
||||
ACHIEVEMENTES Y MARCADORES
|
||||
Tienes ocho logros para desbloquear y diferentes tablas de clasificación para compartir con tus amigos.
|
||||
|
||||
ACCESIBILIDAD
|
||||
Puedes personalizar este juego a tus necesidades: cambiar el tamaño de los cuadrados, el radio, la hora táctil y el soporte para lectores de pantalla.
|
||||
Siempre estamos tratando de mejorar nuestros ajustes de accesibilidad. Si te pierdes algo, danos tus comentarios!
|
||||
|
||||
ANDROID
|
||||
Soporta características interesantes de Android como pantalla dividida, acceso directo, compartir, tema del sistema, y siempre soportando la última versión.
|
||||
|
||||
EN LÍNEA O DESARROLLO
|
||||
¡No necesitas estar conectado para jugar al juego!
|
||||
|
||||
AUTO-GUARDAR
|
||||
¡Puedes empezar un juego y continuar más tarde! Guardará automáticamente tu juego.
|
||||
|
||||
¡Disfruta!
|
BIN
fastlane/metadata/android/es-ES/icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/es-ES/promoGraphic.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
1
fastlane/metadata/android/es-ES/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Un juego de rompecabezas en que buscas todas las minas ocultas.
|
1
fastlane/metadata/android/es-ES/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Buscaminas - Antimine
|
1
fastlane/metadata/android/es-ES/video.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://www.youtube.com/watch?v=OYBfyh0AQmE
|
BIN
fastlane/metadata/android/es-US/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
fastlane/metadata/android/es-US/icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/es-US/promoGraphic.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
fastlane/metadata/android/fi-FI/featureGraphic.png
Normal file
After Width: | Height: | Size: 44 KiB |
56
fastlane/metadata/android/fi-FI/full_description.txt
Normal file
|
@ -0,0 +1,56 @@
|
|||
Test your reasoning power on a challenging puzzle game where you have to solve a minefield without exploding any mine.
|
||||
This is a minimalist and modern version of the classic Minesweeper.
|
||||
|
||||
Are you able to clear a minefield? Let’s go!
|
||||
|
||||
OBJECTIVE
|
||||
It's like Minesweeper. You win the game when you've flagged every mine in the minefield. Be careful not to trigger one!
|
||||
|
||||
NO GUESSING
|
||||
This game has an algorithm that always creates solvable minefields. You won't have to guess where the last mine is!
|
||||
|
||||
GAME LEVELS
|
||||
Just like Minesweeper, this game has different levels: Beginner, Intermediate, and Expert. But it also has a unique progressive mode that gets harder when you win.
|
||||
|
||||
CUSTOM LEVEL
|
||||
If the standard modes aren't enough, you can create your level difficulty!
|
||||
|
||||
THEMES
|
||||
Antimine has more than 15 themes (including light, dark, and AMOLED). And soon more will be added!
|
||||
|
||||
MINIMALIST
|
||||
Clean look and feel: a minimalist visual and also lightweight app size (less than 9MB).
|
||||
|
||||
TUTORIAL
|
||||
Don't you know how to play Minesweeper? No problem, you can play our tutorial level and enable Tips on settings.
|
||||
|
||||
STATISTICS
|
||||
Check your results and development.
|
||||
|
||||
GAME ASSISTANT
|
||||
The game will automatically flag the squares you isolated.
|
||||
|
||||
CUSTOMIZATION
|
||||
You can change the game to make it like you want to.
|
||||
Example: Help, animations, haptic feedback, question mark.
|
||||
|
||||
CONTROLS
|
||||
It supports four different control schemes. Example: flag using tap or long press.
|
||||
|
||||
ACHIEVEMENTS AND LEADERBOARDS
|
||||
You have eight achievements to unlock and different leaderboards to share with your friends.
|
||||
|
||||
ACCESSIBILITY
|
||||
You can customize this game to your needs: change the squares size, radius, touch timing, and screen reader support.
|
||||
We are always trying to improve our accessibility settings. If you miss something give us feedback!
|
||||
|
||||
ANDROID FOCUSED APP
|
||||
It supports cool Android features like split-screen, shortcuts, sharing, system theme, and always supporting the last version.
|
||||
|
||||
ONLINE OR OFFLINE
|
||||
You don't need to be online to play the game!
|
||||
|
||||
AUTO-SAVE
|
||||
You can start a game and continue it later! It will auto-save your game.
|
||||
|
||||
Enjoy.
|