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/messages.json
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,9 @@
125
125
"Error042": {
126
126
"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."
127
127
},
128
+
"Error043": {
129
+
"message": "E043: Failsafe: The current sync run would increase your bookmarks count by {0}%. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway."
130
+
},
128
131
"LabelWebdavurl": {
129
132
"message": "WebDAV URL"
130
133
},
@@ -511,16 +514,16 @@
511
514
"message": "Failsafe"
512
515
},
513
516
"DescriptionFailsafe": {
514
-
"message": "Sometimes configuration errors or software bugs can cause the unintended removal of data, which is then lost. To prevent that from happening, floccus will not delete more than 50% of your bookmarks in one go unless you disable this failsafe here."
517
+
"message": "Sometimes configuration errors or software bugs can cause the unintended removal of data, which is then lost, or the unintended duplication of data, which is then hard to sort out. To prevent this from happening, floccus will not delete more than 20% of your bookmarks in one go and will also not add more than 20% to your bookmarks count in one go, unless you disable this failsafe here."
515
518
},
516
519
"LabelFailsafeon": {
517
-
"message": "Enabled. Don't delete more than 50% of my local bookmarks without asking me first. (Recommended)"
520
+
"message": "Enabled. Will not delete or add more than 20% from/to your local bookmarks without asking you first. (Recommended)"
518
521
},
519
522
"LabelFailsafeoff": {
520
-
"message": "Disabled. Allow the removal of more than 50% of my local bookmarks without confirming with me."
523
+
"message": "Disabled. Will allow removing or adding more than 20% from/to your local bookmarks without confirming with you."
521
524
},
522
525
"StatusFailsafeoff": {
523
-
"message": "Failsafe disabled. You are at risk for unintended data loss. It is recommended to enable the failsafe in the profile settings."
526
+
"message": "Failsafe disabled. You are at risk for unintended data loss or duplication. It is recommended to enable the failsafe in the profile settings."
super(`E029: Failsafe: The current sync run would delete ${percent}% of your bookmarks. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway.`)
super(`E043: Failsafe: The current sync run would increase your bookmarks count by ${percent}%. Refusing to execute. Disable this failsafe in the profile settings if you want to proceed anyway.`)
0 commit comments