From 1bbb66daae4c2375ec96b6ec10c64c0c5c1a2b7d Mon Sep 17 00:00:00 2001 From: Artem Date: Thu, 10 Jun 2021 19:38:18 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 83.3% (5 of 6 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/ru/ --- langs/shared-questions/ru.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/ru.json b/langs/shared-questions/ru.json index 0967ef424b..5983306fd9 100644 --- a/langs/shared-questions/ru.json +++ b/langs/shared-questions/ru.json @@ -1 +1,17 @@ -{} +{ + "undefined": { + "opening_hours": { + "render": "

Часы работы

{opening_hours_table(opening_hours)}", + "question": "Какое время работы у {name}?" + }, + "website": { + "question": "Какой сайт у {name}?" + }, + "email": { + "question": "Какой адрес электронной почты у {name}?" + }, + "phone": { + "question": "Какой номер телефона у {name}?" + } + } +}