Translated using Weblate (Russian)

Currently translated at 100.0% (480 of 480 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
This commit is contained in:
Yuriy Skalko 2021-08-12 10:11:53 +00:00 committed by Hosted Weblate
parent 689e298865
commit a34c8f49af
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -539,7 +539,7 @@
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
}, },
"emoteWarnNeedToPick": "Вам нужно выбрать шорткод эмодзи и изображение!", "emoteWarnNeedToPick": "Вам нужно задать код эмодзи и изображение!",
"@emoteWarnNeedToPick": { "@emoteWarnNeedToPick": {
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
@ -759,7 +759,7 @@
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
}, },
"isTyping": "Печатает…", "isTyping": "печатает…",
"@isTyping": { "@isTyping": {
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
@ -1813,7 +1813,7 @@
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
}, },
"setCustomEmotes": "Установить пользовательские эмоции", "setCustomEmotes": "Установить пользовательские эмодзи",
"@setCustomEmotes": { "@setCustomEmotes": {
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
@ -2210,7 +2210,7 @@
"supportedVersions": {} "supportedVersions": {}
} }
}, },
"badServerVersionsException": "Домашний сервер поддерживает версии:\n{serverVersions}\nНо это приложение поддерживает только {supportedVersions}", "badServerVersionsException": "Домашний сервер поддерживает следующие версии спецификации:\n{serverVersions}\nНо это приложение поддерживает только {supportedVersions}",
"@badServerVersionsException": { "@badServerVersionsException": {
"type": "text", "type": "text",
"placeholders": { "placeholders": {
@ -2472,7 +2472,7 @@
"type": "text", "type": "text",
"description": "Usage hint for the command /leave" "description": "Usage hint for the command /leave"
}, },
"commandHintJoin": "Присоединяйтесь к данной комнате", "commandHintJoin": "Присоединиться к данной комнате",
"@commandHintJoin": { "@commandHintJoin": {
"type": "text", "type": "text",
"description": "Usage hint for the command /join" "description": "Usage hint for the command /join"
@ -2582,5 +2582,18 @@
"placeholders": { "placeholders": {
"uri": {} "uri": {}
} }
},
"noMatrixServer": "{server1} не является matrix-сервером, использовать {server2} вместо него?",
"@noMatrixServer": {
"type": "text",
"placeholders": {
"server1": {},
"server2": {}
}
},
"autoplayImages": "Автоматически воспроизводить анимированные стикеры и эмодзи",
"@autoplayImages": {
"type": "text",
"placeholder": {}
} }
} }