Skip to content
Snippets Groups Projects
Commit 0ff7f12b authored by Gankov Andrey's avatar Gankov Andrey Committed by Weblate
Browse files

Translated using Weblate (Russian)

Currently translated at 71.5% (184 of 257 strings)

Translation: XWiki Platform/XWiki Platform - CKEditor - UI
Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-ckeditor-ui/ru/
parent 3ed76043
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,9 @@
ckeditor.plugin.macro.editButtonHint=Редактировать макрос
ckeditor.plugin.macro.refreshFailed=Не удалось обновить отредактированный контент.
ckeditor.plugin.macro.dedicatedInsertButtonHint=Вставить {0} макрос
ckeditor.plugin.macro.installPending=Устанавливаем {0} {1}...
ckeditor.plugin.macro.installSuccessful=Успешно установлено {0} {1}.
ckeditor.plugin.macro.installFailed=Не удалось установить {0} {1}.
ckeditor.plugin.office.importer.title=Импортировать файл Office
ckeditor.plugin.office.importer.filePath=Путь к файлу
ckeditor.plugin.office.importer.filePath.hint=Выберите файл для импорта. Файл будет загружен и прикреплен к этой странице, а его содержимое будет вставлено в содержимое страницы.
......@@ -87,14 +90,14 @@
ckeditor.plugin.toolbar.bulletedlist=Маркированный список
ckeditor.plugin.toolbar.numberedlist=Нумерованный список
ckeditor.plugin.toolbar.insert=Вставить
ckeditor.plugin.toolbar.horizontalrule=Горизонтальная линия
ckeditor.plugin.toolbar.horizontalrule=Разделитель
ckeditor.plugin.toolbar.specialchar=Cпециальные символы
ckeditor.plugin.toolbar.infoBox=Информация
ckeditor.plugin.toolbar.successBox=Успешное завершение
ckeditor.plugin.toolbar.warningBox=Предупреждение
ckeditor.plugin.toolbar.errorBox=Ошибка
ckeditor.plugin.toolbar.toc=Оглавление
ckeditor.plugin.toolbar.include=Вставка
ckeditor.plugin.toolbar.include=Вложенная страница
ckeditor.plugin.toolbar.code=Фрагмент кода
ckeditor.plugin.toolbar.otherMacros=Другие макросы
ckeditor.plugin.syntax.update.inProgress=Обновление редактора WYSIWYG
......@@ -137,6 +140,93 @@
ckeditor.plugin.image.imageSelector.urlTab.url.title=URL
ckeditor.plugin.image.imageSelector.urlTab.url.hint=URL-адрес изображения для отображения.
ckeditor.plugin.image.imageSelector.urlTab.url.placeholder=https://...
ckeditor.plugin.slash.group.Layout=Макет
ckeditor.plugin.slash.group.Content=Содержимое
ckeditor.plugin.slash.group.Formatting=Форматирование
ckeditor.plugin.slash.group.Navigation=Навигация
ckeditor.plugin.slash.group.Actions=Действия
ckeditor.plugin.slash.group.Table=Таблица
ckeditor.plugin.slash.group.Macro=Макрос
ckeditor.plugin.slash.action.h1.hint=Большой заголовок раздела.
ckeditor.plugin.slash.action.h2.hint=Средний заголовок раздела.
ckeditor.plugin.slash.action.h3.hint=Малый заголовок раздела.
ckeditor.plugin.slash.action.p.name=Абзац
ckeditor.plugin.slash.action.p.hint=Создаёт абзац обычного текста.
ckeditor.plugin.slash.action.ul.hint=Создаёт простой маркированный список.
ckeditor.plugin.slash.action.ol.hint=Создаёт список с нумерацией.
### Missing: ckeditor.plugin.slash.action.table.hint=Add simple tabular content to your page.
### Missing: ckeditor.plugin.slash.action.blockquote.name=Quote
### Missing: ckeditor.plugin.slash.action.blockquote.hint=Mark a quotation.
### Missing: ckeditor.plugin.slash.action.info.hint=Emphasize an important message.
### Missing: ckeditor.plugin.slash.action.info.defaultContent=Type your information message here.
### Missing: ckeditor.plugin.slash.action.success.hint=Mark work done.
### Missing: ckeditor.plugin.slash.action.success.defaultContent=Type your success message here.
### Missing: ckeditor.plugin.slash.action.warning.hint=Write a warning message.
### Missing: ckeditor.plugin.slash.action.warning.defaultContent=Type your warning message here.
### Missing: ckeditor.plugin.slash.action.error.hint=Write an error message.
### Missing: ckeditor.plugin.slash.action.error.defaultContent=Type your error message here.
### Missing: ckeditor.plugin.slash.action.hr.hint=Mark a thematic break between blocks of content: for example, a change of scene in a story, or a shift of topic within a section.
### Missing: ckeditor.plugin.slash.action.a.hint=Create a link to another page.
### Missing: ckeditor.plugin.slash.action.img.hint=Embed or upload an image.
### Missing: ckeditor.plugin.slash.action.mention.name=Mention
### Missing: ckeditor.plugin.slash.action.mention.hint=Mention someone to send them a notification.
### Missing: ckeditor.plugin.slash.action.emoji.name=Emoji
### Missing: ckeditor.plugin.slash.action.emoji.hint=Pick an emoji to insert.
### Missing: ckeditor.plugin.slash.action.code.hint=Write a snippet of code.
### Missing: ckeditor.plugin.slash.action.toc.hint=Provide an overview of the content sections.
### Missing: ckeditor.plugin.slash.action.include.hint=Include content from other pages.
### Missing: ckeditor.plugin.slash.action.macros.name=Browse macros
### Missing: ckeditor.plugin.slash.action.macros.hint=Find the macro you need.
### Missing: ckeditor.plugin.slash.action.find.hint=Replace multiple occurrences of a given text.
### Missing: ckeditor.plugin.slash.action.table_row_before.hint=Insert a new table row before the current one.
### Missing: ckeditor.plugin.slash.action.table_row_after.hint=Insert a new table row after the current one.
### Missing: ckeditor.plugin.slash.action.table_row_delete.name=Delete Row
### Missing: ckeditor.plugin.slash.action.table_row_delete.hint=Remove the current table row.
### Missing: ckeditor.plugin.slash.action.table_col_before.hint=Insert a new table column before the current one.
### Missing: ckeditor.plugin.slash.action.table_col_after.hint=Insert a new table column after the current one.
### Missing: ckeditor.plugin.slash.action.table_col_delete.name=Delete Column
### Missing: ckeditor.plugin.slash.action.table_col_delete.hint=Remove the current table column.
### Missing: ckeditor.plugin.slash.action.table_cell_split_horizontal.hint=Split the current table cell horizontally.
### Missing: ckeditor.plugin.slash.action.table_cell_split_vertical.hint=Split the current table cell vertically.
### Missing: ckeditor.plugin.slash.action.table_cell_merge_right.name=Merge Cell Right
### Missing: ckeditor.plugin.slash.action.table_cell_merge_right.hint=Merge the current table cell with the next one.
### Missing: ckeditor.plugin.slash.action.table_cell_merge_down.name=Merge Cell Down
### Missing: ckeditor.plugin.slash.action.table_cell_merge_down.hint=Merge the current table cell with the one below.
### Missing: ckeditor.plugin.slash.action.table_cell_before.hint=Insert a new table cell before the current one.
### Missing: ckeditor.plugin.slash.action.table_cell_after.hint=Insert a new table cell after the current one.
### Missing: ckeditor.plugin.slash.action.table_cell_delete.name=Delete Cell
### Missing: ckeditor.plugin.slash.action.table_cell_delete.hint=Remove the current table cell.
### Missing: ckeditor.plugin.slash.action.table_delete.hint=Remove the current table from the content.
### Missing: ckeditor.plugin.slash.placeholder=Type / for quick actions...
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.body=Body
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.address=Address
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.aside=Aside
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.footer=Footer
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.header=Header
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h1=Heading 1
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h2=Heading 2
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h3=Heading 3
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h4=Heading 4
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h5=Heading 5
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.h6=Heading 6
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.main=Main content
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.nav=Navigation
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.section=Section
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.blockquote=Quote
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.dl=Definition list
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.dt=Definition entry
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.dd=Description
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.figcaption=Caption
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.figure=Figure
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.ol=Ordered list
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.ul=Unordered list
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.menu=Menu (unordered list)
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.li=List item
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.p=Paragraph
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.pre=Preformated
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.caption=Title
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.th=Header
### Missing: ckeditor.plugin.focusedplaceholder.placeholder.td=Cell
ckeditor.inline.failedToInit=Не удалось инициализировать CKEditor.
ckeditor.upload.error.csrf=Токен CSRF отсутствует.
ckeditor.upload.error.emptyReturn=Ошибка при загрузке файла: он может превышать настроенный максимальный размер загрузки.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment