diff --git a/src/lang/en/drivers.json b/src/lang/en/drivers.json index 2859d8347..97e475840 100755 --- a/src/lang/en/drivers.json +++ b/src/lang/en/drivers.json @@ -683,6 +683,47 @@ "username": "Username", "username-tips": "login type is user,this is required" }, + "ThunderX": { + "captcha_token": "Captcha token", + "password": "Password", + "root_folder_id": "Root folder id", + "use_video_url": "Use video url", + "username": "Username" + }, + "ThunderXExpert": { + "algorithms": "Algorithms", + "algorithms-tips": "sign type is algorithms,this is required", + "captcha_sign": "Captcha sign", + "captcha_sign-tips": "sign type is captcha_sign,this is required", + "captcha_token": "Captcha token", + "client_id": "Client id", + "client_secret": "Client secret", + "client_version": "Client version", + "device_id": "Device id", + "download_user_agent": "Download user agent", + "login_type": "Login type", + "login_types": { + "refresh_token": "Refresh token", + "user": "User" + }, + "package_name": "Package name", + "password": "Password", + "password-tips": "login type is user,this is required", + "refresh_token": "Refresh token", + "refresh_token-tips": "login type is refresh_token,this is required", + "root_folder_id": "Root folder id", + "sign_type": "Sign type", + "sign_types": { + "algorithms": "Algorithms", + "captcha_sign": "Captcha sign" + }, + "timestamp": "Timestamp", + "timestamp-tips": "sign type is captcha_sign,this is required", + "use_video_url": "Use video url", + "user_agent": "User agent", + "username": "Username", + "username-tips": "login type is user,this is required" + }, "Trainbit": { "AUSHELLPORTAL": "AUSHELLPORTAL", "apikey": "Apikey", @@ -862,6 +903,8 @@ "Terabox": {}, "Thunder": {}, "ThunderExpert": {}, + "ThunderX": {}, + "ThunderXExpert": {}, "Trainbit": {}, "UC": {}, "USS": {}, @@ -922,6 +965,8 @@ "Terabox": "Terabox", "Thunder": "Thunder", "ThunderExpert": "ThunderExpert", + "ThunderX": "ThunderX", + "ThunderXExpert": "ThunderXExpert", "Trainbit": "Trainbit", "UC": "UC", "USS": "USS", @@ -933,4 +978,4 @@ "WoPan": "WoPan", "YandexDisk": "YandexDisk" } -} +} \ No newline at end of file