File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -382,6 +382,8 @@ $script:Messages = @{
382382 python_path_no_permission = " Error: No write permission for directory: {0}"
383383 python_path_creating_dir = " Creating directory: {0}"
384384 python_path_directory_exists = " Error: Directory already exists: {0}. Please specify a different path."
385+ extracting_archive = " Extracting archive: {0}"
386+ cleanup_archive = " Cleaning up archive..."
385387 downloading_touch_env = " Downloading touch_env.py from: {0}"
386388 touch_env_download_failed = " Failed to download touch_env.py: {0}"
387389 ssl_verification_failed = " SSL verification failed, retrying without verification..."
@@ -457,6 +459,8 @@ $script:Messages = @{
457459 python_path_no_permission = " 错误: 没有目录的写入权限: {0}"
458460 python_path_creating_dir = " 正在创建目录: {0}"
459461 python_path_directory_exists = " 错误: 目录已存在: {0}。请指定其他路径。"
462+ extracting_archive = " 正在解压存档: {0}"
463+ cleanup_archive = " 正在清理存档..."
460464 downloading_touch_env = " 正在下载 touch_env.py,自: {0}"
461465 touch_env_download_failed = " 下载 touch_env.py 失败: {0}"
462466 ssl_verification_failed = " SSL 验证失败,正在重试(不验证证书)..."
You can’t perform that action at this time.
0 commit comments