Skip to content

Commit a858896

Browse files
Ars28Foxgithub-actions[bot]
authored andcommitted
automatically update translations
1 parent f262508 commit a858896

682 files changed

Lines changed: 15410 additions & 2337 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

i18n/be/code.json

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"theme.ErrorPageContent.tryAgain": {
77
"message": "Try again",
8-
"description": "The label of the button to try again when the page crashed"
8+
"description": "The label of the button to try again rendering when the React error boundary captures an error"
99
},
1010
"theme.NotFound.title": {
1111
"message": "Page Not Found",
@@ -93,7 +93,7 @@
9393
},
9494
"theme.colorToggle.ariaLabel": {
9595
"message": "Switch between dark and light mode (currently {mode})",
96-
"description": "The ARIA label for the navbar color mode toggle"
96+
"description": "The ARIA label for the color mode toggle"
9797
},
9898
"theme.colorToggle.ariaLabel.mode.dark": {
9999
"message": "dark mode",
@@ -412,5 +412,77 @@
412412
"theme.tags.tagsPageTitle": {
413413
"message": "Tags",
414414
"description": "The title of the tag list page"
415+
},
416+
"theme.colorToggle.ariaLabel.mode.system": {
417+
"message": "system mode",
418+
"description": "The name for the system color mode"
419+
},
420+
"theme.admonition.warning": {
421+
"message": "warning",
422+
"description": "The default label used for the Warning admonition (:::warning)"
423+
},
424+
"theme.DocSidebarItem.expandCategoryAriaLabel": {
425+
"message": "Expand sidebar category '{label}'",
426+
"description": "The ARIA label to expand the sidebar category"
427+
},
428+
"theme.DocSidebarItem.collapseCategoryAriaLabel": {
429+
"message": "Collapse sidebar category '{label}'",
430+
"description": "The ARIA label to collapse the sidebar category"
431+
},
432+
"theme.IconExternalLink.ariaLabel": {
433+
"message": "(opens in new tab)",
434+
"description": "The ARIA label for the external link icon"
435+
},
436+
"theme.NavBar.navAriaLabel": {
437+
"message": "Main",
438+
"description": "The ARIA label for the main navigation"
439+
},
440+
"theme.docs.sidebar.navAriaLabel": {
441+
"message": "Docs sidebar",
442+
"description": "The ARIA label for the sidebar navigation"
443+
},
444+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": {
445+
"message": "Expand the dropdown",
446+
"description": "The ARIA label of the button to expand the mobile dropdown navbar item"
447+
},
448+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": {
449+
"message": "Collapse the dropdown",
450+
"description": "The ARIA label of the button to collapse the mobile dropdown navbar item"
451+
},
452+
"theme.blog.author.pageTitle": {
453+
"message": "{authorName} - {nPosts}",
454+
"description": "The title of the page for a blog author"
455+
},
456+
"theme.blog.authorsList.pageTitle": {
457+
"message": "Authors",
458+
"description": "The title of the authors page"
459+
},
460+
"theme.blog.authorsList.viewAll": {
461+
"message": "View all authors",
462+
"description": "The label of the link targeting the blog authors page"
463+
},
464+
"theme.blog.author.noPosts": {
465+
"message": "This author has not written any posts yet.",
466+
"description": "The text for authors with 0 blog post"
467+
},
468+
"theme.contentVisibility.unlistedBanner.title": {
469+
"message": "Unlisted page",
470+
"description": "The unlisted content banner title"
471+
},
472+
"theme.contentVisibility.unlistedBanner.message": {
473+
"message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
474+
"description": "The unlisted content banner message"
475+
},
476+
"theme.contentVisibility.draftBanner.title": {
477+
"message": "Draft page",
478+
"description": "The draft content banner title"
479+
},
480+
"theme.contentVisibility.draftBanner.message": {
481+
"message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
482+
"description": "The draft content banner message"
483+
},
484+
"theme.docs.DocCard.categoryDescription.plurals": {
485+
"message": "1 item|{count} items",
486+
"description": "The default description for a category card in the generated index about how many items this category includes"
415487
}
416488
}

i18n/be/docusaurus-plugin-content-docs/current.json

