diff --git a/src/editor/locales/russian.js b/src/editor/locales/russian.js new file mode 100644 index 0000000..84ee16c --- /dev/null +++ b/src/editor/locales/russian.js @@ -0,0 +1,20 @@ +module.exports = { + locale_name: 'Russian', + locale_shorthand: ['ru', 'russian'], + // Translations: + justifyCenter: 'По центру', + justifyLeft: 'Слева', + justifyRight: 'Справа', + bold: 'Жирный', + code: 'Код', + headings: 'Заголовки (h1-h6)', + link: 'Гиперссылка', + image: 'Вставить изображение', + italic: 'Наклонный', + orderedList: 'Список с нумерацией (1, 2, 3, ...)', + unorderedList: 'Маркерный список', + removeFormat: 'Удалить форматирование.\nОчистить заголовки, жирный, наклонный, подчёркнутый текст, итд.', + separator: null, + table: 'Вставить Таблицу', + underline: 'Подчёркнутый' +}