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
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,15 @@
119
119
"Error040": {
120
120
"message": "E040: Could not search for your file name in your Google Drive"
121
121
},
122
+
"Error041": {
123
+
"message": "E041: Remote bookmarks file size differs from the content that was actually downloaded from the server. This might be a temporary network issue. If this error persists please contact the server administrator."
124
+
},
125
+
"Error042": {
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
+
},
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
+
},
122
131
"LabelWebdavurl": {
123
132
"message": "WebDAV URL"
124
133
},
@@ -505,16 +514,16 @@
505
514
"message": "Failsafe"
506
515
},
507
516
"DescriptionFailsafe": {
508
-
"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."
509
518
},
510
519
"LabelFailsafeon": {
511
-
"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)"
512
521
},
513
522
"LabelFailsafeoff": {
514
-
"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."
515
524
},
516
525
"StatusFailsafeoff": {
517
-
"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."
518
527
},
519
528
"LabelAdaptergoogledrive": {
520
529
"message": "Google Drive"
@@ -673,7 +682,7 @@
673
682
"message": "Profile created"
674
683
},
675
684
"DescriptionAccountcreated": {
676
-
"message": "Your profile has been created. You can close this tab now."
685
+
"message": "Your profile has been created. You can close this tab now. One more thing: Sync is not a backup. Make sure you have regular backups of your bookmarks."
677
686
},
678
687
"DescriptionNonhttps": {
679
688
"message": "You have entered a server that uses an insecure protocol. It is recommended to only use servers with support for HTTPS."
@@ -718,7 +727,7 @@
718
727
"message": "Git over HTTPS"
719
728
},
720
729
"DescriptionAdaptergit": {
721
-
"message": "The Git option syncs your bookmarks by storing them in a file in the provided Git repository. There is no accompanying web UI for this option, but you can use it with any Git hosting server, like Github, Gitlab, Gitea, etc. It can sync http, ftp, data, file and javascript bookmarks. You can not make use of end-to-end encryption when using this option."
730
+
"message": "The Git option syncs your bookmarks by storing them in a file in the provided Git repository. There is no accompanying web UI for this option, but you can use it with any Git hosting server, like Github, Gitlab, Gitea, etc. It can sync http, ftp, data, file and javascript bookmarks. You can not make use of end-to-end encryption when using this option. This option is currently not available in the mobile app."
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('E041: Remote bookmarks file size differs from the content that was actually downloaded from the server. This might be a temporary network issue. If this error persists please contact the server administrator.')
super('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.')
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