added translation for ru-RU (#1234)

feat: added translation for ru-RU
This commit is contained in:
Ishan Pandhare 2022-10-09 13:41:05 +05:30 committed by GitHub
parent 123e6968af
commit 6c39b5b321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,35 +1,35 @@
{
"@@locale": "ru-RU",
"bold": "",
"bold": "смелый",
"@bold": {},
"bulletedList": "",
"bulletedList": "маркированный список",
"@bulletedList": {},
"checkbox": "",
"checkbox": "флажок",
"@checkbox": {},
"embedCode": "",
"embedCode": "код для вставки",
"@embedCode": {},
"heading1": "",
"heading1": "заголовок1",
"@heading1": {},
"heading2": "",
"heading2": "заголовок2",
"@heading2": {},
"heading3": "",
"heading3": "заголовок3",
"@heading3": {},
"highlight": "",
"highlight": "выделять",
"@highlight": {},
"image": "",
"image": "изображение",
"@image": {},
"italic": "",
"italic": "курсив",
"@italic": {},
"link": "",
"link": "ссылка на сайт",
"@link": {},
"numberedList": "",
"numberedList": "нумерованный список",
"@numberedList": {},
"quote": "",
"quote": "цитировать",
"@quote": {},
"strikethrough": "",
"strikethrough": "зачеркнутый",
"@strikethrough": {},
"text": "",
"text": "текст",
"@text": {},
"underline": "",
"underline": "подчеркнуть",
"@underline": {}
}