update name

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/27/head
androidacy-user 3 years ago
parent 4d336de070
commit 3f70841f36

@ -2,13 +2,15 @@
### Developed by Androidacy. Find us on the web [here](https://www.androidacy.com/?utm_source=fox-readme&utm_medium=web&utm_campagin=github).
_If you're seeing this at the Fox2Code repo, the new repo is at [Androidacy/AndroidacyModuleManager](https://github.com/Androidacy/AndroidacyModuleManager)! The old repo may not receive consistent updates anymore!_
<sub>We'd like to thank Fox2Code for his initial work on the app. This app was previously known as Fox's Magisk Module Manager (FoxMMM) and may still be referred to as that. Androidacy thanks Fox2Code for their initial work on this app, and wishes him the best in his future endeavours.</sub>
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Androidacy/AndroidacyModuleManager?color=neon&label=Latest%20release&style=for-the-badge)](
## About
The official Magisk Manager app has dropped it's support for downloading online modules, leaving users without a way to easily search for and download them. This app was created to help users download and install modules, and manage their own modules.
**This app is not officially supported by Magisk or its developers**
**This app is not officially supported by Magisk or its developers, nor by Google**
**The modules shown in this app are not affiliated with this app or Magisk**.
@ -26,15 +28,11 @@ The official Magisk Manager app has dropped it's support for downloading online
## Community
[![Telegram Group](https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fandroidacy_discussions)](https://telegram.dog/androidacy_discussions)
[![Telegram Group](https://img.shields.io/endpoint?color=neon&style=for-the-badge&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fandroidacy_discussions)](https://telegram.dog/androidacy_discussions)
<a href="https://translate.nift4.org/engage/foxmmm/">
<img src="https://translate.nift4.org/widgets/foxmmm/-/foxmmm/svg-badge.svg" alt="Translation status" />
</a>
### We'd like to thank Fox2Code for his initial work on the app.
This app was previously known as Fox's Magisk Module Manager (FoxMMM) and may still be referred to as that. Androidacy thanks Fox2Code for their initial work on this app, and wishes him the best in his future endeavours.
## Screenshots
Main activity:
@ -72,7 +70,7 @@ installing from them is at the user's own risk. Default repos can be enabled or
modules [here](https://www.androidacy.com/module-repository-applications/?utm_source=fox-readme&utm_medium=web&utm_campagin=github)
- Modules downloadable easily outside the app
- Rigorously reviewed and tested modules
- Officially supported by Fox's mmm
- Officially supported by AMM
- May show ads to help cover infrastructure costs.
- [Read more](https://www.androidacycom/doing-it-alone-the-what-the-how-and-the-why/?utm_source=fox-readme&utm_medium=web&utm_campagin=github)
| [Privacy policy](https://www.androidacy.com/privacy/?utm_source=fox-readme&utm_medium=web&utm_campagin=github)
@ -81,7 +79,7 @@ installing from them is at the user's own risk. Default repos can be enabled or
**Support:**
&emsp; [![Telegram Group](https://img.shields.io/endpoint?color=neon&style=flat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fandroidacy_discussions)](https://telegram.dog/androidacy_discussions)
&emsp; [![Telegram Group](https://img.shields.io/endpoint?color=neon&style=for-the-badge&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fandroidacy_discussions)](https://telegram.dog/androidacy_discussions)
#### [Magisk Alt Repo](https://github.com/Magisk-Modules-Alt-Repo)
@ -89,7 +87,7 @@ installing from them is at the user's own risk. Default repos can be enabled or
- Less restrictive than the original repo
- May have lower quality, untested, or otherwise broken modules due to their policies or lack
thereof.
- Officially supported by Fox's mmm
- Officially supported by AMM
- Disabled by default and no longer recommended. Kept as an alternative for those who want it
**Support:**
@ -162,7 +160,7 @@ whatsoever for them, outside of direct implementation bugs.
## License
Fox's Magisk Module Manager, the icon, and names are copyright
Androidacy Module Manager, the icon, and names are copyright
2021-present [Fox2Code](https://github.com/Fox2Code). The Androidacy name(s), logo, integration, and
later portions of the code are copyright
2022-present [Androidacy](https://www.androidacy.com/?utm_source=fox-repo&utm_medium=web). See

@ -125,7 +125,7 @@ public class MainActivity extends FoxActivity implements SwipeRefreshLayout.OnRe
realm.close();
// hide this behind a buildconfig flag for now, but crash the app if it's not an official build and not debug
if (BuildConfig.ENABLE_PROTECTION && !o && !BuildConfig.DEBUG) {
throw new RuntimeException("This is not an official build of FoxMMM");
throw new RuntimeException("This is not an official build of AMM");
} else if (!o && !BuildConfig.DEBUG) {
Timber.w("You may be running an untrusted build.");
// Show a toast to warn the user

@ -390,7 +390,7 @@ public class MainApplication extends FoxApplication implements androidx.work.Con
SentryMain.initialize(this);
// Initialize Timber
TimberUtils.configTimber();
Timber.i("Starting FoxMMM version %s (%d) - commit %s", BuildConfig.VERSION_NAME, BuildConfig.VERSION_CODE, BuildConfig.COMMIT_HASH);
Timber.i("Starting AMM version %s (%d) - commit %s", BuildConfig.VERSION_NAME, BuildConfig.VERSION_CODE, BuildConfig.COMMIT_HASH);
// Update SSL Ciphers if update is possible
GMSProviderInstaller.installIfNeeded(this);
// get intent. if isCrashing is not present or false, call FileUtils.ensureCacheDirs and FileUtils.ensureURLHandler
@ -400,9 +400,9 @@ public class MainApplication extends FoxApplication implements androidx.work.Con
fileUtils.ensureCacheDirs();
fileUtils.ensureURLHandler(this);
}
Timber.d("Initializing FoxMMM");
Timber.d("Initializing AMM");
Timber.d("Started from background: %s", !isInForeground());
Timber.d("FoxMMM is running in debug mode");
Timber.d("AMM is running in debug mode");
Timber.d("Initializing Realm");
Realm.init(this);
Timber.d("Initialized Realm");

@ -255,7 +255,7 @@
<string name="pref_category_contributors">الداعمون</string>
<string name="fox2code_thanks">تم الإنشاء بواسطة Fox2Code</string>
<string name="error_saving_logs">تعذر حفظ السجلات</string>
<string name="share_logs">مشاركة سجلات FoxMMM</string>
<string name="share_logs">مشاركة سجلات AMM</string>
<string name="downloading_update">جاري تنزيل التحديث... %1$d%%</string>
<string name="update_debug_download_pref">آلية تنزيل التحديثات الاختبارية</string>
<string name="reset_api_key">إعادة تعيين مفاتيح API</string>
@ -285,7 +285,7 @@
<string name="invalid_excludes">إدخال غير صالح</string>
<string name="title_activity_update">المحدث داخل التطبيق</string>
<string name="update_title">تحديث التطبيق</string>
<string name="update_message">يرجى الانتظار بينما نتحقق من وجود تحديثات ل FoxMMM وتثبيتها. قد يستغرق هذا بضع دقائق</string>
<string name="update_message">يرجى الانتظار بينما نتحقق من وجود تحديثات ل AMM وتثبيتها. قد يستغرق هذا بضع دقائق</string>
<string name="update_button">الرجاء الانتظار…</string>
<string name="update_cancel_button">إلغاء التحديث</string>
<string name="notification_update_summary">يمكن تحديث الإضافات التالية:</string>
@ -311,7 +311,7 @@
<string name="upgrade_androidacy_promo_desc">ستؤدي الترقية إلى الإصدار المميز إلى إزالة الإعلانات ورموز التحقق والتنزيلات للريبو الخاص ب Androidacy ودعم Androidacy وصناع الإضافات.</string>
<string name="fox2code_thanks_desc">Fox2Code هو المنشئ الأصلي للتطبيق. بدونه ، لم يكن هذا ممكنا أبدا.</string>
<string name="save_logs">حفظ السجلات في مساحة التخزين و مشاركتها</string>
<string name="not_official_build">هذا الإصدار من FoxMMM غير رسمي.</string>
<string name="not_official_build">هذا الإصدار من AMM غير رسمي.</string>
<string name="crash_text">أوه-لا، لقد تعثرنا!</string>
<string name="feedback_message">أعطنا المزيد من التفاصيل حول ما كنت تفعله عندما حدث هذا. أكثر ، وأكثر مرحا!</string>
<string name="sentry_dialogue_disabled">‌تم تعطيل الإبلاغ عن الأعطال. أعد تشغيله لإرسال الملاحظات.</string>
@ -329,7 +329,7 @@
<string name="changelog_none">لا تغييرات حتى الآن!</string>
<string name="invalid_repo_url">عنوان URL الذي أدخلته للريبو غير صالح</string>
<string name="add_repo_message">يجب تقديم الريبوز عبر HTTPS ، ويجب أن تتبع المواصفات الموضحة في الوثائق.</string>
<string name="notification_channel_background_update_description">يقوم FoxMMM بالتحقق من وجود تحديثات في الخلفية.</string>
<string name="notification_channel_background_update_description">يقوم AMM بالتحقق من وجود تحديثات في الخلفية.</string>
<string name="notification_channel_category_background_update_description">عرض إشعار أثناء التحقق من وجود تحديثات حتى لا يتم قتلها بواسطة النظام</string>
<string name="yer_a_wizard_harry">يا ساحر ، هاري!</string>
<string name="keep_tapping_to_enter_hogwarts">استمر في النقر للقبول في هوجورتس!</string>
@ -341,7 +341,7 @@
<string name="notification_update_app_pref">تحقق من وجود تحديثات للتطبيق</string>
<string name="notification_channel_category_app_update">تحديثات التطبيق</string>
<string name="notification_channel_background_update_app">تحديث التطبيق متاح!</string>
<string name="notification_channel_background_update_app_description">يتوفر تحديث لـ FoxMMM. انقر هنا للتحديث.</string>
<string name="notification_channel_background_update_app_description">يتوفر تحديث لـ AMM. انقر هنا للتحديث.</string>
<string name="setup_update_check_headline">تحقق من التحديث</string>
<string name="setup_app_analytics">السماح بتحليلات التطبيق</string>
<string name="cache_cleared">تم مسح ذاكرة التخزين المؤقت بنجاح</string>
@ -369,7 +369,7 @@
<string name="clear_app_cache">مسح ذاكرة التخزين المؤقت للتطبيق</string>
<string name="clear_app_cache_desc">هذا لا يجب أن يكون ضروريًا بالعادة ولكنه قد يساعد في إصلاح بعض المشاكل.</string>
<string name="clear_cache_dialogue_message">سيؤدي هذا إلى مسح ذاكرة التخزين المؤقت للتطبيق. سيتم حفظ خصائصك، ولكن قد يستغرق التطبيق وقتًا أطول لإجراء بعض العمليات مؤقتًا.</string>
<string name="certificate_error">تعذر التحقق من شهادة الخادم. الرجاء التأكد من عدم وجود شيء يعترض اتصالات HTTPS لـ FoxMMM.</string>
<string name="certificate_error">تعذر التحقق من شهادة الخادم. الرجاء التأكد من عدم وجود شيء يعترض اتصالات HTTPS لـ AMM.</string>
<string name="crash_reporting_pii_desc">السماح بإرسال معلومات إضافية في تقارير الأعطال ، والتي قد يحتوي بعضها على معلومات تعريف شخصية مثل عنوان IP ومعرفات الجهاز.</string>
<string name="setup_crash_reporting_pii_summary">قد يشمل ذلك معرفات الجهاز وعناوين IP. لن يتم استخدام أي بيانات لأي غرض آخر بخلاف تحليل الأعطال وتحسين الأداء.</string>
<string name="error_creating_cookie_database">خطأ في الوصول إلى WebView. قد تتأثر الوظيفة.</string>
@ -399,5 +399,5 @@
<string name="background_update_check_excludes_version_summary">‍حدد إصدارا من تحديثات الإضافة التي ترغب في تجاهلها. الرجاء استخدام رمز الإصدار فقط. يمكنك العثور على هذا عن طريق الضغط باستمرار على الإصدار في قائمة الإضافات. استخدم ^ في البداية لمطابقة هذا الإصدار والأحدث. استخدم $ في النهاية للمطابقة حتى هذا الإصدار.</string>
<string name="androidacy_thanks_up">شكرا للترقية! لن تعرض تنزيلات الإضافات و ملفات القراءة (README) إعلانات، وسيتم إلغاء تقييد التنزيلات. في المستقبل. ستتمكن من تنزيل الإضافات مباشرة بنقرة واحدة.</string>
<string name="crash_details_suggestion">يمكن العثور على تتبع المكدس أدناه. ومع ذلك ، نوصيك <b>بشدة</b> باستخدام نموذج الملاحظات أدناه لإرسال التعليقات بدلا من ذلك. بهذه الطريقة ، بدلا من نسخ تتبع المكدس يدويا ، سيرسله إلينا تلقائيا. كما يتم إزالة التعتيم بهذه الطريقة ويتم الإبلاغ عن تفاصيل إضافية تلقائياً</string>
<string name="reinstall_warning">معظم الإضافات يجب إلغاء تثبيتها، ثم إعادة تثبيتها من جديد بشكل نظيف. لهذا السبب ، لا يدعم FoxMMM إعادة تثبيت الإضافات ان كانت مثبته حالياً على هذا الجهاز.</string>
<string name="reinstall_warning">معظم الإضافات يجب إلغاء تثبيتها، ثم إعادة تثبيتها من جديد بشكل نظيف. لهذا السبب ، لا يدعم AMM إعادة تثبيت الإضافات ان كانت مثبته حالياً على هذا الجهاز.</string>
</resources>

@ -252,7 +252,7 @@
<string name="fox2code_thanks">Vytvořil Fox2Code</string>
<string name="save_logs">Ukládat protokoly do úložiště a sdílet je</string>
<string name="error_saving_logs">Protokoly se nedají uložit</string>
<string name="share_logs">Sdílet protokoly FoxMMM</string>
<string name="share_logs">Sdílet protokoly AMM</string>
<string name="keep_tapping_to_enter_hogwarts">Pokračujte v klikání, aby vás přijali do Bradavic!</string>
<string name="modules">Moduly</string>
<string name="search">Hledat</string>
@ -269,7 +269,7 @@
<string name="no_file_found">ERROR: Nelze najít aktualizační balíček.</string>
<string name="check_for_updates">Skontrolovat aktualizace aplikace</string>
<string name="update_debug_download_pref">Testovat mechanismus stahování aktualizací</string>
<string name="not_official_build">Tato aplikace není oficiální build FoxMMM.</string>
<string name="not_official_build">Tato aplikace není oficiální build AMM.</string>
<string name="repo_update_failed_message">Následující repozitáře se nepovedlo aktualizovat:
\n
\n%s</string>
@ -326,7 +326,7 @@
<string name="add_repo_message">Repozitáře musí být poskytována přes HTTPS a musí splňovat specifikace uvedené v dokumentaci.</string>
<string name="notification_update_summary">Následující moduly mohou být aktualizovány:</string>
<string name="notification_update_module_template">%1$s na verzi %2$s</string>
<string name="notification_channel_background_update_description">FoxMMM kontroluje aktualizace na pozadí.</string>
<string name="notification_channel_background_update_description">AMM kontroluje aktualizace na pozadí.</string>
<string name="notification_channel_category_background_update">Stav aktualizací na pozadí</string>
<string name="notification_channel_category_background_update_description">Zobrazuje upozornění při kontrole aktualizací, aby je systém nezabil</string>
<string name="notification_update_wifi_desc">Kontrolovat pouze přes WiFi</string>
@ -343,7 +343,7 @@
<string name="notification_channel_category_app_update">Aktualizace aplikace</string>
<string name="notification_channel_category_app_update_description">Upozornit je-li dostupná aktualizace aplikace</string>
<string name="notification_channel_background_update_app">Je dostupná aktualizace aplikace!</string>
<string name="notification_channel_background_update_app_description">Je dostupná aktualizace FoxMMM. Klikněte zde pro aktualizaci.</string>
<string name="notification_channel_background_update_app_description">Je dostupná aktualizace AMM. Klikněte zde pro aktualizaci.</string>
<string name="crash_reporting_headline">Hlášení o selhání</string>
<string name="setup_update_check_headline">Kontroly aktualizací</string>
<string name="update_button">Čekejte prosím…</string>
@ -353,7 +353,7 @@
\nUjisti se, že věříš zdroji tohoto modulu, neboť moduly jsou velice mocné a mohou udělat skoro cokoli.</string>
<string name="androidacy_thanks_desc">Obrovské poděkování patří společnosti Androidacy za její integraci a příspěvky do aplikace.</string>
<string name="reset_app_message">Tím se zcela odstraní všechna data aplikace a aplikaci se zavře. Moduly nebudou odinstalovány.</string>
<string name="update_message">Počkejte prosím, než zkontrolujeme a nainstalujeme aktualizace FoxMMM. Může to trvat pár minut</string>
<string name="update_message">Počkejte prosím, než zkontrolujeme a nainstalujeme aktualizace AMM. Může to trvat pár minut</string>
<string name="error_download_update">Při stahování informací o aktualizaci došlo k chybě.</string>
<string name="low_quality_module_desc">Tento modul obsahuje metadata, která jsou buď neplatná, nebo jsou považována za označení modulu nízké kvality. Doporučuje se odinstalace.</string>
<string name="yer_a_wizard_harry">Jsi čaroděj, Harry!</string>
@ -367,7 +367,7 @@
<string name="cache_clear_failed">Chyba pri mazání cache</string>
<string name="clear_cache_dialogue_title">Smazat cache aplikace\?</string>
<string name="clear_cache_dialogue_message">Tím se vymaže cache aplikace. Vaše předvolby budou uloženy, ale aplikace se může dočasně spomalit.</string>
<string name="certificate_error">Certifikát serveru se nepodařilo ověřit. Ujistěte se, že nic nezachycuje připojení HTTPS pro FoxMMM.</string>
<string name="certificate_error">Certifikát serveru se nepodařilo ověřit. Ujistěte se, že nic nezachycuje připojení HTTPS pro AMM.</string>
<string name="pref_category_privacy">Soukromí</string>
<string name="crash_reporting_pii_desc">Umožňuje odesílání dalších informací ve zprávách o selhání, z nichž některé mohou obsahovat osobní údaje, jako je IP adresa nebo identifikátory zařízení.</string>
<string name="crash_reporting_pii">Zaslat další informace</string>

@ -79,8 +79,8 @@
<string name="theme_mode_pref">Theme Modus</string>
<string name="dns_over_https_pref">DNS über HTTPS</string>
<string name="dns_over_https_desc">Kann in einigen Fällen Verbindungsprobleme beheben</string>
<string name="disable_extensions_desc">Deaktivieren Sie die FoxMmm-Erweiterungen, um zu verhindern, dass Module Terminalerweiterungen verwenden.
\nNützlich, wenn ein Modul die FoxMmm-Erweiterungen missbraucht.</string>
<string name="disable_extensions_desc">Deaktivieren Sie die AMM-Erweiterungen, um zu verhindern, dass Module Terminalerweiterungen verwenden.
\nNützlich, wenn ein Modul die AMM-Erweiterungen missbraucht.</string>
<string name="wrap_text_pref">Textumbruch</string>
<string name="wrap_text_desc">Zeigen Sie Text in mehreren Zeilen an, anstatt den gesamten Text in derselben Zeile zu platzieren, wenn Sie ein Modul installieren.</string>
<string name="disable_chips_in_description">Chips in Beschreibung deaktivieren</string>
@ -268,7 +268,7 @@
<string name="reset_api_key">API-Schlüssel zurücksetzen</string>
<string name="upgrade_androidacy_promo">Upgrade auf Premium</string>
<string name="share_logs">Teile Logs</string>
<string name="not_official_build">Diese App ist ein inoffizieller FoxMMM-Build.</string>
<string name="not_official_build">Diese App ist ein inoffizieller AMM-Build.</string>
<string name="feedback_submit">Absenden und neu starten</string>
<string name="please_feedback">Bitte hilf uns aus, indem du uns erzählst, was du machen wolltest, bevor dies passiert ist.</string>
<string name="sentry_dialogue_disabled">Fehler-Upload deaktiviert. Aktivieren, um Feedback hochzuladen.</string>

@ -199,8 +199,8 @@
<string name="fox2code_thanks">Δημιουργήθηκε από τον Fox2Code</string>
<string name="save_logs">Αποθήκευση των logs, και κοινοποίηση</string>
<string name="error_saving_logs">Δεν ήταν δυνατή η αποθήκευση των logs</string>
<string name="share_logs">Κοινοποίηση των logs του FoxMMM</string>
<string name="not_official_build">Αυτή η εφαρμογή είναι ανεπίσημη κατασκευή του FoxMMM.</string>
<string name="share_logs">Κοινοποίηση των logs του AMM</string>
<string name="not_official_build">Αυτή η εφαρμογή είναι ανεπίσημη κατασκευή του AMM.</string>
<string name="androidacy_failed_to_parse_token">Το token δεν ανακτήθηκε από το Androidacy. Παρακαλούμε προσπαθήστε ξανά αργότερα.</string>
<string name="androidacy_failed_to_validate_token">Το token δεν επικυρώθηκε από το Androidacy. Παρακαλούμε προσπαθήστε ξανά αργότερα.</string>
<string name="androidacy_server_down">Αδυναμία επικοινωνίας με τον server του Androidacy. Παρακαλούμε ελέγξτε την σύνδεσή σας στο διαδίκτυο και προσπαθήστε ξανά αργότερα.</string>
@ -245,7 +245,7 @@
<string name="theme_dark">Σκοτεινό</string>
<string name="theme_black">Μαύρο AMOLED</string>
<string name="validating_api_key">Επικύρωση κλειδιού API…</string>
<string name="update_message">Περιμένετε μέχρι να ελέγξουμε και να εγκαταστήσουμε ενημερώσεις στο FoxMMM. Αυτό μπορεί να διαρκέσει μερικά λεπτά</string>
<string name="update_message">Περιμένετε μέχρι να ελέγξουμε και να εγκαταστήσουμε ενημερώσεις στο AMM. Αυτό μπορεί να διαρκέσει μερικά λεπτά</string>
<string name="error_no_extras">ΣΦΑΛΜΑ: Λήφθηκαν μη έγκυρα δεδομένα κατά την εκκίνηση</string>
<string name="error_no_action">ΣΦΑΛΜΑ: Καθορίστηκε μη έγκυρη ενέργεια. Δεν μπορούμε να συνεχίσουμε.</string>
<string name="update_available">Βρέθηκε ενημέρωση</string>
@ -311,7 +311,7 @@
<string name="notification_update_summary">Τα ακόλουθα modules μπορούν να ενημερωθούν:</string>
<string name="notification_update_module_template">%1$s σε έκδοση %2$s</string>
<string name="notification_channel_background_update">Έλεγχος για ενημερώσεις…</string>
<string name="notification_channel_background_update_description">Το FoxMMM ελέγχει για ενημερώσεις στο παρασκήνιο.</string>
<string name="notification_channel_background_update_description">Το AMM ελέγχει για ενημερώσεις στο παρασκήνιο.</string>
<string name="notification_channel_category_background_update">Κατάσταση ενημέρωσης στο παρασκήνιο</string>
<string name="notification_channel_category_background_update_description">Δείχνει μια ειδοποίηση όσο διαρκεί ο έλεγχος για ενημερώσεις ώστε να μην διακόψει την εκτέλεση το σύστημα</string>
<string name="notification_update_wifi_desc">Έλεγχος μόνο σε WiFi</string>
@ -328,7 +328,7 @@
<string name="notification_channel_category_app_update">Ενημερώσεις εφαρμογών</string>
<string name="notification_channel_category_app_update_description">Ειδοποιεί όταν μια ενημέρωση εφαρμογής είναι διαθέσιμη</string>
<string name="notification_channel_background_update_app">Ενημέρωση εφαρμογής διαθέσιμη!</string>
<string name="notification_channel_background_update_app_description">Υπάρχει διαθέσιμη ενημέρωση για το FoxMMM. Πατήστε εδώ για να το ενημερώσετε.</string>
<string name="notification_channel_background_update_app_description">Υπάρχει διαθέσιμη ενημέρωση για το AMM. Πατήστε εδώ για να το ενημερώσετε.</string>
<string name="crash_reporting_headline">Αναφορά crashes</string>
<string name="setup_update_check_headline">Έλεγχος ενημερώσεων</string>
<string name="setup_background_update_check_require_wifi">Απαίτησε wifi για τον έλεγχο ενημερώσεων</string>
@ -340,7 +340,7 @@
<string name="cache_clear_failed">Αποτυχία εκκαθάρισης της προσωρινής μνήμης</string>
<string name="clear_cache_dialogue_title">Θέλετε να καθαρίσετε την προσωρινή μνήμη της εφαρμογής;</string>
<string name="clear_cache_dialogue_message">Αυτό θα διαγράψει την προσωρινή μνήμη της εφαρμογής. Οι προτιμήσεις σας θα αποθηκευτούν, αλλά η εφαρμογή ενδέχεται να χρειαστεί περισσότερο χρόνο για να εκτελέσει ορισμένες λειτουργίες προσωρινά.</string>
<string name="certificate_error">Δεν ήταν δυνατή η επαλήθευση του πιστοποιητικού διακομιστή. Βεβαιωθείτε ότι τίποτα δεν παρεμποδίζει τις συνδέσεις HTTPS για το FoxMMM.</string>
<string name="certificate_error">Δεν ήταν δυνατή η επαλήθευση του πιστοποιητικού διακομιστή. Βεβαιωθείτε ότι τίποτα δεν παρεμποδίζει τις συνδέσεις HTTPS για το AMM.</string>
<string name="pref_category_privacy">Ιδιωτικότητα</string>
<string name="crash_reporting_pii_desc">Επιτρέπει την αποστολή πρόσθετων πληροφοριών σε αναφορές σφαλμάτων, ορισμένες από τις οποίες μπορεί να περιέχουν στοιχεία προσωπικής ταυτοποίησης, όπως διεύθυνση IP και αναγνωριστικά συσκευής.</string>
<string name="crash_reporting_pii">Στείλτε επιπλέον πληροφορίες</string>

@ -109,7 +109,7 @@
(No se aplica al WebView)
</string>
<string name="disable_extensions_pref">Desactivar extensiones</string>
<string name="disable_extensions_desc">Desactiva las extensiones de FoxMMM, esto previene que los módulos usen extensiones de la terminal, útil si un módulo hace mal uso de las extensiones de FoxMMM.</string>
<string name="disable_extensions_desc">Desactiva las extensiones de AMM, esto previene que los módulos usen extensiones de la terminal, útil si un módulo hace mal uso de las extensiones de AMM.</string>
<string name="wrap_text_pref">Dividir el texto</string>
<string name="wrap_text_desc">Divide el texto en una línea nueva en vez de colocar todo el texto en la misma línea durante la instalación de un módulo.</string>
<string name="enable_blur_pref">Activar desenfoque</string>
@ -307,8 +307,8 @@
<string name="custom_repo_always_on">Los repositorios personalizados siempre están activos hasta que los elimine.</string>
<string name="transparent_theme_dialogue_title">Esta configurando un tema transparente</string>
<string name="androidacy_thanks_desc">Un gran agradecimiento a Androidacy por su integración y contribuciones a la aplicación.</string>
<string name="share_logs">Compartir registros de FoxMMM</string>
<string name="not_official_build">Esta aplicación es una compilación no oficial de FoxMMM.</string>
<string name="share_logs">Compartir registros de AMM</string>
<string name="not_official_build">Esta aplicación es una compilación no oficial de AMM.</string>
<string name="error_saving_logs">No se pudieron guardar los registros</string>
<string name="save_logs">Guardar registros en el almacenamiento y compartir</string>
<string name="setup_background_update_check_summary">Permítanos buscar actualizaciones de módulos y aplicaciones en segundo plano. Esta característica puede usar más batería y datos.</string>
@ -326,7 +326,7 @@
<string name="reset_warning">Si sigues viendo esta pantalla, reiniciar la aplicación puede ayudar. Esto borrará los datos de la aplicación pero no afectará a los módulos instalados.</string>
<string name="notification_update_ignore_desc">Lista de módulos para excluir de las comprobaciones de actualización</string>
<string name="notification_channel_category_background_update">Estado de actualización en segundo plano</string>
<string name="notification_channel_background_update_description">FoxMMM comprobando actualizaciones en segundo plano.</string>
<string name="notification_channel_background_update_description">AMM comprobando actualizaciones en segundo plano.</string>
<string name="notification_update_app_pref">Comprobar actualizaciones de la aplicación</string>
<string name="setup_app_analytics">Permitir análisis de aplicación</string>
<string name="notification_update_app_desc">Active la comprobación automática de las actualizaciones de aplicaciones. Las actualizaciones no se descargarán automáticamente.</string>
@ -364,12 +364,12 @@
\n
\nSe recomienda encarecidamente la desinstalación.</string>
<string name="invalid_characters_message">La lista de módulos que ingresaste es inválida. Por favor ingresa solo IDs de módulos válidos separados por comas</string>
<string name="update_message">Espere mientras buscamos e instalamos actualizaciones de FoxMMM. Esto puede tomar unos pocos minutos</string>
<string name="update_message">Espere mientras buscamos e instalamos actualizaciones de AMM. Esto puede tomar unos pocos minutos</string>
<string name="add_repo_message">Los repositorios deben servirse a través de HTTPS y deben seguir las especificaciones descritas en la documentación.</string>
<string name="notification_channel_category_background_update_description">Muestra una notificación mientras comprueba actualizaciones para que el sistema no la elimine</string>
<string name="notification_update_wifi_desc">Solo comprueba WiFi</string>
<string name="notification_update_module_template">%1$s a versión %2$s</string>
<string name="notification_channel_background_update_app_description">Hay una actualización disponible para FoxMMM. Pulsa aquí para actualizar.</string>
<string name="notification_channel_background_update_app_description">Hay una actualización disponible para AMM. Pulsa aquí para actualizar.</string>
<string name="setup_background_update_check_require_wifi">Requiere wifi para comprobaciones de actualización</string>
<string name="setup_update_check_headline">Comprobaciones de actualización</string>
<string name="crash_reporting_headline">Informando fallos</string>
@ -382,7 +382,7 @@
<string name="safe_message">Este módulo ha sido verificado por el repositorio como seguro, lo que significa que pasa ciertos estándares de calidad y seguridad, y se comprueba en busca de malware.</string>
<string name="setup_background_update_check_require_wifi_summary">Requiere wifi o una conexión no medida para realizar comprobaciones de actualización</string>
<string name="clear_cache_dialogue_message">Esto borrará la caché de la aplicación. Sus preferencias se guardarán, pero la aplicación puede tardar más en realizar algunas operaciones temporalmente.</string>
<string name="certificate_error">No se pudo verificar el certificado del servidor. Asegúrese de que nada esté interceptando las conexiones HTTPS para FoxMMM.</string>
<string name="certificate_error">No se pudo verificar el certificado del servidor. Asegúrese de que nada esté interceptando las conexiones HTTPS para AMM.</string>
<string name="crash_reporting_pii_desc">Permite enviar información adicional en reportes de fallos, algunos de los cuales pueden contener información de identificación personal, como la dirección IP y los identificadores de dispositivo.</string>
<string name="setup_crash_reporting_pii_summary">Esto puede incluir identificadores de dispositivo y direcciones IP. No se utilizarán datos para ningún otro propósito que no sea analizar fallas y mejorar el rendimiento.</string>
<string name="setup_scroll_down">Para activar el botón Finalizar, desplácese hacia abajo y vea todas las opciones.</string>
@ -414,5 +414,5 @@
<string name="eula_agree_v2">Usted acepta estar sujeto a la licencia LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.en.html) y al EULA (https://www.androidacy.com/foxmmm-eula/), además de los términos de terceros, y que los autores de esta aplicación no son responsables del uso que usted haga de ella, ni ofrecemos garantías expresas o implícitas.</string>
<string name="androidacy_thanks_up">Gracias por actualizar! las descargas de módulos y los archivos READMEs no mostrarán anuncios y las descargas no se acelerarán. En el futuro, podrá descargar módulos directamente con un solo clic.</string>
<string name="crash_details_suggestion">El seguimiento de pila se puede encontrar a continuación. Sin embargo, nos <b> fuertemente </b> le recomendamos que utilice el formulario de comentarios a continuación para enviar sus comentarios. De esta forma, en lugar de copiar manualmente el seguimiento de pila, nos lo enviará automáticamente. También se desofusca de esa manera y los detalles adicionales se informan automáticamente.</string>
<string name="reinstall_warning">La mayoría de los módulos deben desinstalarse y luego reinstalarse limpiamente. Por esta razón, FoxMMM no admite la reinstalación de módulos mientras están instalados en el dispositivo.</string>
<string name="reinstall_warning">La mayoría de los módulos deben desinstalarse y luego reinstalarse limpiamente. Por esta razón, AMM no admite la reinstalación de módulos mientras están instalados en el dispositivo.</string>
</resources>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Gestor de módulos Magisk de Fox</string>
<string name="app_name_short">Fox Mmm</string>
<string name="app_name_short">AMM</string>
<string name="fail_root_magisk">No se pudo acceder a Root o Magisk</string>
<string name="fail_root_denied">Root ha sido denegado a través de la aplicación Magisk</string>
<string name="fail_magisk_missing">Magisk no está instalado en este dispositivo</string>
@ -248,8 +248,8 @@
<string name="fox2code_thanks">Creado por Fox2Code</string>
<string name="save_logs">Guarde los registros y compartalos</string>
<string name="error_saving_logs">No se han podido guardar los registros</string>
<string name="share_logs">Compartir registros de FoxMMM</string>
<string name="not_official_build">Esta aplicación es una versión no oficial de FoxMMM.</string>
<string name="share_logs">Compartir registros de AMM</string>
<string name="not_official_build">Esta aplicación es una versión no oficial de AMM.</string>
<string name="repo_update_failed_message">Los siguientes repositorios no se han actualizado:
\n
\n%s</string>
@ -300,7 +300,7 @@
<string name="title_activity_update">Actualizador</string>
<string name="update_title">Actualizar aplicación</string>
<string name="update_button">Por favor espere…</string>
<string name="update_message">Por favor espere mientras comprobamos e instalamos actualizaciones a FoxMMM. Esto puede tardar algunos minutos</string>
<string name="update_message">Por favor espere mientras comprobamos e instalamos actualizaciones a AMM. Esto puede tardar algunos minutos</string>
<string name="source_code_summary"><b>Compromiso</b> %1$s @ %2$s</string>
<string name="modules">Módulos</string>
<string name="search">Buscar</string>
@ -325,7 +325,7 @@
<string name="notification_update_summary">Los siguientes modulos pueden ser acutalizados:</string>
<string name="notification_update_module_template">%1$s a la versión %2$s</string>
<string name="notification_channel_background_update">Comprobando actualizaciones…</string>
<string name="notification_channel_background_update_description">FoxMMM está comprobando actualizaciones en segundo plano.</string>
<string name="notification_channel_background_update_description">AMM está comprobando actualizaciones en segundo plano.</string>
<string name="notification_channel_category_background_update">Estado de la actualización en segundo plano</string>
<string name="notification_channel_category_background_update_description">Muestra una notificación mientras se comprueban las actualizaciones así el sistema no cierra la app</string>
<string name="notification_update_wifi_desc">Solo comprobar usando WiFi</string>
@ -341,7 +341,7 @@
<string name="notification_update_app_pref">Comprobar actualizaciones de la aplicación</string>
<string name="notification_channel_category_app_update">Actualizaciones de aplicación</string>
<string name="notification_channel_background_update_app">Actualización disponible!</string>
<string name="notification_channel_background_update_app_description">Se ha encontrado una actualización para FoxMMM. Toca aquí para actualizar.</string>
<string name="notification_channel_background_update_app_description">Se ha encontrado una actualización para AMM. Toca aquí para actualizar.</string>
<string name="crash_reporting_headline">Reportes de errores</string>
<string name="setup_update_check_headline">Comprobación de actualizaciones</string>
<string name="setup_background_update_check_require_wifi">Se necesita WiFi para comprobar las actualizaciones</string>
@ -353,7 +353,7 @@
<string name="cache_clear_failed">Fallo al borrar caché</string>
<string name="clear_cache_dialogue_title">Desea borrar la caché\?</string>
<string name="clear_cache_dialogue_message">Esto va a borrar la caché de la aplicación. Tus preferencias van a ser guardadas, pero la aplicación va a tardar más tiempo en hacer algunas operaciones temporalmente.</string>
<string name="certificate_error">El certificado del servidor puede no haber sido verificado. Por favor asegúrate de que nada está interceptando las conexiones HTTPS para FoxMMM.</string>
<string name="certificate_error">El certificado del servidor puede no haber sido verificado. Por favor asegúrate de que nada está interceptando las conexiones HTTPS para AMM.</string>
<string name="pref_category_privacy">Privacidad</string>
<string name="crash_reporting_pii_desc">Permite el mandar información adicional en los reportes de errores, algunos de los cuales pueden contener datos personales identificables, como tu dirección IP e identificadores de dispositivos.</string>
<string name="crash_reporting_pii">Envía información adicional</string>

@ -296,8 +296,8 @@
<string name="fox2code_thanks">Créée par Fox2Code</string>
<string name="save_logs">Sauvegarder les journeaux dans le stockage et les partager</string>
<string name="error_saving_logs">Les journeaux n\ont pas pu être sauvegardés</string>
<string name="share_logs">Partager les journeaux FoxMMM</string>
<string name="not_official_build">Cette application n\est pas une fabrication officielle FoxMMM.</string>
<string name="share_logs">Partager les journeaux AMM</string>
<string name="not_official_build">Cette application n\est pas une fabrication officielle AMM.</string>
<string name="crash_text">Uh-oh, on a un problème!</string>
<string name="feedback_message">Donnez nous plus de détails à propos de ce qui s\est passé quand c\est arrivé. Plus on est foue, plus on rit!</string>
<string name="feedback_submit">Envoyer et redémarrer</string>
@ -329,7 +329,7 @@
<string name="background_update_check_excludes">Modules à exclure des vérifications de MàJ automatiques</string>
<string name="title_activity_update">MàJ dans l\application</string>
<string name="update_title">MàJ l\application</string>
<string name="update_message">Merci de patienter pendant que nous vérifions et installons les MàJ pour FoxMMM. Celà peut prendre quelques minutes</string>
<string name="update_message">Merci de patienter pendant que nous vérifions et installons les MàJ pour AMM. Celà peut prendre quelques minutes</string>
<string name="update_button">Merci de patienter...</string>
<string name="error_no_extras">ERREURE: Donnée invalides reçues au lancement</string>
<string name="update_debug_warning">Il semblerait que vous soyez en train d\utiliser une fabrication de débuggage. Les fabrications de débuggage doivent être MàJ manuellement, et les MàJ incorporées ne sont pas supportées</string>
@ -351,7 +351,7 @@
<string name="notification_update_summary">Les modules suivants peuvent êtres MàJ:</string>
<string name="notification_update_module_template">%1$s vers la version %2$s</string>
<string name="notification_channel_background_update">Vérification des MàJ...</string>
<string name="notification_channel_background_update_description">FoxMMM est en train de vérifier les MàJ en tâche de fond.</string>
<string name="notification_channel_background_update_description">AMM est en train de vérifier les MàJ en tâche de fond.</string>
<string name="notification_channel_category_background_update">Statut de la MàJ en arrière-plan</string>
<string name="notification_channel_category_background_update_description">Afficher une notification lors de la vérification des MàJ pour que le système ne la ferme pas opportunément</string>
<string name="notification_update_wifi_desc">Vérifier uniquement via le WiFi</string>
@ -369,7 +369,7 @@
<string name="notification_channel_category_app_update">MàJs de l\application</string>
<string name="notification_channel_category_app_update_description">ÊTre notifié lorsce qu\une MàJ de l\application est trouvée</string>
<string name="notification_channel_background_update_app">MàJ de l\application disponible!</string>
<string name="notification_channel_background_update_app_description">Une MàJ est disponible pour FoxMMM. Appuyer ici pour MàJ.</string>
<string name="notification_channel_background_update_app_description">Une MàJ est disponible pour AMM. Appuyer ici pour MàJ.</string>
<string name="yer_a_wizard_harry">Vous êtes un magicien, Harry!</string>
<string name="keep_tapping_to_enter_hogwarts">Continuez à toquer pour être admis à Poudlard !</string>
<string name="modules">Modules</string>
@ -386,7 +386,7 @@
<string name="cache_clear_failed">Échec de l\effacement du cache</string>
<string name="clear_cache_dialogue_title">Éffacer le cache de l\application?</string>
<string name="clear_cache_dialogue_message">Celà effacera le cache de l\application. Vos réglages seront sauvegardés, mais l\application pourrait prendre temporairement plus de temps pour effectuer certaines tâches.</string>
<string name="certificate_error">Le certificat du serveur n\a pas pu être vérifié. Veuillez vous assurer que rien n\intercepte les connexions HTTPS pour FoxMMM.</string>
<string name="certificate_error">Le certificat du serveur n\a pas pu être vérifié. Veuillez vous assurer que rien n\intercepte les connexions HTTPS pour AMM.</string>
<string name="pref_category_privacy">Confidentialité</string>
<string name="crash_reporting_pii_desc">Permettre l\envoie additionnel d\information dans les rapports de plantages, certaines d\entre elles pourraient contenir des informations personelles identifiables telles que les adresses IP et les identifiants du périphérique.</string>
<string name="crash_reporting_pii">Envoyer les informations additionelles</string>

@ -197,9 +197,9 @@
<string name="fox2code_thanks_desc">Fox2Code az alkalmazás eredeti készítője. Nélküle ez soha nem jöhetett volna létre.</string>
<string name="fox2code_thanks">Készítette: Fox2Code</string>
<string name="save_logs">Naplók mentése és megosztása</string>
<string name="not_official_build">Vigyázat! Nem hivatalos és ezért nem támogatott FoxMMM buildet futtatsz.</string>
<string name="not_official_build">Vigyázat! Nem hivatalos és ezért nem támogatott AMM buildet futtatsz.</string>
<string name="error_saving_logs">Nem sikerült a naplók mentése</string>
<string name="share_logs">FoxMMM naplók megosztása</string>
<string name="share_logs">AMM naplók megosztása</string>
<string name="title_activity_settings">BeállításAktivitás</string>
<string name="module_by">tőle:</string>
<string name="module_needs_ramdisk">Ramdiskre van szüksége</string>
@ -211,8 +211,8 @@
<string name="use_magisk_install_command_desc">A tesztelés során problémákat okozott a modul telepítési hiba diagnosztikai eszközének, ezért ez az opció a fejlesztői mód mögé van rejtve.
\nSaját felelősségre kapcsold be!</string>
<string name="disable_extensions_pref">Nincs Mmm</string>
<string name="disable_extensions_desc">Kapcsolja ki a Fox Mmm bővítményeit, megakadályozva ezzel, hogy a modulok terminálbővítményeket használjanak.
\nHasznos, ha egy modul visszaél a Fox Mmm kiterjesztéseivel.</string>
<string name="disable_extensions_desc">Kapcsolja ki a AMM bővítményeit, megakadályozva ezzel, hogy a modulok terminálbővítményeket használjanak.
\nHasznos, ha egy modul visszaél a AMM kiterjesztéseivel.</string>
<string name="disable_chips_in_description">Chipek letiltása a leírásban</string>
<string name="androidacy_repo_info">Ez a repo reklámokat jeleníthet meg a szerver és fejlesztési költségek fedezése érdekében. Ezek között lehetnek vélemények, víruskeresők, egyebek.</string>
<string name="androidacy_test_mode_pref">Androidacy teszt mód</string>

@ -290,8 +290,8 @@
<string name="fox2code_thanks">Dibuat oleh Fox2Code</string>
<string name="save_logs">Simpan log ke penyimpanan dan bagikan</string>
<string name="error_saving_logs">Tidak dapat menyimpan log</string>
<string name="share_logs">Bagikan log FoxMMM</string>
<string name="not_official_build">Aplikasi ini adalah build FoxMMM yang tidak resmi.</string>
<string name="share_logs">Bagikan log AMM</string>
<string name="not_official_build">Aplikasi ini adalah build AMM yang tidak resmi.</string>
<string name="crash_text">Uh-oh, kita kena sebuah halangan!</string>
<string name="feedback_message">Beritahu kita detail lebih lanjut dalam apa yang sedang anda lakukan. Semakin banyak, semakin meriah!</string>
<string name="feedback_submit">Kirim dan luncurkan ulang</string>
@ -324,7 +324,7 @@
<string name="background_update_check_excludes">Modul-modul dikecualikan dari cek pembaruan otomatis</string>
<string name="title_activity_update">Pembaruan dalam aplikasi</string>
<string name="update_title">Perbarui aplikasi</string>
<string name="update_message">Harap menunggu sementara kami mengcek pembaruan dan memasang pembaruan FoxMMM. Ini mungkin akan membutuhkan beberapa menit</string>
<string name="update_message">Harap menunggu sementara kami mengcek pembaruan dan memasang pembaruan AMM. Ini mungkin akan membutuhkan beberapa menit</string>
<string name="update_button">Mohon menunggu…</string>
<string name="error_no_extras">KESALAHAN: Data tidak valid diterima saat meluncur</string>
<string name="update_debug_warning">Anda sepertinya menjalankan sebuah build debug. Build debug harus diperbarui secara manual, dan tidak mendukung pembaruan dalam aplikasi</string>
@ -347,7 +347,7 @@
<string name="notification_update_summary">Modul-modul berikut bisa diperbarui:</string>
<string name="notification_update_module_template">%1$s to version %2$s</string>
<string name="notification_channel_background_update">Mengcek pembaruan…</string>
<string name="notification_channel_background_update_description">FoxMMM sedang mengcek pembaruan di latar belakang.</string>
<string name="notification_channel_background_update_description">AMM sedang mengcek pembaruan di latar belakang.</string>
<string name="notification_channel_category_background_update">Status pembaruan di latar belakang</string>
<string name="notification_channel_category_background_update_description">Menunjukkan notifikasi sehingga sistem tidak menutup aplikasi saat memeriksa pembaruan</string>
<string name="notification_update_wifi_desc">Hanya cek di WiFi</string>
@ -365,7 +365,7 @@
<string name="notification_channel_category_app_update">Pembaruan-pembaruan aplikasi</string>
<string name="notification_channel_category_app_update_description">Beritahu jika ada pembaruan aplikasi</string>
<string name="notification_channel_background_update_app">Ada pembaruan aplikasi!</string>
<string name="notification_channel_background_update_app_description">Ada sebuah pembaruan untuk FoxMMM. Pencet ini untuk memperbarui.</string>
<string name="notification_channel_background_update_app_description">Ada sebuah pembaruan untuk AMM. Pencet ini untuk memperbarui.</string>
<string name="yer_a_wizard_harry">Kamu adalah penyihir, Harry!</string>
<string name="keep_tapping_to_enter_hogwarts">Ketuk terus untuk masuk ke dalam Hogwarts!</string>
<string name="modules">Modul-modul</string>
@ -381,7 +381,7 @@
<string name="cache_clear_failed">Gagal membersihkan cache</string>
<string name="clear_cache_dialogue_title">Bersihkan cache aplikasi\?</string>
<string name="clear_cache_dialogue_message">Ini akan membersihkan cache aplikasi. Pengaturan anda akan disimpan, tetapi aplikasi untuk sementara mungkin akan membutuhkan waktu lebih lama untuk melakukan beberapa proses.</string>
<string name="certificate_error">Sertifikat server tidak dapat diverifikasi. Mohon pastikan tidak ada yang menghalangi koneksi HTTPS untuk FoxMMM.</string>
<string name="certificate_error">Sertifikat server tidak dapat diverifikasi. Mohon pastikan tidak ada yang menghalangi koneksi HTTPS untuk AMM.</string>
<string name="pref_category_privacy">Privasi</string>
<string name="crash_reporting_pii_desc">Mengizinkan pengiriman informasi tambahan dalam laporan gangguan, beberapa informasi ini mungkin mengandung informasi pribadi seperti alamat IP dan pengidentifikasi perangkat.</string>
<string name="crash_reporting_pii">Kirim informasi tambahan</string>

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Fox Magisk Module Manager</string>
<string name="app_name_short">Fox Mmm</string>
<string name="app_name_short">AMM</string>
<string name="fail_root_magisk">Impossibile ottenere l\'accesso root</string>
<string name="loading">Caricamento…</string>
<string name="updatable">Aggiornamento disponibile</string>
@ -109,8 +109,8 @@
</string>
<string name="disable_extensions_pref">Niente Mmm</string>
<string name="disable_extensions_desc">
Disattiva le estensioni di Fox Mmm, impedendo ai moduli di usare
le estensioni per il terminale.\nUtile se un modulo abusa le estensioni di Fox Mmm.
Disattiva le estensioni di AMM, impedendo ai moduli di usare
le estensioni per il terminale.\nUtile se un modulo abusa le estensioni di AMM.
</string>
<string name="wrap_text_pref">Testo a capo</string>
<string name="wrap_text_desc">Mostra il testo su più righe invece di mettere tutto il testo in una sola riga quando si installa un modulo.</string>
@ -269,7 +269,7 @@
<string name="fox2code_thanks">Creato da Fox2Code</string>
<string name="save_logs">Salva i log sul dispositivo e condividili</string>
<string name="error_saving_logs">Impossibile salvare i log</string>
<string name="share_logs">Condividi i log di FoxMMM</string>
<string name="share_logs">Condividi i log di AMM</string>
<string name="repo_update_failed_message">Non sono riuscito ad aggiornare i seguenti repository:
\n
\n%s</string>
@ -324,14 +324,14 @@
\n
\nAssicurati di fidarti della fonte di questo modulo, i moduli sono molto potenti e possono fare quasi tutto.</string>
<string name="upgrade_androidacy_promo_desc">Passare a premium rimuoverà le pubblicità, i captcha e i download per il Repository di Androidacy, e supporta Androidacy e gli autori dei moduli.</string>
<string name="not_official_build">Quest\'app è una build non ufficiale di FoxMMM.</string>
<string name="not_official_build">Quest\'app è una build non ufficiale di AMM.</string>
<string name="feedback_message">Dacci più dettagli su cosa stavi facendo quando è accaduto. Più sappiamo, meglio è!</string>
<string name="more_details">Più dettagli potrebbero essere qua sotto.</string>
<string name="sentry_enable_nag">Sembra che la segnalazione degli arresti anomali sia disabilitata. Perfavore attivala per inviare feedback.</string>
<string name="reset_app_confirmation">Questa operazione cancellerà completamente i dati delle app, ma non avrà effetto sui moduli.</string>
<string name="invalid_characters_message">L\'elenco dei moduli inseriti non è valido. Inserire solo id di moduli validi separati da virgole</string>
<string name="background_update_check_excludes">Moduli da escludere dal controllo automatica degli aggiornamenti</string>
<string name="update_message">Si prega di attendere mentre controlliamo e installiamo gli aggiornamenti di FoxMMM. L\'operazione potrebbe richiedere alcuni minuti</string>
<string name="update_message">Si prega di attendere mentre controlliamo e installiamo gli aggiornamenti di AMM. L\'operazione potrebbe richiedere alcuni minuti</string>
<string name="checking_for_update">Cercando aggiornamenti…</string>
<string name="yer_a_wizard_harry">Sei un mago, Harry!</string>
<string name="keep_tapping_to_enter_hogwarts">Continua a premere per essere ammesso ad Hogwarts!</string>
@ -343,7 +343,7 @@
<string name="add_repo_message">Le repository devono essere su protocollo HTTPS, e devono seguire le specifiche della documentazione.</string>
<string name="notification_update_module_template">%1$s alla versione %2$s</string>
<string name="notification_channel_background_update">Controllo aggiornamenti…</string>
<string name="notification_channel_background_update_description">FoxMMM sta controllando gli aggiornamenti in background.</string>
<string name="notification_channel_background_update_description">AMM sta controllando gli aggiornamenti in background.</string>
<string name="notification_channel_category_background_update">Stato aggiornamento in background</string>
<string name="notification_update_wifi_desc">Controlla solo su WiFi</string>
<string name="notification_update_wifi_pref">Richiede una connessione Wi-Fi o una connessione senza limiti per la ricerca di aggiornamenti. Si consiglia di lasciarlo attivo se hai un piano dati limitato.</string>
@ -358,7 +358,7 @@
<string name="notification_channel_category_app_update">Aggiornamenti app</string>
<string name="notification_channel_category_app_update_description">Notifica quando un aggiornamento dell\'app è disponibile</string>
<string name="notification_channel_background_update_app">Aggiornamento app disponibile!</string>
<string name="notification_channel_background_update_app_description">Un aggiornamento per FoxMMM è disponibile. Clicca qui per aggiornare.</string>
<string name="notification_channel_background_update_app_description">Un aggiornamento per AMM è disponibile. Clicca qui per aggiornare.</string>
<string name="crash_reporting_headline">Segnalazione crash</string>
<string name="setup_update_check_headline">Ricerca aggiornamenti</string>
<string name="setup_background_update_check_require_wifi">Ricerca aggiornamenti solo su rete wifi</string>
@ -377,7 +377,7 @@
<string name="update_debug_download_pref">Test di aggiornamento</string>
<string name="changelog_none">Ancora nessuna modifica!</string>
<string name="setup_crash_reporting_pii_summary">Potrebbe includere ID o indirizzi IP. Nessun dato verrà usato per altri scopi al di fuori di analizzazioni di crash e miglioramenti in performance.</string>
<string name="certificate_error">Il certificato del server non può essere verificato. Assicurati che nulla stia impedendo le connessioni HTTPS per FoxMMM.</string>
<string name="certificate_error">Il certificato del server non può essere verificato. Assicurati che nulla stia impedendo le connessioni HTTPS per AMM.</string>
<string name="pref_category_privacy">Privacy</string>
<string name="crash_reporting_pii_desc">Consente di inviare informazioni aggiuntive in rapporti di crash, dei quali alcuni potrebbero contenere informazioni identificabili, come un indirizzo IP o un ID.</string>
<string name="crash_reporting_pii">Invia informazioni aggiuntive</string>

@ -249,8 +249,8 @@
<string name="fox2code_thanks">Fox2Code が作成しました</string>
<string name="save_logs">ログをストレージに保存して共有</string>
<string name="error_saving_logs">ログを保存できませんでした</string>
<string name="share_logs">FoxMMM のログをシェア</string>
<string name="not_official_build">このアプリは非公式の FoxMMM ビルドです。</string>
<string name="share_logs">AMM のログをシェア</string>
<string name="not_official_build">このアプリは非公式の AMM ビルドです。</string>
<string name="repo_update_failed_message">以下のリポジトリのアップデートに失敗しました:
\n
\n%s</string>
@ -301,7 +301,7 @@
<string name="background_update_check_excludes">自動アップデートチェックから除外するモジュール</string>
<string name="title_activity_update">アプリ内アップデータ</string>
<string name="update_title">アプリをアップデート</string>
<string name="update_message">FoxMMM のアップデートをインストールしています。数分かかることがあります</string>
<string name="update_message">AMM のアップデートをインストールしています。数分かかることがあります</string>
<string name="update_button">お待ちください…</string>
<string name="error_no_extras">エラー: 起動中に無効なデータを受け取りました</string>
<string name="update_debug_warning">デバッグ用のビルドで実行しています。アプリが自動で更新されないため、手動で更新してください</string>
@ -328,7 +328,7 @@
<string name="notification_update_summary">以下のモジュールがアップデートされます:</string>
<string name="notification_update_module_template">%1$s をバージョン %2$s へ</string>
<string name="notification_channel_background_update">アップデートを確認しています…</string>
<string name="notification_channel_background_update_description">FoxMMM がバックグラウンドでアップデートを確認しています。</string>
<string name="notification_channel_background_update_description">AMM がバックグラウンドでアップデートを確認しています。</string>
<string name="notification_channel_category_background_update">バックグラウンドアップデートステータス</string>
<string name="notification_channel_category_background_update_description">通知を表示することでアップデートの確認中にシステムからキルされないようにする</string>
<string name="notification_update_wifi_desc">WiFi 接続時にのみ確認</string>
@ -344,7 +344,7 @@
<string name="notification_channel_category_app_update">アプリアップデート</string>
<string name="notification_channel_category_app_update_description">アプリのアップデートが利用可能な場合に通知します</string>
<string name="notification_channel_background_update_app">アプリのアップデートが利用可能です!</string>
<string name="notification_channel_background_update_app_description">FoxMMM のアップデートが利用可能です。ここをタップしてアップデートします。</string>
<string name="notification_channel_background_update_app_description">AMM のアップデートが利用可能です。ここをタップしてアップデートします。</string>
<string name="modules">モジュール</string>
<string name="no_browser">ブラウザーがインストールされていません。続行するにはインストールしてください。</string>
<string name="search">検索</string>
@ -363,7 +363,7 @@
<string name="crash_reporting_pii_desc">追加情報をクラッシュレポートに含めることを許可します。IP アドレスやデバイス情報などの個人情報が含まれることがあります。</string>
<string name="clear_cache_dialogue_title">アプリキャッシュをクリアしますか\?</string>
<string name="clear_cache_dialogue_message">アプリキャッシュをクリアします。設定は消去されませんが一部の操作が一時的に遅くなることがあります。</string>
<string name="certificate_error">サーバーの証明書が検証されていません。FoxMMM への HTTPS 接続を確認してください。</string>
<string name="certificate_error">サーバーの証明書が検証されていません。AMM への HTTPS 接続を確認してください。</string>
<string name="crash_reporting_pii">追加情報を送信する</string>
<string name="setup_crash_reporting_pii">クラッシュレポートに追加情報を含めて送信します。</string>
<string name="setup_crash_reporting_pii_summary">デバイス情報や IP アドレスが送信されることがあります。クラッシュの解析とパフォーマンスの向上以外に使用されることはありません。</string>

@ -29,7 +29,7 @@
\n신중하게 켜십시오!</string>
<string name="dns_over_https_pref">HTTPS를 통한 DNS</string>
<string name="disable_extensions_pref">Mmm 끄기</string>
<string name="disable_extensions_desc">모듈이 터미널 확장을 사용하지 못하도록 Fox Mmm 확장을 끕니다.
<string name="disable_extensions_desc">모듈이 터미널 확장을 사용하지 못하도록 AMM 확장을 끕니다.
\n모듈이 Fox의 Mmm 확장을 잘못 이용하는 경우에 유용합니다.</string>
<string name="wrap_text_pref">문자열 줄 바꿈</string>
<string name="enable_blur_pref">흐림</string>

@ -213,7 +213,7 @@
<string name="background_update_check_excludes">Modules uitgesloten van automatische updatecontroles</string>
<string name="title_activity_update">In-app Updater</string>
<string name="update_title">App bijwerken</string>
<string name="update_message">Even geduld terwijl we controleren op updates voor FoxMMM en deze installeren. Dit kan enkele minuten duren</string>
<string name="update_message">Even geduld terwijl we controleren op updates voor AMM en deze installeren. Dit kan enkele minuten duren</string>
<string name="update_button">Even geduld…</string>
<string name="clear_app_data">Verwijder app data</string>
<string name="clear_data_dialogue_title">App data verwijderen\?</string>
@ -230,8 +230,8 @@
<string name="fox2code_thanks">Gemaakt door Fox2Code</string>
<string name="save_logs">Logboeken opslaan en delen</string>
<string name="error_saving_logs">Kan logboeken niet opslaan</string>
<string name="share_logs">FoxMMM logs delen</string>
<string name="not_official_build">Deze app is geen officiële FoxMMM build.</string>
<string name="share_logs">AMM logs delen</string>
<string name="not_official_build">Deze app is geen officiële AMM build.</string>
<string name="yer_a_wizard_harry">Je bent een tovenaar, Harry!</string>
<string name="keep_tapping_to_enter_hogwarts">Blijf tikken om toegelaten te worden tot Zweinstein!</string>
<string name="modules">Modules</string>
@ -335,7 +335,7 @@
<string name="notification_channel_category_app_update">App-updates</string>
<string name="notification_channel_category_app_update_description">Waarschuwt wanneer een app-update beschikbaar is</string>
<string name="notification_channel_background_update_app">App-update beschikbaar!</string>
<string name="notification_channel_background_update_app_description">Er is een update beschikbaar voor FoxMMM. Tik hier om bij te werken.</string>
<string name="notification_channel_background_update_app_description">Er is een update beschikbaar voor AMM. Tik hier om bij te werken.</string>
<string name="crash_reporting_headline">Crash melding</string>
<string name="setup_update_check_headline">Update controle</string>
<string name="setup_background_update_check_require_wifi">Wifi vereist voor updatecontroles</string>
@ -351,7 +351,7 @@
<string name="title_activity_setup">Installatiewizard</string>
<string name="sentry_enable_nag">Het lijkt erop dat crashrapportage is uitgeschakeld. Schakel deze in om feedback te geven.</string>
<string name="no_file_found">FOUT: Kan updatepakket niet vinden.</string>
<string name="notification_channel_background_update_description">FoxMMM controleert op updates in de achtergrond.</string>
<string name="notification_channel_background_update_description">AMM controleert op updates in de achtergrond.</string>
<string name="clear_app_cache">App-cache wissen</string>
<string name="cache_cleared">Cache gewist</string>
<string name="cache_clear_failed">Kan de cache niet wissen</string>
@ -381,7 +381,7 @@
<string name="donate_fox">Doneer aan Fox2Code</string>
<string name="crash_reporting_pii_desc">Maakt het verzenden van aanvullende informatie in crashrapporten mogelijk, waarvan sommige persoonlijk identificeerbare informatie kunnen bevatten, zoals IP-adres en apparaat-ID\'s.</string>
<string name="clear_app_cache_desc">Normaal gesproken zou dit niet nodig moeten zijn, maar het kan sommige problemen helpen oplossen.</string>
<string name="certificate_error">Het servercertificaat kan niet worden geverifieerd. Zorg ervoor dat niets HTTPS-verbindingen voor FoxMMM onderschept.</string>
<string name="certificate_error">Het servercertificaat kan niet worden geverifieerd. Zorg ervoor dat niets HTTPS-verbindingen voor AMM onderschept.</string>
<string name="eula_agree_v2">U stemt ermee in gebonden te zijn aan de LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.en.html) licentie en de EULA (https://www.androidacy.com/foxmmm-eula/ ), naast eventuele voorwaarden van derden, en dat de auteurs van deze app geen verantwoordelijkheid dragen voor uw gebruik ervan, noch bieden wij enige expliciete of impliciete garanties.</string>
<string name="donate_androidacy_sum">Koop een premium abonnement op Androidacy om de app en de repo te ondersteunen.</string>
<string name="language_not_available">Taal %s is niet vertaald. Helpen met vertalen\?</string>

@ -103,7 +103,7 @@
<string name="dns_over_https_pref">DNS przez HTTPS</string>
<string name="dns_over_https_desc">W niektórych przypadkach może naprawić problemy z połączeniami. (Nie dotyczy WebView.)</string>
<string name="disable_extensions_pref">Wyłącz rozszerzenia</string>
<string name="disable_extensions_desc">Wyłącza rozszerzenia FoxMMM, uniemożliwiając modułom korzystanie z rozszerzeń terminala.
<string name="disable_extensions_desc">Wyłącza rozszerzenia AMM, uniemożliwiając modułom korzystanie z rozszerzeń terminala.
\nPrzydatne, jeśli moduł nadużywa rozszerzeń.</string>
<string name="wrap_text_pref">Zawijanie tekstu</string>
<string name="wrap_text_desc">Rozbija jednoliniowy tekst na kilka linii podczas instalacji modułu.</string>
@ -270,7 +270,7 @@
<string name="upgrade_androidacy_promo">Ulepsz do wersji premium</string>
<string name="upgrade_androidacy_promo_desc">Uaktualnienie do premium usunie reklamy, captche, pobrania dla Repozytorium Androidacy i wspomoże Androidacy oraz autorów modułów.</string>
<string name="share_logs">Udostępnij logi</string>
<string name="not_official_build">Używasz nieoficjalną wersję FoxMMM.</string>
<string name="not_official_build">Używasz nieoficjalną wersję AMM.</string>
<string name="pref_category_contributors">Współtwórcy</string>
<string name="fox2code_thanks_desc">Fox2Code jest oryginalnym twórcą aplikacji. Bez niego nigdy nie byłoby to możliwe.</string>
<string name="fox2code_thanks">Stworzone przez Fox2Code</string>
@ -301,7 +301,7 @@
<string name="background_update_check_excludes">Ignorowane moduły ze sprawdzania aktualizacji</string>
<string name="title_activity_update">Wbudowany aktualizator</string>
<string name="update_title">Zaktualizuj aplikację</string>
<string name="update_message">Proszę poczekać, aż sprawdzimy i zainstalujemy aktualizacje dla FoxMMM. Może to potrwać kilka minut</string>
<string name="update_message">Proszę poczekać, aż sprawdzimy i zainstalujemy aktualizacje dla AMM. Może to potrwać kilka minut</string>
<string name="update_button">Proszę czekać…</string>
<string name="reset_app_confirmation">To całkowicie wyczyści dane aplikacji, lecz moduły pozostaną nietknięte.</string>
<string name="error_no_extras">BŁĄD: Nieprawidłowe dane otrzymane przy uruchomieniu</string>
@ -332,7 +332,7 @@
<string name="notification_update_summary">Następujące moduły mogą być uaktualnione:</string>
<string name="notification_update_module_template">%1$s do wersji %2$s</string>
<string name="notification_channel_background_update">Wyszukiwanie uaktualnień…</string>
<string name="notification_channel_background_update_description">FoxMMM sprawdza w tle aktualizacje.</string>
<string name="notification_channel_background_update_description">AMM sprawdza w tle aktualizacje.</string>
<string name="notification_channel_category_background_update">Stan aktualizacji w tle</string>
<string name="notification_update_wifi_desc">Sprawdzaj tylko na WiFi</string>
<string name="notification_update_wifi_pref">Do sprawdzenia aktualizacji wymagane jest WiFi lub sieć bez limitu. Pozostaw włączone, jeśli masz ograniczone dane komórkowe.</string>
@ -350,7 +350,7 @@
<string name="notification_update_app_pref">Sprawdzaj aktualizacje aplikacji</string>
<string name="notification_channel_category_app_update">Aktualizacje aplikacji</string>
<string name="notification_channel_background_update_app">Dostępna nowa wersja aplikacji!</string>
<string name="notification_channel_background_update_app_description">Dostępna jest nowa wersja FoxMMM. Kliknij, aby zaktualizować.</string>
<string name="notification_channel_background_update_app_description">Dostępna jest nowa wersja AMM. Kliknij, aby zaktualizować.</string>
<string name="modules">Moduły</string>
<string name="no_browser">Nie masz zainstalowanej przeglądarki. Zainstaluj ją, aby kontynuować.</string>
<string name="search">Szukaj</string>
@ -371,7 +371,7 @@
<string name="setup_crash_reporting_pii">Wysyłaj dodatkowe informacje</string>
<string name="clear_cache_dialogue_title">Wyczyścić pamięć podręczną\?</string>
<string name="clear_cache_dialogue_message">Spowoduje to wyczyszczenie pamięci podręcznej aplikacji. Twoje preferencje zostaną zachowane, ale aplikacja może potrzebować więcej czasu na wykonanie niektórych operacji.</string>
<string name="certificate_error">Certyfikat serwera nie mógł zostać zweryfikowany. Upewnij się, że nic nie przechwytuje połączeń HTTPS dla FoxMMM.</string>
<string name="certificate_error">Certyfikat serwera nie mógł zostać zweryfikowany. Upewnij się, że nic nie przechwytuje połączeń HTTPS dla AMM.</string>
<string name="crash_reporting_pii_desc">Umożliwia wysyłanie dodatkowych informacji w raportach o awariach, które mogą zawierać informacje umożliwiające identyfikację osoby, takie jak adres IP i ID urządzenia.</string>
<string name="error_creating_cookie_database">Błąd dostępu do WebView. Funkcjonalność może być utrudniona.</string>
<string name="setup_scroll_down">Aby odblokować przycisk „Zakończ”, przewiń w dół i przejrzyj wszystkie opcje.</string>
@ -408,5 +408,5 @@
<string name="androidacy_thanks_up">Dziękujemy za ulepszenie! Opisy i pobieranie modułów będą pozbawione reklam, i nie będą ograniczane. W przyszłości możliwe będzie bezpośrednie pobieranie modułów za pomocą jednego kliknięcia.</string>
<string name="upgrade_snackbar">Androidacy Premium oferuje szybsze pobieranie, doświadczenia wolne od reklam, i więcej!</string>
<string name="crash_details_suggestion">Stacktrace można znaleźć poniżej. Jednak <b>zdecydowanie</b> zalecamy skorzystać z poniższego formularza, aby przesłać opinię. W ten sposób, zamiast ręcznie kopiować stacktrace, zostanie on wysłany do nas automatycznie. W ten sposób jest on również deobfuskowany, a dodatkowe szczegóły są zgłaszane automatycznie.</string>
<string name="reinstall_warning">Większość modułów powinna zostać odinstalowana, a następnie przeinstalowana na czysto. Z tego powodu FoxMMM nie obsługuje reinstalacji modułów, gdy są zainstalowane na urządzeniu.</string>
<string name="reinstall_warning">Większość modułów powinna zostać odinstalowana, a następnie przeinstalowana na czysto. Z tego powodu AMM nie obsługuje reinstalacji modułów, gdy są zainstalowane na urządzeniu.</string>
</resources>

@ -263,7 +263,7 @@
<string name="fox2code_thanks">Criado por Fox2Code</string>
<string name="save_logs">Salvar registros no armazenamento e compartilhar</string>
<string name="error_saving_logs">Não foi possível salvar os registros</string>
<string name="share_logs">Compartilhar registros do FoxMMM</string>
<string name="share_logs">Compartilhar registros do AMM</string>
<string name="yer_a_wizard_harry">Tu é um mago, Harry!</string>
<string name="keep_tapping_to_enter_hogwarts">Continue pressionando para ser admitido em Hogwarts!</string>
<string name="modules">Módulos</string>
@ -277,7 +277,7 @@
<string name="upgrade_androidacy_promo_desc">Atualizar para premium irá remover anúncios, captchas, e acelerar downloads do repositório Androidacy, e contribuir para o Androidacy e os autores dos módulos.</string>
<string name="pref_category_contributors">Contribuidores</string>
<string name="fox2code_thanks_desc">Fox2Code é o desenvolvedor original do aplicativo. Sem ele, isso nunca seria possível.</string>
<string name="not_official_build">Este aplicativo é uma compilação não oficial do FoxMMM.</string>
<string name="not_official_build">Este aplicativo é uma compilação não oficial do AMM.</string>
<string name="feedback_submit">Enviar e reinicializar</string>
<string name="please_feedback">Por favor, ajude-nos dizendo o quê você estava tentando fazer quando isto aconteceu.</string>
<string name="sentry_dialogue_disabled">O Relatório de falhas está desabilitado. Habilite-o para enviar o feedback.</string>
@ -299,7 +299,7 @@
<string name="error_adding">Falha ao adicionar repositório alternativo</string>
<string name="notification_update_ignore_desc">Lista de módulos a serem excluídos da busca de atualizações</string>
<string name="invalid_characters_message">A lista de módulos que você concedeu é inválida. Por favor, conceda apenas IDs válidos de módulos, separados por vírgulas</string>
<string name="update_message">Por favor, aguarde enquanto buscamos e instalamos atualizações do FoxMMM. Isto pode levar alguns minutos</string>
<string name="update_message">Por favor, aguarde enquanto buscamos e instalamos atualizações do AMM. Isto pode levar alguns minutos</string>
<string name="update_debug_warning">Você parece estar executando uma compilação de depuração. Compilações de depuração devem ser atualizações manualmente, e não suportam atualizações in-app</string>
<string name="no_file_found">ERRO: Não foi possível encontrar o pacote da atualização.</string>
<string name="update_debug_download_pref">Testar mecanismo de download de atualizações</string>
@ -340,7 +340,7 @@
<string name="notification_update_summary">Os seguintes módulos podem ser atualizados:</string>
<string name="notification_update_module_template">%1$s para a versão %2$s</string>
<string name="notification_channel_background_update">Buscando por atualizações…</string>
<string name="notification_channel_background_update_description">FoxMMM está buscando por atualizações em segundo plano.</string>
<string name="notification_channel_background_update_description">AMM está buscando por atualizações em segundo plano.</string>
<string name="notification_channel_category_background_update">Estado da atualização em segundo plano</string>
<string name="notification_update_wifi_desc">Buscar somente via WiFi</string>
<string name="notification_update_wifi_pref">Exigir wi-fi ou uma conexão ilimitada para buscar por atualizações. É recomendado manter ativo se você possui dados móveis limitados.</string>
@ -356,7 +356,7 @@
<string name="notification_channel_category_app_update">Atualizações do aplicativo</string>
<string name="notification_channel_category_app_update_description">Notifica quando uma atualização do aplicativo está disponível</string>
<string name="notification_channel_background_update_app">Atualização do aplicativo disponível!</string>
<string name="notification_channel_background_update_app_description">Uma atualização do FoxMMM está disponível. Pressione aqui para atualizar.</string>
<string name="notification_channel_background_update_app_description">Uma atualização do AMM está disponível. Pressione aqui para atualizar.</string>
<string name="zip_intent_module_install">Você realmente gostaria de instalar o módulo \"%1$s\" do arquivo zip \"%2$s\"\?
\n
\nTenha certeza de que você confia na fonte deste módulo, pois módulos são muito poderosos e podem fazer quase tudo.</string>
@ -380,7 +380,7 @@
<string name="error_creating_cookie_database">Erro ao acessar o WebView. A Funcionalidade pode ser afetada.</string>
<string name="setup_scroll_down">Para habilitar o botão concluir, por favor, deslize para baixo e veja todas as opções.</string>
<string name="setup_background_update_check_require_wifi">Exigir wifi para buscar por atualizações</string>
<string name="certificate_error">O certificado do servidor não pôde ser verificado. Por favor, verifique se não há nada interceptando as conexões HTTPS do FoxMMM.</string>
<string name="certificate_error">O certificado do servidor não pôde ser verificado. Por favor, verifique se não há nada interceptando as conexões HTTPS do AMM.</string>
<string name="blur_desc">Adiciona um efeito de desfoque atrás de alguns diálogos e elementos. Perceba que o desfoque pode funcionar incorretamente em alguns dispositivos e pode não funcionar para todos.</string>
<string name="setup_background_update_check_require_wifi_summary">Exigir wifi ou uma conexão ilimitada para buscar por atualizações</string>
<string name="clear_cache_dialogue_message">Isso irá limpar o cache do aplicativo. Suas preferências serão salvas, mas o aplicativo poderá demorar para realizar algumas operações temporariamente.</string>

@ -214,8 +214,8 @@
<string name="fox2code_thanks">Criado por Fox2Code</string>
<string name="save_logs">Salvar registros no armazenamento e compartilhar</string>
<string name="error_saving_logs">Não foi possível salvar os registros</string>
<string name="share_logs">Compartilhar registros do FoxMMM</string>
<string name="not_official_build">Este aplicativo é uma compilação não oficial do FoxMMM.</string>
<string name="share_logs">Compartilhar registros do AMM</string>
<string name="not_official_build">Este aplicativo é uma compilação não oficial do AMM.</string>
<string name="crash_text">Ah não, algo deu errado!</string>
<string name="feedback_submit">Enviar e reinicializar</string>
<string name="please_feedback">Por favor, ajude-nos dizendo o quê você estava tentando fazer quando isto aconteceu.</string>
@ -261,7 +261,7 @@
<string name="notification_update_summary">Os seguintes módulos podem ser atualizados:</string>
<string name="notification_update_module_template">%1$s para a versão %2$s</string>
<string name="notification_channel_background_update">Buscando por atualizações…</string>
<string name="notification_channel_background_update_description">FoxMMM está buscando por atualizações em segundo plano.</string>
<string name="notification_channel_background_update_description">AMM está buscando por atualizações em segundo plano.</string>
<string name="notification_channel_category_background_update">Estado da atualização em segundo plano</string>
<string name="reset_app_message">Isso irá completamente remover todos os dados do aplicativo e encerrá-lo. Módulos não serão desinstalados.</string>
<string name="keep_tapping_to_enter_hogwarts">Continue pressionando para ser admitido em Hogwarts!</string>
@ -290,7 +290,7 @@
<string name="cache_cleared">Cache limpo com sucesso</string>
<string name="cache_clear_failed">Falha ao limpar cache</string>
<string name="clear_cache_dialogue_title">Limpar cache do aplicativo\?</string>
<string name="certificate_error">O certificado do servidor não pôde ser verificado. Por favor, verifique se não há nada interceptando as conexões HTTPS do FoxMMM.</string>
<string name="certificate_error">O certificado do servidor não pôde ser verificado. Por favor, verifique se não há nada interceptando as conexões HTTPS do AMM.</string>
<string name="pref_category_privacy">Privacidade</string>
<string name="crash_reporting_pii">Enviar informações adicionais</string>
<string name="setup_crash_reporting_pii">Enviar informações adicionais em relatórios de falhas.</string>
@ -353,14 +353,14 @@
<string name="sentry_enable_nag">Parece que o relatório de falhas está desabilitado. Habilite-o para enviar o feedback.</string>
<string name="reset_warning">Se você continuar vendo esta tela, redefinir o aplicativo pode ajudar. Isso irá limpar os dados do aplicativo, mas não irá afetar seus módulos instalados.</string>
<string name="invalid_characters_message">A lista de módulos que você concedeu é inválida. Por favor, conceda apenas IDs válidos de módulos, separados por vírgulas</string>
<string name="update_message">Por favor, aguarde enquanto buscamos e instalamos atualizações do FoxMMM. Isto pode levar alguns minutos</string>
<string name="update_message">Por favor, aguarde enquanto buscamos e instalamos atualizações do AMM. Isto pode levar alguns minutos</string>
<string name="update_debug_warning">Você parece estar executando uma compilação de depuração. Compilações de depuração devem ser atualizações manualmente, e não suportam atualizações in-app</string>
<string name="update_debug_download_pref">Testar mecanismo de download de atualizações</string>
<string name="add_repo_message">Repositórios devem ser disponibilizados via HTTPS e devem seguir as especificações descritas na documentação.</string>
<string name="notification_channel_category_background_update_description">Exibe uma notificação enquanto busca por atualizações para que o sistema não encerre o aplicativo</string>
<string name="notification_update_wifi_pref">Exigir wi-fi ou uma conexão ilimitada para buscar por atualizações. É recomendado manter ativo se você possui dados móveis limitados.</string>
<string name="safe_message">Este módulo foi considerado seguro pelo repositório, indicando que condiz com certos padrões de qualidade e segurança e foi verificado contra malwares.</string>
<string name="notification_channel_background_update_app_description">Uma atualização do FoxMMM está disponível. Pressione aqui para atualizar.</string>
<string name="notification_channel_background_update_app_description">Uma atualização do AMM está disponível. Pressione aqui para atualizar.</string>
<string name="setup_background_update_check_require_wifi">Exigir wifi para buscar por atualizações</string>
<string name="clear_app_cache_desc">Isso normalmente não é necessário, mas pode ajudar a consertar alguns problemas.</string>
<string name="clear_cache_dialogue_message">Isso irá limpar o cache do aplicativo. Suas preferências serão salvas, mas o aplicativo poderá demorar para realizar algumas operações temporariamente.</string>

@ -262,8 +262,8 @@
<string name="fox2code_thanks">Creat de Fox2Code</string>
<string name="save_logs">Salvați jurnalele în memoria de stocare și partajați</string>
<string name="error_saving_logs">Nu s-au putut salva jurnalele</string>
<string name="share_logs">Share FoxMMM logs</string>
<string name="not_official_build">Această aplicație este o versiune neoficială a FoxMMM.</string>
<string name="share_logs">Share AMM logs</string>
<string name="not_official_build">Această aplicație este o versiune neoficială a AMM.</string>
<string name="setup_theme">Alege o temă</string>
<string name="setup_theme_system">Tema de sistem</string>
<string name="setup_theme_light">Tema luminoasă</string>

@ -268,8 +268,8 @@
<string name="fox2code_thanks">Создано Fox2Code</string>
<string name="save_logs">Сохранить журнал логов в хранилище и поделиться</string>
<string name="error_saving_logs">Не удалось сохранить журнал логов</string>
<string name="share_logs">Поделиться с FoxMMM журналом логов</string>
<string name="not_official_build">Данное приложение является неофициальной сборкой FoxMMM.</string>
<string name="share_logs">Поделиться с AMM журналом логов</string>
<string name="not_official_build">Данное приложение является неофициальной сборкой AMM.</string>
<string name="please_feedback">Пожалуйста, помогите нам, рассказав, что вы делали, прежде чем это произошло.</string>
<string name="copy_button">Скопировать текст</string>
<string name="more_details">Более подробную информацию можно найти ниже.</string>
@ -299,7 +299,7 @@
<string name="update_title">Обновиться</string>
<string name="update_button">Подождите…</string>
<string name="title_activity_update">Обновление из самого приложения</string>
<string name="update_message">Подождите, пока мы проверим и установим обновления для FoxMMM. Это может занять несколько минут</string>
<string name="update_message">Подождите, пока мы проверим и установим обновления для AMM. Это может занять несколько минут</string>
<string name="notification_update_ignore_desc">Список модулей для исключения из проверки обновлений</string>
<string name="notification_update_ignore_pref">Исключить модули</string>
<string name="pref_category_updates">Обновления</string>
@ -326,7 +326,7 @@
<string name="notification_update_summary">Следующие модули могут быть обновлены:</string>
<string name="notification_update_module_template">С версии %1$s до %2$s</string>
<string name="notification_channel_background_update">Проверка обновлений…</string>
<string name="notification_channel_background_update_description">FoxMMM проверяет наличие обновлений в фоновом режиме.</string>
<string name="notification_channel_background_update_description">AMM проверяет наличие обновлений в фоновом режиме.</string>
<string name="notification_channel_category_background_update">Статус проверки обновлений в фоне</string>
<string name="notification_update_wifi_desc">Проверять только по Wi-Fi</string>
<string name="notification_update_wifi_pref">При проверка обновлений использовать только Wi-Fi или безлимитную сеть. Рекомендуется оставить включенным, если у вас лимитный тариф на мобильный Интернет.</string>
@ -344,7 +344,7 @@
<string name="notification_channel_category_app_update">Обновления приложений</string>
<string name="notification_channel_category_app_update_description">Уведомляет, когда доступно обновление приложения</string>
<string name="notification_channel_background_update_app">Доступно обновление приложения!</string>
<string name="notification_channel_background_update_app_description">Доступно обновление для FoxMMM. Нажмите здесь, чтобы обновить.</string>
<string name="notification_channel_background_update_app_description">Доступно обновление для AMM. Нажмите здесь, чтобы обновить.</string>
<string name="modules">Модули</string>
<string name="search">Поиск</string>
<string name="yer_a_wizard_harry">Ты волшебник, Гарри!</string>
@ -361,7 +361,7 @@
<string name="cache_clear_failed">Ошибка очистки кэша</string>
<string name="clear_cache_dialogue_title">Очистить кэш приложения\?</string>
<string name="clear_cache_dialogue_message">Это очистит кэш приложения. Ваши настройки будут сохранены, но приложению может временно потребоваться больше времени для выполнения некоторых операций.</string>
<string name="certificate_error">Не удалось проверить сертификат сервера. Пожалуйста, убедитесь, что ничто не перехватывает HTTPS-соединения для FoxMMM.</string>
<string name="certificate_error">Не удалось проверить сертификат сервера. Пожалуйста, убедитесь, что ничто не перехватывает HTTPS-соединения для AMM.</string>
<string name="pref_category_privacy">Конфиденциальность</string>
<string name="crash_reporting_pii_desc">Позволяет отправлять дополнительную информацию в отчетах о сбоях, некоторые из которых могут содержать личную информацию, такую как IP-адрес и идентификаторы устройств.</string>
<string name="crash_reporting_pii">Отправить дополнительную информацию</string>
@ -402,5 +402,5 @@
<string name="background_update_check_excludes_version_hint">Игнорируемый код версии</string>
<string name="androidacy_thanks_up_title">Вы уже обновились!</string>
<string name="upgrade_now">Обновить</string>
<string name="reinstall_warning">Большинству модулей требуется удаление и переустановка начисто. По этой причине FoxMMM не поддерживает переустановку модулей, пока они есть на устройстве.</string>
<string name="reinstall_warning">Большинству модулей требуется удаление и переустановка начисто. По этой причине AMM не поддерживает переустановку модулей, пока они есть на устройстве.</string>
</resources>

@ -283,14 +283,14 @@
<string name="fox2code_thanks">Fox2Code tarafından oluşturuldu</string>
<string name="save_logs">Günlükleri depolamaya kaydet ve paylaş</string>
<string name="error_saving_logs">Günlükler kaydedilemedi</string>
<string name="share_logs">FoxMMM günlüklerini paylaş</string>
<string name="not_official_build">Bu uygulama resmi olmayan FoxMMM yapımıdır.</string>
<string name="share_logs">AMM günlüklerini paylaş</string>
<string name="not_official_build">Bu uygulama resmi olmayan AMM yapımıdır.</string>
<string name="update_button">Lütfen bekleyin...</string>
<string name="notification_update_ignore_desc">Güncelleme kontrollerinden hariç tutulacak modüllerin listesi</string>
<string name="background_update_check_excludes">Otomatik güncelleme kontrollerinden hariç tutulacak modüller</string>
<string name="title_activity_update">Uygulama İçi Güncelleyici</string>
<string name="update_title">Uygulamayı güncelle</string>
<string name="update_message">FoxMMM güncellemelerini kontrol edip yüklerken lütfen bekleyin. Bu işlem birkaç dakika sürebilir</string>
<string name="update_message">AMM güncellemelerini kontrol edip yüklerken lütfen bekleyin. Bu işlem birkaç dakika sürebilir</string>
<string name="crash_text">Uh-oh, bir engele takıldık!</string>
<string name="feedback_submit">Gönder ve yeniden başlat</string>
<string name="please_feedback">Lütfen bu olay olduğunda ne yapmaya çalıştığınızı anlatarak bize yardımcı olun.</string>
@ -339,7 +339,7 @@
<string name="notification_update_summary">Aşağıdaki modüller güncellenebilir:</string>
<string name="notification_update_module_template">%1$s sürümünden %2$s sürümüne</string>
<string name="notification_channel_background_update">Güncellemeler kontrol ediliyor...</string>
<string name="notification_channel_background_update_description">FoxMMM arka planda güncellemeleri kontrol ediyor.</string>
<string name="notification_channel_background_update_description">AMM arka planda güncellemeleri kontrol ediyor.</string>
<string name="notification_channel_category_background_update">Arka plan güncelleme durumu</string>
<string name="notification_channel_category_background_update_description">Güncellemeleri kontrol ederken bir bildirim gösterir, böylece sistem onu öldürmez</string>
<string name="notification_update_wifi_desc">Sadece WiFi üzerinden kontrol edin</string>
@ -353,7 +353,7 @@
<string name="notification_update_app_pref">Uygulama güncellemelerini kontrol edin</string>
<string name="notification_channel_category_app_update">Uygulama güncellemeleri</string>
<string name="notification_channel_background_update_app">Uygulama güncellemesi mevcut!</string>
<string name="notification_channel_background_update_app_description">FoxMMM için bir güncelleme mevcuttur. Güncellemek için buraya dokunun.</string>
<string name="notification_channel_background_update_app_description">AMM için bir güncelleme mevcuttur. Güncellemek için buraya dokunun.</string>
<string name="feedback_message">Bu olay olduğunda ne yaptığınız hakkında bize daha fazla ayrıntı verin. Ne kadar çok, o kadar iyi!</string>
<string name="sentry_dialogue_disabled">Çökme raporlama devre dışı. Geri bildirim göndermek için etkinleştirin.</string>
<string name="sentry_enable_nag">Kilitlenme raporlaması devre dışı gibi görünüyor. Geri bildirim göndermek için lütfen etkinleştirin.</string>

@ -264,9 +264,9 @@
<string name="pref_category_contributors">Автори</string>
<string name="fox2code_thanks">Створено Fox2Code</string>
<string name="save_logs">Зберегти журнал логів у сховищі та поділитись</string>
<string name="share_logs">Поділитись журналом логів FoxMMM</string>
<string name="share_logs">Поділитись журналом логів AMM</string>
<string name="fox2code_thanks_desc">Fox2Code є початковим автором додатку. Без нього це було б не можливо.</string>
<string name="not_official_build">Цей додаток є неофіційною збіркою FoxMMM.</string>
<string name="not_official_build">Цей додаток є неофіційною збіркою AMM.</string>
<string name="crash_text">Ой, ми потрапили в халепу!</string>=
<string name="feedback_message">Розкажіть нам більше про те, що ви робили, коли це сталося. Чим більше, тим веселіше!</string>
<string name="feedback_submit">Надішліть і перезапустіть</string>
@ -298,7 +298,7 @@
<string name="update_button">Будь ласка, зачекайте…</string>
<string name="invalid_characters_message">Введений вами список модулів недійсний. Будь ласка, вводьте лише дійсні ідентифікатори модулів, розділені комами</string>
<string name="background_update_check_excludes">Модулі, які потрібно виключити з автоматичних перевірок оновлень</string>
<string name="update_message">Будь ласка, зачекайте поки ми перевіримо та встановимо оновлення для FoxMMM. Це може зайняти декілька хвилин</string>
<string name="update_message">Будь ласка, зачекайте поки ми перевіримо та встановимо оновлення для AMM. Це може зайняти декілька хвилин</string>
<string name="notification_update_ignore_pref">Виключити модулі</string>
<string name="pref_category_updates">Оновлення</string>
<string name="invalid_excludes">Невірні дані</string>
@ -330,14 +330,14 @@
<string name="auto_updates_notifs">Повідомляє, коли знайдено оновлення для модулів</string>
<string name="notification_group_updates">Оновлення</string>
<string name="online">Онлайн</string>
<string name="notification_channel_background_update_description">FoxMMM перевіряє наявність оновлень у фоновому режимі.</string>
<string name="notification_channel_background_update_description">AMM перевіряє наявність оновлень у фоновому режимі.</string>
<string name="notification_channel_category_background_update_description">Відображає повідомлення під час перевірки оновлень, щоб система не завершила їх примусово</string>
<string name="low_quality_module_desc">Цей модуль містить метадані, які або недійсні, або вважаються маркером низькоякісного модуля. Рекомендовано видалити.</string>
<string name="safe">Безпечний</string>
<string name="safe_module">Перевірений безпечний модуль</string>
<string name="safe_message">Цей модуль був позначений репозиторієм як безпечний, тобто він відповідає певним граничним значенням якості та безпеки, а також перевірений на наявність шкідливих додатків.</string>
<string name="notification_update_app_pref">Перевірити наявність оновлень</string>
<string name="notification_channel_background_update_app_description">Доступне оновлення для FoxMMM. Натисніть тут, щоб оновити.</string>
<string name="notification_channel_background_update_app_description">Доступне оновлення для AMM. Натисніть тут, щоб оновити.</string>
<string name="notification_update_app_desc">Увімкніть автоматичну перевірку оновлень додатків. Оновлення не завантажуються автоматично.</string>
<string name="notification_channel_category_app_update">Оновлення додатків</string>
<string name="notification_channel_category_app_update_description">Повідомляє, коли доступне оновлення додатку</string>
@ -362,7 +362,7 @@
<string name="setup_background_update_check_require_wifi_summary">Для перевірки оновлень потрібен Wi-Fi або інше безлімітне з’єднання</string>
<string name="clear_app_cache_desc">Зазвичай це не потрібно, але може допомогти вирішити деякі проблеми.</string>
<string name="clear_cache_dialogue_message">Це очистить кеш додатку. Ваші налаштування буде збережено, але програмі може знадобитися більше часу для виконання деяких операцій.</string>
<string name="certificate_error">Не вдалося перевірити сертифікат сервера. Будь ласка, переконайтеся, що ніщо не перехоплює з’єднання HTTPs для FoxMMM.</string>
<string name="certificate_error">Не вдалося перевірити сертифікат сервера. Будь ласка, переконайтеся, що ніщо не перехоплює з’єднання HTTPs для AMM.</string>
<string name="crash_reporting_pii_desc">Дозволяє надсилати додаткову інформацію у звітах про збої, деяка може містити особисту інформацію, наприклад IP-адресу та ідентифікатори пристрою.</string>
<string name="empty_field">URL-адреса обов\'язкова</string>
<string name="repo_already_added">Репозиторій вже існує.</string>

@ -238,8 +238,8 @@
<string name="fox2code_thanks">Tạo bởi Fox2Code</string>
<string name="save_logs">Lưu nhật ký vào máy và chia sẻ</string>
<string name="error_saving_logs">Không thể lưu nhật ký</string>
<string name="share_logs">Chia sẻ nhật ký FoxMMM</string>
<string name="not_official_build">Ứng dụng này là bản dựng FoxMMM không chính thức.</string>
<string name="share_logs">Chia sẻ nhật ký AMM</string>
<string name="not_official_build">Ứng dụng này là bản dựng AMM không chính thức.</string>
<string name="theme_light">Sáng</string>
<string name="setup_theme_header">Chọn một chủ đề</string>
<string name="setup_theme_system">Chủ đề hệ thống</string>
@ -321,7 +321,7 @@
<string name="notification_update_summary">các mô-đun sau đây có thể được cập nhật:</string>
<string name="notification_update_module_template">%1$s lên phiên bản %2$s</string>
<string name="notification_channel_background_update">Đang kiểm tra các bản cập nhật…</string>
<string name="notification_channel_background_update_description">FoxMMM đang kiểm tra các bản cập nhật trong nền.</string>
<string name="notification_channel_background_update_description">AMM đang kiểm tra các bản cập nhật trong nền.</string>
<string name="notification_channel_category_background_update_description">Hiển thị thông báo trong khi kiểm tra các bản cập nhật để hệ thống không tắt nó</string>
<string name="notification_update_wifi_desc">Chỉ kiểm tra khi có WiFi</string>
<string name="background_update_check_excludes_no_modules">Không có mô-đun nào được cài đặt trên thiết bị</string>
@ -343,7 +343,7 @@
<string name="cache_clear_failed">Không thể xóa bộ nhớ cache</string>
<string name="clear_cache_dialogue_title">Xóa bộ nhớ cache của ứng dụng\?</string>
<string name="clear_cache_dialogue_message">Điều này sẽ xóa bộ nhớ cache của ứng dụng. Tùy chọn của bạn sẽ được lưu nhưng ứng dụng có thể mất nhiều thời gian hơn để tạm thời thực hiện một số thao tác.</string>
<string name="certificate_error">Không thể xác minh chứng chỉ máy chủ. Vui lòng đảm bảo rằng không có gì chặn kết nối HTTPS cho FoxMMM.</string>
<string name="certificate_error">Không thể xác minh chứng chỉ máy chủ. Vui lòng đảm bảo rằng không có gì chặn kết nối HTTPS cho AMM.</string>
<string name="pref_category_privacy">Riêng tư</string>
<string name="crash_reporting_pii_desc">Cho phép gửi thông tin bổ sung trong báo cáo sự cố, một số trong đó có thể chứa thông tin nhận dạng cá nhân như địa chỉ IP và số nhận dạng thiết bị.</string>
<string name="crash_reporting_pii">Gửi thông tin bổ sung</string>
@ -373,7 +373,7 @@
<string name="contributors">Và tất nhiên, xin cảm ơn tất cả những người đóng góp của chúng tôi, cho dù đó là bản dịch, các đoạn mã nguồn, hay chỉ là niềm vui khi ở cùng các bạn! Chúng tôi yêu quí tất cả các bạn.</string>
<string name="crash_details_copied">Đã sao chép stacktrace vào bộ nhớ tạm!</string>
<string name="reset_app_confirmation">Thao tác này sẽ xóa hoàn toàn dữ liệu ứng dụng nhưng sẽ không ảnh hưởng đến các mô-đun.</string>
<string name="update_message">Vui lòng đợi trong khi chúng tôi kiểm tra và cài đặt các bản cập nhật cho FoxMMM. Có thể sẽ mất vài phút</string>
<string name="update_message">Vui lòng đợi trong khi chúng tôi kiểm tra và cài đặt các bản cập nhật cho AMM. Có thể sẽ mất vài phút</string>
<string name="update_debug_warning">Có vẻ như bạn đang chạy bản dựng gỡ lỗi. Bản dựng gỡ lỗi phải được cập nhật thủ công và không hỗ trợ cập nhật trong ứng dụng</string>
<string name="error_download_update">Đã xảy ra lỗi khi tải xuống thông tin cập nhật.</string>
<string name="check_for_updates">Kiểm tra các bản cập nhật ứng dụng</string>
@ -382,7 +382,7 @@
<string name="low_quality_module_desc">Mô-đun này có siêu dữ liệu không hợp lệ hoặc được coi là điểm đánh dấu cho mô-đun chất lượng thấp. Gỡ cài đặt được khuyến khích.</string>
<string name="safe_message">Mô-đun này đã được kho lưu trữ xác minh là an toàn, nghĩa là nó vượt qua các ngưỡng chất lượng và an toàn nhất định, đồng thời được kiểm tra phần mềm độc hại.</string>
<string name="notification_update_app_desc">Bật tự động kiểm tra các bản cập nhật ứng dụng. Các bản cập nhật sẽ không tự động tải xuống.</string>
<string name="notification_channel_background_update_app_description">Đã có bản cập nhật cho FoxMMM. Nhấn vào đây để cập nhật.</string>
<string name="notification_channel_background_update_app_description">Đã có bản cập nhật cho AMM. Nhấn vào đây để cập nhật.</string>
<string name="setup_crash_reporting_pii_summary">Điều này có thể bao gồm số nhận dạng thiết bị và địa chỉ IP. Sẽ không có dữ liệu nào được sử dụng cho bất kỳ mục đích nào khác ngoài việc phân tích sự cố và cải thiện hiệu suất.</string>
<string name="eula_agree_v2">Bạn đồng ý bị ràng buộc bởi giấy phép LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.en.html) và EULA (https://www.androidacy.com/foxmmm-eula/), ngoài bất kỳ điều khoản nào của bên thứ ba và tác giả của ứng dụng này không chịu trách nhiệm về việc bạn sử dụng nó, chúng tôi cũng không đưa ra bất kỳ bảo đảm nào, rõ ràng hay ngụ ý.</string>
<string name="donate_androidacy">Đóng góp cho Androidacy</string>

@ -271,8 +271,8 @@
<string name="fox2code_thanks">製作 by Fox2Code</string>
<string name="save_logs">儲存日誌到手機上後分享</string>
<string name="error_saving_logs">無法儲存日誌</string>
<string name="share_logs">分享 FoxMMM 日誌</string>
<string name="not_official_build">此應用為非官方的 FoxMMM 發行。</string>
<string name="share_logs">分享 AMM 日誌</string>
<string name="not_official_build">此應用為非官方的 AMM 發行。</string>
<string name="yer_a_wizard_harry">哈利,你是個巫師!</string>
<string name="keep_tapping_to_enter_hogwarts">繼續點擊來加入霍格華茲!</string>
<string name="modules">模組</string>
@ -308,7 +308,7 @@
<string name="sentry_enable_nag">看起來錯誤回報被禁止了。請允許後再發送回報。</string>
<string name="fox2code_thanks_desc">Fox2Code是此應用的原作者。這裡的存在都要歸功於他。</string>
<string name="title_activity_update">內置更新器</string>
<string name="update_message">FoxMMM檢查更新中。這將會持續幾分鐘</string>
<string name="update_message">AMM檢查更新中。這將會持續幾分鐘</string>
<string name="no_file_found">錯誤:找不到更新包。</string>
<string name="low_quality_module_desc">這個模組的元資料或為無效,又或為低質量模組的徵兆。建議解除安裝。</string>
<string name="reset_app">重置此應用</string>
@ -346,7 +346,7 @@
<string name="notification_update_summary">以下模組可以更新:</string>
<string name="notification_update_module_template">%1$s 到 版本 %2$s</string>
<string name="notification_channel_background_update">檢查更新中…</string>
<string name="notification_channel_background_update_description">FoxMMM在後台檢查更新中。</string>
<string name="notification_channel_background_update_description">AMM在後台檢查更新中。</string>
<string name="notification_channel_category_background_update">後台更新狀態</string>
<string name="notification_channel_category_background_update_description">在檢查更新時顯示一個通知,不讓系統自動結束進程</string>
<string name="notification_update_wifi_desc">只在WiFi連線下檢查</string>
@ -360,7 +360,7 @@
<string name="notification_channel_category_app_update">應用程式更新</string>
<string name="notification_channel_category_app_update_description">當應用程式有更新時通知</string>
<string name="notification_channel_background_update_app">應用有新的更新!</string>
<string name="notification_channel_background_update_app_description">FoxMMM有更新。點擊安裝更新。</string>
<string name="notification_channel_background_update_app_description">AMM有更新。點擊安裝更新。</string>
<string name="crash_reporting_headline">錯誤回報</string>
<string name="setup_update_check_headline">更新檢查</string>
<string name="setup_background_update_check_require_wifi">僅透過WiFi來檢查更新</string>
@ -372,7 +372,7 @@
<string name="cache_clear_failed">快取清除失敗</string>
<string name="clear_cache_dialogue_title">清除應用快取?</string>
<string name="clear_cache_dialogue_message">這將會清除應用快取。你的設定將會被保留,不過其他應用相關功能可能會暫時性的需要更長時間來處理。</string>
<string name="certificate_error">伺服器憑證無法被驗證。請確保FoxMMM的HTTPS請求沒有被攔截。</string>
<string name="certificate_error">伺服器憑證無法被驗證。請確保AMM的HTTPS請求沒有被攔截。</string>
<string name="pref_category_privacy">隱私</string>
<string name="crash_reporting_pii_desc">允許在發生錯誤報告時附帶更多資訊其中可能包含可個人識別化的資料例如IP地址以及終端識別碼。</string>
<string name="crash_reporting_pii">發送詳細資料</string>

@ -271,10 +271,10 @@
\n我们强烈建议卸载。</string>
<string name="zip_security_warning">安装 %s 吗?</string>
<string name="fox2code_thanks_desc">Fox2Code 是此应用程序的原始创建者,如果没有他就不会有这个应用程序。</string>
<string name="not_official_build">这个应用程序是一个非官方的 FoxMMM 版本。</string>
<string name="not_official_build">这个应用程序是一个非官方的 AMM 版本。</string>
<string name="save_logs">将日志保存到本地并分享</string>
<string name="error_saving_logs">无法保存日志</string>
<string name="share_logs">分享 FoxMMM 的日志</string>
<string name="share_logs">分享 AMM 的日志</string>
<string name="reset_api_key">重置 API 密钥</string>
<string name="upgrade_androidacy_promo">升级到高级版</string>
<string name="repo_update_failed_message">以下仓库未能更新:
@ -346,17 +346,17 @@
<string name="notification_channel_category_app_update">应用更新</string>
<string name="notification_channel_category_app_update_description">当有可用的更新时提醒</string>
<string name="notification_channel_background_update_app">有应用更新可用!</string>
<string name="notification_channel_background_update_app_description">FoxMMM 有一个可用的更新。点击此处以更新。</string>
<string name="notification_channel_background_update_app_description">AMM 有一个可用的更新。点击此处以更新。</string>
<string name="notification_update_ignore_desc">从更新检查中排除的模块列表</string>
<string name="invalid_characters_message">您输入的模块列表无效。 请仅输入以逗号分隔的有效模块 ID</string>
<string name="update_message">我们正在检查并安装 FoxMMM 的更新,请稍候。 这可能需要几分钟的时间</string>
<string name="update_message">我们正在检查并安装 AMM 的更新,请稍候。 这可能需要几分钟的时间</string>
<string name="sentry_dialogue_disabled">崩溃报告被禁用. 启用以提交反馈.</string>
<string name="no_file_found">ERROR: 没有找到更新包。</string>
<string name="update_debug_download_pref">测试更新下载机制</string>
<string name="changelog_none">还没有变化!</string>
<string name="add_repo_message">存储库必须通过 HTTPS 提供,并且必须遵循文档中概述的规范。</string>
<string name="notification_update_summary">可以更新以下模块:</string>
<string name="notification_channel_background_update_description">FoxMMM 正在后台检查更新。</string>
<string name="notification_channel_background_update_description">AMM 正在后台检查更新。</string>
<string name="notification_update_wifi_pref">需要 Wi-Fi 或不按流量计费的网络进行更新检查。 如果您的移动数据有限,建议继续使用。</string>
<string name="safe_module">经验证的安全模块</string>
<string name="safe_message">该模块已被存储库验证为安全的,这意味着它通过了特定的质量和安全阈值,并检查了恶意软件。</string>
@ -380,7 +380,7 @@
<string name="crash_reporting_headline">崩溃报告</string>
<string name="setup_background_update_check_require_wifi">需要 wifi 进行更新检查</string>
<string name="clear_cache_dialogue_message">这将清除应用缓存。 您的偏好设置将被保存,但一些操作应用程序可能需要更长的时间来临时执行。</string>
<string name="certificate_error">无法验证服务器证书。 请确保没有任何东西拦截 FoxMMM 的 HTTPS 连接。</string>
<string name="certificate_error">无法验证服务器证书。 请确保没有任何东西拦截 AMM 的 HTTPS 连接。</string>
<string name="crash_reporting_pii">发送附加信息</string>
<string name="setup_crash_reporting_pii_summary">这可能包括设备标识符和 IP 地址。 除了分析崩溃和提高性能外,不会将任何数据用于任何其他目的。</string>
<string name="setup_scroll_down">要启用完成按钮,请向下滚动并查看所有选项。</string>

@ -296,8 +296,8 @@
<string name="fox2code_thanks">Created by Fox2Code</string>
<string name="save_logs">Save logs to storage and share</string>
<string name="error_saving_logs">Could not save logs</string>
<string name="share_logs">Share FoxMMM logs</string>
<string name="not_official_build">This app is an unofficial FoxMMM build.</string>
<string name="share_logs">Share AMM logs</string>
<string name="not_official_build">This app is an unofficial AMM build.</string>
<string name="crash_text">Uh-oh, we hit a snag!</string>
<string name="feedback_message">Give us more details about what you were doing when this happened. The more, the merrier!</string>
<string name="feedback_submit">Submit and restart</string>
@ -329,7 +329,7 @@
<string name="background_update_check_excludes">Modules to exclude from automatic update checks</string>
<string name="title_activity_update">In-app Updater</string>
<string name="update_title">Update app</string>
<string name="update_message">Please wait while we check for and install updates to FoxMMM. This may take a few minutes</string>
<string name="update_message">Please wait while we check for and install updates to AMM. This may take a few minutes</string>
<string name="update_button">Please wait…</string>
<string name="error_no_extras">ERROR: Invalid data received on launch</string>
<string name="update_debug_warning">You appear to be running a debug build. Debug builds must be updated manually, and do not support in-app updates</string>
@ -352,7 +352,7 @@
<string name="notification_update_summary">The following modules can be updated:</string>
<string name="notification_update_module_template">%1$s to version %2$s</string>
<string name="notification_channel_background_update">Checking for updates…</string>
<string name="notification_channel_background_update_description">FoxMMM is checking for updates in the background.</string>
<string name="notification_channel_background_update_description">AMM is checking for updates in the background.</string>
<string name="notification_channel_category_background_update">Background update status</string>
<string name="notification_channel_category_background_update_description">Shows a notification while checking for updates so the system doesn\'t kill it</string>
<string name="notification_update_wifi_desc">Only check on WiFi</string>
@ -370,7 +370,7 @@
<string name="notification_channel_category_app_update">App updates</string>
<string name="notification_channel_category_app_update_description">Notifies when an app update is available</string>
<string name="notification_channel_background_update_app">App update available!</string>
<string name="notification_channel_background_update_app_description">An update is available for FoxMMM. Tap here to update.</string>
<string name="notification_channel_background_update_app_description">An update is available for AMM. Tap here to update.</string>
<string name="yer_a_wizard_harry">Yer a wizard, Harry!</string>
<string name="keep_tapping_to_enter_hogwarts">Keep tapping to be admitted into Hogwarts!</string>
<string name="modules">Modules</string>
@ -387,7 +387,7 @@
<string name="cache_clear_failed">Failed to clear cache</string>
<string name="clear_cache_dialogue_title">Clear app cache?</string>
<string name="clear_cache_dialogue_message">This will clear app cache. Your preferences will be saved, but the app may take longer to do some operations temporarily.</string>
<string name="certificate_error">The server certificate could not be verified. Please make sure nothing is intercepting HTTPS connections for FoxMMM.</string>
<string name="certificate_error">The server certificate could not be verified. Please make sure nothing is intercepting HTTPS connections for AMM.</string>
<string name="pref_category_privacy">Privacy</string>
<string name="crash_reporting_pii_desc">Allows sending additional information in crash reports, some of which may contain personally identifiable information such as IP address and device identifiers.</string>
<string name="crash_reporting_pii">Send additional information</string>
@ -428,5 +428,5 @@
<string name="upgrade_snackbar">Androidacy Premium offers faster downloads, an ad-free experience, and more!</string>
<string name="upgrade_now">Upgrade</string>
<string name="crash_details_suggestion">The stacktrace may be found below. However, we <b>strongly</b> recommend you to use the feedback form below to submit feedback instead. This way, instead of manually copying the stacktrace, it will send it to us automatically. It also is deobfuscated that way and additional details are reported automatically.</string>
<string name="reinstall_warning">Most modules should be uninstalled, then reinstalled cleanly. For this reason, FoxMMM does not support reinstalling modules while they are installed on the device.</string>
<string name="reinstall_warning">Most modules should be uninstalled, then reinstalled cleanly. For this reason, AMM does not support reinstalling modules while they are installed on the device.</string>
</resources>

@ -1,4 +1,4 @@
# Fox's Magisk Module Manager (Developer documentation)
# Androidacy Module Manager (Developer documentation)
Note: This doc assume you already read the
[official Magisk module developer guide](https://topjohnwu.github.io/Magisk/guides.html)
@ -68,11 +68,11 @@ versionCode=<int>
author=<string>
description=<string>
```
Note: The Fox's mmm will not show the module if theses values are not filled properly
Note: The AMM will not show the module if theses values are not filled properly
This the manager support these new optional properties
```properties
# Fox's Mmm supported properties
# AMM supported properties
minApi=<int>
maxApi=<int>
minMagisk=<int>
@ -99,8 +99,8 @@ Note²: For `minMagisk`, `XX.Y` is parsed as `XXY00`, so you can just put the Ma
- `mmtReborn` tell the manager to use [MMT-Reborn](https://github.com/iamlooper/MMT-Reborn) logging style
(For example `- Hello world` will be transformed to `[*] Hello world`, do not apply to modules installed from storage)
Note: Fox's Mmm use fallback
[here](../app/src/main/java/com/fox2code/mmm/utils/io/PropUtils.java#L36)
Note: AMM will the use fallback
[here](../app/src/main/java/com/fox2code/mmm/utils/io/PropUtils.kt#L36)
for some modules
Theses values are only used if not defined in the `module.prop` files
So the original module maker can still override them

@ -13,7 +13,7 @@ You have two options:
### Option 2: Add your repo to the app for everyone:
To add you own repo to Fox's mmm it need to follow theses conditions:
To add you own repo to AMM it need to follow theses conditions:
- The module repo or at least one of it's owners must be known.
- Modules in the repo must be monitored, and malicious modules must be removed.

@ -7,7 +7,7 @@ if [ -n "$MMM_EXT_SUPPORT" ]; then
}
else
mmm_exec() { true; }
abort "! This module need to be executed in Fox's Magisk Module Manager"
abort "! This module need to be executed in Androidacy Module Manager"
exit 1
fi

@ -1,9 +1,9 @@
id=fox_mmm_example
name=Fox's Mmm Example Module
name=AMM Example Module
version=v1.0
versionCode=1
author=Fox2Code
description=Fox's Magisk Module Manager example module
description=Androidacy Module Manager example module
minApi=21
minMagisk=19000
support=https://github.com/Androidacy/MagiskModuleManager

@ -1,7 +1,7 @@
#!/bin/sh
if [ ! "$ANSI_SUPPORT" == "true" ] || [ ! -n "$MMM_EXT_SUPPORT" ]; then
abort "! This module need to be executed in Fox's Magisk Module Manager with ANSI support"
abort "! This module need to be executed in Androidacy Module Manager with ANSI support"
exit 1
fi

@ -1,9 +1,9 @@
id=fox_mmm_rainbow
name=Fox's Mmm Rainbow Module
name=AMM Rainbow Module
version=v1.0
versionCode=1
author=Fox2Code
description=Fox's Magisk Module Manager rainbow module
description=Androidacy Module Manager rainbow module
minApi=21
minMagisk=19000
support=https://github.com/Androidacy/MagiskModuleManager

@ -1,4 +1,4 @@
Este aplicativo não é oficialmente suportado pelo Magisk ou seus desenvolvedores.
Os módulos exibidos neste aplicativo não têm afiliação com o Fox's MMM.
Os módulos exibidos neste aplicativo não têm afiliação com o AMM.
Por favor, contate os donos dos respectivos repositórios.

Loading…
Cancel
Save