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: locales/en.json
+62-2Lines changed: 62 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,67 @@
320
320
"hotkey-for-miniMode": "Hotkey for mini mode: ",
321
321
"hotkey-failed": "Failed. Try another? ",
322
322
"data-management": "App data management",
323
-
"data-management-tip": "Delete, backup or import your preferences and statistics data.",
323
+
"data-management-tip": "Delete, backup, import, manually sync, or use WebDAV to sync your preferences and statistics data.",
324
+
"webdav-sync": "WebDAV sync",
325
+
"webdav-sync-msg": "WebDAV sync: ",
326
+
"webdav-sync-tip": "Manually upload or download your core data through WebDAV. Credentials stay on this device.",
327
+
"webdav-sync-url": "Server URL",
328
+
"webdav-sync-username": "Username",
329
+
"webdav-sync-password": "Password",
330
+
"webdav-sync-password-saved": "Password saved",
331
+
"webdav-sync-password-not-saved": "Password not saved",
332
+
"webdav-sync-remote-path": "Remote folder path",
333
+
"webdav-sync-remote-path-placeholder": "Relative to the WebDAV root, e.g. apps/wnr",
334
+
"webdav-sync-enabled": "Enable cloud sync",
335
+
"webdav-sync-enabled-tip": "When enabled, wnr may pull from WebDAV on startup, push local changes automatically, and guard exit with cloud sync checks.",
"webdav-sync-upload-ok": "Uploaded core data to WebDAV successfully.",
364
+
"webdav-sync-download-ok": "Downloaded core data from WebDAV successfully.",
365
+
"webdav-sync-upload-failed": "Failed to upload data to WebDAV.",
366
+
"webdav-sync-download-failed": "Failed to download data from WebDAV.",
367
+
"webdav-sync-invalid-remote": "The remote WebDAV data is invalid.",
368
+
"webdav-sync-remote-missing": "The remote WebDAV file is missing:",
369
+
"webdav-sync-confirm-upload": "Remote WebDAV files already exist. Continue and overwrite them?",
370
+
"webdav-sync-confirm-download": "Downloading from WebDAV will overwrite your local settings, statistics, and recap. Continue?",
371
+
"webdav-sync-exit-syncing-title": "Syncing cloud data before exit",
372
+
"webdav-sync-exit-syncing-message": "Please wait while wnr syncs your latest local changes to WebDAV.",
373
+
"webdav-sync-exit-failed-title": "Cloud sync failed before exit",
374
+
"webdav-sync-exit-failed-message": "wnr could not sync your latest local changes to WebDAV before exiting.",
375
+
"webdav-sync-exit-initial-choice-title": "Choose how to reconcile cloud data before exit",
376
+
"webdav-sync-exit-initial-choice-message": "Cloud data already exists on WebDAV. Before exiting, choose whether wnr should upload your local data to overwrite the cloud copy or download the cloud copy to replace local data.",
377
+
"webdav-sync-exit-timeout-title": "Sync timed out before exit",
378
+
"webdav-sync-exit-timeout-message": "wnr is still trying to sync your latest local changes to WebDAV before exiting.",
379
+
"webdav-sync-exit-upload-local": "Upload local data",
0 commit comments