Skip to content

Commit 8a8b97a

Browse files
puglierigithub-actions[bot]
authored andcommitted
automatically update translations
1 parent a11e756 commit 8a8b97a

30 files changed

Lines changed: 124 additions & 63 deletions

File tree

i18n/be/docusaurus-plugin-content-docs/current/general/ad-filtering/create-own-filters.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ The following modifiers are the most simple and frequently used. Basically, they
389389
| Modifier \ Products | [CoreLibs apps][cl-apps] | [AdGuard for Chromium][ext-chr] | [AdGuard for Chrome MV3][ext-mv3] | [AdGuard for Firefox][ext-ff] | [AdGuard for iOS][ios-app] | [AdGuard Mini for Mac][ext-saf] | [AdGuard Content Blocker][and-cb] |
390390
| --------------------------------------------------- |:-------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:---------------------------------:|
391391
| [$app](#app-modifier) ||||||||
392-
| [$denyallow](#denyallow-modifier) ||||| |||
392+
| [$denyallow](#denyallow-modifier) ||||| |||
393393
| [$domain](#domain-modifier) |||[*[1]](#domain-modifier-limitations) ||[*[1]](#domain-modifier-limitations) |[*[1]](#domain-modifier-limitations) ||
394394
| [$header](#header-modifier) ||[*[2]](#header-modifier-limitations) |[*[2]](#header-modifier-limitations) |[*[2]](#header-modifier-limitations) ||||
395395
| [$important](#important-modifier) ||||||||
@@ -579,7 +579,7 @@ In the following examples it is implied that requests are sent from `http://exam
579579

580580
:::caution Limitations
581581

582-
In [AdGuard for Chrome MV3][ext-mv3], `regexp` and `any_tld_domain` entries are not supported.
582+
In [AdGuard for Chrome MV3][ext-mv3], `regexp` and `any_tld_domain` entries and the `$removeparam` modifier are not supported.
583583

584584
AdGuard for iOS and AdGuard for Safari support the `$domain` modifier but have some limitations. For more details, see the [SafariConverterLib section](#safari-converter--basic--supported-with-limitations).
585585

@@ -2670,6 +2670,7 @@ With these rules, specified UTM parameters will be removed from any request save
26702670
[AdGuard for Chrome MV3][ext-mv3] has some limitations:
26712671

26722672
- Regular expressions, negation and allowlist rules are not supported.
2673+
- Generic rules are applied before specific rules, and redirection occurs only once. This may prevent subsequent or more specific redirects from applying.
26732674
- Group of similar `$removeparam` rules will be combined into one. Example:
26742675

26752676
```bash
@@ -2737,6 +2738,7 @@ With these rules, specified UTM parameters will be removed from any request save
27372738

27382739
1. Rules with the `$removeparam` modifier can only be used [**in trusted filters**](#trusted-filters).
27392740
1. `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers), [content-type modifiers](#content-type-modifiers), and with the `$important` and `$app` modifiers. Rules with any other modifiers are considered invalid and will be discarded.
2741+
1. Although `$domain` is classified as a basic modifier, it's not compatible with `$removeparam` rules in the Manifest V3 extension.
27402742
1. `$removeparam` rules without [content type modifiers](#content-type-modifiers) will only match requests where the content type is `document`.
27412743
27422744
:::

i18n/bn/docusaurus-plugin-content-docs/current/general/ad-filtering/create-own-filters.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ The following modifiers are the most simple and frequently used. Basically, they
389389
| Modifier \ Products | [CoreLibs apps][cl-apps] | [AdGuard for Chromium][ext-chr] | [AdGuard for Chrome MV3][ext-mv3] | [AdGuard for Firefox][ext-ff] | [AdGuard for iOS][ios-app] | [AdGuard Mini for Mac][ext-saf] | [AdGuard Content Blocker][and-cb] |
390390
| --------------------------------------------------- |:-------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:---------------------------------:|
391391
| [$app](#app-modifier) ||||||||
392-
| [$denyallow](#denyallow-modifier) ||||| |||
392+
| [$denyallow](#denyallow-modifier) ||||| |||
393393
| [$domain](#domain-modifier) |||[*[1]](#domain-modifier-limitations) ||[*[1]](#domain-modifier-limitations) |[*[1]](#domain-modifier-limitations) ||
394394
| [$header](#header-modifier) ||[*[2]](#header-modifier-limitations) |[*[2]](#header-modifier-limitations) |[*[2]](#header-modifier-limitations) ||||
395395
| [$important](#important-modifier) ||||||||
@@ -579,7 +579,7 @@ In the following examples it is implied that requests are sent from `http://exam
579579

580580
:::caution Limitations
581581

582-
In [AdGuard for Chrome MV3][ext-mv3], `regexp` and `any_tld_domain` entries are not supported.
582+
In [AdGuard for Chrome MV3][ext-mv3], `regexp` and `any_tld_domain` entries and the `$removeparam` modifier are not supported.
583583

584584
AdGuard for iOS and AdGuard for Safari support the `$domain` modifier but have some limitations. For more details, see the [SafariConverterLib section](#safari-converter--basic--supported-with-limitations).
585585

@@ -2670,6 +2670,7 @@ With these rules, specified UTM parameters will be removed from any request save
26702670
[AdGuard for Chrome MV3][ext-mv3] has some limitations:
26712671

26722672
- Regular expressions, negation and allowlist rules are not supported.
2673+
- Generic rules are applied before specific rules, and redirection occurs only once. This may prevent subsequent or more specific redirects from applying.
26732674
- Group of similar `$removeparam` rules will be combined into one. Example:
26742675

26752676
```bash
@@ -2737,6 +2738,7 @@ With these rules, specified UTM parameters will be removed from any request save
27372738

27382739
1. Rules with the `$removeparam` modifier can only be used [**in trusted filters**](#trusted-filters).
27392740
1. `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers), [content-type modifiers](#content-type-modifiers), and with the `$important` and `$app` modifiers. Rules with any other modifiers are considered invalid and will be discarded.
2741+
1. Although `$domain` is classified as a basic modifier, it's not compatible with `$removeparam` rules in the Manifest V3 extension.
27402742
1. `$removeparam` rules without [content type modifiers](#content-type-modifiers) will only match requests where the content type is `document`.
27412743
27422744
:::

i18n/cs/docusaurus-plugin-content-docs/current/general/ad-filtering/create-own-filters.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Následující modifikátory jsou nejjednodušší a nejčastěji používané.
389389
| Modifikátor \ Produkty | [Aplikace CoreLibs][cl-apps] | [AdGuard pro Chromium][ext-chr] | [AdGuard pro Chrome MV3][ext-mv3] | [AdGuard pro Firefox][ext-ff] | [AdGuard pro iOS][ios-app] | [AdGuard Mini pro Mac][ext-saf] | [Blokátor obsahu AdGuard][and-cb] |
390390
| --------------------------------------------------- |:-------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:---------------------------------:|
391391
| [$app](#app-modifier) ||||||||
392-
| [$denyallow](#denyallow-modifier) ||||| |||
392+
| [$denyallow](#denyallow-modifier) ||||| |||
393393
| [$domain](#domain-modifier) |||[*[1]](#domain-modifier-limitations) ||[*[1]](#domain-modifier-limitations) |[*[1]](#domain-modifier-limitations) ||
394394
| [$header](#header-modifier) ||[*[2]](#header-modifier-limitations) |[*[2]](#header-modifier-limitations) |[*[2]](#header-modifier-limitations) ||||
395395
| [$important](#important-modifier) ||||||||
@@ -579,7 +579,7 @@ V následujících příkladech se předpokládá, že požadavky jsou odesílá
579579

580580
:::caution Omezení
581581

582-
V [AdGuardu pro Chrome MV3][ext-mv3] nejsou podporovány domény s `regexp` a `any_tld_domain`.
582+
In [AdGuard for Chrome MV3][ext-mv3], `regexp` and `any_tld_domain` entries and the `$removeparam` modifier are not supported.
583583

584584
AdGuard pro iOS a AdGuard pro Safari podporují modifikátor `$domain`, ale má některá omezení. Pro více informací navštivte [sekci SafariConverterLib](#safari-converter--basic--supported-with-limitations).
585585

@@ -2670,7 +2670,8 @@ Pravidla `$removeparam` lze také zakázat pravidly výjimek `$document` a `$url
26702670
[AdGuard pro Chrome MV3][ext-mv3] má některá omezení:
26712671

26722672
- Regulární výrazy, negace a pravidla seznamu povolených nejsou podporovány.
2673-
- Skupina podobných `$removeparam` budou sloučena do jedné. Příklad:
2673+
- Generic rules are applied before specific rules, and redirection occurs only once. This may prevent subsequent or more specific redirects from applying.
2674+
- Group of similar `$removeparam` rules will be combined into one. Příklad:
26742675

26752676
```bash
26762677
||testcases.adguard.com$xmlhttprequest,removeparam=p1case1
@@ -2737,7 +2738,8 @@ Pravidla `$removeparam` lze také zakázat pravidly výjimek `$document` a `$url
27372738

27382739
1. Pravidla s modifikátorem `$removeparam` lze použít [**pouze v důvěryhodných filtrech**](#trusted-filters).
27392740
1. Pravidla `$removeparam` jsou kompatibilní se [základními modifikátory](#basic-rules-basic-modifiers), [modifikátory typu obsahu](#content-type-modifiers) a s modifikátory `$important` a `$app`. Pravidla s jinými modifikátory jsou považována za neplatná a budou vyřazena.
2740-
1. Pravidla `$removeparam`, která neobsahují žádné [modifikátory typu obsahu](#content-type-modifiers), budou odpovídat pouze požadavkům, jejichž typem obsahu je `document`.
2741+
1. Although `$domain` is classified as a basic modifier, it's not compatible with `$removeparam` rules in the Manifest V3 extension.
2742+
1. `$removeparam` rules without [content type modifiers](#content-type-modifiers) will only match requests where the content type is `document`.
27412743
27422744
:::
27432745
@@ -5227,6 +5229,7 @@ Následující skriptlety lze také použít pro účely ladění:
52275229
[ext-mv3]: #what-product "AdGuard Browser Extension for Chrome MV3"
52285230
[ext-mv3]: #what-product "Rozšíření prohlížeče AdGuard pro Chrome MV3"
52295231
[ext-mv3]: #what-product "AdGuard Browser Extension for Chrome MV3"
5232+
[ext-mv3]: #what-product "AdGuard Browser Extension for Chrome MV3"
52305233
[ext-ff]: #what-product "AdGuard Browser Extension for Firefox"
52315234
[ios-app]: #what-product "AdGuard for iOS and AdGuard Pro for iOS"
52325235
[ios-app]: #what-product "AdGuard for iOS and AdGuard Pro for iOS"

i18n/da/docusaurus-plugin-content-docs/current/general/ad-filtering/create-own-filters.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ The following modifiers are the most simple and frequently used. Basically, they
389389
| Modifier \ Products | [CoreLibs apps][cl-apps] | [AdGuard for Chromium][ext-chr] | [AdGuard for Chrome MV3][ext-mv3] | [AdGuard for Firefox][ext-ff] | [AdGuard for iOS][ios-app] | [AdGuard Mini for Mac][ext-saf] | [AdGuard Content Blocker][and-cb] |
390390
| --------------------------------------------------- |:-------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:--------------------------------------:|:---------------------------------:|
391391
| [$app](#app-modifier) ||||||||
392-
| [$denyallow](#denyallow-modifier) ||||| |||
392+
| [$denyallow](#denyallow-modifier) ||||| |||
393393
| [$domain](#domain-modifier) |||[*[1]](#domain-modifier-limitations) ||[*[1]](#domain-modifier-limitations) |[*[1]](#domain-modifier-limitations) ||
394394
| [$header](#header-modifier) ||[*[2]](#header-modifier-limitations) |[*[2]](#header-modifier-limitations) |[*[2]](#header-modifier-limitations) ||||
395395
| [$important](#important-modifier) ||||||||
@@ -579,7 +579,7 @@ In the following examples it is implied that requests are sent from `http://exam
579579

580580
:::caution Limitations
581581

582-
In [AdGuard for Chrome MV3][ext-mv3], `regexp` and `any_tld_domain` entries are not supported.
582+
In [AdGuard for Chrome MV3][ext-mv3], `regexp` and `any_tld_domain` entries and the `$removeparam` modifier are not supported.
583583

584584
AdGuard for iOS and AdGuard for Safari support the `$domain` modifier but have some limitations. For more details, see the [SafariConverterLib section](#safari-converter--basic--supported-with-limitations).
585585

@@ -2670,6 +2670,7 @@ With these rules, specified UTM parameters will be removed from any request save
26702670
[AdGuard for Chrome MV3][ext-mv3] has some limitations:
26712671

26722672
- Regular expressions, negation and allowlist rules are not supported.
2673+
- Generic rules are applied before specific rules, and redirection occurs only once. This may prevent subsequent or more specific redirects from applying.
26732674
- Group of similar `$removeparam` rules will be combined into one. Example:
26742675

26752676
```bash
@@ -2737,6 +2738,7 @@ With these rules, specified UTM parameters will be removed from any request save
27372738

27382739
1. Rules with the `$removeparam` modifier can only be used [**in trusted filters**](#trusted-filters).
27392740
1. `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers), [content-type modifiers](#content-type-modifiers), and with the `$important` and `$app` modifiers. Rules with any other modifiers are considered invalid and will be discarded.
2741+
1. Although `$domain` is classified as a basic modifier, it's not compatible with `$removeparam` rules in the Manifest V3 extension.
27402742
1. `$removeparam` rules without [content type modifiers](#content-type-modifiers) will only match requests where the content type is `document`.
27412743
27422744
:::

0 commit comments

Comments
 (0)