From c0513dfb592e1d607645f46aca881eaa887903cd Mon Sep 17 00:00:00 2001 From: Nikita Epifanov Date: Sat, 7 Aug 2021 06:00:15 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 100.0% (478 of 478 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/ --- assets/l10n/intl_ru.arb | 78 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_ru.arb b/assets/l10n/intl_ru.arb index 3753c7d7..bbe985eb 100644 --- a/assets/l10n/intl_ru.arb +++ b/assets/l10n/intl_ru.arb @@ -1543,7 +1543,7 @@ "type": {} } }, - "verifiedSession": "Сессия успешно проверена!", + "verifiedSession": "Успешно проверенная сессия!", "@verifiedSession": { "type": "text", "placeholders": {} @@ -2506,5 +2506,81 @@ "@sendSticker": { "type": "text", "placeholders": {} + }, + "locationPermissionDeniedNotice": "Разрешение на определение местоположения отклонено. Пожалуйста, предоставьте это разрешение, чтобы иметь возможность делиться своим местоположением.", + "@locationPermissionDeniedNotice": { + "type": "text", + "placeholders": {} + }, + "locationDisabledNotice": "Службы определения местоположения отключены. Включите их, чтобы иметь возможность обмениваться информацией о своем местоположении.", + "@locationDisabledNotice": { + "type": "text", + "placeholders": {} + }, + "shareLocation": "Поделиться местоположением", + "@shareLocation": { + "type": "text", + "placeholders": {} + }, + "spaceName": "Название пространства", + "@spaceName": { + "type": "text", + "placeholders": {} + }, + "openInMaps": "Открыть на картах", + "@openInMaps": { + "type": "text", + "placeholders": {} + }, + "obtainingLocation": "Получение местоположения…", + "@obtainingLocation": { + "type": "text", + "placeholders": {} + }, + "spaceIsPublic": "Пространство публичное", + "@spaceIsPublic": { + "type": "text", + "placeholders": {} + }, + "enterASpacepName": "Введите название пространства", + "@enterASpacepName": {}, + "dontAskAgain": "Отменить и больше не спрашивать", + "@dontAskAgain": { + "type": "text", + "placeholders": {} + }, + "errorObtainingLocation": "Ошибка получения местоположения: {error}", + "@errorObtainingLocation": { + "type": "text", + "placeholders": { + "error": {} + } + }, + "createNewSpace": "Создать новое пространство", + "@createNewSpace": { + "type": "text", + "placeholders": {} + }, + "publicSpace": "Публичное пространство", + "@publicSpace": { + "type": "text", + "placeholders": {} + }, + "commandHintMyRoomAvatar": "Установите свою фотографию для этой комнаты (автор: mxc-uri)", + "@commandHintMyRoomAvatar": { + "type": "text", + "description": "Usage hint for the command /myroomavatar" + }, + "allChats": "Все чаты", + "@allChats": { + "type": "text", + "placeholders": {} + }, + "cantOpenUri": "Не удается открыть URI {uri}", + "@cantOpenUri": { + "type": "text", + "placeholders": { + "uri": {} + } } }