Skip to content

Commit f2d82ac

Browse files
committed
chore: auto update i18n file
1 parent 060b7c4 commit f2d82ac

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

src/lang/en/drivers.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,12 @@
363363
"user_name": "User name"
364364
},
365365
"Chunk": {
366+
"chunk_large_file_only": "Chunk large file only",
367+
"chunk_large_file_only-tips": "chunk only if file size \u003e part_size",
368+
"chunk_prefix": "Chunk prefix",
369+
"chunk_prefix-tips": "the prefix of chunk folder",
366370
"custom_ext": "Custom ext",
371+
"num_list_workers": "Num list workers",
367372
"part_size": "Part size",
368373
"part_size-tips": "bytes",
369374
"remote_path": "Remote path",
@@ -673,6 +678,29 @@
673678
"video_thumb_pos": "Video thumb pos",
674679
"video_thumb_pos-tips": "The position of the video thumbnail. If the value is a number (integer ot floating point), it represents the time in seconds. If the value ends with '%', it represents the percentage of the video duration."
675680
},
681+
"MediaFire": {
682+
"chunk_size": "Chunk size",
683+
"cookie": "Cookie",
684+
"cookie-tips": "Required for navigation",
685+
"limit_rate": "Limit rate",
686+
"limit_rate-tips": "limit all api request rate ([limit]r/1s)",
687+
"order_by": "Order by",
688+
"order_bys": {
689+
"name": "Name",
690+
"size": "Size",
691+
"time": "Time"
692+
},
693+
"order_direction": "Order direction",
694+
"order_directions": {
695+
"asc": "Asc",
696+
"desc": "Desc"
697+
},
698+
"root_folder_path": "Root folder path",
699+
"session_token": "Session token",
700+
"session_token-tips": "Required for MediaFire API",
701+
"upload_threads": "Upload threads",
702+
"upload_threads-tips": "concurrent upload threads"
703+
},
676704
"MediaTrack": {
677705
"access_token": "Access token",
678706
"order_by": "Order by",
@@ -1323,6 +1351,7 @@
13231351
"Lanzou": {},
13241352
"LenovoNasShare": {},
13251353
"Local": {},
1354+
"MediaFire": {},
13261355
"MediaTrack": {},
13271356
"Mega_nz": {},
13281357
"Misskey": {},
@@ -1408,6 +1437,7 @@
14081437
"Lanzou": "Lanzou",
14091438
"LenovoNasShare": "LenovoNasShare",
14101439
"Local": "Local",
1440+
"MediaFire": "MediaFire",
14111441
"MediaTrack": "MediaTrack",
14121442
"Mega_nz": "Mega nz",
14131443
"Misskey": "Misskey",
@@ -1447,4 +1477,4 @@
14471477
"WoPan": "WoPan",
14481478
"YandexDisk": "YandexDisk"
14491479
}
1450-
}
1480+
}

0 commit comments

Comments
 (0)