Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/lang/en/drivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,24 @@
"use_share_link": "Use share link",
"use_share_link-tips": "Create share link when getting link to support 302. If disabled, you need to enable web proxy."
},
"Teldrive V2": {
"api_key": "Api key",
"api_key-tips": "API key from TelDrive (Settings -> API keys). Sent as the X-Api-Key header.",
"chunk_size": "Chunk size",
"chunk_size-tips": "Preferred upload part size in MiB, rounded up to a multiple of 16 and capped at 2000. Smaller parts use less memory and move the progress bar more often.",
"hard_delete": "Hard delete",
"hard_delete-tips": "Purge files permanently instead of moving them to trash. Trashed files stay recoverable, and their Telegram storage is only reclaimed when TelDrive's cleanup job expires them.",
"hash_enabled": "Hash enabled",
"hash_enabled-tips": "Send a BLAKE3 checksum with each part so the server verifies it. Costs one extra read of each part.",
"root_folder_path": "Root folder path",
"share_expire": "Share expire",
"share_expire-tips": "Only used when Use share link is on. How long each generated TelDrive link stays usable, in hours. This is not the expiry you set when sharing in OpenList; it only bounds how long a link that leaks keeps working. Raise it if long downloads are cut off.",
"upload_concurrency": "Upload concurrency",
"upload_concurrency-tips": "Number of parts uploaded in parallel (max 16). Each one is buffered, so this multiplies chunk size.",
"url": "Url",
"use_share_link": "Use share link",
"use_share_link-tips": "Serve downloads as a direct 302 to TelDrive instead of streaming them through OpenList. Requires web proxy to be off. Each link carries a TelDrive share token, so anyone holding the URL can download that file without signing in, and OpenList can no longer count or revoke those accesses. Shares are left on your TelDrive until they expire, including after this storage is removed."
},
"Terabox": {
"cookie": "Cookie",
"download_api": "Download api",
Expand Down Expand Up @@ -1661,6 +1679,7 @@
"Strm": {},
"Teambition": {},
"Teldrive": {},
"Teldrive V2": {},
"Terabox": {},
"Thunder": {},
"ThunderBrowser": {},
Expand Down Expand Up @@ -1756,6 +1775,7 @@
"Strm": "Strm",
"Teambition": "Teambition",
"Teldrive": "Teldrive",
"Teldrive V2": "Teldrive V2",
"Terabox": "Terabox",
"Thunder": "Thunder",
"ThunderBrowser": "ThunderBrowser",
Expand Down