Skip to content

Commit

Permalink
chore: auto update i18n file
Browse files Browse the repository at this point in the history
  • Loading branch information
HsuBot committed May 21, 2024
1 parent 6615ba0 commit 4089262
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion src/lang/en/drivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -862,6 +903,8 @@
"Terabox": {},
"Thunder": {},
"ThunderExpert": {},
"ThunderX": {},
"ThunderXExpert": {},
"Trainbit": {},
"UC": {},
"USS": {},
Expand Down Expand Up @@ -922,6 +965,8 @@
"Terabox": "Terabox",
"Thunder": "Thunder",
"ThunderExpert": "ThunderExpert",
"ThunderX": "ThunderX",
"ThunderXExpert": "ThunderXExpert",
"Trainbit": "Trainbit",
"UC": "UC",
"USS": "USS",
Expand All @@ -933,4 +978,4 @@
"WoPan": "WoPan",
"YandexDisk": "YandexDisk"
}
}
}

0 comments on commit 4089262

Please sign in to comment.