Skip to content

Commit 490a1f7

Browse files
committed
WebUI: Implement Crowdin Localization support
1 parent 150db99 commit 490a1f7

17 files changed

Lines changed: 1169 additions & 709 deletions

File tree

webroot/languages/ar.xml

Lines changed: 65 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<language id="en">
2+
<language>
33
<!-- General -->
44
<string id="app_title">قائمة واجهة الويب</string>
55
<string id="warning_label">تحذير!</string>
@@ -8,14 +8,55 @@
88
<string id="about_label">حول</string>
99
<string id="main_menu_label">القائمة الرئيسية</string>
1010
<string id="load_label">تحميل</string>
11-
11+
<string id="edit_label">Edit With</string>
12+
<string id="enabled_label">Enabled</string>
13+
<string id="disabled_label">Disabled</string>
14+
<string id="deprecated_label">Deprecated</string>
15+
<string id="unknown_label">Unknown</string>
16+
<string id="help_label">Help</string>
17+
<string id="send_logs_label">Send Logs</string>
18+
<string id="export_config_label">Export Config</string>
19+
<string id="reset_config_label">Reset All Config</string>
20+
21+
<!-- SUSFS Not supported error-->
22+
<string id="susfs_error_label">NUH UH! Unsupported Kernel!</string>
23+
<string id="susfs_error_desc">WebUI Access Denied! Make sure you're on a SuSFS patched kernel!</string>
24+
25+
<!-- SUSFS Update Dialog -->
26+
<string id="susfs_update_label">SUSFS Userspace Update!</string>
27+
<string id="susfs_update_desc">There's an update to your SUSFS Userspace Binaries!</string>
28+
<string id="susfs_update2_desc">Please update to the latest version to ensure compatibility with the Module and the WebUI.</string>
29+
<string id="susfs_updating_label">Updating...</string>
30+
<string id="skip_btn_label">Skip</string>
31+
<string id="update_btn_label">Update</string>
32+
1233
<!-- Home Page -->
1334
<string id="kernel_version_label">إصدار الكيرنيل</string>
1435
<string id="sus_path_label">SUS PATH</string>
36+
<string id="sus_map_label">SUS MAPS</string>
1537
<string id="sus_mount_label">SUS MOUNT</string>
1638
<string id="try_umount_label">TRY UMOUNT</string>
1739
<string id="susfs_settings_label">إعدادات SUSFS مخصصة</string>
18-
40+
<string id="susfs_kernel_status_label">SUSFS Kernel Status</string>
41+
42+
<!-- Status Page -->
43+
<string id="kernel_features_label">Kernel Features Status</string>
44+
<string id="sus_path_feature_label">SUS Path Support</string>
45+
<string id="sus_map_feature_label">SUS Maps Support</string>
46+
<string id="sus_mount_feature_label">SUS Mount Support</string>
47+
<string id="sus_kstat_feature_label">SUS Kstat Support</string>
48+
<string id="try_umount_feature_label">Try Umount Support</string>
49+
<string id="spoof_uname_feature_label">Spoof Uname Support</string>
50+
<string id="spoof_cmdline_feature_label">Spoof Cmdline/Bootconfig</string>
51+
<string id="open_redirect_feature_label">Open Redirect Support</string>
52+
<string id="enable_log_feature_label">Logging Support</string>
53+
<string id="auto_default_mount_feature_label">Auto Default Mount</string>
54+
<string id="auto_bind_mount_feature_label">Auto Bind Mount</string>
55+
<string id="auto_try_umount_bind_feature_label">Auto Try Umount Bind</string>
56+
<string id="hide_symbols_feature_label">Hide KSU SUSFS Symbols</string>
57+
<string id="magic_mount_feature_label">Magic Mount Support</string>
58+
<string id="overlayfs_auto_kstat_feature_label">OverlayFS Auto Kstat Support</string>
59+
1960
<!-- Settings -->
2061
<string id="susfs_log_label">سجلات SUSFS</string>
2162
<string id="sus_su_1_label">SUS SU في الوضع 1</string>
@@ -25,17 +66,31 @@
2566
<string id="default_mounts_label">إخفاء mounts تلقائيا</string>
2667
<string id="bind_mounts_label">إخفاء bind mounts تلقائيا</string>
2768
<string id="try_umount_bind_label">إلغاء bind mounts تلقائيا</string>
69+
<string id="auto_try_umount_label">auto try umount (userspace)</string>
70+
<string id="hide_sus_mnts_for_all_or_non_su_procs_label">Hide sus_mounts for all/non-su processes</string>
71+
<string id="turn_off_after_boot_completed_label">Turn off after boot-completed</string>
2872
<string id="zygote_try_umount_label">محاولة unmount على عملية النواة (zygote)</string>
73+
<string id="umount_for_zygote_iso_service_label">try umount for zygote isolation service</string>
2974
<string id="kernel_uname_label">Kernel Uname</string>
3075
<string id="spoof_kernel_version_label">تزييف إصدار الكيرنيل</string>
76+
<string id="spoofed_kernel_version_label">Spoofed Kernel Version</string>
3177
<string id="spoof_kernel_build_label">تزييف بناء الكيرنيل</string>
78+
<string id="spoofed_kernel_build_label">Spoofed Kernel Build</string>
3279
<string id="spoof_on_boot_label">تزييف أثناء التمهيد</string>
3380
<string id="post_fs_data_label">تزييف في مرحلة ما قبل تمهيد الجهاز</string>
3481
<string id="uname_warning_label2">تفعيل هذا الخيار قد يتسبب في تعطل الجهاز. هل انت متأكد؟</string>
35-
82+
<string id="reset_warning_label">This will reset all configurations to their default values. Are you sure you want to proceed?</string>
83+
3684
<!-- Custom -->
3785
<string id="custom_settings_label">إعدادات مخصصة</string>
86+
<string id="hide_paths_label">Hide Custom Rom Settings</string>
3887
<string id="hide_custom_rom_label">إخفاء الروم المعدل</string>
88+
<string id="hide_level_label">Hide Level</string>
89+
<string id="hide_custom_rom_desc1">Exclude .apk, .jar, .odex, .vdex, .so, .rc, and /vendor/bin/hw/ files</string>
90+
<string id="hide_custom_rom_desc2">Exclude .apk, .jar, .odex, .vdex, .so, and /vendor/bin/hw/ files</string>
91+
<string id="hide_custom_rom_desc3">Exclude .apk, .jar, .odex, .vdex, and /vendor/bin/hw/ files</string>
92+
<string id="hide_custom_rom_desc4">Exclude .apk, .jar, and /vendor/bin/hw/ files</string>
93+
<string id="hide_custom_rom_desc5">Hide all custom rom paths ⚠️Risky and it could cause issues!</string>
3994
<string id="hide_vendor_sepolicy_label">إخفاء vendor SEpolicy</string>
4095
<string id="hide_compat_matrix_label">إخفاء compat matrix</string>
4196
<string id="fake_service_list_label">تزييف قائمة الخدمات</string>
@@ -44,11 +99,16 @@
4499
<string id="spoof_cmdline_label">تزييف cmdline</string>
45100
<string id="hide_ksu_loop_label">إخفاء حلقة KSU</string>
46101
<string id="force_hide_dex2oat_label">إخفاء Dex2oat إجباريّا</string>
102+
<string id="avc_log_spoofing_label">AVC Log Spoofing</string>
103+
<string id="emulate_vold_app_data_label">Emulate Vold App Data Isolation</string>
47104
<string id="custom_sus_path_label">مسار SUS مخصص</string>
105+
<string id="custom_sus_path_loop_label">Custom SUS Path Loop</string>
106+
<string id="custom_sus_maps_label">Custom SUS Maps</string>
48107
<string id="custom_sus_mount_label">SUS mount مخصص</string>
49108
<string id="custom_try_umount_label">TRY umount مخصص</string>
109+
<string id="custom_sus_open_redirect_label">Custom Open Redirect</string>
50110

