-
-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1349 from qalibqurbanov/develop
Azerbaijani language
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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ə' | ||
}; |