Skip to content

Commit

Permalink
Merge pull request #1349 from qalibqurbanov/develop
Browse files Browse the repository at this point in the history
Azerbaijani language
  • Loading branch information
Alex-D authored Jan 1, 2023
2 parents d1711b7 + e440e16 commit f5f921c
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions src/langs/az.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
/* ===========================================================
* az.js
* Azerbaijani translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Qalib Qurbanov
* Github : https://github.com/qalibqurbanov
*/

jQuery.trumbowyg.langs.az = {
viewHTML: 'HTML Kodu',

formatting: 'Formatlama',
p: 'Abzas',
blockquote: 'Sitat',
code: 'Kod',
header: 'Başlıq',

undo: 'Geri al',
redo: 'İrəli al',

superscript: 'Sözüstü',
subscript: 'Sözaltı',

bold: 'Qalın',
italic: 'İtalik',
strikethrough: 'Üzeri xəttli',
underline: 'Altı xəttli',

strong: 'Qalın',
em: 'Vurğulu',
del: 'Üzəri xəttli',

unorderedList: 'İşarələnmiş siyahı',
orderedList: 'Nömrələnmiş siyahı',

insertImage: 'Şəkil yerləşdir',
insertVideo: 'Video yerləşdir',
link: 'Link',
createLink: 'Link yerləşdir',
unlink: 'Linki sil',

justifyLeft: 'Sola nizamla',
justifyCenter: 'Ortaya nizamla',
justifyRight: 'Sağa nizamla',
justifyFull: 'Üfüqi nizamla',

horizontalRule: 'Üfüqi xətt əlavə et',

fullscreen: 'Tam ekran',

close: 'Bağla',

submit: 'Təsdiq et',
reset: 'Sıfırla',

required: 'Vacib',
description: 'Açıqlama',
title: 'Başlıq',
text: 'Mətn',

removeformat: 'Formatlamanı təmizlə'
};

0 comments on commit f5f921c

Please sign in to comment.