Files
espocrm/application/Espo/Resources/i18n/ru_RU/Stream.json
2026-01-19 17:46:06 +01:00

15 lines
770 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"messages": {
"infoMention": "Введите **@username**, чтобы упомянуть пользователя в сообщении.",
"infoSyntax": "Доступный синтаксис markdown",
"couldNotAddFollowerUserHasNoAccessToStream": "Не удалось добавить пользователя '{userName}' к подписчикам. Пользователь не имеет доступа к 'потоку' записи."
},
"syntaxItems": {
"code": "код",
"multilineCode": "многострочный код",
"strongText": "жирный текст",
"emphasizedText": "курсивный текст",
"deletedText": "зачеркнутый текст",
"blockquote": "цитата"
}
}