]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/az.yml
Update rails translations
[rails.git] / vendor / rails-locales / az.yml
1 # Azerbaijani translations for Ruby on Rails
2 # by Nihad Abbasov (mail@narkoz.me)
3
4 az:
5   date:
6     formats:
7       default: "%d.%m.%Y"
8       short: "%d %b"
9       long: "%d %B %Y"
10
11     day_names:
12       - Bazar
13       - Bazar ertəsi
14       - Çərşənbə axşamı
15       - Çərşənbə
16       - Cümə axşamı
17       - Cümə
18       - Şənbə
19     abbr_day_names:
20       - B.
21       - B.E.
22       - Ç.A.
23       - Ç.
24       - C.A.
25       - C.
26       - Ş.
27
28     month_names:
29       - ~
30       - Yanvar
31       - Fevral
32       - Mart
33       - Aprel
34       - May
35       - İyun
36       - İyul
37       - Avqust
38       - Sentyabr
39       - Oktyabr
40       - Noyabr
41       - Dekabr
42     abbr_month_names:
43       - ~
44       - Yan
45       - Fev
46       - Mar
47       - Apr
48       - May
49       - İyn
50       - İyl
51       - Avq
52       - Sen
53       - Okt
54       - Noy
55       - Dek
56     order:
57       - :day
58       - :month
59       - :year
60
61   time:
62     formats:
63       default: "%a, %d %b %Y, %H:%M:%S %z"
64       short: "%d %b, %H:%M"
65       long: "%d %B %Y, %H:%M"
66     am: "günortaya qədər"
67     pm: "günortadan sonra"
68
69   support:
70     array:
71       words_connector: ", "
72       two_words_connector: " və "
73       last_word_connector: " və "
74
75     select:
76       prompt: "Seçin"
77
78   number:
79     format:
80       separator: "."
81       delimiter: " "
82       precision: 3
83       significant: false
84       strip_insignificant_zeros: false
85
86     currency:
87       format:
88         format: "%n %u"
89         unit: "AZN"
90         separator: "."
91         delimiter: " "
92         precision: 2
93         significant: false
94         strip_insignificant_zeros: false
95
96     percentage:
97       format:
98         delimiter: ""
99
100     precision:
101       format:
102         delimiter: ""
103
104     human:
105       format:
106         delimiter: ""
107         precision: 1
108         significant: false
109         strip_insignificant_zeros: false
110       storage_units:
111         format: "%n %u"
112         units:
113           byte:
114             one:   "Bayt"
115             other: "Bayt"
116           kb: "KB"
117           mb: "MB"
118           gb: "GB"
119           tb: "TB"
120       decimal_units:
121         format: "%n %u"
122         units:
123           unit: ""
124           thousand: Min
125           million: Milyon
126           billion: Milyard
127           trillion: Trilyon
128           quadrillion: Katrilyon
129
130   datetime:
131     distance_in_words:
132       half_a_minute: "yarım dəqiqə"
133       less_than_x_seconds:
134         one:   "1 saniyədən az"
135         other: "%{count} saniyədən az"
136       x_seconds:
137         one:   "1 saniyə"
138         other: "%{count} saniyə"
139       less_than_x_minutes:
140         one:   "1 dəqiqədən az"
141         other: "%{count} dəqiqədən az"
142       x_minutes:
143         one:   "1 dəqiqə"
144         other: "%{count} dəqiqə"
145       about_x_hours:
146         one:   "təxminən 1 saat"
147         other: "təxminən %{count} saat"
148       x_days:
149         one:   "1 gün"
150         other: "%{count} gün"
151       about_x_months:
152         one:   "təxminən 1 ay"
153         other: "təxminən %{count} ay"
154       x_months:
155         one:   "1 ay"
156         other: "%{count} ay"
157       about_x_years:
158         one:   "təxminən 1 il"
159         other: "təxminən %{count} il"
160       over_x_years:
161         one:   "1 ildən çox"
162         other: "%{count} ildən çox"
163       almost_x_years:
164         one:   "təqribən 1 il"
165         other: "təqribən %{count} il"
166     prompts:
167       year:   "İl"
168       month:  "Ay"
169       day:    "Gün"
170       hour:   "Saat"
171       minute: "Dəqiqə"
172       second: "Saniyə"
173
174   helpers:
175     select:
176       prompt: "Seçin"
177
178     submit:
179       create: '%{model} yarat'
180       update: '%{model} yenilə'
181       submit: '%{model} saxla'
182
183   errors:
184     format: "%{attribute} %{message}"
185
186     messages: &errors_messages
187       inclusion: "siyahiyə daxil deyil"
188       exclusion: "qorunur"
189       invalid: "yalnışdır"
190       confirmation: "təsdiqə uygun deyil"
191       accepted: "qəbul olunmalıdır"
192       empty: "boş ola bilməz"
193       blank: "boş ola bilməz"
194       too_long: "çox uzundur (%{count} simvoldan çox olmalı deyil)"
195       too_short: "çox qısadır (%{count} simvoldan az olmalı deyil)"
196       wrong_length: "uzunluqu səhvdir (%{count} simvol olmalıdır)"
197       not_a_number: "rəqəm deyil"
198       not_an_integer: "tam rəqəm olmalıdır"
199       greater_than: "%{count}-dən böyük olmalıdır"
200       greater_than_or_equal_to: "böyük və ya %{count}-ə bərabər olmalıdır"
201       equal_to: "%{count}-ə bərabər olmalıdır"
202       less_than: "%{count}-dən kiçik olmalıdır"
203       less_than_or_equal_to: "kiçik və ya %{count}-ə bərabər olmalıdır"
204       odd: "tək olmalıdır"
205       even: "cüt olmalıdır"
206       taken: "artıq mövcuddur"
207       record_invalid: "Yoxlama uğursuz oldu: %{errors}"
208     template: &errors_template
209       header:
210         one:    "%{model} saxlanmadı: 1 səhv"
211         other:  "%{model} saxlanmadı: %{count} səhv"
212       body: "Aşağıdaki səhvlər üzə çıxdı:"
213
214   activerecord:
215     errors:
216       messages:
217         <<: *errors_messages
218       template:
219         <<: *errors_template
220
221       full_messages:
222         format: "%{attribute} %{message}"