From d11a76bbefe8656381567608772f691e8efd55d2 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Sat, 6 Jun 2026 12:41:13 -0700 Subject: [PATCH] New translations en-us.json (Russian) [ci skip] --- messages/ru-RU.json | 69 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 57 insertions(+), 12 deletions(-) diff --git a/messages/ru-RU.json b/messages/ru-RU.json index 529852260..0d7eb825e 100644 --- a/messages/ru-RU.json +++ b/messages/ru-RU.json @@ -756,11 +756,11 @@ "rulesErrorDuplicate": "Дублирующее правило", "rulesErrorDuplicateDescription": "Правило с такими настройками уже существует", "rulesErrorInvalidIpAddressRange": "Неверный CIDR", - "rulesErrorInvalidIpAddressRangeDescription": "Пожалуйста, введите корректное значение CIDR", - "rulesErrorInvalidUrl": "Неверный URL путь", - "rulesErrorInvalidUrlDescription": "Пожалуйста, введите корректное значение URL пути", - "rulesErrorInvalidIpAddress": "Неверный IP", - "rulesErrorInvalidIpAddressDescription": "Пожалуйста, введите корректный IP адрес", + "rulesErrorInvalidIpAddressRangeDescription": "Enter a valid CIDR range (e.g., 10.0.0.0/8).", + "rulesErrorInvalidUrl": "Invalid path", + "rulesErrorInvalidUrlDescription": "Enter a valid URL path or pattern (e.g., /api/*).", + "rulesErrorInvalidIpAddress": "Invalid IP address", + "rulesErrorInvalidIpAddressDescription": "Enter a valid IPv4 or IPv6 address.", "rulesErrorUpdate": "Не удалось обновить правила", "rulesErrorUpdateDescription": "Произошла ошибка при обновлении правил", "rulesUpdated": "Включить правила", @@ -768,15 +768,23 @@ "rulesMatchIpAddressRangeDescription": "Введите адрес в формате CIDR (например, 103.21.244.0/22)", "rulesMatchIpAddress": "Введите IP адрес (например, 103.21.244.12)", "rulesMatchUrl": "Введите URL путь или шаблон (например, /api/v1/todos или /api/v1/*)", - "rulesErrorInvalidPriority": "Неверный приоритет", - "rulesErrorInvalidPriorityDescription": "Пожалуйста, введите корректный приоритет", - "rulesErrorDuplicatePriority": "Дублирующие приоритеты", - "rulesErrorDuplicatePriorityDescription": "Пожалуйста, введите уникальные приоритеты", + "rulesErrorInvalidPriority": "Invalid priority", + "rulesErrorInvalidPriorityDescription": "Enter a whole number of 1 or higher.", + "rulesErrorDuplicatePriority": "Duplicate priorities", + "rulesErrorDuplicatePriorityDescription": "Each rule must have a unique priority number.", + "rulesErrorValidation": "Invalid rules", + "rulesErrorValidationRuleDescription": "Rule {ruleNumber}: {message}", + "rulesErrorValueRequired": "Enter a value for this rule.", + "rulesErrorInvalidCountry": "Invalid country", + "rulesErrorInvalidCountryDescription": "Select a valid country.", + "rulesErrorInvalidAsn": "Invalid ASN", + "rulesErrorInvalidAsnDescription": "Enter a valid ASN (e.g., AS15169).", "ruleUpdated": "Правила обновлены", "ruleUpdatedDescription": "Правила успешно обновлены", "ruleErrorUpdate": "Операция не удалась", "ruleErrorUpdateDescription": "Произошла ошибка во время операции сохранения", "rulesPriority": "Приоритет", + "rulesReorderDragHandle": "Drag to reorder rule priority", "rulesAction": "Действие", "rulesMatchType": "Тип совпадения", "value": "Значение", @@ -795,7 +803,7 @@ "rulesResource": "Конфигурация правил ресурса", "rulesResourceDescription": "Настройка правил для контроля доступа к ресурсу", "ruleSubmit": "Добавить правило", - "rulesNoOne": "Нет правил. Добавьте правило с помощью формы.", + "rulesNoOne": "No rules yet.", "rulesOrder": "Правила оцениваются по приоритету в возрастающем порядке.", "rulesSubmit": "Сохранить правила", "policyErrorCreate": "Ошибка создания политики", @@ -806,7 +814,44 @@ "policyErrorUpdateMessageDescription": "Произошла неожиданная ошибка", "policyCreatedSuccess": "Политика ресурса успешно создана", "policyUpdatedSuccess": "Политика ресурса успешно обновлена", - "authMethodsSave": "Сохранить методы аутентификации", + "authMethodsSave": "Save Settings", + "policyAuthStackTitle": "Authentication", + "policyAuthStackDescription": "Control which authentication methods are required to access this resource", + "policyAuthOrLogicTitle": "Multiple authentication methods active", + "policyAuthOrLogicBanner": "Visitors may authenticate using any one of the active methods below. They do not need to complete all of them.", + "policyAuthMethodActive": "Active", + "policyAuthMethodOff": "Off", + "policyAuthSsoTitle": "Platform SSO", + "policyAuthSsoDescription": "Require sign-in through your organization's identity provider", + "policyAuthSsoSummary": "{idp} · {users} users, {roles} roles", + "policyAuthSsoDefaultIdp": "Default provider", + "policyAuthAddDefaultIdentityProvider": "Add Default Identity Provider", + "policyAuthOtherMethodsTitle": "Other Methods", + "policyAuthOtherMethodsDescription": "Optional methods visitors can use instead of or alongside platform SSO", + "policyAuthPasscodeTitle": "Passcode", + "policyAuthPasscodeDescription": "Require a shared alphanumeric passcode to access the resource", + "policyAuthPasscodeSummary": "Passcode set", + "policyAuthPincodeTitle": "PIN Code", + "policyAuthPincodeDescription": "A short numeric code required to access the resource", + "policyAuthPincodeSummary": "6-digit PIN set", + "policyAuthEmailTitle": "Email Whitelist", + "policyAuthEmailDescription": "Allow listed email addresses with one-time passwords", + "policyAuthEmailSummary": "{count} addresses allowed", + "policyAuthEmailOtpCallout": "Enabling email whitelist sends a one-time password to the visitor's email on login.", + "policyAuthHeaderAuthTitle": "Basic Header Auth", + "policyAuthHeaderAuthDescription": "Validate a custom HTTP header name and value on each request", + "policyAuthHeaderAuthSummary": "Header configured", + "policyAuthHeaderName": "Header name", + "policyAuthHeaderValue": "Expected value", + "policyAccessRulesTitle": "Access Rules", + "policyAccessRulesEnableDescription": "When enabled, rules are evaluated in descending order until one evaluates as true.", + "policyAccessRulesFirstMatch": "Rules are evaluated top to bottom. The first matching rule decides the outcome.", + "policyAccessRulesHowItWorks": "Rules match requests by path, IP address, location, or other criteria. Each rule applies an action: bypass authentication, block access, or pass to authentication. If no rule matches, traffic continues to authentication.", + "policyAccessRulesFallthroughOff": "When rules are disabled, all traffic passes through to authentication.", + "policyAccessRulesFallthroughOn": "When no rule matches, traffic passes through to authentication.", + "rulesPlaceholderCidr": "10.0.0.0/8", + "rulesPlaceholderPath": "/admin/*", + "rulesPlaceholderGeo": "RU, KP", "rulesSave": "Сохранить правила", "resourceErrorCreate": "Ошибка при создании ресурса", "resourceErrorCreateDescription": "Произошла ошибка при создании ресурса", @@ -3045,7 +3090,7 @@ "enterConfirmation": "Введите подтверждение", "blueprintViewDetails": "Подробности", "defaultIdentityProvider": "Поставщик удостоверений по умолчанию", - "defaultIdentityProviderDescription": "Когда выбран поставщик идентификации по умолчанию, пользователь будет автоматически перенаправлен на провайдер для аутентификации.", + "defaultIdentityProviderDescription": "The user will be automatically redirected to this identity provider for authentication.", "editInternalResourceDialogNetworkSettings": "Настройки сети", "editInternalResourceDialogAccessPolicy": "Политика доступа", "editInternalResourceDialogAddRoles": "Добавить роли",