Add "koreader sync" settings

This commit is contained in:
schroda
2025-09-08 00:24:32 +02:00
parent 9552f13a78
commit 7d81e1106f
7 changed files with 182 additions and 25 deletions

View File

@@ -1386,6 +1386,32 @@
},
"title": "Cloudflare bypass"
},
"koreader": {
"sync": {
"check_sum_method": {
"binary": "Binary",
"filename": "Filename",
"title": "Check sum method"
},
"device_id": "Device ID",
"server_address": "Server url",
"strategy": {
"disabled": "Disabled",
"prompt": "Prompt",
"receive": "Receive",
"send": "Send",
"silent": "Silent",
"title": "Sync strategy"
},
"title": "KOReader sync",
"tolerance": {
"description": "Absolute tolerance for progress comparison",
"title": "Tolerance"
},
"user_key": "User key",
"username": "$t(global.label.username)"
}
},
"local_source": {
"path": {
"label": {