Files
huly-platform/packages/platform/lang/ru.json
T
Anton AlexeyevandGitHub cfbe03bf99 Readonly ux improvements (#9573)
* Add Join WS button to the AccountPopup

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>

* Add ReadOnly notification to the Recorder

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>

* Add ReadOnly notification to the file uploader

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>

* Fix formatting

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>

* Tune locales

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>

---------

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
2025-07-21 18:23:10 +07:00

31 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"status": {
"LoadingPlugin": "Загрузка плагина {plugin}...",
"UnknownError": "Неизвестная ошибка: {message}",
"InvalidId": "Некорректный Id: {id}",
"BadRequest": "Некорректный запрос",
"Forbidden": "Запрещено",
"Conflict": "Конфликт",
"ExpiredLink": "Ссылка истекла",
"Unauthorized": "Неавторизован",
"UnknownMethod": "Неизвестный метод: {method}",
"InternalServerError": "Внутренняя ошибка сервера",
"MaintenanceWarning": "Серверные работы запланированы через",
"MaintenanceWarningTime": "{time, plural, one {# минуту} few {# минуты} other {# минут}}",
"AccountNotFound": "Аккаунт не найден",
"AccountNotConfirmed": "Аккаунт не подтвержден",
"WorkspaceNotFound": "Рабочее пространство не найдено",
"InvalidPassword": "Неверный пароль",
"AccountAlreadyExists": "Аккаунт уже существует",
"WorkspaceRateLimit": "Сервер перегружен, пожалуйста, подождите",
"AccountAlreadyConfirmed": "Аккаунт уже подтвержден",
"WorkspaceAlreadyExists": "Рабочее пространство уже существует",
"InvalidOtp": "Неверный код",
"InviteNotFound": "Приглашение с email:{email} не найдено.",
"WorkspaceLimitReached": "Вы достигли лимита рабочих пространств. Свяжитесь с нами...",
"ReadOnlyAccount": "Анонимное гостевое демо",
"SystemAccount": "Системный аккаунт",
"SocialIdAlreadyExists": "Социальный ID уже существует"
}
}