diff --git a/gui/default/assets/lang/lang-en.json b/gui/default/assets/lang/lang-en.json index dc350889..c4bae57c 100644 --- a/gui/default/assets/lang/lang-en.json +++ b/gui/default/assets/lang/lang-en.json @@ -158,6 +158,8 @@ "Please consult the release notes before performing a major upgrade.": "Please consult the release notes before performing a major upgrade.", "Please set a GUI Authentication User and Password in the Settings dialog.": "Please set a GUI Authentication User and Password in the Settings dialog.", "Please wait": "Please wait", + "Prefix indicating that the file can be deleted if preventing directory removal": "Prefix indicating that the file can be deleted if preventing directory removal", + "Prefix indicating that the pattern should be matched without case sensitivity": "Prefix indicating that the pattern should be matched without case sensitivity", "Preview": "Preview", "Preview Usage Report": "Preview Usage Report", "Quick guide to supported patterns": "Quick guide to supported patterns", diff --git a/gui/default/syncthing/folder/editIgnoresModalView.html b/gui/default/syncthing/folder/editIgnoresModalView.html index 0dabb562..f5525f39 100644 --- a/gui/default/syncthing/folder/editIgnoresModalView.html +++ b/gui/default/syncthing/folder/editIgnoresModalView.html @@ -7,6 +7,8 @@

Quick guide to supported patterns (full documentation):

+
(?d)
Prefix indicating that the file can be deleted if preventing directory removal
+
(?i)
Prefix indicating that the pattern should be matched without case sensitivity
!
Inversion of the given condition (i.e. do not exclude)
*
Single level wildcard (matches within a directory only)
**
Multi level wildcard (matches multiple directory levels)