51111
<!-- Credits -->
52112
<string id="contrib_label">المساهمين:</string>
53-
<string id= "translators_label">المترجمين:</string>
113+
<string id="translators_label">المترجمين:</string>
54114
</language>

webroot/languages/de.xml

Lines changed: 60 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<language id="en">
2+
<language>
33
<!-- General -->
44
<string id="app_title">WebUI menü</string>
55
<string id="warning_label">Warnung!</string>
@@ -8,17 +8,54 @@
88
<string id="about_label">Über</string>
99
<string id="main_menu_label">Hauptmenü</string>
1010
<string id="load_label">Laden</string>
11+
<string id="edit_label">Edit With</string>
12+
<string id="enabled_label">Enabled</string>
13+
<string id="disabled_label">Disabled</string>
14+
<string id="deprecated_label">Deprecated</string>
15+
<string id="unknown_label">Unknown</string>
16+
<string id="help_label">Help</string>
17+
<string id="send_logs_label">Send Logs</string>
18+
<string id="export_config_label">Export Config</string>
19+
<string id="reset_config_label">Reset All Config</string>
1120

1221
<!-- SUSFS Not supported error-->
1322
<string id="susfs_error_label">NUH UH! Nicht unterstützter Kernel!</string>
1423
<string id="susfs_error_desc">WebUI Zugang verwehrt! Stelle sicher das du einen SuSFS gepatchden kernel nutzt!</string>
15-
24+
25+
<!-- SUSFS Update Dialog -->
26+
<string id="susfs_update_label">SUSFS Userspace Update!</string>
27+
<string id="susfs_update_desc">There's an update to your SUSFS Userspace Binaries!</string>
28+
<string id="susfs_update2_desc">Please update to the latest version to ensure compatibility with the Module and the WebUI.</string>
29+
<string id="susfs_updating_label">Updating...</string>
30+
<string id="skip_btn_label">Skip</string>
31+
<string id="update_btn_label">Update</string>
32+
1633
<!-- Home Page -->
1734
<string id="kernel_version_label">Kernel Version</string>
1835
<string id="sus_path_label">SUS PFAD</string>
36+
<string id="sus_map_label">SUS MAPS</string>
1937
<string id="sus_mount_label">SUS MOUNT</string>
2038
<string id="try_umount_label">TRY UMOUNT</string>
2139
<string id="susfs_settings_label">benutzerdefinierte susfs Einstellungen</string>
40+
<string id="susfs_kernel_status_label">SUSFS Kernel Status</string>
41+
42+
<!-- Status Page -->
43+
<string id="kernel_features_label">Kernel Features Status</string>
44+
<string id="sus_path_feature_label">SUS Path Support</string>
45+
<string id="sus_map_feature_label">SUS Maps Support</string>
46+
<string id="sus_mount_feature_label">SUS Mount Support</string>
47+
<string id="sus_kstat_feature_label">SUS Kstat Support</string>
48+
<string id="try_umount_feature_label">Try Umount Support</string>
49+
<string id="spoof_uname_feature_label">Spoof Uname Support</string>
50+
<string id="spoof_cmdline_feature_label">Spoof Cmdline/Bootconfig</string>
51+
<string id="open_redirect_feature_label">Open Redirect Support</string>
52+
<string id="enable_log_feature_label">Logging Support</string>
53+
<string id="auto_default_mount_feature_label">Auto Default Mount</string>
54+
<string id="auto_bind_mount_feature_label">Auto Bind Mount</string>
55+
<string id="auto_try_umount_bind_feature_label">Auto Try Umount Bind</string>
56+
<string id="hide_symbols_feature_label">Hide KSU SUSFS Symbols</string>
57+
<string id="magic_mount_feature_label">Magic Mount Support</string>
58+
<string id="overlayfs_auto_kstat_feature_label">OverlayFS Auto Kstat Support</string>
2259