Lines changed: 99 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,79 +5,79 @@
55
},
66
"sidebar.tutorialSidebar.category.General": {
77
"message": "General",
8-
"description": "The label for category General in sidebar tutorialSidebar"
8+
"description": "The label for category 'General' in sidebar 'tutorialSidebar'"
99
},
1010
"sidebar.tutorialSidebar.category.Ad filtering": {
1111
"message": "Ad filtering",
12-
"description": "The label for category Ad filtering in sidebar tutorialSidebar"
12+
"description": "The label for category 'Ad filtering' in sidebar 'tutorialSidebar'"
1313
},
1414
"sidebar.tutorialSidebar.category.HTTPS filtering": {
1515
"message": "HTTPS filtering",
16-
"description": "The label for category HTTPS filtering in sidebar tutorialSidebar"
16+
"description": "The label for category 'HTTPS filtering' in sidebar 'tutorialSidebar'"
1717
},
1818
"sidebar.tutorialSidebar.category.AdGuard account": {
1919
"message": "AdGuard account",
20-
"description": "The label for category AdGuard account in sidebar tutorialSidebar"
20+
"description": "The label for category 'AdGuard account' in sidebar 'tutorialSidebar'"
2121
},
2222
"sidebar.tutorialSidebar.category.License": {
2323
"message": "License",
24-
"description": "The label for category License in sidebar tutorialSidebar"
24+
"description": "The label for category 'License' in sidebar 'tutorialSidebar'"
2525
},
2626
"sidebar.tutorialSidebar.category.AdGuard for Windows": {
2727
"message": "AdGuard for Windows",
28-
"description": "The label for category AdGuard for Windows in sidebar tutorialSidebar"
28+
"description": "The label for category 'AdGuard for Windows' in sidebar 'tutorialSidebar'"
2929
},
3030
"sidebar.tutorialSidebar.category.AdGuard for Mac": {
3131
"message": "AdGuard for Mac",
32-
"description": "The label for category AdGuard for Mac in sidebar tutorialSidebar"
32+
"description": "The label for category 'AdGuard for Mac' in sidebar 'tutorialSidebar'"
3333
},
3434
"sidebar.tutorialSidebar.category.Solving problems": {
3535
"message": "Solving problems",
3636
"description": "The label for category Solving problems in sidebar tutorialSidebar"
3737
},
3838
"sidebar.tutorialSidebar.category.AdGuard for Android": {
3939
"message": "AdGuard for Android",
40-
"description": "The label for category AdGuard for Android in sidebar tutorialSidebar"
40+
"description": "The label for category 'AdGuard for Android' in sidebar 'tutorialSidebar'"
4141
},
4242
"sidebar.tutorialSidebar.category.AdGuard for iOS": {
4343
"message": "AdGuard for iOS",
44-
"description": "The label for category AdGuard for iOS in sidebar tutorialSidebar"
44+
"description": "The label for category 'AdGuard for iOS' in sidebar 'tutorialSidebar'"
4545
},
4646
"sidebar.tutorialSidebar.category.AdGuard Browser extension": {
4747
"message": "AdGuard Browser extension",
4848
"description": "The label for category AdGuard Browser extension in sidebar tutorialSidebar"
4949
},
5050
"sidebar.tutorialSidebar.category.AdGuard for Safari": {
5151
"message": "AdGuard for Safari",
52-
"description": "The label for category AdGuard for Safari in sidebar tutorialSidebar"
52+
"description": "The label for category 'AdGuard for Safari' in sidebar 'tutorialSidebar'"
5353
},
5454
"sidebar.tutorialSidebar.category.AdGuard Content Blocker": {
5555
"message": "AdGuard Content Blocker",
56-
"description": "The label for category AdGuard Content Blocker in sidebar tutorialSidebar"
56+
"description": "The label for category 'AdGuard Content Blocker' in sidebar 'tutorialSidebar'"
5757
},
5858
"sidebar.tutorialSidebar.category.Miscellaneous": {
5959
"message": "Miscellaneous",
60-
"description": "The label for category Miscellaneous in sidebar tutorialSidebar"
60+
"description": "The label for category 'Miscellaneous' in sidebar 'tutorialSidebar'"
6161
},
6262
"sidebar.tutorialSidebar.category.Contribute to AdGuard": {
6363
"message": "Contribute to AdGuard",
64-
"description": "The label for category Contribute to AdGuard in sidebar tutorialSidebar"
64+
"description": "The label for category 'Contribute to AdGuard' in sidebar 'tutorialSidebar'"
6565
},
6666
"sidebar.tutorialSidebar.category.Translating AdGuard": {
6767
"message": "Translating AdGuard",
68-
"description": "The label for category Translating AdGuard in sidebar tutorialSidebar"
68+
"description": "The label for category 'Translating AdGuard' in sidebar 'tutorialSidebar'"
6969
},
7070
"sidebar.tutorialSidebar.category.Guides": {
7171
"message": "Guides",
72-
"description": "The label for category Guides in sidebar tutorialSidebar"
72+
"description": "The label for category 'Guides' in sidebar 'tutorialSidebar'"
7373
},
7474
"sidebar.tutorialSidebar.category.Technical support": {
7575
"message": "Technical support",
7676
"description": "The label for category Technical support in sidebar tutorialSidebar"
7777
},
7878
"sidebar.tutorialSidebar.category.AdGuard Browser Extension": {
7979
"message": "AdGuard Browser Extension",
80-
"description": "The label for category AdGuard Browser Extension in sidebar tutorialSidebar"
80+
"description": "The label for category 'AdGuard Browser Extension' in sidebar 'tutorialSidebar'"
8181
},
8282
"sidebar.tutorialSidebar.category.Features overview": {
8383
"message": "Features overview",
@@ -89,38 +89,114 @@
8989
},
9090
"sidebar.tutorialSidebar.category.Content Blockers": {
9191
"message": "Content Blockers",
92-
"description": "The label for category Content Blockers in sidebar tutorialSidebar"
92+
"description": "The label for category 'Content Blockers' in sidebar 'tutorialSidebar'"
9393
},
9494
"sidebar.tutorialSidebar.category.Protection": {
9595
"message": "Protection",
9696
"description": "The label for category Protection in sidebar tutorialSidebar"
9797
},
9898
"sidebar.tutorialSidebar.category.Firewall": {
9999
"message": "Firewall",
100-
"description": "The label for category Firewall in sidebar tutorialSidebar"
100+
"description": "The label for category 'Firewall' in sidebar 'tutorialSidebar'"
101101
},
102102
"sidebar.tutorialSidebar.category.AdGuard for Linux": {
103103
"message": "AdGuard for Linux",
104-
"description": "The label for category AdGuard for Linux in sidebar tutorialSidebar"
104+
"description": "The label for category 'AdGuard for Linux' in sidebar 'tutorialSidebar'"
105105
},
106106
"sidebar.tutorialSidebar.category.AdGuard for Windows v8": {
107107
"message": "AdGuard for Windows v8",
108-
"description": "The label for category AdGuard for Windows v8 in sidebar tutorialSidebar"
108+
"description": "The label for category 'AdGuard for Windows v8' in sidebar 'tutorialSidebar'"
109109
},
110110
"sidebar.tutorialSidebar.category.Settings": {
111111
"message": "Settings",
112112
"description": "The label for category Settings in sidebar tutorialSidebar"
113113
},
114114
"sidebar.tutorialSidebar.category.App settings": {
115115
"message": "App settings",
116-
"description": "The label for category App settings in sidebar tutorialSidebar"
116+
"description": "The label for category 'App settings' in sidebar 'tutorialSidebar'"
117117
},
118118
"sidebar.tutorialSidebar.category.AdGuard Mini for Mac": {
119119
"message": "AdGuard Mini for Mac",
120-
"description": "The label for category AdGuard Mini for Mac in sidebar tutorialSidebar"
120+
"description": "The label for category 'AdGuard Mini for Mac' in sidebar 'tutorialSidebar'"
121121
},
122122
"sidebar.tutorialSidebar.category.solving-problems": {
123123
"message": "solving-problems",
124-
"description": "The label for category solving-problems in sidebar tutorialSidebar"
124+
"description": "The label for category 'solving-problems' in sidebar 'tutorialSidebar'"
125+
},
126+
"sidebar.tutorialSidebar.category.features-adguard-for-windows": {
127+
"message": "Features",
128+
"description": "The label for category 'Features' in sidebar 'tutorialSidebar'"
129+
},
130+
"sidebar.tutorialSidebar.category.solving-problems-adguard-for-windows": {
131+
"message": "Solving problems",
132+
"description": "The label for category 'Solving problems' in sidebar 'tutorialSidebar'"
133+
},
134+
"sidebar.tutorialSidebar.category.protection-adguard-for-windows-8": {
135+
"message": "Protection",
136+
"description": "The label for category 'Protection' in sidebar 'tutorialSidebar'"
137+
},
138+
"sidebar.tutorialSidebar.category.settings-adguard-for-windows-8": {
139+
"message": "Settings",
140+
"description": "The label for category 'Settings' in sidebar 'tutorialSidebar'"
141+
},
142+
"sidebar.tutorialSidebar.category.solving-problems-adguard-for-windows-8": {
143+
"message": "Solving problems",
144+
"description": "The label for category 'Solving problems' in sidebar 'tutorialSidebar'"
145+
},
146+
"sidebar.tutorialSidebar.category.features-adguard-for-mac": {
147+
"message": "Features",
148+
"description": "The label for category 'Features' in sidebar 'tutorialSidebar'"
149+
},
150+
"sidebar.tutorialSidebar.category.solving-problems-adguard-for-mac": {
151+
"message": "Solving problems",
152+
"description": "The label for category 'Solving problems' in sidebar 'tutorialSidebar'"
153+
},
154+
"sidebar.tutorialSidebar.category.features-adguard-for-android": {
155+
"message": "Features",
156+
"description": "The label for category 'Features' in sidebar 'tutorialSidebar'"
157+
},
158+
"sidebar.tutorialSidebar.category.protection-adguard-for-android-features": {
159+
"message": "Protection",
160+
"description": "The label for category 'Protection' in sidebar 'tutorialSidebar'"
161+
},
162+
"sidebar.tutorialSidebar.category.solving-problems-adguard-for-android": {
163+
"message": "Solving problems",
164+
"description": "The label for category 'Solving problems' in sidebar 'tutorialSidebar'"
165+
},
166+
"sidebar.tutorialSidebar.category.features-adguard-for-ios": {
167+
"message": "Features",
168+
"description": "The label for category 'Features' in sidebar 'tutorialSidebar'"
169+
},
170+
"sidebar.tutorialSidebar.category.solving-problems-adguard-for-ios": {
171+
"message": "Solving problems",
172+
"description": "The label for category 'Solving problems' in sidebar 'tutorialSidebar'"
173+
},
174+
"sidebar.tutorialSidebar.category.features-adguard-browser-extension": {
175+
"message": "Features",
176+
"description": "The label for category 'Features' in sidebar 'tutorialSidebar'"
177+
},
178+
"sidebar.tutorialSidebar.category.solving-problems-adguard-browser-extension": {
179+
"message": "Solving problems",
180+
"description": "The label for category 'Solving problems' in sidebar 'tutorialSidebar'"
181+
},
182+
"sidebar.tutorialSidebar.category.features-adguard-for-safari": {
183+
"message": "Features",
184+
"description": "The label for category 'Features' in sidebar 'tutorialSidebar'"
185+
},
186+
"sidebar.tutorialSidebar.category.solving-problems-adguard-for-safari": {
187+
"message": "Solving problems",
188+
"description": "The label for category 'Solving problems' in sidebar 'tutorialSidebar'"
189+
},
190+
"sidebar.tutorialSidebar.category.features-adguard-mini-for-mac": {
191+
"message": "Features",
192+
"description": "The label for category 'Features' in sidebar 'tutorialSidebar'"
193+
},
194+
"sidebar.tutorialSidebar.category.settings-adguard-mini-for-mac": {
195+
"message": "Settings",
196+
"description": "The label for category 'Settings' in sidebar 'tutorialSidebar'"
197+
},
198+
"sidebar.tutorialSidebar.category.solving-problems-adguard-mini-for-mac": {
199+
"message": "Solving problems",
200+
"description": "The label for category 'Solving problems' in sidebar 'tutorialSidebar'"
125201
}
126202
}

