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
18 changes: 18 additions & 0 deletions src/lang/en/drivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,22 @@
"root_folder_id": "Root folder id",
"username": "Username"
},
"pCloud": {
"access_token": "Access token",
"access_token-tips": "OAuth token from pCloud authorization",
"hostname": "API Region",
"hostname-tips": "Select pCloud server region (US or EU)",
"hostnames": {
"us": "US Region (api.pcloud.com)",
"eu": "EU Region (eapi.pcloud.com)"
},
"root_folder_id": "Root folder id",
"root_folder_id-tips": "Get folder ID from URL like https://my.pcloud.com/#/filemanager?folder=12345678901 (leave empty for root folder)",
"client_id": "Client id",
"client_id-tips": "Custom OAuth client ID (optional)",
"client_secret": "Client secret",
"client_secret-tips": "Custom OAuth client secret (optional)"
},
"PikPakShare": {
"device_id": "Device id",
"platform": "Platform",
Expand Down Expand Up @@ -1428,6 +1444,7 @@
"OnedriveAPP": {},
"PikPak": {},
"PikPakShare": {},
"pCloud": {},
"ProtonDrive": {},
"Quark": {},
"QuarkTV": {},
Expand Down Expand Up @@ -1523,6 +1540,7 @@
"OnedriveAPP": "OnedriveAPP",
"PikPak": "PikPak",
"PikPakShare": "PikPakShare",
"pCloud": "pCloud",
"ProtonDrive": "ProtonDrive",
"Quark": "Quark",
"QuarkTV": "QuarkTV",
Expand Down