diff --git a/.gitignore b/.gitignore index 4cd1c5e..21da499 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ /captures keystore.jks keystore.properties +fastlane/fastlane.json +Gemfile +Gemfile.lock diff --git a/README.md b/README.md index 11675d8..d34f05d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Simple Flashlight -Logo +Logo A clean flashlight with an extra bright display, customizable stroboscope and a predefined SOS mode. @@ -30,7 +30,7 @@ https://www.reddit.com/r/SimpleMobileTools Get it on F-Droid
-App image -App image -App image +App image +App image +App image
diff --git a/fastlane/Appfile b/fastlane/Appfile new file mode 100644 index 0000000..3517536 --- /dev/null +++ b/fastlane/Appfile @@ -0,0 +1,2 @@ +json_key_file("fastlane/fastlane.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one +package_name("com.simplemobiletools.flashlight") # e.g. com.krausefx.app diff --git a/fastlane/Fastfile b/fastlane/Fastfile new file mode 100644 index 0000000..19c557c --- /dev/null +++ b/fastlane/Fastfile @@ -0,0 +1,38 @@ +# This file contains the fastlane.tools configuration +# You can find the documentation at https://docs.fastlane.tools +# +# For a list of all available actions, check out +# +# https://docs.fastlane.tools/actions +# +# For a list of all available plugins, check out +# +# https://docs.fastlane.tools/plugins/available-plugins +# + +# Uncomment the line if you want fastlane to automatically update itself +# update_fastlane + +default_platform(:android) + +platform :android do + desc "Runs all the tests" + lane :test do + gradle(task: "test") + end + + desc "Submit a new Beta Build to Crashlytics Beta" + lane :beta do + gradle(task: "clean assembleRelease") + crashlytics + + # sh "your_script.sh" + # You can also use other beta testing services here + end + + desc "Deploy a new version to the Google Play" + lane :deploy do + gradle(task: "clean assembleRelease") + upload_to_play_store + end +end diff --git a/fastlane/metadata/android/ar/short_description.txt b/fastlane/metadata/android/ar/short_description.txt index f99af62..63bcbb9 100644 --- a/fastlane/metadata/android/ar/short_description.txt +++ b/fastlane/metadata/android/ar/short_description.txt @@ -1 +1 @@ -تحكم في ضوء LED مع التحكم في السطوع ولون قابل للتخصيص ، stroboscope +تحكم في ضوء LED مع التحكم في السطوع ولون قابل للتخصيص ، stroboscope \ No newline at end of file diff --git a/fastlane/metadata/android/ar/title.txt b/fastlane/metadata/android/ar/title.txt index 78c40d6..e2352db 100644 --- a/fastlane/metadata/android/ar/title.txt +++ b/fastlane/metadata/android/ar/title.txt @@ -1 +1 @@ -Simple Flashlight +Simple Flashlight \ No newline at end of file diff --git a/fastlane/metadata/android/ar/video.txt b/fastlane/metadata/android/ar/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/bg/full_description.txt b/fastlane/metadata/android/bg/full_description.txt new file mode 100644 index 0000000..a80048d --- /dev/null +++ b/fastlane/metadata/android/bg/full_description.txt @@ -0,0 +1,29 @@ +A clean flashlight with an extra bright display, customizable stroboscope with strobe light function and a predefined SOS mode. + +This quick start led flashlight is light on your device and works as a real led light when in dark. Using this slash light, you can easily work in different circumstances and this quick start led flashlight can help you when you are in a dire situation. + +All these functions can be hugely helpful under certain circumstances. Whether you are wandering in dark and need a led light to see the way, or you have to find something in a a low light place, this quick start flash light can help you in all the possible circumstances. The strobe light in this app can help you when you are in need of help. The quick start flash led light can help calling for rescue if you need it. + +The Bright display can have its color changed, opening a new world of possible uses. It can come handy in case you want to see your wider proximity without blinding yourself. With different colors, you can use this led light when you are with friends and want to have a party. Or you can use this feature to call someone for help according to the person. + +The stroboscope can have its frequency changed, ranging from really fast blinking to occasional ones. This quick start app can be customized according to your needs. You can change all the features of of this app according to your needs without any problem. + +If this free flash light is turned on via the app (not widget), it will prevent the device from falling asleep. The strong torch can optionally turn on at launching the app, but it isn't mandatory. + +Comes with a 1x1 widget with customizable color and transparency. This widget can help you in quick start your led light app whenever you need it. + +It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. + +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/bg/short_description.txt b/fastlane/metadata/android/bg/short_description.txt new file mode 100644 index 0000000..9b71802 --- /dev/null +++ b/fastlane/metadata/android/bg/short_description.txt @@ -0,0 +1 @@ +Torch flashlight with torch color and brightness control, led flashlight \ No newline at end of file diff --git a/fastlane/metadata/android/bg/title.txt b/fastlane/metadata/android/bg/title.txt index ff470dd..4b86d0c 100644 --- a/fastlane/metadata/android/bg/title.txt +++ b/fastlane/metadata/android/bg/title.txt @@ -1 +1 @@ -Обикновено Фенерче +Обикновено Фенерче \ No newline at end of file diff --git a/fastlane/metadata/android/bg/video.txt b/fastlane/metadata/android/bg/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/ca/full_description.txt b/fastlane/metadata/android/ca/full_description.txt index 6bb8516..c72f817 100644 --- a/fastlane/metadata/android/ca/full_description.txt +++ b/fastlane/metadata/android/ca/full_description.txt @@ -26,4 +26,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/ca/short_description.txt b/fastlane/metadata/android/ca/short_description.txt index a8df9bf..7821ccd 100644 --- a/fastlane/metadata/android/ca/short_description.txt +++ b/fastlane/metadata/android/ca/short_description.txt @@ -1 +1 @@ -Controlador de llum led amb control de lluminositat i color personalitzable, estroboscopi +Controlador de llum led amb control de lluminositat i color personalitzable \ No newline at end of file diff --git a/fastlane/metadata/android/ca/title.txt b/fastlane/metadata/android/ca/title.txt index 78c40d6..e2352db 100644 --- a/fastlane/metadata/android/ca/title.txt +++ b/fastlane/metadata/android/ca/title.txt @@ -1 +1 @@ -Simple Flashlight +Simple Flashlight \ No newline at end of file diff --git a/fastlane/metadata/android/ca/video.txt b/fastlane/metadata/android/ca/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/cs/full_description.txt b/fastlane/metadata/android/cs-CZ/full_description.txt similarity index 58% rename from fastlane/metadata/android/cs/full_description.txt rename to fastlane/metadata/android/cs-CZ/full_description.txt index d86c0c1..969b96f 100644 --- a/fastlane/metadata/android/cs/full_description.txt +++ b/fastlane/metadata/android/cs-CZ/full_description.txt @@ -4,4 +4,14 @@ Poskytuje i 1x1 widget s nastavitelnou barvou. Neobsahuje žádné reklamy či nepotřebná oprávnění. Má otevřený zdrojový kód a možnost změny barev. -Tato aplikace je jen jednou ze sady aplikací. Ostatní si můžete prohlédnout na https://www.simplemobiletools.com +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/cs-CZ/short_description.txt b/fastlane/metadata/android/cs-CZ/short_description.txt new file mode 100644 index 0000000..4a45544 --- /dev/null +++ b/fastlane/metadata/android/cs-CZ/short_description.txt @@ -0,0 +1 @@ +Jednoduchá svítilna bez reklam. \ No newline at end of file diff --git a/fastlane/metadata/android/cs-CZ/title.txt b/fastlane/metadata/android/cs-CZ/title.txt new file mode 100644 index 0000000..4c8ad6f --- /dev/null +++ b/fastlane/metadata/android/cs-CZ/title.txt @@ -0,0 +1 @@ +Jednoduchá svítilna: LED lampa \ No newline at end of file diff --git a/fastlane/metadata/android/cs-CZ/video.txt b/fastlane/metadata/android/cs-CZ/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/cs/short_description.txt b/fastlane/metadata/android/cs/short_description.txt deleted file mode 100644 index a310efc..0000000 --- a/fastlane/metadata/android/cs/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Jednoduchá svítilna bez reklam. diff --git a/fastlane/metadata/android/cs/title.txt b/fastlane/metadata/android/cs/title.txt deleted file mode 100644 index d91826f..0000000 --- a/fastlane/metadata/android/cs/title.txt +++ /dev/null @@ -1 +0,0 @@ -Jednoduchá svítilna - Neztraťte se ve tmě diff --git a/fastlane/metadata/android/cy/full_description.txt b/fastlane/metadata/android/cy/full_description.txt deleted file mode 100644 index c11bd38..0000000 --- a/fastlane/metadata/android/cy/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -Fflacholau syml gyda dangosydd llachar a strobosgop gellir ei addasu dy hun. Os yw'n cael ei droi ymlaen fel ap (yn hytrach na theclyn), bydd yn rhwystro'r ddyfais rhag cysgu. - -Mae'n dod gyda theclyn 1x1 a lliw addasedig ar gyfer dy sgrin gartref. - -Dim hysbysebion nac angen unrhyw ganiatâd di-angen. Mae'n god agored a gellir addasu'r lliwiau dy hun. - -Mae'r ap hwn yn rhan o gasgliad o apiau. Mae'r gweddill i'w gweld yma: https://www.simplemobiletools.com diff --git a/fastlane/metadata/android/cy/short_description.txt b/fastlane/metadata/android/cy/short_description.txt deleted file mode 100644 index 0896714..0000000 --- a/fastlane/metadata/android/cy/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Fflacholau syml heb hysbysebion. diff --git a/fastlane/metadata/android/cy/title.txt b/fastlane/metadata/android/cy/title.txt deleted file mode 100644 index 78c40d6..0000000 --- a/fastlane/metadata/android/cy/title.txt +++ /dev/null @@ -1 +0,0 @@ -Simple Flashlight diff --git a/fastlane/metadata/android/da/full_description.txt b/fastlane/metadata/android/da-DK/full_description.txt similarity index 92% rename from fastlane/metadata/android/da/full_description.txt rename to fastlane/metadata/android/da-DK/full_description.txt index df685aa..0ed48a0 100644 --- a/fastlane/metadata/android/da/full_description.txt +++ b/fastlane/metadata/android/da-DK/full_description.txt @@ -10,11 +10,14 @@ Leveres med en 1x1 widget med tilpasselig farve og gennemsigtighed. Det leveres Manglen på internetadgang giver dig mere privatliv, sikkerhed og stabilitet end andre apps. Indeholder ingen annoncer eller unødvendige tilladelser. Det er fuldt opensource, giver tilpassede farver. - Se hele pakken med enkle værktøjer her: +Se hele pakken med enkle værktøjer her: https://www.simplemobiletools.com -Facebook: +Facebook: https://www.facebook.com/simplemobiletools -Reddit: +Reddit: https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/da/short_description.txt b/fastlane/metadata/android/da-DK/short_description.txt similarity index 84% rename from fastlane/metadata/android/da/short_description.txt rename to fastlane/metadata/android/da-DK/short_description.txt index 182da0e..a9f39df 100644 --- a/fastlane/metadata/android/da/short_description.txt +++ b/fastlane/metadata/android/da-DK/short_description.txt @@ -1 +1 @@ -En moderne lommelygte med SOS, stroboskop og et lyst display uden reklamer. +En moderne lommelygte med SOS, stroboskop og et lyst display uden reklamer. \ No newline at end of file diff --git a/fastlane/metadata/android/da-DK/title.txt b/fastlane/metadata/android/da-DK/title.txt new file mode 100644 index 0000000..2bc2ba5 --- /dev/null +++ b/fastlane/metadata/android/da-DK/title.txt @@ -0,0 +1 @@ +Simpel lommelygte \ No newline at end of file diff --git a/fastlane/metadata/android/da-DK/video.txt b/fastlane/metadata/android/da-DK/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/da/title.txt b/fastlane/metadata/android/da/title.txt deleted file mode 100644 index 634d404..0000000 --- a/fastlane/metadata/android/da/title.txt +++ /dev/null @@ -1 +0,0 @@ -Simpel lommelygte diff --git a/fastlane/metadata/android/de-DE/full_description.txt b/fastlane/metadata/android/de-DE/full_description.txt new file mode 100644 index 0000000..c3b2ab1 --- /dev/null +++ b/fastlane/metadata/android/de-DE/full_description.txt @@ -0,0 +1,29 @@ +Eine aufgeräumte Taschenlampe mit einem extra hellen Display, einem anpassbaren Stroboskop und einem vordefinierten SOS-Modus. + +Diese Schnellstart-LED-Taschenlampe leuchtet auf Ihrem Gerät und funktioniert im Dunkeln als echtes LED-Licht. Mit diesem Schrägstrich können Sie problemlos unter verschiedenen Umständen arbeiten, und diese LED-Taschenlampe mit Schnellstart kann Ihnen helfen, wenn Sie sich in einer schwierigen Situation befinden. + +All diese Funktionen können unter bestimmten Umständen sehr hilfreich sein. Egal, ob Sie im Dunkeln wandern und ein LED-Licht benötigen, um den Weg zu sehen, oder ob Sie etwas an einem Ort mit wenig Licht finden müssen, dieses Schnellstart-Blitzlicht kann Ihnen unter allen möglichen Umständen helfen. Das Blitzlicht in dieser App kann Ihnen helfen, wenn Sie Hilfe benötigen. Die LED-Schnellstart-Blitzleuchte kann bei Bedarf zur Rettung beitragen. + +Die Farbe des Bright-Displays kann geändert werden, wodurch eine neue Welt möglicher Verwendungsmöglichkeiten eröffnet wird. Dies kann nützlich sein, wenn Sie Ihre größere Nähe sehen möchten, ohne sich selbst zu blenden. Mit verschiedenen Farben können Sie dieses LED-Licht verwenden, wenn Sie mit Freunden zusammen sind und eine Party feiern möchten. Oder Sie können diese Funktion verwenden, um jemanden entsprechend der Person um Hilfe zu bitten. + +Die Frequenz des Stroboskops kann sich ändern, von sehr schnellem Blinken bis hin zu gelegentlichem Blinken. Diese Schnellstart-App kann an Ihre Bedürfnisse angepasst werden. Sie können alle Funktionen dieser App problemlos an Ihre Bedürfnisse anpassen. + +Wenn dieses kostenlose Blitzlicht über die App (kein Widget) eingeschaltet wird, wird verhindert, dass das Gerät einschlafen kann. Die starke Taschenlampe kann optional beim Starten der App eingeschaltet werden, ist jedoch nicht obligatorisch. + +Kommt mit einem 1x1 Widget mit anpassbarer Farbe und Transparenz. Dieses Widget kann Ihnen helfen, Ihre LED-Licht-App schnell zu starten, wann immer Sie sie benötigen. + +Es wird standardmäßig mit Materialdesign und dunklem Thema geliefert und bietet eine hervorragende Benutzererfahrung für eine einfache Verwendung. Der fehlende Internetzugang bietet Ihnen mehr Privatsphäre, Sicherheit und Stabilität als andere Apps. + +Enthält keine Anzeigen oder unnötigen Berechtigungen. Es ist vollständig OpenSource und bietet anpassbare Farben. + +Sehen Sie sich hier die vollständige Suite der einfachen Tools an: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/de-DE/images/icon.png b/fastlane/metadata/android/de-DE/images/icon.png new file mode 100644 index 0000000..890b23c Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/icon.png differ diff --git a/fastlane/metadata/android/de-DE/images/phoneScreenshots/1_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/phoneScreenshots/1_de-DE.jpeg new file mode 100644 index 0000000..f91ab6e Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/phoneScreenshots/1_de-DE.jpeg differ diff --git a/fastlane/metadata/android/de-DE/images/phoneScreenshots/2_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/phoneScreenshots/2_de-DE.jpeg new file mode 100644 index 0000000..c093f7e Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/phoneScreenshots/2_de-DE.jpeg differ diff --git a/fastlane/metadata/android/de-DE/images/phoneScreenshots/3_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/phoneScreenshots/3_de-DE.jpeg new file mode 100644 index 0000000..5c2d364 Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/phoneScreenshots/3_de-DE.jpeg differ diff --git a/fastlane/metadata/android/en-US/images/sevenInchScreenshots/1.jpg b/fastlane/metadata/android/de-DE/images/sevenInchScreenshots/1_de-DE.jpeg similarity index 100% rename from fastlane/metadata/android/en-US/images/sevenInchScreenshots/1.jpg rename to fastlane/metadata/android/de-DE/images/sevenInchScreenshots/1_de-DE.jpeg diff --git a/fastlane/metadata/android/en-US/images/sevenInchScreenshots/2.jpg b/fastlane/metadata/android/de-DE/images/sevenInchScreenshots/2_de-DE.jpeg similarity index 100% rename from fastlane/metadata/android/en-US/images/sevenInchScreenshots/2.jpg rename to fastlane/metadata/android/de-DE/images/sevenInchScreenshots/2_de-DE.jpeg diff --git a/fastlane/metadata/android/en-US/images/tenInchScreenshots/1.jpg b/fastlane/metadata/android/de-DE/images/tenInchScreenshots/1_de-DE.jpeg similarity index 100% rename from fastlane/metadata/android/en-US/images/tenInchScreenshots/1.jpg rename to fastlane/metadata/android/de-DE/images/tenInchScreenshots/1_de-DE.jpeg diff --git a/fastlane/metadata/android/en-US/images/tenInchScreenshots/2.jpg b/fastlane/metadata/android/de-DE/images/tenInchScreenshots/2_de-DE.jpeg similarity index 100% rename from fastlane/metadata/android/en-US/images/tenInchScreenshots/2.jpg rename to fastlane/metadata/android/de-DE/images/tenInchScreenshots/2_de-DE.jpeg diff --git a/fastlane/metadata/android/de-DE/short_description.txt b/fastlane/metadata/android/de-DE/short_description.txt new file mode 100644 index 0000000..35c7a9c --- /dev/null +++ b/fastlane/metadata/android/de-DE/short_description.txt @@ -0,0 +1 @@ +Helle Taschenlampe, helles Display, Stroboskop-SOS-Modus, Keine Werbung \ No newline at end of file diff --git a/fastlane/metadata/android/de-DE/title.txt b/fastlane/metadata/android/de-DE/title.txt new file mode 100644 index 0000000..8906db7 --- /dev/null +++ b/fastlane/metadata/android/de-DE/title.txt @@ -0,0 +1 @@ +Schlichte Taschenlampe: Licht \ No newline at end of file diff --git a/fastlane/metadata/android/de-DE/video.txt b/fastlane/metadata/android/de-DE/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/de/full_description.txt b/fastlane/metadata/android/de/full_description.txt deleted file mode 100644 index 24a2e84..0000000 --- a/fastlane/metadata/android/de/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -Eine einfache Taschenlampe mit extra hellem Display und anpassbarem Stroboskop. Wenn die Taschenlampe über die App eingeschaltet wurde (nicht Widget), wird das Gerät nicht in Standby gehen. - -Inklusive 1x1 Widget mit anpassbaren Farben. - -Beinhaltet keine Werbung oder unnötige Berechtigungen. Sie ist komplett Open Source, alle verwendeten Farben sind anpassbar. - -Diese App ist nur eine aus einer größeren Serie von schlichten Apps. Der Rest davon findet sich auf https://www.simplemobiletools.com diff --git a/fastlane/metadata/android/de/short_description.txt b/fastlane/metadata/android/de/short_description.txt deleted file mode 100644 index 93d0db0..0000000 --- a/fastlane/metadata/android/de/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Eine schlichte Taschenlampe, ganz ohne Werbung. diff --git a/fastlane/metadata/android/de/title.txt b/fastlane/metadata/android/de/title.txt deleted file mode 100644 index 252a5a7..0000000 --- a/fastlane/metadata/android/de/title.txt +++ /dev/null @@ -1 +0,0 @@ -Schlichte Taschenlampe diff --git a/fastlane/metadata/android/el-GR/full_description.txt b/fastlane/metadata/android/el-GR/full_description.txt new file mode 100644 index 0000000..68f9826 --- /dev/null +++ b/fastlane/metadata/android/el-GR/full_description.txt @@ -0,0 +1,27 @@ +Ένας καθαρός φακός με μια επιπλέον φωτεινή οθόνη, προσαρμόσιμο στροβοσκόπιο και μια προκαθορισμένη λειτουργία SOS. + +Όλες αυτές οι λειτουργίες μπορεί να είναι εξαιρετικά χρήσιμες υπό ορισμένες συνθήκες. + +Η φωτεινή οθόνη μπορεί να αλλάζει το χρώμα της, ανοίγοντας έναν νέο κόσμο των πιθανών χρήσεων. Μπορεί να φανεί πρακτικό σε περίπτωση που θέλετε να δείτε πολύ κοντά σας χωρίς να τυφλωθείτε. + +Το στροβοσκόπιο μπορεί να αλλάξει τη συχνότητά του, που κυμαίνεται από πολύ γρήγορα μέχρι περιστασιακά. + +Εάν αυτός ο δωρεάν φακός ενεργοποιηθεί μέσω της εφαρμογής (όχι widget), και αποτρέψει την αδρανοποίηση της συσκευής. Ο ισχυρός φακός μπορεί προαιρετικά να ενεργοποιείται κατά την εκκίνηση της εφαρμογής, αλλά δεν είναι υποχρεωτικό. + +Παρέχεται με 1x1 γραφικό στοιχείο με προσαρμόσιμο χρώμα και διαφάνεια. + +Διατίθεται με σχεδίαση υλικού και σκούρο θέμα από προεπιλογή, παρέχει εξαιρετική εμπειρία χρήστη για εύκολη χρήση. Η έλλειψη πρόσβασης στο διαδίκτυο σας παρέχει περισσότερο απόρρητο, ασφάλεια και σταθερότητα από ό,τι άλλες εφαρμογές. + +Δεν περιέχει διαφημίσεις ή άσκοπη αδειοδότηση. Είναι πλήρως ανοιχτού κώδικα και παρέχει προσαρμόσιμες αποχρώσεις. + +Δείτε την πλήρη σειρά των Απλών Εργαλείων εδώ: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/el-GR/short_description.txt b/fastlane/metadata/android/el-GR/short_description.txt new file mode 100644 index 0000000..f8070d2 --- /dev/null +++ b/fastlane/metadata/android/el-GR/short_description.txt @@ -0,0 +1 @@ +Απλός σύγχρονος φακός με SOS, στροβοσκόπιο & φωτεινή οθόνη, χωρίς διαφημίσεις \ No newline at end of file diff --git a/fastlane/metadata/android/el-GR/title.txt b/fastlane/metadata/android/el-GR/title.txt new file mode 100644 index 0000000..7bfc9ad --- /dev/null +++ b/fastlane/metadata/android/el-GR/title.txt @@ -0,0 +1 @@ +Απλός φακός - Φωτεινή οθόνη \ No newline at end of file diff --git a/fastlane/metadata/android/el-GR/video.txt b/fastlane/metadata/android/el-GR/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/el/full_description.txt b/fastlane/metadata/android/el/full_description.txt deleted file mode 100644 index 696a6e9..0000000 --- a/fastlane/metadata/android/el/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -Ένας καθαρός φακός με μεγάλη απόδοση φωτεινότητας και τροποποιήσιμο στροβοσκόπιο. Όταν ενεργοποιείται μέσω της εφαρμογής (και όχι μέσω του πρόσθετου), αποτρέπει την συσκευή από το να αδρανοποιηθεί. - -Συμπεριλαμβάνει ένα πρόσθετο διαστάσεων 1x1, με προσαρμόσιμο χρώμα. - -Δεν περιέχει διαφημίσεις ή άσκοπη αδειοδότηση. Είναι πλήρως ανοιχτού κώδικα και παρέχει προσαρμόσιμες αποχρώσεις. - -Αυτή η εφαρμογή είναι μέρος μίας μεγάλης συλλογής εφαρμογών. Μπορείτε να τις βρείτε στο https://www.simplemobiletools.com diff --git a/fastlane/metadata/android/el/short_description.txt b/fastlane/metadata/android/el/short_description.txt deleted file mode 100644 index 5d37047..0000000 --- a/fastlane/metadata/android/el/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Ένας απλός φακός, χωρίς διαφημίσεις. diff --git a/fastlane/metadata/android/el/title.txt b/fastlane/metadata/android/el/title.txt deleted file mode 100644 index df74c3e..0000000 --- a/fastlane/metadata/android/el/title.txt +++ /dev/null @@ -1 +0,0 @@ -Απλός Φακός - Για να μην χάνεστε στο σκοτάδι diff --git a/fastlane/metadata/android/en-GB/full_description.txt b/fastlane/metadata/android/en-GB/full_description.txt new file mode 100644 index 0000000..a80048d --- /dev/null +++ b/fastlane/metadata/android/en-GB/full_description.txt @@ -0,0 +1,29 @@ +A clean flashlight with an extra bright display, customizable stroboscope with strobe light function and a predefined SOS mode. + +This quick start led flashlight is light on your device and works as a real led light when in dark. Using this slash light, you can easily work in different circumstances and this quick start led flashlight can help you when you are in a dire situation. + +All these functions can be hugely helpful under certain circumstances. Whether you are wandering in dark and need a led light to see the way, or you have to find something in a a low light place, this quick start flash light can help you in all the possible circumstances. The strobe light in this app can help you when you are in need of help. The quick start flash led light can help calling for rescue if you need it. + +The Bright display can have its color changed, opening a new world of possible uses. It can come handy in case you want to see your wider proximity without blinding yourself. With different colors, you can use this led light when you are with friends and want to have a party. Or you can use this feature to call someone for help according to the person. + +The stroboscope can have its frequency changed, ranging from really fast blinking to occasional ones. This quick start app can be customized according to your needs. You can change all the features of of this app according to your needs without any problem. + +If this free flash light is turned on via the app (not widget), it will prevent the device from falling asleep. The strong torch can optionally turn on at launching the app, but it isn't mandatory. + +Comes with a 1x1 widget with customizable color and transparency. This widget can help you in quick start your led light app whenever you need it. + +It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. + +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.jpg b/fastlane/metadata/android/en-GB/images/featureGraphic.jpeg similarity index 100% rename from fastlane/metadata/android/en-US/images/featureGraphic.jpg rename to fastlane/metadata/android/en-GB/images/featureGraphic.jpeg diff --git a/fastlane/metadata/android/en-GB/images/icon.png b/fastlane/metadata/android/en-GB/images/icon.png new file mode 100644 index 0000000..0de4dce Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/icon.png differ diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/1_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/phoneScreenshots/1_en-GB.jpeg new file mode 100644 index 0000000..a289b8b Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/phoneScreenshots/1_en-GB.jpeg differ diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/2_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/phoneScreenshots/2_en-GB.jpeg new file mode 100644 index 0000000..4cd1c2a Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/phoneScreenshots/2_en-GB.jpeg differ diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/3_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/phoneScreenshots/3_en-GB.jpeg new file mode 100644 index 0000000..6a5507f Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/phoneScreenshots/3_en-GB.jpeg differ diff --git a/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/1_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/1_en-GB.jpeg new file mode 100644 index 0000000..5c86673 Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/1_en-GB.jpeg differ diff --git a/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/2_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/2_en-GB.jpeg new file mode 100644 index 0000000..578e23b Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/2_en-GB.jpeg differ diff --git a/fastlane/metadata/android/en-GB/images/tenInchScreenshots/1_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/tenInchScreenshots/1_en-GB.jpeg new file mode 100644 index 0000000..5c86673 Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/tenInchScreenshots/1_en-GB.jpeg differ diff --git a/fastlane/metadata/android/en-GB/images/tenInchScreenshots/2_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/tenInchScreenshots/2_en-GB.jpeg new file mode 100644 index 0000000..578e23b Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/tenInchScreenshots/2_en-GB.jpeg differ diff --git a/fastlane/metadata/android/en-US/images/tv_banner.png b/fastlane/metadata/android/en-GB/images/tvBanner.png similarity index 100% rename from fastlane/metadata/android/en-US/images/tv_banner.png rename to fastlane/metadata/android/en-GB/images/tvBanner.png diff --git a/fastlane/metadata/android/en-GB/short_description.txt b/fastlane/metadata/android/en-GB/short_description.txt new file mode 100644 index 0000000..9b71802 --- /dev/null +++ b/fastlane/metadata/android/en-GB/short_description.txt @@ -0,0 +1 @@ +Torch flashlight with torch color and brightness control, led flashlight \ No newline at end of file diff --git a/fastlane/metadata/android/en-GB/title.txt b/fastlane/metadata/android/en-GB/title.txt new file mode 100644 index 0000000..555b615 --- /dev/null +++ b/fastlane/metadata/android/en-GB/title.txt @@ -0,0 +1 @@ +Simple Flashlight: LED lamp \ No newline at end of file diff --git a/fastlane/metadata/android/en-GB/video.txt b/fastlane/metadata/android/en-GB/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/en-IN/full_description.txt b/fastlane/metadata/android/en-IN/full_description.txt new file mode 100644 index 0000000..a80048d --- /dev/null +++ b/fastlane/metadata/android/en-IN/full_description.txt @@ -0,0 +1,29 @@ +A clean flashlight with an extra bright display, customizable stroboscope with strobe light function and a predefined SOS mode. + +This quick start led flashlight is light on your device and works as a real led light when in dark. Using this slash light, you can easily work in different circumstances and this quick start led flashlight can help you when you are in a dire situation. + +All these functions can be hugely helpful under certain circumstances. Whether you are wandering in dark and need a led light to see the way, or you have to find something in a a low light place, this quick start flash light can help you in all the possible circumstances. The strobe light in this app can help you when you are in need of help. The quick start flash led light can help calling for rescue if you need it. + +The Bright display can have its color changed, opening a new world of possible uses. It can come handy in case you want to see your wider proximity without blinding yourself. With different colors, you can use this led light when you are with friends and want to have a party. Or you can use this feature to call someone for help according to the person. + +The stroboscope can have its frequency changed, ranging from really fast blinking to occasional ones. This quick start app can be customized according to your needs. You can change all the features of of this app according to your needs without any problem. + +If this free flash light is turned on via the app (not widget), it will prevent the device from falling asleep. The strong torch can optionally turn on at launching the app, but it isn't mandatory. + +Comes with a 1x1 widget with customizable color and transparency. This widget can help you in quick start your led light app whenever you need it. + +It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. + +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/en-IN/short_description.txt b/fastlane/metadata/android/en-IN/short_description.txt new file mode 100644 index 0000000..85e9f47 --- /dev/null +++ b/fastlane/metadata/android/en-IN/short_description.txt @@ -0,0 +1 @@ +Bright flashlight with a bright display, stroboscope, torch and sos mode \ No newline at end of file diff --git a/fastlane/metadata/android/en-IN/title.txt b/fastlane/metadata/android/en-IN/title.txt new file mode 100644 index 0000000..555b615 --- /dev/null +++ b/fastlane/metadata/android/en-IN/title.txt @@ -0,0 +1 @@ +Simple Flashlight: LED lamp \ No newline at end of file diff --git a/fastlane/metadata/android/en-IN/video.txt b/fastlane/metadata/android/en-IN/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/en-US/images/app_icon.png b/fastlane/metadata/android/en-US/images/app_icon.png deleted file mode 100644 index ad6b5f0..0000000 Binary files a/fastlane/metadata/android/en-US/images/app_icon.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png index cc4d29b..a6bdd01 100644 Binary files a/fastlane/metadata/android/en-US/images/icon.png and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg deleted file mode 100644 index ab76a8d..0000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.jpeg b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.jpeg new file mode 100644 index 0000000..a0bea76 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.jpeg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg deleted file mode 100644 index 5362c69..0000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.jpeg b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.jpeg new file mode 100644 index 0000000..4cfd231 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.jpeg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg deleted file mode 100644 index 6e3117a..0000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.jpeg b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.jpeg new file mode 100644 index 0000000..62193b8 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.jpeg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/1.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/english/1.jpg deleted file mode 100644 index a8d2a3a..0000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/1.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/2.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/english/2.jpg deleted file mode 100644 index 276f7be..0000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/2.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/3.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/english/3.jpg deleted file mode 100644 index c8fd945..0000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/3.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/promo_graphic.png b/fastlane/metadata/android/en-US/images/promo_graphic.png deleted file mode 100644 index da98ec1..0000000 Binary files a/fastlane/metadata/android/en-US/images/promo_graphic.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/app_1.png b/fastlane/metadata/android/en-US/images/raw_screenshots/app_1.png deleted file mode 100644 index 8c3bc97..0000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/app_1.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/app_2.png b/fastlane/metadata/android/en-US/images/raw_screenshots/app_2.png deleted file mode 100644 index 36d3e54..0000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/app_2.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/app_3.jpg b/fastlane/metadata/android/en-US/images/raw_screenshots/app_3.jpg deleted file mode 100644 index cdaa4a1..0000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/app_3.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/app_4.png b/fastlane/metadata/android/en-US/images/raw_screenshots/app_4.png deleted file mode 100644 index b5cc596..0000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/app_4.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/flashlight.xcf b/fastlane/metadata/android/en-US/images/raw_screenshots/flashlight.xcf deleted file mode 100644 index 8cfe503..0000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/flashlight.xcf and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/tablet-10.png b/fastlane/metadata/android/en-US/images/raw_screenshots/tablet-10.png deleted file mode 100644 index 341b2a2..0000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/tablet-10.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/tablet-7.png b/fastlane/metadata/android/en-US/images/raw_screenshots/tablet-7.png deleted file mode 100644 index 10f3ddd..0000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/tablet-7.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/sevenInchScreenshots/1_en-US.jpeg b/fastlane/metadata/android/en-US/images/sevenInchScreenshots/1_en-US.jpeg new file mode 100644 index 0000000..477fc27 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/sevenInchScreenshots/1_en-US.jpeg differ diff --git a/fastlane/metadata/android/en-US/images/sevenInchScreenshots/2_en-US. b/fastlane/metadata/android/en-US/images/sevenInchScreenshots/2_en-US. new file mode 100644 index 0000000..439f561 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/sevenInchScreenshots/2_en-US. differ diff --git a/fastlane/metadata/android/en-US/images/square.png b/fastlane/metadata/android/en-US/images/square.png deleted file mode 100644 index 639272b..0000000 Binary files a/fastlane/metadata/android/en-US/images/square.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/square.xcf b/fastlane/metadata/android/en-US/images/square.xcf deleted file mode 100644 index 21b3381..0000000 Binary files a/fastlane/metadata/android/en-US/images/square.xcf and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/tenInchScreenshots/1_en-US.jpeg b/fastlane/metadata/android/en-US/images/tenInchScreenshots/1_en-US.jpeg new file mode 100644 index 0000000..477fc27 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/tenInchScreenshots/1_en-US.jpeg differ diff --git a/fastlane/metadata/android/en-US/images/tenInchScreenshots/2_en-US.jpeg b/fastlane/metadata/android/en-US/images/tenInchScreenshots/2_en-US.jpeg new file mode 100644 index 0000000..439f561 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/tenInchScreenshots/2_en-US.jpeg differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index d1847a5..0e8b929 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -Led light controller with brightness control and customizable color, stroboscope +Led light controller with brightness control and customizable color, stroboscope \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt index 78c40d6..555b615 100644 --- a/fastlane/metadata/android/en-US/title.txt +++ b/fastlane/metadata/android/en-US/title.txt @@ -1 +1 @@ -Simple Flashlight +Simple Flashlight: LED lamp \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/video.txt b/fastlane/metadata/android/en-US/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/es-ES/full_description.txt b/fastlane/metadata/android/es-ES/full_description.txt new file mode 100644 index 0000000..b594896 --- /dev/null +++ b/fastlane/metadata/android/es-ES/full_description.txt @@ -0,0 +1,27 @@ +Una luz de flash limpia con una pantalla extra brillante, un estroboscopio personalizable con función de luz estroboscópica y un modo SOS predefinido. Esta linterna LED de inicio rápido es ligera en su dispositivo y funciona como una luz LED real cuando está oscuro. Con esta luz de barra, puede trabajar fácilmente en diferentes circunstancias y esta linterna LED de inicio rápido puede ayudarlo cuando se encuentra en una situación desesperada. + +Todas estas funciones pueden resultar de gran ayuda en determinadas circunstancias. Ya sea que esté deambulando en la oscuridad y necesite una luz LED para ver el camino, o tenga que encontrar algo en un lugar con poca luz, esta luz de flash de inicio rápido puede ayudarlo en todas las circunstancias posibles. La luz estroboscópica de esta aplicación puede ayudarlo cuando necesite ayuda. La luz LED de flash de inicio rápido puede ayudar a llamar al rescate si lo necesita. + +La pantalla Bright puede cambiar de color, abriendo un nuevo mundo de posibles usos. Puede ser útil en caso de que desee ver su proximidad más amplia sin cegarse. Con diferentes colores, puedes usar esta luz led cuando estás con amigos y quieres hacer una fiesta. O puede usar esta función para llamar a alguien y pedir ayuda según la persona. + +Se puede cambiar la frecuencia del estroboscopio, desde parpadeos muy rápidos hasta ocasionales. Esta aplicación de inicio rápido se puede personalizar según sus necesidades. Puedes cambiar todas las funciones de esta aplicación según tus necesidades sin ningún problema. + +Si esta luz de flash gratuita se enciende a través de la aplicación (no el widget), evitará que el dispositivo se duerma. La linterna potente puede encenderse opcionalmente al iniciar la aplicación, pero no es obligatorio. + +Viene con un widget de 1x1 con color y transparencia personalizables. Este widget puede ayudarlo a iniciar rápidamente su aplicación de luz LED cuando lo necesite. + +Viene con diseño de material y tema oscuro de forma predeterminada, brinda una excelente experiencia de usuario para un uso fácil. La falta de acceso a Internet le brinda más privacidad, seguridad y estabilidad que otras aplicaciones. + +No contiene anuncios ni permisos innecesarios. Es totalmente de código abierto, proporciona colores personalizables. + +Consulte el conjunto completo de herramientas simples aquí: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/es-ES/images/phoneScreenshots/1_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/phoneScreenshots/1_es-ES.jpeg new file mode 100644 index 0000000..4003a03 Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/phoneScreenshots/1_es-ES.jpeg differ diff --git a/fastlane/metadata/android/es-ES/images/phoneScreenshots/2_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/phoneScreenshots/2_es-ES.jpeg new file mode 100644 index 0000000..e16bf69 Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/phoneScreenshots/2_es-ES.jpeg differ diff --git a/fastlane/metadata/android/es-ES/images/phoneScreenshots/3_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/phoneScreenshots/3_es-ES.jpeg new file mode 100644 index 0000000..c6592a6 Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/phoneScreenshots/3_es-ES.jpeg differ diff --git a/fastlane/metadata/android/es-ES/images/sevenInchScreenshots/1_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/sevenInchScreenshots/1_es-ES.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/sevenInchScreenshots/1_es-ES.jpeg differ diff --git a/fastlane/metadata/android/es-ES/images/sevenInchScreenshots/2_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/sevenInchScreenshots/2_es-ES.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/sevenInchScreenshots/2_es-ES.jpeg differ diff --git a/fastlane/metadata/android/es-ES/images/tenInchScreenshots/1_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/tenInchScreenshots/1_es-ES.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/tenInchScreenshots/1_es-ES.jpeg differ diff --git a/fastlane/metadata/android/es-ES/images/tenInchScreenshots/2_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/tenInchScreenshots/2_es-ES.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/tenInchScreenshots/2_es-ES.jpeg differ diff --git a/fastlane/metadata/android/es-ES/short_description.txt b/fastlane/metadata/android/es-ES/short_description.txt new file mode 100644 index 0000000..cb211a6 --- /dev/null +++ b/fastlane/metadata/android/es-ES/short_description.txt @@ -0,0 +1 @@ +Linterna brillante con pantalla brillante, estroboscopio, linterna y modo sos \ No newline at end of file diff --git a/fastlane/metadata/android/es-ES/title.txt b/fastlane/metadata/android/es-ES/title.txt new file mode 100644 index 0000000..b1e871d --- /dev/null +++ b/fastlane/metadata/android/es-ES/title.txt @@ -0,0 +1 @@ +Linterna Simple: Luz LED \ No newline at end of file diff --git a/fastlane/metadata/android/es-ES/video.txt b/fastlane/metadata/android/es-ES/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/es-US/full_description.txt b/fastlane/metadata/android/es-US/full_description.txt new file mode 100644 index 0000000..b594896 --- /dev/null +++ b/fastlane/metadata/android/es-US/full_description.txt @@ -0,0 +1,27 @@ +Una luz de flash limpia con una pantalla extra brillante, un estroboscopio personalizable con función de luz estroboscópica y un modo SOS predefinido. Esta linterna LED de inicio rápido es ligera en su dispositivo y funciona como una luz LED real cuando está oscuro. Con esta luz de barra, puede trabajar fácilmente en diferentes circunstancias y esta linterna LED de inicio rápido puede ayudarlo cuando se encuentra en una situación desesperada. + +Todas estas funciones pueden resultar de gran ayuda en determinadas circunstancias. Ya sea que esté deambulando en la oscuridad y necesite una luz LED para ver el camino, o tenga que encontrar algo en un lugar con poca luz, esta luz de flash de inicio rápido puede ayudarlo en todas las circunstancias posibles. La luz estroboscópica de esta aplicación puede ayudarlo cuando necesite ayuda. La luz LED de flash de inicio rápido puede ayudar a llamar al rescate si lo necesita. + +La pantalla Bright puede cambiar de color, abriendo un nuevo mundo de posibles usos. Puede ser útil en caso de que desee ver su proximidad más amplia sin cegarse. Con diferentes colores, puedes usar esta luz led cuando estás con amigos y quieres hacer una fiesta. O puede usar esta función para llamar a alguien y pedir ayuda según la persona. + +Se puede cambiar la frecuencia del estroboscopio, desde parpadeos muy rápidos hasta ocasionales. Esta aplicación de inicio rápido se puede personalizar según sus necesidades. Puedes cambiar todas las funciones de esta aplicación según tus necesidades sin ningún problema. + +Si esta luz de flash gratuita se enciende a través de la aplicación (no el widget), evitará que el dispositivo se duerma. La linterna potente puede encenderse opcionalmente al iniciar la aplicación, pero no es obligatorio. + +Viene con un widget de 1x1 con color y transparencia personalizables. Este widget puede ayudarlo a iniciar rápidamente su aplicación de luz LED cuando lo necesite. + +Viene con diseño de material y tema oscuro de forma predeterminada, brinda una excelente experiencia de usuario para un uso fácil. La falta de acceso a Internet le brinda más privacidad, seguridad y estabilidad que otras aplicaciones. + +No contiene anuncios ni permisos innecesarios. Es totalmente de código abierto, proporciona colores personalizables. + +Consulte el conjunto completo de herramientas simples aquí: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/es-US/images/phoneScreenshots/1_es-US.jpeg b/fastlane/metadata/android/es-US/images/phoneScreenshots/1_es-US.jpeg new file mode 100644 index 0000000..79cf312 Binary files /dev/null and b/fastlane/metadata/android/es-US/images/phoneScreenshots/1_es-US.jpeg differ diff --git a/fastlane/metadata/android/es-US/images/phoneScreenshots/2_es-US.jpeg b/fastlane/metadata/android/es-US/images/phoneScreenshots/2_es-US.jpeg new file mode 100644 index 0000000..0e47734 Binary files /dev/null and b/fastlane/metadata/android/es-US/images/phoneScreenshots/2_es-US.jpeg differ diff --git a/fastlane/metadata/android/es-US/images/phoneScreenshots/3_es-US.jpeg b/fastlane/metadata/android/es-US/images/phoneScreenshots/3_es-US.jpeg new file mode 100644 index 0000000..2bfa617 Binary files /dev/null and b/fastlane/metadata/android/es-US/images/phoneScreenshots/3_es-US.jpeg differ diff --git a/fastlane/metadata/android/es-US/images/sevenInchScreenshots/1_es-US.jpeg b/fastlane/metadata/android/es-US/images/sevenInchScreenshots/1_es-US.jpeg new file mode 100644 index 0000000..fcee2dd Binary files /dev/null and b/fastlane/metadata/android/es-US/images/sevenInchScreenshots/1_es-US.jpeg differ diff --git a/fastlane/metadata/android/es-US/images/sevenInchScreenshots/2_es-US.jpeg b/fastlane/metadata/android/es-US/images/sevenInchScreenshots/2_es-US.jpeg new file mode 100644 index 0000000..1d0e24f Binary files /dev/null and b/fastlane/metadata/android/es-US/images/sevenInchScreenshots/2_es-US.jpeg differ diff --git a/fastlane/metadata/android/es-US/images/tenInchScreenshots/1_es-US.jpeg b/fastlane/metadata/android/es-US/images/tenInchScreenshots/1_es-US.jpeg new file mode 100644 index 0000000..fcee2dd Binary files /dev/null and b/fastlane/metadata/android/es-US/images/tenInchScreenshots/1_es-US.jpeg differ diff --git a/fastlane/metadata/android/es-US/images/tenInchScreenshots/2_es-US.jpeg b/fastlane/metadata/android/es-US/images/tenInchScreenshots/2_es-US.jpeg new file mode 100644 index 0000000..1d0e24f Binary files /dev/null and b/fastlane/metadata/android/es-US/images/tenInchScreenshots/2_es-US.jpeg differ diff --git a/fastlane/metadata/android/es-US/short_description.txt b/fastlane/metadata/android/es-US/short_description.txt new file mode 100644 index 0000000..cb211a6 --- /dev/null +++ b/fastlane/metadata/android/es-US/short_description.txt @@ -0,0 +1 @@ +Linterna brillante con pantalla brillante, estroboscopio, linterna y modo sos \ No newline at end of file diff --git a/fastlane/metadata/android/es-US/title.txt b/fastlane/metadata/android/es-US/title.txt new file mode 100644 index 0000000..b1e871d --- /dev/null +++ b/fastlane/metadata/android/es-US/title.txt @@ -0,0 +1 @@ +Linterna Simple: Luz LED \ No newline at end of file diff --git a/fastlane/metadata/android/es-US/video.txt b/fastlane/metadata/android/es-US/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/es/full_description.txt b/fastlane/metadata/android/es/full_description.txt deleted file mode 100644 index 6245eb2..0000000 --- a/fastlane/metadata/android/es/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -Una sencilla linterna con brillo extra de pantalla y un personalizable estroboscopio. Si la enciende a través de la aplicación (no del widget), prevendrá que el dispositivo se duerma. - -Viene con un widget 1x1 con color personalizable. - -No contiene anuncios ni permisos innecesarios. Es completamente OpenSource y además provee un tema oscuro. - -Esta aplicación es tan solo una pequeña parte de una serie de aplicaciones. Puede encontrar el resto en https://www.simplemobiletools.com diff --git a/fastlane/metadata/android/es/short_description.txt b/fastlane/metadata/android/es/short_description.txt deleted file mode 100644 index 2493ce1..0000000 --- a/fastlane/metadata/android/es/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Una simple linterna sin anuncios. diff --git a/fastlane/metadata/android/es/title.txt b/fastlane/metadata/android/es/title.txt deleted file mode 100644 index 8b47ec8..0000000 --- a/fastlane/metadata/android/es/title.txt +++ /dev/null @@ -1 +0,0 @@ -Simple Flashlight - No te pierdas en la obscuridad diff --git a/fastlane/metadata/android/et/full_description.txt b/fastlane/metadata/android/et/full_description.txt new file mode 100644 index 0000000..a80048d --- /dev/null +++ b/fastlane/metadata/android/et/full_description.txt @@ -0,0 +1,29 @@ +A clean flashlight with an extra bright display, customizable stroboscope with strobe light function and a predefined SOS mode. + +This quick start led flashlight is light on your device and works as a real led light when in dark. Using this slash light, you can easily work in different circumstances and this quick start led flashlight can help you when you are in a dire situation. + +All these functions can be hugely helpful under certain circumstances. Whether you are wandering in dark and need a led light to see the way, or you have to find something in a a low light place, this quick start flash light can help you in all the possible circumstances. The strobe light in this app can help you when you are in need of help. The quick start flash led light can help calling for rescue if you need it. + +The Bright display can have its color changed, opening a new world of possible uses. It can come handy in case you want to see your wider proximity without blinding yourself. With different colors, you can use this led light when you are with friends and want to have a party. Or you can use this feature to call someone for help according to the person. + +The stroboscope can have its frequency changed, ranging from really fast blinking to occasional ones. This quick start app can be customized according to your needs. You can change all the features of of this app according to your needs without any problem. + +If this free flash light is turned on via the app (not widget), it will prevent the device from falling asleep. The strong torch can optionally turn on at launching the app, but it isn't mandatory. + +Comes with a 1x1 widget with customizable color and transparency. This widget can help you in quick start your led light app whenever you need it. + +It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. + +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/et/short_description.txt b/fastlane/metadata/android/et/short_description.txt index 75c3250..23bd9fa 100644 --- a/fastlane/metadata/android/et/short_description.txt +++ b/fastlane/metadata/android/et/short_description.txt @@ -1 +1 @@ -LED-lambi haldus, sh ereduse sättimine, värvide muutmine ja stroboskoop +LED-lambi haldus, sh ereduse sättimine, värvide muutmine ja stroboskoop \ No newline at end of file diff --git a/fastlane/metadata/android/et/title.txt b/fastlane/metadata/android/et/title.txt index fdea568..af5b316 100644 --- a/fastlane/metadata/android/et/title.txt +++ b/fastlane/metadata/android/et/title.txt @@ -1 +1 @@ -Lihtne taskulamp +Lihtne taskulamp \ No newline at end of file diff --git a/fastlane/metadata/android/et/video.txt b/fastlane/metadata/android/et/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/fr-FR/full_description.txt b/fastlane/metadata/android/fr-FR/full_description.txt new file mode 100644 index 0000000..fb6ff9a --- /dev/null +++ b/fastlane/metadata/android/fr-FR/full_description.txt @@ -0,0 +1,29 @@ +Une lampe de poche propre avec un écran très lumineux, un stroboscope personnalisable avec une fonction de lumière stroboscopique et un mode SOS prédéfini. + +Cette lampe de poche LED à démarrage rapide est légère sur votre appareil et fonctionne comme une véritable lumière LED dans l'obscurité. En utilisant cette lumière slash, vous pouvez facilement travailler dans différentes circonstances et cette lampe de poche LED à démarrage rapide peut vous aider lorsque vous êtes dans une situation difficile. + +Toutes ces fonctions peuvent être extrêmement utiles dans certaines circonstances. Que vous vous promeniez dans l'obscurité et que vous ayez besoin d'une lumière LED pour voir le chemin, ou que vous deviez trouver quelque chose dans un endroit peu éclairé, cette lampe flash à démarrage rapide peut vous aider dans toutes les circonstances possibles. La lumière stroboscopique de cette application peut vous aider lorsque vous avez besoin d'aide. La lumière LED flash à démarrage rapide peut vous aider à appeler les secours si vous en avez besoin. + +L'écran Bright peut voir sa couleur changée, ouvrant un nouveau monde d'utilisations possibles. Cela peut être utile au cas où vous voudriez voir votre proximité plus large sans vous aveugler. Avec différentes couleurs, vous pouvez utiliser cette lumière LED lorsque vous êtes entre amis et que vous souhaitez organiser une fête. Ou vous pouvez utiliser cette fonction pour appeler quelqu'un à l'aide en fonction de la personne. + +La fréquence du stroboscope peut être modifiée, allant d'un clignotement très rapide à des clignotements occasionnels. Cette application de démarrage rapide peut être personnalisée en fonction de vos besoins. Vous pouvez modifier toutes les fonctionnalités de cette application en fonction de vos besoins sans aucun problème. + +Si cette lampe flash gratuite est allumée via l'application (et non le widget), cela empêchera l'appareil de s'endormir. La torche puissante peut éventuellement s'allumer au lancement de l'application, mais ce n'est pas obligatoire. + +Livré avec un widget 1x1 avec couleur et transparence personnalisables. Ce widget peut vous aider à démarrer rapidement votre application d'éclairage LED chaque fois que vous en avez besoin. + +Il est livré avec une conception matérielle et un thème sombre par défaut, offre une excellente expérience utilisateur pour une utilisation facile. Le manque d'accès à Internet vous donne plus de confidentialité, de sécurité et de stabilité que les autres applications. + +Ne contient aucune publicité ou autorisations inutiles. Il est entièrement open source, fournit des couleurs personnalisables. + +Découvrez la suite complète des outils simples ici: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/fr-FR/images/icon.png b/fastlane/metadata/android/fr-FR/images/icon.png new file mode 100644 index 0000000..5862387 Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/icon.png differ diff --git a/fastlane/metadata/android/fr-FR/images/phoneScreenshots/1_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/1_fr-FR.jpeg new file mode 100644 index 0000000..4da3501 Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/1_fr-FR.jpeg differ diff --git a/fastlane/metadata/android/fr-FR/images/phoneScreenshots/2_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/2_fr-FR.jpeg new file mode 100644 index 0000000..d2bfd2a Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/2_fr-FR.jpeg differ diff --git a/fastlane/metadata/android/fr-FR/images/phoneScreenshots/3_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/3_fr-FR.jpeg new file mode 100644 index 0000000..8e8586c Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/3_fr-FR.jpeg differ diff --git a/fastlane/metadata/android/fr-FR/images/sevenInchScreenshots/1_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/sevenInchScreenshots/1_fr-FR.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/sevenInchScreenshots/1_fr-FR.jpeg differ diff --git a/fastlane/metadata/android/fr-FR/images/sevenInchScreenshots/2_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/sevenInchScreenshots/2_fr-FR.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/sevenInchScreenshots/2_fr-FR.jpeg differ diff --git a/fastlane/metadata/android/fr-FR/images/tenInchScreenshots/1_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/tenInchScreenshots/1_fr-FR.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/tenInchScreenshots/1_fr-FR.jpeg differ diff --git a/fastlane/metadata/android/fr-FR/images/tenInchScreenshots/2_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/tenInchScreenshots/2_fr-FR.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/tenInchScreenshots/2_fr-FR.jpeg differ diff --git a/fastlane/metadata/android/fr-FR/short_description.txt b/fastlane/metadata/android/fr-FR/short_description.txt new file mode 100644 index 0000000..57678d0 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/short_description.txt @@ -0,0 +1 @@ +Belle lampe de poche gratuite. Avec torche, SOS, stroboscope, écran lumineux \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/title.txt b/fastlane/metadata/android/fr-FR/title.txt new file mode 100644 index 0000000..ba8c9db --- /dev/null +++ b/fastlane/metadata/android/fr-FR/title.txt @@ -0,0 +1 @@ +Torche Simple: lumière LED \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/video.txt b/fastlane/metadata/android/fr-FR/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/fr/full_description.txt b/fastlane/metadata/android/fr/full_description.txt deleted file mode 100644 index 95c8dbf..0000000 --- a/fastlane/metadata/android/fr/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -Une lampe de poche propre avec un écran brillant en plus et un stroboscope personnalisable. Si activé depuis l'application (et non depuis de widget), cela empêchera la mise en veille de l'appareil. - -Installée avec un widget 1x1 dont la couleur est personnalisable. - -Ne contient pas de publicités ou d'autorisations inutiles. Elle est totalement opensouce et propose des couleurs personnalisables. - -Cette application n'est qu'une partie d'une plus grande série d'applications. Vous pouvez trouver le reste de ces application sur https://www.simplemobiletools.com diff --git a/fastlane/metadata/android/fr/short_description.txt b/fastlane/metadata/android/fr/short_description.txt deleted file mode 100644 index 24b7caa..0000000 --- a/fastlane/metadata/android/fr/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Une lampe de poche simple sans publicité. diff --git a/fastlane/metadata/android/fr/title.txt b/fastlane/metadata/android/fr/title.txt deleted file mode 100644 index 463be07..0000000 --- a/fastlane/metadata/android/fr/title.txt +++ /dev/null @@ -1 +0,0 @@ -Lampe de poche simple diff --git a/fastlane/metadata/android/hi-IN/full_description.txt b/fastlane/metadata/android/hi-IN/full_description.txt new file mode 100644 index 0000000..1a68f05 --- /dev/null +++ b/fastlane/metadata/android/hi-IN/full_description.txt @@ -0,0 +1,25 @@ +अत्यधिक चमकदार डिस्प्ले, कस्टमाइज होने वाली स्ट्रोबोस्कोप और पूर्वनिर्धारित SOS मोड के साथ सहज सरल टॉर्च। + +ये सभी फंक्शन कई परिस्थितियों में बेहद उपयोगी हो सकते हैं। + +आप ब्राइट डिस्प्ले का रंग बदल सकते हैं, आप इस फंक्शन का उपयोग और भी बहुत सी परिस्थितियों में कर सकते हैं। + +यह उन अवस्थाओं में काम आ सकता है जब आप अपनी इसे निकट रख कर खुद को अंधा किए बिना बड़े इलाके में देखना चाहते हैं। + +स्ट्रोबोस्कोप की फ्रीक्वेंसी बदल सकते हैं, बार-बार ब्लिंक करने से लेकर थोड़ी-थोड़ी देर में ब्लिंक करने तक। + +इस मुफ्त टॉर्च को एप (विजेट नहीं) के माध्यम से चालू किया जाता है, तो यह डिवाइस को स्लीप मोड में जाने से रोक देता है। शक्तिशाली टोर्च वैकल्पिक रूप से एप लॉन्च करने पर अपने आप चालू हो जाती है, लेकिन यह अनिवार्य नहीं है। + +यह कस्टमाइज होने वाले रंग, पारदर्शिता और 1x1 विजेट के साथ आता है। + +यहाँ पर सिम्पल टूल्स के पूरे सेट देखें: +https://www.simplemobiletools.com + +फेसबुक: +https://www.facebook.com/simplemobiletools + +रेडिट: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/hi-IN/short_description.txt b/fastlane/metadata/android/hi-IN/short_description.txt new file mode 100644 index 0000000..60cecc0 --- /dev/null +++ b/fastlane/metadata/android/hi-IN/short_description.txt @@ -0,0 +1 @@ +एक उज्ज्वल प्रदर्शन, स्ट्रोबोस्कोप, टॉर्च और एसओएस मोड के साथ उज्ज्वल टॉर्च, कोई \ No newline at end of file diff --git a/fastlane/metadata/android/hi-IN/title.txt b/fastlane/metadata/android/hi-IN/title.txt new file mode 100644 index 0000000..ca402ed --- /dev/null +++ b/fastlane/metadata/android/hi-IN/title.txt @@ -0,0 +1 @@ +सरल टॉर्च - एलईडी लाइट \ No newline at end of file diff --git a/fastlane/metadata/android/hi-IN/video.txt b/fastlane/metadata/android/hi-IN/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/hr/full_description.txt b/fastlane/metadata/android/hr/full_description.txt index c7e39eb..bc5f485 100644 --- a/fastlane/metadata/android/hr/full_description.txt +++ b/fastlane/metadata/android/hr/full_description.txt @@ -4,4 +4,14 @@ Dolazi s 1x1 widgetom i prilagodljivom bojom. Ne sadrži oglase ili nepotrebne dozvole. Aplikacije je otvorenog koda, pruža prilagodljive boje. -Ova je aplikacija samo dio većeg broja aplikacija. Možete pronaći ostatak na https://www.simplemobiletools.com +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/hr/short_description.txt b/fastlane/metadata/android/hr/short_description.txt index fb73998..db6768d 100644 --- a/fastlane/metadata/android/hr/short_description.txt +++ b/fastlane/metadata/android/hr/short_description.txt @@ -1 +1 @@ -Jednostavna svjetiljka bez oglasa. +Jednostavna svjetiljka bez oglasa. \ No newline at end of file diff --git a/fastlane/metadata/android/hr/title.txt b/fastlane/metadata/android/hr/title.txt index be0b7a8..3115609 100644 --- a/fastlane/metadata/android/hr/title.txt +++ b/fastlane/metadata/android/hr/title.txt @@ -1 +1 @@ -Jednostavna svjetiljka +Jednostavna svjetiljka \ No newline at end of file diff --git a/fastlane/metadata/android/hr/video.txt b/fastlane/metadata/android/hr/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/in/full_description.txt b/fastlane/metadata/android/id/full_description.txt similarity index 95% rename from fastlane/metadata/android/in/full_description.txt rename to fastlane/metadata/android/id/full_description.txt index de409ef..2d7f3eb 100644 --- a/fastlane/metadata/android/in/full_description.txt +++ b/fastlane/metadata/android/id/full_description.txt @@ -14,11 +14,14 @@ Muncul dengan desain material dan tema gelap secara default, memberikan pengalam Tidak mengandung iklan atau izin yang tidak perlu. Ini sepenuhnya open source, memberikan warna yang dapat disesuaikan. - Lihat rangkaian lengkap Alat Sederhana di sini: +Lihat rangkaian lengkap Alat Sederhana di sini: https://www.simplemobiletools.com -Facebook: +Facebook: https://www.facebook.com/simplemobiletools -Reddit : +Reddit: https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/id/images/phoneScreenshots/1_id.jpeg b/fastlane/metadata/android/id/images/phoneScreenshots/1_id.jpeg new file mode 100644 index 0000000..bf7f6c9 Binary files /dev/null and b/fastlane/metadata/android/id/images/phoneScreenshots/1_id.jpeg differ diff --git a/fastlane/metadata/android/id/images/phoneScreenshots/2_id.jpeg b/fastlane/metadata/android/id/images/phoneScreenshots/2_id.jpeg new file mode 100644 index 0000000..78223c7 Binary files /dev/null and b/fastlane/metadata/android/id/images/phoneScreenshots/2_id.jpeg differ diff --git a/fastlane/metadata/android/id/images/phoneScreenshots/3_id.jpeg b/fastlane/metadata/android/id/images/phoneScreenshots/3_id.jpeg new file mode 100644 index 0000000..696a2da Binary files /dev/null and b/fastlane/metadata/android/id/images/phoneScreenshots/3_id.jpeg differ diff --git a/fastlane/metadata/android/id/images/sevenInchScreenshots/1_id.jpeg b/fastlane/metadata/android/id/images/sevenInchScreenshots/1_id.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/id/images/sevenInchScreenshots/1_id.jpeg differ diff --git a/fastlane/metadata/android/id/images/sevenInchScreenshots/2_id.jpeg b/fastlane/metadata/android/id/images/sevenInchScreenshots/2_id.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/id/images/sevenInchScreenshots/2_id.jpeg differ diff --git a/fastlane/metadata/android/id/images/tenInchScreenshots/1_id.jpeg b/fastlane/metadata/android/id/images/tenInchScreenshots/1_id.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/id/images/tenInchScreenshots/1_id.jpeg differ diff --git a/fastlane/metadata/android/id/images/tenInchScreenshots/2_id.jpeg b/fastlane/metadata/android/id/images/tenInchScreenshots/2_id.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/id/images/tenInchScreenshots/2_id.jpeg differ diff --git a/fastlane/metadata/android/in/short_description.txt b/fastlane/metadata/android/id/short_description.txt similarity index 87% rename from fastlane/metadata/android/in/short_description.txt rename to fastlane/metadata/android/id/short_description.txt index 1205401..eeb2df7 100644 --- a/fastlane/metadata/android/in/short_description.txt +++ b/fastlane/metadata/android/id/short_description.txt @@ -1 +1 @@ -Senter indah gratis, tanpa iklan. Memiliki obor, stroboskop, layar cerah +Senter indah gratis, tanpa iklan. Memiliki obor, stroboskop, layar cerah \ No newline at end of file diff --git a/fastlane/metadata/android/id/title.txt b/fastlane/metadata/android/id/title.txt new file mode 100644 index 0000000..2c4d880 --- /dev/null +++ b/fastlane/metadata/android/id/title.txt @@ -0,0 +1 @@ +Senter Simpel: Lampu LED \ No newline at end of file diff --git a/fastlane/metadata/android/id/video.txt b/fastlane/metadata/android/id/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/in/title.txt b/fastlane/metadata/android/in/title.txt deleted file mode 100644 index 7b001fa..0000000 --- a/fastlane/metadata/android/in/title.txt +++ /dev/null @@ -1 +0,0 @@ -Senter Simpel: Lampu LED diff --git a/fastlane/metadata/android/it-IT/full_description.txt b/fastlane/metadata/android/it-IT/full_description.txt new file mode 100644 index 0000000..bb646d6 --- /dev/null +++ b/fastlane/metadata/android/it-IT/full_description.txt @@ -0,0 +1,27 @@ +Una luce flash pulita con un display extra luminoso, stroboscopio personalizzabile con funzione luce stroboscopica e una modalità SOS predefinita. Questa torcia a led ad avvio rapido è leggera sul tuo dispositivo e funziona come una vera luce a led quando è buio. Usando questa luce tagliente, puoi facilmente lavorare in diverse circostanze e questa torcia a led ad avvio rapido può aiutarti quando sei in una situazione disastrosa. + +Tutte queste funzioni possono essere estremamente utili in determinate circostanze. Sia che tu stia vagando al buio e abbia bisogno di una luce a led per vedere la strada, o che tu debba trovare qualcosa in un luogo poco illuminato, questa luce flash ad avvio rapido può aiutarti in tutte le circostanze possibili. La luce stroboscopica in questa app può aiutarti quando hai bisogno di aiuto. La luce a led flash ad avvio rapido può aiutare a chiamare i soccorsi se ne hai bisogno. + +Il display Bright può cambiare colore, aprendo un nuovo mondo di possibili utilizzi. Può tornare utile nel caso in cui desideri vedere la tua vicinanza più ampia senza accecarti. Con colori diversi, puoi usare questa luce a led quando sei con gli amici e vuoi fare una festa. Oppure puoi usare questa funzione per chiamare qualcuno per chiedere aiuto in base alla persona. + +La frequenza dello stroboscopio può variare, da lampi molto veloci a lampi occasionali. Questa app di avvio rapido può essere personalizzata in base alle tue esigenze. Puoi modificare tutte le funzionalità di questa app in base alle tue esigenze senza alcun problema. + +Se questa luce flash gratuita viene attivata tramite l'app (non il widget), impedirà al dispositivo di addormentarsi. La potente torcia può opzionalmente accendersi all'avvio dell'app, ma non è obbligatoria. + +Viene fornito con un widget 1x1 con colore e trasparenza personalizzabili. Questo widget può aiutarti ad avviare rapidamente la tua app di luci a led ogni volta che ne hai bisogno. + +Viene fornito con design dei materiali e tema scuro per impostazione predefinita, offre un'ottima esperienza utente per un facile utilizzo. La mancanza di accesso a Internet ti offre maggiore privacy, sicurezza e stabilità rispetto ad altre app. + +Non contiene pubblicità o autorizzazioni non necessarie. È completamente opensource, fornisce colori personalizzabili. + +Dai un'occhiata alla suite completa di Simple Tools qui: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/it-IT/images/phoneScreenshots/1_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/phoneScreenshots/1_it-IT.jpeg new file mode 100644 index 0000000..b328b97 Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/phoneScreenshots/1_it-IT.jpeg differ diff --git a/fastlane/metadata/android/it-IT/images/phoneScreenshots/2_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/phoneScreenshots/2_it-IT.jpeg new file mode 100644 index 0000000..fa7ac91 Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/phoneScreenshots/2_it-IT.jpeg differ diff --git a/fastlane/metadata/android/it-IT/images/phoneScreenshots/3_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/phoneScreenshots/3_it-IT.jpeg new file mode 100644 index 0000000..680b079 Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/phoneScreenshots/3_it-IT.jpeg differ diff --git a/fastlane/metadata/android/it-IT/images/sevenInchScreenshots/1_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/sevenInchScreenshots/1_it-IT.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/sevenInchScreenshots/1_it-IT.jpeg differ diff --git a/fastlane/metadata/android/it-IT/images/sevenInchScreenshots/2_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/sevenInchScreenshots/2_it-IT.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/sevenInchScreenshots/2_it-IT.jpeg differ diff --git a/fastlane/metadata/android/it-IT/images/tenInchScreenshots/1_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/tenInchScreenshots/1_it-IT.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/tenInchScreenshots/1_it-IT.jpeg differ diff --git a/fastlane/metadata/android/it-IT/images/tenInchScreenshots/2_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/tenInchScreenshots/2_it-IT.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/tenInchScreenshots/2_it-IT.jpeg differ diff --git a/fastlane/metadata/android/it-IT/short_description.txt b/fastlane/metadata/android/it-IT/short_description.txt new file mode 100644 index 0000000..ece86ac --- /dev/null +++ b/fastlane/metadata/android/it-IT/short_description.txt @@ -0,0 +1 @@ +Torcia con display luminoso, stroboscopio, torcia e modalità sos, no pubblicità \ No newline at end of file diff --git a/fastlane/metadata/android/it-IT/title.txt b/fastlane/metadata/android/it-IT/title.txt new file mode 100644 index 0000000..6a6eb5d --- /dev/null +++ b/fastlane/metadata/android/it-IT/title.txt @@ -0,0 +1 @@ +Torcia Semplice: Luce a LED \ No newline at end of file diff --git a/fastlane/metadata/android/it-IT/video.txt b/fastlane/metadata/android/it-IT/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/it/full_description.txt b/fastlane/metadata/android/it/full_description.txt deleted file mode 100644 index ec7d31f..0000000 --- a/fastlane/metadata/android/it/full_description.txt +++ /dev/null @@ -1,29 +0,0 @@ -Una torcia pulita con un display extra luminoso, uno stroboscopio personalizzabile con funzione di luce stroboscopica e una modalità SOS predefinita. - -Questa torcia a led ad avvio rapido è leggera sul tuo dispositivo e funziona come una vera luce a led quando è buio. Usando questa luce, puoi lavorare facilmente in diverse circostanze e questa torcia a led ad avvio rapido può aiutarti quando ti trovi in una situazione urgente. - -Tutte queste funzioni possono essere estremamente utili in determinate circostanze. Se stai vagando al buio e hai bisogno di una luce a led per vedere la strada, o devi trovare qualcosa in un luogo con poca luce, questa luce flash ad avvio rapido può aiutarti in tutte le possibili circostanze. La luce stroboscopica in questa app può aiutarti quando hai bisogno di aiuto. La luce a led flash ad avvio rapido può aiutare a chiamare i soccorsi se ne hai bisogno. - -Il display luminoso può cambiare colore, aprendo un nuovo mondo di possibili utilizzi. Può tornare utile nel caso in cui desideri vedere la tua vicinanza più ampia senza accecarti. Con diversi colori, puoi usare questa luce a led quando sei con gli amici e vuoi fare una festa. Oppure puoi utilizzare questa funzione per chiamare qualcuno per chiedere aiuto in base alla persona. - -Lo stroboscopio può avere la sua frequenza modificata, che va da lampeggiamenti molto veloci a quelli occasionali. Questa app di avvio rapido può essere personalizzata in base alle tue esigenze. Puoi modificare tutte le funzionalità di questa app in base alle tue esigenze senza alcun problema. - -Se questa luce flash gratuita viene attivata tramite l'app (non il widget), impedirà al dispositivo di addormentarsi. La torcia potente può facoltativamente accendersi all'avvio dell'app, ma non è obbligatoria. - -Viene fornito con un widget 1x1 con colore e trasparenza personalizzabili. Questo widget può aiutarti ad avviare rapidamente la tua app per luci a led ogni volta che ne hai bisogno. - -Viene fornita con material design e un tema scuro per impostazione predefinita, offre un'esperienza utente eccezionale per un facile utilizzo. La mancanza di accesso a Internet ti offre più privacy, sicurezza e stabilità rispetto ad altre app. - -Non contiene annunci o autorizzazioni non necessarie. È completamente open source, fornisce colori personalizzabili. - -Dai un'occhiata alla suite completa di Simple Tools qui: -https://www.simplemobiletools.com - -Facebook: -https://www.facebook.com/simplemobiletools - -Reddit: -https://www.reddit.com/r/SimpleMobileTools - -Telegram: -https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/it/short_description.txt b/fastlane/metadata/android/it/short_description.txt deleted file mode 100644 index 51ab36b..0000000 --- a/fastlane/metadata/android/it/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Regolatore LED con controllo luminosità e colore personalizzabile, stroboscopio diff --git a/fastlane/metadata/android/it/title.txt b/fastlane/metadata/android/it/title.txt deleted file mode 100644 index e4bd27b..0000000 --- a/fastlane/metadata/android/it/title.txt +++ /dev/null @@ -1 +0,0 @@ -Semplice torcia diff --git a/fastlane/metadata/android/iw/full_description.txt b/fastlane/metadata/android/iw-IL/full_description.txt similarity index 55% rename from fastlane/metadata/android/iw/full_description.txt rename to fastlane/metadata/android/iw-IL/full_description.txt index a06350d..33fda07 100644 --- a/fastlane/metadata/android/iw/full_description.txt +++ b/fastlane/metadata/android/iw-IL/full_description.txt @@ -1,4 +1,4 @@ - פנס נקי עם תצוגה בהירה במיוחד, סטרובוסקופ הניתן להתאמה אישית ומצב SOS מוגדר מראש. כל הפונקציות הללו יכולות להועיל מאוד בנסיבות מסוימות. ניתן לשנות את הצבע של התצוגה הבהירה, ולפתוח עולם חדש של שימושים אפשריים. זה יכול להיות שימושי במקרה שאתה רוצה לראות את הקרבה הרחבה יותר שלך מבלי לסנוור את עצמך. +פנס נקי עם תצוגה בהירה במיוחד, סטרובוסקופ הניתן להתאמה אישית ומצב SOS מוגדר מראש. כל הפונקציות הללו יכולות להועיל מאוד בנסיבות מסוימות. ניתן לשנות את הצבע של התצוגה הבהירה, ולפתוח עולם חדש של שימושים אפשריים. זה יכול להיות שימושי במקרה שאתה רוצה לראות את הקרבה הרחבה יותר שלך מבלי לסנוור את עצמך. ניתן לשנות את התדר של הסטרובוסקופ, החל מהבהוב מהיר ממש ועד למצמוץ מדי פעם. אם הפנס החינמי הזה יופעל דרך האפליקציה (לא ווידג\'ט), זה ימנע מהמכשיר להירדם. @@ -8,11 +8,14 @@ אינו מכיל פרסומות או הרשאות מיותרות. זה קוד פתוח לחלוטין, מספק צבעים הניתנים להתאמה אישית. -בדוק את החבילה המלאה של כלים פשוטים כאן: - https://www.simplemobiletools.com +בדוק את החבילה המלאה של כלים פשוטים כאן: +https://www.simplemobiletools.com -פייסבוק: - https://www.facebook.com/simplemobiletools +פייסבוק: +https://www.facebook.com/simplemobiletools -Reddit : -https://www.reddit.com/r/SimpleMobileTools +Reddit : +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/iw-IL/short_description.txt b/fastlane/metadata/android/iw-IL/short_description.txt new file mode 100644 index 0000000..4346977 --- /dev/null +++ b/fastlane/metadata/android/iw-IL/short_description.txt @@ -0,0 +1 @@ +Una simple linterna sin anuncios. \ No newline at end of file diff --git a/fastlane/metadata/android/iw-IL/title.txt b/fastlane/metadata/android/iw-IL/title.txt new file mode 100644 index 0000000..4221753 --- /dev/null +++ b/fastlane/metadata/android/iw-IL/title.txt @@ -0,0 +1 @@ +פנס פשוט \ No newline at end of file diff --git a/fastlane/metadata/android/iw-IL/video.txt b/fastlane/metadata/android/iw-IL/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/iw/short_description.txt b/fastlane/metadata/android/iw/short_description.txt deleted file mode 100644 index 2493ce1..0000000 --- a/fastlane/metadata/android/iw/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Una simple linterna sin anuncios. diff --git a/fastlane/metadata/android/iw/title.txt b/fastlane/metadata/android/iw/title.txt deleted file mode 100644 index 19caad1..0000000 --- a/fastlane/metadata/android/iw/title.txt +++ /dev/null @@ -1 +0,0 @@ -פנס פשוט diff --git a/fastlane/metadata/android/ja-JP/full_description.txt b/fastlane/metadata/android/ja-JP/full_description.txt new file mode 100644 index 0000000..56943c1 --- /dev/null +++ b/fastlane/metadata/android/ja-JP/full_description.txt @@ -0,0 +1,31 @@ +非常に明るいディスプレイを備えたクリーンなフラッシュライト、ストロボライト機能を備えたカスタマイズ可能なストロボスコープ、および事前定義されたSOSモード。 + +このクイックスタートLED懐中電灯は、デバイス上で点灯し、暗闇の中で実際のLEDライトとして機能します。 + +このスラッシュライトを使用すると、さまざまな状況で簡単に作業できます。このクイックスタートLED懐中電灯は、悲惨な状況にあるときに役立ちます。 + +これらの機能はすべて、特定の状況下で非常に役立ちます。あなたが暗闇の中をさまよっており、道を見るためにLEDライトが必要な場合でも、暗い場所で何かを見つける必要がある場合でも、このクイックスタートフラッシュライトは、考えられるすべての状況で役立ちます。このアプリのストロボライトは、あなたが助けを必要としているときにあなたを助けることができます。クイックスタートフラッシュLEDライトは、必要に応じて救助を求めるのに役立ちます。 + +ブライトディスプレイは色を変えることができ、可能な用途の新しい世界を開きます。目がくらむことなく、より広い距離を見たい場合に便利です。色違いで、友達とパーティーをしたいときにこのLEDライトを使うことができます。または、この機能を使用して、相手に応じて誰かに助けを求めることができます。 + +ストロボスコープは、非常に速い点滅から時折の点滅まで、周波数を変更できます。このクイックスタートアプリは、ニーズに応じてカスタマイズできます。このアプリのすべての機能を必要に応じて問題なく変更できます。 + +この無料のフラッシュライトが(ウィジェットではなく)アプリを介してオンになっている場合、デバイスがスリープ状態になるのを防ぎます。強力なトーチは、アプリの起動時にオプションでオンにすることができますが、必須ではありません。 + +カスタマイズ可能な色と透明度を備えた1x1ウィジェットが付属しています。このウィジェットは、必要なときにいつでもLEDライトアプリをすばやく起動するのに役立ちます。 + +デフォルトでマテリアルデザインとダークテーマが付属しており、使いやすい優れたユーザーエクスペリエンスを提供します。インターネットアクセスがないため、他のアプリよりもプライバシー、セキュリティ、安定性が向上します。 + +広告や不要な権限は含まれていません。完全にオープンソースで、カスタマイズ可能な色を提供します。 + +ここでシンプルツールの完全なスイートを確認してください: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/ja-JP/images/icon.png b/fastlane/metadata/android/ja-JP/images/icon.png new file mode 100644 index 0000000..5862387 Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/icon.png differ diff --git a/fastlane/metadata/android/ja-JP/images/phoneScreenshots/1_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/phoneScreenshots/1_ja-JP.jpeg new file mode 100644 index 0000000..f528991 Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/phoneScreenshots/1_ja-JP.jpeg differ diff --git a/fastlane/metadata/android/ja-JP/images/phoneScreenshots/2_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/phoneScreenshots/2_ja-JP.jpeg new file mode 100644 index 0000000..acdc14e Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/phoneScreenshots/2_ja-JP.jpeg differ diff --git a/fastlane/metadata/android/ja-JP/images/phoneScreenshots/3_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/phoneScreenshots/3_ja-JP.jpeg new file mode 100644 index 0000000..97d0d1f Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/phoneScreenshots/3_ja-JP.jpeg differ diff --git a/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/1_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/1_ja-JP.jpeg new file mode 100644 index 0000000..cae74b0 Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/1_ja-JP.jpeg differ diff --git a/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/2_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/2_ja-JP.jpeg new file mode 100644 index 0000000..f8afb33 Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/2_ja-JP.jpeg differ diff --git a/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/1_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/1_ja-JP.jpeg new file mode 100644 index 0000000..cae74b0 Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/1_ja-JP.jpeg differ diff --git a/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/2_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/2_ja-JP.jpeg new file mode 100644 index 0000000..f8afb33 Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/2_ja-JP.jpeg differ diff --git a/fastlane/metadata/android/ja-JP/short_description.txt b/fastlane/metadata/android/ja-JP/short_description.txt new file mode 100644 index 0000000..850b502 --- /dev/null +++ b/fastlane/metadata/android/ja-JP/short_description.txt @@ -0,0 +1 @@ +無料の美しい懐中電灯、広告なし、 トーチ、SOS、ストロボ、明るいディスプレイ \ No newline at end of file diff --git a/fastlane/metadata/android/ja-JP/title.txt b/fastlane/metadata/android/ja-JP/title.txt new file mode 100644 index 0000000..734e96d --- /dev/null +++ b/fastlane/metadata/android/ja-JP/title.txt @@ -0,0 +1 @@ +シンプルな懐中電灯-LEDライトとストロボスコープ \ No newline at end of file diff --git a/fastlane/metadata/android/ja-JP/video.txt b/fastlane/metadata/android/ja-JP/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/ja/full_description.txt b/fastlane/metadata/android/ja/full_description.txt deleted file mode 100644 index 4b8574f..0000000 --- a/fastlane/metadata/android/ja/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -特別に明るく表示とカスタマイズ可能なストロボを備えたシンプルな懐中電灯です。 (ウィジェットではなく)アプリでオンにすると、デバイスがスリープ状態にならないようになります。 - -カスタマイズ可能な色の 1x1 ウィジェットが付属しています。 - -広告や不要なアクセス許可は含まれていません。 完全にオープンソースで、ダークテーマも提供しています。 - -このアプリは、大きな一連のアプリの一つです。 他のアプリは https://www.simplemobiletools.com で見つけることができます diff --git a/fastlane/metadata/android/ja/short_description.txt b/fastlane/metadata/android/ja/short_description.txt deleted file mode 100644 index 89753a8..0000000 --- a/fastlane/metadata/android/ja/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -広告のないシンプルな懐中電灯です。 diff --git a/fastlane/metadata/android/ja/title.txt b/fastlane/metadata/android/ja/title.txt deleted file mode 100644 index 57ae7d7..0000000 --- a/fastlane/metadata/android/ja/title.txt +++ /dev/null @@ -1 +0,0 @@ -シンプル フラッシュライト diff --git a/fastlane/metadata/android/ko-KR/full_description.txt b/fastlane/metadata/android/ko-KR/full_description.txt new file mode 100644 index 0000000..1e83ea6 --- /dev/null +++ b/fastlane/metadata/android/ko-KR/full_description.txt @@ -0,0 +1,25 @@ +깨끗하고 강한 빛을 내보내며, 직접 설정할 수 있는 손전등으로, SOS기능도 탑재되어 있습니다. + +이 모든 기능들은 특정한 순간이 됐을 때 진가를 발휘하게 됩니다. + +밝은 디스플레이는 색이 변경 가능하며, 이를 통해 다양한 방법으로 사용할 수 있습니다. 더 넓은 디스플레이를, 눈에 큰 무리 없이 보고 싶으신 분들에게 용이합니다. + +손전등에도 다양한 모드가 존재하는데, 깜박거림의 빈도를 조정할 수 있습니다. + +이 손전등 앱을 위젯이 아닌 앱을 통해 실행하면, 자동 잠금 기능을 일시적으로 정지시킬 수 있습니다. 토치 기능은, 앱 실행과 함께 자동을 켜지도록 설정할 수 있으나, 유저의 편의에 따라 설정할 수 있습니다. + +1대1 사이즈의 위젯이 제공되며, 색과 투명도를 설정할 수 있습니다. + +광고가 포함되어 있거나, 불필요한 권한을 요청하지 않습니다. 이 앱의 모든 소스는 오픈소스이며, 사용자가 직접 애플리케이션의 컬러를 설정 할 수 있습니다. + +심플 도구들을 모두 모아놓았습니다 여기서 확인해보세요: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/ko-KR/images/phoneScreenshots/1_ko-KR.jpeg b/fastlane/metadata/android/ko-KR/images/phoneScreenshots/1_ko-KR.jpeg new file mode 100644 index 0000000..d5a5b25 Binary files /dev/null and b/fastlane/metadata/android/ko-KR/images/phoneScreenshots/1_ko-KR.jpeg differ diff --git a/fastlane/metadata/android/ko-KR/images/phoneScreenshots/2_ko-KR.jpeg b/fastlane/metadata/android/ko-KR/images/phoneScreenshots/2_ko-KR.jpeg new file mode 100644 index 0000000..06ef4f3 Binary files /dev/null and b/fastlane/metadata/android/ko-KR/images/phoneScreenshots/2_ko-KR.jpeg differ diff --git a/fastlane/metadata/android/ko-KR/images/phoneScreenshots/3_ko-KR.jpeg b/fastlane/metadata/android/ko-KR/images/phoneScreenshots/3_ko-KR.jpeg new file mode 100644 index 0000000..9e5b4f4 Binary files /dev/null and b/fastlane/metadata/android/ko-KR/images/phoneScreenshots/3_ko-KR.jpeg differ diff --git a/fastlane/metadata/android/ko-KR/images/sevenInchScreenshots/1_ko-KR.jpeg b/fastlane/metadata/android/ko-KR/images/sevenInchScreenshots/1_ko-KR.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/ko-KR/images/sevenInchScreenshots/1_ko-KR.jpeg differ diff --git a/fastlane/metadata/android/ko-KR/images/sevenInchScreenshots/2_ko-KR.jpeg b/fastlane/metadata/android/ko-KR/images/sevenInchScreenshots/2_ko-KR.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/ko-KR/images/sevenInchScreenshots/2_ko-KR.jpeg differ diff --git a/fastlane/metadata/android/ko-KR/images/tenInchScreenshots/1_ko-KR.jpeg b/fastlane/metadata/android/ko-KR/images/tenInchScreenshots/1_ko-KR.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/ko-KR/images/tenInchScreenshots/1_ko-KR.jpeg differ diff --git a/fastlane/metadata/android/ko-KR/images/tenInchScreenshots/2_ko-KR.jpeg b/fastlane/metadata/android/ko-KR/images/tenInchScreenshots/2_ko-KR.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/ko-KR/images/tenInchScreenshots/2_ko-KR.jpeg differ diff --git a/fastlane/metadata/android/ko-KR/short_description.txt b/fastlane/metadata/android/ko-KR/short_description.txt new file mode 100644 index 0000000..416a3d7 --- /dev/null +++ b/fastlane/metadata/android/ko-KR/short_description.txt @@ -0,0 +1 @@ +강하고 밝은 손전등을 광고 없이 사용하세요. 토치 기능, 도움 요청 기능이 탑재되어 있으며, 밝은 \ No newline at end of file diff --git a/fastlane/metadata/android/ko-KR/title.txt b/fastlane/metadata/android/ko-KR/title.txt new file mode 100644 index 0000000..3c1eb28 --- /dev/null +++ b/fastlane/metadata/android/ko-KR/title.txt @@ -0,0 +1 @@ +심플 손전등 – 밝은 다기능 손전등 \ No newline at end of file diff --git a/fastlane/metadata/android/ko-KR/video.txt b/fastlane/metadata/android/ko-KR/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/ko/full_description.txt b/fastlane/metadata/android/ko/full_description.txt deleted file mode 100644 index d694d6d..0000000 --- a/fastlane/metadata/android/ko/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -브라이트 디스플레이와 사용자 정의 스트로보 스코프를 제공하는 깔끔한 손전등입니다. 앱(위젯이 아닌경우)을 통해 켜면 기기가 잠들지 않습니다. - -1x1 크기의 플래시 위젯을 제공하며 사용자가 직접 컬러 설정이 가능합니다. - -광고가 포함되어 있거나, 불필요한 권한을 요청하지 않습니다. 이 앱의 모든 소스는 오픈소스이며, 사용자가 직접 애플리케이션의 컬러를 설정 할 수 있습니다. - -이 앱은 다양한 시리즈의 모바일앱 중 하나입니다. 나머지는 https://www.simplemobiletools.com 에서 찾아 보실 수 있습니다. diff --git a/fastlane/metadata/android/ko/short_description.txt b/fastlane/metadata/android/ko/short_description.txt deleted file mode 100644 index db67beb..0000000 --- a/fastlane/metadata/android/ko/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -광고가 없는 심플한 손전등입니다. diff --git a/fastlane/metadata/android/ko/title.txt b/fastlane/metadata/android/ko/title.txt deleted file mode 100644 index e2f2420..0000000 --- a/fastlane/metadata/android/ko/title.txt +++ /dev/null @@ -1 +0,0 @@ -심플 손전등 diff --git a/fastlane/metadata/android/lt/full_description.txt b/fastlane/metadata/android/lt/full_description.txt index 8105dfb..2b8aac3 100644 --- a/fastlane/metadata/android/lt/full_description.txt +++ b/fastlane/metadata/android/lt/full_description.txt @@ -4,4 +4,14 @@ Suderinamas su 1x1 valdikliu su pritaikoma spalva. Neturi reklamų ar nereikalingų leidimų. Programėlė visiškai atviro kodo, yra galimybė keisti spalvas. -Ši programėle yra viena iš keletos mūsų programėlių. Likusias Jūs galite rasti čia https://www.simplemobiletools.com +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/lt/short_description.txt b/fastlane/metadata/android/lt/short_description.txt index 4d2f96c..e61cd5f 100644 --- a/fastlane/metadata/android/lt/short_description.txt +++ b/fastlane/metadata/android/lt/short_description.txt @@ -1 +1 @@ -Paprastas žibintuvėlis be reklamų. +Paprastas žibintuvėlis be reklamų. \ No newline at end of file diff --git a/fastlane/metadata/android/lt/title.txt b/fastlane/metadata/android/lt/title.txt index 734835c..977228c 100644 --- a/fastlane/metadata/android/lt/title.txt +++ b/fastlane/metadata/android/lt/title.txt @@ -1 +1 @@ -Paprastas žibintuvėlis +Paprastas žibintuvėlis \ No newline at end of file diff --git a/fastlane/metadata/android/lt/video.txt b/fastlane/metadata/android/lt/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/nl/full_description.txt b/fastlane/metadata/android/nl-NL/full_description.txt similarity index 90% rename from fastlane/metadata/android/nl/full_description.txt rename to fastlane/metadata/android/nl-NL/full_description.txt index 9dd893b..4dbd966 100644 --- a/fastlane/metadata/android/nl/full_description.txt +++ b/fastlane/metadata/android/nl-NL/full_description.txt @@ -12,11 +12,14 @@ De app is ontworpen volgens material design en heeft standaard een donker thema. Bevat geen advertenties of onnodige machtigingen. Volledig open-source. Kleuren van de app kunnen worden aangepast. -Probeer ook eens de andere apps van Simple Tools: +Probeer ook eens de andere apps van Simple Tools: https://www.simplemobiletools.com -Facebook: +Facebook: https://www.facebook.com/simplemobiletools -Reddit: +Reddit: https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/nl-NL/images/phoneScreenshots/1_nl-NL.jpeg b/fastlane/metadata/android/nl-NL/images/phoneScreenshots/1_nl-NL.jpeg new file mode 100644 index 0000000..5267953 Binary files /dev/null and b/fastlane/metadata/android/nl-NL/images/phoneScreenshots/1_nl-NL.jpeg differ diff --git a/fastlane/metadata/android/nl-NL/images/phoneScreenshots/2_nl-NL.jpeg b/fastlane/metadata/android/nl-NL/images/phoneScreenshots/2_nl-NL.jpeg new file mode 100644 index 0000000..1347918 Binary files /dev/null and b/fastlane/metadata/android/nl-NL/images/phoneScreenshots/2_nl-NL.jpeg differ diff --git a/fastlane/metadata/android/nl-NL/images/phoneScreenshots/3_nl-NL.jpeg b/fastlane/metadata/android/nl-NL/images/phoneScreenshots/3_nl-NL.jpeg new file mode 100644 index 0000000..ef9ccb7 Binary files /dev/null and b/fastlane/metadata/android/nl-NL/images/phoneScreenshots/3_nl-NL.jpeg differ diff --git a/fastlane/metadata/android/nl-NL/images/sevenInchScreenshots/1_nl-NL.jpeg b/fastlane/metadata/android/nl-NL/images/sevenInchScreenshots/1_nl-NL.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/nl-NL/images/sevenInchScreenshots/1_nl-NL.jpeg differ diff --git a/fastlane/metadata/android/nl-NL/images/sevenInchScreenshots/2_nl-NL.jpeg b/fastlane/metadata/android/nl-NL/images/sevenInchScreenshots/2_nl-NL.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/nl-NL/images/sevenInchScreenshots/2_nl-NL.jpeg differ diff --git a/fastlane/metadata/android/nl-NL/images/tenInchScreenshots/1_nl-NL.jpeg b/fastlane/metadata/android/nl-NL/images/tenInchScreenshots/1_nl-NL.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/nl-NL/images/tenInchScreenshots/1_nl-NL.jpeg differ diff --git a/fastlane/metadata/android/nl-NL/images/tenInchScreenshots/2_nl-NL.jpeg b/fastlane/metadata/android/nl-NL/images/tenInchScreenshots/2_nl-NL.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/nl-NL/images/tenInchScreenshots/2_nl-NL.jpeg differ diff --git a/fastlane/metadata/android/nl-NL/short_description.txt b/fastlane/metadata/android/nl-NL/short_description.txt new file mode 100644 index 0000000..0e65692 --- /dev/null +++ b/fastlane/metadata/android/nl-NL/short_description.txt @@ -0,0 +1 @@ +Heldere zaklamp met een helder scherm, stroboscoop, zaklamp en sos-modus \ No newline at end of file diff --git a/fastlane/metadata/android/nl-NL/title.txt b/fastlane/metadata/android/nl-NL/title.txt new file mode 100644 index 0000000..96f6892 --- /dev/null +++ b/fastlane/metadata/android/nl-NL/title.txt @@ -0,0 +1 @@ +Eenvoudige Zaklamp: Fel scherm \ No newline at end of file diff --git a/fastlane/metadata/android/nl-NL/video.txt b/fastlane/metadata/android/nl-NL/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/nl/short_description.txt b/fastlane/metadata/android/nl/short_description.txt deleted file mode 100644 index 1deba48..0000000 --- a/fastlane/metadata/android/nl/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Een eenvoudige zaklamp met SOS-signaal, stroboscoop & fel scherm, zonder ads diff --git a/fastlane/metadata/android/nl/title.txt b/fastlane/metadata/android/nl/title.txt deleted file mode 100644 index bf17c53..0000000 --- a/fastlane/metadata/android/nl/title.txt +++ /dev/null @@ -1 +0,0 @@ -Eenvoudige Zaklamp - Met fel scherm & stroboscoop diff --git a/fastlane/metadata/android/pl-PL/full_description.txt b/fastlane/metadata/android/pl-PL/full_description.txt new file mode 100644 index 0000000..0f60ffe --- /dev/null +++ b/fastlane/metadata/android/pl-PL/full_description.txt @@ -0,0 +1,27 @@ +Czysta lampa błyskowa z bardzo jasnym wyświetlaczem, konfigurowalnym stroboskopem z funkcją światła stroboskopowego i predefiniowanym trybem SOS. Ta latarka LED szybkiego startu jest lekka na Twoim urządzeniu i działa jak prawdziwe światło LED w ciemności. Korzystając z tego ukośnego światła, możesz z łatwością pracować w różnych okolicznościach, a ta szybka latarka LED może ci pomóc, gdy jesteś w tragicznej sytuacji. + +Wszystkie te funkcje mogą być niezwykle pomocne w pewnych okolicznościach. Niezależnie od tego, czy wędrujesz w ciemności i potrzebujesz światła LED, aby zobaczyć drogę, czy też musisz znaleźć coś w słabym oświetleniu, ta szybka lampa błyskowa pomoże Ci we wszystkich możliwych okolicznościach. Światło stroboskopowe w tej aplikacji może Ci pomóc, gdy potrzebujesz pomocy. Szybka lampka LED z lampą błyskową może pomóc wezwać pomoc, jeśli jej potrzebujesz. + +Jasny wyświetlacz może zmienić kolor, otwierając nowy świat możliwych zastosowań. Może się przydać, jeśli chcesz zobaczyć swoją szerszą bliskość bez oślepiania siebie. Dzięki różnym kolorom możesz używać tego światła LED, gdy jesteś z przyjaciółmi i chcesz urządzić imprezę. Lub możesz użyć tej funkcji, aby wezwać kogoś po pomoc w zależności od osoby. + +W stroboskopie można zmieniać częstotliwość, od bardzo szybkich mrugnięć do sporadycznych. Tę aplikację szybkiego startu można dostosować do własnych potrzeb. Możesz bez problemu zmienić wszystkie funkcje tej aplikacji zgodnie ze swoimi potrzebami. + +Jeśli ta bezpłatna lampa błyskowa zostanie włączona za pośrednictwem aplikacji (nie widżetu), zapobiegnie zasypianiu urządzenia. Mocną latarkę można opcjonalnie włączyć podczas uruchamiania aplikacji, ale nie jest to obowiązkowe. + +W zestawie widżet 1x1 z możliwością dostosowania koloru i przezroczystości. Ten widżet może pomóc w szybkim uruchomieniu aplikacji z oświetleniem LED, kiedy tylko jej potrzebujesz. + +Domyślnie jest wyposażony w materiałowy wygląd i ciemny motyw, zapewnia doskonałą obsługę i łatwe użytkowanie. Brak dostępu do Internetu zapewnia większą prywatność, bezpieczeństwo i stabilność niż inne aplikacje. + +Nie zawiera reklam ani niepotrzebnych uprawnień. Jest w pełni open source, zapewnia konfigurowalne kolory. + +Zapoznaj się z pełnym zestawem prostych narzędzi tutaj: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/pl-PL/images/phoneScreenshots/1_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/1_pl-PL.jpeg new file mode 100644 index 0000000..d5c8651 Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/1_pl-PL.jpeg differ diff --git a/fastlane/metadata/android/pl-PL/images/phoneScreenshots/2_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/2_pl-PL.jpeg new file mode 100644 index 0000000..a7d688e Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/2_pl-PL.jpeg differ diff --git a/fastlane/metadata/android/pl-PL/images/phoneScreenshots/3_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/3_pl-PL.jpeg new file mode 100644 index 0000000..eeb6741 Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/3_pl-PL.jpeg differ diff --git a/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/1_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/1_pl-PL.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/1_pl-PL.jpeg differ diff --git a/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/2_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/2_pl-PL.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/2_pl-PL.jpeg differ diff --git a/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/1_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/1_pl-PL.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/1_pl-PL.jpeg differ diff --git a/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/2_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/2_pl-PL.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/2_pl-PL.jpeg differ diff --git a/fastlane/metadata/android/pl-PL/short_description.txt b/fastlane/metadata/android/pl-PL/short_description.txt new file mode 100644 index 0000000..c44dd1d --- /dev/null +++ b/fastlane/metadata/android/pl-PL/short_description.txt @@ -0,0 +1 @@ +Jasna latarka z jasnym wyświetlaczem, stroboskopem, latarką i trybem SOS \ No newline at end of file diff --git a/fastlane/metadata/android/pl-PL/title.txt b/fastlane/metadata/android/pl-PL/title.txt new file mode 100644 index 0000000..4e5d27c --- /dev/null +++ b/fastlane/metadata/android/pl-PL/title.txt @@ -0,0 +1 @@ +Prosta latarka: światło LED \ No newline at end of file diff --git a/fastlane/metadata/android/pl-PL/video.txt b/fastlane/metadata/android/pl-PL/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/pl/full_description.txt b/fastlane/metadata/android/pl/full_description.txt deleted file mode 100644 index 69fe09d..0000000 --- a/fastlane/metadata/android/pl/full_description.txt +++ /dev/null @@ -1,29 +0,0 @@ -Czysta latarka z bardzo jasnym wyświetlaczem, konfigurowalnym stroboskopem i predefiniowanym trybem SOS. - -Ta szybko uruchamiająca się latarka ledowa jest lekka dla Twojego urządzenia i działa jak prawdziwe światło ledowe w ciemności. Za jej pomocą możesz z łatwością pracować w różnych warunkach, a dzięki szybkiemu włączaniu może Ci pomóc, gdy jesteś w trudnej sytuacji. - -Wszystkie te funkcje mogą być bardzo pomocne w pewnych okolicznościach, niezależnie od tego, czy wędrujesz w ciemności i potrzebujesz światła ledowego, aby zobaczyć drogę, czy też musisz znaleźć coś w słabo oświetlonym miejscu. Światło stroboskopowe w tej aplikacji może się przydać, gdy potrzebujesz pomocy, i może nadać się do wezwania ratunku, jeśli istnieje taka konieczność. - -Jasny wyświetlacz może mieć zmieniany kolor, otwierając świat nowych możliwości. Może się przydać, jeśli chcesz szerzej zobaczyć to, co jest blisko, bez oślepiania siebie. Dzięki różnym kolorom możesz użyć tego światła ledowego, gdy jesteś z przyjaciółmi i chcesz urządzić imprezę, bądź aby wezwać kogoś po pomoc tak, jak chcesz. - -Stroboskop może mieć zmienianą częstotliwość w zakresie od naprawdę szybkiego migania do sporadycznego. Aplikację można dostosować do własnych potrzeb – bez problemu zmienisz wszystkie jej funkcje. - -Jeśli ta darmowa latarka zostanie włączona przez aplikację (nie widżet), zapobiegnie to przejściu urządzenia w tryb uśpienia. Mocna latarka może opcjonalnie włączać się przy uruchomieniu aplikacji, ale nie jest to obowiązkowe. - -Zawiera widżet 1x1 z konfigurowalnym kolorem i przezroczystością. Może on pomóc Ci w szybkim uruchomieniu latarki, gdy tylko jej potrzebujesz. - -Domyślnie jest wyposażona w Material Design i ciemny motyw, zapewniając doskonałe doświadczenie użytkownika dla łatwego użytkowania. Brak dostępu do Internetu zapewnia większą prywatność, bezpieczeństwo i stabilność niż inne aplikacje. - -Nie zawiera reklam ani niepotrzebnych uprawnień. Jest w pełni otwartoźródłowa, zapewnia konfigurowalną kolorystykę. - -Sprawdź pełen zestaw od Simple Tools tutaj: -https://www.simplemobiletools.com - -Facebook: -https://www.facebook.com/simplemobiletools - -Reddit: -https://www.reddit.com/r/SimpleMobileTools - -Telegram: -https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/pl/short_description.txt b/fastlane/metadata/android/pl/short_description.txt deleted file mode 100644 index 48e1ab9..0000000 --- a/fastlane/metadata/android/pl/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Sterownik światła LED z regulacją jasności i konfigurowalnym kolorem, stroboskop diff --git a/fastlane/metadata/android/pl/title.txt b/fastlane/metadata/android/pl/title.txt deleted file mode 100644 index 86cd556..0000000 --- a/fastlane/metadata/android/pl/title.txt +++ /dev/null @@ -1 +0,0 @@ -Prosta latarka diff --git a/fastlane/metadata/android/pt-BR/full_description.txt b/fastlane/metadata/android/pt-BR/full_description.txt new file mode 100644 index 0000000..8e84988 --- /dev/null +++ b/fastlane/metadata/android/pt-BR/full_description.txt @@ -0,0 +1,29 @@ +Uma luz de flash limpa com uma tela extra brilhante, estroboscópio personalizável com função de luz estroboscópica e um modo SOS predefinido. + +Esta lanterna LED de início rápido é leve no seu dispositivo e funciona como uma luz LED real quando está no escuro. Usando esta luz de barra, você pode trabalhar facilmente em diferentes circunstâncias e esta lanterna LED de início rápido pode ajudá-lo quando você estiver em uma situação difícil. + +Todas essas funções podem ser extremamente úteis em certas circunstâncias. Se você está vagando no escuro e precisa de uma luz LED para ver o caminho, ou se você tem que encontrar algo em um local com pouca luz, este flash de início rápido pode ajudá-lo em todas as circunstâncias possíveis. A luz estroboscópica neste aplicativo pode ajudá-lo quando você precisar de ajuda. A luz led de flash de início rápido pode ajudar a chamar o resgate se você precisar. + +O display Bright pode ter sua cor alterada, abrindo um novo mundo de possibilidades de uso. Pode ser útil no caso de você querer ver a sua maior proximidade sem se cegar. Com cores diferentes, você pode usar esse led quando estiver com amigos e quiser fazer uma festa. Ou você pode usar esse recurso para ligar para alguém pedindo ajuda de acordo com a pessoa. + +O estroboscópio pode ter sua frequência alterada, variando de piscar bem rápido até ocasionais. Este aplicativo de início rápido pode ser personalizado de acordo com suas necessidades. Você pode alterar todos os recursos deste aplicativo de acordo com suas necessidades sem nenhum problema. + +Se a luz do flash grátis for ligada por meio do aplicativo (não do widget), impedirá que o dispositivo adormeça. A tocha forte pode opcionalmente ser ligada ao iniciar o aplicativo, mas não é obrigatória. + +Vem com um widget 1x1 com cor e transparência personalizáveis. Este widget pode ajudá-lo a iniciar rapidamente seu aplicativo de luz LED sempre que você precisar. + +Ele vem com design de material e tema escuro por padrão, oferece ótima experiência do usuário para fácil utilização. A falta de acesso à Internet oferece mais privacidade, segurança e estabilidade do que outros aplicativos. + +Não contém anúncios ou permissões desnecessárias. É totalmente open source, oferece cores personalizáveis. + +Confira o pacote completo de ferramentas simples aqui: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/pt-BR/images/icon.png b/fastlane/metadata/android/pt-BR/images/icon.png new file mode 100644 index 0000000..0de4dce Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/icon.png differ diff --git a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/1_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/1_pt-BR.jpeg new file mode 100644 index 0000000..4a35fe8 Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/1_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/2_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/2_pt-BR.jpeg new file mode 100644 index 0000000..8cde6b8 Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/2_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/3_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/3_pt-BR.jpeg new file mode 100644 index 0000000..2bef2e1 Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/3_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-BR/images/sevenInchScreenshots/1_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/sevenInchScreenshots/1_pt-BR.jpeg new file mode 100644 index 0000000..2f97be6 Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/sevenInchScreenshots/1_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-BR/images/sevenInchScreenshots/2_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/sevenInchScreenshots/2_pt-BR.jpeg new file mode 100644 index 0000000..cacd24d Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/sevenInchScreenshots/2_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-BR/images/tenInchScreenshots/1_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/tenInchScreenshots/1_pt-BR.jpeg new file mode 100644 index 0000000..2f97be6 Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/tenInchScreenshots/1_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-BR/images/tenInchScreenshots/2_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/tenInchScreenshots/2_pt-BR.jpeg new file mode 100644 index 0000000..cacd24d Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/tenInchScreenshots/2_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-BR/short_description.txt b/fastlane/metadata/android/pt-BR/short_description.txt new file mode 100644 index 0000000..a0e7a7a --- /dev/null +++ b/fastlane/metadata/android/pt-BR/short_description.txt @@ -0,0 +1 @@ +Lanterna forte com brilhante, estroboscópio, tocha, modo SOS, sem anúncios \ No newline at end of file diff --git a/fastlane/metadata/android/pt-BR/title.txt b/fastlane/metadata/android/pt-BR/title.txt new file mode 100644 index 0000000..31e0de8 --- /dev/null +++ b/fastlane/metadata/android/pt-BR/title.txt @@ -0,0 +1 @@ +Lanterna Simples: Luz LED \ No newline at end of file diff --git a/fastlane/metadata/android/pt-BR/video.txt b/fastlane/metadata/android/pt-BR/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/pt-PT/full_description.txt b/fastlane/metadata/android/pt-PT/full_description.txt new file mode 100644 index 0000000..8e84988 --- /dev/null +++ b/fastlane/metadata/android/pt-PT/full_description.txt @@ -0,0 +1,29 @@ +Uma luz de flash limpa com uma tela extra brilhante, estroboscópio personalizável com função de luz estroboscópica e um modo SOS predefinido. + +Esta lanterna LED de início rápido é leve no seu dispositivo e funciona como uma luz LED real quando está no escuro. Usando esta luz de barra, você pode trabalhar facilmente em diferentes circunstâncias e esta lanterna LED de início rápido pode ajudá-lo quando você estiver em uma situação difícil. + +Todas essas funções podem ser extremamente úteis em certas circunstâncias. Se você está vagando no escuro e precisa de uma luz LED para ver o caminho, ou se você tem que encontrar algo em um local com pouca luz, este flash de início rápido pode ajudá-lo em todas as circunstâncias possíveis. A luz estroboscópica neste aplicativo pode ajudá-lo quando você precisar de ajuda. A luz led de flash de início rápido pode ajudar a chamar o resgate se você precisar. + +O display Bright pode ter sua cor alterada, abrindo um novo mundo de possibilidades de uso. Pode ser útil no caso de você querer ver a sua maior proximidade sem se cegar. Com cores diferentes, você pode usar esse led quando estiver com amigos e quiser fazer uma festa. Ou você pode usar esse recurso para ligar para alguém pedindo ajuda de acordo com a pessoa. + +O estroboscópio pode ter sua frequência alterada, variando de piscar bem rápido até ocasionais. Este aplicativo de início rápido pode ser personalizado de acordo com suas necessidades. Você pode alterar todos os recursos deste aplicativo de acordo com suas necessidades sem nenhum problema. + +Se a luz do flash grátis for ligada por meio do aplicativo (não do widget), impedirá que o dispositivo adormeça. A tocha forte pode opcionalmente ser ligada ao iniciar o aplicativo, mas não é obrigatória. + +Vem com um widget 1x1 com cor e transparência personalizáveis. Este widget pode ajudá-lo a iniciar rapidamente seu aplicativo de luz LED sempre que você precisar. + +Ele vem com design de material e tema escuro por padrão, oferece ótima experiência do usuário para fácil utilização. A falta de acesso à Internet oferece mais privacidade, segurança e estabilidade do que outros aplicativos. + +Não contém anúncios ou permissões desnecessárias. É totalmente open source, oferece cores personalizáveis. + +Confira o pacote completo de ferramentas simples aqui: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/pt-PT/short_description.txt b/fastlane/metadata/android/pt-PT/short_description.txt new file mode 100644 index 0000000..a0e7a7a --- /dev/null +++ b/fastlane/metadata/android/pt-PT/short_description.txt @@ -0,0 +1 @@ +Lanterna forte com brilhante, estroboscópio, tocha, modo SOS, sem anúncios \ No newline at end of file diff --git a/fastlane/metadata/android/pt-PT/title.txt b/fastlane/metadata/android/pt-PT/title.txt new file mode 100644 index 0000000..31e0de8 --- /dev/null +++ b/fastlane/metadata/android/pt-PT/title.txt @@ -0,0 +1 @@ +Lanterna Simples: Luz LED \ No newline at end of file diff --git a/fastlane/metadata/android/pt-PT/video.txt b/fastlane/metadata/android/pt-PT/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/pt-rBR/full_description.txt b/fastlane/metadata/android/pt-rBR/full_description.txt deleted file mode 100644 index 0eaa22b..0000000 --- a/fastlane/metadata/android/pt-rBR/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -Um app simples e funcional com opções de lanterna pelo flash da câmera e pelo aumento do brilho da tela, conta ainda com um estroboscópio customizável! - -Disponibiliza também um atalho com cor personalizável na tela inicial do Android. - -Não tem anúncios nem pede permissões desnecessárias. Disponibiliza um tema escuro e é totalmente open source. - -Esta aplicação é apenas uma dentro de um conjunto mais vasto de aplicações que seguem esta mesma linha. Saiba mais em https://www.simplemobiletools.com diff --git a/fastlane/metadata/android/pt-rBR/short_description.txt b/fastlane/metadata/android/pt-rBR/short_description.txt deleted file mode 100644 index 30e5704..0000000 --- a/fastlane/metadata/android/pt-rBR/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Uma lanterna simples e sem anúncios. diff --git a/fastlane/metadata/android/pt-rBR/title.txt b/fastlane/metadata/android/pt-rBR/title.txt deleted file mode 100644 index bc7f1a4..0000000 --- a/fastlane/metadata/android/pt-rBR/title.txt +++ /dev/null @@ -1 +0,0 @@ -Lanterna Simples diff --git a/fastlane/metadata/android/pt-rPT/full_description.txt b/fastlane/metadata/android/pt-rPT/full_description.txt deleted file mode 100644 index df39641..0000000 --- a/fastlane/metadata/android/pt-rPT/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -Uma lanterna simples com um brilho extra e um estroboscópio personalizável. Pode ser ativada na aplicação (não no widget), impedindo o adormecimento do dispositivo. - -Disponibiliza um widget 1x1 com uma cor personalizável. - -Não contém anúncios nem permissões desnecessárias. Disponibiliza um tema escuro e é totalmente 'open source'. - -Esta aplicação é apenas parte de um conjunto mais vasto de aplicações. Saiba mais em https://www.simplemobiletools.com diff --git a/fastlane/metadata/android/pt-rPT/short_description.txt b/fastlane/metadata/android/pt-rPT/short_description.txt deleted file mode 100644 index a6b0c5e..0000000 --- a/fastlane/metadata/android/pt-rPT/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Um lanterna básica. diff --git a/fastlane/metadata/android/pt-rPT/title.txt b/fastlane/metadata/android/pt-rPT/title.txt deleted file mode 100644 index e4216b7..0000000 --- a/fastlane/metadata/android/pt-rPT/title.txt +++ /dev/null @@ -1 +0,0 @@ -Simple Flashlight - Luz na escuridão diff --git a/fastlane/metadata/android/ru-RU/full_description.txt b/fastlane/metadata/android/ru-RU/full_description.txt new file mode 100644 index 0000000..5d87c25 --- /dev/null +++ b/fastlane/metadata/android/ru-RU/full_description.txt @@ -0,0 +1,27 @@ +Чистая вспышка с очень ярким дисплеем, настраиваемый стробоскоп с функцией стробоскопа и предустановленный режим SOS. Этот светодиодный фонарик для быстрого запуска освещает ваше устройство и работает как настоящий светодиодный фонарь в темноте. Используя эту косую черту, вы можете легко работать в различных обстоятельствах, а этот светодиодный фонарик для быстрого запуска может помочь вам, когда вы находитесь в тяжелой ситуации. + +Все эти функции могут быть очень полезны при определенных обстоятельствах. Если вы блуждаете в темноте и вам нужен светодиодный свет, чтобы видеть дорогу, или вам нужно найти что-то в месте с недостаточным освещением, эта вспышка для быстрого запуска может помочь вам во всех возможных обстоятельствах. Проблесковый маячок в этом приложении может помочь вам, когда вам понадобится помощь. Светодиодная вспышка для быстрого запуска может помочь вызвать спасательную службу, если она вам понадобится. + +Яркий дисплей можно изменить цвет, открывая новый мир возможных применений. Это может пригодиться, если вы хотите видеть свою близость, не ослепляя себя. Этот светодиодный светильник разных цветов можно использовать, когда вы с друзьями и хотите устроить вечеринку. Или вы можете использовать эту функцию, чтобы вызвать кого-нибудь за помощью в соответствии с этим человеком. + +Частота стробоскопа может меняться от очень быстрого до редкого. Это приложение для быстрого старта можно настроить в соответствии с вашими потребностями. Вы можете без проблем изменить все функции этого приложения в соответствии с вашими потребностями. + +Если эта бесплатная вспышка включена через приложение (а не виджет), это предотвратит засыпание устройства. Фонарик может включаться при запуске приложения, но это не обязательно. + +Поставляется с виджетом 1x1 с настраиваемым цветом и прозрачностью. Этот виджет может помочь вам быстро запустить приложение для светодиодного освещения, когда вам это нужно. + +По умолчанию он имеет материальный дизайн и темную тему, что обеспечивает удобство использования и простоту использования. Отсутствие доступа в Интернет дает вам больше конфиденциальности, безопасности и стабильности, чем другие приложения. + +Не содержит рекламы или ненужных разрешений. Он полностью открыт, предоставляет настраиваемые цвета. + +Ознакомьтесь с полным набором простых инструментов здесь: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/ru-RU/images/icon.png b/fastlane/metadata/android/ru-RU/images/icon.png new file mode 100644 index 0000000..890b23c Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/icon.png differ diff --git a/fastlane/metadata/android/ru-RU/images/phoneScreenshots/1_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/1_ru-RU.jpeg new file mode 100644 index 0000000..88c8bb0 Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/1_ru-RU.jpeg differ diff --git a/fastlane/metadata/android/ru-RU/images/phoneScreenshots/2_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/2_ru-RU.jpeg new file mode 100644 index 0000000..a15e3e6 Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/2_ru-RU.jpeg differ diff --git a/fastlane/metadata/android/ru-RU/images/phoneScreenshots/3_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/3_ru-RU.jpeg new file mode 100644 index 0000000..58b25c3 Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/3_ru-RU.jpeg differ diff --git a/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/1_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/1_ru-RU.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/1_ru-RU.jpeg differ diff --git a/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/2_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/2_ru-RU.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/2_ru-RU.jpeg differ diff --git a/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/1_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/1_ru-RU.jpeg new file mode 100644 index 0000000..d421965 Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/1_ru-RU.jpeg differ diff --git a/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/2_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/2_ru-RU.jpeg new file mode 100644 index 0000000..41e68b8 Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/2_ru-RU.jpeg differ diff --git a/fastlane/metadata/android/ru-RU/short_description.txt b/fastlane/metadata/android/ru-RU/short_description.txt new file mode 100644 index 0000000..6293821 --- /dev/null +++ b/fastlane/metadata/android/ru-RU/short_description.txt @@ -0,0 +1 @@ +Фонарик с ярким дисплеем, стробоскопом, режимом фонарика и sos, без рекламы \ No newline at end of file diff --git a/fastlane/metadata/android/ru-RU/title.txt b/fastlane/metadata/android/ru-RU/title.txt new file mode 100644 index 0000000..01b0ed1 --- /dev/null +++ b/fastlane/metadata/android/ru-RU/title.txt @@ -0,0 +1 @@ +Простой фонарик - LED свет \ No newline at end of file diff --git a/fastlane/metadata/android/ru-RU/video.txt b/fastlane/metadata/android/ru-RU/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/sk/full_description.txt b/fastlane/metadata/android/sk/full_description.txt index 438275e..fb1b740 100644 --- a/fastlane/metadata/android/sk/full_description.txt +++ b/fastlane/metadata/android/sk/full_description.txt @@ -14,7 +14,7 @@ Táto apka je založená na Material dizajne a má prednastavenú tmavú tému, Neobsahuje žiadne reklamy a nepotrebné oprávnenia. Je opensource, poskytuje možnosť zmeny farieb. -Pozrite si celú sadu aplikácií na: +Pozrite si celú sadu aplikácií na: https://www.simplemobiletools.com Facebook: diff --git a/fastlane/metadata/android/sk/short_description.txt b/fastlane/metadata/android/sk/short_description.txt index 7397078..25a3a69 100644 --- a/fastlane/metadata/android/sk/short_description.txt +++ b/fastlane/metadata/android/sk/short_description.txt @@ -1 +1 @@ -Moderná jednoduchá baterka s SOS, stroboskopom a jasným displejom bez reklám +Moderná jednoduchá baterka s SOS, stroboskopom a jasným displejom bez reklám \ No newline at end of file diff --git a/fastlane/metadata/android/sk/title.txt b/fastlane/metadata/android/sk/title.txt index 246ad39..6524169 100644 --- a/fastlane/metadata/android/sk/title.txt +++ b/fastlane/metadata/android/sk/title.txt @@ -1 +1 @@ -Jednoduchá baterka - Jasný displej a baterka +Jednoduchá baterka: LED lampa \ No newline at end of file diff --git a/fastlane/metadata/android/sk/video.txt b/fastlane/metadata/android/sk/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/sv/full_description.txt b/fastlane/metadata/android/sv-SE/full_description.txt similarity index 59% rename from fastlane/metadata/android/sv/full_description.txt rename to fastlane/metadata/android/sv-SE/full_description.txt index 6fbca9c..7c0b60c 100644 --- a/fastlane/metadata/android/sv/full_description.txt +++ b/fastlane/metadata/android/sv-SE/full_description.txt @@ -4,4 +4,14 @@ Har en 1x1-widget med anpassningsbar färg. Innehåller ingen reklam eller onödiga behörigheter. Den har helt öppen källkod och anpassningsbara färger. -Denna app är bara en del av en större serie appar. Du hittar resten av dem på https://www.simplemobiletools.com +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/sv-SE/short_description.txt b/fastlane/metadata/android/sv-SE/short_description.txt new file mode 100644 index 0000000..56c0119 --- /dev/null +++ b/fastlane/metadata/android/sv-SE/short_description.txt @@ -0,0 +1 @@ +En enkel ficklampa utan reklam. \ No newline at end of file diff --git a/fastlane/metadata/android/sv-SE/title.txt b/fastlane/metadata/android/sv-SE/title.txt new file mode 100644 index 0000000..555b615 --- /dev/null +++ b/fastlane/metadata/android/sv-SE/title.txt @@ -0,0 +1 @@ +Simple Flashlight: LED lamp \ No newline at end of file diff --git a/fastlane/metadata/android/sv-SE/video.txt b/fastlane/metadata/android/sv-SE/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/sv/short_description.txt b/fastlane/metadata/android/sv/short_description.txt deleted file mode 100644 index c665389..0000000 --- a/fastlane/metadata/android/sv/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -En enkel ficklampa utan reklam. diff --git a/fastlane/metadata/android/sv/title.txt b/fastlane/metadata/android/sv/title.txt deleted file mode 100644 index 78c40d6..0000000 --- a/fastlane/metadata/android/sv/title.txt +++ /dev/null @@ -1 +0,0 @@ -Simple Flashlight diff --git a/fastlane/metadata/android/tr-TR/full_description.txt b/fastlane/metadata/android/tr-TR/full_description.txt new file mode 100644 index 0000000..9b8b666 --- /dev/null +++ b/fastlane/metadata/android/tr-TR/full_description.txt @@ -0,0 +1,27 @@ +Ekstra parlak ekrana sahip temiz bir flaş ışığı, flaş ışığı işlevine sahip özelleştirilebilir stroboskop ve önceden tanımlanmış bir SOS modu. Bu hızlı başlangıç ​​ledli el feneri, cihazınızda hafiftir ve karanlıkta gerçek bir led ışık olarak çalışır. Bu slash ışığını kullanarak farklı koşullarda kolayca çalışabilirsiniz ve bu hızlı başlangıç ​​ledli fener, zorlu bir durumda olduğunuzda size yardımcı olabilir. + +Tüm bu işlevler, belirli koşullar altında çok yardımcı olabilir. İster karanlıkta dolaşıyor olun ve yolu görmek için bir led ışığa ihtiyacınız olsun, ister düşük ışıklı bir yerde bir şey bulmak zorunda olun, bu hızlı başlangıç ​​flaş ışığı olası tüm koşullarda size yardımcı olabilir. Bu uygulamadaki flaş ışığı, yardıma ihtiyacınız olduğunda size yardımcı olabilir. Hızlı başlatma flaş led ışığı, ihtiyacınız olursa kurtarma çağrısı yapmanıza yardımcı olabilir. + +Bright ekranın rengini değiştirerek yeni bir olası kullanım dünyası açabilir. Kendinizi kör etmeden daha geniş bir yakınlığınızı görmek istemeniz durumunda kullanışlı olabilir. Farklı renkleri ile arkadaşlarınızla birlikteyken ve parti yapmak istediğinizde bu led ışığı kullanabilirsiniz. Veya kişiye göre birisini yardım için aramak için bu özelliği kullanabilirsiniz. + +Stroboskobun frekansı gerçekten hızlı yanıp sönmekten ara sıra olanlara kadar değişebilir. Bu hızlı başlangıç ​​uygulaması ihtiyaçlarınıza göre özelleştirilebilir. Bu uygulamanın tüm özelliklerini ihtiyaçlarınıza göre sorunsuz bir şekilde değiştirebilirsiniz. + +Bu ücretsiz flaş ışığı uygulama (widget değil) aracılığıyla açılırsa, cihazın uykuya dalmasını engeller. Güçlü meşale, isteğe bağlı olarak uygulamayı başlatırken açılabilir, ancak zorunlu değildir. + +Özelleştirilebilir renk ve şeffaflığa sahip 1x1 widget ile birlikte gelir. Bu widget, ihtiyacınız olduğunda led ışık uygulamanızı hızlı bir şekilde başlatmanıza yardımcı olabilir. + +Varsayılan olarak malzeme tasarımı ve koyu tema ile birlikte gelir, kolay kullanım için harika bir kullanıcı deneyimi sağlar. İnternet erişiminin olmaması size diğer uygulamalardan daha fazla gizlilik, güvenlik ve istikrar sağlar. + +Hiçbir reklam veya gereksiz izinler içermez. Tamamen açık kaynaklıdır, özelleştirilebilir renkler sağlar. + +Basit Araçlar paketinin tamamına buradan göz atın: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/tr-TR/short_description.txt b/fastlane/metadata/android/tr-TR/short_description.txt new file mode 100644 index 0000000..206f02e --- /dev/null +++ b/fastlane/metadata/android/tr-TR/short_description.txt @@ -0,0 +1 @@ +Parlak ekran, stroboskop, meşale ve sos modu ile parlak el feneri, reklamsız \ No newline at end of file diff --git a/fastlane/metadata/android/tr-TR/title.txt b/fastlane/metadata/android/tr-TR/title.txt new file mode 100644 index 0000000..4073ea9 --- /dev/null +++ b/fastlane/metadata/android/tr-TR/title.txt @@ -0,0 +1 @@ +Basit Fener: LED Işık \ No newline at end of file diff --git a/fastlane/metadata/android/tr-TR/video.txt b/fastlane/metadata/android/tr-TR/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/tr/full_description.txt b/fastlane/metadata/android/tr/full_description.txt deleted file mode 100644 index ca5ae52..0000000 --- a/fastlane/metadata/android/tr/full_description.txt +++ /dev/null @@ -1,7 +0,0 @@ -Ekstra parlak ekran ve özelleştirilebilir stroboskop'lu temiz bir fener. Uygulama yoluyla (widget'la değil) açıldığında, cihazın uykuya geçmesini engeller. - -Özelleştirilebilir renkli 1x1 widget ile birlikte gelir. - -Reklam veya gereksiz izinler içermez. Tamamen açık kaynaktır, özelleştirilebilir renkler sunar. - -Bu uygulama, daha büyük bir uygulama serisinden sadece bir parça. Geri kalanı https://www.simplemobiletools.com adresinde bulabilirsiniz. diff --git a/fastlane/metadata/android/tr/short_description.txt b/fastlane/metadata/android/tr/short_description.txt deleted file mode 100644 index a6be8eb..0000000 --- a/fastlane/metadata/android/tr/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Reklamsız basit bir fener. diff --git a/fastlane/metadata/android/tr/title.txt b/fastlane/metadata/android/tr/title.txt deleted file mode 100644 index 1dc2100..0000000 --- a/fastlane/metadata/android/tr/title.txt +++ /dev/null @@ -1 +0,0 @@ -Basit Fener diff --git a/fastlane/metadata/android/uk/full_description.txt b/fastlane/metadata/android/uk/full_description.txt index 497f13b..176941c 100644 --- a/fastlane/metadata/android/uk/full_description.txt +++ b/fastlane/metadata/android/uk/full_description.txt @@ -4,4 +4,14 @@ Цей додаток не буде показувати рекламу; потрібні лише найнеобхідніші дозволи. Додаток має повністю відкритий програмний код, кольори оформлення можна легко налаштувати. -Простий Ліхтарик - це один із ряду додатків від Simple Mobile Tools. Інші додатки можна знайти тут: https://www.simplemobiletools.com +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/uk/short_description.txt b/fastlane/metadata/android/uk/short_description.txt index 1dd4ac2..8c894b3 100644 --- a/fastlane/metadata/android/uk/short_description.txt +++ b/fastlane/metadata/android/uk/short_description.txt @@ -1 +1 @@ -Світлодіодний контролер з контролем яскравости, змінним кольором і стробоскопом +Простий ліхтарик без реклами. \ No newline at end of file diff --git a/fastlane/metadata/android/uk/title.txt b/fastlane/metadata/android/uk/title.txt index 3bb0f90..a9bf1b9 100644 --- a/fastlane/metadata/android/uk/title.txt +++ b/fastlane/metadata/android/uk/title.txt @@ -1 +1 @@ -Простий Ліхтарик +Простий Ліхтарик \ No newline at end of file diff --git a/fastlane/metadata/android/uk/video.txt b/fastlane/metadata/android/uk/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/zh-rCN/full_description.txt b/fastlane/metadata/android/zh-CN/full_description.txt similarity index 93% rename from fastlane/metadata/android/zh-rCN/full_description.txt rename to fastlane/metadata/android/zh-CN/full_description.txt index aa1560f..70380ab 100644 --- a/fastlane/metadata/android/zh-rCN/full_description.txt +++ b/fastlane/metadata/android/zh-CN/full_description.txt @@ -14,7 +14,7 @@ 不包含广告及非必要的权限,而且完全开放源代码,并提供自定义颜色。 -查看全套简易工具系列: +于此查看简易工具系列全套: https://www.simplemobiletools.com Facebook: @@ -22,3 +22,6 @@ https://www.facebook.com/simplemobiletools Reddit: https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/zh-CN/short_description.txt b/fastlane/metadata/android/zh-CN/short_description.txt new file mode 100644 index 0000000..520b927 --- /dev/null +++ b/fastlane/metadata/android/zh-CN/short_description.txt @@ -0,0 +1 @@ +一个简单又现代的手电筒,包括紧急求助、频闪仪 & 高亮屏幕功能,没有广告。 \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/title.txt b/fastlane/metadata/android/zh-CN/title.txt new file mode 100644 index 0000000..9f24f1a --- /dev/null +++ b/fastlane/metadata/android/zh-CN/title.txt @@ -0,0 +1 @@ +简易手电筒 - 高亮屏幕 & 频闪仪 \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/video.txt b/fastlane/metadata/android/zh-CN/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/zh-rTW/full_description.txt b/fastlane/metadata/android/zh-TW/full_description.txt similarity index 56% rename from fastlane/metadata/android/zh-rTW/full_description.txt rename to fastlane/metadata/android/zh-TW/full_description.txt index 06ea614..3272036 100644 --- a/fastlane/metadata/android/zh-rTW/full_description.txt +++ b/fastlane/metadata/android/zh-TW/full_description.txt @@ -3,5 +3,15 @@ 帶有一個可自訂顏色的1x1小工具。 不包含廣告及非必要的權限,而且完全開放原始碼,並提供自訂顏色。 + +Check out the full suite of Simple Tools here: +https://www.simplemobiletools.com -這程式只是一系列眾多應用程式的其中一項,你可以在這發現更多 https://www.simplemobiletools.com +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/zh-TW/short_description.txt b/fastlane/metadata/android/zh-TW/short_description.txt new file mode 100644 index 0000000..ae87572 --- /dev/null +++ b/fastlane/metadata/android/zh-TW/short_description.txt @@ -0,0 +1 @@ +一個沒有廣告的簡易手電筒。 \ No newline at end of file diff --git a/fastlane/metadata/android/zh-TW/title.txt b/fastlane/metadata/android/zh-TW/title.txt new file mode 100644 index 0000000..275291f --- /dev/null +++ b/fastlane/metadata/android/zh-TW/title.txt @@ -0,0 +1 @@ +簡易手電筒 - 不會在黑暗中迷路 \ No newline at end of file diff --git a/fastlane/metadata/android/zh-TW/video.txt b/fastlane/metadata/android/zh-TW/video.txt new file mode 100644 index 0000000..e69de29 diff --git a/fastlane/metadata/android/zh-rCN/short_description.txt b/fastlane/metadata/android/zh-rCN/short_description.txt deleted file mode 100644 index 74c8fee..0000000 --- a/fastlane/metadata/android/zh-rCN/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -带亮度控制和可定制颜色的 LED 灯控制器,频闪仪 diff --git a/fastlane/metadata/android/zh-rCN/title.txt b/fastlane/metadata/android/zh-rCN/title.txt deleted file mode 100644 index c436504..0000000 --- a/fastlane/metadata/android/zh-rCN/title.txt +++ /dev/null @@ -1 +0,0 @@ -简易手电筒 diff --git a/fastlane/metadata/android/zh-rTW/short_description.txt b/fastlane/metadata/android/zh-rTW/short_description.txt deleted file mode 100644 index 3e8dd97..0000000 --- a/fastlane/metadata/android/zh-rTW/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -一個沒有廣告的簡易手電筒。 diff --git a/fastlane/metadata/android/zh-rTW/title.txt b/fastlane/metadata/android/zh-rTW/title.txt deleted file mode 100644 index fdf5c22..0000000 --- a/fastlane/metadata/android/zh-rTW/title.txt +++ /dev/null @@ -1 +0,0 @@ -簡易手電筒 - 不會在黑暗中迷路