2360
<!-- Settings -->
2461
<string id="susfs_log_label">SUSFS Protokoll</string>
@@ -29,17 +66,31 @@
2966
<string id="default_mounts_label">Automatisches Ausblenden von Standard-Mounts</string>
3067
<string id="bind_mounts_label">Automatisches Ausblenden von Bind mounts</string>
3168
<string id="try_umount_bind_label">Automatisches Versuchen von umount bind mounts</string>
69+
<string id="auto_try_umount_label">auto try umount (userspace)</string>
70+
<string id="hide_sus_mnts_for_all_or_non_su_procs_label">Hide sus_mounts for all/non-su processes</string>
71+
<string id="turn_off_after_boot_completed_label">Turn off after boot-completed</string>
3272
<string id="zygote_try_umount_label">Versuche umount für zygote System Prozess</string>
73+
<string id="umount_for_zygote_iso_service_label">try umount for zygote isolation service</string>
3374
<string id="kernel_uname_label">Kernel Uname</string>
3475
<string id="spoof_kernel_version_label">spoofe Kernel Version</string>
76+
<string id="spoofed_kernel_version_label">Spoofed Kernel Version</string>
3577
<string id="spoof_kernel_build_label">spoofe Kernel Build</string>
78+
<string id="spoofed_kernel_build_label">Spoofed Kernel Build</string>
3679
<string id="spoof_on_boot_label">Spoofe beim booten</string>
3780
<string id="post_fs_data_label">In post-fs-data Ausführen (spoofed besser)</string>
3881
<string id="uname_warning_label2">Wenn diese Option aktiviert ist, kann es zu einer Bootschleife oder Instabilität kommen, wenn sie nicht korrekt ausgeführt wird. Sind Sie sicher, dass Sie die Ausführung von post-fs-data aktivieren wollen?</string>
39-
82+
<string id="reset_warning_label">This will reset all configurations to their default values. Are you sure you want to proceed?</string>
83+
4084
<!-- Custom -->
4185
<string id="custom_settings_label">Benutzerdefinierte Einstellungen</string>
86+
<string id="hide_paths_label">Hide Custom Rom Settings</string>
4287
<string id="hide_custom_rom_label">Verstecke Custom ROM</string>
88+
<string id="hide_level_label">Hide Level</string>
89+
<string id="hide_custom_rom_desc1">Exclude .apk, .jar, .odex, .vdex, .so, .rc, and /vendor/bin/hw/ files</string>
90+
<string id="hide_custom_rom_desc2">Exclude .apk, .jar, .odex, .vdex, .so, and /vendor/bin/hw/ files</string>
91+
<string id="hide_custom_rom_desc3">Exclude .apk, .jar, .odex, .vdex, and /vendor/bin/hw/ files</string>
92+
<string id="hide_custom_rom_desc4">Exclude .apk, .jar, and /vendor/bin/hw/ files</string>
93+
<string id="hide_custom_rom_desc5">Hide all custom rom paths ⚠️Risky and it could cause issues!</string>
4394
<string id="hide_vendor_sepolicy_label">Verstecke Vendor SEPolicy</string>
4495
<string id="hide_compat_matrix_label">Verstecke Compat Matrix</string>
4596
<string id="fake_service_list_label">Spoofe Service List</string>
@@ -48,11 +99,16 @@
4899
<string id="spoof_cmdline_label">Spoofe Cmdline</string>
49100
<string id="hide_ksu_loop_label">Hide KSU Loop</string>
50101
<string id="force_hide_dex2oat_label">Force Hide Dex2oat</string>
102+
<string id="avc_log_spoofing_label">AVC Log Spoofing</string>
103+
<string id="emulate_vold_app_data_label">Emulate Vold App Data Isolation</string>
51104
<string id="custom_sus_path_label">Benutzerdefinierter SUS Pfad</string>
105+
<string id="custom_sus_path_loop_label">Custom SUS Path Loop</string>
106+
<string id="custom_sus_maps_label">Custom SUS Maps</string>
52107
<string id="custom_sus_mount_label">Benutzerdefinierter SUS Mount</string>
53108
<string id="custom_try_umount_label">Benutzerdefinierter Versuch Umount</string>
109+
<string id="custom_sus_open_redirect_label">Custom Open Redirect</string>
54110

