@kangc/v-md-editor
Version:
A markdown editor built on Vue
109 lines (108 loc) • 2.02 kB
JavaScript
"use strict";
exports.__esModule = true;
exports.default = void 0;
var _default = {
undo: {
toolbar: 'Cofnij'
},
redo: {
toolbar: 'Powtórz'
},
clear: {
toolbar: 'Wyczyść wszystko'
},
h: {
toolbar: 'Nagłówki'
},
h1: {
toolbar: 'Nagłówek 1',
placeholder: 'Nagłówek 1'
},
h2: {
toolbar: 'Nagłówek 2',
placeholder: 'Nagłówek 2'
},
h3: {
toolbar: 'Nagłówek 3',
placeholder: 'Nagłówek 3'
},
h4: {
toolbar: 'Nagłówek 4',
placeholder: 'Nagłówek 4'
},
h5: {
toolbar: 'Nagłówek 5',
placeholder: 'Nagłówek 5'
},
h6: {
toolbar: 'Nagłówek 6',
placeholder: 'Nagłówek 6'
},
bold: {
toolbar: 'Pogrubienie',
placeholder: 'Pogrubienie'
},
italic: {
toolbar: 'Kursywa',
placeholder: 'Kursywa'
},
strikethrough: {
toolbar: 'Przekreślenie',
placeholder: 'Przekreślenie'
},
quote: {
toolbar: 'Blok cytatu',
placeholder: 'Blok cytatu'
},
ul: {
toolbar: 'Lista nieuporządkowana',
placeholder: 'Lista nieuporządkowana'
},
ol: {
toolbar: 'Lista uporządkowana',
placeholder: 'Lista uporządkowana'
},
table: {
toolbar: 'Wstaw tabelę'
},
hr: {
toolbar: 'Linia'
},
link: {
toolbar: 'Wstaw link',
descPlaceholder: 'Link'
},
image: {
toolbar: 'Wstaw grafikę'
},
imageLink: {
toolbar: 'Z linku'
},
uploadImage: {
toolbar: 'Wyślij zdjęcie'
},
code: {
toolbar: 'Wstaw blok kodu'
},
save: {
toolbar: 'Zapisz'
},
preview: {
enabled: 'Pokaż podgląd',
disabled: 'Ukryj podgląd'
},
toc: {
title: 'Spis treści',
enabled: 'Pokaż spis treści',
disabled: 'Ukryj spis treści'
},
syncScroll: {
enabled: 'Synchronizuj przesunięcie',
disabled: 'Nie synchronizuj przesunięcia'
},
fullscreen: {
enabled: 'Pełny ekran (Wciśnij ESC, aby opuścić)',
disabled: 'Opuść tryb pełnoekranowy'
}
};
exports.default = _default;