mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +01:00
Translated using Weblate (Russian)
Currently translated at 100.0% (570 of 570 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
This commit is contained in:
parent
05b394be0a
commit
77f32fef8e
@ -242,7 +242,7 @@
|
|||||||
"username": {}
|
"username": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changedTheChatDescriptionTo": "{username} изменил(а) описание чата на: \"{description}\"",
|
"changedTheChatDescriptionTo": "{username} изменил(а) описание чата на: '{description}'",
|
||||||
"@changedTheChatDescriptionTo": {
|
"@changedTheChatDescriptionTo": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -250,7 +250,7 @@
|
|||||||
"description": {}
|
"description": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changedTheChatNameTo": "{username} изменил(а) имя чата на: \"{chatname}\"",
|
"changedTheChatNameTo": "{username} изменил(а) имя чата на: '{chatname}'",
|
||||||
"@changedTheChatNameTo": {
|
"@changedTheChatNameTo": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -265,7 +265,7 @@
|
|||||||
"username": {}
|
"username": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changedTheDisplaynameTo": "{username} изменил(а) отображаемое имя на: {displayname}",
|
"changedTheDisplaynameTo": "{username} изменил(а) отображаемое имя на: '{displayname}'",
|
||||||
"@changedTheDisplaynameTo": {
|
"@changedTheDisplaynameTo": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -2176,7 +2176,7 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"timeOfDay": "{hours24}:{minutes}",
|
"timeOfDay": "{hours12}:{minutes}:{suffix}",
|
||||||
"@timeOfDay": {
|
"@timeOfDay": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -2255,7 +2255,7 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"unknownEvent": "Неизвестное событие \"{type}\"",
|
"unknownEvent": "Неизвестное событие '{type}'",
|
||||||
"@unknownEvent": {
|
"@unknownEvent": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -2778,5 +2778,25 @@
|
|||||||
"nextAccount": "Следующая учётная запись",
|
"nextAccount": "Следующая учётная запись",
|
||||||
"@nextAccount": {},
|
"@nextAccount": {},
|
||||||
"previousAccount": "Предыдущая учётная запись",
|
"previousAccount": "Предыдущая учётная запись",
|
||||||
"@previousAccount": {}
|
"@previousAccount": {},
|
||||||
|
"editWidgets": "Редактировать виджеты",
|
||||||
|
"@editWidgets": {},
|
||||||
|
"addWidget": "Добавить виджет",
|
||||||
|
"@addWidget": {},
|
||||||
|
"widgetVideo": "Видео",
|
||||||
|
"@widgetVideo": {},
|
||||||
|
"widgetEtherpad": "Текстовая записка",
|
||||||
|
"@widgetEtherpad": {},
|
||||||
|
"widgetCustom": "Пользовательский",
|
||||||
|
"@widgetCustom": {},
|
||||||
|
"widgetJitsi": "Совещание Jitsi",
|
||||||
|
"@widgetJitsi": {},
|
||||||
|
"widgetName": "Имя",
|
||||||
|
"@widgetName": {},
|
||||||
|
"widgetUrlError": "Этот URL не действителен.",
|
||||||
|
"@widgetUrlError": {},
|
||||||
|
"widgetNameError": "Пожалуйста, укажите отображаемое имя.",
|
||||||
|
"@widgetNameError": {},
|
||||||
|
"errorAddingWidget": "Ошибка при добавлении виджета.",
|
||||||
|
"@errorAddingWidget": {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user