File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 107107 image : ImageTool ,
108108
109109 list : {
110- class : List ,
110+ class : EditorjsList ,
111111 inlineToolbar : true ,
112112 shortcut : 'CMD+SHIFT+L'
113113 } ,
198198 } ,
199199 "popover" : {
200200 "Filter" : "Поиск" ,
201- "Nothing found" : "Ничего не найдено"
201+ "Nothing found" : "Ничего не найдено" ,
202+ /**
203+ * Translation of "Convert To" at the Block Tunes Popover
204+ */
205+ "Convert to" : "Конвертировать в"
202206 }
203207 } ,
204208
221225 "Bold" : "Полужирный" ,
222226 "Italic" : "Курсив" ,
223227 "InlineCode" : "Моноширинный" ,
224- "Image" : "Картинка"
228+ "Image" : "Картинка" ,
225229 } ,
226230
227231 /**
274278 "list" : {
275279 "Ordered" : "Нумерованный" ,
276280 "Unordered" : "Маркированный" ,
277- }
281+ } ,
282+ /**
283+ * Translation of "Convert To" at the Inline Toolbar hint
284+ */
285+ "convertTo" : {
286+ "Convert to" : "Конвертировать в"
287+ } ,
278288 } ,
279289
280290 /**
295305 } ,
296306 "moveDown" : {
297307 "Move down" : "Переместить вниз"
298- }
308+ } ,
299309 } ,
300310 }
301311 } ,
You can’t perform that action at this time.
0 commit comments