Skip to content

Commit 0527e52

Browse files
committed
enh(messages): Give better instructions in case of failsafe
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent fd1b851 commit 0527e52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_locales/en/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"message": "E028: Couldn't authenticate with the server."
8585
},
8686
"Error029": {
87-
"message": "E029: Failsafe: The current sync run would delete {0}% of your links on the server. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway."
87+
"message": "E029: Failsafe: The current sync run would delete {0}% of your links on the server. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway. If you didn't cause this, you can use the manual sync buttons to override the local state on this device with the state on the server. If you believe this is a bug, please reach out to the developers with the debug log of this run."
8888
},
8989
"Error030": {
9090
"message": "E030: Failed to decrypt bookmarks file. The passphrase may be wrong or the file may be corrupted."
@@ -126,7 +126,7 @@
126126
"message": "E042: Remote bookmarks file size could not be retrieved. It is impossible to verify that the bookmarks file was downloaded in full. If this error persists please contact the server administrator."
127127
},
128128
"Error043": {
129-
"message": "E043: Failsafe: The current sync run would increase your links count on the server by {0}%. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway."
129+
"message": "E043: Failsafe: The current sync run would increase your links count on the server by {0}%. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway. If you didn't cause this, you can use the manual sync buttons to override the local state on this device with the state on the server. If you believe this is a bug, please reach out to the developers with the debug log of this run."
130130
},
131131
"Error044": {
132132
"message": "E044: Git push operation failed: {0}"
@@ -141,10 +141,10 @@
141141
"message": "E047: Failed to parse XBEL file. The XBEL data seems to be corrupted or incomplete. You can try removing the file on the server to let floccus recreate it. Make sure to take a backup first."
142142
},
143143
"Error049": {
144-
"message": "E049: Failsafe: The current sync run would increase your local links count in this profile by {0}%. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway."
144+
"message": "E049: Failsafe: The current sync run would increase your local links count in this profile by {0}%. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway. If you didn't cause this, you can use the manual sync buttons to override the server state with the local state on this device. If you believe this is a bug, please reach out to the developers with the debug log of this run."
145145
},
146146
"Error050": {
147-
"message": "E050: Failsafe: The current sync run would delete {0}% of your local links in this profile. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway."
147+
"message": "E050: Failsafe: The current sync run would delete {0}% of your local links in this profile. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway. If you didn't cause this, you can use the manual sync buttons to override the server state with the local state on this device. If you believe this is a bug, please reach out to the developers with the debug log of this run."
148148
},
149149
"LabelWebdavurl": {
150150
"message": "WebDAV URL"

0 commit comments

Comments
 (0)