From 1d3eff2f184062c2365a37cbb52929de7ec078ef Mon Sep 17 00:00:00 2001 From: PEDZEO Date: Wed, 21 Jan 2026 04:14:40 +0300 Subject: [PATCH] Add translations for database settings - PostgreSQL: DB name, host, password, port, user - Database mode, URL - Redis URL, SQLite path --- src/locales/ru.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/locales/ru.json b/src/locales/ru.json index df5bc2f..47af317 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -1027,7 +1027,16 @@ "Admin Reports Chat Id": "ID чата отчётов", "Admin Reports Enabled": "Отчёты админов", "Admin Reports Send Time": "Время отправки", - "Admin Reports Topic Id": "ID топика отчётов" + "Admin Reports Topic Id": "ID топика отчётов", + "Postgres Db": "Имя БД", + "Postgres Host": "Хост", + "Postgres Password": "Пароль", + "Postgres Port": "Порт", + "Postgres User": "Пользователь", + "Database Mode": "Режим БД", + "Database Url": "URL подключения", + "Redis Url": "URL Redis", + "Sqlite Path": "Путь SQLite" }, "categories": { "PAYMENT": "Платежи",