New translations en.json (Russian)
This commit is contained in:
parent
346f858f9f
commit
e006cc3ca4
1 changed files with 12 additions and 12 deletions
|
@ -18,18 +18,18 @@
|
|||
"totp-not-enabled": "2FA не включена для этого пользователя",
|
||||
"totp-invalid-code": "Неверный 2FA код",
|
||||
"totp-already-enabled": "2FA уже включена для этого пользователя",
|
||||
"app-not-found": "App {id} not found",
|
||||
"app-failed-to-start": "Failed to start app {id}, see logs for more details",
|
||||
"app-failed-to-install": "Failed to install app {id}, see logs for more details",
|
||||
"app-failed-to-stop": "Failed to stop app {id}, see logs for more details",
|
||||
"app-failed-to-uninstall": "Failed to uninstall app {id}, see logs for more details",
|
||||
"app-failed-to-update": "Failed to update app {id}, see logs for more details",
|
||||
"domain-required-if-expose-app": "Domain is required if app is exposed",
|
||||
"domain-not-valid": "Domain {domain} is not a valid domain",
|
||||
"invalid-config": "App {id} has an invalid config.json file",
|
||||
"app-not-exposable": "App {id} is not exposable",
|
||||
"app-force-exposed": "App {id} works only with exposed domain",
|
||||
"domain-already-in-use": "Domain {domain} is already in use by app {id}"
|
||||
"app-not-found": "Приложение {id} не найдено",
|
||||
"app-failed-to-start": "Не удалось запустить приложение {id}. См. подробности в логах",
|
||||
"app-failed-to-install": "Не удалось установить приложение {id}. См. подробности в логах",
|
||||
"app-failed-to-stop": "Не удалось остановить приложение {id}. См. подробности в логах",
|
||||
"app-failed-to-uninstall": "Не удалось удалить приложение {id}. См. подробности в логах",
|
||||
"app-failed-to-update": "Не удалось обновить приложение {id}. См. подробности в логах",
|
||||
"domain-required-if-expose-app": "Доменное имя обязательно, если указан внешний доступ",
|
||||
"domain-not-valid": "Домен {domain} недопустим",
|
||||
"invalid-config": "Неправильный файл config.json для приложения {id}",
|
||||
"app-not-exposable": "К приложению {id} невозможно получить доступ по доменному имени",
|
||||
"app-force-exposed": "Доступ к приложению {id} возможен только по доменному имени",
|
||||
"domain-already-in-use": "Домен {domain} уже используется приложением {id}"
|
||||
},
|
||||
"success": {}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue