| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/tr.xml | 6 // * Source File: <path>/common/main/tr.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/tr.xml | 10 * ICU <specials> source: <path>/common/main/tr.xml |
| (...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1107 Tone{"Ton"} | 1107 Tone{"Ton"} |
| 1108 UNGEGN{"UNGEGN"} | 1108 UNGEGN{"UNGEGN"} |
| 1109 x-Accents{"Aksanlar"} | 1109 x-Accents{"Aksanlar"} |
| 1110 x-Fullwidth{"Tam Genişlik"} | 1110 x-Fullwidth{"Tam Genişlik"} |
| 1111 x-Halfwidth{"Yarım genişlik"} | 1111 x-Halfwidth{"Yarım genişlik"} |
| 1112 x-Jamo{"Jamo"} | 1112 x-Jamo{"Jamo"} |
| 1113 x-Pinyin{"Pinyin"} | 1113 x-Pinyin{"Pinyin"} |
| 1114 x-Publishing{"Yayıncılık"} | 1114 x-Publishing{"Yayıncılık"} |
| 1115 } | 1115 } |
| 1116 units{ | 1116 units{ |
| 1117 acceleration{ | |
| 1118 g-force{ | |
| 1119 one{"{0} g kuvveti"} | |
| 1120 other{"{0} g kuvveti"} | |
| 1121 } | |
| 1122 } | |
| 1123 angle{ | |
| 1124 arc-minute{ | |
| 1125 one{"{0} dakika"} | |
| 1126 other{"{0} dakika"} | |
| 1127 } | |
| 1128 arc-second{ | |
| 1129 one{"{0} saniye"} | |
| 1130 other{"{0} saniye"} | |
| 1131 } | |
| 1132 degree{ | |
| 1133 one{"{0} derece"} | |
| 1134 other{"{0} derece"} | |
| 1135 } | |
| 1136 } | |
| 1137 area{ | |
| 1138 acre{ | |
| 1139 one{"{0} akre"} | |
| 1140 other{"{0} akre"} | |
| 1141 } | |
| 1142 hectare{ | |
| 1143 one{"{0} hektar"} | |
| 1144 other{"{0} hektar"} | |
| 1145 } | |
| 1146 square-foot{ | |
| 1147 one{"{0} fit kare"} | |
| 1148 other{"{0} fit kare"} | |
| 1149 } | |
| 1150 square-kilometer{ | |
| 1151 one{"{0} kilometrekare"} | |
| 1152 other{"{0} kilometrekare"} | |
| 1153 } | |
| 1154 square-meter{ | |
| 1155 one{"{0} metrekare"} | |
| 1156 other{"{0} metrekare"} | |
| 1157 } | |
| 1158 square-mile{ | |
| 1159 one{"{0} mil kare"} | |
| 1160 other{"{0} mil kare"} | |
| 1161 } | |
| 1162 } | |
| 1163 compound{ | 1117 compound{ |
| 1164 per{"{0}/{1}"} | 1118 per{"{0}/{1}"} |
| 1165 } | 1119 } |
| 1166 duration{ | 1120 duration{ |
| 1167 day{ | 1121 day{ |
| 1168 one{"{0} gün"} | 1122 one{"{0} gün"} |
| 1169 other{"{0} gün"} | 1123 other{"{0} gün"} |
| 1170 } | 1124 } |
| 1171 hour{ | 1125 hour{ |
| 1172 one{"{0} saat"} | 1126 one{"{0} saat"} |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1190 } | 1144 } |
| 1191 week{ | 1145 week{ |
| 1192 one{"{0} hafta"} | 1146 one{"{0} hafta"} |
| 1193 other{"{0} hafta"} | 1147 other{"{0} hafta"} |
| 1194 } | 1148 } |
| 1195 year{ | 1149 year{ |
| 1196 one{"{0} yıl"} | 1150 one{"{0} yıl"} |
| 1197 other{"{0} yıl"} | 1151 other{"{0} yıl"} |
| 1198 } | 1152 } |
| 1199 } | 1153 } |
| 1200 length{ | |
| 1201 centimeter{ | |
| 1202 one{"{0} santimetre"} | |
| 1203 other{"{0} santimetre"} | |
| 1204 } | |
| 1205 foot{ | |
| 1206 one{"{0} fit"} | |
| 1207 other{"{0} fit"} | |
| 1208 } | |
| 1209 inch{ | |
| 1210 one{"{0} inç"} | |
| 1211 other{"{0} inç"} | |
| 1212 } | |
| 1213 kilometer{ | |
| 1214 one{"{0} kilometre"} | |
| 1215 other{"{0} kilometre"} | |
| 1216 } | |
| 1217 light-year{ | |
| 1218 one{"{0} ışık yılı"} | |
| 1219 other{"{0} ışık yılı"} | |
| 1220 } | |
| 1221 meter{ | |
| 1222 one{"{0} metre"} | |
| 1223 other{"{0} metre"} | |
| 1224 } | |
| 1225 mile{ | |
| 1226 one{"{0} mil"} | |
| 1227 other{"{0} mil"} | |
| 1228 } | |
| 1229 millimeter{ | |
| 1230 one{"{0} milimetre"} | |
| 1231 other{"{0} milimetre"} | |
| 1232 } | |
| 1233 picometer{ | |
| 1234 one{"{0} pikometre"} | |
| 1235 other{"{0} pikometre"} | |
| 1236 } | |
| 1237 yard{ | |
| 1238 one{"{0} yarda"} | |
| 1239 other{"{0} yarda"} | |
| 1240 } | |
| 1241 } | |
| 1242 mass{ | |
| 1243 gram{ | |
| 1244 one{"{0} gram"} | |
| 1245 other{"{0} gram"} | |
| 1246 } | |
| 1247 kilogram{ | |
| 1248 one{"{0} kilogram"} | |
| 1249 other{"{0} kilogram"} | |
| 1250 } | |
| 1251 ounce{ | |
| 1252 one{"{0} ons"} | |
| 1253 other{"{0} ons"} | |
| 1254 } | |
| 1255 pound{ | |
| 1256 one{"{0} pound"} | |
| 1257 other{"{0} pound"} | |
| 1258 } | |
| 1259 } | |
| 1260 power{ | |
| 1261 horsepower{ | |
| 1262 one{"{0} beygir gücü"} | |
| 1263 other{"{0} beygir gücü"} | |
| 1264 } | |
| 1265 kilowatt{ | |
| 1266 one{"{0} kilovat"} | |
| 1267 other{"{0} kilovat"} | |
| 1268 } | |
| 1269 watt{ | |
| 1270 one{"{0} vat"} | |
| 1271 other{"{0} vat"} | |
| 1272 } | |
| 1273 } | |
| 1274 pressure{ | |
| 1275 hectopascal{ | |
| 1276 one{"{0} hektopaskal"} | |
| 1277 other{"{0} hektopaskal"} | |
| 1278 } | |
| 1279 inch-hg{ | |
| 1280 one{"{0} inç cıva"} | |
| 1281 other{"{0} inç cıva"} | |
| 1282 } | |
| 1283 millibar{ | |
| 1284 one{"{0} milibar"} | |
| 1285 other{"{0} milibar"} | |
| 1286 } | |
| 1287 } | |
| 1288 speed{ | |
| 1289 kilometer-per-hour{ | |
| 1290 one{"{0} kilometre/saat"} | |
| 1291 other{"{0} kilometre/saat"} | |
| 1292 } | |
| 1293 meter-per-second{ | |
| 1294 one{"{0} metre/saniye"} | |
| 1295 other{"{0} metre/saniye"} | |
| 1296 } | |
| 1297 mile-per-hour{ | |
| 1298 one{"{0} mil/saat"} | |
| 1299 other{"{0} mil/saat"} | |
| 1300 } | |
| 1301 } | |
| 1302 temperature{ | |
| 1303 celsius{ | |
| 1304 one{"{0} santigrat derece"} | |
| 1305 other{"{0} santigrat derece"} | |
| 1306 } | |
| 1307 fahrenheit{ | |
| 1308 one{"{0} fahrenhayt derece"} | |
| 1309 other{"{0} fahrenhayt derece"} | |
| 1310 } | |
| 1311 } | |
| 1312 volume{ | |
| 1313 cubic-kilometer{ | |
| 1314 one{"{0} kilometre küp"} | |
| 1315 other{"{0} kilometre küp"} | |
| 1316 } | |
| 1317 cubic-mile{ | |
| 1318 one{"{0} mil küp"} | |
| 1319 other{"{0} mil küp"} | |
| 1320 } | |
| 1321 liter{ | |
| 1322 one{"{0} litre"} | |
| 1323 other{"{0} litre"} | |
| 1324 } | |
| 1325 } | |
| 1326 } | 1154 } |
| 1327 unitsNarrow{ | 1155 unitsNarrow{ |
| 1328 acceleration{ | |
| 1329 g-force{ | |
| 1330 one{"{0}G"} | |
| 1331 other{"{0}G"} | |
| 1332 } | |
| 1333 } | |
| 1334 angle{ | |
| 1335 arc-minute{ | |
| 1336 one{"{0}′"} | |
| 1337 other{"{0}′"} | |
| 1338 } | |
| 1339 arc-second{ | |
| 1340 one{"{0}″"} | |
| 1341 other{"{0}″"} | |
| 1342 } | |
| 1343 degree{ | |
| 1344 one{"{0}°"} | |
| 1345 other{"{0}°"} | |
| 1346 } | |
| 1347 } | |
| 1348 area{ | |
| 1349 acre{ | |
| 1350 one{"{0} ac"} | |
| 1351 other{"{0} ac"} | |
| 1352 } | |
| 1353 hectare{ | |
| 1354 one{"{0} ha"} | |
| 1355 other{"{0} ha"} | |
| 1356 } | |
| 1357 square-foot{ | |
| 1358 one{"{0} ft²"} | |
| 1359 other{"{0} ft²"} | |
| 1360 } | |
| 1361 square-kilometer{ | |
| 1362 one{"{0} km²"} | |
| 1363 other{"{0} km²"} | |
| 1364 } | |
| 1365 square-meter{ | |
| 1366 one{"{0} m²"} | |
| 1367 other{"{0} m²"} | |
| 1368 } | |
| 1369 square-mile{ | |
| 1370 one{"{0} mi²"} | |
| 1371 other{"{0} mi²"} | |
| 1372 } | |
| 1373 } | |
| 1374 compound{ | 1156 compound{ |
| 1375 per{"{0}/{1}"} | 1157 per{"{0}/{1}"} |
| 1376 } | 1158 } |
| 1377 duration{ | 1159 duration{ |
| 1378 day{ | 1160 day{ |
| 1379 one{"{0}g"} | 1161 one{"{0}g"} |
| 1380 other{"{0}g"} | 1162 other{"{0}g"} |
| 1381 } | 1163 } |
| 1382 hour{ | 1164 hour{ |
| 1383 one{"{0}s"} | 1165 one{"{0}s"} |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1401 } | 1183 } |
| 1402 week{ | 1184 week{ |
| 1403 one{"{0}h"} | 1185 one{"{0}h"} |
| 1404 other{"{0}h"} | 1186 other{"{0}h"} |
| 1405 } | 1187 } |
| 1406 year{ | 1188 year{ |
| 1407 one{"{0}y"} | 1189 one{"{0}y"} |
| 1408 other{"{0}y"} | 1190 other{"{0}y"} |
| 1409 } | 1191 } |
| 1410 } | 1192 } |
| 1411 length{ | |
| 1412 centimeter{ | |
| 1413 one{"{0} cm"} | |
| 1414 other{"{0} cm"} | |
| 1415 } | |
| 1416 foot{ | |
| 1417 one{"{0}′"} | |
| 1418 other{"{0}′"} | |
| 1419 } | |
| 1420 inch{ | |
| 1421 one{"{0}″"} | |
| 1422 other{"{0}″"} | |
| 1423 } | |
| 1424 kilometer{ | |
| 1425 one{"{0} km"} | |
| 1426 other{"{0} km"} | |
| 1427 } | |
| 1428 light-year{ | |
| 1429 one{"{0} IY"} | |
| 1430 other{"{0} IY"} | |
| 1431 } | |
| 1432 meter{ | |
| 1433 one{"{0} m"} | |
| 1434 other{"{0} m"} | |
| 1435 } | |
| 1436 mile{ | |
| 1437 one{"{0} mil"} | |
| 1438 other{"{0} mil"} | |
| 1439 } | |
| 1440 millimeter{ | |
| 1441 one{"{0} mm"} | |
| 1442 other{"{0} mm"} | |
| 1443 } | |
| 1444 picometer{ | |
| 1445 one{"{0} pm"} | |
| 1446 other{"{0} pm"} | |
| 1447 } | |
| 1448 yard{ | |
| 1449 one{"{0} yd"} | |
| 1450 other{"{0} yd"} | |
| 1451 } | |
| 1452 } | |
| 1453 mass{ | |
| 1454 gram{ | |
| 1455 one{"{0} g"} | |
| 1456 other{"{0} g"} | |
| 1457 } | |
| 1458 kilogram{ | |
| 1459 one{"{0} kg"} | |
| 1460 other{"{0} kg"} | |
| 1461 } | |
| 1462 ounce{ | |
| 1463 one{"{0} oz"} | |
| 1464 other{"{0} oz"} | |
| 1465 } | |
| 1466 pound{ | |
| 1467 one{"{0} lb"} | |
| 1468 other{"{0} lb"} | |
| 1469 } | |
| 1470 } | |
| 1471 power{ | |
| 1472 horsepower{ | |
| 1473 one{"{0} hp"} | |
| 1474 other{"{0} hp"} | |
| 1475 } | |
| 1476 kilowatt{ | |
| 1477 one{"{0} kW"} | |
| 1478 other{"{0} kW"} | |
| 1479 } | |
| 1480 watt{ | |
| 1481 one{"{0} W"} | |
| 1482 other{"{0} W"} | |
| 1483 } | |
| 1484 } | |
| 1485 pressure{ | |
| 1486 hectopascal{ | |
| 1487 one{"{0} hPa"} | |
| 1488 other{"{0} hPa"} | |
| 1489 } | |
| 1490 inch-hg{ | |
| 1491 one{"{0}\u0022 Hg"} | |
| 1492 other{"{0}\u0022 Hg"} | |
| 1493 } | |
| 1494 millibar{ | |
| 1495 one{"{0} mb"} | |
| 1496 other{"{0} mb"} | |
| 1497 } | |
| 1498 } | |
| 1499 speed{ | |
| 1500 kilometer-per-hour{ | |
| 1501 one{"{0} km/sa"} | |
| 1502 other{"{0} km/sa"} | |
| 1503 } | |
| 1504 meter-per-second{ | |
| 1505 one{"{0} m/sn"} | |
| 1506 other{"{0} m/sn"} | |
| 1507 } | |
| 1508 mile-per-hour{ | |
| 1509 one{"{0} mil/sa"} | |
| 1510 other{"{0} mil/sa"} | |
| 1511 } | |
| 1512 } | |
| 1513 temperature{ | |
| 1514 celsius{ | |
| 1515 one{"{0}°"} | |
| 1516 other{"{0}°"} | |
| 1517 } | |
| 1518 fahrenheit{ | |
| 1519 one{"{0}°F"} | |
| 1520 other{"{0}°F"} | |
| 1521 } | |
| 1522 } | |
| 1523 volume{ | |
| 1524 cubic-kilometer{ | |
| 1525 one{"{0} km³"} | |
| 1526 other{"{0} km³"} | |
| 1527 } | |
| 1528 cubic-mile{ | |
| 1529 one{"{0} mi³"} | |
| 1530 other{"{0} mi³"} | |
| 1531 } | |
| 1532 liter{ | |
| 1533 one{"{0} l"} | |
| 1534 other{"{0} l"} | |
| 1535 } | |
| 1536 } | |
| 1537 } | 1193 } |
| 1538 unitsShort{ | 1194 unitsShort{ |
| 1539 acceleration{ | |
| 1540 g-force{ | |
| 1541 one{"{0} G"} | |
| 1542 other{"{0} G"} | |
| 1543 } | |
| 1544 } | |
| 1545 angle{ | |
| 1546 arc-minute{ | |
| 1547 one{"{0} dk."} | |
| 1548 other{"{0} dk."} | |
| 1549 } | |
| 1550 arc-second{ | |
| 1551 one{"{0} sn."} | |
| 1552 other{"{0} sn."} | |
| 1553 } | |
| 1554 degree{ | |
| 1555 one{"{0}°"} | |
| 1556 other{"{0}°"} | |
| 1557 } | |
| 1558 } | |
| 1559 area{ | |
| 1560 acre{ | |
| 1561 one{"{0} ac"} | |
| 1562 other{"{0} ac"} | |
| 1563 } | |
| 1564 hectare{ | |
| 1565 one{"{0} ha"} | |
| 1566 other{"{0} ha"} | |
| 1567 } | |
| 1568 square-foot{ | |
| 1569 one{"{0} ft²"} | |
| 1570 other{"{0} ft²"} | |
| 1571 } | |
| 1572 square-kilometer{ | |
| 1573 one{"{0} km²"} | |
| 1574 other{"{0} km²"} | |
| 1575 } | |
| 1576 square-meter{ | |
| 1577 one{"{0} m²"} | |
| 1578 other{"{0} m²"} | |
| 1579 } | |
| 1580 square-mile{ | |
| 1581 one{"{0} mi²"} | |
| 1582 other{"{0} mi²"} | |
| 1583 } | |
| 1584 } | |
| 1585 compound{ | 1195 compound{ |
| 1586 per{"{0}/{1}"} | 1196 per{"{0}/{1}"} |
| 1587 } | 1197 } |
| 1588 duration{ | 1198 duration{ |
| 1589 day{ | 1199 day{ |
| 1590 one{"{0} gün"} | 1200 one{"{0} gün"} |
| 1591 other{"{0} gün"} | 1201 other{"{0} gün"} |
| 1592 } | 1202 } |
| 1593 hour{ | 1203 hour{ |
| 1594 one{"{0} sa."} | 1204 one{"{0} sa."} |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1612 } | 1222 } |
| 1613 week{ | 1223 week{ |
| 1614 one{"{0} hf."} | 1224 one{"{0} hf."} |
| 1615 other{"{0} hf."} | 1225 other{"{0} hf."} |
| 1616 } | 1226 } |
| 1617 year{ | 1227 year{ |
| 1618 one{"{0} yıl"} | 1228 one{"{0} yıl"} |
| 1619 other{"{0} yıl"} | 1229 other{"{0} yıl"} |
| 1620 } | 1230 } |
| 1621 } | 1231 } |
| 1622 length{ | |
| 1623 centimeter{ | |
| 1624 one{"{0} cm"} | |
| 1625 other{"{0} cm"} | |
| 1626 } | |
| 1627 foot{ | |
| 1628 one{"{0} fit"} | |
| 1629 other{"{0} fit"} | |
| 1630 } | |
| 1631 inch{ | |
| 1632 one{"{0} inç"} | |
| 1633 other{"{0} inç"} | |
| 1634 } | |
| 1635 kilometer{ | |
| 1636 one{"{0} km"} | |
| 1637 other{"{0} km"} | |
| 1638 } | |
| 1639 light-year{ | |
| 1640 one{"{0} IY"} | |
| 1641 other{"{0} IY"} | |
| 1642 } | |
| 1643 meter{ | |
| 1644 one{"{0} m"} | |
| 1645 other{"{0} m"} | |
| 1646 } | |
| 1647 mile{ | |
| 1648 one{"{0} mil"} | |
| 1649 other{"{0} mil"} | |
| 1650 } | |
| 1651 millimeter{ | |
| 1652 one{"{0} mm"} | |
| 1653 other{"{0} mm"} | |
| 1654 } | |
| 1655 picometer{ | |
| 1656 one{"{0} pm"} | |
| 1657 other{"{0} pm"} | |
| 1658 } | |
| 1659 yard{ | |
| 1660 one{"{0} yd"} | |
| 1661 other{"{0} yd"} | |
| 1662 } | |
| 1663 } | |
| 1664 mass{ | |
| 1665 gram{ | |
| 1666 one{"{0} g"} | |
| 1667 other{"{0} g"} | |
| 1668 } | |
| 1669 kilogram{ | |
| 1670 one{"{0} kg"} | |
| 1671 other{"{0} kg"} | |
| 1672 } | |
| 1673 ounce{ | |
| 1674 one{"{0} oz"} | |
| 1675 other{"{0} oz"} | |
| 1676 } | |
| 1677 pound{ | |
| 1678 one{"{0} lb"} | |
| 1679 other{"{0} lb"} | |
| 1680 } | |
| 1681 } | |
| 1682 power{ | |
| 1683 horsepower{ | |
| 1684 one{"{0} hp"} | |
| 1685 other{"{0} hp"} | |
| 1686 } | |
| 1687 kilowatt{ | |
| 1688 one{"{0} kW"} | |
| 1689 other{"{0} kW"} | |
| 1690 } | |
| 1691 watt{ | |
| 1692 one{"{0} W"} | |
| 1693 other{"{0} W"} | |
| 1694 } | |
| 1695 } | |
| 1696 pressure{ | |
| 1697 hectopascal{ | |
| 1698 one{"{0} hPa"} | |
| 1699 other{"{0} hPa"} | |
| 1700 } | |
| 1701 inch-hg{ | |
| 1702 one{"{0} inHg"} | |
| 1703 other{"{0} inHg"} | |
| 1704 } | |
| 1705 millibar{ | |
| 1706 one{"{0} mbar"} | |
| 1707 other{"{0} mbar"} | |
| 1708 } | |
| 1709 } | |
| 1710 speed{ | |
| 1711 kilometer-per-hour{ | |
| 1712 one{"{0} km/sa"} | |
| 1713 other{"{0} km/sa"} | |
| 1714 } | |
| 1715 meter-per-second{ | |
| 1716 one{"{0} m/sn"} | |
| 1717 other{"{0} m/sn"} | |
| 1718 } | |
| 1719 mile-per-hour{ | |
| 1720 one{"{0} mil/sa"} | |
| 1721 other{"{0} mil/sa"} | |
| 1722 } | |
| 1723 } | |
| 1724 temperature{ | |
| 1725 celsius{ | |
| 1726 one{"{0}°C"} | |
| 1727 other{"{0}°C"} | |
| 1728 } | |
| 1729 fahrenheit{ | |
| 1730 one{"{0}°F"} | |
| 1731 other{"{0}°F"} | |
| 1732 } | |
| 1733 } | |
| 1734 volume{ | |
| 1735 cubic-kilometer{ | |
| 1736 one{"{0} km³"} | |
| 1737 other{"{0} km³"} | |
| 1738 } | |
| 1739 cubic-mile{ | |
| 1740 one{"{0} mi³"} | |
| 1741 other{"{0} mi³"} | |
| 1742 } | |
| 1743 liter{ | |
| 1744 one{"{0} l"} | |
| 1745 other{"{0} l"} | |
| 1746 } | |
| 1747 } | |
| 1748 } | 1232 } |
| 1749 } | 1233 } |
| OLD | NEW |