From 1edc5476e88dfbb83aa700daa541d09744dfcddc Mon Sep 17 00:00:00 2001 From: Nikita Epifanov Date: Tue, 28 Dec 2021 18:15:41 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 98.8% (526 of 532 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/ --- assets/l10n/intl_ru.arb | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_ru.arb b/assets/l10n/intl_ru.arb index 2cc6b9d4..5af48024 100644 --- a/assets/l10n/intl_ru.arb +++ b/assets/l10n/intl_ru.arb @@ -2679,5 +2679,34 @@ "@openVideoCamera": { "type": "text", "placeholders": {} - } + }, + "yourStory": "Ваша история", + "@yourStory": {}, + "replyHasBeenSent": "Ответ отправлен", + "@replyHasBeenSent": {}, + "videoWithSize": "Видео ({size})", + "@videoWithSize": { + "type": "text", + "placeholders": { + "size": {} + } + }, + "storyFrom": "История за {date}:\n{body}", + "@storyFrom": { + "type": "text", + "placeholders": { + "date": {}, + "body": {} + } + }, + "addToStory": "Добавить в историю", + "@addToStory": {}, + "publish": "Опубликовать", + "@publish": {}, + "whoCanSeeMyStories": "Кто может видеть мои истории?", + "@whoCanSeeMyStories": {}, + "unsubscribeStories": "Отписаться от историй", + "@unsubscribeStories": {}, + "thisUserHasNotPostedAnythingYet": "Этот пользователь еще ничего не опубликовал в своей истории", + "@thisUserHasNotPostedAnythingYet": {} }