2004-08-20 23:12:31 +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/ms.xml
|
2003-12-17 04:43:51 +00:00
|
|
|
|
// *
|
|
|
|
|
// ***************************************************************************
|
2004-10-13 00:39:42 +00:00
|
|
|
|
/**
|
2013-07-08 06:51:38 +00:00
|
|
|
|
* ICU <specials> source: <path>/common/main/ms.xml
|
2004-10-13 00:39:42 +00:00
|
|
|
|
*/
|
2003-12-17 04:43:51 +00:00
|
|
|
|
ms{
|
2012-10-19 03:36:01 +00:00
|
|
|
|
AuxExemplarCharacters{"[]"}
|
2006-07-12 00:17:21 +00:00
|
|
|
|
ExemplarCharacters{
|
2010-02-18 14:30:15 +00:00
|
|
|
|
"[a {ai} {au} b c d {dz} e f g h i j k {kh} l m n {ng} {ngg} {ny} o p q r s {"
|
|
|
|
|
"sy} t {ts} u {ua} v w x y z]"
|
2006-07-12 00:17:21 +00:00
|
|
|
|
}
|
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]"}
|
2004-08-20 23:12:31 +00:00
|
|
|
|
LocaleScript{
|
|
|
|
|
"Latn",
|
2003-12-17 04:43:51 +00:00
|
|
|
|
}
|
2010-06-04 18:29:02 +00:00
|
|
|
|
NumberElements{
|
|
|
|
|
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-07-08 06:51:38 +00:00
|
|
|
|
currencyFormat{"¤#,##0.00"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
decimalFormat{"#,##0.###"}
|
|
|
|
|
percentFormat{"#,##0%"}
|
|
|
|
|
scientificFormat{"#E0"}
|
|
|
|
|
}
|
|
|
|
|
patternsLong{
|
|
|
|
|
decimalFormat{
|
|
|
|
|
1000{
|
|
|
|
|
other{"0 ribu"}
|
|
|
|
|
}
|
|
|
|
|
10000{
|
|
|
|
|
other{"00 ribu"}
|
|
|
|
|
}
|
|
|
|
|
100000{
|
|
|
|
|
other{"000 ribu"}
|
|
|
|
|
}
|
|
|
|
|
1000000{
|
|
|
|
|
other{"0 juta"}
|
|
|
|
|
}
|
|
|
|
|
10000000{
|
|
|
|
|
other{"00 juta"}
|
|
|
|
|
}
|
|
|
|
|
100000000{
|
|
|
|
|
other{"000 juta"}
|
|
|
|
|
}
|
|
|
|
|
1000000000{
|
|
|
|
|
other{"0 bilion"}
|
|
|
|
|
}
|
|
|
|
|
10000000000{
|
|
|
|
|
other{"00 bilion"}
|
|
|
|
|
}
|
|
|
|
|
100000000000{
|
|
|
|
|
other{"000 bilion"}
|
|
|
|
|
}
|
|
|
|
|
1000000000000{
|
|
|
|
|
other{"0 trilion"}
|
|
|
|
|
}
|
|
|
|
|
10000000000000{
|
|
|
|
|
other{"00 trilion"}
|
|
|
|
|
}
|
|
|
|
|
100000000000000{
|
|
|
|
|
other{"000 trilion"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-06-04 18:29:02 +00:00
|
|
|
|
}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
patternsShort{
|
|
|
|
|
decimalFormat{
|
|
|
|
|
1000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"0K"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000{
|
|
|
|
|
other{"00K"}
|
|
|
|
|
}
|
|
|
|
|
100000{
|
|
|
|
|
other{"000K"}
|
|
|
|
|
}
|
|
|
|
|
1000000{
|
2012-10-19 03:36:01 +00:00
|
|
|
|
other{"0J"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000000{
|
2012-10-19 03:36:01 +00:00
|
|
|
|
other{"00J"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
100000000{
|
2012-10-19 03:36:01 +00:00
|
|
|
|
other{"000J"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
1000000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"0B"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000000000{
|
|
|
|
|
other{"00B"}
|
|
|
|
|
}
|
|
|
|
|
100000000000{
|
|
|
|
|
other{"000B"}
|
|
|
|
|
}
|
|
|
|
|
1000000000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
other{"0T"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000000000000{
|
|
|
|
|
other{"00T"}
|
|
|
|
|
}
|
|
|
|
|
100000000000000{
|
|
|
|
|
other{"000T"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
symbols{
|
|
|
|
|
decimal{"."}
|
|
|
|
|
exponential{"E"}
|
|
|
|
|
group{","}
|
|
|
|
|
infinity{"∞"}
|
|
|
|
|
list{";"}
|
|
|
|
|
minusSign{"-"}
|
|
|
|
|
nan{"NaN"}
|
|
|
|
|
perMille{"‰"}
|
|
|
|
|
percentSign{"%"}
|
|
|
|
|
plusSign{"+"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
superscriptingExponent{"×"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
}
|
2010-06-04 18:29:02 +00:00
|
|
|
|
}
|
2007-03-02 23:55:27 +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-07-08 06:51:38 +00:00
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"BE",
|
|
|
|
|
}
|
2010-09-13 19:12:47 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
chinese{
|
|
|
|
|
DateTimePatterns{
|
|
|
|
|
"h:mm:ss a zzzz",
|
|
|
|
|
"h:mm:ss a z",
|
|
|
|
|
"h:mm:ss a",
|
|
|
|
|
"h:mm a",
|
|
|
|
|
"EEEE, U MMMM dd",
|
|
|
|
|
"U MMMM d",
|
|
|
|
|
"U MMM d",
|
|
|
|
|
"y-M-d",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
}
|
|
|
|
|
monthNames{
|
|
|
|
|
format{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Jan",
|
|
|
|
|
"Feb",
|
|
|
|
|
"Mac",
|
|
|
|
|
"Apr",
|
|
|
|
|
"Mei",
|
|
|
|
|
"Jun",
|
|
|
|
|
"Jul",
|
|
|
|
|
"Ogo",
|
|
|
|
|
"Sep",
|
|
|
|
|
"Okt",
|
|
|
|
|
"Nov",
|
|
|
|
|
"Dis",
|
|
|
|
|
}
|
|
|
|
|
narrow{
|
|
|
|
|
"Jn",
|
|
|
|
|
"Fb",
|
|
|
|
|
"Mc",
|
|
|
|
|
"Ap",
|
|
|
|
|
"Me",
|
|
|
|
|
"Ju",
|
|
|
|
|
"Jl",
|
|
|
|
|
"Og",
|
|
|
|
|
"Sp",
|
|
|
|
|
"Ok",
|
|
|
|
|
"Nv",
|
|
|
|
|
"Ds",
|
|
|
|
|
}
|
|
|
|
|
wide{
|
|
|
|
|
"Januari",
|
|
|
|
|
"Februari",
|
|
|
|
|
"Mac",
|
|
|
|
|
"April",
|
|
|
|
|
"Mei",
|
|
|
|
|
"Jun",
|
|
|
|
|
"Julai",
|
|
|
|
|
"Ogos",
|
|
|
|
|
"September",
|
|
|
|
|
"Oktober",
|
|
|
|
|
"November",
|
|
|
|
|
"Disember",
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
stand-alone{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Jan",
|
|
|
|
|
"Feb",
|
|
|
|
|
"Mac",
|
|
|
|
|
"Apr",
|
|
|
|
|
"Mei",
|
|
|
|
|
"Jun",
|
|
|
|
|
"Jul",
|
|
|
|
|
"Ogo",
|
|
|
|
|
"Sep",
|
|
|
|
|
"Okt",
|
|
|
|
|
"Nov",
|
|
|
|
|
"Dis",
|
|
|
|
|
}
|
|
|
|
|
narrow{
|
|
|
|
|
"Jn",
|
|
|
|
|
"Fe",
|
|
|
|
|
"Mc",
|
|
|
|
|
"Ap",
|
|
|
|
|
"Me",
|
|
|
|
|
"Ju",
|
|
|
|
|
"Jl",
|
|
|
|
|
"Og",
|
|
|
|
|
"Sp",
|
|
|
|
|
"Ok",
|
|
|
|
|
"Nv",
|
|
|
|
|
"Ds",
|
|
|
|
|
}
|
|
|
|
|
wide{
|
|
|
|
|
"Januari",
|
|
|
|
|
"Februari",
|
|
|
|
|
"Mac",
|
|
|
|
|
"April",
|
|
|
|
|
"Mei",
|
|
|
|
|
"Jun",
|
|
|
|
|
"Julai",
|
|
|
|
|
"Ogos",
|
|
|
|
|
"September",
|
|
|
|
|
"Oktober",
|
|
|
|
|
"November",
|
|
|
|
|
"Disember",
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
generic{
|
|
|
|
|
DateTimePatterns{
|
|
|
|
|
"h:mm:ss a zzzz",
|
|
|
|
|
"h:mm:ss a z",
|
|
|
|
|
"h:mm:ss a",
|
|
|
|
|
"h:mm a",
|
|
|
|
|
"EEEE, d MMMM y G",
|
|
|
|
|
"d MMMM y G",
|
|
|
|
|
"dd/MM/y G",
|
2013-07-08 06:51:38 +00:00
|
|
|
|
"d/MM/y GGGGG",
|
2013-02-12 21:00:17 +00:00
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
}
|
|
|
|
|
availableFormats{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
Ed{"E, d"}
|
|
|
|
|
Gy{"y G"}
|
|
|
|
|
GyMMM{"MMM y G"}
|
|
|
|
|
GyMMMEd{"E, d MMM y G"}
|
|
|
|
|
GyMMMd{"d MMM y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
H{"HH"}
|
|
|
|
|
Hm{"HH:mm"}
|
|
|
|
|
Hmm{"H:mm"}
|
|
|
|
|
Hms{"HH:mm:ss"}
|
|
|
|
|
M{"L"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
MEd{"E, d/M"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
MMM{"LLL"}
|
|
|
|
|
MMMEd{"E, d MMM"}
|
|
|
|
|
MMMMd{"d MMMM"}
|
|
|
|
|
MMMd{"d MMM"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
Md{"d/M"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
d{"d"}
|
|
|
|
|
h{"h a"}
|
|
|
|
|
hm{"h:mm a"}
|
|
|
|
|
hms{"h:mm:ss a"}
|
|
|
|
|
ms{"mm:ss"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
y{"y G"}
|
|
|
|
|
yyyy{"y G"}
|
|
|
|
|
yyyyM{"M/y G"}
|
|
|
|
|
yyyyMEd{"E, d/M/y G"}
|
|
|
|
|
yyyyMMM{"MMM y G"}
|
|
|
|
|
yyyyMMMEd{"E, d MMM y G"}
|
|
|
|
|
yyyyMMMd{"d MMM y G"}
|
|
|
|
|
yyyyMd{"d/M/y G"}
|
|
|
|
|
yyyyQQQ{"QQQ y G"}
|
|
|
|
|
yyyyQQQQ{"QQQQ y G"}
|
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{
|
|
|
|
|
M{"M–M"}
|
|
|
|
|
}
|
|
|
|
|
MEd{
|
|
|
|
|
M{"E, d/M – E, d/M"}
|
|
|
|
|
d{"E, d/M – E, d/M"}
|
|
|
|
|
}
|
|
|
|
|
MMM{
|
|
|
|
|
M{"MMM–MMM"}
|
|
|
|
|
}
|
|
|
|
|
MMMEd{
|
|
|
|
|
M{"E, d MMM – E, d MMM"}
|
|
|
|
|
d{"E, d MMM – E, d MMM"}
|
|
|
|
|
}
|
|
|
|
|
MMMd{
|
|
|
|
|
M{"d MMM – d MMM"}
|
|
|
|
|
d{"d–d MMM"}
|
|
|
|
|
}
|
|
|
|
|
Md{
|
|
|
|
|
M{"d/M – d/M"}
|
|
|
|
|
d{"d/M – d/M"}
|
|
|
|
|
}
|
|
|
|
|
d{
|
|
|
|
|
d{"d–d"}
|
|
|
|
|
}
|
|
|
|
|
fallback{"{0} – {1}"}
|
|
|
|
|
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-07-08 06:51:38 +00:00
|
|
|
|
y{"y–y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yM{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
M{"M/y – M/y G"}
|
|
|
|
|
y{"M/y – M/y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMEd{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
M{"E, d/M/y – E, d/M/y G"}
|
|
|
|
|
d{"E, d/M/y – E, d/M/y G"}
|
|
|
|
|
y{"E, d/M/y – E, d/M/y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMM{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
M{"MMM–MMM y G"}
|
|
|
|
|
y{"MMM y – MMM y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMEd{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
M{"E, d MMM – E, d MMM, y G"}
|
|
|
|
|
d{"E, d MMM – E, d MMM, y G"}
|
|
|
|
|
y{"E, d MMM y – E, d MMM y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMM{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
M{"MMMM–MMMM y G"}
|
|
|
|
|
y{"MMMM y – MMMM y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMd{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
M{"d MMM – d MMM, y G"}
|
|
|
|
|
d{"d–d MMM y G"}
|
|
|
|
|
y{"d MMM y – d MMM y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMd{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
M{"d/M/y – d/M/y G"}
|
|
|
|
|
d{"d/M/y – d/M/y G"}
|
|
|
|
|
y{"d/M/y – d/M/y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
gregorian{
|
2011-05-05 18:12:27 +00:00
|
|
|
|
AmPmMarkers{
|
|
|
|
|
"PG",
|
|
|
|
|
"PTG",
|
|
|
|
|
}
|
2010-06-10 17:54:04 +00:00
|
|
|
|
DateTimePatterns{
|
|
|
|
|
"h:mm:ss a zzzz",
|
|
|
|
|
"h:mm:ss a z",
|
|
|
|
|
"h:mm:ss a",
|
|
|
|
|
"h:mm a",
|
|
|
|
|
"EEEE, d MMMM y",
|
|
|
|
|
"d MMMM y",
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"d MMM y",
|
2010-06-10 17:54:04 +00:00
|
|
|
|
"d/MM/yy",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
appendItems{
|
|
|
|
|
Timezone{"{0} {1}"}
|
|
|
|
|
}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
availableFormats{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
EHm{"E HH:mm"}
|
|
|
|
|
EHms{"E HH:mm:ss"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
Ed{"d E"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
Ehm{"E h:mm a"}
|
|
|
|
|
Ehms{"E h:mm:ss a"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
Gy{"y G"}
|
|
|
|
|
GyMMM{"MMM y G"}
|
|
|
|
|
GyMMMEd{"E, d MMM y G"}
|
|
|
|
|
GyMMMd{"d MMM y G"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
H{"HH"}
|
|
|
|
|
Hm{"HH:mm"}
|
|
|
|
|
Hmm{"H:mm"}
|
|
|
|
|
Hms{"HH:mm:ss"}
|
|
|
|
|
M{"L"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
MEd{"E, d-M"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
MMM{"LLL"}
|
2012-02-02 22:53:19 +00:00
|
|
|
|
MMMEd{"E, d MMM"}
|
|
|
|
|
MMMMd{"d MMMM"}
|
2010-04-22 17:39:04 +00:00
|
|
|
|
MMMd{"d MMM"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
MMdd{"dd/MM"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
Md{"d-M"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
d{"d"}
|
|
|
|
|
h{"h a"}
|
|
|
|
|
hm{"h:mm a"}
|
|
|
|
|
hms{"h:mm:ss a"}
|
|
|
|
|
ms{"mm:ss"}
|
|
|
|
|
y{"y"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
yM{"M-y"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
yMEd{"E, d/M/y"}
|
2010-04-22 17:39:04 +00:00
|
|
|
|
yMMM{"MMM y"}
|
2012-02-02 22:53:19 +00:00
|
|
|
|
yMMMEd{"E, d MMM y"}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
yMMMd{"d MMM y"}
|
|
|
|
|
yMd{"d/M/y"}
|
|
|
|
|
yQQQ{"QQQ y"}
|
2012-10-19 03:36:01 +00:00
|
|
|
|
yQQQQ{"QQQQ y"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
dayNames{
|
|
|
|
|
format{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Ahd",
|
|
|
|
|
"Isn",
|
|
|
|
|
"Sel",
|
|
|
|
|
"Rab",
|
|
|
|
|
"Kha",
|
|
|
|
|
"Jum",
|
|
|
|
|
"Sab",
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"A",
|
|
|
|
|
"I",
|
|
|
|
|
"S",
|
|
|
|
|
"R",
|
|
|
|
|
"K",
|
|
|
|
|
"J",
|
|
|
|
|
"S",
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
short{
|
|
|
|
|
"Ah",
|
|
|
|
|
"Is",
|
|
|
|
|
"Se",
|
|
|
|
|
"Ra",
|
|
|
|
|
"Kh",
|
|
|
|
|
"Ju",
|
|
|
|
|
"Sa",
|
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Ahad",
|
|
|
|
|
"Isnin",
|
|
|
|
|
"Selasa",
|
|
|
|
|
"Rabu",
|
|
|
|
|
"Khamis",
|
|
|
|
|
"Jumaat",
|
|
|
|
|
"Sabtu",
|
|
|
|
|
}
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
stand-alone{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
abbreviated{
|
|
|
|
|
"Ahd",
|
|
|
|
|
"Isn",
|
|
|
|
|
"Sel",
|
|
|
|
|
"Rab",
|
|
|
|
|
"Kha",
|
|
|
|
|
"Jum",
|
|
|
|
|
"Sab",
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"A",
|
|
|
|
|
"I",
|
|
|
|
|
"S",
|
|
|
|
|
"R",
|
|
|
|
|
"K",
|
|
|
|
|
"J",
|
|
|
|
|
"S",
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
short{
|
|
|
|
|
"Ah",
|
|
|
|
|
"Is",
|
|
|
|
|
"Se",
|
|
|
|
|
"Ra",
|
|
|
|
|
"Kh",
|
|
|
|
|
"Ju",
|
|
|
|
|
"Sa",
|
|
|
|
|
}
|
|
|
|
|
wide{
|
|
|
|
|
"Ahad",
|
|
|
|
|
"Isnin",
|
|
|
|
|
"Selasa",
|
|
|
|
|
"Rabu",
|
|
|
|
|
"Khamis",
|
|
|
|
|
"Jumaat",
|
|
|
|
|
"Sabtu",
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"S.M.",
|
|
|
|
|
"TM",
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
intervalFormats{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
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{
|
|
|
|
|
M{"M–M"}
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
MEd{
|
|
|
|
|
M{"E, d/M – E, d/M"}
|
|
|
|
|
d{"E, d/M – E, d/M"}
|
|
|
|
|
}
|
|
|
|
|
MMM{
|
|
|
|
|
M{"MMM–MMM"}
|
|
|
|
|
}
|
|
|
|
|
MMMEd{
|
|
|
|
|
M{"E, d MMM – E, d MMM"}
|
|
|
|
|
d{"E, d MMM – E, d MMM"}
|
|
|
|
|
}
|
|
|
|
|
MMMd{
|
|
|
|
|
M{"d MMM – d MMM"}
|
|
|
|
|
d{"d–d MMM"}
|
|
|
|
|
}
|
|
|
|
|
Md{
|
|
|
|
|
M{"d/M – d/M"}
|
|
|
|
|
d{"d/M – d/M"}
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
d{
|
|
|
|
|
d{"d–d"}
|
|
|
|
|
}
|
|
|
|
|
fallback{"{0} – {1}"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
h{
|
2011-05-05 18:12:27 +00:00
|
|
|
|
a{"h a – h a"}
|
|
|
|
|
h{"h–h a"}
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
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{
|
|
|
|
|
y{"y–y"}
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
yM{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"M/y – M/y"}
|
|
|
|
|
y{"M/y – M/y"}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
|
|
|
|
yMEd{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"E, d/M/y – E, d/M/y"}
|
|
|
|
|
d{"E, d/M/y – E, d/M/y"}
|
|
|
|
|
y{"E, d/M/y – E, d/M/y"}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
|
|
|
|
yMMM{
|
|
|
|
|
M{"MMM–MMM y"}
|
|
|
|
|
y{"MMM y – MMM y"}
|
|
|
|
|
}
|
|
|
|
|
yMMMEd{
|
|
|
|
|
M{"E, d MMM – E, d MMM, y"}
|
|
|
|
|
d{"E, d MMM – E, d MMM, y"}
|
|
|
|
|
y{"E, d MMM y – E, d MMM y"}
|
|
|
|
|
}
|
|
|
|
|
yMMMM{
|
|
|
|
|
M{"MMMM–MMMM y"}
|
|
|
|
|
y{"MMMM y – MMMM y"}
|
|
|
|
|
}
|
|
|
|
|
yMMMd{
|
|
|
|
|
M{"d MMM – d MMM, y"}
|
|
|
|
|
d{"d–d MMM y"}
|
|
|
|
|
y{"d MMM y – d MMM y"}
|
|
|
|
|
}
|
|
|
|
|
yMd{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"d/M/y – d/M/y"}
|
|
|
|
|
d{"d/M/y – d/M/y"}
|
|
|
|
|
y{"d/M/y – d/M/y"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
monthNames{
|
|
|
|
|
format{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Jan",
|
|
|
|
|
"Feb",
|
|
|
|
|
"Mac",
|
|
|
|
|
"Apr",
|
|
|
|
|
"Mei",
|
|
|
|
|
"Jun",
|
|
|
|
|
"Jul",
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"Ogo",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
"Sep",
|
|
|
|
|
"Okt",
|
|
|
|
|
"Nov",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"Dis",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"J",
|
|
|
|
|
"F",
|
|
|
|
|
"M",
|
|
|
|
|
"A",
|
|
|
|
|
"M",
|
|
|
|
|
"J",
|
|
|
|
|
"J",
|
|
|
|
|
"O",
|
|
|
|
|
"S",
|
|
|
|
|
"O",
|
|
|
|
|
"N",
|
|
|
|
|
"D",
|
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Januari",
|
|
|
|
|
"Februari",
|
|
|
|
|
"Mac",
|
|
|
|
|
"April",
|
|
|
|
|
"Mei",
|
|
|
|
|
"Jun",
|
|
|
|
|
"Julai",
|
|
|
|
|
"Ogos",
|
|
|
|
|
"September",
|
|
|
|
|
"Oktober",
|
|
|
|
|
"November",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"Disember",
|
2004-05-18 02:47:52 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
stand-alone{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
abbreviated{
|
|
|
|
|
"Jan",
|
|
|
|
|
"Feb",
|
|
|
|
|
"Mac",
|
|
|
|
|
"Apr",
|
|
|
|
|
"Mei",
|
|
|
|
|
"Jun",
|
|
|
|
|
"Jul",
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"Ogo",
|
2012-08-28 21:56:06 +00:00
|
|
|
|
"Sep",
|
|
|
|
|
"Okt",
|
|
|
|
|
"Nov",
|
|
|
|
|
"Dis",
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"J",
|
|
|
|
|
"F",
|
|
|
|
|
"M",
|
|
|
|
|
"A",
|
|
|
|
|
"M",
|
|
|
|
|
"J",
|
|
|
|
|
"J",
|
|
|
|
|
"O",
|
|
|
|
|
"S",
|
|
|
|
|
"O",
|
|
|
|
|
"N",
|
|
|
|
|
"D",
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Januari",
|
|
|
|
|
"Februari",
|
|
|
|
|
"Mac",
|
|
|
|
|
"April",
|
|
|
|
|
"Mei",
|
|
|
|
|
"Jun",
|
|
|
|
|
"Julai",
|
|
|
|
|
"Ogos",
|
|
|
|
|
"September",
|
|
|
|
|
"Oktober",
|
|
|
|
|
"November",
|
|
|
|
|
"Disember",
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
quarters{
|
|
|
|
|
format{
|
|
|
|
|
abbreviated{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"S1",
|
|
|
|
|
"S2",
|
|
|
|
|
"S3",
|
|
|
|
|
"S4",
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
|
|
|
|
narrow{
|
|
|
|
|
"1",
|
|
|
|
|
"2",
|
|
|
|
|
"3",
|
|
|
|
|
"4",
|
|
|
|
|
}
|
|
|
|
|
wide{
|
|
|
|
|
"Suku pertama",
|
|
|
|
|
"Suku Ke-2",
|
|
|
|
|
"Suku Ke-3",
|
|
|
|
|
"Suku Ke-4",
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
stand-alone{
|
|
|
|
|
abbreviated{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"S1",
|
|
|
|
|
"S2",
|
|
|
|
|
"S3",
|
|
|
|
|
"S4",
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"1",
|
|
|
|
|
"2",
|
|
|
|
|
"3",
|
|
|
|
|
"4",
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Suku pertama",
|
|
|
|
|
"Suku Ke-2",
|
|
|
|
|
"Suku Ke-3",
|
|
|
|
|
"Suku Ke-4",
|
|
|
|
|
}
|
|
|
|
|
}
|
2006-07-12 00:17:21 +00:00
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
|
}
|
2010-09-13 19:12:47 +00:00
|
|
|
|
islamic{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"AH",
|
|
|
|
|
}
|
2010-09-13 19:12:47 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
japanese{
|
|
|
|
|
DateTimePatterns{
|
|
|
|
|
"h:mm:ss a zzzz",
|
|
|
|
|
"h:mm:ss a z",
|
|
|
|
|
"h:mm:ss a",
|
|
|
|
|
"h:mm a",
|
|
|
|
|
"EEEE, d MMMM y G",
|
|
|
|
|
"d MMMM y G",
|
|
|
|
|
"dd/MM/y G",
|
2013-07-08 06:51:38 +00:00
|
|
|
|
"d/MM/y GGGGG",
|
2010-09-13 19:12:47 +00:00
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
"{1} {0}",
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
roc{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Before R.O.C.",
|
|
|
|
|
"R.O.C.",
|
|
|
|
|
}
|
2010-09-13 19:12:47 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2003-12-17 04:43:51 +00:00
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
delimiters{
|
|
|
|
|
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{"Hari"}
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"Semalam"}
|
|
|
|
|
"-2"{"Hari sebelum semalam"}
|
|
|
|
|
"0"{"Hari ini"}
|
|
|
|
|
"1"{"Esok"}
|
|
|
|
|
"2"{"Hari selepas esok"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
other{"Dalam {0} hari"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
other{"{0} hari lalu"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
dayperiod{
|
|
|
|
|
dn{"PG/PTG"}
|
|
|
|
|
}
|
|
|
|
|
era{
|
|
|
|
|
dn{"Era"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
fri{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"Jumaat lalu"}
|
|
|
|
|
"0"{"Jumaat ini"}
|
|
|
|
|
"1"{"Jumaat depan"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
hour{
|
|
|
|
|
dn{"Jam"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
other{"Dalam {0} jam"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
other{"{0} jam lalu"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
minute{
|
|
|
|
|
dn{"Minit"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
other{"Dalam {0} minit"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
other{"{0} minit lalu"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mon{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"Isnin lalu"}
|
|
|
|
|
"0"{"Isnin ini"}
|
|
|
|
|
"1"{"Isnin depan"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
month{
|
|
|
|
|
dn{"Bulan"}
|
|
|
|
|
relative{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"-1"{"bulan lalu"}
|
|
|
|
|
"0"{"bulan ini"}
|
|
|
|
|
"1"{"bulan depan"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
other{"Dalam {0} bulan"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
other{"{0} bulan lalu"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
sat{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"Sabtu lalu"}
|
|
|
|
|
"0"{"Sabtu ini"}
|
|
|
|
|
"1"{"Sabtu depan"}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
second{
|
|
|
|
|
dn{"Kedua"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relative{
|
|
|
|
|
"0"{"sekarang"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
other{"Dalam {0} saat"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
other{"{0} saat lalu"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
sun{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"Ahad lalu"}
|
|
|
|
|
"0"{"Ahad ini"}
|
|
|
|
|
"1"{"Ahad depan"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
thu{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"Khamis lalu"}
|
|
|
|
|
"0"{"Khamis ini"}
|
|
|
|
|
"1"{"Khamis depan"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
tue{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"Selasa lalu"}
|
|
|
|
|
"0"{"Selasa ini"}
|
|
|
|
|
"1"{"Selasa depan"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
wed{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"Rabu lalu"}
|
|
|
|
|
"0"{"Rabu ini"}
|
|
|
|
|
"1"{"Rabu depan"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
week{
|
|
|
|
|
dn{"Minggu"}
|
|
|
|
|
relative{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"-1"{"minggu lepas"}
|
|
|
|
|
"0"{"minggu ini"}
|
|
|
|
|
"1"{"minggu depan"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
other{"Dalam {0} minggu"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
other{"{0} minggu lalu"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
weekday{
|
|
|
|
|
dn{"Hari dalam Minggu"}
|
|
|
|
|
}
|
|
|
|
|
year{
|
|
|
|
|
dn{"Tahun"}
|
|
|
|
|
relative{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
"-1"{"tahun lepas"}
|
|
|
|
|
"0"{"tahun ini"}
|
|
|
|
|
"1"{"tahun depan"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
other{"Dalam {0} tahun"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
other{"{0} tahun lalu"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
zone{
|
|
|
|
|
dn{"Zon Waktu"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
listPattern{
|
|
|
|
|
standard{
|
|
|
|
|
2{"{0} dan {1}"}
|
|
|
|
|
end{"{0}, dan {1}"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
middle{"{0}, {1}"}
|
|
|
|
|
start{"{0}, {1}"}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
unit{
|
|
|
|
|
2{"{0} dan {1}"}
|
|
|
|
|
end{"{0} dan {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}"}
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
|
|
|
|
measurementSystemNames{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
UK{"UK"}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
US{"AS"}
|
|
|
|
|
metric{"Metrik"}
|
|
|
|
|
}
|
|
|
|
|
units{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
acceleration{
|
|
|
|
|
g-force{
|
|
|
|
|
other{"{0} daya g"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
angle{
|
|
|
|
|
arc-minute{
|
|
|
|
|
other{"{0} minit"}
|
|
|
|
|
}
|
|
|
|
|
arc-second{
|
|
|
|
|
other{"{0} saat"}
|
|
|
|
|
}
|
|
|
|
|
degree{
|
|
|
|
|
other{"{0} darjah"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
area{
|
|
|
|
|
acre{
|
|
|
|
|
other{"{0} ekar"}
|
|
|
|
|
}
|
|
|
|
|
hectare{
|
|
|
|
|
other{"{0} hektar"}
|
|
|
|
|
}
|
|
|
|
|
square-foot{
|
|
|
|
|
other{"{0} kaki persegi"}
|
|
|
|
|
}
|
|
|
|
|
square-kilometer{
|
|
|
|
|
other{"{0} kilometer persegi"}
|
|
|
|
|
}
|
|
|
|
|
square-meter{
|
|
|
|
|
other{"{0} meter persegi"}
|
|
|
|
|
}
|
|
|
|
|
square-mile{
|
|
|
|
|
other{"{0} batu persegi"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
duration{
|
|
|
|
|
day{
|
|
|
|
|
other{"{0} hari"}
|
|
|
|
|
}
|
|
|
|
|
hour{
|
|
|
|
|
other{"{0} jam"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
millisecond{
|
|
|
|
|
other{"{0} milisaat"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
|
|
|
|
minute{
|
|
|
|
|
other{"{0} minit"}
|
|
|
|
|
}
|
|
|
|
|
month{
|
|
|
|
|
other{"{0} bulan"}
|
|
|
|
|
}
|
|
|
|
|
second{
|
|
|
|
|
other{"{0} saat"}
|
|
|
|
|
}
|
|
|
|
|
week{
|
|
|
|
|
other{"{0} minggu"}
|
|
|
|
|
}
|
|
|
|
|
year{
|
|
|
|
|
other{"{0} tahun"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
}
|
|
|
|
|
length{
|
|
|
|
|
centimeter{
|
|
|
|
|
other{"{0} sentimeter"}
|
|
|
|
|
}
|
|
|
|
|
foot{
|
|
|
|
|
other{"{0} kaki"}
|
|
|
|
|
}
|
|
|
|
|
inch{
|
|
|
|
|
other{"{0} inci"}
|
|
|
|
|
}
|
|
|
|
|
kilometer{
|
|
|
|
|
other{"{0} kilometer"}
|
|
|
|
|
}
|
|
|
|
|
light-year{
|
|
|
|
|
other{"{0} tahun cahaya"}
|
|
|
|
|
}
|
|
|
|
|
meter{
|
|
|
|
|
other{"{0} meter"}
|
|
|
|
|
}
|
|
|
|
|
mile{
|
|
|
|
|
other{"{0} batu"}
|
|
|
|
|
}
|
|
|
|
|
millimeter{
|
|
|
|
|
other{"{0} milimeter"}
|
|
|
|
|
}
|
|
|
|
|
picometer{
|
|
|
|
|
other{"{0} pikometer"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
yard{
|
|
|
|
|
other{"{0} ela"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mass{
|
|
|
|
|
gram{
|
|
|
|
|
other{"{0} gram"}
|
|
|
|
|
}
|
|
|
|
|
kilogram{
|
|
|
|
|
other{"{0} kilogram"}
|
|
|
|
|
}
|
|
|
|
|
ounce{
|
|
|
|
|
other{"{0} auns"}
|
|
|
|
|
}
|
|
|
|
|
pound{
|
|
|
|
|
other{"{0} paun"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
power{
|
|
|
|
|
horsepower{
|
|
|
|
|
other{"{0} kuasa kuda"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt{
|
|
|
|
|
other{"{0} kilowatt"}
|
|
|
|
|
}
|
|
|
|
|
watt{
|
|
|
|
|
other{"{0} watt"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
pressure{
|
|
|
|
|
hectopascal{
|
|
|
|
|
other{"{0} hektopascal"}
|
|
|
|
|
}
|
|
|
|
|
inch-hg{
|
|
|
|
|
other{"{0} inci raksa"}
|
|
|
|
|
}
|
|
|
|
|
millibar{
|
|
|
|
|
other{"{0} milibar"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
speed{
|
|
|
|
|
kilometer-per-hour{
|
|
|
|
|
other{"{0} kilometer sejam"}
|
|
|
|
|
}
|
|
|
|
|
meter-per-second{
|
|
|
|
|
other{"{0} meter sesaat"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-hour{
|
|
|
|
|
other{"{0} batu sejam"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
temperature{
|
|
|
|
|
celsius{
|
|
|
|
|
other{"{0}darjah Celsius"}
|
|
|
|
|
}
|
|
|
|
|
fahrenheit{
|
|
|
|
|
other{"{0}darjah Fahrenheit"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
volume{
|
|
|
|
|
cubic-kilometer{
|
|
|
|
|
other{"{0} kilometer padu"}
|
|
|
|
|
}
|
|
|
|
|
cubic-mile{
|
|
|
|
|
other{"{0} batu padu"}
|
|
|
|
|
}
|
|
|
|
|
liter{
|
|
|
|
|
other{"{0} liter"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
unitsShort{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
acceleration{
|
|
|
|
|
g-force{
|
|
|
|
|
other{"{0} G"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
angle{
|
|
|
|
|
arc-minute{
|
|
|
|
|
other{"{0} min"}
|
|
|
|
|
}
|
|
|
|
|
arc-second{
|
|
|
|
|
other{"{0} saat"}
|
|
|
|
|
}
|
|
|
|
|
degree{
|
|
|
|
|
other{"{0} darjah"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
area{
|
|
|
|
|
acre{
|
|
|
|
|
other{"{0} ekar"}
|
|
|
|
|
}
|
|
|
|
|
hectare{
|
|
|
|
|
other{"{0} ha"}
|
|
|
|
|
}
|
|
|
|
|
square-foot{
|
|
|
|
|
other{"{0} ka²"}
|
|
|
|
|
}
|
|
|
|
|
square-kilometer{
|
|
|
|
|
other{"{0} km²"}
|
|
|
|
|
}
|
|
|
|
|
square-meter{
|
|
|
|
|
other{"{0} m²"}
|
|
|
|
|
}
|
|
|
|
|
square-mile{
|
|
|
|
|
other{"{0} bt²"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
duration{
|
|
|
|
|
day{
|
|
|
|
|
other{"{0} hari"}
|
|
|
|
|
}
|
|
|
|
|
hour{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
other{"{0} j"}
|
|
|
|
|
}
|
|
|
|
|
millisecond{
|
|
|
|
|
other{"{0} ms"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
|
|
|
|
minute{
|
|
|
|
|
other{"{0} min"}
|
|
|
|
|
}
|
|
|
|
|
month{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
other{"{0} bln"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
|
|
|
|
second{
|
|
|
|
|
other{"{0} saat"}
|
|
|
|
|
}
|
|
|
|
|
week{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
other{"{0} mgu"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
|
|
|
|
year{
|
|
|
|
|
other{"{0} thn"}
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
length{
|
|
|
|
|
centimeter{
|
|
|
|
|
other{"{0} sm"}
|
|
|
|
|
}
|
|
|
|
|
foot{
|
|
|
|
|
other{"{0} ka"}
|
|
|
|
|
}
|
|
|
|
|
inch{
|
|
|
|
|
other{"{0} in"}
|
|
|
|
|
}
|
|
|
|
|
kilometer{
|
|
|
|
|
other{"{0} km"}
|
|
|
|
|
}
|
|
|
|
|
light-year{
|
|
|
|
|
other{"{0} thn cahaya"}
|
|
|
|
|
}
|
|
|
|
|
meter{
|
|
|
|
|
other{"{0} m"}
|
|
|
|
|
}
|
|
|
|
|
mile{
|
|
|
|
|
other{"{0} bt"}
|
|
|
|
|
}
|
|
|
|
|
millimeter{
|
|
|
|
|
other{"{0} mm"}
|
|
|
|
|
}
|
|
|
|
|
picometer{
|
|
|
|
|
other{"{0} pm"}
|
|
|
|
|
}
|
|
|
|
|
yard{
|
|
|
|
|
other{"{0} ela"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mass{
|
|
|
|
|
gram{
|
|
|
|
|
other{"{0} g"}
|
|
|
|
|
}
|
|
|
|
|
kilogram{
|
|
|
|
|
other{"{0} kg"}
|
|
|
|
|
}
|
|
|
|
|
ounce{
|
|
|
|
|
other{"{0} auns"}
|
|
|
|
|
}
|
|
|
|
|
pound{
|
|
|
|
|
other{"{0} paun"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
power{
|
|
|
|
|
horsepower{
|
|
|
|
|
other{"{0} hp"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt{
|
|
|
|
|
other{"{0} kW"}
|
|
|
|
|
}
|
|
|
|
|
watt{
|
|
|
|
|
other{"{0} W"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
pressure{
|
|
|
|
|
hectopascal{
|
|
|
|
|
other{"{0} hPa"}
|
|
|
|
|
}
|
|
|
|
|
inch-hg{
|
|
|
|
|
other{"{0} inHg"}
|
|
|
|
|
}
|
|
|
|
|
millibar{
|
|
|
|
|
other{"{0} mb"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
speed{
|
|
|
|
|
kilometer-per-hour{
|
|
|
|
|
other{"{0} kmj"}
|
|
|
|
|
}
|
|
|
|
|
meter-per-second{
|
|
|
|
|
other{"{0} m/s"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-hour{
|
|
|
|
|
other{"{0} bsj"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
temperature{
|
|
|
|
|
celsius{
|
|
|
|
|
other{"{0}°C"}
|
|
|
|
|
}
|
|
|
|
|
fahrenheit{
|
|
|
|
|
other{"{0}°F"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
volume{
|
|
|
|
|
cubic-kilometer{
|
|
|
|
|
other{"{0} km³"}
|
|
|
|
|
}
|
|
|
|
|
cubic-mile{
|
|
|
|
|
other{"{0} bt³"}
|
|
|
|
|
}
|
|
|
|
|
liter{
|
|
|
|
|
other{"{0} l"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2011-05-05 18:12:27 +00:00
|
|
|
|
}
|
2004-02-01 20:16:55 +00:00
|
|
|
|
}
|