i18n/be/docusaurus-plugin-content-docs/current/adguard-browser-extension/features/stealth-mode.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ _Tracking protection_ features prevent websites from seeing the search query you
2626
Browser extensions are limited to a specific browser and are subject to its technical restrictions. Therefore, they cannot offer all the tracking protection features available in full-fledged ad-blocking apps.
2727

2828
:::
29+
30+
:::caution
31+
32+
In AdGuard Browser Extension, the _Block WebRTC_ option works globally — it either blocks or allows WebRTC for all websites. It cannot be controlled on a per-site basis. Exception rules like `@@||example.com^$stealth=webrtc` have no effect in the browser extension because the `webrtc` option is not among the [supported `$stealth` modifier options](/general/ad-filtering/create-own-filters#stealth-modifier). If you need per-site WebRTC control, use the full-fledged AdGuard app for Windows, Mac, or Android.
33+
34+
:::

i18n/be/docusaurus-plugin-content-docs/current/adguard-for-linux/feedback.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ If you want to support the implementation of a new feature or bugfix, you can vo
2020

2121
1. Enable debug logging:
2222

23-
`adguard-cli config set log_level debug`
23+
`adguard-cli config set log_level debug`
2424

2525
2. Reproduce the problem and try to remember the exact time it occurred.
2626

2727
3. Wait a while, then export the logs:
2828

29-
`adguard-cli export-logs`
29+
`adguard-cli export-logs`
3030

31-
The archived log file will be downloaded to the application folder by default, and the path to the logs will be written to the console.
31+
The archived log file will be downloaded to the application folder by default, and the path to the logs will be written to the console.
3232

3333
4. Send the log file to [devteam@adguard.com](mailto:devteam@adguard.com). Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with [devteam@adguard.com](mailto:devteam@adguard.com). Attach the file link to your GitHub issue.
3434

3535
5. Switch the logging mode back to `info`:
3636

37-
`adguard-cli config set log_level info`
37+
`adguard-cli config set log_level info`

i18n/be/docusaurus-plugin-content-docs/current/adguard-for-windows-8/settings/app-settings/network-settings.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ Here you can choose which proxy AdGuard should use to download filter updates or
4343

4444
## Use SockFilter driver
4545

46-
Enable this option to use the SockFilter driver, which helps block ads and trackers in apps on Windows 8 and later.
46+
Enable this option to use the SockFilter driver, which helps block ads and trackers in apps on Windows 8 and later. If this option is disabled, AdGuard will switch to the older WFP driver instead.
4747

48-
If this option is disabled, AdGuard will switch to the older WFP driver instead.
48+
SockFilter was first introduced in v8.0 RC. It is an _experimental_, lightweight kernel-mode network driver that works at the socket level (TCP/UDP). Instead of inspecting or modifying packets as they travel through the full Windows networking stack, a sock filter intercepts socket calls (e.g., connect, send, receive, bind) at a higher, more stable abstraction level. This makes it ideal for applications that need to monitor or control network activity without deep packet processing.
49+
50+
When fully tested and implemented, SockFilter has the potential to bring several advantages over other drivers:
51+
52+
- **It operates at a higher, socket-level layer**: SockFilter works with socket operations rather than raw packets, making it less complex and more stable than WFP’s low-level packet filtering.
53+
- **No interference with other network drivers**: Because it sits above VPN, firewall, and antivirus WFP filters, it avoids filter-ordering problems and compatibility conflicts common in the WFP stack.
54+
- **Greatly reduced risk of NETIO-related BSODs**: SockFilter doesn’t run inside the NETIO packet pipeline, so it avoids the typical crash scenarios caused by WFP callouts mishandling buffers, classification results, or packet memory.
55+
56+
When it comes to disadvantages, SockFilter driver sees only socket-level operations and does not capture traffic generated by other kernel drivers or components that bypass the standard Winsock API. From a low-level networking perspective, this can be viewed as a limitation, since the driver cannot access raw packets or inspect non-socket traffic. However, for an ad-blocking application, this behavior is not just acceptable but optimal. All relevant traffic from browsers and user-mode applications goes through standard sockets, and that’s exactly what we need to control. At the same time, ignoring low-level driver traffic removes unnecessary complexity, avoids compatibility issues, and keeps the system stable.

0 commit comments

Comments
 (0)