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 Oct 14, 2024
1 parent 20eb1d6 commit 6d15679
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/lang/en/drivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,26 @@
"root_folder_path": "Root folder path",
"username": "Username"
},
"FebBox": {
"client_id": "Client id",
"client_secret": "Client secret",
"page_size": "Page size",
"page_size-tips": "list api per page size of FebBox driver",
"root_folder_id": "Root folder id",
"sort_rule": "Sort rule",
"sort_rules": {
"ext_asc": "Ext asc",
"ext_desc": "Ext desc",
"name_asc": "Name asc",
"name_desc": "Name desc",
"size_asc": "Size asc",
"size_desc": "Size desc",
"update_asc": "Update asc",
"update_desc": "Update desc"
},
"user_ip": "User ip",
"user_ip-tips": "user ip address for download link which can speed up the download"
},
"FeijiPan": {
"password": "Password",
"root_folder_id": "Root folder id",
Expand Down Expand Up @@ -998,6 +1018,7 @@
"Doge": {},
"Dropbox": {},
"FTP": {},
"FebBox": {},
"FeijiPan": {},
"GoogleDrive": {},
"GooglePhoto": {},
Expand Down Expand Up @@ -1071,6 +1092,7 @@
"Doge": "Doge",
"Dropbox": "Dropbox",
"FTP": "FTP",
"FebBox": "FebBox",
"FeijiPan": "FeijiPan",
"GoogleDrive": "GoogleDrive",
"GooglePhoto": "GooglePhoto",
Expand Down Expand Up @@ -1118,4 +1140,4 @@
"WoPan": "WoPan",
"YandexDisk": "YandexDisk"
}
}
}

0 comments on commit 6d15679

Please sign in to comment.