-
-
Notifications
You must be signed in to change notification settings - Fork 615
/
az.js
63 lines (48 loc) · 1.41 KB
/
az.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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ə'
};