Skip to content

Commit 194ab65

Browse files
committed
[Misc]: update warning text
1 parent a859db2 commit 194ab65

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

app/src/main/res/values-zh/strings.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@
6868

6969
<string name="menu_item_remove">移除</string>
7070
<string name="remove_mg_files_title">移除 MobileGlues 相关文件</string>
71-
<string name="remove_mg_files_message">这将删除 MobileGlues 的所有配置文件、缓存文件和日志,并移除文件夹访问权限。此操作不可逆,确定继续吗?</string>
71+
<string name="remove_mg_files_message">此操作将彻底删除与 MobileGlues 相关的所有文件。具体包括:\n\n
72+
• <b>所有配置文件:</b> 任何您自定义的设置、偏好选项以及可能的应用运行所需的配置文件将被移除。\n
73+
• <b>缓存文件:</b> MobileGlues 运行时生成的 GLSL 缓存(用于加快加载速度)将被清空。\n
74+
• <b>日志文件:</b> MobileGlues 运行过程中产生的日志文件将被删除。\n
75+
• <b>文件夹访问权限:</b> MobileGlues 应用当前拥有的对设备存储空间中特定文件夹的读写访问权限将被撤销。\n\n
76+
请注意,此操作是<b><font color="@android:color/holo_red_dark">不可逆</font></b>的。 一旦您点击“确定”,上述所有文件将被永久删除,无法恢复。如果您将在未来重新使用MobileGlues,您将需要重新配置MobileGlues。\n\n
77+
<b><font color="@android:color/holo_red_dark">确定要继续吗?</font></b></string>
7278
<string name="ok">确定</string>
7379
<string name="ok_with_countdown">确定 (%d 秒)</string>
7480
<string name="remove_failed">移除失败: %s</string>

app/src/main/res/values/strings.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@
7070

7171
<string name="menu_item_remove">Remove</string>
7272
<string name="remove_mg_files_title">Remove MobileGlues related files</string>
73-
<string name="remove_mg_files_message">This will delete all configuration files, cache files, and logs for MobileGlues, and remove folder access permissions. This action is irreversible. Are you sure you want to continue?</string>
73+
<string name="remove_mg_files_message">This action will completely delete all files associated with MobileGlues. This includes:\n\n
74+
• <b>All configuration files:</b> Any of your custom settings, preferences, and possible configuration files required for the application to run will be removed.\n
75+
• <b>Cache files:</b> The GLSL cache generated by MobileGlues during runtime (used to speed up loading) will be cleared.\n
76+
• <b>Log files:</b> Log files generated during the operation of MobileGlues will be deleted.\n
77+
• <b>Folder access permissions:</b> The read and write access permissions that the MobileGlues app currently has to specific folders in the device\'s storage will be revoked.\n\n
78+
Please note, this action is <b><font color="@android:color/holo_red_dark">irreversible</font></b>. Once you click "OK", all the files mentioned above will be permanently deleted and cannot be recovered. If you are going to use MobileGlues again in the future, you will need to reconfigure it.\n\n
79+
<b><font color="@android:color/holo_red_dark">Are you sure you want to continue?</font></b></string>
7480
<string name="ok">OK</string>
7581
<string name="ok_with_countdown">OK (%d s)</string>
7682
<string name="remove_failed">Remove failed: %s</string>

0 commit comments

Comments
 (0)