Skip to content

Commit 9e4a8b2

Browse files
seferovfabpot
authored andcommitted
Azerbaijani locale
1 parent 8e4d6fb commit 9e4a8b2

File tree

1 file changed

+227
-0
lines changed

1 file changed

+227
-0
lines changed
Lines changed: 227 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,227 @@
1+
<?xml version="1.0"?>
2+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3+
<file source-language="en" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>This value should be false.</source>
7+
<target>Bu dəyər false olmalıdır.</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>This value should be true.</source>
11+
<target>Bu dəyər true olmalıdır.</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>This value should be of type {{ type }}.</source>
15+
<target>Bu dəyərin tipi {{ type }} olmalıdır.</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>This value should be blank.</source>
19+
<target>Bu dəyər boş olmalıdır.</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>The value you selected is not a valid choice.</source>
23+
<target>Seçdiyiniz dəyər düzgün bir seçim değil.</target>
24+
</trans-unit>
25+
<trans-unit id="6">
26+
<source>You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.</source>
27+
<target>Ən az {{ limit }} seçim qeyd edilməlidir.</target>
28+
</trans-unit>
29+
<trans-unit id="7">
30+
<source>You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.</source>
31+
<target>Ən çox {{ limit }} seçim qeyd edilməlidir.</target>
32+
</trans-unit>
33+
<trans-unit id="8">
34+
<source>One or more of the given values is invalid.</source>
35+
<target>Təqdim edilən dəyərlərdən bir və ya bir neçəsi yanlışdır.</target>
36+
</trans-unit>
37+
<trans-unit id="9">
38+
<source>This field was not expected.</source>
39+
<target>Bu sahə gözlənilmirdi.</target>
40+
</trans-unit>
41+
<trans-unit id="10">
42+
<source>This field is missing.</source>
43+
<target>Bu sahə əksikdir.</target>
44+
</trans-unit>
45+
<trans-unit id="11">
46+
<source>This value is not a valid date.</source>
47+
<target>Bu dəyər düzgün bir tarix deyil.</target>
48+
</trans-unit>
49+
<trans-unit id="12">
50+
<source>This value is not a valid datetime.</source>
51+
<target>Bu dəyər düzgün bir tarixsaat deyil.</target>
52+
</trans-unit>
53+
<trans-unit id="13">
54+
<source>This value is not a valid email address.</source>
55+
<target>Bu dəyər düzgün bir e-poçt adresi deyil.</target>
56+
</trans-unit>
57+
<trans-unit id="14">
58+
<source>The file could not be found.</source>
59+
<target>Fayl tapılmadı.</target>
60+
</trans-unit>
61+
<trans-unit id="15">
62+
<source>The file is not readable.</source>
63+
<target>Fayl oxunabilən deyil.</target>
64+
</trans-unit>
65+
<trans-unit id="16">
66+
<source>The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.</source>
67+
<target>Fayl çox böyükdür ({{ size }} {{ suffix }}). İcazə verilən maksimum fayl ölçüsü {{ limit }} {{ suffix }}.</target>
68+
</trans-unit>
69+
<trans-unit id="17">
70+
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.</source>
71+
<target>Faylın mime tipi yanlışdr ({{ type }}). İcazə verilən mime tipləri {{ types }}.</target>
72+
</trans-unit>
73+
<trans-unit id="18">
74+
<source>This value should be {{ limit }} or less.</source>
75+
<target>Bu dəyər {{ limit }} və ya altında olmalıdır.</target>
76+
</trans-unit>
77+
<trans-unit id="19">
78+
<source>This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.</source>
79+
<target>Bu dəyər çox uzundur. {{ limit }} və ya daha az simvol olmalıdır.</target>
80+
</trans-unit>
81+
<trans-unit id="20">
82+
<source>This value should be {{ limit }} or more.</source>
83+
<target>Bu dəyər {{ limit }} veya daha fazla olmalıdır.</target>
84+
</trans-unit>
85+
<trans-unit id="21">
86+
<source>This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.</source>
87+
<target>Bu dəyər çox qısadır. {{ limit }} və ya daha çox simvol olmalıdır.</target>
88+
</trans-unit>
89+
<trans-unit id="22">
90+
<source>This value should not be blank.</source>
91+
<target>Bu dəyər boş olmamalıdır.</target>
92+
</trans-unit>
93+
<trans-unit id="23">
94+
<source>This value should not be null.</source>
95+
<target>Bu dəyər boş olmamalıdır.</target>
96+
</trans-unit>
97+
<trans-unit id="24">
98+
<source>This value should be null.</source>
99+
<target>Bu dəyər boş olmamalıdır.</target>
100+
</trans-unit>
101+
<trans-unit id="25">
102+
<source>This value is not valid.</source>
103+
<target>Bu dəyər doğru deyil.</target>
104+
</trans-unit>
105+
<trans-unit id="26">
106+
<source>This value is not a valid time.</source>
107+
<target>Bu dəyər doğru bir saat deyil.</target>
108+
</trans-unit>
109+
<trans-unit id="27">
110+
<source>This value is not a valid URL.</source>
111+
<target>Bu dəyər doğru bir URL değil.</target>
112+
</trans-unit>
113+
<trans-unit id="31">
114+
<source>The two values should be equal.</source>
115+
<target>İki dəyər eyni olmalıdır.</target>
116+
</trans-unit>
117+
<trans-unit id="32">
118+
<source>The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.</source>
119+
<target>Fayl çox böyükdür. İcazə verilən ən böyük fayl ölçüsü {{ limit }} {{ suffix }}.</target>
120+
</trans-unit>
121+
<trans-unit id="33">
122+
<source>The file is too large.</source>
123+
<target>Fayl çox böyükdür.</target>
124+
</trans-unit>
125+
<trans-unit id="34">
126+
<source>The file could not be uploaded.</source>
127+
<target>Fayl yüklənəbilmir.</target>
128+
</trans-unit>
129+
<trans-unit id="35">
130+
<source>This value should be a valid number.</source>
131+
<target>Bu dəyər rəqəm olmalıdır.</target>
132+
</trans-unit>
133+
<trans-unit id="36">
134+
<source>This file is not a valid image.</source>
135+
<target>Bu fayl düzgün bir şəkil deyil.</target>
136+
</trans-unit>
137+
<trans-unit id="37">
138+
<source>This is not a valid IP address.</source>
139+
<target>Bu düzgün bir IP adresi deyil.</target>
140+
</trans-unit>
141+
<trans-unit id="38">
142+
<source>This value is not a valid language.</source>
143+
<target>Bu dəyər düzgün bir dil deyil.</target>
144+
</trans-unit>
145+
<trans-unit id="39">
146+
<source>This value is not a valid locale.</source>
147+
<target>Bu dəyər düzgün bir dil deyil.</target>
148+
</trans-unit>
149+
<trans-unit id="40">
150+
<source>This value is not a valid country.</source>
151+
<target>Bu dəyər düzgün bir ölkə deyil.</target>
152+
</trans-unit>
153+
<trans-unit id="41">
154+
<source>This value is already used.</source>
155+
<target>Bu dəyər hal-hazırda istifadədədir.</target>
156+
</trans-unit>
157+
<trans-unit id="42">
158+
<source>The size of the image could not be detected.</source>
159+
<target>Şəklin ölçüsü hesablana bilmir.</target>
160+
</trans-unit>
161+
<trans-unit id="43">
162+
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.</source>
163+
<target>Şəklin genişliyi çox böyükdür ({{ width }}px). İcazə verilən ən böyük genişlik {{ max_width }}px.</target>
164+
</trans-unit>
165+
<trans-unit id="44">
166+
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source>
167+
<target>Şəklin genişliyi çox kiçikdir ({{ width }}px). Ən az {{ min_width }}px olmalıdır.</target>
168+
</trans-unit>
169+
<trans-unit id="45">
170+
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source>
171+
<target>Şəklin yüksəkliyi çox böyükdür ({{ height }}px). İcazə verilən ən böyük yüksəklik {{ max_height }}px.</target>
172+
</trans-unit>
173+
<trans-unit id="46">
174+
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
175+
<target>Şəklin yüksəkliyi çox kiçikdir ({{ height }}px). Ən az {{ min_height }}px olmalıdır.</target>
176+
</trans-unit>
177+
<trans-unit id="47">
178+
<source>This value should be the user's current password.</source>
179+
<target>Bu dəyər istifadəçinin hazırkı parolu olmalıdır.</target>
180+
</trans-unit>
181+
<trans-unit id="48">
182+
<source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source>
183+
<target>Bu dəyər tam olaraq {{ limit }} simvol olmaldır.</target>
184+
</trans-unit>
185+
<trans-unit id="49">
186+
<source>The file was only partially uploaded.</source>
187+
<target>Fayl qismən yükləndi.</target>
188+
</trans-unit>
189+
<trans-unit id="50">
190+
<source>No file was uploaded.</source>
191+
<target>Fayl yüklənmədi.</target>
192+
</trans-unit>
193+
<trans-unit id="51">
194+
<source>No temporary folder was configured in php.ini.</source>
195+
<target>php.ini'də müvəqqəti qovluq quraşdırılmayıb.</target>
196+
</trans-unit>
197+
<trans-unit id="52">
198+
<source>Cannot write temporary file to disk.</source>
199+
<target>Müvəqqəti fayl diskə yazıla bilmir.</target>
200+
</trans-unit>
201+
<trans-unit id="53">
202+
<source>A PHP extension caused the upload to fail.</source>
203+
<target>Bir PHP əlavəsi faylın yüklənməsinə mane oldu.</target>
204+
</trans-unit>
205+
<trans-unit id="54">
206+
<source>This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.</source>
207+
<target>Bu kolleksiyada {{ limit }} və ya daha çox element olmalıdır.</target>
208+
</trans-unit>
209+
<trans-unit id="55">
210+
<source>This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.</source>
211+
<target>Bu kolleksiyada {{ limit }} və ya daha az element olmalıdır.</target>
212+
</trans-unit>
213+
<trans-unit id="56">
214+
<source>This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.</source>
215+
<target>Bu kolleksiyada tam olaraq {{ limit }} element olmalıdır.</target>
216+
</trans-unit>
217+
<trans-unit id="57">
218+
<source>Invalid card number.</source>
219+
<target>Yanlış kart nömrəsi.</target>
220+
</trans-unit>
221+
<trans-unit id="58">
222+
<source>Unsupported card type or invalid card number.</source>
223+
<target>Dəstəklənməyən kart tipi və ya yanlış kart nömrəsi.</target>
224+
</trans-unit>
225+
</body>
226+
</file>
227+
</xliff>

0 commit comments

Comments
 (0)