From 330737f4b9bc768e492e84dfbc4c0640b88afe5d Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 7 Jul 2026 13:35:53 +1000 Subject: [PATCH] New translations app_en.arb (Russian) [ci skip] --- lib/l10n/ru_RU/app_ru_RU.arb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lib/l10n/ru_RU/app_ru_RU.arb b/lib/l10n/ru_RU/app_ru_RU.arb index 8ea0a464..f15a3a25 100644 --- a/lib/l10n/ru_RU/app_ru_RU.arb +++ b/lib/l10n/ru_RU/app_ru_RU.arb @@ -234,8 +234,12 @@ "@confirmScanDetail": {}, "connectionCheck": "Check Connection", "@connectionCheck": {}, + "connectionCheckDetail": "Checks that the server address is reachable. This does not verify your username or password.", + "@connectionCheckDetail": {}, "connectionRefused": "Отказано в подключении", "@connectionRefused": {}, + "connectionRefusedDetail": "Could not reach the server. Check that the address is correct and the server is running.", + "@connectionRefusedDetail": {}, "count": "Количество", "@count": { "description": "Count" @@ -268,6 +272,12 @@ "@darkMode": {}, "darkModeEnable": "Включить тёмную тему", "@darkModeEnable": {}, + "showPkValue": "Show ID", + "@showPkValue": {}, + "showPkValueDetail": "Display the internal ID (PK) value for parts, stock items and other objects", + "@showPkValueDetail": {}, + "pk": "ID", + "@pk": {}, "delete": "Удалить", "@delete": {}, "deleteFailed": "Ошибка удаления", @@ -754,6 +764,8 @@ "@profileAdd": {}, "profileConnect": "Подключение к серверу", "@profileConnect": {}, + "profileSwitchConfirm": "This will disconnect your current session. Switch server profile?", + "@profileSwitchConfirm": {}, "profileEdit": "Редактировать профиль сервера", "@profileEdit": {}, "profileDelete": "Удалить профиль сервера", @@ -986,10 +998,16 @@ "@serverApiVersion": {}, "serverAuthenticationError": "Ошибка аутентификации", "@serverAuthenticationError": {}, + "sessionExpired": "Session Expired", + "@sessionExpired": {}, + "sessionExpiredDetail": "Your session has expired. Please sign in again.", + "@sessionExpiredDetail": {}, "serverCertificateError": "Ошибка сертификата", "@serverCertificateError": {}, "serverCertificateInvalid": "HTTPS сертификат сервера недействителен", "@serverCertificateInvalid": {}, + "serverCertificateTrust": "This server's certificate could not be verified. Trust it anyway?", + "@serverCertificateTrust": {}, "serverConnected": "Подключён к серверу", "@serverConnected": {}, "serverConnecting": "Подключение к серверу",