From 23fbe6c346032771c93108693553ef11f1f04481 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sat, 25 Apr 2026 15:11:29 +0200 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 7.4% (4 of 54 strings) Co-authored-by: Ivan Zarubin Translate-URL: https://hosted.weblate.org/projects/splitpro/categories/ru/ Translation: SplitPro/Categories --- public/locales/ru/categories.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/public/locales/ru/categories.json b/public/locales/ru/categories.json index 0967ef42..c465a23a 100644 --- a/public/locales/ru/categories.json +++ b/public/locales/ru/categories.json @@ -1 +1,14 @@ -{} +{ + "categories_list": { + "entertainment": { + "name": "Развлечения" + }, + "food": { + "items": { + "diningOut": "Питание вне дома", + "groceries": "Продукты", + "liquor": "Алкоголь" + } + } + } +}