You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
Use export_log to summarize save_log and send_log instead of send_log itself. (#21)
* Optimize Simplified Chinese translations * Update `strings.xml` of `zh-rCN` * Use `export_log` to summarize `save_log` and `send_log`. Instead of `send_log` itself. * Update `strings.xml` of Simplified Chinese * Update `strings.xml` for commit `9aef82d` * Update Indonesian `strings.xml` for commit `9aef82d` * Update Korean `strings.xml` for commit `9aef82d` * Update Brazilian Portuguese `strings.xml` for commit `9aef82d`
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<string name="refresh">Refresh</string>
|
||||
<string name="show_system_apps">Show system apps</string>
|
||||
<string name="hide_system_apps">Hide system apps</string>
|
||||
<string name="send_log">Send logs</string>
|
||||
<string name="export_log">Export logs</string>
|
||||
<string name="safe_mode">Safe mode</string>
|
||||
<string name="reboot_to_apply">Reboot to take effect</string>
|
||||
<string name="module_magisk_conflict">Modules are unavailable due to a conflict with Magisk!</string>
|
||||
@@ -170,4 +170,5 @@
|
||||
<string name="selected_lkm">Selected LKM: %s</string>
|
||||
<string name="save_log">Save logs</string>
|
||||
<string name="log_saved">Logs saved</string>
|
||||
<string name="send_log">Share logs</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user