diff --git a/lib/src/l18n/en_US.dart b/lib/src/l18n/en_US.dart index 4cbc28bd..069e6a40 100644 --- a/lib/src/l18n/en_US.dart +++ b/lib/src/l18n/en_US.dart @@ -761,6 +761,7 @@ Blocking Expression: Simple strings or regular expressions. Note1: Different rules have an OR (||) relationship, while all sub-rules under the same rule have an AND (&&) relationship. Note2: When blocking tag, the rule will check each tag in the gallery, the expression should be written for a single tag. +Note3: When blocking tag, you need specify full tag with namespace if you use '=' rule. Example 1: Block galleries that have the "yaoi" tag and do not have the "tomgirl" tag————Gallery Tag Contain yaoi && Gallery Tag NotContain tomgirl Example 2: Block comments with a score not exceeding 10————Comment Score <= 10 diff --git a/lib/src/l18n/ko_KR.dart b/lib/src/l18n/ko_KR.dart index 07d317c1..082859c7 100644 --- a/lib/src/l18n/ko_KR.dart +++ b/lib/src/l18n/ko_KR.dart @@ -760,6 +760,7 @@ Blocking Expression: Simple strings or regular expressions. Note1: Different rules have an OR (||) relationship, while all sub-rules under the same rule have an AND (&&) relationship. Note2: When blocking tag, the rule will check each tag in the gallery, the expression should be written for a single tag. +Note3: When blocking tag, you need specify full tag with namespace if you use '=' rule. Example 1: Block galleries that have the "yaoi" tag and do not have the "tomgirl" tag————Gallery Tag Contain yaoi && Gallery Tag NotContain tomgirl Example 2: Block comments with a score not exceeding 10————Comment Score <= 10 diff --git a/lib/src/l18n/pt_BR.dart b/lib/src/l18n/pt_BR.dart index 1d246e0b..258f2bfe 100644 --- a/lib/src/l18n/pt_BR.dart +++ b/lib/src/l18n/pt_BR.dart @@ -763,6 +763,7 @@ Blocking Expression: Simple strings or regular expressions. Note1: Different rules have an OR (||) relationship, while all sub-rules under the same rule have an AND (&&) relationship. Note2: When blocking tag, the rule will check each tag in the gallery, the expression should be written for a single tag. +Note3: When blocking tag, you need specify full tag with namespace if you use '=' rule. Example 1: Block galleries that have the "yaoi" tag and do not have the "tomgirl" tag————Gallery Tag Contain yaoi && Gallery Tag NotContain tomgirl Example 2: Block comments with a score not exceeding 10————Comment Score <= 10 diff --git a/lib/src/l18n/zh_CN.dart b/lib/src/l18n/zh_CN.dart index 1ae4f323..4a5a8b85 100644 --- a/lib/src/l18n/zh_CN.dart +++ b/lib/src/l18n/zh_CN.dart @@ -766,6 +766,7 @@ favnote:匹配收藏备注 注意1:不同规则之间是||的关系,同一规则下所有子规则之间是&&的关系。 注意2:屏蔽属性为标签时,规则会对画廊的每一个标签均进行校验,表达式针对单个标签进行编写即可。 + 注意3:屏蔽属性为标签时,如果你使用'='规则,你必须准确填写带命名空间的完整标签。 示例1:屏蔽有男同标签且无伪娘标签的画廊————画廊标签包含yaoi && 画廊标签不包含tomgirl 示例2:屏蔽评分不超过10分的评论————评论评分<=10 diff --git a/lib/src/l18n/zh_TW.dart b/lib/src/l18n/zh_TW.dart index 1ad791f9..c123a189 100644 --- a/lib/src/l18n/zh_TW.dart +++ b/lib/src/l18n/zh_TW.dart @@ -766,6 +766,7 @@ favnote:配對收藏備註 注意1:不同規則之間是||的關係,同一規則下所有子規則之間是&&的關係。 注意2:隱藏屬性為標籤時,規則會對畫廊的每一個標籤均進行校驗,表達式針對單個標籤進行編寫即可。 + 注意3:隱藏屬性為標籤時,如果你使用'='規則,你必須准確填寫帶命名空間的完整標簽。 範例1:隱藏有男同標籤且無偽娘標籤的畫廊————畫廊標籤包含yaoi && 畫廊標籤不包含tomgirl 範例2:隱藏評分不超過10分的評論————評論評分<=10