mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-15 03:20:25 +00:00
chore: auto update i18n file
This commit is contained in:
@@ -222,34 +222,34 @@
|
||||
"file_consistency_check": "File consistency check",
|
||||
"paths": "Paths",
|
||||
"provider_pass_through": "Provider pass through",
|
||||
"put_conflict_policy": "Putting conflict policy",
|
||||
"put_conflict_policy": "Put conflict policy",
|
||||
"put_conflict_policy-tips": "How the driver handles identical backend paths when uploading, copying, moving, or decompressing.",
|
||||
"put_conflict_policys": {
|
||||
"all": "Put into all conflict paths",
|
||||
"all_strict": "Allow full conflict paths",
|
||||
"deterministic": "Allow unique path",
|
||||
"deterministic_or_all": "Allow unique path and full conflict paths",
|
||||
"disabled": "Disable putting",
|
||||
"first": "Put into the first conflict path",
|
||||
"random": "Random load balancing",
|
||||
"quota": "Weighted random load balancing based on remaining space",
|
||||
"quota_strict": "Strict weighted random load balancing based on remaining space"
|
||||
"all": "All",
|
||||
"all_strict": "All strict",
|
||||
"deterministic": "Deterministic",
|
||||
"deterministic_or_all": "Deterministic or all",
|
||||
"disabled": "Disabled",
|
||||
"first": "First",
|
||||
"quota": "Quota",
|
||||
"quota_strict": "Quota strict",
|
||||
"random": "Random"
|
||||
},
|
||||
"read_conflict_policy": "Reading conflict policy",
|
||||
"read_conflict_policy": "Read conflict policy",
|
||||
"read_conflict_policys": {
|
||||
"first": "Get the file corresponding to the first conflict path",
|
||||
"random": "Load balancing on a per-file basis",
|
||||
"all": "Load balancing on a per-part basis"
|
||||
"all": "All",
|
||||
"first": "First",
|
||||
"random": "Random"
|
||||
},
|
||||
"write_conflict_policy": "Writing conflict policy",
|
||||
"write_conflict_policy": "Write conflict policy",
|
||||
"write_conflict_policy-tips": "How the driver handles identical backend paths when renaming, removing, or making directories.",
|
||||
"write_conflict_policys": {
|
||||
"all": "Write into all conflict paths",
|
||||
"all_strict": "Allow full conflict paths",
|
||||
"deterministic": "Allow unique path",
|
||||
"deterministic_or_all": "Allow unique path and full conflict paths",
|
||||
"disabled": "Disable writing",
|
||||
"first": "Write into the first conflict path"
|
||||
"all": "All",
|
||||
"all_strict": "All strict",
|
||||
"deterministic": "Deterministic",
|
||||
"deterministic_or_all": "Deterministic or all",
|
||||
"disabled": "Disabled",
|
||||
"first": "First"
|
||||
}
|
||||
},
|
||||
"Aliyundrive": {
|
||||
@@ -1598,4 +1598,4 @@
|
||||
"WoPan": "WoPan",
|
||||
"YandexDisk": "YandexDisk"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user