v2rayN/v2rayN/ServiceLib
Miheichev Aleksandr Sergeevich 5b47d8ba05
Some checks are pending
release Linux / build (push) Waiting to run
release Linux / release-zip (push) Blocked by required conditions
release Linux / build and release deb x64 & arm64 (push) Waiting to run
release Linux / build and release rpm x64 & arm64 (push) Waiting to run
release Linux / build and release rpm riscv64 (push) Waiting to run
release Linux / build and release deb riscv64 (push) Waiting to run
release Linux / build and release deb loong64 (push) Waiting to run
release macOS / build (push) Waiting to run
release macOS / release-zip (push) Blocked by required conditions
release macOS / package and release macOS dmg (push) Blocked by required conditions
release Windows desktop (Avalonia UI) / build (push) Waiting to run
release Windows desktop (Avalonia UI) / release-zip (push) Blocked by required conditions
release Windows / build (push) Waiting to run
release Windows / release-zip (push) Blocked by required conditions
i18n(ru): translate untranslated PreSharedKey label and Export menu (#9309)
Two strings in ResUI.ru.resx were left with their English (or identifier) values and surfaced as untranslated text on a Russian UI culture. This commit translates both, keeping the existing translation style and the existing technical vocabulary established earlier in this file.

Changes:

1. TbPreSharedKey: 'PreSharedKey' -> 'Общий ключ (PSK)'

   The label is the WireGuard pre-shared-key field. The sibling WireGuard fields are already translated in the same file (TbPublicKey -> 'Открытый ключ', TbPrivateKey -> 'Приватный ключ'), so leaving this one as the raw identifier was inconsistent. 'Общий ключ' matches the wording used in Russian-localized network UIs for this concept (NetworkManager, MikroTik, OpenVPN GUIs); the '(PSK)' suffix preserves the technical abbreviation so users familiar with the WireGuard documentation immediately recognize the field.

2. menuExport2InnerUri: 'Export v2rayN Internal Share Link to Clipboard' -> 'Экспорт внутренней ссылки v2rayN в буфер обмена'

   This context-menu item was added recently and the Russian resource kept the English string verbatim. The translation follows the convention of the sibling export-to-clipboard items (menuExport2ShareUrlBase64 uses 'Экспорт ... в буфер обмена'), and 'внутренней ссылки v2rayN' preserves the 'internal' qualifier because this share-link format is specific to v2rayN's own importer and not interchangeable with the standard VMess/VLESS/Trojan/etc. URI schemes.

Verified:

- Diff scope: only ResUI.ru.resx, only the two <value> elements; the .resx XML schema headers and all other keys are untouched.

- Full audit of ResUI.ru.resx vs ResUI.resx: every other key is present and translated; these were the only two strings still surfacing in English on a Russian UI culture.

- 'dotnet build v2rayN/v2rayN.sln -c Release' passes with 0 errors and 0 warnings.
2026-05-15 15:09:17 +08:00
..
Base Optimize and improve GlobalUsings 2025-10-19 11:42:32 +08:00
Common chore: remove NoWarn and fix .NET 10 build warnings across platforms (#9301) 2026-05-14 19:25:07 +08:00
Enums UDP Test (#8999) 2026-04-25 10:45:45 +08:00
Events Optimize and improve GlobalUsings 2025-10-19 11:42:32 +08:00
Handler chore: remove NoWarn and fix .NET 10 build warnings across platforms (#9301) 2026-05-14 19:25:07 +08:00
Helper Upgrade Downloader to 4.1.1 and update API usage 2026-02-27 11:21:51 +08:00
Manager chore: remove NoWarn and fix .NET 10 build warnings across platforms (#9301) 2026-05-14 19:25:07 +08:00
Models Refactor models into sub-namespaces 2026-05-11 11:00:19 +08:00
Resx i18n(ru): translate untranslated PreSharedKey label and Export menu (#9309) 2026-05-15 15:09:17 +08:00
Sample Add xray tun support (#9063) 2026-04-16 19:17:44 +08:00
Services chore: remove NoWarn and fix .NET 10 build warnings across platforms (#9301) 2026-05-14 19:25:07 +08:00
ViewModels Refactor models into sub-namespaces 2026-05-11 11:00:19 +08:00
FodyWeavers.xml Refactoring Project 2024-08-20 14:15:29 +08:00
Global.cs Inner uri (#9245) 2026-05-06 20:33:35 +08:00
GlobalUsings.cs chore: remove NoWarn and fix .NET 10 build warnings across platforms (#9301) 2026-05-14 19:25:07 +08:00
ServiceLib.csproj Update .NET 10 (#9239) 2026-05-11 17:56:35 +08:00