From eb160d441bc39f477574acfe8933b93a78de5339 Mon Sep 17 00:00:00 2001 From: an-martynova <40242331+an-martynova@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:13:03 +0000 Subject: [PATCH] automatically update translations --- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- .../current/adguard-vpn-for-linux/settings.md | 36 ++++++++++++++++++- 21 files changed, 735 insertions(+), 21 deletions(-) diff --git a/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index ce721a0a6..6a0769fd4 100644 --- a/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/cs/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Po exportu protokolů toto nastavení zakažte. Toto nastavení je zodpovědné za zobrazení systémových oznámení například při zapnutí/vypnutí AdGuard VPN nebo při čekání na opětovné připojení: - Uživatel zapne VPN — objeví se oznámení _VPN připojena_. -- Uživatel vypne VPN — objeví se oznámení _VPN odpojena_. +- A user turns VPN off — the _VPN disconnected_ notification appears. - Uživatel čeká na obnovení připojení VPN — objeví se oznámení _Čekání na připojení_. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/da/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 8b4a6cd00..083fbf4cf 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/fi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/hr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/ko/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/nl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/pt-BR/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/pt/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 9a70d52ff..98aa0f4e0 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ adguardvpn-cli config set-debug-logging on The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/sk/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/sl/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/sr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 920e5c906..aa8d1ef24 100644 --- a/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/tr/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Günlükleri dışa aktardıktan sonra bu ayarı devre dışı bırakın. Ayar, AdGuard VPN açıldığında/kapatıldığında veya yeniden bağlanmayı beklerken sistem bildirimlerinin görünümünden sorumludur, örneğin: - Kullanıcı VPN'i açar — _VPN bağlandı_ bildirimi görünür. -- Kullanıcı VPN'i kapatır — _VPN bağlantısı kesildi_ bildirimi görünür. +- A user turns VPN off — the _VPN disconnected_ notification appears. - Kullanıcı VPN bağlantısının geri gelmesini bekliyor — _Bağlantı için bekleniyor_ bildirimi görünür. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/vi/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show` diff --git a/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md b/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md index 67abbd51a..189e916dd 100644 --- a/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md +++ b/i18n/zh-TW/docusaurus-plugin-content-docs/current/adguard-vpn-for-linux/settings.md @@ -149,7 +149,41 @@ Disable this setting after exporting logs. The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example: - A user turns VPN on — the _VPN connected_ notification appears. -- A user turns VPN off — the \*VPN disconnected notification appears. +- A user turns VPN off — the _VPN disconnected_ notification appears. - A user is waiting for the VPN connection to be recovered — the _Waiting for connection_ notification appears. adguardvpn-cli config set-show-notifications on + +## Exclusions + +There are two modes. In _General_ mode, websites from the list of exclusions are not routed through VPN. In _Selective_ mode, only websites from the list of exclusions are routed through VPN. There is a separate list of exclusions for each mode. + +To read about what you can do with exclusions, write this in the command-line interface: `adguardvpn-cli site-exclusions -h`. + +Here are the main options: + +1. **add** adds specified exclusions + + Example: `adguardvpn-cli site-exclusions add`, where `%DOMAIN_NAME%` is the website that you want to add to exclusions. + + :::note + + o add many exclusions, you need to list them comma-separated. + + ::: + +2. **clear** clears the list of exclusions in the current mode + + Example: `adguardvpn-cli site-exclusions clear` + +3. **mode** shows the current mode and allows to switch between them + + Example: `adguardvpn-cli site-exclusions mode selective` (with this command, Selective mode is chosen) + +4. **remove** removes one or more exclusions (if separated by commas) + + Example: `adguardvpn-cli site-exclusions remove %DOMAIN_NAME%` where `%DOMAIN_NAME%` is the website that you want to remove from exclusions. + +5. **show** shows the current list of exclusions + + Example: `adguardvpn-cli site-exclusions show`