]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
b331163b | 3 | tr{ |
f3c0d7a5 | 4 | Version{"2.1.32.59"} |
b331163b A |
5 | durationUnits{ |
6 | hm{"h:mm"} | |
7 | hms{"h:mm:ss"} | |
8 | ms{"m:ss"} | |
9 | } | |
10 | units{ | |
11 | acceleration{ | |
12 | g-force{ | |
13 | dnam{"g kuvveti"} | |
14 | one{"{0} g kuvveti"} | |
15 | other{"{0} g kuvveti"} | |
16 | } | |
17 | meter-per-second-squared{ | |
18 | dnam{"metre/saniye²"} | |
19 | one{"{0} metre/saniye²"} | |
20 | other{"{0} metre/saniye²"} | |
21 | } | |
22 | } | |
23 | angle{ | |
24 | arc-minute{ | |
25 | dnam{"açısal dakika"} | |
26 | one{"{0} açısal dakika"} | |
27 | other{"{0} açısal dakika"} | |
28 | } | |
29 | arc-second{ | |
30 | dnam{"açısal saniye"} | |
31 | one{"{0} açısal saniye"} | |
32 | other{"{0} açısal saniye"} | |
33 | } | |
34 | degree{ | |
35 | dnam{"derece"} | |
36 | one{"{0} derece"} | |
37 | other{"{0} derece"} | |
38 | } | |
39 | radian{ | |
40 | dnam{"radyan"} | |
41 | one{"{0} radyan"} | |
42 | other{"{0} radyan"} | |
43 | } | |
2ca993e8 A |
44 | revolution{ |
45 | dnam{"devir"} | |
46 | one{"{0} devir"} | |
47 | other{"{0} devir"} | |
48 | } | |
b331163b A |
49 | } |
50 | area{ | |
51 | acre{ | |
52 | dnam{"akre"} | |
53 | one{"{0} akre"} | |
54 | other{"{0} akre"} | |
55 | } | |
56 | hectare{ | |
57 | dnam{"hektar"} | |
58 | one{"{0} hektar"} | |
59 | other{"{0} hektar"} | |
60 | } | |
61 | square-centimeter{ | |
62 | dnam{"santimetrekare"} | |
63 | one{"{0} santimetrekare"} | |
64 | other{"{0} santimetrekare"} | |
2ca993e8 | 65 | per{"{0}/santimetrekare"} |
b331163b A |
66 | } |
67 | square-foot{ | |
68 | dnam{"fit kare"} | |
69 | one{"{0} fit kare"} | |
70 | other{"{0} fit kare"} | |
71 | } | |
72 | square-inch{ | |
73 | dnam{"inç kare"} | |
74 | one{"{0} inç kare"} | |
75 | other{"{0} inç kare"} | |
2ca993e8 | 76 | per{"{0}/in²"} |
b331163b A |
77 | } |
78 | square-kilometer{ | |
79 | dnam{"kilometrekare"} | |
80 | one{"{0} kilometrekare"} | |
81 | other{"{0} kilometrekare"} | |
f3c0d7a5 | 82 | per{"{0}/kilometrekare"} |
b331163b A |
83 | } |
84 | square-meter{ | |
85 | dnam{"metrekare"} | |
86 | one{"{0} metrekare"} | |
87 | other{"{0} metrekare"} | |
2ca993e8 | 88 | per{"{0}/metrekare"} |
b331163b A |
89 | } |
90 | square-mile{ | |
91 | dnam{"mil kare"} | |
92 | one{"{0} mil kare"} | |
93 | other{"{0} mil kare"} | |
f3c0d7a5 | 94 | per{"{0}/mil kare"} |
b331163b A |
95 | } |
96 | square-yard{ | |
97 | dnam{"yarda kare"} | |
98 | one{"{0} yarda kare"} | |
99 | other{"{0} yarda kare"} | |
100 | } | |
101 | } | |
102 | compound{ | |
103 | per{"{0}/{1}"} | |
104 | } | |
2ca993e8 A |
105 | concentr{ |
106 | karat{ | |
107 | dnam{"ayar"} | |
108 | one{"{0} ayar"} | |
109 | other{"{0} ayar"} | |
110 | } | |
f3c0d7a5 A |
111 | milligram-per-deciliter{ |
112 | dnam{"miligram/desilitre"} | |
113 | one{"{0} miligram/desilitre"} | |
114 | other{"{0} miligram/desilitre"} | |
115 | } | |
116 | millimole-per-liter{ | |
117 | dnam{"milimol/litre"} | |
118 | one{"{0} milimol/litre"} | |
119 | other{"{0} milimol/litre"} | |
120 | } | |
121 | part-per-million{ | |
122 | dnam{"parça/milyon"} | |
123 | one{"{0} parça/milyon"} | |
124 | other{"{0} parça/milyon"} | |
125 | } | |
2ca993e8 | 126 | } |
b331163b | 127 | consumption{ |
2ca993e8 A |
128 | liter-per-100kilometers{ |
129 | dnam{"litre/100 kilometre"} | |
130 | one{"{0} litre/100 kilometre"} | |
131 | other{"{0} litre/100 kilometre"} | |
132 | } | |
b331163b A |
133 | liter-per-kilometer{ |
134 | dnam{"litre/kilometre"} | |
135 | one{"{0} litre/kilometre"} | |
136 | other{"{0} litre/kilometre"} | |
137 | } | |
138 | mile-per-gallon{ | |
139 | dnam{"mil/galon"} | |
140 | one{"{0} mil/galon"} | |
141 | other{"{0} mil/galon"} | |
142 | } | |
f3c0d7a5 A |
143 | mile-per-gallon-imperial{ |
144 | dnam{"mil/İng. galonu"} | |
145 | one{"{0} mil/İng. galonu"} | |
146 | other{"{0} mil/İng. galonu"} | |
147 | } | |
b331163b | 148 | } |
2ca993e8 A |
149 | coordinate{ |
150 | east{"{0}Doğu"} | |
151 | north{"{0}Kuzey"} | |
152 | south{"{0}Güney"} | |
153 | west{"{0}Batı"} | |
154 | } | |
b331163b A |
155 | digital{ |
156 | bit{ | |
157 | dnam{"bit"} | |
158 | one{"{0} bit"} | |
159 | other{"{0} bit"} | |
160 | } | |
161 | byte{ | |
162 | dnam{"bayt"} | |
163 | one{"{0} bayt"} | |
164 | other{"{0} bayt"} | |
165 | } | |
166 | gigabit{ | |
167 | dnam{"gigabit"} | |
168 | one{"{0} gigabit"} | |
169 | other{"{0} gigabit"} | |
170 | } | |
171 | gigabyte{ | |
172 | dnam{"gigabayt"} | |
173 | one{"{0} gigabayt"} | |
174 | other{"{0} gigabayt"} | |
175 | } | |
176 | kilobit{ | |
177 | dnam{"kilobit"} | |
178 | one{"{0} kilobit"} | |
179 | other{"{0} kilobit"} | |
180 | } | |
181 | kilobyte{ | |
182 | dnam{"kilobayt"} | |
183 | one{"{0} kilobayt"} | |
184 | other{"{0} kilobyte"} | |
185 | } | |
186 | megabit{ | |
187 | dnam{"megabit"} | |
188 | one{"{0} megabit"} | |
189 | other{"{0} megabit"} | |
190 | } | |
191 | megabyte{ | |
192 | dnam{"megabayt"} | |
193 | one{"{0} megabayt"} | |
194 | other{"{0} megabayt"} | |
195 | } | |
196 | terabit{ | |
197 | dnam{"terabit"} | |
198 | one{"{0} terabit"} | |
199 | other{"{0} terabit"} | |
200 | } | |
201 | terabyte{ | |
202 | dnam{"terabayt"} | |
203 | one{"{0} terabayt"} | |
204 | other{"{0} terabayt"} | |
205 | } | |
206 | } | |
207 | duration{ | |
2ca993e8 A |
208 | century{ |
209 | dnam{"yüzyıl"} | |
210 | one{"{0} yüzyıl"} | |
211 | other{"{0} yüzyıl"} | |
212 | } | |
b331163b A |
213 | day{ |
214 | dnam{"gün"} | |
215 | one{"{0} gün"} | |
216 | other{"{0} gün"} | |
2ca993e8 | 217 | per{"{0}/gün"} |
b331163b A |
218 | } |
219 | hour{ | |
220 | dnam{"saat"} | |
221 | one{"{0} saat"} | |
222 | other{"{0} saat"} | |
223 | per{"{0}/saat"} | |
224 | } | |
225 | microsecond{ | |
226 | dnam{"mikrosaniye"} | |
227 | one{"{0} mikrosaniye"} | |
228 | other{"{0} mikrosaniye"} | |
229 | } | |
230 | millisecond{ | |
231 | dnam{"milisaniye"} | |
232 | one{"{0} milisaniye"} | |
233 | other{"{0} milisaniye"} | |
234 | } | |
235 | minute{ | |
236 | dnam{"dakika"} | |
237 | one{"{0} dakika"} | |
238 | other{"{0} dakika"} | |
2ca993e8 | 239 | per{"{0}/dakika"} |
b331163b A |
240 | } |
241 | month{ | |
242 | dnam{"ay"} | |
243 | one{"{0} ay"} | |
244 | other{"{0} ay"} | |
2ca993e8 | 245 | per{"{0}/ay"} |
b331163b A |
246 | } |
247 | nanosecond{ | |
248 | dnam{"nanosaniye"} | |
249 | one{"{0} nanosaniye"} | |
250 | other{"{0} nanosaniye"} | |
251 | } | |
252 | second{ | |
253 | dnam{"saniye"} | |
254 | one{"{0} saniye"} | |
255 | other{"{0} saniye"} | |
256 | per{"{0}/saniye"} | |
257 | } | |
258 | week{ | |
259 | dnam{"hafta"} | |
260 | one{"{0} hafta"} | |
261 | other{"{0} hafta"} | |
2ca993e8 | 262 | per{"{0}/hafta"} |
b331163b A |
263 | } |
264 | year{ | |
265 | dnam{"yıl"} | |
266 | one{"{0} yıl"} | |
267 | other{"{0} yıl"} | |
2ca993e8 | 268 | per{"{0}/yıl"} |
b331163b A |
269 | } |
270 | } | |
271 | electric{ | |
272 | ampere{ | |
273 | dnam{"amper"} | |
274 | one{"{0} amper"} | |
275 | other{"{0} amper"} | |
276 | } | |
277 | milliampere{ | |
278 | dnam{"miliamper"} | |
279 | one{"{0} miliamper"} | |
280 | other{"{0} miliamper"} | |
281 | } | |
282 | ohm{ | |
283 | dnam{"ohm"} | |
284 | one{"{0} ohm"} | |
285 | other{"{0} ohm"} | |
286 | } | |
287 | volt{ | |
288 | dnam{"volt"} | |
289 | one{"{0} volt"} | |
290 | other{"{0} volt"} | |
291 | } | |
292 | } | |
293 | energy{ | |
294 | calorie{ | |
295 | dnam{"kalori"} | |
296 | one{"{0} kalori"} | |
297 | other{"{0} kalori"} | |
298 | } | |
299 | foodcalorie{ | |
300 | dnam{"kilokalori"} | |
301 | one{"{0} kilokalori"} | |
302 | other{"{0} kilokalori"} | |
303 | } | |
304 | joule{ | |
305 | dnam{"jul"} | |
306 | one{"{0} jul"} | |
307 | other{"{0} jul"} | |
308 | } | |
309 | kilocalorie{ | |
310 | dnam{"kilokalori"} | |
311 | one{"{0} kilokalori"} | |
312 | other{"{0} kilokalori"} | |
313 | } | |
314 | kilojoule{ | |
315 | dnam{"kilojul"} | |
316 | one{"{0} kilojul"} | |
317 | other{"{0} kilojul"} | |
318 | } | |
319 | kilowatt-hour{ | |
320 | dnam{"kilovatsaat"} | |
321 | one{"{0} kilovatsaat"} | |
322 | other{"{0} kilovatsaat"} | |
323 | } | |
324 | } | |
325 | frequency{ | |
326 | gigahertz{ | |
327 | dnam{"gigahertz"} | |
328 | one{"{0} gigahertz"} | |
329 | other{"{0} gigahertz"} | |
330 | } | |
331 | hertz{ | |
332 | dnam{"hertz"} | |
333 | one{"{0} hertz"} | |
334 | other{"{0} hertz"} | |
335 | } | |
336 | kilohertz{ | |
337 | dnam{"kilohertz"} | |
338 | one{"{0} kilohertz"} | |
339 | other{"{0} kilohertz"} | |
340 | } | |
341 | megahertz{ | |
342 | dnam{"megahertz"} | |
343 | one{"{0} megahertz"} | |
344 | other{"{0} megahertz"} | |
345 | } | |
346 | } | |
347 | length{ | |
348 | astronomical-unit{ | |
349 | dnam{"astronomik birim"} | |
350 | one{"{0} astronomik birim"} | |
351 | other{"{0} astronomik birim"} | |
352 | } | |
353 | centimeter{ | |
354 | dnam{"santimetre"} | |
355 | one{"{0} santimetre"} | |
356 | other{"{0} santimetre"} | |
2ca993e8 | 357 | per{"{0}/santimetre"} |
b331163b A |
358 | } |
359 | decimeter{ | |
360 | dnam{"desimetre"} | |
361 | one{"{0} desimetre"} | |
362 | other{"{0} desimetre"} | |
363 | } | |
364 | fathom{ | |
365 | dnam{"fathom"} | |
366 | one{"{0} fathom"} | |
367 | other{"{0} fathom"} | |
368 | } | |
369 | foot{ | |
370 | dnam{"fit"} | |
371 | one{"{0} fit"} | |
372 | other{"{0} fit"} | |
2ca993e8 | 373 | per{"{0}/fit"} |
b331163b A |
374 | } |
375 | furlong{ | |
376 | dnam{"furlong"} | |
377 | one{"{0} furlong"} | |
378 | other{"{0} furlong"} | |
379 | } | |
380 | inch{ | |
381 | dnam{"inç"} | |
382 | one{"{0} inç"} | |
383 | other{"{0} inç"} | |
2ca993e8 | 384 | per{"{0}/inç"} |
b331163b A |
385 | } |
386 | kilometer{ | |
387 | dnam{"kilometre"} | |
388 | one{"{0} kilometre"} | |
389 | other{"{0} kilometre"} | |
2ca993e8 | 390 | per{"{0}/kilometre"} |
b331163b A |
391 | } |
392 | light-year{ | |
393 | dnam{"ışık yılı"} | |
394 | one{"{0} ışık yılı"} | |
395 | other{"{0} ışık yılı"} | |
396 | } | |
397 | meter{ | |
398 | dnam{"metre"} | |
399 | one{"{0} metre"} | |
400 | other{"{0} metre"} | |
2ca993e8 | 401 | per{"{0}/metre"} |
b331163b A |
402 | } |
403 | micrometer{ | |
404 | dnam{"mikrometre"} | |
405 | one{"{0} mikrometre"} | |
406 | other{"{0} mikrometre"} | |
407 | } | |
408 | mile{ | |
409 | dnam{"mil"} | |
410 | one{"{0} mil"} | |
411 | other{"{0} mil"} | |
412 | } | |
2ca993e8 A |
413 | mile-scandinavian{ |
414 | dnam{"smi"} | |
415 | one{"{0} smi"} | |
416 | other{"{0} smi"} | |
417 | } | |
b331163b A |
418 | millimeter{ |
419 | dnam{"milimetre"} | |
420 | one{"{0} milimetre"} | |
421 | other{"{0} milimetre"} | |
422 | } | |
423 | nanometer{ | |
424 | dnam{"nanometre"} | |
425 | one{"{0} nanometre"} | |
426 | other{"{0} nanometre"} | |
427 | } | |
428 | nautical-mile{ | |
429 | dnam{"deniz mili"} | |
430 | one{"{0} deniz mili"} | |
431 | other{"{0} deniz mili"} | |
432 | } | |
433 | parsec{ | |
434 | dnam{"parsek"} | |
435 | one{"{0} parsek"} | |
436 | other{"{0} parsek"} | |
437 | } | |
438 | picometer{ | |
439 | dnam{"pikometre"} | |
440 | one{"{0} pikometre"} | |
441 | other{"{0} pikometre"} | |
442 | } | |
f3c0d7a5 A |
443 | point{ |
444 | dnam{"punto"} | |
445 | one{"{0} punto"} | |
446 | other{"{0} punto"} | |
447 | } | |
b331163b A |
448 | yard{ |
449 | dnam{"yarda"} | |
450 | one{"{0} yarda"} | |
451 | other{"{0} yarda"} | |
452 | } | |
453 | } | |
454 | light{ | |
455 | lux{ | |
456 | dnam{"lüks"} | |
457 | one{"{0} lüks"} | |
458 | other{"{0} lüks"} | |
459 | } | |
460 | } | |
461 | mass{ | |
462 | carat{ | |
463 | dnam{"karat"} | |
464 | one{"{0} karat"} | |
465 | other{"{0} karat"} | |
466 | } | |
467 | gram{ | |
468 | dnam{"gram"} | |
469 | one{"{0} gram"} | |
470 | other{"{0} gram"} | |
2ca993e8 | 471 | per{"{0}/gram"} |
b331163b A |
472 | } |
473 | kilogram{ | |
474 | dnam{"kilogram"} | |
475 | one{"{0} kilogram"} | |
476 | other{"{0} kilogram"} | |
2ca993e8 | 477 | per{"{0}/kg"} |
b331163b A |
478 | } |
479 | metric-ton{ | |
480 | dnam{"ton"} | |
481 | one{"{0} ton"} | |
482 | other{"{0} ton"} | |
483 | } | |
484 | microgram{ | |
485 | dnam{"mikrogram"} | |
486 | one{"{0} mikrogram"} | |
487 | other{"{0} mikrogram"} | |
488 | } | |
489 | milligram{ | |
490 | dnam{"miligram"} | |
491 | one{"{0} miligram"} | |
492 | other{"{0} miligram"} | |
493 | } | |
494 | ounce{ | |
495 | dnam{"ons"} | |
496 | one{"{0} ons"} | |
497 | other{"{0} ons"} | |
2ca993e8 | 498 | per{"{0}/oz"} |
b331163b A |
499 | } |
500 | ounce-troy{ | |
501 | dnam{"troy ons"} | |
502 | one{"{0} troy ons"} | |
503 | other{"{0} troy ons"} | |
504 | } | |
505 | pound{ | |
506 | dnam{"libre"} | |
507 | one{"{0} libre"} | |
508 | other{"{0} libre"} | |
2ca993e8 | 509 | per{"{0}/libre"} |
b331163b A |
510 | } |
511 | stone{ | |
512 | dnam{"stone"} | |
513 | one{"{0} stone"} | |
514 | other{"{0} stone"} | |
515 | } | |
516 | ton{ | |
517 | dnam{"Amerikan tonu"} | |
518 | one{"{0} Amerikan tonu"} | |
519 | other{"{0} Amerikan tonu"} | |
520 | } | |
521 | } | |
522 | power{ | |
523 | gigawatt{ | |
524 | dnam{"gigavat"} | |
525 | one{"{0} gigavat"} | |
526 | other{"{0} gigavat"} | |
527 | } | |
528 | horsepower{ | |
529 | dnam{"beygir gücü"} | |
530 | one{"{0} beygir gücü"} | |
531 | other{"{0} beygir gücü"} | |
532 | } | |
533 | kilowatt{ | |
534 | dnam{"kilovat"} | |
535 | one{"{0} kilovat"} | |
536 | other{"{0} kilovat"} | |
537 | } | |
538 | megawatt{ | |
539 | dnam{"megavat"} | |
540 | one{"{0} megavat"} | |
541 | other{"{0} megavat"} | |
542 | } | |
543 | milliwatt{ | |
544 | dnam{"milivat"} | |
545 | one{"{0} milivat"} | |
546 | other{"{0} milivat"} | |
547 | } | |
548 | watt{ | |
549 | dnam{"vat"} | |
550 | one{"{0} vat"} | |
551 | other{"{0} vat"} | |
552 | } | |
553 | } | |
554 | pressure{ | |
555 | hectopascal{ | |
556 | dnam{"hektopaskal"} | |
557 | one{"{0} hektopaskal"} | |
558 | other{"{0} hektopaskal"} | |
559 | } | |
560 | inch-hg{ | |
561 | dnam{"inç cıva"} | |
562 | one{"{0} inç cıva"} | |
563 | other{"{0} inç cıva"} | |
564 | } | |
565 | millibar{ | |
566 | dnam{"milibar"} | |
567 | one{"{0} milibar"} | |
568 | other{"{0} milibar"} | |
569 | } | |
570 | millimeter-of-mercury{ | |
571 | dnam{"milimetre cıva"} | |
572 | one{"{0} milimetre cıva"} | |
573 | other{"{0} milimetre cıva"} | |
574 | } | |
575 | pound-per-square-inch{ | |
576 | dnam{"libre/inç kare"} | |
577 | one{"{0} libre/inç kare"} | |
578 | other{"{0} libre/inç kare"} | |
579 | } | |
580 | } | |
b331163b A |
581 | speed{ |
582 | kilometer-per-hour{ | |
583 | dnam{"kilometre/saat"} | |
584 | one{"{0} kilometre/saat"} | |
585 | other{"{0} kilometre/saat"} | |
586 | } | |
2ca993e8 A |
587 | knot{ |
588 | dnam{"knot"} | |
589 | one{"{0} knot"} | |
590 | other{"{0} knot"} | |
591 | } | |
b331163b A |
592 | meter-per-second{ |
593 | dnam{"metre/saniye"} | |
594 | one{"{0} metre/saniye"} | |
595 | other{"{0} metre/saniye"} | |
596 | } | |
597 | mile-per-hour{ | |
598 | dnam{"mil/saat"} | |
599 | one{"{0} mil/saat"} | |
600 | other{"{0} mil/saat"} | |
601 | } | |
602 | } | |
603 | temperature{ | |
604 | celsius{ | |
605 | dnam{"santigrat derece"} | |
606 | one{"{0} santigrat derece"} | |
607 | other{"{0} santigrat derece"} | |
608 | } | |
609 | fahrenheit{ | |
610 | dnam{"fahrenhayt derece"} | |
611 | one{"{0} fahrenhayt derece"} | |
612 | other{"{0} fahrenhayt derece"} | |
613 | } | |
2ca993e8 A |
614 | generic{ |
615 | dnam{"°"} | |
616 | one{"{0}°"} | |
617 | other{"{0}°"} | |
618 | } | |
b331163b A |
619 | kelvin{ |
620 | dnam{"kelvin"} | |
621 | one{"{0} kelvin"} | |
622 | other{"{0} kelvin"} | |
623 | } | |
624 | } | |
625 | volume{ | |
626 | acre-foot{ | |
627 | dnam{"akre fit"} | |
628 | one{"{0} akre fit"} | |
629 | other{"{0} akre fit"} | |
630 | } | |
631 | bushel{ | |
632 | dnam{"buşel"} | |
633 | one{"{0} buşel"} | |
634 | other{"{0} buşel"} | |
635 | } | |
636 | centiliter{ | |
637 | dnam{"santilitre"} | |
638 | one{"{0} santilitre"} | |
639 | other{"{0} santilitre"} | |
640 | } | |
641 | cubic-centimeter{ | |
642 | dnam{"santimetreküp"} | |
643 | one{"{0} santimetreküp"} | |
644 | other{"{0} santimetreküp"} | |
2ca993e8 | 645 | per{"{0} /santimetreküp"} |
b331163b A |
646 | } |
647 | cubic-foot{ | |
648 | dnam{"fit küp"} | |
649 | one{"{0} fit küp"} | |
650 | other{"{0} fit küp"} | |
651 | } | |
652 | cubic-inch{ | |
653 | dnam{"inç küp"} | |
654 | one{"{0} inç küp"} | |
655 | other{"{0} inç küp"} | |
656 | } | |
657 | cubic-kilometer{ | |
2ca993e8 A |
658 | dnam{"kilometreküp"} |
659 | one{"{0} kilometreküp"} | |
660 | other{"{0} kilometreküp"} | |
b331163b A |
661 | } |
662 | cubic-meter{ | |
663 | dnam{"metreküp"} | |
664 | one{"{0} metreküp"} | |
665 | other{"{0} metreküp"} | |
2ca993e8 | 666 | per{"{0}/metreküp"} |
b331163b A |
667 | } |
668 | cubic-mile{ | |
669 | dnam{"mil küp"} | |
670 | one{"{0} mil küp"} | |
671 | other{"{0} mil küp"} | |
672 | } | |
673 | cubic-yard{ | |
674 | dnam{"yarda küp"} | |
675 | one{"{0} yarda küp"} | |
676 | other{"{0} yarda küp"} | |
677 | } | |
678 | cup{ | |
679 | dnam{"su bardağı"} | |
680 | one{"{0} su bardağı"} | |
681 | other{"{0} su bardağı"} | |
682 | } | |
2ca993e8 A |
683 | cup-metric{ |
684 | dnam{"mcup"} | |
685 | one{"{0} mc"} | |
686 | other{"{0} mc"} | |
687 | } | |
b331163b A |
688 | deciliter{ |
689 | dnam{"desilitre"} | |
690 | one{"{0} desilitre"} | |
691 | other{"{0} desilitre"} | |
692 | } | |
693 | fluid-ounce{ | |
694 | dnam{"sıvı ons"} | |
695 | one{"{0} sıvı ons"} | |
696 | other{"{0} sıvı ons"} | |
697 | } | |
698 | gallon{ | |
699 | dnam{"galon"} | |
700 | one{"{0} galon"} | |
701 | other{"{0} galon"} | |
2ca993e8 | 702 | per{"{0}/galon"} |
b331163b | 703 | } |
f3c0d7a5 A |
704 | gallon-imperial{ |
705 | dnam{"İng. galonu"} | |
706 | one{"{0} İng. galonu"} | |
707 | other{"{0} İng. galonu"} | |
708 | per{"{0}/İng. galonu"} | |
709 | } | |
b331163b A |
710 | hectoliter{ |
711 | dnam{"hektolitre"} | |
712 | one{"{0} hektolitre"} | |
713 | other{"{0} hektolitre"} | |
714 | } | |
715 | liter{ | |
716 | dnam{"litre"} | |
717 | one{"{0} litre"} | |
718 | other{"{0} litre"} | |
2ca993e8 | 719 | per{"{0}/litre"} |
b331163b A |
720 | } |
721 | megaliter{ | |
722 | dnam{"megalitre"} | |
723 | one{"{0} megalitre"} | |
724 | other{"{0} megalitre"} | |
725 | } | |
726 | milliliter{ | |
727 | dnam{"mililitre"} | |
728 | one{"{0} mililitre"} | |
729 | other{"{0} mililitre"} | |
730 | } | |
731 | pint{ | |
732 | dnam{"pint"} | |
733 | one{"{0} pint"} | |
734 | other{"{0} pint"} | |
735 | } | |
2ca993e8 A |
736 | pint-metric{ |
737 | dnam{"mpt"} | |
738 | one{"{0} metrik pint"} | |
739 | other{"{0} metrik pint"} | |
740 | } | |
b331163b A |
741 | quart{ |
742 | dnam{"quart"} | |
743 | one{"{0} quart"} | |
744 | other{"{0} quart"} | |
745 | } | |
746 | tablespoon{ | |
747 | dnam{"yemek kaşığı"} | |
748 | one{"{0} yemek kaşığı"} | |
749 | other{"{0} yemek kaşığı"} | |
750 | } | |
751 | teaspoon{ | |
2ca993e8 A |
752 | dnam{"tatlı kaşığı"} |
753 | one{"{0} tatlı kaşığı"} | |
754 | other{"{0} tatlı kaşığı"} | |
b331163b A |
755 | } |
756 | } | |
757 | } | |
758 | unitsNarrow{ | |
759 | acceleration{ | |
760 | g-force{ | |
761 | one{"{0}G"} | |
762 | other{"{0}G"} | |
763 | } | |
764 | meter-per-second-squared{ | |
765 | one{"{0} m/sn²"} | |
766 | other{"{0} m/sn²"} | |
767 | } | |
768 | } | |
769 | angle{ | |
770 | arc-minute{ | |
771 | one{"{0}′"} | |
772 | other{"{0}′"} | |
773 | } | |
774 | arc-second{ | |
775 | one{"{0}″"} | |
776 | other{"{0}″"} | |
777 | } | |
778 | degree{ | |
779 | one{"{0}°"} | |
780 | other{"{0}°"} | |
781 | } | |
782 | radian{ | |
783 | one{"{0} rad"} | |
784 | other{"{0} rad"} | |
785 | } | |
786 | } | |
787 | area{ | |
788 | acre{ | |
789 | one{"{0} ac"} | |
790 | other{"{0} ac"} | |
791 | } | |
792 | hectare{ | |
793 | one{"{0} ha"} | |
794 | other{"{0} ha"} | |
795 | } | |
796 | square-centimeter{ | |
797 | one{"{0} cm²"} | |
798 | other{"{0} cm²"} | |
799 | } | |
800 | square-foot{ | |
801 | one{"{0} ft²"} | |
802 | other{"{0} ft²"} | |
803 | } | |
804 | square-inch{ | |
805 | one{"{0} in²"} | |
806 | other{"{0} in²"} | |
807 | } | |
808 | square-kilometer{ | |
809 | one{"{0} km²"} | |
810 | other{"{0} km²"} | |
811 | } | |
812 | square-meter{ | |
813 | one{"{0} m²"} | |
814 | other{"{0} m²"} | |
815 | } | |
816 | square-mile{ | |
817 | one{"{0} mi²"} | |
818 | other{"{0} mi²"} | |
819 | } | |
820 | square-yard{ | |
821 | one{"{0} yd²"} | |
822 | other{"{0} yd²"} | |
823 | } | |
824 | } | |
825 | compound{ | |
826 | per{"{0}/{1}"} | |
827 | } | |
2ca993e8 A |
828 | concentr{ |
829 | karat{ | |
830 | one{"{0} ayar"} | |
831 | other{"{0} ayar"} | |
832 | } | |
833 | } | |
b331163b | 834 | consumption{ |
2ca993e8 A |
835 | liter-per-100kilometers{ |
836 | dnam{"L/100km"} | |
837 | one{"{0} L/100km"} | |
838 | other{"{0} L/100km"} | |
839 | } | |
b331163b A |
840 | liter-per-kilometer{ |
841 | one{"{0} l/km"} | |
842 | other{"{0} l/km"} | |
843 | } | |
844 | mile-per-gallon{ | |
845 | one{"{0} mpg"} | |
846 | other{"{0} mpg"} | |
847 | } | |
848 | } | |
2ca993e8 A |
849 | coordinate{ |
850 | east{"{0}D"} | |
851 | north{"{0}K"} | |
852 | south{"{0}G"} | |
853 | west{"{0}B"} | |
854 | } | |
b331163b A |
855 | digital{ |
856 | bit{ | |
857 | one{"{0} bit"} | |
858 | other{"{0} bit"} | |
859 | } | |
860 | byte{ | |
861 | one{"{0} byte"} | |
862 | other{"{0} byte"} | |
863 | } | |
864 | gigabit{ | |
865 | one{"{0} Gb"} | |
866 | other{"{0} Gb"} | |
867 | } | |
868 | gigabyte{ | |
869 | one{"{0} GB"} | |
870 | other{"{0} GB"} | |
871 | } | |
872 | kilobit{ | |
873 | one{"{0} kb"} | |
874 | other{"{0} kb"} | |
875 | } | |
876 | kilobyte{ | |
877 | one{"{0} kB"} | |
878 | other{"{0} kB"} | |
879 | } | |
880 | megabit{ | |
881 | one{"{0} Mb"} | |
882 | other{"{0} Mb"} | |
883 | } | |
884 | megabyte{ | |
885 | one{"{0} MB"} | |
886 | other{"{0} MB"} | |
887 | } | |
888 | terabit{ | |
889 | one{"{0} Tb"} | |
890 | other{"{0} Tb"} | |
891 | } | |
892 | terabyte{ | |
893 | one{"{0} TB"} | |
894 | other{"{0} TB"} | |
895 | } | |
896 | } | |
897 | duration{ | |
898 | day{ | |
899 | dnam{"gün"} | |
900 | one{"{0}g"} | |
901 | other{"{0}g"} | |
902 | } | |
903 | hour{ | |
904 | dnam{"saat"} | |
2ca993e8 | 905 | one{"{0} sa"} |
b331163b A |
906 | other{"{0}s"} |
907 | } | |
908 | microsecond{ | |
909 | one{"{0} μsn"} | |
910 | other{"{0} μsn"} | |
911 | } | |
912 | millisecond{ | |
913 | dnam{"msn"} | |
914 | one{"{0}msn"} | |
915 | other{"{0}msn"} | |
916 | } | |
917 | minute{ | |
918 | dnam{"dakika"} | |
919 | one{"{0}d"} | |
920 | other{"{0}d"} | |
921 | } | |
922 | month{ | |
923 | dnam{"ay"} | |
924 | one{"{0}a"} | |
925 | other{"{0}a"} | |
926 | } | |
927 | nanosecond{ | |
928 | one{"{0} nsn"} | |
929 | other{"{0} nsn"} | |
930 | } | |
931 | second{ | |
932 | dnam{"saniye"} | |
933 | one{"{0}sn"} | |
934 | other{"{0}sn"} | |
935 | } | |
936 | week{ | |
937 | dnam{"hafta"} | |
938 | one{"{0}h"} | |
939 | other{"{0}h"} | |
940 | } | |
941 | year{ | |
942 | dnam{"yıl"} | |
943 | one{"{0}y"} | |
944 | other{"{0}y"} | |
945 | } | |
946 | } | |
947 | electric{ | |
948 | ampere{ | |
949 | one{"{0} A"} | |
950 | other{"{0} A"} | |
951 | } | |
952 | milliampere{ | |
953 | one{"{0} mA"} | |
954 | other{"{0} mA"} | |
955 | } | |
956 | ohm{ | |
957 | one{"{0} Ω"} | |
958 | other{"{0} Ω"} | |
959 | } | |
960 | volt{ | |
961 | one{"{0} V"} | |
962 | other{"{0} V"} | |
963 | } | |
964 | } | |
965 | energy{ | |
966 | calorie{ | |
967 | one{"{0} cal"} | |
968 | other{"{0} cal"} | |
969 | } | |
970 | foodcalorie{ | |
971 | one{"{0} kcal"} | |
972 | other{"{0} kcal"} | |
973 | } | |
974 | joule{ | |
975 | one{"{0} J"} | |
976 | other{"{0} J"} | |
977 | } | |
978 | kilocalorie{ | |
979 | one{"{0} kcal"} | |
980 | other{"{0} kcal"} | |
981 | } | |
982 | kilojoule{ | |
983 | one{"{0} kJ"} | |
984 | other{"{0} kJ"} | |
985 | } | |
986 | kilowatt-hour{ | |
987 | one{"{0} kWh"} | |
988 | other{"{0} kWh"} | |
989 | } | |
990 | } | |
991 | frequency{ | |
992 | gigahertz{ | |
993 | one{"{0} GHz"} | |
994 | other{"{0} GHz"} | |
995 | } | |
996 | hertz{ | |
997 | one{"{0} Hz"} | |
998 | other{"{0} Hz"} | |
999 | } | |
1000 | kilohertz{ | |
1001 | one{"{0} kHz"} | |
1002 | other{"{0} kHz"} | |
1003 | } | |
1004 | megahertz{ | |
1005 | one{"{0} MHz"} | |
1006 | other{"{0} MHz"} | |
1007 | } | |
1008 | } | |
1009 | length{ | |
1010 | astronomical-unit{ | |
1011 | one{"{0} AU"} | |
1012 | other{"{0} AU"} | |
1013 | } | |
1014 | centimeter{ | |
1015 | dnam{"cm"} | |
1016 | one{"{0} cm"} | |
1017 | other{"{0} cm"} | |
1018 | } | |
1019 | decimeter{ | |
1020 | one{"{0} dm"} | |
1021 | other{"{0} dm"} | |
1022 | } | |
1023 | fathom{ | |
1024 | dnam{"fathom"} | |
1025 | one{"{0} fm"} | |
1026 | other{"{0} fm"} | |
1027 | } | |
1028 | foot{ | |
1029 | one{"{0}′"} | |
1030 | other{"{0}′"} | |
1031 | } | |
1032 | furlong{ | |
1033 | dnam{"furlong"} | |
1034 | one{"{0} fur"} | |
1035 | other{"{0} fur"} | |
1036 | } | |
1037 | inch{ | |
1038 | one{"{0}″"} | |
1039 | other{"{0}″"} | |
1040 | } | |
1041 | kilometer{ | |
1042 | dnam{"km"} | |
1043 | one{"{0} km"} | |
1044 | other{"{0} km"} | |
1045 | } | |
1046 | light-year{ | |
1047 | one{"{0} IY"} | |
1048 | other{"{0} IY"} | |
1049 | } | |
1050 | meter{ | |
1051 | dnam{"metre"} | |
1052 | one{"{0} m"} | |
1053 | other{"{0} m"} | |
1054 | } | |
1055 | micrometer{ | |
1056 | one{"{0} µm"} | |
1057 | other{"{0} µm"} | |
1058 | } | |
1059 | mile{ | |
1060 | one{"{0} mil"} | |
1061 | other{"{0} mil"} | |
1062 | } | |
1063 | millimeter{ | |
1064 | dnam{"mm"} | |
1065 | one{"{0} mm"} | |
1066 | other{"{0} mm"} | |
1067 | } | |
1068 | nanometer{ | |
1069 | one{"{0} nm"} | |
1070 | other{"{0} nm"} | |
1071 | } | |
1072 | nautical-mile{ | |
1073 | one{"{0} nmi"} | |
1074 | other{"{0} nmi"} | |
1075 | } | |
1076 | parsec{ | |
1077 | one{"{0} pc"} | |
1078 | other{"{0} pc"} | |
1079 | } | |
1080 | picometer{ | |
1081 | one{"{0} pm"} | |
1082 | other{"{0} pm"} | |
1083 | } | |
f3c0d7a5 A |
1084 | point{ |
1085 | one{"{0}pt"} | |
1086 | other{"{0}pt"} | |
1087 | } | |
b331163b A |
1088 | yard{ |
1089 | one{"{0} yd"} | |
1090 | other{"{0} yd"} | |
1091 | } | |
1092 | } | |
1093 | light{ | |
1094 | lux{ | |
1095 | one{"{0} lüks"} | |
1096 | other{"{0} lüks"} | |
1097 | } | |
1098 | } | |
1099 | mass{ | |
1100 | carat{ | |
1101 | one{"{0} ct"} | |
1102 | other{"{0} ct"} | |
1103 | } | |
1104 | gram{ | |
1105 | dnam{"gram"} | |
1106 | one{"{0} g"} | |
1107 | other{"{0} g"} | |
1108 | } | |
1109 | kilogram{ | |
1110 | dnam{"kg"} | |
1111 | one{"{0} kg"} | |
1112 | other{"{0} kg"} | |
1113 | } | |
1114 | metric-ton{ | |
1115 | one{"{0} t"} | |
1116 | other{"{0} t"} | |
1117 | } | |
1118 | microgram{ | |
1119 | one{"{0} µg"} | |
1120 | other{"{0} µg"} | |
1121 | } | |
1122 | milligram{ | |
1123 | one{"{0} mg"} | |
1124 | other{"{0} mg"} | |
1125 | } | |
1126 | ounce{ | |
1127 | one{"{0} oz"} | |
1128 | other{"{0} oz"} | |
1129 | } | |
1130 | ounce-troy{ | |
1131 | one{"{0} oz t"} | |
1132 | other{"{0} oz t"} | |
1133 | } | |
1134 | pound{ | |
1135 | one{"{0} lb"} | |
1136 | other{"{0} lb"} | |
1137 | } | |
1138 | stone{ | |
1139 | dnam{"stone"} | |
1140 | one{"{0} st"} | |
1141 | other{"{0} st"} | |
1142 | } | |
1143 | ton{ | |
1144 | one{"{0} kısa ton"} | |
1145 | other{"{0} kısa ton"} | |
1146 | } | |
1147 | } | |
1148 | power{ | |
1149 | gigawatt{ | |
1150 | one{"{0} GW"} | |
1151 | other{"{0} GW"} | |
1152 | } | |
1153 | horsepower{ | |
1154 | one{"{0} hp"} | |
1155 | other{"{0} hp"} | |
1156 | } | |
1157 | kilowatt{ | |
1158 | one{"{0} kW"} | |
1159 | other{"{0} kW"} | |
1160 | } | |
1161 | megawatt{ | |
1162 | one{"{0} MW"} | |
1163 | other{"{0} MW"} | |
1164 | } | |
1165 | milliwatt{ | |
1166 | one{"{0} mW"} | |
1167 | other{"{0} mW"} | |
1168 | } | |
1169 | watt{ | |
1170 | one{"{0} W"} | |
1171 | other{"{0} W"} | |
1172 | } | |
1173 | } | |
1174 | pressure{ | |
1175 | hectopascal{ | |
1176 | one{"{0} hPa"} | |
1177 | other{"{0} hPa"} | |
1178 | } | |
1179 | inch-hg{ | |
1180 | one{"{0}\u0022 Hg"} | |
1181 | other{"{0}\u0022 Hg"} | |
1182 | } | |
1183 | millibar{ | |
1184 | one{"{0} mb"} | |
1185 | other{"{0} mb"} | |
1186 | } | |
1187 | millimeter-of-mercury{ | |
1188 | one{"{0} mm Hg"} | |
1189 | other{"{0} mm Hg"} | |
1190 | } | |
1191 | pound-per-square-inch{ | |
1192 | one{"{0} lb/in²"} | |
1193 | other{"{0} lb/in²"} | |
1194 | } | |
1195 | } | |
b331163b A |
1196 | speed{ |
1197 | kilometer-per-hour{ | |
1198 | dnam{"km/sa"} | |
1199 | one{"{0} km/sa"} | |
1200 | other{"{0} km/sa"} | |
1201 | } | |
1202 | meter-per-second{ | |
1203 | one{"{0} m/sn"} | |
1204 | other{"{0} m/sn"} | |
1205 | } | |
1206 | mile-per-hour{ | |
1207 | one{"{0} mil/sa"} | |
1208 | other{"{0} mil/sa"} | |
1209 | } | |
1210 | } | |
1211 | temperature{ | |
1212 | celsius{ | |
1213 | dnam{"°C"} | |
1214 | one{"{0}°C"} | |
1215 | other{"{0}°C"} | |
1216 | } | |
1217 | fahrenheit{ | |
1218 | one{"{0}°F"} | |
1219 | other{"{0}°F"} | |
1220 | } | |
1221 | kelvin{ | |
1222 | one{"{0}°K"} | |
1223 | other{"{0}°K"} | |
1224 | } | |
1225 | } | |
1226 | volume{ | |
1227 | acre-foot{ | |
1228 | one{"{0} akre fit"} | |
1229 | other{"{0} akre fit"} | |
1230 | } | |
1231 | bushel{ | |
1232 | dnam{"buşel"} | |
1233 | one{"{0} bu"} | |
1234 | other{"{0} bu"} | |
1235 | } | |
1236 | centiliter{ | |
1237 | one{"{0} cl"} | |
1238 | other{"{0} cl"} | |
1239 | } | |
1240 | cubic-centimeter{ | |
1241 | one{"{0} cm³"} | |
1242 | other{"{0} cm³"} | |
1243 | } | |
1244 | cubic-foot{ | |
1245 | one{"{0} fit³"} | |
1246 | other{"{0} fit³"} | |
1247 | } | |
1248 | cubic-inch{ | |
1249 | one{"{0} inç³"} | |
1250 | other{"{0} inç³"} | |
1251 | } | |
1252 | cubic-kilometer{ | |
1253 | one{"{0} km³"} | |
1254 | other{"{0} km³"} | |
1255 | } | |
1256 | cubic-meter{ | |
1257 | one{"{0} m³"} | |
1258 | other{"{0} m³"} | |
1259 | } | |
1260 | cubic-mile{ | |
1261 | one{"{0} mi³"} | |
1262 | other{"{0} mi³"} | |
1263 | } | |
1264 | cubic-yard{ | |
1265 | one{"{0} yarda³"} | |
1266 | other{"{0} yarda³"} | |
1267 | } | |
1268 | cup{ | |
1269 | one{"{0} sb"} | |
1270 | other{"{0} sb"} | |
1271 | } | |
1272 | deciliter{ | |
1273 | one{"{0} dl"} | |
1274 | other{"{0} dl"} | |
1275 | } | |
1276 | fluid-ounce{ | |
1277 | one{"{0} sıvı ons"} | |
1278 | other{"{0} sıvı ons"} | |
1279 | } | |
1280 | gallon{ | |
1281 | one{"{0} galon"} | |
1282 | other{"{0} galon"} | |
1283 | } | |
1284 | hectoliter{ | |
1285 | one{"{0} hl"} | |
1286 | other{"{0} hl"} | |
1287 | } | |
1288 | liter{ | |
1289 | dnam{"litre"} | |
1290 | one{"{0} l"} | |
1291 | other{"{0} l"} | |
1292 | } | |
1293 | megaliter{ | |
1294 | one{"{0} Ml"} | |
1295 | other{"{0} Ml"} | |
1296 | } | |
1297 | milliliter{ | |
1298 | one{"{0} ml"} | |
1299 | other{"{0} ml"} | |
1300 | } | |
1301 | pint{ | |
1302 | one{"{0} pint"} | |
1303 | other{"{0} pint"} | |
1304 | } | |
1305 | quart{ | |
1306 | one{"{0} quart"} | |
1307 | other{"{0} quart"} | |
1308 | } | |
1309 | tablespoon{ | |
1310 | one{"{0} yk"} | |
1311 | other{"{0} yk"} | |
1312 | } | |
1313 | teaspoon{ | |
1314 | one{"{0} çk"} | |
1315 | other{"{0} çk"} | |
1316 | } | |
1317 | } | |
1318 | } | |
1319 | unitsShort{ | |
1320 | acceleration{ | |
1321 | g-force{ | |
1322 | dnam{"g kuvveti"} | |
1323 | one{"{0} G"} | |
1324 | other{"{0} G"} | |
1325 | } | |
1326 | meter-per-second-squared{ | |
1327 | dnam{"m/sn²"} | |
1328 | one{"{0} m/sn²"} | |
1329 | other{"{0} m/sn²"} | |
1330 | } | |
1331 | } | |
1332 | angle{ | |
1333 | arc-minute{ | |
f3c0d7a5 A |
1334 | dnam{"açısal dk."} |
1335 | one{"{0} açısal dk."} | |
1336 | other{"{0} açısal dk."} | |
b331163b A |
1337 | } |
1338 | arc-second{ | |
f3c0d7a5 A |
1339 | dnam{"açısal sn."} |
1340 | one{"{0} açısal sn."} | |
1341 | other{"{0} açısal sn."} | |
b331163b A |
1342 | } |
1343 | degree{ | |
1344 | dnam{"derece"} | |
1345 | one{"{0}°"} | |
1346 | other{"{0}°"} | |
1347 | } | |
1348 | radian{ | |
1349 | dnam{"radyan"} | |
1350 | one{"{0} rad"} | |
1351 | other{"{0} rad"} | |
1352 | } | |
2ca993e8 A |
1353 | revolution{ |
1354 | dnam{"dev"} | |
1355 | one{"{0} dev"} | |
1356 | other{"{0} dev"} | |
1357 | } | |
b331163b A |
1358 | } |
1359 | area{ | |
1360 | acre{ | |
1361 | dnam{"akre"} | |
1362 | one{"{0} ac"} | |
1363 | other{"{0} ac"} | |
1364 | } | |
1365 | hectare{ | |
1366 | dnam{"hektar"} | |
1367 | one{"{0} ha"} | |
1368 | other{"{0} ha"} | |
1369 | } | |
1370 | square-centimeter{ | |
1371 | dnam{"cm²"} | |
1372 | one{"{0} cm²"} | |
1373 | other{"{0} cm²"} | |
2ca993e8 | 1374 | per{"{0}/cm²"} |
b331163b A |
1375 | } |
1376 | square-foot{ | |
1377 | dnam{"ft²"} | |
1378 | one{"{0} ft²"} | |
1379 | other{"{0} ft²"} | |
1380 | } | |
1381 | square-inch{ | |
1382 | dnam{"in²"} | |
1383 | one{"{0} in²"} | |
1384 | other{"{0} in²"} | |
2ca993e8 | 1385 | per{"{0}/in²"} |
b331163b A |
1386 | } |
1387 | square-kilometer{ | |
1388 | dnam{"km²"} | |
1389 | one{"{0} km²"} | |
1390 | other{"{0} km²"} | |
f3c0d7a5 | 1391 | per{"{0}/km²"} |
b331163b A |
1392 | } |
1393 | square-meter{ | |
1394 | dnam{"m²"} | |
1395 | one{"{0} m²"} | |
1396 | other{"{0} m²"} | |
2ca993e8 | 1397 | per{"{0}/m²"} |
b331163b A |
1398 | } |
1399 | square-mile{ | |
1400 | dnam{"mi²"} | |
1401 | one{"{0} mi²"} | |
1402 | other{"{0} mi²"} | |
f3c0d7a5 | 1403 | per{"{0}/mi²"} |
b331163b A |
1404 | } |
1405 | square-yard{ | |
1406 | dnam{"yd²"} | |
1407 | one{"{0} yd²"} | |
1408 | other{"{0} yd²"} | |
1409 | } | |
1410 | } | |
1411 | compound{ | |
1412 | per{"{0}/{1}"} | |
1413 | } | |
2ca993e8 A |
1414 | concentr{ |
1415 | karat{ | |
1416 | dnam{"ayar"} | |
1417 | one{"{0} ayar"} | |
1418 | other{"{0} ayar"} | |
1419 | } | |
f3c0d7a5 A |
1420 | milligram-per-deciliter{ |
1421 | dnam{"mg/dL"} | |
1422 | one{"{0} mg/dL"} | |
1423 | other{"{0} mg/dL"} | |
1424 | } | |
1425 | millimole-per-liter{ | |
1426 | dnam{"mmol/L"} | |
1427 | one{"{0} mmol/L"} | |
1428 | other{"{0} mmol/L"} | |
1429 | } | |
1430 | part-per-million{ | |
1431 | dnam{"ppm"} | |
1432 | one{"{0} ppm"} | |
1433 | other{"{0} ppm"} | |
1434 | } | |
2ca993e8 | 1435 | } |
b331163b | 1436 | consumption{ |
2ca993e8 A |
1437 | liter-per-100kilometers{ |
1438 | dnam{"L/100km"} | |
1439 | one{"{0} L/100km"} | |
1440 | other{"{0} L/100km"} | |
1441 | } | |
b331163b A |
1442 | liter-per-kilometer{ |
1443 | dnam{"l/km"} | |
1444 | one{"{0} l/km"} | |
1445 | other{"{0} l/km"} | |
1446 | } | |
1447 | mile-per-gallon{ | |
1448 | dnam{"mil/galon"} | |
1449 | one{"{0} mpg"} | |
1450 | other{"{0} mpg"} | |
1451 | } | |
f3c0d7a5 A |
1452 | mile-per-gallon-imperial{ |
1453 | dnam{"mil/İng. gal"} | |
1454 | one{"{0} mil/İng. gal"} | |
1455 | other{"{0} mil/İng. gal"} | |
1456 | } | |
b331163b | 1457 | } |
2ca993e8 A |
1458 | coordinate{ |
1459 | east{"{0}D"} | |
1460 | north{"{0}K"} | |
1461 | south{"{0}G"} | |
1462 | west{"{0}B"} | |
1463 | } | |
b331163b A |
1464 | digital{ |
1465 | bit{ | |
1466 | dnam{"bit"} | |
1467 | one{"{0} bit"} | |
1468 | other{"{0} bit"} | |
1469 | } | |
1470 | byte{ | |
1471 | dnam{"bayt"} | |
1472 | one{"{0} bayt"} | |
1473 | other{"{0} bayt"} | |
1474 | } | |
1475 | gigabit{ | |
1476 | dnam{"Gbit"} | |
1477 | one{"{0} Gb"} | |
1478 | other{"{0} Gb"} | |
1479 | } | |
1480 | gigabyte{ | |
1481 | dnam{"GB"} | |
1482 | one{"{0} GB"} | |
1483 | other{"{0} GB"} | |
1484 | } | |
1485 | kilobit{ | |
1486 | dnam{"kbit"} | |
1487 | one{"{0} kb"} | |
1488 | other{"{0} kb"} | |
1489 | } | |
1490 | kilobyte{ | |
1491 | dnam{"kB"} | |
1492 | one{"{0} kB"} | |
1493 | other{"{0} kB"} | |
1494 | } | |
1495 | megabit{ | |
1496 | dnam{"Mbit"} | |
1497 | one{"{0} Mb"} | |
1498 | other{"{0} Mb"} | |
1499 | } | |
1500 | megabyte{ | |
1501 | dnam{"MB"} | |
1502 | one{"{0} MB"} | |
1503 | other{"{0} MB"} | |
1504 | } | |
1505 | terabit{ | |
1506 | dnam{"Tbit"} | |
1507 | one{"{0} Tb"} | |
1508 | other{"{0} Tb"} | |
1509 | } | |
1510 | terabyte{ | |
1511 | dnam{"TB"} | |
1512 | one{"{0} TB"} | |
1513 | other{"{0} TB"} | |
1514 | } | |
1515 | } | |
1516 | duration{ | |
2ca993e8 A |
1517 | century{ |
1518 | dnam{"yy"} | |
1519 | one{"{0} yy"} | |
1520 | other{"{0} yy"} | |
1521 | } | |
b331163b A |
1522 | day{ |
1523 | dnam{"gün"} | |
1524 | one{"{0} gün"} | |
1525 | other{"{0} gün"} | |
2ca993e8 | 1526 | per{"{0}/gün"} |
b331163b A |
1527 | } |
1528 | hour{ | |
1529 | dnam{"saat"} | |
1530 | one{"{0} sa."} | |
1531 | other{"{0} sa."} | |
1532 | per{"{0}/sa"} | |
1533 | } | |
1534 | microsecond{ | |
1535 | dnam{"μsn"} | |
1536 | one{"{0} μsn"} | |
1537 | other{"{0} μsn"} | |
1538 | } | |
1539 | millisecond{ | |
1540 | dnam{"milisaniye"} | |
1541 | one{"{0} msn"} | |
1542 | other{"{0} msn"} | |
1543 | } | |
1544 | minute{ | |
1545 | dnam{"dakika"} | |
1546 | one{"{0} dk."} | |
1547 | other{"{0} dk."} | |
2ca993e8 | 1548 | per{"{0}/dk."} |
b331163b A |
1549 | } |
1550 | month{ | |
1551 | dnam{"ay"} | |
1552 | one{"{0} ay"} | |
1553 | other{"{0} ay"} | |
2ca993e8 | 1554 | per{"{0}/ay"} |
b331163b A |
1555 | } |
1556 | nanosecond{ | |
1557 | dnam{"nanosaniye"} | |
1558 | one{"{0} nsn"} | |
1559 | other{"{0} nsn"} | |
1560 | } | |
1561 | second{ | |
1562 | dnam{"saniye"} | |
1563 | one{"{0} sn."} | |
1564 | other{"{0} sn."} | |
1565 | per{"{0}/sn"} | |
1566 | } | |
1567 | week{ | |
1568 | dnam{"hafta"} | |
1569 | one{"{0} hf."} | |
1570 | other{"{0} hf."} | |
2ca993e8 | 1571 | per{"{0}/hf."} |
b331163b A |
1572 | } |
1573 | year{ | |
1574 | dnam{"yıl"} | |
1575 | one{"{0} yıl"} | |
1576 | other{"{0} yıl"} | |
2ca993e8 | 1577 | per{"{0}/y"} |
b331163b A |
1578 | } |
1579 | } | |
1580 | electric{ | |
1581 | ampere{ | |
1582 | dnam{"amper"} | |
1583 | one{"{0} A"} | |
1584 | other{"{0} A"} | |
1585 | } | |
1586 | milliampere{ | |
1587 | dnam{"miliamper"} | |
1588 | one{"{0} mA"} | |
1589 | other{"{0} mA"} | |
1590 | } | |
1591 | ohm{ | |
1592 | dnam{"ohm"} | |
1593 | one{"{0} Ω"} | |
1594 | other{"{0} Ω"} | |
1595 | } | |
1596 | volt{ | |
1597 | dnam{"volt"} | |
1598 | one{"{0} V"} | |
1599 | other{"{0} V"} | |
1600 | } | |
1601 | } | |
1602 | energy{ | |
1603 | calorie{ | |
1604 | dnam{"cal"} | |
1605 | one{"{0} cal"} | |
1606 | other{"{0} cal"} | |
1607 | } | |
1608 | foodcalorie{ | |
1609 | dnam{"kcal"} | |
1610 | one{"{0} kcal"} | |
1611 | other{"{0} kcal"} | |
1612 | } | |
1613 | joule{ | |
1614 | dnam{"jul"} | |
1615 | one{"{0} J"} | |
1616 | other{"{0} J"} | |
1617 | } | |
1618 | kilocalorie{ | |
1619 | dnam{"kcal"} | |
1620 | one{"{0} kcal"} | |
1621 | other{"{0} kcal"} | |
1622 | } | |
1623 | kilojoule{ | |
1624 | dnam{"kJ"} | |
1625 | one{"{0} kJ"} | |
1626 | other{"{0} kJ"} | |
1627 | } | |
1628 | kilowatt-hour{ | |
1629 | dnam{"kWh"} | |
1630 | one{"{0} kWh"} | |
1631 | other{"{0} kWh"} | |
1632 | } | |
1633 | } | |
1634 | frequency{ | |
1635 | gigahertz{ | |
1636 | dnam{"GHz"} | |
1637 | one{"{0} GHz"} | |
1638 | other{"{0} GHz"} | |
1639 | } | |
1640 | hertz{ | |
1641 | dnam{"Hz"} | |
1642 | one{"{0} Hz"} | |
1643 | other{"{0} Hz"} | |
1644 | } | |
1645 | kilohertz{ | |
1646 | dnam{"kHz"} | |
1647 | one{"{0} kHz"} | |
1648 | other{"{0} kHz"} | |
1649 | } | |
1650 | megahertz{ | |
1651 | dnam{"MHz"} | |
1652 | one{"{0} MHz"} | |
1653 | other{"{0} MHz"} | |
1654 | } | |
1655 | } | |
1656 | length{ | |
1657 | astronomical-unit{ | |
1658 | dnam{"AU"} | |
1659 | one{"{0} AU"} | |
1660 | other{"{0} AU"} | |
1661 | } | |
1662 | centimeter{ | |
1663 | dnam{"cm"} | |
1664 | one{"{0} cm"} | |
1665 | other{"{0} cm"} | |
2ca993e8 | 1666 | per{"{0}/cm"} |
b331163b A |
1667 | } |
1668 | decimeter{ | |
1669 | dnam{"dm"} | |
1670 | one{"{0} dm"} | |
1671 | other{"{0} dm"} | |
1672 | } | |
1673 | fathom{ | |
1674 | dnam{"fathom"} | |
1675 | one{"{0} fm"} | |
1676 | other{"{0} fm"} | |
1677 | } | |
1678 | foot{ | |
1679 | dnam{"fit"} | |
1680 | one{"{0} fit"} | |
1681 | other{"{0} fit"} | |
2ca993e8 | 1682 | per{"{0}/ft"} |
b331163b A |
1683 | } |
1684 | furlong{ | |
1685 | dnam{"furlong"} | |
1686 | one{"{0} fur"} | |
1687 | other{"{0} fur"} | |
1688 | } | |
1689 | inch{ | |
1690 | dnam{"inç"} | |
1691 | one{"{0} inç"} | |
1692 | other{"{0} inç"} | |
2ca993e8 | 1693 | per{"{0}/in"} |
b331163b A |
1694 | } |
1695 | kilometer{ | |
1696 | dnam{"km"} | |
1697 | one{"{0} km"} | |
1698 | other{"{0} km"} | |
2ca993e8 | 1699 | per{"{0}/km"} |
b331163b A |
1700 | } |
1701 | light-year{ | |
1702 | dnam{"ışık yılı"} | |
1703 | one{"{0} IY"} | |
1704 | other{"{0} IY"} | |
1705 | } | |
1706 | meter{ | |
1707 | dnam{"metre"} | |
1708 | one{"{0} m"} | |
1709 | other{"{0} m"} | |
2ca993e8 | 1710 | per{"{0}/m"} |
b331163b A |
1711 | } |
1712 | micrometer{ | |
1713 | dnam{"mikron"} | |
1714 | one{"{0} µm"} | |
1715 | other{"{0} µm"} | |
1716 | } | |
1717 | mile{ | |
1718 | dnam{"mil"} | |
1719 | one{"{0} mil"} | |
1720 | other{"{0} mil"} | |
1721 | } | |
2ca993e8 A |
1722 | mile-scandinavian{ |
1723 | dnam{"smi"} | |
1724 | one{"{0} smi"} | |
1725 | other{"{0} smi"} | |
1726 | } | |
b331163b A |
1727 | millimeter{ |
1728 | dnam{"mm"} | |
1729 | one{"{0} mm"} | |
1730 | other{"{0} mm"} | |
1731 | } | |
1732 | nanometer{ | |
1733 | dnam{"nm"} | |
1734 | one{"{0} nm"} | |
1735 | other{"{0} nm"} | |
1736 | } | |
1737 | nautical-mile{ | |
1738 | dnam{"nmi"} | |
1739 | one{"{0} nmi"} | |
1740 | other{"{0} nmi"} | |
1741 | } | |
1742 | parsec{ | |
1743 | dnam{"parsek"} | |
1744 | one{"{0} pc"} | |
1745 | other{"{0} pc"} | |
1746 | } | |
1747 | picometer{ | |
1748 | dnam{"pm"} | |
1749 | one{"{0} pm"} | |
1750 | other{"{0} pm"} | |
1751 | } | |
f3c0d7a5 A |
1752 | point{ |
1753 | dnam{"punto"} | |
1754 | one{"{0} pt"} | |
1755 | other{"{0} pt"} | |
1756 | } | |
b331163b A |
1757 | yard{ |
1758 | dnam{"yarda"} | |
1759 | one{"{0} yd"} | |
1760 | other{"{0} yd"} | |
1761 | } | |
1762 | } | |
1763 | light{ | |
1764 | lux{ | |
1765 | dnam{"lüks"} | |
1766 | one{"{0} lüks"} | |
1767 | other{"{0} lüks"} | |
1768 | } | |
1769 | } | |
1770 | mass{ | |
1771 | carat{ | |
1772 | dnam{"karat"} | |
1773 | one{"{0} ct"} | |
1774 | other{"{0} ct"} | |
1775 | } | |
1776 | gram{ | |
1777 | dnam{"gram"} | |
1778 | one{"{0} g"} | |
1779 | other{"{0} g"} | |
2ca993e8 | 1780 | per{"{0}/g"} |
b331163b A |
1781 | } |
1782 | kilogram{ | |
1783 | dnam{"kg"} | |
1784 | one{"{0} kg"} | |
1785 | other{"{0} kg"} | |
2ca993e8 | 1786 | per{"{0}/kg"} |
b331163b A |
1787 | } |
1788 | metric-ton{ | |
1789 | dnam{"t"} | |
1790 | one{"{0} t"} | |
1791 | other{"{0} t"} | |
1792 | } | |
1793 | microgram{ | |
1794 | dnam{"µg"} | |
1795 | one{"{0} µg"} | |
1796 | other{"{0} µg"} | |
1797 | } | |
1798 | milligram{ | |
1799 | dnam{"mg"} | |
1800 | one{"{0} mg"} | |
1801 | other{"{0} mg"} | |
1802 | } | |
1803 | ounce{ | |
2ca993e8 | 1804 | dnam{"oz"} |
b331163b A |
1805 | one{"{0} oz"} |
1806 | other{"{0} oz"} | |
2ca993e8 | 1807 | per{"{0}/oz"} |
b331163b A |
1808 | } |
1809 | ounce-troy{ | |
1810 | dnam{"troy ons"} | |
1811 | one{"{0} oz t"} | |
1812 | other{"{0} oz t"} | |
1813 | } | |
1814 | pound{ | |
1815 | dnam{"libre"} | |
1816 | one{"{0} lb"} | |
1817 | other{"{0} lb"} | |
2ca993e8 | 1818 | per{"{0}/lb"} |
b331163b A |
1819 | } |
1820 | stone{ | |
1821 | dnam{"stone"} | |
1822 | one{"{0} st"} | |
1823 | other{"{0} st"} | |
1824 | } | |
1825 | ton{ | |
1826 | dnam{"Amerikan tonu"} | |
1827 | one{"{0} kısa ton"} | |
1828 | other{"{0} kısa ton"} | |
1829 | } | |
1830 | } | |
1831 | power{ | |
1832 | gigawatt{ | |
1833 | dnam{"GW"} | |
1834 | one{"{0} GW"} | |
1835 | other{"{0} GW"} | |
1836 | } | |
1837 | horsepower{ | |
1838 | dnam{"bg"} | |
1839 | one{"{0} bg"} | |
1840 | other{"{0} bg"} | |
1841 | } | |
1842 | kilowatt{ | |
1843 | dnam{"kW"} | |
1844 | one{"{0} kW"} | |
1845 | other{"{0} kW"} | |
1846 | } | |
1847 | megawatt{ | |
1848 | dnam{"MW"} | |
1849 | one{"{0} MW"} | |
1850 | other{"{0} MW"} | |
1851 | } | |
1852 | milliwatt{ | |
1853 | dnam{"mW"} | |
1854 | one{"{0} mW"} | |
1855 | other{"{0} mW"} | |
1856 | } | |
1857 | watt{ | |
1858 | dnam{"vat"} | |
1859 | one{"{0} W"} | |
1860 | other{"{0} W"} | |
1861 | } | |
1862 | } | |
1863 | pressure{ | |
1864 | hectopascal{ | |
1865 | dnam{"hPa"} | |
1866 | one{"{0} hPa"} | |
1867 | other{"{0} hPa"} | |
1868 | } | |
1869 | inch-hg{ | |
1870 | dnam{"inHg"} | |
1871 | one{"{0} inHg"} | |
1872 | other{"{0} inHg"} | |
1873 | } | |
1874 | millibar{ | |
1875 | dnam{"mbar"} | |
1876 | one{"{0} mbar"} | |
1877 | other{"{0} mbar"} | |
1878 | } | |
1879 | millimeter-of-mercury{ | |
1880 | dnam{"mm Hg"} | |
1881 | one{"{0} mm Hg"} | |
1882 | other{"{0} mm Hg"} | |
1883 | } | |
1884 | pound-per-square-inch{ | |
1885 | dnam{"lb/in²"} | |
1886 | one{"{0} lb/in²"} | |
1887 | other{"{0} lb/in²"} | |
1888 | } | |
1889 | } | |
b331163b A |
1890 | speed{ |
1891 | kilometer-per-hour{ | |
1892 | dnam{"km/sa"} | |
1893 | one{"{0} km/sa"} | |
1894 | other{"{0} km/sa"} | |
1895 | } | |
2ca993e8 A |
1896 | knot{ |
1897 | dnam{"kn"} | |
1898 | one{"{0} kn"} | |
1899 | other{"{0} kn"} | |
1900 | } | |
b331163b A |
1901 | meter-per-second{ |
1902 | dnam{"m/sn"} | |
1903 | one{"{0} m/sn"} | |
1904 | other{"{0} m/sn"} | |
1905 | } | |
1906 | mile-per-hour{ | |
1907 | dnam{"mil/saat"} | |
1908 | one{"{0} mil/sa"} | |
1909 | other{"{0} mil/sa"} | |
1910 | } | |
1911 | } | |
1912 | temperature{ | |
1913 | celsius{ | |
1914 | dnam{"°C"} | |
1915 | one{"{0}°C"} | |
1916 | other{"{0}°C"} | |
1917 | } | |
1918 | fahrenheit{ | |
1919 | dnam{"°F"} | |
1920 | one{"{0}°F"} | |
1921 | other{"{0}°F"} | |
1922 | } | |
2ca993e8 A |
1923 | generic{ |
1924 | dnam{"°"} | |
1925 | one{"{0}°"} | |
1926 | other{"{0}°"} | |
1927 | } | |
b331163b A |
1928 | kelvin{ |
1929 | dnam{"K"} | |
1930 | one{"{0}K"} | |
1931 | other{"{0}K"} | |
1932 | } | |
1933 | } | |
1934 | volume{ | |
1935 | acre-foot{ | |
1936 | dnam{"akre fit"} | |
1937 | one{"{0} akre fit"} | |
1938 | other{"{0} akre fit"} | |
1939 | } | |
1940 | bushel{ | |
1941 | dnam{"buşel"} | |
1942 | one{"{0} bu"} | |
1943 | other{"{0} bu"} | |
1944 | } | |
1945 | centiliter{ | |
1946 | dnam{"cl"} | |
1947 | one{"{0} cl"} | |
1948 | other{"{0} cl"} | |
1949 | } | |
1950 | cubic-centimeter{ | |
1951 | dnam{"cm³"} | |
1952 | one{"{0} cm³"} | |
1953 | other{"{0} cm³"} | |
2ca993e8 | 1954 | per{"{0}/cm³"} |
b331163b A |
1955 | } |
1956 | cubic-foot{ | |
1957 | dnam{"fit³"} | |
1958 | one{"{0} fit³"} | |
1959 | other{"{0} fit³"} | |
1960 | } | |
1961 | cubic-inch{ | |
1962 | dnam{"inç³"} | |
1963 | one{"{0} inç³"} | |
1964 | other{"{0} inç³"} | |
1965 | } | |
1966 | cubic-kilometer{ | |
1967 | dnam{"km³"} | |
1968 | one{"{0} km³"} | |
1969 | other{"{0} km³"} | |
1970 | } | |
1971 | cubic-meter{ | |
1972 | dnam{"m³"} | |
1973 | one{"{0} m³"} | |
1974 | other{"{0} m³"} | |
2ca993e8 | 1975 | per{"{0}/m³"} |
b331163b A |
1976 | } |
1977 | cubic-mile{ | |
1978 | dnam{"mil³"} | |
1979 | one{"{0} mil³"} | |
1980 | other{"{0} mil³"} | |
1981 | } | |
1982 | cubic-yard{ | |
1983 | dnam{"yarda³"} | |
1984 | one{"{0} yarda³"} | |
1985 | other{"{0} yarda³"} | |
1986 | } | |
1987 | cup{ | |
1988 | dnam{"su b."} | |
1989 | one{"{0} sb"} | |
1990 | other{"{0} sb"} | |
1991 | } | |
2ca993e8 A |
1992 | cup-metric{ |
1993 | dnam{"mcup"} | |
1994 | one{"{0} mc"} | |
1995 | other{"{0} mc"} | |
1996 | } | |
b331163b A |
1997 | deciliter{ |
1998 | dnam{"dl"} | |
1999 | one{"{0} dl"} | |
2000 | other{"{0} dl"} | |
2001 | } | |
2002 | fluid-ounce{ | |
2003 | dnam{"sıvı ons"} | |
2004 | one{"{0} sıvı ons"} | |
2005 | other{"{0} sıvı ons"} | |
2006 | } | |
2007 | gallon{ | |
2008 | dnam{"galon"} | |
2009 | one{"{0} galon"} | |
2010 | other{"{0} galon"} | |
2ca993e8 | 2011 | per{"{0}/gal"} |
b331163b | 2012 | } |
f3c0d7a5 A |
2013 | gallon-imperial{ |
2014 | dnam{"İng. gal"} | |
2015 | one{"{0} İng. gal"} | |
2016 | other{"{0} İng. gal"} | |
2017 | per{"{0}/İng. gal"} | |
2018 | } | |
b331163b A |
2019 | hectoliter{ |
2020 | dnam{"hl"} | |
2021 | one{"{0} hl"} | |
2022 | other{"{0} hl"} | |
2023 | } | |
2024 | liter{ | |
2025 | dnam{"litre"} | |
2026 | one{"{0} l"} | |
2027 | other{"{0} l"} | |
2ca993e8 | 2028 | per{"{0}/l"} |
b331163b A |
2029 | } |
2030 | megaliter{ | |
2031 | dnam{"Ml"} | |
2032 | one{"{0} Ml"} | |
2033 | other{"{0} Ml"} | |
2034 | } | |
2035 | milliliter{ | |
2036 | dnam{"ml"} | |
2037 | one{"{0} ml"} | |
2038 | other{"{0} ml"} | |
2039 | } | |
2040 | pint{ | |
2041 | dnam{"pint"} | |
2042 | one{"{0} pint"} | |
2043 | other{"{0} pint"} | |
2044 | } | |
2ca993e8 A |
2045 | pint-metric{ |
2046 | dnam{"mpt"} | |
2047 | one{"{0} mpt"} | |
2048 | other{"{0} mpt"} | |
2049 | } | |
b331163b A |
2050 | quart{ |
2051 | dnam{"quart"} | |
2052 | one{"{0} quart"} | |
2053 | other{"{0} quart"} | |
2054 | } | |
2055 | tablespoon{ | |
2056 | dnam{"yk"} | |
2057 | one{"{0} yk"} | |
2058 | other{"{0} yk"} | |
2059 | } | |
2060 | teaspoon{ | |
2ca993e8 A |
2061 | dnam{"tk"} |
2062 | one{"{0} tk"} | |
2063 | other{"{0} tk"} | |
b331163b A |
2064 | } |
2065 | } | |
2066 | } | |
2067 | } |