mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-06-20 09:02:14 +08:00
feat: #89 添加 Vercel Blob 存储的 i18n 翻译和排序权重
This commit is contained in:
@@ -94,10 +94,14 @@
|
||||
"rename_storage": "Rename Storage",
|
||||
"rename_not_supported": "This storage type does not support rename operations",
|
||||
"rename_failed": "Rename failed",
|
||||
"s3_rename_dir_not_supported": "S3 and other object storages do not support direct folder renaming. Try: 1) Rename directly in the cloud storage; 2) Create a new folder, move files, then delete the old folder.",
|
||||
"token_expired": "Token Expired",
|
||||
"token_expired_tip": "Storage authentication token has expired, please edit the storage and update the token",
|
||||
"token_expired_tip": "Storage authentication token has expired or is invalid. Please edit the storage and update the token. For Baidu Netdisk, ensure you're using the correct refresh_token (not access_token) and have configured the callback URL correctly in Baidu Developer Platform.",
|
||||
"network_share_tip": "Tip: To share mounted drives over network, use the 'Simulate Local Hard Drive' option and ensure WinFsp is properly installed. Some storage types may not support network sharing.",
|
||||
"nfs_not_supported_tip": "NFS is not directly supported. You can mount NFS shares on your system and use 'Local Storage' type to access them.",
|
||||
"nfs_not_supported_tip": "NFS is not directly supported. You can mount NFS shares on your system and use 'Local Storage' type to access them. Windows: run 'mount \\\\server\\share Z:' in command line; macOS: use 'mount_nfs server:/share /mnt/path'; Linux: use 'mount -t nfs server:/share /mnt/path'. After mounting, add a 'Local Storage' in NetMount pointing to the mount point.",
|
||||
"webdav_path_tip": "WebDAV supports mounting specific paths. Add the path to the URL to mount precisely, e.g.: http://server:port/dav/folder. After mounting, only files under that path will be shown.",
|
||||
"mac_fuse_t_security_tip": "macOS Security: If fuse-t mounting fails, go to 'System Settings > Privacy & Security', and allow the fuse-t kernel extension in the 'Security' section. For macOS Sequoia and later, you may need to restart and hold the power button to enter Recovery Mode, then lower security settings in 'Startup Security Utility'.",
|
||||
"baidu_token_tip": "Baidu Netdisk Token Tips: Ensure you're using the correct refresh_token. If you get 'wrong refresh token' error, check: 1. Is the refresh_token copied completely? 2. Are you using access_token instead of refresh_token? 3. Is the callback URL correctly configured in Baidu Developer Platform?",
|
||||
"startup_password": "Startup Password",
|
||||
"set_password": "Set Password",
|
||||
"change_password": "Change Password",
|
||||
@@ -528,6 +532,7 @@
|
||||
"storage.shade": "Shade",
|
||||
"storage.internxt": "Internxt",
|
||||
"storage.archive": "Archive",
|
||||
"storage.vercelblob": "Vercel Blob Storage",
|
||||
"description.openlistshare": "OpenList Share: Access file resources in OpenList through share links.",
|
||||
"description.cnb releases": "CNB Releases: Browse and download asset files from CNB platform project releases.",
|
||||
"description.chunk": "Chunk: A virtual storage driver that splits large files into smaller chunks for storage and management.",
|
||||
@@ -551,6 +556,7 @@
|
||||
"description.shade": "Shade is a decentralized cloud storage service focused on privacy and data security.",
|
||||
"description.internxt": "Internxt is a decentralized encrypted cloud storage service providing end-to-end encryption and privacy protection.",
|
||||
"description.archive": "Archive: A virtual storage driver for accessing and archiving web resources.",
|
||||
"description.vercelblob": "Vercel Blob Storage is a globally distributed object storage service provided by Vercel, optimized for fast reads and ideal for static assets, images, and media files.",
|
||||
"description.autoindex": "AutoIndex driver is used to mount the directory index pages built into HTTP servers, such as Nginx Source Index and Redis Releases.",
|
||||
"description.alist v3": "Alist v3 storage source",
|
||||
"description.ftp": "FTP (File Transfer Protocol) is a widely used network protocol designed to achieve reliable, interactive file transfer, sharing, and management over the internet through a client-server architecture.",
|
||||
@@ -692,6 +698,13 @@
|
||||
"select": "Select",
|
||||
"ask_restartself": "Do you want to restart the software?",
|
||||
"after_changing_the_cache_directory_tips": "After changing the cache directory, please manually clear the old cache directory and restart the software for it to take effect.",
|
||||
"log_dir": "Log Directory",
|
||||
"please_select_log_dir": "Please select a log directory",
|
||||
"after_changing_the_log_directory_tips": "After changing the log directory, restart the software for it to take effect.",
|
||||
"transfer_dir": "Transfer Directory",
|
||||
"please_select_transfer_dir": "Please select a transfer directory",
|
||||
"after_changing_the_transfer_directory_tips": "After changing the transfer directory, restart the software for it to take effect.",
|
||||
"default": "Default",
|
||||
"check_for_updates": "Check for Updates",
|
||||
"update_check_complete": "Check Complete",
|
||||
"already_latest_version": "You are already on the latest version",
|
||||
|
||||
@@ -94,10 +94,14 @@
|
||||
"rename_storage": "重命名存储",
|
||||
"rename_not_supported": "此存储类型不支持重命名操作",
|
||||
"rename_failed": "重命名失败",
|
||||
"s3_rename_dir_not_supported": "S3等对象存储不支持直接重命名文件夹。请尝试:1) 在云端存储中直接重命名;2) 创建新文件夹,移动文件后删除旧文件夹。",
|
||||
"token_expired": "Token过期",
|
||||
"token_expired_tip": "存储的认证Token已过期,请重新编辑存储并更新Token",
|
||||
"token_expired_tip": "存储的认证Token已过期或无效,请重新编辑存储并更新Token。对于百度网盘,请确保使用正确的refresh_token(不是access_token),并在百度开发者平台正确配置回调URL。",
|
||||
"network_share_tip": "提示:如需网络共享挂载的驱动器,请使用"模拟本地硬盘"选项,并确保WinFsp已正确安装。部分存储类型可能不支持网络共享。",
|
||||
"nfs_not_supported_tip": "NFS不被直接支持。您可以在系统中挂载NFS共享,然后使用"本地存储"类型访问。",
|
||||
"nfs_not_supported_tip": "NFS不被直接支持。您可以在系统中挂载NFS共享,然后使用"本地存储"类型访问。Windows: 在命令行执行 mount \\\\server\\share Z:; macOS: 使用 mount_nfs server:/share /mnt/path; Linux: 使用 mount -t nfs server:/share /mnt/path。挂载后在NetMount中添加"本地存储"指向挂载点即可。",
|
||||
"webdav_path_tip": "WebDAV支持挂载指定路径。在URL中添加路径即可精确挂载,例如:http://server:port/dav/folder。挂载后将只显示该路径下的文件。",
|
||||
"mac_fuse_t_security_tip": "macOS安全提示:如果使用fuse-t挂载报错,请前往"系统设置 > 隐私与安全性",在"安全性"部分允许fuse-t内核扩展加载。对于macOS Sequoia及更高版本,可能需要重启并在启动时按住电源键进入恢复模式,在"启动安全性实用工具"中降低安全设置。",
|
||||
"baidu_token_tip": "百度网盘Token配置提示:请确保使用正确的refresh_token。如遇到"wrong refresh token"错误,请检查:1. refresh_token是否完整复制;2. 是否使用了access_token而非refresh_token;3. 应用是否已在百度开发者平台正确配置回调URL。",
|
||||
"startup_password": "启动密码",
|
||||
"set_password": "设置密码",
|
||||
"change_password": "修改密码",
|
||||
@@ -528,6 +532,7 @@
|
||||
"storage.shade": "Shade",
|
||||
"storage.internxt": "Internxt",
|
||||
"storage.archive": "Archive",
|
||||
"storage.vercelblob": "Vercel Blob 存储",
|
||||
"description.openlistshare": "OpenList 分享链接:通过分享链接访问 OpenList 中的文件资源。",
|
||||
"description.cnb releases": "CNB Releases:浏览和下载 CNB 代码托管平台项目的发布版本资产文件。",
|
||||
"description.chunk": "Chunk:将大文件分割成小块进行存储和管理的虚拟存储驱动。",
|
||||
@@ -551,6 +556,7 @@
|
||||
"description.shade": "Shade 是一个去中心化的云存储服务,注重隐私和数据安全。",
|
||||
"description.internxt": "Internxt 是一个去中心化的加密云存储服务,提供端到端加密和隐私保护。",
|
||||
"description.archive": "Archive:用于访问和归档网络资源的虚拟存储驱动。",
|
||||
"description.vercelblob": "Vercel Blob 存储是 Vercel 提供的全球分布式对象存储服务,针对快速读取进行了优化,适合存储静态资源、图片和媒体文件。",
|
||||
"description.autoindex": "AutoIndex 驱动用于挂载 HTTP 服务器内置的目录索引页,如Nginx Source Index、Redis Releases。",
|
||||
"description.alist v3": "Alist v3 的存储源",
|
||||
"description.ftp": "FTP(File Transfer Protocol)是一种广泛应用的网络协议,旨在通过客户端-服务器架构实现互联网上可靠、交互式的文件传输、共享与管理。",
|
||||
@@ -692,6 +698,13 @@
|
||||
"select": "选择",
|
||||
"ask_restartself": "是否重启软件?",
|
||||
"after_changing_the_cache_directory_tips": "更改缓存目录后,请手动清理旧缓存目录,重启软件以生效。",
|
||||
"log_dir": "日志目录",
|
||||
"please_select_log_dir": "请选择日志目录",
|
||||
"after_changing_the_log_directory_tips": "更改日志目录后,重启软件以生效。",
|
||||
"transfer_dir": "传输目录",
|
||||
"please_select_transfer_dir": "请选择传输目录",
|
||||
"after_changing_the_transfer_directory_tips": "更改传输目录后,重启软件以生效。",
|
||||
"default": "默认",
|
||||
"check_for_updates": "检查更新",
|
||||
"update_check_complete": "检查完成",
|
||||
"already_latest_version": "已是最新版本",
|
||||
|
||||
@@ -504,6 +504,7 @@
|
||||
"storage.shade": "Shade",
|
||||
"storage.internxt": "Internxt",
|
||||
"storage.archive": "Archive",
|
||||
"storage.vercelblob": "Vercel Blob 儲存",
|
||||
"description.openlistshare": "OpenList 分享連結:通過分享連結訪問 OpenList 中的文件資源。",
|
||||
"description.cnb releases": "CNB Releases:瀏覽和下載 CNB 代碼託管平台項目的發布版本資產文件。",
|
||||
"description.chunk": "Chunk:將大文件分割成小塊進行存儲和管理的虛擬存儲驅動。",
|
||||
@@ -527,6 +528,7 @@
|
||||
"description.shade": "Shade 是一個去中心化的雲存儲服務,注重隱私和數據安全。",
|
||||
"description.internxt": "Internxt 是一個去中心化的加密雲存儲服務,提供端到端加密和隱私保護。",
|
||||
"description.archive": "Archive:用於訪問和歸檔網絡資源的虛擬存儲驅動。",
|
||||
"description.vercelblob": "Vercel Blob 儲存是 Vercel 提供的全球分散式物件儲存服務,針對快速讀取進行了優化,適合儲存靜態資源、圖片和媒體檔案。",
|
||||
"description.autoindex": "AutoIndex 驅動用於掛載 HTTP 伺服器內置的目錄索引頁,如 Nginx Source Index、Redis Releases。",
|
||||
"description.alist v3": "Alist v3 的存儲源",
|
||||
"description.ftp": "FTP(File Transfer Protocol)是一種廣泛應用的網路通訊協定,旨在通過用戶端-伺服器架構實現互聯網上可靠、互動式的檔案傳輸、共用與管理。",
|
||||
@@ -664,6 +666,13 @@
|
||||
"select": "選擇",
|
||||
"ask_restartself": "是否重啓軟件?",
|
||||
"after_changing_the_cache_directory_tips": "更改緩存目錄後,請手動清理舊緩存目錄,重啓軟件以生效。",
|
||||
"log_dir": "日誌目錄",
|
||||
"please_select_log_dir": "請選擇日誌目錄",
|
||||
"after_changing_the_log_directory_tips": "更改日誌目錄後,重啓軟件以生效。",
|
||||
"transfer_dir": "傳輸目錄",
|
||||
"please_select_transfer_dir": "請選擇傳輸目錄",
|
||||
"after_changing_the_transfer_directory_tips": "更改傳輸目錄後,重啓軟件以生效。",
|
||||
"default": "默認",
|
||||
"check_for_updates": "檢查更新",
|
||||
"update_check_complete": "檢查完成",
|
||||
"already_latest_version": "已是最新版本",
|
||||
@@ -739,6 +748,14 @@
|
||||
"error_no_permission": "沒有權限",
|
||||
"error_resource_not_found": "{{resource}} 不存在",
|
||||
"error_operation_timeout": "{{operation}} 操作超時",
|
||||
"no_logs": "暫無日誌"
|
||||
"no_logs": "暫無日誌",
|
||||
"nfs_not_supported_tip": "NFS不被直接支持。您可以在系統中掛載NFS共享,然後使用"本地存儲"類型訪問。Windows: 在命令行執行 mount \\\\server\\share Z:; macOS: 使用 mount_nfs server:/share /mnt/path; Linux: 使用 mount -t nfs server:/share /mnt/path。掛載後在NetMount中添加"本地存儲"指向掛載點即可。",
|
||||
"webdav_path_tip": "WebDAV支持掛載指定路徑。在URL中添加路徑即可精確掛載,例如:http://server:port/dav/folder。掛載後將只顯示該路徑下的文件。",
|
||||
"mac_fuse_t_security_tip": "macOS安全提示:如果使用fuse-t掛載報錯,請前往"系統設置 > 隱私與安全性",在"安全性"部分允許fuse-t內核擴展加載。對於macOS Sequoia及更高版本,可能需要重啟並在啟動時按住電源鍵進入恢復模式,在"啟動安全性實用工具"中降低安全設置。",
|
||||
"baidu_token_tip": "百度網盤Token配置提示:請確保使用正確的refresh_token。如遇到"wrong refresh token"錯誤,請檢查:1. refresh_token是否完整複製;2. 是否使用了access_token而非refresh_token;3. 應用是否已在百度開發者平台正確配置回調URL。",
|
||||
"rename_not_supported": "此存儲類型不支持重命名操作",
|
||||
"rename_failed": "重命名失敗",
|
||||
"s3_rename_dir_not_supported": "S3等對象存儲不支持直接重命名文件夾。請嘗試:1) 在雲端存儲中直接重命名;2) 創建新文件夾,移動文件後刪除舊文件夾。",
|
||||
"token_expired_tip": "存儲的認證Token已過期或無效,請重新編輯存儲並更新Token。對於百度網盤,請確保使用正確的refresh_token(不是access_token),並在百度開發者平台正確配置回調URL。"
|
||||
}
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ async function updateStorageInfoList() {
|
||||
{ text: 'onedrive', weight: 6 },
|
||||
{ text: 'dropbox', weight: 4.4 },
|
||||
{ text: '123pan', weight: 4 },
|
||||
{ text: 'vercelblob', weight: 5 },
|
||||
]
|
||||
|
||||
storageInfoList = storageInfoList.sort((a, b) => {
|
||||
|
||||
Reference in New Issue
Block a user