android server add android_permission_may_not_change_tip

This commit is contained in:
csf
2023-03-13 10:37:26 +09:00
parent e1a0c62fd0
commit 1b2d3e87f7
35 changed files with 63 additions and 1 deletions

View File

@@ -289,6 +289,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_stop_service_tip", "关闭服务将自动关闭所有已建立的连接。"),
("android_version_audio_tip", "当前安卓版本不支持音频录制,请升级至安卓 10 或更高。"),
("android_start_service_tip", ""),
("android_permission_may_not_change_tip", "对于已建立的连接,权限可能不会立即发生改变,除非重新建立连接。"),
("Account", "账户"),
("Overwrite", "覆盖"),
("This file exists, skip or overwrite this file?", "这个文件/文件夹已存在,跳过/覆盖?"),