diff --git a/app/src/main/java/org/lsposed/manager/ui/fragment/LogsFragment.java b/app/src/main/java/org/lsposed/manager/ui/fragment/LogsFragment.java
index e0b69622..a93235ac 100644
--- a/app/src/main/java/org/lsposed/manager/ui/fragment/LogsFragment.java
+++ b/app/src/main/java/org/lsposed/manager/ui/fragment/LogsFragment.java
@@ -71,8 +71,6 @@ import java.util.zip.ZipEntry;
import java.util.zip.ZipOutputStream;
import rikka.core.os.FileUtils;
-import rikka.core.util.ResourceUtils;
-import rikka.insets.WindowInsetsHelperKt;
import rikka.recyclerview.RecyclerViewKt;
@SuppressLint("NotifyDataSetChanged")
@@ -180,12 +178,6 @@ public class LogsFragment extends BaseFragment {
ParcelFileDescriptor parcelFileDescriptor = ConfigManager.getLog(verbose);
if (parcelFileDescriptor != null) {
new LogsReader().execute(parcelFileDescriptor.getFileDescriptor());
- } else {
- binding.slidingTabs.selectTab(binding.slidingTabs.getTabAt(0));
- new MaterialAlertDialogBuilder(requireActivity())
- .setMessage(R.string.verbose_log_not_avaliable)
- .setPositiveButton(android.R.string.ok, null)
- .show();
}
}
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index e54e5791..74d87b9c 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -79,7 +79,6 @@
لا يمكن قراءة السجل: \n
إعادة التحميل
فشل في مسح السجل
- لا يتوفر سجل Verbose ، إذا قمت بتمكينه من دون إعادة التشغيل ، فحاول مرة أخرى بعد إعادة التشغيل.
لم يتم تنشيط وحدة Xposed بعد
%s تم تثبيته، ولكن لم يتم تفعيله بعد
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 992d9001..34601a25 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -75,7 +75,6 @@
Protokoll kann nicht gelesen werden: \n
Erneut laden
Fehler beim Löschen des Protokolls
- Ausführliches Protokoll ist nicht verfügbar, wenn Sie es nur ohne Neustart aktiviert haben, versuchen Sie es nach dem Neustart erneut.
Das LSPosed-Modul wurde noch nicht aktiviert
%s installiert, aber noch nicht aktiviert
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index bbf7ec1f..266bea0a 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -73,7 +73,6 @@
No se pudo leer los registros: \n
Recargar
Fallo al limpiar los registros
- Los registros detallados no están disponibles. Si los activaste sin reiniciar, intenta de nuevo luego de reiniciar.
El módulo Xposed no está activado aún
%s ha sido instalado, pero no está activado aún
diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml
index 14c834c1..e81b6a00 100644
--- a/app/src/main/res/values-fa/strings.xml
+++ b/app/src/main/res/values-fa/strings.xml
@@ -68,7 +68,6 @@
نمیتوان سیاهه را خواند: \n
بارگذاری مجدد
ناموفق در پاک کردن سیاهه
- گزارش دقیق در دسترس نیست ، اگر فقط بدون راه اندازی مجدد آن را فعال کرده اید ، پس از راه اندازی مجدد دوباره امتحان کنید.
ماژول Xposed در حال حاضر فعال نشده
%s نصب شده ، اما فعال نشده
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 98f4fea9..54426dcb 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -75,7 +75,6 @@
Lecture du journal impossible: \n
Recharger
Échec d\’effacement du journal
- Le journal verbeux n’est pas disponible, si vous l\’avez activé sans avoir redémarré, essayez à nouveau après avoir redémarrer.
Le module LSPosed n\’est pas encore actif
%s à été installé, mais il n\’est pas encore installé
diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml
index 5bef1bd1..3cf16cb5 100644
--- a/app/src/main/res/values-id/strings.xml
+++ b/app/src/main/res/values-id/strings.xml
@@ -72,7 +72,6 @@
Tidak dapat membaca log: \n
Muat ulang
Gagal menghapus log
- Log lengkap tidak tersedia, jika Anda baru saja mengaktifkannya tanpa reboot, coba lagi setelah reboot.
Modul Xposed belum diaktifkan
%s telah terpasang, tetapi belum diaktifkan
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
index 91798764..74e1e6b2 100644
--- a/app/src/main/res/values-in/strings.xml
+++ b/app/src/main/res/values-in/strings.xml
@@ -65,7 +65,6 @@
Tidak dapat membaca log: \n
Muat ulang
Gagal menghapus log
- Log lengkap tidak tersedia, jika Anda baru saja mengaktifkannya tanpa reboot, coba lagi setelah reboot.
Modul Xposed belum diaktifkan
%s telah terpasang, tetapi belum diaktifkan
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 9ba2fb76..6ff3303d 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -75,7 +75,6 @@
Impossibile leggere il log: \n
Ricarica
Impossibile cancellare il log
- Il log verboso non è disponibile. Se l\'hai appena abilitato senza riavviare, riprova dopo il riavvio.
Il modulo Xposed non è ancora attivo
%s è stato installato, ma non è ancora attivo
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 544ba772..e19e56e0 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -67,7 +67,6 @@
ログの読み込みに失敗: \n
再読込
ログの消去に失敗
- 詳細ログが存在しません。ログ出力有効化に再起動を行っていない場合、再起動して下さい。
Xposed モジュールが有効化されていません
%s がインストール済みですが、有効化されていません
diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml
index 953af8e6..7c593825 100644
--- a/app/src/main/res/values-ko/strings.xml
+++ b/app/src/main/res/values-ko/strings.xml
@@ -61,7 +61,6 @@
로그를 읽지 못함: \n
리로드
로그를 지우지 못했습니다.
- 상세 로그를 사용할 수 없습니다. 재부팅하지 않고 방금 사용하도록 설정한 경우 재부팅 후 다시 시도하십시오.
LSPosed 모듈이 아직 활성화되지 않았습니다.
%s이(가) 설치되었지만 아직 활성화되지 않았습니다.
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index ad16e26c..4e8a5f15 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -75,7 +75,6 @@
Kan logboek niet lezen: \n
Herlaad
Het logboek kan niet worden gewist
- Uitgebreid logboek is niet beschikbaar. Als u het net hebt ingeschakeld zonder opnieuw op te starten, probeer het dan opnieuw na het opnieuw opstarten.
LSPosed module is nog niet geactiveerd
%1$s is geïnstalleerd, maar is nog niet geactiveerd
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 4495ef41..2806f271 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -70,7 +70,6 @@
Nie można odczytać logu: \n
Przeładuj
Nie udało się wyczyścić logu
- Dziennik Verbose jest niedostępny, jeśli po prostu włączyłeś go bez restartu, spróbuj jeszcze raz po ponownym uruchomieniu.
Moduł Xposed nie jest jeszcze aktywowany
%s został zainstalowany, ale nie jest jeszcze aktywowany
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index d38e5274..b3e02f22 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -73,7 +73,6 @@
Não foi possível ler o registro: \n
Recarregar
Falha ao limpar o registro
- O registro detalhado não está disponível, se você apenas ativou sem reiniciar, tente novamente após reiniciar.
O módulo do Xposed ainda não está ativo
%s foi instalado, mas ainda não está ativo
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
index 0fd1a670..55325da9 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -62,7 +62,6 @@
Impossível ler registro: \n
Recarregar
Não foi possível limpar o registro
- Log detalhado não está disponível, se você apenas habilitou sem reinicializar, tente novamente após a reinicialização.
O módulo Xposed ainda não foi ativado
O %s foi instalado, mas ainda não está ativado
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml
index ff31db74..df908eaa 100644
--- a/app/src/main/res/values-pt/strings.xml
+++ b/app/src/main/res/values-pt/strings.xml
@@ -63,7 +63,6 @@
Impossível ler registro: \n
Recarregar
Não foi possível limpar o registro
- Log detalhado não está disponível, se você apenas habilitou sem reinicializar, tente novamente após a reinicialização.
O módulo Xposed ainda não foi ativado
O %s foi instalado, mas ainda não está ativado
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 228813cc..91cb3276 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -77,7 +77,6 @@
Невозможно прочитать логи: \n
Обновить
Не удалось очистить логи
- Подробные логи не доступны. Если вы только что включили их, для применения требуется перезагрузка
Модуль установлен
Модуль %s установлен но не включен
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index fe36fcc6..610815a1 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -75,7 +75,6 @@
Günlük okunamıyor: \n
Tekrar yükle
Günlük temizlenemedi
- Ayrıntılı günlük mevcut değil, yeniden başlatmadan etkinleştirdiyseniz, yeniden başlattıktan sonra tekrar deneyin.
Xposed modülü henüz etkinleştirilmedi
%s kuruldu, ancak henüz etkinleştirilmedi
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
index 247faf7f..61b0cad8 100644
--- a/app/src/main/res/values-uk/strings.xml
+++ b/app/src/main/res/values-uk/strings.xml
@@ -69,7 +69,6 @@
Не вдається прочитати журнал: \n
Перезавантажити
Не вдалося очистити журнал
- Детальний журнал не доступний, якщо ви тільки що увімкнули його без перезавантаження, спробуйте ще раз після перезавантаження.
Модуль LSPosed ще не активований
%s було встановлено, але ще не активовано
diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml
index 8a051f3b..5fe77df0 100644
--- a/app/src/main/res/values-vi/strings.xml
+++ b/app/src/main/res/values-vi/strings.xml
@@ -74,7 +74,6 @@
Không thể đọc nhật ký: \n
Tải lại
Thất bại khi làm sạch nhật ký
- Nhật ký chi tiết không khả dụng, nếu bạn vừa kích hoạt nó mà chưa khởi động lại, thử khởi động lại trước đã.
Mô-đun Xposed chưa được kích hoạt
%s đã được cài đặt, nhưng chưa được kích hoạt
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index 84ba24d2..1f1ad0f5 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -74,7 +74,6 @@
无法读取日志: \n
重新加载
日志清理失败
- 详细日志不可用,如果您只是启用了它而没有重新启动,请在重新启动后再试一次。
Xposed 模块尚未激活
%s 已安装, 但尚未激活
diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml
index 1ce60bd7..68d539e0 100644
--- a/app/src/main/res/values-zh-rHK/strings.xml
+++ b/app/src/main/res/values-zh-rHK/strings.xml
@@ -67,7 +67,6 @@
無法讀取日誌: \n
重新載入
無法清除日誌
- 詳細日誌不可用,如果您只是啟用了它而沒有重啟,重啟後再試。
Xposed 模組尚未啟動
%s 已安裝, 但尚未啟動
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 57f5ed14..bafc7f82 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -74,7 +74,6 @@
無法讀取日誌:\n
重新載入
日誌清理失敗
- 詳細日誌不可用,如果您只是啟用了它而沒有重新啟動,請在重新啟動後再試一次。
Xposed 模組尚未啟用
%s 已安裝,但尚未啟用
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4bacde3c..592582d0 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -56,7 +56,7 @@
System version
Device
System ABI
- Parasitic Manager Recommended
+ Parasitic Manager is Recommended
LSPosed is currently support system parasitization to avoid detection. You can uninstall the manager after parasitic manager shortcut created successfully. You can reinstall the manager from /data/adb/lspd/manager.apk anytime.
Create shortcut
Never show again
@@ -69,19 +69,18 @@
LSPosed Logs
Modules Logs
Failed to save:\n%s
- Clear log now
- Log cleared success.
+ Clear log
+ Log cleared success
Scroll to top
Loading…
Scroll to bottom
Cannot read log: \n
Reload Menu
- Failed to clear log
- Verbose log is not available, if you have not reboot after enable, try again after reboot.
+ Clear log Failed
Xposed module is not activated yet
- %s has been installed, but is not activated yet
+ %s has been installed, but it is not activated yet
Xposed module updated
%s has been updated, please force stop and restart apps in its scope
Xposed module updated, system reboot required
@@ -90,21 +89,21 @@
(no description provided)
This module does not provide a user interface
- This module requires a newer Xposed version (%d), so it cannot be activated
- This module does not specify the required Xposed version.
- This module was created for Xposed version %1$d, due to incompatible changes in version %2$d, it has been disabled
+ This module requires newer Xposed version (%d), activate failed
+ This module does not specify the minimum Xposed version.
+ This module was designed for Xposed version %1$d, due to incompatible changes in version %2$d, it has been disabled
This module cannot be loaded because it installed in SD card, please move it to internal storage
Uninstall
Module settings
View in Repo
- Confirm to uninstall this module?
+ Confirm uninstall this module?
Uninstalled %1$s
Uninstall failed
Add module to user
Added %1$s to user %2$s
Adding module failed
Install to user %s
- Confirm install %1$s to user %2$s? It is recommended install manually, forcing install via LSPosed may cause unknown problems.
+ Confirm install %1$s to user %2$s? It is recommended install manually, forcing install via LSPosed may cause unknown issues.
Re-optimize
@@ -121,26 +120,26 @@
System apps
Sort By
Enable module
- You did not select any app. Continue?
+ Not select any app. Continue?
Games
Modules
Denylist
Failed save scope list
%1$s\nVersion %2$s
Recommended
- You did not select any app. Select recommended apps?
+ Not select any app. Select recommended?
Select recommended apps?
Recommended
Update available: %1$s
Module %s has been disabled since no app selected.
System Framework
- Backup
+ Backup and restore
Backup
Restore
Force stop
- Force stop?
+ Confirm force stop?
Force stop app may cause issues.
- Reboot is required for apply changes
+ Reboot to apply changes
Reboot
Hide
%s is on denylist. It may not take effect.
@@ -157,10 +156,10 @@
WARNING: Resource hooks are experimental
Disable verbose logs
Black dark theme
- Use the pure black theme if dark theme is enabled
+ Use the pure black theme when dark theme is enabled
Theme
Backup and restore
- Backup or restore module list and scope lists.
+ Backup or restore module list and scope list.
Backup
Failed to backup:\n%s
Restore
@@ -176,8 +175,8 @@
Language
Translation contributors
Participate in translation
- Help us translate %s into your language
- Automatically shortcut
+ Help us translate %s to your language
+ Automatically create shortcut
No more shortcuts will create when disabled in non-parasitic manager
@@ -198,7 +197,7 @@
LSPosed app is newer than framework. Please update LSPosed framework.
LSPosed framework is newer than app. Please update the app from /data/adb/lspd/manager.apk manually.
Manager crashed
- report this to
+ report to
Send crash info
Crash info copied to clipboard