55111
<!-- Credits -->
56112
<string id="contrib_label">Beitragende:</string>
57-
<string id= "translators_label">Übersetzer:</string>
113+
<string id="translators_label">Übersetzer:</string>
58114
</language>

webroot/languages/en.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<language id="en">
2+
<language>
33
<!-- General -->
44
<string id="app_title">WebUI menu</string>
55
<string id="warning_label">Warning!</string>
@@ -21,7 +21,7 @@
2121
<!-- SUSFS Not supported error-->
2222
<string id="susfs_error_label">NUH UH! Unsupported Kernel!</string>
2323
<string id="susfs_error_desc">WebUI Access Denied! Make sure you're on a SuSFS patched kernel!</string>
24-
24+
2525
<!-- SUSFS Update Dialog -->
2626
<string id="susfs_update_label">SUSFS Userspace Update!</string>
2727
<string id="susfs_update_desc">There's an update to your SUSFS Userspace Binaries!</string>
@@ -38,7 +38,7 @@
3838
<string id="try_umount_label">TRY UMOUNT</string>
3939
<string id="susfs_settings_label">Custom SUSFS Settings</string>
4040
<string id="susfs_kernel_status_label">SUSFS Kernel Status</string>
41-
41+
4242
<!-- Status Page -->
4343
<string id="kernel_features_label">Kernel Features Status</string>
4444
<string id="sus_path_feature_label">SUS Path Support</string>
@@ -56,7 +56,7 @@
5656
<string id="hide_symbols_feature_label">Hide KSU SUSFS Symbols</string>
5757
<string id="magic_mount_feature_label">Magic Mount Support</string>
5858
<string id="overlayfs_auto_kstat_feature_label">OverlayFS Auto Kstat Support</string>
59-
59+
6060
<!-- Settings -->
6161
<string id="susfs_log_label">SUSFS Logs</string>
6262
<string id="sus_su_1_label">SUS SU is on Mode 1</string>
@@ -80,7 +80,7 @@
8080
<string id="post_fs_data_label">Execute on post-fs-data (spoofs better)</string>
8181
<string id="uname_warning_label2">Setting this on may cause a bootloop or instability if spoofed incorrectly. Are you sure you want to enable post-fs-data execution?</string>
8282
<string id="reset_warning_label">This will reset all configurations to their default values. Are you sure you want to proceed?</string>
83-
83+
8484
<!-- Custom -->
8585
<string id="custom_settings_label">Custom Settings</string>
8686
<string id="hide_paths_label">Hide Custom Rom Settings</string>
@@ -110,5 +110,5 @@
110110

111111
<!-- Credits -->
112112
<string id="contrib_label">Contributors:</string>
113-
<string id= "translators_label">Translators:</string>
114-
</language>
113+
<string id="translators_label">Translators:</string>
114+
</language>

0 commit comments

Comments
 (0)