Skip to content

Commit

Permalink
chore: auto update i18n file
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jun 17, 2023
1 parent ec3ed82 commit ebbeb75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/lang/en/drivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,22 @@
"sharepoint": "Sharepoint"
}
},
"WoPan": {
"access_token": "Access token",
"family_id": "Family id",
"family_id-tips": "Keep it empty if you want to use your personal drive",
"refresh_token": "Refresh token",
"root_folder_id": "Root folder id",
"sort_rule": "Sort rule",
"sort_rules": {
"name_asc": "Name asc",
"name_desc": "Name desc",
"size_asc": "Size asc",
"size_desc": "Size desc",
"time_asc": "Time asc",
"time_desc": "Time desc"
}
},
"YandexDisk": {
"client_id": "Client id",
"client_secret": "Client secret",
Expand Down Expand Up @@ -580,6 +596,7 @@
"UrlTree": {},
"Virtual": {},
"WebDav": {},
"WoPan": {},
"YandexDisk": {}
},
"drivers": {
Expand Down Expand Up @@ -625,6 +642,7 @@
"UrlTree": "UrlTree",
"Virtual": "Virtual",
"WebDav": "WebDav",
"WoPan": "WoPan",
"YandexDisk": "YandexDisk"
}
}

0 comments on commit ebbeb75

Please sign in to comment.