mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04: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": {}
|
||||
}
|
||||
},
|
||||
"changedTheChatDescriptionTo": "{username} изменил(а) описание чата на: \"{description}\"",
|
||||
"changedTheChatDescriptionTo": "{username} изменил(а) описание чата на: '{description}'",
|
||||
"@changedTheChatDescriptionTo": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
@ -250,7 +250,7 @@
|
||||
"description": {}
|
||||
}
|
||||
},
|
||||
"changedTheChatNameTo": "{username} изменил(а) имя чата на: \"{chatname}\"",
|
||||
"changedTheChatNameTo": "{username} изменил(а) имя чата на: '{chatname}'",
|
||||
"@changedTheChatNameTo": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
@ -265,7 +265,7 @@
|
||||
"username": {}
|
||||
}
|
||||
},
|
||||
"changedTheDisplaynameTo": "{username} изменил(а) отображаемое имя на: {displayname}",
|
||||
"changedTheDisplaynameTo": "{username} изменил(а) отображаемое имя на: '{displayname}'",
|
||||
"@changedTheDisplaynameTo": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
@ -2176,7 +2176,7 @@
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"timeOfDay": "{hours24}:{minutes}",
|
||||
"timeOfDay": "{hours12}:{minutes}:{suffix}",
|
||||
"@timeOfDay": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
@ -2255,7 +2255,7 @@
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unknownEvent": "Неизвестное событие \"{type}\"",
|
||||
"unknownEvent": "Неизвестное событие '{type}'",
|
||||
"@unknownEvent": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
@ -2778,5 +2778,25 @@
|
||||
"nextAccount": "Следующая учётная запись",
|
||||
"@nextAccount": {},
|
||||
"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