You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-markdown-editor/src/js/languages.json

93 lines
4.3 KiB
JSON

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"en": {
"promptTexts": {
"link": "URL for the link:",
"image": "URL of the image:"
},
"status": {
"lines": "lines: ",
"words": "words: ",
"autosave": "Autosaved: "
},
"errorMessages": {
"noFileGiven": "You must select a file.",
"typeNotAllowed": "This image type is not allowed.",
"fileTooLarge": "Image #image_name# is too big (#image_size#).\nMaximum file size is #image_max_size#.",
"importError": "Something went wrong when uploading the image #image_name#."
},
"imageTexts": {
"sbInit": "Attach files by drag and dropping or pasting from clipboard.",
"sbOnDragEnter": "Drop image to upload it.",
"sbOnDrop": "Uploading image #images_names#...",
"sbProgress": "Uploading #file_name#: #progress#%",
"sbOnUploaded": "Uploaded #image_name#",
"sizeUnits": "b,Kb,Mb"
},
"toolbar": {
"bold": {"title": "Bold"},
"italic": {"title": "Italic"},
"strikethrough": {"title": "Strikethrough"},
"heading": {"title": "Heading"},
"heading-smaller": {"title": "Smaller Heading"},
"heading-bigger": {"title": "Bigger Heading"},
"heading-1": {"title": "Big Heading"},
"heading-2": {"title": "Medium Heading"},
"heading-3": {"title": "Small Heading"},
"code": {"title": "Code"},
"quote": {"title": "Quote"},
"unordered-list": {"title": "Generic List"},
"ordered-list": {"title": "Numbered List"},
"clean-block": {"title": "Clean block"},
"link": {"title": "Create Link"},
"image": {"title": "Insert Image"},
"upload-image": {"title": "Import an image"},
"table": {"title": "Insert Table"},
"horizontal-rule": {"title": "Insert Horizontal Line"},
"preview": {"title": "Toggle Preview"},
"side-by-side": {"title": "Toggle Side by Side"},
"fullscreen": {"title": "Toggle Fullscreen"},
"guide": {"title": "Markdown Guide"},
"undo": {"title": "Undo"},
"redo": {"title": "Redo"}
}
},
"ru": {
"promptTexts": {
"link": "Введите гиперссылку:",
"image": "Вставьте ссылку на изображение:"
},
"status": {
"lines": "строк: ",
"words": "слов: ",
"autosave": "Автосохранение: "
},
"toolbar": {
"bold": {"title": "Полужирный"},
"italic": {"title": "Курсив"},
"strikethrough": {"title": "Зачёркнутый"},
"heading": {"title": "Заголовок"},
"heading-smaller": {"title": "Уменьшить заголовок"},
"heading-bigger": {"title": "Увеличеть заголовок"},
"heading-1": {"title": "Заголовок h1"},
"heading-2": {"title": "Заголовок h2"},
"heading-3": {"title": "Заголовок h3"},
"code": {"title": "Код"},
"quote": {"title": "Цитата"},
"unordered-list": {"title": "Маркированный список"},
"ordered-list": {"title": "Нумерованный список"},
"clean-block": {"title": "Очистить блок"},
"link": {"title": "Вставить ссылку"},
"image": {"title": "Вставить изображение"},
"upload-image": {"title": "Загрузка изображения"},
"table": {"title": "Вставить таблицу"},
"horizontal-rule": {"title": "Вставить горизонтальную линию"},
"preview": {"title": "Предварительный просмотр"},
"side-by-side": {"title": "Режим Side by Side"},
"fullscreen": {"title": "На весь экран"},
"guide": {"title": "Markdown Guide"},
"undo": {"title": "Отменить"},
"redo": {"title": "Повтор"}
}
}
}