2004-08-20 23:12:31 +00:00
|
|
|
|
// ***************************************************************************
|
2000-01-12 19:26:57 +00:00
|
|
|
|
// *
|
2013-01-26 01:14:35 +00:00
|
|
|
|
// * Copyright (C) 2013 International Business Machines
|
|
|
|
|
// * Corporation and others. All Rights Reserved.
|
2012-08-01 20:40:39 +00:00
|
|
|
|
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
|
|
|
|
// * Source File: <path>/common/main/tr.xml
|
2000-01-12 19:26:57 +00:00
|
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
|
// ***************************************************************************
|
2004-10-13 00:39:42 +00:00
|
|
|
|
/**
|
2013-07-08 06:51:38 +00:00
|
|
|
|
* ICU <specials> source: <path>/common/main/tr.xml
|
2004-10-13 00:39:42 +00:00
|
|
|
|
*/
|
2004-08-20 23:12:31 +00:00
|
|
|
|
tr{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
AuxExemplarCharacters{
|
2012-10-19 03:36:01 +00:00
|
|
|
|
"[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ø ō œ ö q ß ú ù ŭ û ū"
|
|
|
|
|
" ü w x ÿ]"
|
2012-08-28 21:56:06 +00:00
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
Ellipsis{
|
|
|
|
|
final{"{0}…"}
|
|
|
|
|
initial{"…{0}"}
|
|
|
|
|
medial{"{0}…{1}"}
|
|
|
|
|
word-final{"{0} …"}
|
|
|
|
|
word-initial{"… {0}"}
|
|
|
|
|
word-medial{"{0} … {1}"}
|
|
|
|
|
}
|
2013-02-03 19:10:10 +00:00
|
|
|
|
ExemplarCharacters{"[a b c ç d e f g ğ h ı i İ j k l m n o ö p r s ş t u ü v y z]"}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
ExemplarCharactersIndex{"[A B C Ç D E F G H I İ J K L M N O Ö P Q R S Ş T U Ü V W X Y Z]"}
|
2013-01-26 06:14:03 +00:00
|
|
|
|
ExemplarCharactersPunctuation{
|
|
|
|
|
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
|
|
|
|
|
"″]"
|
|
|
|
|
}
|
2004-08-20 23:12:31 +00:00
|
|
|
|
LocaleScript{
|
|
|
|
|
"Latn",
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
MoreInformation{"?"}
|
2004-08-20 23:12:31 +00:00
|
|
|
|
NumberElements{
|
2010-06-04 18:29:02 +00:00
|
|
|
|
latn{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
miscPatterns{
|
|
|
|
|
atLeast{"{0}+"}
|
|
|
|
|
range{"{0}–{1}"}
|
|
|
|
|
}
|
2010-06-04 18:29:02 +00:00
|
|
|
|
patterns{
|
2013-09-11 19:16:25 +00:00
|
|
|
|
accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
currencyFormat{"#,##0.00 ¤"}
|
2010-06-04 18:29:02 +00:00
|
|
|
|
decimalFormat{"#,##0.###"}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
percentFormat{"%#,##0"}
|
2010-06-04 18:29:02 +00:00
|
|
|
|
scientificFormat{"#E0"}
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
patternsLong{
|
|
|
|
|
decimalFormat{
|
|
|
|
|
1000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"0 bin"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"0 bin"}
|
|
|
|
|
}
|
|
|
|
|
10000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"00 bin"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"00 bin"}
|
|
|
|
|
}
|
|
|
|
|
100000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"000 bin"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"000 bin"}
|
|
|
|
|
}
|
|
|
|
|
1000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"0 milyon"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"0 milyon"}
|
|
|
|
|
}
|
|
|
|
|
10000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"00 milyon"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"00 milyon"}
|
|
|
|
|
}
|
|
|
|
|
100000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"000 milyon"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"000 milyon"}
|
|
|
|
|
}
|
|
|
|
|
1000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"0 milyar"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"0 milyar"}
|
|
|
|
|
}
|
|
|
|
|
10000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"00 milyar"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"00 milyar"}
|
|
|
|
|
}
|
|
|
|
|
100000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"000 milyar"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"000 milyar"}
|
|
|
|
|
}
|
|
|
|
|
1000000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"0 trilyon"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"0 trilyon"}
|
|
|
|
|
}
|
|
|
|
|
10000000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"00 trilyon"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"00 trilyon"}
|
|
|
|
|
}
|
|
|
|
|
100000000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"000 trilyon"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"000 trilyon"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
patternsShort{
|
|
|
|
|
decimalFormat{
|
|
|
|
|
1000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"0"}
|
2012-10-19 03:36:01 +00:00
|
|
|
|
other{"0"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"00 B"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"00 B"}
|
|
|
|
|
}
|
|
|
|
|
100000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"000 B"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"000 B"}
|
|
|
|
|
}
|
|
|
|
|
1000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"0 Mn"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"0 Mn"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"00 Mn"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"00 Mn"}
|
|
|
|
|
}
|
|
|
|
|
100000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"000 Mn"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"000 Mn"}
|
|
|
|
|
}
|
|
|
|
|
1000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"0 Mr"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"0 Mr"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"00 Mr"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"00 Mr"}
|
|
|
|
|
}
|
|
|
|
|
100000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"000 Mr"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"000 Mr"}
|
|
|
|
|
}
|
|
|
|
|
1000000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"0 Tn"}
|
2012-10-19 03:36:01 +00:00
|
|
|
|
other{"0 Tn"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"00 Tn"}
|
2012-10-19 03:36:01 +00:00
|
|
|
|
other{"00 Tn"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
100000000000000{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"000 Tn"}
|
2012-10-19 03:36:01 +00:00
|
|
|
|
other{"000 Tn"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-06-04 18:29:02 +00:00
|
|
|
|
symbols{
|
|
|
|
|
decimal{","}
|
|
|
|
|
exponential{"E"}
|
|
|
|
|
group{"."}
|
|
|
|
|
infinity{"∞"}
|
|
|
|
|
list{";"}
|
|
|
|
|
minusSign{"-"}
|
|
|
|
|
nan{"NaN"}
|
|
|
|
|
perMille{"‰"}
|
|
|
|
|
percentSign{"%"}
|
|
|
|
|
plusSign{"+"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
superscriptingExponent{"×"}
|
2010-06-04 18:29:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2006-08-07 21:44:55 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
Version{"2.0.92.87"}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
calendar{
|
2010-09-13 19:12:47 +00:00
|
|
|
|
buddhist{
|
2013-02-14 09:51:25 +00:00
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"BE",
|
|
|
|
|
}
|
2010-09-13 19:12:47 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2007-06-28 20:59:10 +00:00
|
|
|
|
coptic{
|
|
|
|
|
monthNames{
|
|
|
|
|
format{
|
|
|
|
|
wide{
|
|
|
|
|
"Tût",
|
|
|
|
|
"Bâbe",
|
|
|
|
|
"Hatur",
|
|
|
|
|
"Keyhek",
|
|
|
|
|
"Tûbe",
|
|
|
|
|
"Imşir",
|
|
|
|
|
"Bermuhat",
|
|
|
|
|
"Bermude",
|
|
|
|
|
"Peyştes",
|
|
|
|
|
"Bune",
|
|
|
|
|
"Ebip",
|
|
|
|
|
"Mısrî",
|
|
|
|
|
"Nesî",
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2009-04-10 07:47:09 +00:00
|
|
|
|
ethiopic{
|
|
|
|
|
monthNames{
|
|
|
|
|
format{
|
|
|
|
|
wide{
|
|
|
|
|
"Meskerem",
|
|
|
|
|
"Tikimt",
|
|
|
|
|
"Hidar",
|
|
|
|
|
"Tahsas",
|
|
|
|
|
"Tir",
|
|
|
|
|
"Yakatit",
|
|
|
|
|
"Magabit",
|
|
|
|
|
"Miyazya",
|
|
|
|
|
"Ginbot",
|
|
|
|
|
"Sene",
|
|
|
|
|
"Hamle",
|
|
|
|
|
"Nehasa",
|
|
|
|
|
"Pagumiene",
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
generic{
|
|
|
|
|
DateTimePatterns{
|
|
|
|
|
"HH:mm:ss zzzz",
|
|
|
|
|
"HH:mm:ss z",
|
|
|
|
|
"HH:mm:ss",
|
|
|
|
|
"HH:mm",
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"G d MMMM y EEEE",
|
|
|
|
|
"G d MMMM y",
|
|
|
|
|
"G d MMM y",
|
|
|
|
|
"GGGGG d.MM.y",
|
2013-02-12 21:00:17 +00:00
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
}
|
|
|
|
|
availableFormats{
|
|
|
|
|
Ed{"d E"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
Gy{"G y"}
|
|
|
|
|
GyMMM{"G MMM y"}
|
|
|
|
|
GyMMMEd{"G d MMM y E"}
|
|
|
|
|
GyMMMd{"G d MMM y"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
H{"HH"}
|
|
|
|
|
Hm{"HH:mm"}
|
|
|
|
|
Hms{"HH:mm:ss"}
|
|
|
|
|
M{"L"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
MEd{"dd/MM E"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
MMM{"LLL"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
MMMEd{"d MMM E"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
MMMMEd{"dd MMMM E"}
|
|
|
|
|
MMMMd{"dd MMMM"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
MMMd{"d MMM"}
|
|
|
|
|
Md{"dd/MM"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
d{"d"}
|
|
|
|
|
h{"h a"}
|
|
|
|
|
hm{"h:mm a"}
|
|
|
|
|
hms{"h:mm:ss a"}
|
|
|
|
|
mmss{"mm:ss"}
|
|
|
|
|
ms{"mm:ss"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
y{"G y"}
|
|
|
|
|
yyyy{"G y"}
|
|
|
|
|
yyyyM{"GGGGG M/y"}
|
|
|
|
|
yyyyMEd{"GGGGG dd.MM.y E"}
|
2013-02-19 19:52:15 +00:00
|
|
|
|
yyyyMM{"MM.y G"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
yyyyMMM{"G MMM y"}
|
|
|
|
|
yyyyMMMEd{"G d MMM y E"}
|
2013-02-19 19:52:15 +00:00
|
|
|
|
yyyyMMMM{"MMMM y G"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
yyyyMMMd{"G dd MMM y"}
|
|
|
|
|
yyyyMd{"GGGGG dd.MM.y"}
|
2013-02-19 19:52:15 +00:00
|
|
|
|
yyyyQQQ{"G y/QQQ"}
|
|
|
|
|
yyyyQQQQ{"G y/QQQQ"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
intervalFormats{
|
|
|
|
|
H{
|
|
|
|
|
H{"HH-HH"}
|
|
|
|
|
}
|
|
|
|
|
Hm{
|
|
|
|
|
H{"HH:mm-HH:mm"}
|
|
|
|
|
m{"HH:mm-HH:mm"}
|
|
|
|
|
}
|
|
|
|
|
Hmv{
|
|
|
|
|
H{"HH:mm-HH:mm v"}
|
|
|
|
|
m{"HH:mm-HH:mm v"}
|
|
|
|
|
}
|
|
|
|
|
Hv{
|
|
|
|
|
H{"HH-HH v"}
|
|
|
|
|
}
|
|
|
|
|
M{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MM–MM"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
MEd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"dd/MM E – dd/MM E"}
|
|
|
|
|
d{"dd/MM E – dd/MM E"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
MMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MMM–MMM"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
MMMEd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"d MMM E – d MMM E"}
|
|
|
|
|
d{"d MMM E – d MMM E"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
MMMd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"d MMM – d MMM"}
|
|
|
|
|
d{"d – d MMM"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
Md{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"dd/MM – dd/MM"}
|
|
|
|
|
d{"dd/MM – dd/MM"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
d{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"d–d"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
fallback{"{0} – {1}"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
h{
|
|
|
|
|
a{"h a - h a"}
|
|
|
|
|
h{"h-h a"}
|
|
|
|
|
}
|
|
|
|
|
hm{
|
|
|
|
|
a{"h:mm a - h:mm a"}
|
|
|
|
|
h{"h:mm-h:mm a"}
|
|
|
|
|
m{"h:mm-h:mm a"}
|
|
|
|
|
}
|
|
|
|
|
hmv{
|
|
|
|
|
a{"h:mm a - h:mm a v"}
|
|
|
|
|
h{"h:mm-h:mm a v"}
|
|
|
|
|
m{"h:mm-h:mm a v"}
|
|
|
|
|
}
|
|
|
|
|
hv{
|
|
|
|
|
a{"h a - h a v"}
|
|
|
|
|
h{"h-h a v"}
|
|
|
|
|
}
|
|
|
|
|
y{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
y{"G y–y"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"GGGGG M/y – M/y"}
|
|
|
|
|
y{"GGGGG M/y – M/y"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMEd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"GGGGG dd.MM.y E – dd.MM.y E"}
|
|
|
|
|
d{"GGGGG dd.MM.y E – dd.MM.y E"}
|
|
|
|
|
y{"GGGGG dd.MM.y E – dd.MM.y E"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"G MMM–MMM y"}
|
|
|
|
|
y{"G MMM y – MMM y"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMEd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"G d MMM y E – d MMM y E"}
|
|
|
|
|
d{"G d MMM y E – d MMM y E"}
|
|
|
|
|
y{"G d MMM y E – d MMM y E"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"G MMMM – MMMM y"}
|
|
|
|
|
y{"G MMMM y – MMMM y"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"G d MMM – d MMM y"}
|
|
|
|
|
d{"G d–d MMM y"}
|
|
|
|
|
y{"G d MMM y – d MMM y"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"GGGGG dd.MM.y – dd.MM.y"}
|
|
|
|
|
d{"GGGGG dd.MM.y – dd.MM.y"}
|
|
|
|
|
y{"GGGGG dd.MM.y – dd.MM.y"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2004-08-20 23:12:31 +00:00
|
|
|
|
gregorian{
|
2007-06-22 23:57:38 +00:00
|
|
|
|
AmPmMarkers{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
"ÖÖ",
|
|
|
|
|
"ÖS",
|
2007-06-22 23:57:38 +00:00
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
DateTimePatterns{
|
2009-04-10 07:47:09 +00:00
|
|
|
|
"HH:mm:ss zzzz",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
"HH:mm:ss z",
|
|
|
|
|
"HH:mm:ss",
|
|
|
|
|
"HH:mm",
|
2011-05-05 18:12:27 +00:00
|
|
|
|
"d MMMM y EEEE",
|
|
|
|
|
"d MMMM y",
|
|
|
|
|
"d MMM y",
|
2013-02-13 13:26:23 +00:00
|
|
|
|
"d.MM.y",
|
2009-04-10 07:47:09 +00:00
|
|
|
|
"{1} {0}",
|
2009-03-13 03:21:29 +00:00
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
"{1} {0}",
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
appendItems{
|
|
|
|
|
Timezone{"{0} {1}"}
|
|
|
|
|
}
|
2006-10-27 17:55:54 +00:00
|
|
|
|
availableFormats{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
EHm{"E HH:mm"}
|
|
|
|
|
EHms{"E HH:mm:ss"}
|
2007-06-22 23:57:38 +00:00
|
|
|
|
Ed{"d E"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
Ehm{"E a h:mm"}
|
|
|
|
|
Ehms{"E a h:mm:ss"}
|
|
|
|
|
Gy{"G y"}
|
|
|
|
|
GyMMM{"G MMM y"}
|
|
|
|
|
GyMMMEd{"G d MMM y E"}
|
|
|
|
|
GyMMMd{"G dd MMM y"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
H{"HH"}
|
2008-06-07 20:46:42 +00:00
|
|
|
|
Hm{"HH:mm"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
Hms{"HH:mm:ss"}
|
2008-06-07 20:46:42 +00:00
|
|
|
|
M{"L"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
MEd{"dd/MM E"}
|
2008-06-07 20:46:42 +00:00
|
|
|
|
MMM{"LLL"}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
MMMEd{"d MMMM E"}
|
2009-04-10 07:47:09 +00:00
|
|
|
|
MMMMEd{"dd MMMM E"}
|
|
|
|
|
MMMMd{"dd MMMM"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
MMMd{"d MMM"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
Md{"dd/MM"}
|
2008-06-07 20:46:42 +00:00
|
|
|
|
d{"d"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"a h"}
|
|
|
|
|
hm{"a h:mm"}
|
|
|
|
|
hms{"a h:mm:ss"}
|
2007-06-22 23:57:38 +00:00
|
|
|
|
mmss{"mm:ss"}
|
2008-06-07 20:46:42 +00:00
|
|
|
|
ms{"mm:ss"}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
y{"y"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
yM{"MM/y"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
yMEd{"dd.MM.y E"}
|
|
|
|
|
yMM{"MM.y"}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
yMMM{"MMM y"}
|
2012-02-02 22:53:19 +00:00
|
|
|
|
yMMMEd{"d MMM y E"}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
yMMMM{"MMMM y"}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
yMMMd{"dd MMM y"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
yMd{"dd.MM.y"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
yQQQ{"y/QQQ"}
|
2012-10-19 03:36:01 +00:00
|
|
|
|
yQQQQ{"y/QQQQ"}
|
2006-10-27 17:55:54 +00:00
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
dayNames{
|
|
|
|
|
format{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Paz",
|
|
|
|
|
"Pzt",
|
|
|
|
|
"Sal",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"Çar",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
"Per",
|
|
|
|
|
"Cum",
|
|
|
|
|
"Cmt",
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"P",
|
|
|
|
|
"P",
|
|
|
|
|
"S",
|
|
|
|
|
"Ç",
|
|
|
|
|
"P",
|
|
|
|
|
"C",
|
|
|
|
|
"C",
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
short{
|
|
|
|
|
"Pa",
|
|
|
|
|
"Pt",
|
|
|
|
|
"Sa",
|
|
|
|
|
"Ça",
|
|
|
|
|
"Pe",
|
|
|
|
|
"Cu",
|
|
|
|
|
"Ct",
|
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Pazar",
|
|
|
|
|
"Pazartesi",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"Salı",
|
|
|
|
|
"Çarşamba",
|
|
|
|
|
"Perşembe",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
"Cuma",
|
|
|
|
|
"Cumartesi",
|
|
|
|
|
}
|
|
|
|
|
}
|
2005-05-19 20:28:20 +00:00
|
|
|
|
stand-alone{
|
2011-05-05 18:12:27 +00:00
|
|
|
|
abbreviated{
|
|
|
|
|
"Paz",
|
|
|
|
|
"Pzt",
|
|
|
|
|
"Sal",
|
|
|
|
|
"Çar",
|
|
|
|
|
"Per",
|
|
|
|
|
"Cum",
|
|
|
|
|
"Cmt",
|
|
|
|
|
}
|
2005-05-19 20:28:20 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"P",
|
|
|
|
|
"P",
|
|
|
|
|
"S",
|
|
|
|
|
"Ç",
|
|
|
|
|
"P",
|
|
|
|
|
"C",
|
|
|
|
|
"C",
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
short{
|
|
|
|
|
"Pa",
|
|
|
|
|
"Pt",
|
|
|
|
|
"Sa",
|
|
|
|
|
"Ça",
|
|
|
|
|
"Pe",
|
|
|
|
|
"Cu",
|
|
|
|
|
"Ct",
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Pazar",
|
|
|
|
|
"Pazartesi",
|
|
|
|
|
"Salı",
|
|
|
|
|
"Çarşamba",
|
|
|
|
|
"Perşembe",
|
|
|
|
|
"Cuma",
|
|
|
|
|
"Cumartesi",
|
|
|
|
|
}
|
2005-05-19 20:28:20 +00:00
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
}
|
|
|
|
|
eras{
|
2004-08-20 23:12:31 +00:00
|
|
|
|
abbreviated{
|
|
|
|
|
"MÖ",
|
|
|
|
|
"MS",
|
|
|
|
|
}
|
2007-06-22 23:57:38 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Milattan Önce",
|
|
|
|
|
"Milattan Sonra",
|
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
intervalFormats{
|
2010-02-18 14:30:15 +00:00
|
|
|
|
H{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH–HH"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
}
|
|
|
|
|
Hm{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH:mm–HH:mm"}
|
|
|
|
|
m{"HH:mm–HH:mm"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
}
|
|
|
|
|
Hmv{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH:mm–HH:mm v"}
|
|
|
|
|
m{"HH:mm–HH:mm v"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
}
|
|
|
|
|
Hv{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH–HH v"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
M{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MM–MM"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
MEd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"dd/MM E – dd/MM E"}
|
|
|
|
|
d{"dd/MM E – dd/MM E"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
MMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MMM–MMM"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
MMMEd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"d MMM E – d MMM E"}
|
|
|
|
|
d{"d MMM E – d MMM E"}
|
2009-04-10 07:47:09 +00:00
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
MMMd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"d MMM – d MMM"}
|
|
|
|
|
d{"d – d MMM"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
Md{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"dd/MM – dd/MM"}
|
|
|
|
|
d{"dd/MM – dd/MM"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
d{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"d–d"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
fallback{"{0} – {1}"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
h{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
a{"a h – a h"}
|
|
|
|
|
h{"a h–h"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
hm{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
a{"a h:mm – a h:mm"}
|
|
|
|
|
h{"a h:mm–h:mm"}
|
|
|
|
|
m{"a h:mm–h:mm"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
hmv{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
a{"a h:mm – a h:mm v"}
|
|
|
|
|
h{"a h:mm–h:mm v"}
|
|
|
|
|
m{"a h:mm–h:mm v"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
hv{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
a{"a h – a h v"}
|
|
|
|
|
h{"a h–h v"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
y{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
y{"y–y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
yM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MM/y – MM/y"}
|
|
|
|
|
y{"MM/y – MM/y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
yMEd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"dd.MM.y E – dd.MM.y E"}
|
|
|
|
|
d{"dd.MM.y E – dd.MM.y E"}
|
|
|
|
|
y{"dd.MM.y E – dd.MM.y E"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
yMMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MMM–MMM y"}
|
|
|
|
|
y{"MMM y – MMM y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMEd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"d MMM y E – d MMM y E"}
|
|
|
|
|
d{"d MMM y E – d MMM y E"}
|
|
|
|
|
y{"d MMM y E – d MMM y E"}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MMMM – MMMM y"}
|
|
|
|
|
y{"MMMM y – MMMM y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"d MMM – d MMM y"}
|
|
|
|
|
d{"d–d MMM y"}
|
|
|
|
|
y{"d MMM y – d MMM y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
yMd{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"dd.MM.y – dd.MM.y"}
|
|
|
|
|
d{"dd.MM.y – dd.MM.y"}
|
|
|
|
|
y{"dd.MM.y – dd.MM.y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
monthNames{
|
|
|
|
|
format{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Oca",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"Şub",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
"Mar",
|
|
|
|
|
"Nis",
|
|
|
|
|
"May",
|
|
|
|
|
"Haz",
|
|
|
|
|
"Tem",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"Ağu",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
"Eyl",
|
|
|
|
|
"Eki",
|
|
|
|
|
"Kas",
|
|
|
|
|
"Ara",
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"O",
|
|
|
|
|
"Ş",
|
|
|
|
|
"M",
|
|
|
|
|
"N",
|
|
|
|
|
"M",
|
|
|
|
|
"H",
|
|
|
|
|
"T",
|
|
|
|
|
"A",
|
|
|
|
|
"E",
|
|
|
|
|
"E",
|
|
|
|
|
"K",
|
|
|
|
|
"A",
|
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Ocak",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"Şubat",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
"Mart",
|
|
|
|
|
"Nisan",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"Mayıs",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
"Haziran",
|
|
|
|
|
"Temmuz",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"Ağustos",
|
|
|
|
|
"Eylül",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
"Ekim",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"Kasım",
|
|
|
|
|
"Aralık",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2005-05-19 20:28:20 +00:00
|
|
|
|
stand-alone{
|
2011-05-05 18:12:27 +00:00
|
|
|
|
abbreviated{
|
|
|
|
|
"Oca",
|
|
|
|
|
"Şub",
|
|
|
|
|
"Mar",
|
|
|
|
|
"Nis",
|
|
|
|
|
"May",
|
|
|
|
|
"Haz",
|
|
|
|
|
"Tem",
|
|
|
|
|
"Ağu",
|
|
|
|
|
"Eyl",
|
|
|
|
|
"Eki",
|
|
|
|
|
"Kas",
|
|
|
|
|
"Ara",
|
|
|
|
|
}
|
2005-05-19 20:28:20 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"O",
|
|
|
|
|
"Ş",
|
|
|
|
|
"M",
|
|
|
|
|
"N",
|
|
|
|
|
"M",
|
|
|
|
|
"H",
|
|
|
|
|
"T",
|
|
|
|
|
"A",
|
|
|
|
|
"E",
|
|
|
|
|
"E",
|
|
|
|
|
"K",
|
|
|
|
|
"A",
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Ocak",
|
|
|
|
|
"Şubat",
|
|
|
|
|
"Mart",
|
|
|
|
|
"Nisan",
|
|
|
|
|
"Mayıs",
|
|
|
|
|
"Haziran",
|
|
|
|
|
"Temmuz",
|
|
|
|
|
"Ağustos",
|
|
|
|
|
"Eylül",
|
|
|
|
|
"Ekim",
|
|
|
|
|
"Kasım",
|
|
|
|
|
"Aralık",
|
|
|
|
|
}
|
2005-05-19 20:28:20 +00:00
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
}
|
2006-06-23 16:31:07 +00:00
|
|
|
|
quarters{
|
|
|
|
|
format{
|
2011-05-05 18:12:27 +00:00
|
|
|
|
abbreviated{
|
|
|
|
|
"Ç1",
|
|
|
|
|
"Ç2",
|
|
|
|
|
"Ç3",
|
|
|
|
|
"Ç4",
|
|
|
|
|
}
|
|
|
|
|
narrow{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
"1.",
|
|
|
|
|
"2.",
|
|
|
|
|
"3.",
|
|
|
|
|
"4.",
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
|
|
|
|
wide{
|
|
|
|
|
"1. çeyrek",
|
|
|
|
|
"2. çeyrek",
|
|
|
|
|
"3. çeyrek",
|
|
|
|
|
"4. çeyrek",
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
stand-alone{
|
2006-07-12 00:17:21 +00:00
|
|
|
|
abbreviated{
|
|
|
|
|
"Ç1",
|
2007-06-22 23:57:38 +00:00
|
|
|
|
"Ç2",
|
2006-07-12 00:17:21 +00:00
|
|
|
|
"Ç3",
|
|
|
|
|
"Ç4",
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"1.",
|
|
|
|
|
"2.",
|
|
|
|
|
"3.",
|
|
|
|
|
"4.",
|
|
|
|
|
}
|
2006-06-23 16:31:07 +00:00
|
|
|
|
wide{
|
|
|
|
|
"1. çeyrek",
|
|
|
|
|
"2. çeyrek",
|
|
|
|
|
"3. çeyrek",
|
|
|
|
|
"4. çeyrek",
|
|
|
|
|
}
|
|
|
|
|
}
|
2006-07-12 00:17:21 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2009-04-10 07:47:09 +00:00
|
|
|
|
hebrew{
|
|
|
|
|
monthNames{
|
|
|
|
|
format{
|
|
|
|
|
wide{
|
|
|
|
|
"Tişri",
|
|
|
|
|
"Heşvan",
|
|
|
|
|
"Kislev",
|
|
|
|
|
"Tevet",
|
|
|
|
|
"Şevat",
|
|
|
|
|
"Veadar",
|
|
|
|
|
"Adar",
|
|
|
|
|
"Nisan",
|
|
|
|
|
"İyar",
|
|
|
|
|
"Sivan",
|
|
|
|
|
"Tamuz",
|
|
|
|
|
"Av",
|
|
|
|
|
"Elul",
|
2009-08-20 03:43:26 +00:00
|
|
|
|
"Adar II",
|
2009-04-10 07:47:09 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
islamic{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Hicri",
|
|
|
|
|
}
|
|
|
|
|
}
|
2009-04-10 07:47:09 +00:00
|
|
|
|
monthNames{
|
|
|
|
|
format{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
abbreviated{
|
|
|
|
|
"Muharrem",
|
|
|
|
|
"Safer",
|
|
|
|
|
"Rebiülevvel",
|
|
|
|
|
"Rebiülahir",
|
|
|
|
|
"Cemaziyelevvel",
|
|
|
|
|
"Cemaziyelahir",
|
|
|
|
|
"Recep",
|
|
|
|
|
"Şaban",
|
|
|
|
|
"Ramazan",
|
|
|
|
|
"Şevval",
|
|
|
|
|
"Zilkade",
|
|
|
|
|
"Zilhicce",
|
|
|
|
|
}
|
2009-04-10 07:47:09 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Muharrem",
|
|
|
|
|
"Safer",
|
|
|
|
|
"Rebiülevvel",
|
|
|
|
|
"Rebiülahir",
|
|
|
|
|
"Cemaziyelevvel",
|
|
|
|
|
"Cemaziyelahir",
|
|
|
|
|
"Recep",
|
|
|
|
|
"Şaban",
|
|
|
|
|
"Ramazan",
|
|
|
|
|
"Şevval",
|
|
|
|
|
"Zilkade",
|
|
|
|
|
"Zilhicce",
|
|
|
|
|
}
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
stand-alone{
|
|
|
|
|
narrow{
|
|
|
|
|
"1",
|
|
|
|
|
"2",
|
|
|
|
|
"3",
|
|
|
|
|
"4",
|
|
|
|
|
"5",
|
|
|
|
|
"6",
|
|
|
|
|
"7",
|
|
|
|
|
"8",
|
|
|
|
|
"9",
|
|
|
|
|
"10",
|
|
|
|
|
"11",
|
|
|
|
|
"12",
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Muharrem",
|
|
|
|
|
"Safer",
|
|
|
|
|
"Rebiülevvel",
|
|
|
|
|
"Rebiülahir",
|
|
|
|
|
"Cemaziyelevvel",
|
|
|
|
|
"Cemaziyelahir",
|
|
|
|
|
"Recep",
|
|
|
|
|
"Şaban",
|
|
|
|
|
"Ramazan",
|
|
|
|
|
"Şevval",
|
|
|
|
|
"Zilkade",
|
|
|
|
|
"Zilhicce",
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
}
|
2009-04-10 07:47:09 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2010-09-13 19:12:47 +00:00
|
|
|
|
japanese{
|
|
|
|
|
DateTimePatterns{
|
|
|
|
|
"HH:mm:ss zzzz",
|
|
|
|
|
"HH:mm:ss z",
|
|
|
|
|
"HH:mm:ss",
|
|
|
|
|
"HH:mm",
|
2013-02-14 09:51:25 +00:00
|
|
|
|
"d MMMM y G EEEE",
|
|
|
|
|
"d MMMM y G",
|
|
|
|
|
"d MMM y G",
|
2013-02-13 13:26:23 +00:00
|
|
|
|
"d.MM.y G",
|
2010-09-13 19:12:47 +00:00
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
}
|
|
|
|
|
}
|
2009-04-10 07:47:09 +00:00
|
|
|
|
persian{
|
|
|
|
|
monthNames{
|
|
|
|
|
format{
|
|
|
|
|
wide{
|
|
|
|
|
"Ferverdin",
|
|
|
|
|
"Ordibeheşt",
|
|
|
|
|
"Hordad",
|
|
|
|
|
"Tir",
|
|
|
|
|
"Mordad",
|
|
|
|
|
"Şehriver",
|
|
|
|
|
"Mehr",
|
|
|
|
|
"Aban",
|
|
|
|
|
"Azer",
|
|
|
|
|
"Dey",
|
|
|
|
|
"Behmen",
|
|
|
|
|
"Esfend",
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-09-13 19:12:47 +00:00
|
|
|
|
roc{
|
2013-02-14 09:51:25 +00:00
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Before R.O.C.",
|
|
|
|
|
"Minguo",
|
|
|
|
|
}
|
2010-09-13 19:12:47 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
}
|
2007-03-02 23:55:27 +00:00
|
|
|
|
delimiters{
|
2007-06-22 23:57:38 +00:00
|
|
|
|
alternateQuotationEnd{"’"}
|
|
|
|
|
alternateQuotationStart{"‘"}
|
|
|
|
|
quotationEnd{"”"}
|
|
|
|
|
quotationStart{"“"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
durationUnits{
|
|
|
|
|
hm{"h:mm"}
|
|
|
|
|
hms{"h:mm:ss"}
|
|
|
|
|
ms{"m:ss"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
fields{
|
|
|
|
|
day{
|
|
|
|
|
dn{"Gün"}
|
|
|
|
|
relative{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"-1"{"dün"}
|
|
|
|
|
"-2"{"evvelsi gün"}
|
|
|
|
|
"0"{"bugün"}
|
|
|
|
|
"1"{"yarın"}
|
|
|
|
|
"2"{"öbür gün"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"{0} gün sonra"}
|
|
|
|
|
other{"{0} gün sonra"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} gün önce"}
|
|
|
|
|
other{"{0} gün önce"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dayperiod{
|
|
|
|
|
dn{"ÖÖ/ÖS"}
|
|
|
|
|
}
|
|
|
|
|
era{
|
|
|
|
|
dn{"Miladi Dönem"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
fri{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"geçen cuma"}
|
|
|
|
|
"0"{"bu cuma"}
|
|
|
|
|
"1"{"gelecek cuma"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
hour{
|
|
|
|
|
dn{"Saat"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"{0} saat sonra"}
|
|
|
|
|
other{"{0} saat sonra"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} saat önce"}
|
|
|
|
|
other{"{0} saat önce"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
minute{
|
|
|
|
|
dn{"Dakika"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"{0} dakika sonra"}
|
|
|
|
|
other{"{0} dakika sonra"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} dakika önce"}
|
|
|
|
|
other{"{0} dakika önce"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mon{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"geçen pazartesi"}
|
|
|
|
|
"0"{"bu pazartesi"}
|
|
|
|
|
"1"{"gelecek pazartesi"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
month{
|
|
|
|
|
dn{"Ay"}
|
|
|
|
|
relative{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"-1"{"geçen ay"}
|
|
|
|
|
"0"{"bu ay"}
|
|
|
|
|
"1"{"gelecek ay"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"{0} ay sonra"}
|
|
|
|
|
other{"{0} ay sonra"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} ay önce"}
|
|
|
|
|
other{"{0} ay önce"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
sat{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"geçen cumartesi"}
|
|
|
|
|
"0"{"bu cumartesi"}
|
|
|
|
|
"1"{"gelecek cumartesi"}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
second{
|
|
|
|
|
dn{"Saniye"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relative{
|
|
|
|
|
"0"{"şimdi"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"{0} saniye sonra"}
|
|
|
|
|
other{"{0} saniye sonra"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} saniye önce"}
|
|
|
|
|
other{"{0} saniye önce"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
sun{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"geçen pazar"}
|
|
|
|
|
"0"{"bu pazar"}
|
|
|
|
|
"1"{"gelecek pazar"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
thu{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"geçen perşembe"}
|
|
|
|
|
"0"{"bu perşembe"}
|
|
|
|
|
"1"{"gelecek perşembe"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
tue{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"geçen salı"}
|
|
|
|
|
"0"{"bu salı"}
|
|
|
|
|
"1"{"gelecek salı"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
wed{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"geçen çarşamba"}
|
|
|
|
|
"0"{"bu çarşamba"}
|
|
|
|
|
"1"{"gelecek çarşamba"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
week{
|
|
|
|
|
dn{"Hafta"}
|
|
|
|
|
relative{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"-1"{"geçen hafta"}
|
|
|
|
|
"0"{"bu hafta"}
|
|
|
|
|
"1"{"gelecek hafta"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"{0} hafta sonra"}
|
|
|
|
|
other{"{0} hafta sonra"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} hafta önce"}
|
|
|
|
|
other{"{0} hafta önce"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
weekday{
|
|
|
|
|
dn{"Haftanın Günü"}
|
|
|
|
|
}
|
|
|
|
|
year{
|
|
|
|
|
dn{"Yıl"}
|
|
|
|
|
relative{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"-1"{"geçen yıl"}
|
|
|
|
|
"0"{"bu yıl"}
|
|
|
|
|
"1"{"gelecek yıl"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"{0} yıl sonra"}
|
|
|
|
|
other{"{0} yıl sonra"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} yıl önce"}
|
|
|
|
|
other{"{0} yıl önce"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
zone{
|
|
|
|
|
dn{"Saat Dilimi"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-03-04 05:30:55 +00:00
|
|
|
|
listPattern{
|
|
|
|
|
standard{
|
|
|
|
|
2{"{0} ve {1}"}
|
|
|
|
|
end{"{0} ve {1}"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
middle{"{0}, {1}"}
|
|
|
|
|
start{"{0}, {1}"}
|
2010-03-04 05:30:55 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
unit{
|
|
|
|
|
2{"{0} {1}"}
|
|
|
|
|
end{"{0} {1}"}
|
|
|
|
|
middle{"{0} {1}"}
|
|
|
|
|
start{"{0} {1}"}
|
|
|
|
|
}
|
|
|
|
|
unit-narrow{
|
|
|
|
|
2{"{0} {1}"}
|
|
|
|
|
end{"{0} {1}"}
|
|
|
|
|
middle{"{0} {1}"}
|
|
|
|
|
start{"{0} {1}"}
|
|
|
|
|
}
|
|
|
|
|
unit-short{
|
|
|
|
|
2{"{0} {1}"}
|
|
|
|
|
end{"{0} {1}"}
|
|
|
|
|
middle{"{0} {1}"}
|
|
|
|
|
start{"{0} {1}"}
|
|
|
|
|
}
|
2010-03-04 05:30:55 +00:00
|
|
|
|
}
|
2007-06-22 23:57:38 +00:00
|
|
|
|
measurementSystemNames{
|
2011-05-05 18:12:27 +00:00
|
|
|
|
UK{"İngiliz"}
|
|
|
|
|
US{"Amerikan"}
|
2007-06-22 23:57:38 +00:00
|
|
|
|
metric{"Metrik"}
|
2007-03-02 23:55:27 +00:00
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
transformNames{
|
|
|
|
|
BGN{"BGN"}
|
|
|
|
|
Numeric{"Rakam"}
|
|
|
|
|
Tone{"Ton"}
|
|
|
|
|
UNGEGN{"UNGEGN"}
|
|
|
|
|
x-Accents{"Aksanlar"}
|
|
|
|
|
x-Fullwidth{"Tam Genişlik"}
|
|
|
|
|
x-Halfwidth{"Yarım genişlik"}
|
|
|
|
|
x-Jamo{"Jamo"}
|
|
|
|
|
x-Pinyin{"Pinyin"}
|
|
|
|
|
x-Publishing{"Yayıncılık"}
|
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
units{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
acceleration{
|
|
|
|
|
g-force{
|
|
|
|
|
one{"{0} g kuvveti"}
|
|
|
|
|
other{"{0} g kuvveti"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
angle{
|
|
|
|
|
arc-minute{
|
|
|
|
|
one{"{0} dakika"}
|
|
|
|
|
other{"{0} dakika"}
|
|
|
|
|
}
|
|
|
|
|
arc-second{
|
|
|
|
|
one{"{0} saniye"}
|
|
|
|
|
other{"{0} saniye"}
|
|
|
|
|
}
|
|
|
|
|
degree{
|
|
|
|
|
one{"{0} derece"}
|
|
|
|
|
other{"{0} derece"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
area{
|
|
|
|
|
acre{
|
|
|
|
|
one{"{0} akre"}
|
|
|
|
|
other{"{0} akre"}
|
|
|
|
|
}
|
|
|
|
|
hectare{
|
|
|
|
|
one{"{0} hektar"}
|
|
|
|
|
other{"{0} hektar"}
|
|
|
|
|
}
|
|
|
|
|
square-foot{
|
|
|
|
|
one{"{0} fit kare"}
|
|
|
|
|
other{"{0} fit kare"}
|
|
|
|
|
}
|
|
|
|
|
square-kilometer{
|
|
|
|
|
one{"{0} kilometrekare"}
|
|
|
|
|
other{"{0} kilometrekare"}
|
|
|
|
|
}
|
|
|
|
|
square-meter{
|
|
|
|
|
one{"{0} metrekare"}
|
|
|
|
|
other{"{0} metrekare"}
|
|
|
|
|
}
|
|
|
|
|
square-mile{
|
|
|
|
|
one{"{0} mil kare"}
|
|
|
|
|
other{"{0} mil kare"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
compound{
|
|
|
|
|
per{"{0}/{1}"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
duration{
|
|
|
|
|
day{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} gün"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} gün"}
|
|
|
|
|
}
|
|
|
|
|
hour{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} saat"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} saat"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
millisecond{
|
|
|
|
|
one{"{0} milisaniye"}
|
|
|
|
|
other{"{0} milisaniye"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
|
|
|
|
minute{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} dakika"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} dakika"}
|
|
|
|
|
}
|
|
|
|
|
month{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} ay"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} ay"}
|
|
|
|
|
}
|
|
|
|
|
second{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} saniye"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} saniye"}
|
|
|
|
|
}
|
|
|
|
|
week{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} hafta"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} hafta"}
|
|
|
|
|
}
|
|
|
|
|
year{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} yıl"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} yıl"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
}
|
|
|
|
|
length{
|
|
|
|
|
centimeter{
|
|
|
|
|
one{"{0} santimetre"}
|
|
|
|
|
other{"{0} santimetre"}
|
|
|
|
|
}
|
|
|
|
|
foot{
|
|
|
|
|
one{"{0} fit"}
|
|
|
|
|
other{"{0} fit"}
|
|
|
|
|
}
|
|
|
|
|
inch{
|
|
|
|
|
one{"{0} inç"}
|
|
|
|
|
other{"{0} inç"}
|
|
|
|
|
}
|
|
|
|
|
kilometer{
|
|
|
|
|
one{"{0} kilometre"}
|
|
|
|
|
other{"{0} kilometre"}
|
|
|
|
|
}
|
|
|
|
|
light-year{
|
|
|
|
|
one{"{0} ışık yılı"}
|
|
|
|
|
other{"{0} ışık yılı"}
|
|
|
|
|
}
|
|
|
|
|
meter{
|
|
|
|
|
one{"{0} metre"}
|
|
|
|
|
other{"{0} metre"}
|
|
|
|
|
}
|
|
|
|
|
mile{
|
|
|
|
|
one{"{0} mil"}
|
|
|
|
|
other{"{0} mil"}
|
|
|
|
|
}
|
|
|
|
|
millimeter{
|
|
|
|
|
one{"{0} milimetre"}
|
|
|
|
|
other{"{0} milimetre"}
|
|
|
|
|
}
|
|
|
|
|
picometer{
|
|
|
|
|
one{"{0} pikometre"}
|
|
|
|
|
other{"{0} pikometre"}
|
|
|
|
|
}
|
|
|
|
|
yard{
|
|
|
|
|
one{"{0} yarda"}
|
|
|
|
|
other{"{0} yarda"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mass{
|
|
|
|
|
gram{
|
|
|
|
|
one{"{0} gram"}
|
|
|
|
|
other{"{0} gram"}
|
|
|
|
|
}
|
|
|
|
|
kilogram{
|
|
|
|
|
one{"{0} kilogram"}
|
|
|
|
|
other{"{0} kilogram"}
|
|
|
|
|
}
|
|
|
|
|
ounce{
|
|
|
|
|
one{"{0} ons"}
|
|
|
|
|
other{"{0} ons"}
|
|
|
|
|
}
|
|
|
|
|
pound{
|
|
|
|
|
one{"{0} pound"}
|
|
|
|
|
other{"{0} pound"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
power{
|
|
|
|
|
horsepower{
|
|
|
|
|
one{"{0} beygir gücü"}
|
|
|
|
|
other{"{0} beygir gücü"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt{
|
|
|
|
|
one{"{0} kilovat"}
|
|
|
|
|
other{"{0} kilovat"}
|
|
|
|
|
}
|
|
|
|
|
watt{
|
|
|
|
|
one{"{0} vat"}
|
|
|
|
|
other{"{0} vat"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
pressure{
|
|
|
|
|
hectopascal{
|
|
|
|
|
one{"{0} hektopaskal"}
|
|
|
|
|
other{"{0} hektopaskal"}
|
|
|
|
|
}
|
|
|
|
|
inch-hg{
|
|
|
|
|
one{"{0} inç cıva"}
|
|
|
|
|
other{"{0} inç cıva"}
|
|
|
|
|
}
|
|
|
|
|
millibar{
|
|
|
|
|
one{"{0} milibar"}
|
|
|
|
|
other{"{0} milibar"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
speed{
|
|
|
|
|
kilometer-per-hour{
|
|
|
|
|
one{"{0} kilometre/saat"}
|
|
|
|
|
other{"{0} kilometre/saat"}
|
|
|
|
|
}
|
|
|
|
|
meter-per-second{
|
|
|
|
|
one{"{0} metre/saniye"}
|
|
|
|
|
other{"{0} metre/saniye"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-hour{
|
|
|
|
|
one{"{0} mil/saat"}
|
|
|
|
|
other{"{0} mil/saat"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
temperature{
|
|
|
|
|
celsius{
|
|
|
|
|
one{"{0} santigrat derece"}
|
|
|
|
|
other{"{0} santigrat derece"}
|
|
|
|
|
}
|
|
|
|
|
fahrenheit{
|
|
|
|
|
one{"{0} fahrenhayt derece"}
|
|
|
|
|
other{"{0} fahrenhayt derece"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
volume{
|
|
|
|
|
cubic-kilometer{
|
|
|
|
|
one{"{0} kilometre küp"}
|
|
|
|
|
other{"{0} kilometre küp"}
|
|
|
|
|
}
|
|
|
|
|
cubic-mile{
|
|
|
|
|
one{"{0} mil küp"}
|
|
|
|
|
other{"{0} mil küp"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
liter{
|
|
|
|
|
one{"{0} litre"}
|
|
|
|
|
other{"{0} litre"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
unitsNarrow{
|
|
|
|
|
acceleration{
|
|
|
|
|
g-force{
|
|
|
|
|
one{"{0}G"}
|
|
|
|
|
other{"{0}G"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
angle{
|
|
|
|
|
arc-minute{
|
|
|
|
|
one{"{0}′"}
|
|
|
|
|
other{"{0}′"}
|
|
|
|
|
}
|
|
|
|
|
arc-second{
|
|
|
|
|
one{"{0}″"}
|
|
|
|
|
other{"{0}″"}
|
|
|
|
|
}
|
|
|
|
|
degree{
|
|
|
|
|
one{"{0}°"}
|
|
|
|
|
other{"{0}°"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
area{
|
|
|
|
|
acre{
|
|
|
|
|
one{"{0} ac"}
|
|
|
|
|
other{"{0} ac"}
|
|
|
|
|
}
|
|
|
|
|
hectare{
|
|
|
|
|
one{"{0} ha"}
|
|
|
|
|
other{"{0} ha"}
|
|
|
|
|
}
|
|
|
|
|
square-foot{
|
|
|
|
|
one{"{0} ft²"}
|
|
|
|
|
other{"{0} ft²"}
|
|
|
|
|
}
|
|
|
|
|
square-kilometer{
|
|
|
|
|
one{"{0} km²"}
|
|
|
|
|
other{"{0} km²"}
|
|
|
|
|
}
|
|
|
|
|
square-meter{
|
|
|
|
|
one{"{0} m²"}
|
|
|
|
|
other{"{0} m²"}
|
|
|
|
|
}
|
|
|
|
|
square-mile{
|
|
|
|
|
one{"{0} mi²"}
|
|
|
|
|
other{"{0} mi²"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
compound{
|
|
|
|
|
per{"{0}/{1}"}
|
|
|
|
|
}
|
|
|
|
|
duration{
|
|
|
|
|
day{
|
|
|
|
|
one{"{0}g"}
|
|
|
|
|
other{"{0}g"}
|
|
|
|
|
}
|
|
|
|
|
hour{
|
|
|
|
|
one{"{0}s"}
|
|
|
|
|
other{"{0}s"}
|
|
|
|
|
}
|
|
|
|
|
millisecond{
|
|
|
|
|
one{"{0}ms"}
|
|
|
|
|
other{"{0}ms"}
|
|
|
|
|
}
|
|
|
|
|
minute{
|
|
|
|
|
one{"{0}d"}
|
|
|
|
|
other{"{0}d"}
|
|
|
|
|
}
|
|
|
|
|
month{
|
|
|
|
|
one{"{0}a"}
|
|
|
|
|
other{"{0}a"}
|
|
|
|
|
}
|
|
|
|
|
second{
|
|
|
|
|
one{"{0}sn"}
|
|
|
|
|
other{"{0}sn"}
|
|
|
|
|
}
|
|
|
|
|
week{
|
|
|
|
|
one{"{0}h"}
|
|
|
|
|
other{"{0}h"}
|
|
|
|
|
}
|
|
|
|
|
year{
|
|
|
|
|
one{"{0}y"}
|
|
|
|
|
other{"{0}y"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
length{
|
|
|
|
|
centimeter{
|
|
|
|
|
one{"{0} cm"}
|
|
|
|
|
other{"{0} cm"}
|
|
|
|
|
}
|
|
|
|
|
foot{
|
|
|
|
|
one{"{0}′"}
|
|
|
|
|
other{"{0}′"}
|
|
|
|
|
}
|
|
|
|
|
inch{
|
|
|
|
|
one{"{0}″"}
|
|
|
|
|
other{"{0}″"}
|
|
|
|
|
}
|
|
|
|
|
kilometer{
|
|
|
|
|
one{"{0} km"}
|
|
|
|
|
other{"{0} km"}
|
|
|
|
|
}
|
|
|
|
|
light-year{
|
|
|
|
|
one{"{0} IY"}
|
|
|
|
|
other{"{0} IY"}
|
|
|
|
|
}
|
|
|
|
|
meter{
|
|
|
|
|
one{"{0} m"}
|
|
|
|
|
other{"{0} m"}
|
|
|
|
|
}
|
|
|
|
|
mile{
|
|
|
|
|
one{"{0} mil"}
|
|
|
|
|
other{"{0} mil"}
|
|
|
|
|
}
|
|
|
|
|
millimeter{
|
|
|
|
|
one{"{0} mm"}
|
|
|
|
|
other{"{0} mm"}
|
|
|
|
|
}
|
|
|
|
|
picometer{
|
|
|
|
|
one{"{0} pm"}
|
|
|
|
|
other{"{0} pm"}
|
|
|
|
|
}
|
|
|
|
|
yard{
|
|
|
|
|
one{"{0} yd"}
|
|
|
|
|
other{"{0} yd"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mass{
|
|
|
|
|
gram{
|
|
|
|
|
one{"{0} g"}
|
|
|
|
|
other{"{0} g"}
|
|
|
|
|
}
|
|
|
|
|
kilogram{
|
|
|
|
|
one{"{0} kg"}
|
|
|
|
|
other{"{0} kg"}
|
|
|
|
|
}
|
|
|
|
|
ounce{
|
|
|
|
|
one{"{0} oz"}
|
|
|
|
|
other{"{0} oz"}
|
|
|
|
|
}
|
|
|
|
|
pound{
|
|
|
|
|
one{"{0} lb"}
|
|
|
|
|
other{"{0} lb"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
power{
|
|
|
|
|
horsepower{
|
|
|
|
|
one{"{0} hp"}
|
|
|
|
|
other{"{0} hp"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt{
|
|
|
|
|
one{"{0} kW"}
|
|
|
|
|
other{"{0} kW"}
|
|
|
|
|
}
|
|
|
|
|
watt{
|
|
|
|
|
one{"{0} W"}
|
|
|
|
|
other{"{0} W"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
pressure{
|
|
|
|
|
hectopascal{
|
|
|
|
|
one{"{0} hPa"}
|
|
|
|
|
other{"{0} hPa"}
|
|
|
|
|
}
|
|
|
|
|
inch-hg{
|
|
|
|
|
one{"{0}\u0022 Hg"}
|
|
|
|
|
other{"{0}\u0022 Hg"}
|
|
|
|
|
}
|
|
|
|
|
millibar{
|
|
|
|
|
one{"{0} mb"}
|
|
|
|
|
other{"{0} mb"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
speed{
|
|
|
|
|
kilometer-per-hour{
|
|
|
|
|
one{"{0} km/sa"}
|
|
|
|
|
other{"{0} km/sa"}
|
|
|
|
|
}
|
|
|
|
|
meter-per-second{
|
|
|
|
|
one{"{0} m/sn"}
|
|
|
|
|
other{"{0} m/sn"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-hour{
|
|
|
|
|
one{"{0} mil/sa"}
|
|
|
|
|
other{"{0} mil/sa"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
temperature{
|
|
|
|
|
celsius{
|
|
|
|
|
one{"{0}°"}
|
|
|
|
|
other{"{0}°"}
|
|
|
|
|
}
|
|
|
|
|
fahrenheit{
|
|
|
|
|
one{"{0}°F"}
|
|
|
|
|
other{"{0}°F"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
volume{
|
|
|
|
|
cubic-kilometer{
|
|
|
|
|
one{"{0} km³"}
|
|
|
|
|
other{"{0} km³"}
|
|
|
|
|
}
|
|
|
|
|
cubic-mile{
|
|
|
|
|
one{"{0} mi³"}
|
|
|
|
|
other{"{0} mi³"}
|
|
|
|
|
}
|
|
|
|
|
liter{
|
|
|
|
|
one{"{0} l"}
|
|
|
|
|
other{"{0} l"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
unitsShort{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
acceleration{
|
|
|
|
|
g-force{
|
|
|
|
|
one{"{0} G"}
|
|
|
|
|
other{"{0} G"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
angle{
|
|
|
|
|
arc-minute{
|
|
|
|
|
one{"{0} dk."}
|
|
|
|
|
other{"{0} dk."}
|
|
|
|
|
}
|
|
|
|
|
arc-second{
|
|
|
|
|
one{"{0} sn."}
|
|
|
|
|
other{"{0} sn."}
|
|
|
|
|
}
|
|
|
|
|
degree{
|
|
|
|
|
one{"{0}°"}
|
|
|
|
|
other{"{0}°"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
area{
|
|
|
|
|
acre{
|
|
|
|
|
one{"{0} ac"}
|
|
|
|
|
other{"{0} ac"}
|
|
|
|
|
}
|
|
|
|
|
hectare{
|
|
|
|
|
one{"{0} ha"}
|
|
|
|
|
other{"{0} ha"}
|
|
|
|
|
}
|
|
|
|
|
square-foot{
|
|
|
|
|
one{"{0} ft²"}
|
|
|
|
|
other{"{0} ft²"}
|
|
|
|
|
}
|
|
|
|
|
square-kilometer{
|
|
|
|
|
one{"{0} km²"}
|
|
|
|
|
other{"{0} km²"}
|
|
|
|
|
}
|
|
|
|
|
square-meter{
|
|
|
|
|
one{"{0} m²"}
|
|
|
|
|
other{"{0} m²"}
|
|
|
|
|
}
|
|
|
|
|
square-mile{
|
|
|
|
|
one{"{0} mi²"}
|
|
|
|
|
other{"{0} mi²"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
compound{
|
|
|
|
|
per{"{0}/{1}"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
duration{
|
|
|
|
|
day{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} gün"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} gün"}
|
|
|
|
|
}
|
|
|
|
|
hour{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} sa."}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} sa."}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
millisecond{
|
|
|
|
|
one{"{0} ms"}
|
|
|
|
|
other{"{0} ms"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
minute{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} dk."}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} dk."}
|
|
|
|
|
}
|
|
|
|
|
month{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} ay"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} ay"}
|
|
|
|
|
}
|
|
|
|
|
second{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} sn."}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} sn."}
|
|
|
|
|
}
|
|
|
|
|
week{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} hf."}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} hf."}
|
|
|
|
|
}
|
|
|
|
|
year{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} yıl"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
other{"{0} yıl"}
|
|
|
|
|
}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
length{
|
|
|
|
|
centimeter{
|
|
|
|
|
one{"{0} cm"}
|
|
|
|
|
other{"{0} cm"}
|
|
|
|
|
}
|
|
|
|
|
foot{
|
|
|
|
|
one{"{0} fit"}
|
|
|
|
|
other{"{0} fit"}
|
|
|
|
|
}
|
|
|
|
|
inch{
|
|
|
|
|
one{"{0} inç"}
|
|
|
|
|
other{"{0} inç"}
|
|
|
|
|
}
|
|
|
|
|
kilometer{
|
|
|
|
|
one{"{0} km"}
|
|
|
|
|
other{"{0} km"}
|
|
|
|
|
}
|
|
|
|
|
light-year{
|
|
|
|
|
one{"{0} IY"}
|
|
|
|
|
other{"{0} IY"}
|
|
|
|
|
}
|
|
|
|
|
meter{
|
|
|
|
|
one{"{0} m"}
|
|
|
|
|
other{"{0} m"}
|
|
|
|
|
}
|
|
|
|
|
mile{
|
|
|
|
|
one{"{0} mil"}
|
|
|
|
|
other{"{0} mil"}
|
|
|
|
|
}
|
|
|
|
|
millimeter{
|
|
|
|
|
one{"{0} mm"}
|
|
|
|
|
other{"{0} mm"}
|
|
|
|
|
}
|
|
|
|
|
picometer{
|
|
|
|
|
one{"{0} pm"}
|
|
|
|
|
other{"{0} pm"}
|
|
|
|
|
}
|
|
|
|
|
yard{
|
|
|
|
|
one{"{0} yd"}
|
|
|
|
|
other{"{0} yd"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mass{
|
|
|
|
|
gram{
|
|
|
|
|
one{"{0} g"}
|
|
|
|
|
other{"{0} g"}
|
|
|
|
|
}
|
|
|
|
|
kilogram{
|
|
|
|
|
one{"{0} kg"}
|
|
|
|
|
other{"{0} kg"}
|
|
|
|
|
}
|
|
|
|
|
ounce{
|
|
|
|
|
one{"{0} oz"}
|
|
|
|
|
other{"{0} oz"}
|
|
|
|
|
}
|
|
|
|
|
pound{
|
|
|
|
|
one{"{0} lb"}
|
|
|
|
|
other{"{0} lb"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
power{
|
|
|
|
|
horsepower{
|
|
|
|
|
one{"{0} hp"}
|
|
|
|
|
other{"{0} hp"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt{
|
|
|
|
|
one{"{0} kW"}
|
|
|
|
|
other{"{0} kW"}
|
|
|
|
|
}
|
|
|
|
|
watt{
|
|
|
|
|
one{"{0} W"}
|
|
|
|
|
other{"{0} W"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
pressure{
|
|
|
|
|
hectopascal{
|
|
|
|
|
one{"{0} hPa"}
|
|
|
|
|
other{"{0} hPa"}
|
|
|
|
|
}
|
|
|
|
|
inch-hg{
|
|
|
|
|
one{"{0} inHg"}
|
|
|
|
|
other{"{0} inHg"}
|
|
|
|
|
}
|
|
|
|
|
millibar{
|
|
|
|
|
one{"{0} mbar"}
|
|
|
|
|
other{"{0} mbar"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
speed{
|
|
|
|
|
kilometer-per-hour{
|
|
|
|
|
one{"{0} km/sa"}
|
|
|
|
|
other{"{0} km/sa"}
|
|
|
|
|
}
|
|
|
|
|
meter-per-second{
|
|
|
|
|
one{"{0} m/sn"}
|
|
|
|
|
other{"{0} m/sn"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-hour{
|
|
|
|
|
one{"{0} mil/sa"}
|
|
|
|
|
other{"{0} mil/sa"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
temperature{
|
|
|
|
|
celsius{
|
|
|
|
|
one{"{0}°C"}
|
|
|
|
|
other{"{0}°C"}
|
|
|
|
|
}
|
|
|
|
|
fahrenheit{
|
|
|
|
|
one{"{0}°F"}
|
|
|
|
|
other{"{0}°F"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
volume{
|
|
|
|
|
cubic-kilometer{
|
|
|
|
|
one{"{0} km³"}
|
|
|
|
|
other{"{0} km³"}
|
|
|
|
|
}
|
|
|
|
|
cubic-mile{
|
|
|
|
|
one{"{0} mi³"}
|
|
|
|
|
other{"{0} mi³"}
|
|
|
|
|
}
|
|
|
|
|
liter{
|
|
|
|
|
one{"{0} l"}
|
|
|
|
|
other{"{0} l"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
}
|
2004-04-14 19:39:08 +00:00
|
|
|
|
}
|