Skip to content

Commit dd6c9e2

Browse files
Dependency (transifex/language): Translate Strings.resx in ru_RU
70% of minimum 50% translated source file: 'Strings.resx' on 'ru_RU'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
1 parent d73f8c5 commit dd6c9e2

File tree

1 file changed

+124
-43
lines changed

1 file changed

+124
-43
lines changed

Source/NETworkManager.Localization/Resources/Strings.ru-RU.resx

Lines changed: 124 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -59,46 +59,46 @@
5959
: using a System.ComponentModel.TypeConverter
6060
: and then encoded with base64 encoding.
6161
-->
62-
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63-
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
62+
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
63+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
6464
<xsd:element name="root" msdata:IsDataSet="true">
6565
<xsd:complexType>
6666
<xsd:choice maxOccurs="unbounded">
6767
<xsd:element name="metadata">
6868
<xsd:complexType>
6969
<xsd:sequence>
70-
<xsd:element name="value" type="xsd:string" minOccurs="0" />
70+
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
7171
</xsd:sequence>
72-
<xsd:attribute name="name" use="required" type="xsd:string" />
73-
<xsd:attribute name="type" type="xsd:string" />
74-
<xsd:attribute name="mimetype" type="xsd:string" />
75-
<xsd:attribute ref="xml:space" />
72+
<xsd:attribute name="name" use="required" type="xsd:string"/>
73+
<xsd:attribute name="type" type="xsd:string"/>
74+
<xsd:attribute name="mimetype" type="xsd:string"/>
75+
<xsd:attribute ref="xml:space"/>
7676
</xsd:complexType>
7777
</xsd:element>
7878
<xsd:element name="assembly">
7979
<xsd:complexType>
80-
<xsd:attribute name="alias" type="xsd:string" />
81-
<xsd:attribute name="name" type="xsd:string" />
80+
<xsd:attribute name="alias" type="xsd:string"/>
81+
<xsd:attribute name="name" type="xsd:string"/>
8282
</xsd:complexType>
8383
</xsd:element>
8484
<xsd:element name="data">
8585
<xsd:complexType>
8686
<xsd:sequence>
87-
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88-
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
87+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
88+
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
8989
</xsd:sequence>
90-
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91-
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92-
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93-
<xsd:attribute ref="xml:space" />
90+
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
91+
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
92+
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
93+
<xsd:attribute ref="xml:space"/>
9494
</xsd:complexType>
9595
</xsd:element>
9696
<xsd:element name="resheader">
9797
<xsd:complexType>
9898
<xsd:sequence>
99-
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
99+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
100100
</xsd:sequence>
101-
<xsd:attribute name="name" type="xsd:string" use="required" />
101+
<xsd:attribute name="name" type="xsd:string" use="required"/>
102102
</xsd:complexType>
103103
</xsd:element>
104104
</xsd:choice>
@@ -679,7 +679,7 @@
679679
<value>Применить</value>
680680
</data>
681681
<data name="ApplyWindowsKeyCombinationsLikeAltTab" xml:space="preserve">
682-
<value>Применение комбинаций клавиш Windows (например, ALT + TAB):</value>
682+
<value>Apply Windows key combinations (e.g., ALT+TAB):</value>
683683
</data>
684684
<data name="Auth" xml:space="preserve">
685685
<value>Auth</value>
@@ -1367,16 +1367,16 @@ Profile files are not affected!</value>
13671367
<value>Введите действительный адрес IPv4!</value>
13681368
</data>
13691369
<data name="EnterValidMACAddress" xml:space="preserve">
1370-
<value>Введите допустимый MAC-адрес (например 00:F1:23:AB:F2:35)!</value>
1370+
<value>Enter a valid MAC address (e.g., 00:F1:23:AB:F2:35)!</value>
13711371
</data>
13721372
<data name="EnterValidPort" xml:space="preserve">
13731373
<value>Введите допустимый порт (1 - 65535)!</value>
13741374
</data>
13751375
<data name="EnterValidSubnetmask" xml:space="preserve">
1376-
<value>Введите допустимую маску подсети (255.255.255.0)!</value>
1376+
<value>Enter a valid subnetmask (e.g., 255.255.255.0)!</value>
13771377
</data>
13781378
<data name="EnterValidSubnetmaskOrCIDR" xml:space="preserve">
1379-
<value>Введите допустимую маску подсети или CIDR (like 255.255.255.0 or /24)!</value>
1379+
<value>Enter a valid subnetmask or CIDR (e.g., 255.255.255.0 or /24)!</value>
13801380
</data>
13811381
<data name="FieldCannotBeEmpty" xml:space="preserve">
13821382
<value>Поле не может быть пустым!</value>
@@ -1448,10 +1448,10 @@ Profile files are not affected!</value>
14481448
<value>Введите допустимый порт и/или диапазон портов (1 - 65535)!</value>
14491449
</data>
14501450
<data name="EnterValidSubnet" xml:space="preserve">
1451-
<value>Введите допустимую подсеть (like 192.168.178.133/26)!</value>
1451+
<value>Enter a valid subnet (e.g., 192.168.178.133/26)!</value>
14521452
</data>
14531453
<data name="EnterValidWebsiteUri" xml:space="preserve">
1454-
<value>Введите действительный веб-сайт (like https://example.com/index.html)</value>
1454+
<value>Enter a valid website (e.g., https://example.com/index.html)</value>
14551455
</data>
14561456
<data name="Green" xml:space="preserve">
14571457
<value>Зеленый</value>
@@ -1742,7 +1742,7 @@ Profile files are not affected!</value>
17421742
<value>Добавьте вкладку для запроса whois...</value>
17431743
</data>
17441744
<data name="EnterValidDomain" xml:space="preserve">
1745-
<value>Введите допустимый домен (например "example.com")!</value>
1745+
<value>Enter a valid domain (e.g., "example.com")!</value>
17461746
</data>
17471747
<data name="WhoisServerNotFoundForTheDomain" xml:space="preserve">
17481748
<value>Whois-сервер, домен не найден: "{0}"</value>
@@ -1931,7 +1931,7 @@ Changes to this value will take effect after restarting the application.</value>
19311931
<data name="WelcomeMessage" xml:space="preserve">
19321932
<value>Thank you for using NETworkManager!
19331933

1934-
If you like this tool, please leave a star on GitHub and recommend it to others.</value>
1934+
If you enjoy it, please consider supporting its development — whether by leaving a star on GitHub, making a donation, or simply sharing it with others. Your support helps keep the project going and growing.</value>
19351935
</data>
19361936
<data name="HelpMessage_CheckForUpdatesAtStartup" xml:space="preserve">
19371937
<value>When starting the program, it checks in the background whether a new program version is available on GitHub.
@@ -2032,7 +2032,7 @@ URL: https://api.ipify.org/</value>
20322032
<value>Use custom IPv4 address API</value>
20332033
</data>
20342034
<data name="HelpMessage_CustomPublicIPv4AddressAPI" xml:space="preserve">
2035-
<value>URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response.</value>
2035+
<value>URL to a web service that can be reached via http or https and returns an IPv4 address e.g., "xx.xx.xx.xx" as response.</value>
20362036
</data>
20372037
<data name="CouldNotParsePublicIPAddressFromXXXMessage" xml:space="preserve">
20382038
<value>Не удалось разобрать публичный IP-адрес из "{0}"! Попробуйте другой сервис или используйте по умолчанию...</value>
@@ -2392,7 +2392,7 @@ $$hostname$$ --&gt; Hostname</value>
23922392
<value>Restart as Administrator</value>
23932393
</data>
23942394
<data name="NetworkPacketsCaptureAdminMessage" xml:space="preserve">
2395-
<value>To analyze network packets, the application must be started with elevated rights!</value>
2395+
<value>Analysing network packets requires elevated rights!</value>
23962396
</data>
23972397
<data name="Capture" xml:space="preserve">
23982398
<value>Capture</value>
@@ -3192,7 +3192,7 @@ If the option is disabled again, the values are no longer modified. However, the
31923192
<value>SNTP server(s)</value>
31933193
</data>
31943194
<data name="HelpMessage_CustomPublicIPv6AddressAPI" xml:space="preserve">
3195-
<value>URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response.</value>
3195+
<value>URL to a web service that can be reached via http or https and returns an IPv6 address e.g., "xxxx:xx:xxx::xx" as response.</value>
31963196
</data>
31973197
<data name="IPEndPoint" xml:space="preserve">
31983198
<value>IP endpoint</value>
@@ -3234,7 +3234,7 @@ If the option is disabled again, the values are no longer modified. However, the
32343234
<value>An SNTP server with this name already exists!</value>
32353235
</data>
32363236
<data name="EnterValidHostnameOrIPAddress" xml:space="preserve">
3237-
<value>Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)!</value>
3237+
<value>Enter a valid hostname (e.g., "server-01" or "example.com") or a valid IP address (e.g., 192.168.178.1)!</value>
32383238
</data>
32393239
<data name="Servers" xml:space="preserve">
32403240
<value>Server(s)</value>
@@ -3528,10 +3528,10 @@ Changes to this value will take effect after the application is restarted. Wheth
35283528
<value>The settings on this page contain errors. Correct them to be able to save.</value>
35293529
</data>
35303530
<data name="HelpMessage_PuTTYHostkey" xml:space="preserve">
3531-
<value>SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH".</value>
3531+
<value>SSH hostkey to use for the connection (e.g., "71:b8:f2:6e..."). Only available if the mode is "SSH".</value>
35323532
</data>
35333533
<data name="HelpMessage_PuTTYPrivateKeyFile" xml:space="preserve">
3534-
<value>Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH".</value>
3534+
<value>Full path to the private key file (e.g., "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH".</value>
35353535
</data>
35363536
<data name="HelpMessage_PuTTYUsername" xml:space="preserve">
35373537
<value>Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin".</value>
@@ -3815,11 +3815,9 @@ Try again in a few seconds.</value>
38153815
<value>Expand and open search...</value>
38163816
</data>
38173817
<data name="WiFiAccessNotAvailableMessage" xml:space="preserve">
3818-
<value>Access to the Wi-Fi adapter is not permitted by Windows.
3818+
<value>Starting with Windows 11 24H2, you’ll need to allow access to the Wi-Fi adapter.
38193819

3820-
Open the Windows settings and allow Wi-Fi access for this application.
3821-
3822-
Restart the application afterwards to use this feature.</value>
3820+
Open Windows Settings &gt; Privacy &amp; security &gt; Location, enable access for Desktop Apps / NETworkManager, then restart the application.</value>
38233821
</data>
38243822
<data name="DragDropApplicationsToReorderRightClickForMoreOptions" xml:space="preserve">
38253823
<value>Drag and drop the applications to reorder them.
@@ -3858,25 +3856,108 @@ Right-click for more options.</value>
38583856
<data name="ProfileFile" xml:space="preserve">
38593857
<value>Profile file</value>
38603858
</data>
3859+
<data name="ApplicationName_HostsFileEditor" xml:space="preserve">
3860+
<value>Hosts File Editor</value>
3861+
</data>
3862+
<data name="HostsFileEditor" xml:space="preserve">
3863+
<value>Hosts File Editor</value>
3864+
</data>
3865+
<data name="HostsFileEditorAdminMessage" xml:space="preserve">
3866+
<value>Read-only mode. Modifying the hosts file requires elevated rights!</value>
3867+
</data>
3868+
<data name="Comment" xml:space="preserve">
3869+
<value>Comment</value>
3870+
</data>
3871+
<data name="Disable" xml:space="preserve">
3872+
<value>Disable</value>
3873+
</data>
3874+
<data name="EditEntry" xml:space="preserve">
3875+
<value>Edit entry</value>
3876+
</data>
3877+
<data name="EditEntryDots" xml:space="preserve">
3878+
<value>Edit entry...</value>
3879+
</data>
3880+
<data name="EnableEntry" xml:space="preserve">
3881+
<value>Enable entry</value>
3882+
</data>
3883+
<data name="DisableEntry" xml:space="preserve">
3884+
<value>Disable entry</value>
3885+
</data>
3886+
<data name="RefreshingDots" xml:space="preserve">
3887+
<value>Refreshing...</value>
3888+
</data>
3889+
<data name="ReloadedAtX" xml:space="preserve">
3890+
<value>Reloaded at {0}</value>
3891+
</data>
3892+
<data name="FailedToLoadHostsFileMessage" xml:space="preserve">
3893+
<value>Failed to load hosts file: {0}</value>
3894+
</data>
3895+
<data name="RetryingInXSecondsDots" xml:space="preserve">
3896+
<value>Retrying in {0} seconds...</value>
3897+
</data>
3898+
<data name="WhatsNew" xml:space="preserve">
3899+
<value>What's new?</value>
3900+
</data>
3901+
<data name="Changelog" xml:space="preserve">
3902+
<value>Changelog</value>
3903+
</data>
3904+
<data name="UpgradedToXXX" xml:space="preserve">
3905+
<value>Upgraded to {0}</value>
3906+
</data>
3907+
<data name="WhatsNewMessage" xml:space="preserve">
3908+
<value>This release includes new features, improvements, and bug fixes. Check out the changelog for all the details!</value>
3909+
</data>
3910+
<data name="Entries" xml:space="preserve">
3911+
<value>Entries</value>
3912+
</data>
3913+
<data name="DeleteHostsFileEntryMessage" xml:space="preserve">
3914+
<value>The selected entry is permanently deleted:
3915+
3916+
{0} {1} {2}</value>
3917+
</data>
3918+
<data name="ExampleHostsFileEntryComment" xml:space="preserve">
3919+
<value>Primary DNS server</value>
3920+
</data>
3921+
<data name="EnterValidHostsFileEntryHostname" xml:space="preserve">
3922+
<value>Enter a valid hostname (e.g., "server-01" or "example.com")! Multiple hostnames can be separated with a space.</value>
3923+
</data>
3924+
<data name="HostsFileReadErrorMessage" xml:space="preserve">
3925+
<value>The "hosts" file could not be read! See log file for more details.</value>
3926+
</data>
3927+
<data name="HostsFileWriteErrorMessage" xml:space="preserve">
3928+
<value>The "hosts" file could not be written to. See log file for more details.</value>
3929+
</data>
3930+
<data name="HostsFileEntryNotFoundMessage" xml:space="preserve">
3931+
<value>The entry was not found in the "hosts" file! Maybe the file has been modified.</value>
3932+
</data>
3933+
<data name="HostsFileBackupErrorMessage" xml:space="preserve">
3934+
<value>A backup of the "hosts" file could not be created! See log file for more details.</value>
3935+
</data>
38613936
<data name="ShowStatusBar" xml:space="preserve">
3862-
<value />
3937+
<value>Show status bar</value>
38633938
</data>
38643939
<data name="HelpMessage_ShowStatusBar" xml:space="preserve">
3865-
<value />
3940+
<value>Displays the status bar in the bottom-left of the WebView when hovering over a link.</value>
38663941
</data>
38673942
<data name="SaveCredentials" xml:space="preserve">
3868-
<value />
3943+
<value>Save credentials</value>
38693944
</data>
38703945
<data name="HelpMessage_SaveCredentials" xml:space="preserve">
3871-
<value />
3946+
<value>Displays a dialog to save credentials after a successful sign-in.</value>
38723947
</data>
38733948
<data name="DeleteBrowsingData" xml:space="preserve">
3874-
<value />
3949+
<value>Delete browsing data</value>
38753950
</data>
38763951
<data name="DeleteBrowsingDataMessage" xml:space="preserve">
3877-
<value />
3952+
<value>Permanently delete browsing data (history, cookies, cache, credentials, etc.) for the current WebView2 profile.</value>
38783953
</data>
38793954
<data name="BrowsingData" xml:space="preserve">
3880-
<value />
3955+
<value>Browsing Data</value>
3956+
</data>
3957+
<data name="BrowsingDataSuccessfullyDeletedMessage" xml:space="preserve">
3958+
<value>Browsing data successfully deleted!</value>
3959+
</data>
3960+
<data name="BrowsingDataErrorMessage" xml:space="preserve">
3961+
<value>An error occurred while deleting browsing data. Feel free to report this issue on GitHub.</value>
38813962
</data>
3882-
</root>
3963+
</root>

0 commit comments

Comments
 (0)