diff --git a/src/editor/locales/albanian.js b/src/editor/locales/albanian.js new file mode 100644 index 0000000..56d5ec1 --- /dev/null +++ b/src/editor/locales/albanian.js @@ -0,0 +1,20 @@ +module.exports = { + locale_name: 'Albanian', + locale_shorthand: ['sq', 'albanian'], + // Translations: + justifyCenter: 'Qendër', + justifyLeft: 'Vendose Majtas', + justifyRight: 'Vendose Djathtas', + bold: 'Thekso', + code: 'Kodim', + headings: 'Titujt (t1-t6)', + link: 'Vendos link', + image: 'Vendos Imazh', + italic: 'Kursive', + orderedList: 'List e rënditur (1, 2, 3, ...)', + unorderedList: 'List e pa rënditur', + removeFormat: 'Largoj të gjithë formatimet.\nLargo titujt, theksimet, kursive, nënvizimet në tekst, etj.', + separator: 'presje', + table: 'Vendos tabelë', + underline: 'Nënvizo' +} \ No newline at end of file