From 0cc6135005bd42b2643f9c798de8cf0a5e0d3390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=92?= Date: Sun, 17 Mar 2024 18:28:48 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 99.6% (1121 of 1125 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/ru/ --- static/locales/ru.client.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/static/locales/ru.client.json b/static/locales/ru.client.json index 190f0935..c15d23b3 100644 --- a/static/locales/ru.client.json +++ b/static/locales/ru.client.json @@ -268,7 +268,9 @@ "You do not have write access to this site": "У вас нет права записи для этого сайта", "Remove all data but keep the structure to use as a template": "Удалить все данные, но сохранить структуру для использования в качестве шаблона.", "Download full document and history": "Скачать полный документ и историю", - "Remove document history (can significantly reduce file size)": "Удалить историю документа (может значительно уменьшить размер файла)" + "Remove document history (can significantly reduce file size)": "Удалить историю документа (может значительно уменьшить размер файла)", + "Download": "Скачать", + "Download document": "Скачать документ" }, "ShareMenu": { "Back to Current": "Вернуться к текущему", @@ -1375,5 +1377,15 @@ "FormSuccessPage": { "Form Submitted": "Форма отправлена", "Thank you! Your response has been recorded.": "Спасибо! Ваш ответ учтен." + }, + "DateRangeOptions": { + "Today": "Сегодня", + "Last 30 days": "Последние 30 дней", + "Last 7 days": "Последние 7 дней", + "Last Week": "Последняя неделя", + "Next 7 days": "Следующие 7 дней", + "This month": "Этот месяц", + "This week": "Эта неделя", + "This year": "Текущий год" } }