Skip to content

Commit c3d4b3c

Browse files
[i18n] Add Azerbaijan language (#2082)
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
1 parent f7076ff commit c3d4b3c

1 file changed

Lines changed: 114 additions & 0 deletions

File tree

i18n/az.toml

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
# UI strings. Buttons and similar.
2+
3+
[ui_pager_prev]
4+
other = "Əvvəlki"
5+
6+
[ui_pager_next]
7+
other = "Növbəti"
8+
9+
[ui_read_more]
10+
other = "Daha çox oxu"
11+
12+
[ui_search]
13+
other = "Bu saytda axtarın..."
14+
15+
# Used in sentences such as "Posted in News"
16+
[ui_in]
17+
other = "daxilində"
18+
19+
# Used in sentences such as "All Tags"
20+
[ui_all]
21+
other = "bütün"
22+
23+
# Footer text
24+
[footer_all_rights_reserved]
25+
other = "Bütün Hüquqlar Qorunur"
26+
27+
[footer_privacy_policy]
28+
other = "Məxfilik Siyasəti"
29+
30+
# Post (blog, articles etc.)
31+
[post_byline_by]
32+
other = "tərəfindən"
33+
34+
[post_created]
35+
other = "Yaradıldı"
36+
37+
[post_last_mod]
38+
other = "Son redaktə"
39+
40+
[post_edit_this]
41+
other = "Bu səhifəni redaktə edin"
42+
43+
[post_view_this]
44+
other = "Səhifənin mənbəyini görüntülə"
45+
46+
[post_create_child_page]
47+
other = "Alt səhifə yaradın"
48+
49+
[post_create_issue]
50+
other = "Sənəd mövzusu yaradın"
51+
52+
[post_create_project_issue]
53+
other = "Layihə mövzusu yaradın"
54+
55+
[post_posts_in]
56+
other = "Yazılar daxilində"
57+
58+
[post_reading_time]
59+
other = "dəqiqə oxuma"
60+
61+
[post_less_than_a_minute_read]
62+
other = "1 dəqiqədən az"
63+
64+
# Print support
65+
[print_printable_section]
66+
other = "Bu bölmə çap üçün uyğundur."
67+
68+
[print_click_to_print]
69+
other = "Çap etmək üçün klikləyin"
70+
71+
[print_show_regular]
72+
other = "Bu səhifənin adi görünüşünə qayıdın"
73+
74+
[print_entire_section]
75+
other = "Bütün bölməni çap edin"
76+
77+
# Community
78+
[community_join]
79+
other = "{{ .Site.Title }} icmasına qoşulun"
80+
81+
[community_introduce]
82+
other = "{{ .Site.Title }} hər kəsin istifadə edə biləcəyi, inkişaf etdirə biləcəyi və zövq ala biləcəyi açıq mənbəli bir layihədir. Bizə qoşulmağınızı çox istərdik! Budur iştirak etməyin və layihə haqqında məlumat əldə etməyin bir neçə yolu."
83+
84+
[community_learn]
85+
other = "Öyrənin və Bağlanın"
86+
87+
[community_using]
88+
other = "{{ .Site.Title }} istifadə edirsiniz və ya istifadə etmək fikrindəsiniz? Daha çox məlumatı buradan əldə edə bilərsiniz:"
89+
90+
[community_develop]
91+
other = "İnkişaf etdirin və Töhfə verin"
92+
93+
[community_contribute]
94+
other = "Əgər {{ .Site.Title }}-a daha çox töhfə vermək istəyirsinizsə, bizə burada qoşulun:"
95+
96+
[community_how_to]
97+
other = "{{ .Site.Title }}-a necə töhfə verməyi bizim"
98+
99+
[community_guideline]
100+
other = "Töhfə Təlimatlarımız"
101+
102+
# Feedback
103+
[feedback_title]
104+
other = "Rəy"
105+
106+
[feedback_question]
107+
other = "Bu səhifə sizin üçün faydalı oldu?"
108+
109+
[feedback_positive]
110+
other = "Bəli"
111+
112+
[feedback_negative]
113+
other = "Xeyr"
114+

0 commit comments

Comments
 (0)