You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lang/en/drivers.json
+31-1Lines changed: 31 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -363,7 +363,12 @@
363
363
"user_name": "User name"
364
364
},
365
365
"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",
366
370
"custom_ext": "Custom ext",
371
+
"num_list_workers": "Num list workers",
367
372
"part_size": "Part size",
368
373
"part_size-tips": "bytes",
369
374
"remote_path": "Remote path",
@@ -673,6 +678,29 @@
673
678
"video_thumb_pos": "Video thumb pos",
674
679
"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."
675
680
},
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",
0 commit comments