]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
misc update
authorlongpanda <admin@ventoy.net>
Sat, 4 Dec 2021 06:40:04 +0000 (14:40 +0800)
committerlongpanda <admin@ventoy.net>
Sat, 4 Dec 2021 06:40:04 +0000 (14:40 +0800)
Plugson/www/static/js/vtoy.js

index 419dbbf1cf73579f3ee5ddd9a89a8b01f17febe6..0940108e1550f47b1778517dd54c2680e775caad 100644 (file)
@@ -429,10 +429,10 @@ var g_vtoy_cur_language_en =
 \r
     "STR_PATH_TOO_LONG": "The path exceeds the maximum supported length, please check!",\r
     "STR_INPUT_TOO_LONG": "The string exceeds the maximum supported length, please check!",\r
-    "STR_INVALID_FILE_PATH": "Invalid full file path, please check!",\r
-    "STR_INVALID_FILE_PATH1": "The 1st file path is invalid!",    \r
-    "STR_INVALID_FILE_PATH2": "The 2nd file path is invalid!",    \r
-    "STR_INVALID_NEW_FILE_PATH": "The full file path of new is invalid, please check!",\r
+    "STR_INVALID_FILE_PATH": "Invalid or nonexist full file path, please check!",\r
+    "STR_INVALID_FILE_PATH1": "The 1st file path is invalid or nonexist!",    \r
+    "STR_INVALID_FILE_PATH2": "The 2nd file path is invalid or nonexist!",    \r
+    "STR_INVALID_NEW_FILE_PATH": "The full file path of new is invalid or nonexist, please check!",\r
     "STR_INVALID_DIR_PATH": "Invalid directory path, please check!",\r
     "STR_INVALID_NUMBER": "Please input valid non-negative integer!",\r
     "STR_INVALID_AUTOSEL": "autosel exceeds the length of the list!",\r
@@ -446,7 +446,7 @@ var g_vtoy_cur_language_en =
     "STR_SET_TIP_FOR_DIR": "Set Menu Tip For Directory",\r
     "STR_SET_INJECTION_FOR_FILE": "[image] Set injection for a file",\r
     "STR_SET_INJECTION_FOR_DIR": "[parent] Set the same injection for all the files under a directory.",\r
-    "STR_INVALID_ARCHIVE_PATH": "Invalid archive file path, please check!",\r
+    "STR_INVALID_ARCHIVE_PATH": "Invalid or nonexist archive file path, please check!",\r
     "STR_SET_PWD_FOR_FILE": "[file] Set password for a file.",\r
     "STR_SET_PWD_FOR_DIR": "[parent] Set the same password for all the files under a directory.",\r
     "STR_SET_AUTO_INSTALL_FOR_FILE": "[image] Set auto install template for a file",\r
@@ -563,10 +563,10 @@ var g_vtoy_cur_language_cn =
 \r
     "STR_PATH_TOO_LONG": "路径超过最大支持长度,请检查!",\r
     "STR_INPUT_TOO_LONG": "字符串超过最大支持长度,请检查!",\r
-    "STR_INVALID_FILE_PATH": "文件路径不合法,请检查!",    \r
-    "STR_INVALID_FILE_PATH1": "第1个文件路径不合法,请检查!",    \r
-    "STR_INVALID_FILE_PATH2": "第2个文件路径不合法,请检查!",    \r
-    "STR_INVALID_NEW_FILE_PATH": "new 文件路径不合法,请检查!",    \r
+    "STR_INVALID_FILE_PATH": "文件路径不合法或不存在,请检查!",    \r
+    "STR_INVALID_FILE_PATH1": "第1个文件路径不合法或不存在,请检查!",    \r
+    "STR_INVALID_FILE_PATH2": "第2个文件路径不合法或不存在,请检查!",    \r
+    "STR_INVALID_NEW_FILE_PATH": "new 文件路径不合法或不存在,请检查!",    \r
     "STR_INVALID_DIR_PATH": "文件夹路径不合法,请检查!",\r
     "STR_INVALID_NUMBER": "请输入合法的非负整数!",\r
     "STR_INVALID_AUTOSEL": "autosel 的值超过了列表实际长度!",\r
@@ -580,7 +580,7 @@ var g_vtoy_cur_language_cn =
     "STR_SET_TIP_FOR_DIR": "为目录设置菜单提示信息",\r
     "STR_SET_INJECTION_FOR_FILE": "[image] 为某一个文件设置注入",\r
     "STR_SET_INJECTION_FOR_DIR": "[parent] 为某个目录下的所有文件设置相同的注入",\r
-    "STR_INVALID_ARCHIVE_PATH": "Archive 文件路径非法,请检查!",\r
+    "STR_INVALID_ARCHIVE_PATH": "Archive 文件路径非法或不存在,请检查!",\r
     "STR_SET_PWD_FOR_FILE": "[file] 为指定文件设置密码",\r
     "STR_SET_PWD_FOR_DIR": "[parent] 为某个目录下的所有文件设置相同的密码",\r
     "STR_SET_AUTO_INSTALL_FOR_FILE": "[image] 为某个镜像文件设置自动安装脚本",\r