2004-08-20 23:12:31 +00:00
|
|
|
|
// ***************************************************************************
|
2000-01-12 19:26:57 +00:00
|
|
|
|
// *
|
2014-01-11 22:23:57 +00:00
|
|
|
|
// * Copyright (C) 2014 International Business Machines
|
2013-01-26 01:14:35 +00:00
|
|
|
|
// * 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/en.xml
|
2000-01-12 19:26:57 +00:00
|
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
|
// ***************************************************************************
|
2014-09-02 23:18:20 +00:00
|
|
|
|
/**
|
|
|
|
|
* ICU <specials> source: <path>/common/main/en.xml
|
|
|
|
|
*/
|
2004-08-20 23:12:31 +00:00
|
|
|
|
en{
|
2005-11-30 23:44:06 +00:00
|
|
|
|
AuxExemplarCharacters{
|
2010-02-18 14:30:15 +00:00
|
|
|
|
"[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ"
|
|
|
|
|
"]"
|
2005-11-30 23:44:06 +00:00
|
|
|
|
}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
ExemplarCharacters{"[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]"}
|
2010-03-04 05:30:55 +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",
|
|
|
|
|
}
|
2007-07-26 17:24:12 +00:00
|
|
|
|
NumberElements{
|
2010-06-04 18:29:02 +00:00
|
|
|
|
latn{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
miscPatterns{
|
|
|
|
|
atLeast{"{0}+"}
|
|
|
|
|
}
|
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.###"}
|
|
|
|
|
percentFormat{"#,##0%"}
|
|
|
|
|
scientificFormat{"#E0"}
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
patternsLong{
|
|
|
|
|
decimalFormat{
|
|
|
|
|
1000{
|
|
|
|
|
one{"0 thousand"}
|
|
|
|
|
other{"0 thousand"}
|
|
|
|
|
}
|
|
|
|
|
10000{
|
|
|
|
|
one{"00 thousand"}
|
|
|
|
|
other{"00 thousand"}
|
|
|
|
|
}
|
|
|
|
|
100000{
|
|
|
|
|
one{"000 thousand"}
|
|
|
|
|
other{"000 thousand"}
|
|
|
|
|
}
|
|
|
|
|
1000000{
|
|
|
|
|
one{"0 million"}
|
|
|
|
|
other{"0 million"}
|
|
|
|
|
}
|
|
|
|
|
10000000{
|
|
|
|
|
one{"00 million"}
|
|
|
|
|
other{"00 million"}
|
|
|
|
|
}
|
|
|
|
|
100000000{
|
|
|
|
|
one{"000 million"}
|
|
|
|
|
other{"000 million"}
|
|
|
|
|
}
|
|
|
|
|
1000000000{
|
|
|
|
|
one{"0 billion"}
|
|
|
|
|
other{"0 billion"}
|
|
|
|
|
}
|
|
|
|
|
10000000000{
|
|
|
|
|
one{"00 billion"}
|
|
|
|
|
other{"00 billion"}
|
|
|
|
|
}
|
|
|
|
|
100000000000{
|
|
|
|
|
one{"000 billion"}
|
|
|
|
|
other{"000 billion"}
|
|
|
|
|
}
|
|
|
|
|
1000000000000{
|
|
|
|
|
one{"0 trillion"}
|
|
|
|
|
other{"0 trillion"}
|
|
|
|
|
}
|
|
|
|
|
10000000000000{
|
|
|
|
|
one{"00 trillion"}
|
|
|
|
|
other{"00 trillion"}
|
|
|
|
|
}
|
|
|
|
|
100000000000000{
|
|
|
|
|
one{"000 trillion"}
|
|
|
|
|
other{"000 trillion"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
patternsShort{
|
|
|
|
|
decimalFormat{
|
|
|
|
|
1000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"0K"}
|
|
|
|
|
other{"0K"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"00K"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"00K"}
|
|
|
|
|
}
|
|
|
|
|
100000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"000K"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"000K"}
|
|
|
|
|
}
|
|
|
|
|
1000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"0M"}
|
|
|
|
|
other{"0M"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"00M"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"00M"}
|
|
|
|
|
}
|
|
|
|
|
100000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"000M"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"000M"}
|
|
|
|
|
}
|
|
|
|
|
1000000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"0B"}
|
|
|
|
|
other{"0B"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"00B"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"00B"}
|
|
|
|
|
}
|
|
|
|
|
100000000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"000B"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"000B"}
|
|
|
|
|
}
|
|
|
|
|
1000000000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"0T"}
|
|
|
|
|
other{"0T"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
}
|
|
|
|
|
10000000000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"00T"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"00T"}
|
|
|
|
|
}
|
|
|
|
|
100000000000000{
|
2012-08-28 21:56:06 +00:00
|
|
|
|
one{"000T"}
|
2012-08-03 21:05:03 +00:00
|
|
|
|
other{"000T"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-06-04 18:29:02 +00:00
|
|
|
|
symbols{
|
|
|
|
|
decimal{"."}
|
|
|
|
|
exponential{"E"}
|
|
|
|
|
group{","}
|
|
|
|
|
infinity{"∞"}
|
|
|
|
|
list{";"}
|
|
|
|
|
minusSign{"-"}
|
|
|
|
|
nan{"NaN"}
|
|
|
|
|
perMille{"‰"}
|
|
|
|
|
percentSign{"%"}
|
|
|
|
|
plusSign{"+"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
superscriptingExponent{"×"}
|
2010-06-04 18:29:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2004-08-20 23:12:31 +00:00
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
Version{"2.1.8.87"}
|
2004-06-04 01:52:00 +00:00
|
|
|
|
calendar{
|
2010-06-10 17:54:04 +00:00
|
|
|
|
buddhist{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"BE",
|
|
|
|
|
}
|
2010-06-10 17:54:04 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2011-12-09 08:39:46 +00:00
|
|
|
|
chinese{
|
2012-02-17 08:42:10 +00:00
|
|
|
|
DateTimePatterns{
|
|
|
|
|
"h:mm:ss a zzzz",
|
|
|
|
|
"h:mm:ss a z",
|
|
|
|
|
"h:mm:ss a",
|
|
|
|
|
"h:mm a",
|
|
|
|
|
"EEEE, MMMM d, U",
|
|
|
|
|
"MMMM d, U",
|
|
|
|
|
"MMM d, U",
|
|
|
|
|
"M/d/yy",
|
2012-08-28 21:56:06 +00:00
|
|
|
|
"{1}, {0}",
|
|
|
|
|
"{1} 'at' {0}",
|
|
|
|
|
"{1} 'at' {0}",
|
|
|
|
|
"{1}, {0}",
|
|
|
|
|
"{1}, {0}",
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
availableFormats{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
E{"ccc"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
EHm{"E HH:mm"}
|
|
|
|
|
EHms{"E HH:mm:ss"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
Ed{"d E"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
Ehm{"E h:mm a"}
|
|
|
|
|
Ehms{"E h:mm:ss a"}
|
|
|
|
|
Gy{"U"}
|
|
|
|
|
GyMMM{"MMM U"}
|
|
|
|
|
GyMMMEd{"E, MMM d, U"}
|
|
|
|
|
GyMMMd{"MMM d, U"}
|
|
|
|
|
H{"HH"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
Hm{"HH:mm"}
|
|
|
|
|
Hms{"HH:mm:ss"}
|
|
|
|
|
M{"L"}
|
|
|
|
|
MEd{"E, M/d"}
|
|
|
|
|
MMM{"LLL"}
|
|
|
|
|
MMMEd{"E, MMM d"}
|
|
|
|
|
MMMd{"MMM d"}
|
|
|
|
|
Md{"M/d"}
|
|
|
|
|
d{"d"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
h{"h a"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
hm{"h:mm a"}
|
|
|
|
|
hms{"h:mm:ss a"}
|
|
|
|
|
ms{"mm:ss"}
|
|
|
|
|
y{"U"}
|
|
|
|
|
yMd{"M/d/y"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
yyyy{"U"}
|
|
|
|
|
yyyyM{"M/y"}
|
|
|
|
|
yyyyMEd{"E, M/d/y"}
|
|
|
|
|
yyyyMMM{"MMM U"}
|
|
|
|
|
yyyyMMMEd{"E, MMM d, U"}
|
|
|
|
|
yyyyMMMd{"MMM d, U"}
|
|
|
|
|
yyyyMd{"M/d/y"}
|
|
|
|
|
yyyyQQQ{"QQQ U"}
|
|
|
|
|
yyyyQQQQ{"QQQQ U"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
2011-12-09 08:39:46 +00:00
|
|
|
|
cyclicNameSets{
|
|
|
|
|
zodiacs{
|
|
|
|
|
format{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Rat",
|
|
|
|
|
"Ox",
|
|
|
|
|
"Tiger",
|
|
|
|
|
"Rabbit",
|
|
|
|
|
"Dragon",
|
|
|
|
|
"Snake",
|
|
|
|
|
"Horse",
|
|
|
|
|
"Goat",
|
|
|
|
|
"Monkey",
|
|
|
|
|
"Rooster",
|
|
|
|
|
"Dog",
|
|
|
|
|
"Pig",
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
intervalFormats{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
H{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH – HH"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
|
|
|
|
Hm{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH:mm – HH:mm"}
|
|
|
|
|
m{"HH:mm – HH:mm"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
|
|
|
|
Hmv{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH:mm – HH:mm v"}
|
|
|
|
|
m{"HH:mm – HH:mm v"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
|
|
|
|
Hv{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH – HH v"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
M{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"M – M"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
MEd{
|
|
|
|
|
M{"E, M/d – E, M/d"}
|
|
|
|
|
d{"E, M/d – E, M/d"}
|
|
|
|
|
}
|
|
|
|
|
MMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MMM – MMM"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
MMMEd{
|
|
|
|
|
M{"E, MMM d – E, MMM d"}
|
|
|
|
|
d{"E, MMM d – E, MMM d"}
|
|
|
|
|
}
|
|
|
|
|
MMMd{
|
|
|
|
|
M{"MMM d – MMM d"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"MMM d – d"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
Md{
|
|
|
|
|
M{"M/d – M/d"}
|
|
|
|
|
d{"M/d – M/d"}
|
|
|
|
|
}
|
|
|
|
|
d{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"d – d"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
fallback{"{0} – {1}"}
|
|
|
|
|
h{
|
|
|
|
|
a{"h a – h a"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h – h a"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
hm{
|
|
|
|
|
a{"h:mm a – h:mm a"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h:mm – h:mm a"}
|
|
|
|
|
m{"h:mm – h:mm a"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
hmv{
|
|
|
|
|
a{"h:mm a – h:mm a v"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h:mm – h:mm a v"}
|
|
|
|
|
m{"h:mm – h:mm a v"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
hv{
|
|
|
|
|
a{"h a – h a v"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h – h a v"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
y{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
y{"U – U"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
yM{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"M/y – M/y"}
|
|
|
|
|
y{"M/y – M/y"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
yMEd{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"E, M/d/y – E, M/d/y"}
|
|
|
|
|
d{"E, M/d/y – E, M/d/y"}
|
|
|
|
|
y{"E, M/d/y – E, M/d/y"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
yMMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MMM – MMM U"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
y{"MMM U – MMM U"}
|
|
|
|
|
}
|
|
|
|
|
yMMMEd{
|
|
|
|
|
M{"E, MMM d – E, MMM d, U"}
|
|
|
|
|
d{"E, MMM d – E, MMM d, U"}
|
|
|
|
|
y{"E, MMM d, U – E, MMM d, U"}
|
|
|
|
|
}
|
|
|
|
|
yMMMM{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
M{"MMMM – MMMM U"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
y{"MMMM U – MMMM U"}
|
|
|
|
|
}
|
|
|
|
|
yMMMd{
|
|
|
|
|
M{"MMM d – MMM d, U"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"MMM d – d, U"}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
y{"MMM d, U – MMM d, U"}
|
|
|
|
|
}
|
|
|
|
|
yMd{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"M/d/y – M/d/y"}
|
|
|
|
|
d{"M/d/y – M/d/y"}
|
|
|
|
|
y{"M/d/y – M/d/y"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
monthNames{
|
|
|
|
|
format{
|
|
|
|
|
abbreviated{
|
2013-02-14 09:51:25 +00:00
|
|
|
|
"Mo1",
|
|
|
|
|
"Mo2",
|
|
|
|
|
"Mo3",
|
|
|
|
|
"Mo4",
|
|
|
|
|
"Mo5",
|
|
|
|
|
"Mo6",
|
|
|
|
|
"Mo7",
|
|
|
|
|
"Mo8",
|
|
|
|
|
"Mo9",
|
|
|
|
|
"Mo10",
|
|
|
|
|
"Mo11",
|
|
|
|
|
"Mo12",
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
|
|
|
|
wide{
|
2013-02-14 09:51:25 +00:00
|
|
|
|
"Month1",
|
|
|
|
|
"Month2",
|
|
|
|
|
"Month3",
|
|
|
|
|
"Month4",
|
|
|
|
|
"Month5",
|
|
|
|
|
"Month6",
|
|
|
|
|
"Month7",
|
|
|
|
|
"Month8",
|
|
|
|
|
"Month9",
|
|
|
|
|
"Month10",
|
|
|
|
|
"Month11",
|
|
|
|
|
"Month12",
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
2012-02-17 08:42:10 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2011-12-09 08:39:46 +00:00
|
|
|
|
}
|
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, MMMM d, y G",
|
|
|
|
|
"MMMM d, y G",
|
|
|
|
|
"MMM d, y G",
|
2013-02-13 13:26:23 +00:00
|
|
|
|
"M/d/y GGGGG",
|
2013-02-12 21:00:17 +00:00
|
|
|
|
"{1}, {0}",
|
|
|
|
|
"{1} 'at' {0}",
|
|
|
|
|
"{1} 'at' {0}",
|
|
|
|
|
"{1}, {0}",
|
|
|
|
|
"{1}, {0}",
|
|
|
|
|
}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
appendItems{
|
|
|
|
|
Day{"{0} ({2}: {1})"}
|
|
|
|
|
Day-Of-Week{"{0} {1}"}
|
|
|
|
|
Era{"{0} {1}"}
|
|
|
|
|
Hour{"{0} ({2}: {1})"}
|
|
|
|
|
Minute{"{0} ({2}: {1})"}
|
|
|
|
|
Month{"{0} ({2}: {1})"}
|
|
|
|
|
Quarter{"{0} ({2}: {1})"}
|
|
|
|
|
Second{"{0} ({2}: {1})"}
|
|
|
|
|
Timezone{"{0} {1}"}
|
|
|
|
|
Week{"{0} ({2}: {1})"}
|
|
|
|
|
Year{"{0} {1}"}
|
|
|
|
|
}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
availableFormats{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
E{"ccc"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
EHm{"E HH:mm"}
|
|
|
|
|
EHms{"E HH:mm:ss"}
|
|
|
|
|
Ed{"d E"}
|
|
|
|
|
Ehm{"E h:mm a"}
|
|
|
|
|
Ehms{"E h:mm:ss a"}
|
|
|
|
|
Gy{"y G"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
GyMMM{"MMM y G"}
|
|
|
|
|
GyMMMEd{"E, MMM d, y G"}
|
|
|
|
|
GyMMMd{"MMM d, y G"}
|
|
|
|
|
H{"HH"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
Hm{"HH:mm"}
|
|
|
|
|
Hms{"HH:mm:ss"}
|
|
|
|
|
M{"L"}
|
|
|
|
|
MEd{"E, M/d"}
|
|
|
|
|
MMM{"LLL"}
|
|
|
|
|
MMMEd{"E, MMM d"}
|
|
|
|
|
MMMd{"MMM d"}
|
|
|
|
|
Md{"M/d"}
|
|
|
|
|
d{"d"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
h{"h a"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
hm{"h:mm a"}
|
|
|
|
|
hms{"h:mm:ss a"}
|
|
|
|
|
ms{"mm:ss"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
y{"y G"}
|
|
|
|
|
yyyy{"y G"}
|
|
|
|
|
yyyyM{"M/y GGGGG"}
|
|
|
|
|
yyyyMEd{"E, M/d/y GGGGG"}
|
|
|
|
|
yyyyMMM{"MMM y G"}
|
|
|
|
|
yyyyMMMEd{"E, MMM d, y G"}
|
|
|
|
|
yyyyMMMd{"MMM d, y G"}
|
|
|
|
|
yyyyMd{"M/d/y GGGGG"}
|
|
|
|
|
yyyyQQQ{"QQQ y G"}
|
|
|
|
|
yyyyQQQQ{"QQQQ y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
intervalFormats{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
H{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH – HH"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
|
|
|
|
Hm{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH:mm – HH:mm"}
|
|
|
|
|
m{"HH:mm – HH:mm"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
|
|
|
|
Hmv{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH:mm – HH:mm v"}
|
|
|
|
|
m{"HH:mm – HH:mm v"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
|
|
|
|
Hv{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH – HH v"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
M{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"M – M"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
MEd{
|
|
|
|
|
M{"E, M/d – E, M/d"}
|
|
|
|
|
d{"E, M/d – E, M/d"}
|
|
|
|
|
}
|
|
|
|
|
MMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MMM – MMM"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
MMMEd{
|
|
|
|
|
M{"E, MMM d – E, MMM d"}
|
|
|
|
|
d{"E, MMM d – E, MMM d"}
|
|
|
|
|
}
|
|
|
|
|
MMMd{
|
|
|
|
|
M{"MMM d – MMM d"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"MMM d – d"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
Md{
|
|
|
|
|
M{"M/d – M/d"}
|
|
|
|
|
d{"M/d – M/d"}
|
|
|
|
|
}
|
|
|
|
|
d{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"d – d"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
fallback{"{0} – {1}"}
|
|
|
|
|
h{
|
|
|
|
|
a{"h a – h a"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h – h a"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
hm{
|
|
|
|
|
a{"h:mm a – h:mm a"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h:mm – h:mm a"}
|
|
|
|
|
m{"h:mm – h:mm a"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
hmv{
|
|
|
|
|
a{"h:mm a – h:mm a v"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h:mm – h:mm a v"}
|
|
|
|
|
m{"h:mm – h:mm a v"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
hv{
|
|
|
|
|
a{"h a – h a v"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h – h a v"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
y{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
y{"y – y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yM{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"M/y – M/y GGGGG"}
|
|
|
|
|
y{"M/y – M/y GGGGG"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMEd{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"E, M/d/y – E, M/d/y GGGGG"}
|
|
|
|
|
d{"E, M/d/y – E, M/d/y GGGGG"}
|
|
|
|
|
y{"E, M/d/y – E, M/d/y GGGGG"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MMM – MMM y G"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
y{"MMM y – MMM y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMEd{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"E, MMM d – E, MMM d, y G"}
|
|
|
|
|
d{"E, MMM d – E, MMM d, y G"}
|
|
|
|
|
y{"E, MMM d, y – E, MMM d, y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMM{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
M{"MMMM – MMMM y G"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
y{"MMMM y – MMMM y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMd{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"MMM d – MMM d, y G"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"MMM d – d, y G"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
y{"MMM d, y – MMM d, y G"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
yMd{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"M/d/y – M/d/y GGGGG"}
|
|
|
|
|
d{"M/d/y – M/d/y GGGGG"}
|
|
|
|
|
y{"M/d/y – M/d/y GGGGG"}
|
2013-02-12 21:00:17 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2004-06-04 01:52:00 +00:00
|
|
|
|
gregorian{
|
2007-06-28 20:59:10 +00:00
|
|
|
|
AmPmMarkers{
|
|
|
|
|
"AM",
|
|
|
|
|
"PM",
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
AmPmMarkers%variant{
|
|
|
|
|
"am",
|
|
|
|
|
"pm",
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
AmPmMarkersNarrow{
|
|
|
|
|
"a",
|
|
|
|
|
"p",
|
|
|
|
|
}
|
2004-06-04 01:52:00 +00:00
|
|
|
|
DateTimePatterns{
|
2009-04-10 07:47:09 +00:00
|
|
|
|
"h:mm:ss a zzzz",
|
2004-06-04 01:52:00 +00:00
|
|
|
|
"h:mm:ss a z",
|
|
|
|
|
"h:mm:ss a",
|
|
|
|
|
"h:mm a",
|
2009-03-13 03:21:29 +00:00
|
|
|
|
"EEEE, MMMM d, y",
|
|
|
|
|
"MMMM d, y",
|
|
|
|
|
"MMM d, y",
|
2004-08-20 23:12:31 +00:00
|
|
|
|
"M/d/yy",
|
2012-08-28 21:56:06 +00:00
|
|
|
|
"{1}, {0}",
|
|
|
|
|
"{1} 'at' {0}",
|
|
|
|
|
"{1} 'at' {0}",
|
|
|
|
|
"{1}, {0}",
|
|
|
|
|
"{1}, {0}",
|
2004-06-04 01:52:00 +00:00
|
|
|
|
}
|
2014-02-24 07:17:41 +00:00
|
|
|
|
NoonMarker{"noon"}
|
|
|
|
|
NoonMarkerNarrow{"n"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
appendItems{
|
|
|
|
|
Day{"{0} ({2}: {1})"}
|
|
|
|
|
Day-Of-Week{"{0} {1}"}
|
|
|
|
|
Era{"{0} {1}"}
|
|
|
|
|
Hour{"{0} ({2}: {1})"}
|
|
|
|
|
Minute{"{0} ({2}: {1})"}
|
|
|
|
|
Month{"{0} ({2}: {1})"}
|
|
|
|
|
Quarter{"{0} ({2}: {1})"}
|
|
|
|
|
Second{"{0} ({2}: {1})"}
|
|
|
|
|
Timezone{"{0} {1}"}
|
|
|
|
|
Week{"{0} ({2}: {1})"}
|
|
|
|
|
Year{"{0} {1}"}
|
|
|
|
|
}
|
2006-10-27 17:55:54 +00:00
|
|
|
|
availableFormats{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
E{"ccc"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
EHm{"E HH:mm"}
|
|
|
|
|
EHms{"E HH:mm:ss"}
|
2012-02-02 22:53:19 +00:00
|
|
|
|
Ed{"d E"}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
Ehm{"E h:mm a"}
|
|
|
|
|
Ehms{"E h:mm:ss a"}
|
2012-10-19 03:36:01 +00:00
|
|
|
|
Gy{"y G"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
GyMMM{"MMM y G"}
|
|
|
|
|
GyMMMEd{"E, MMM d, y G"}
|
|
|
|
|
GyMMMd{"MMM d, y G"}
|
|
|
|
|
H{"HH"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
Hm{"HH:mm"}
|
|
|
|
|
Hms{"HH:mm:ss"}
|
2008-05-16 15:01:02 +00:00
|
|
|
|
M{"L"}
|
|
|
|
|
MEd{"E, M/d"}
|
|
|
|
|
MMM{"LLL"}
|
|
|
|
|
MMMEd{"E, MMM d"}
|
|
|
|
|
MMMd{"MMM d"}
|
2006-10-27 17:55:54 +00:00
|
|
|
|
Md{"M/d"}
|
2008-05-16 15:01:02 +00:00
|
|
|
|
d{"d"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
h{"h a"}
|
2008-05-16 15:01:02 +00:00
|
|
|
|
hm{"h:mm a"}
|
2010-02-18 14:30:15 +00:00
|
|
|
|
hms{"h:mm:ss a"}
|
2008-05-16 15:01:02 +00:00
|
|
|
|
ms{"mm:ss"}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
y{"y"}
|
2010-03-04 05:30:55 +00:00
|
|
|
|
yM{"M/y"}
|
2012-02-02 22:53:19 +00:00
|
|
|
|
yMEd{"E, M/d/y"}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
yMMM{"MMM y"}
|
2012-02-02 22:53:19 +00:00
|
|
|
|
yMMMEd{"E, MMM d, y"}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
yMMMd{"MMM d, y"}
|
|
|
|
|
yMd{"M/d/y"}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
yQQQ{"QQQ y"}
|
2012-10-19 03:36:01 +00:00
|
|
|
|
yQQQQ{"QQQQ y"}
|
2006-10-27 17:55:54 +00:00
|
|
|
|
}
|
2004-06-04 01:52:00 +00:00
|
|
|
|
dayNames{
|
|
|
|
|
format{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Sun",
|
|
|
|
|
"Mon",
|
|
|
|
|
"Tue",
|
|
|
|
|
"Wed",
|
|
|
|
|
"Thu",
|
|
|
|
|
"Fri",
|
|
|
|
|
"Sat",
|
|
|
|
|
}
|
2012-08-28 21:56:06 +00:00
|
|
|
|
short{
|
|
|
|
|
"Su",
|
|
|
|
|
"Mo",
|
|
|
|
|
"Tu",
|
|
|
|
|
"We",
|
|
|
|
|
"Th",
|
|
|
|
|
"Fr",
|
|
|
|
|
"Sa",
|
|
|
|
|
}
|
2004-06-04 01:52:00 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Sunday",
|
|
|
|
|
"Monday",
|
|
|
|
|
"Tuesday",
|
|
|
|
|
"Wednesday",
|
|
|
|
|
"Thursday",
|
|
|
|
|
"Friday",
|
|
|
|
|
"Saturday",
|
|
|
|
|
}
|
|
|
|
|
}
|
2005-05-19 20:28:20 +00:00
|
|
|
|
stand-alone{
|
|
|
|
|
narrow{
|
|
|
|
|
"S",
|
|
|
|
|
"M",
|
|
|
|
|
"T",
|
|
|
|
|
"W",
|
|
|
|
|
"T",
|
|
|
|
|
"F",
|
|
|
|
|
"S",
|
|
|
|
|
}
|
|
|
|
|
}
|
2004-06-04 01:52:00 +00:00
|
|
|
|
}
|
|
|
|
|
eras{
|
2004-08-20 23:12:31 +00:00
|
|
|
|
abbreviated{
|
|
|
|
|
"BC",
|
|
|
|
|
"AD",
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
abbreviated%variant{
|
|
|
|
|
"BCE",
|
|
|
|
|
"CE",
|
|
|
|
|
}
|
2008-05-16 15:01:02 +00:00
|
|
|
|
narrow{
|
|
|
|
|
"B",
|
|
|
|
|
"A",
|
|
|
|
|
}
|
2005-06-01 01:20:02 +00:00
|
|
|
|
wide{
|
|
|
|
|
"Before Christ",
|
|
|
|
|
"Anno Domini",
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
wide%variant{
|
|
|
|
|
"Before Common Era",
|
|
|
|
|
"Common Era",
|
|
|
|
|
}
|
2004-06-04 01:52:00 +00:00
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
intervalFormats{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
H{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH – HH"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
|
|
|
|
Hm{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH:mm – HH:mm"}
|
|
|
|
|
m{"HH:mm – HH:mm"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
|
|
|
|
Hmv{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH:mm – HH:mm v"}
|
|
|
|
|
m{"HH:mm – HH:mm v"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
|
|
|
|
Hv{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
H{"HH – HH v"}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
M{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"M – M"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
MEd{
|
|
|
|
|
M{"E, M/d – E, M/d"}
|
|
|
|
|
d{"E, M/d – E, M/d"}
|
|
|
|
|
}
|
|
|
|
|
MMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MMM – MMM"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
MMMEd{
|
|
|
|
|
M{"E, MMM d – E, MMM d"}
|
|
|
|
|
d{"E, MMM d – E, MMM d"}
|
|
|
|
|
}
|
|
|
|
|
MMMd{
|
|
|
|
|
M{"MMM d – MMM d"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"MMM d – d"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
Md{
|
|
|
|
|
M{"M/d – M/d"}
|
|
|
|
|
d{"M/d – M/d"}
|
|
|
|
|
}
|
|
|
|
|
d{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"d – d"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
fallback{"{0} – {1}"}
|
|
|
|
|
h{
|
|
|
|
|
a{"h a – h a"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h – h a"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
hm{
|
|
|
|
|
a{"h:mm a – h:mm a"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h:mm – h:mm a"}
|
|
|
|
|
m{"h:mm – h:mm a"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
hmv{
|
|
|
|
|
a{"h:mm a – h:mm a v"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h:mm – h:mm a v"}
|
|
|
|
|
m{"h:mm – h:mm a v"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
hv{
|
|
|
|
|
a{"h a – h a v"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
h{"h – h a 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-02-13 13:26:23 +00:00
|
|
|
|
M{"M/y – M/y"}
|
|
|
|
|
y{"M/y – M/y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
yMEd{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"E, M/d/y – E, M/d/y"}
|
|
|
|
|
d{"E, M/d/y – E, M/d/y"}
|
|
|
|
|
y{"E, M/d/y – E, M/d/y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
yMMM{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
M{"MMM – MMM y"}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
y{"MMM y – MMM y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
yMMMEd{
|
2009-03-13 03:21:29 +00:00
|
|
|
|
M{"E, MMM d – E, MMM d, y"}
|
|
|
|
|
d{"E, MMM d – E, MMM d, y"}
|
|
|
|
|
y{"E, MMM d, y – E, MMM d, y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
2009-04-10 07:47:09 +00:00
|
|
|
|
yMMMM{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
M{"MMMM – MMMM y"}
|
2009-04-10 07:47:09 +00:00
|
|
|
|
y{"MMMM y – MMMM y"}
|
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
yMMMd{
|
2009-03-13 03:21:29 +00:00
|
|
|
|
M{"MMM d – MMM d, y"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
d{"MMM d – d, y"}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
y{"MMM d, y – MMM d, y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
yMd{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
M{"M/d/y – M/d/y"}
|
|
|
|
|
d{"M/d/y – M/d/y"}
|
|
|
|
|
y{"M/d/y – M/d/y"}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2004-06-04 01:52:00 +00:00
|
|
|
|
monthNames{
|
|
|
|
|
format{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Jan",
|
|
|
|
|
"Feb",
|
|
|
|
|
"Mar",
|
|
|
|
|
"Apr",
|
|
|
|
|
"May",
|
|
|
|
|
"Jun",
|
|
|
|
|
"Jul",
|
|
|
|
|
"Aug",
|
|
|
|
|
"Sep",
|
|
|
|
|
"Oct",
|
|
|
|
|
"Nov",
|
|
|
|
|
"Dec",
|
|
|
|
|
}
|
|
|
|
|
wide{
|
|
|
|
|
"January",
|
|
|
|
|
"February",
|
|
|
|
|
"March",
|
|
|
|
|
"April",
|
|
|
|
|
"May",
|
|
|
|
|
"June",
|
|
|
|
|
"July",
|
|
|
|
|
"August",
|
|
|
|
|
"September",
|
|
|
|
|
"October",
|
|
|
|
|
"November",
|
|
|
|
|
"December",
|
|
|
|
|
}
|
|
|
|
|
}
|
2005-05-19 20:28:20 +00:00
|
|
|
|
stand-alone{
|
|
|
|
|
narrow{
|
|
|
|
|
"J",
|
|
|
|
|
"F",
|
|
|
|
|
"M",
|
|
|
|
|
"A",
|
|
|
|
|
"M",
|
|
|
|
|
"J",
|
|
|
|
|
"J",
|
|
|
|
|
"A",
|
|
|
|
|
"S",
|
|
|
|
|
"O",
|
|
|
|
|
"N",
|
|
|
|
|
"D",
|
|
|
|
|
}
|
|
|
|
|
}
|
2004-06-04 01:52:00 +00:00
|
|
|
|
}
|
2006-04-21 01:18:35 +00:00
|
|
|
|
quarters{
|
|
|
|
|
format{
|
2007-03-02 23:55:27 +00:00
|
|
|
|
abbreviated{
|
|
|
|
|
"Q1",
|
2007-06-22 23:57:38 +00:00
|
|
|
|
"Q2",
|
2007-03-02 23:55:27 +00:00
|
|
|
|
"Q3",
|
|
|
|
|
"Q4",
|
|
|
|
|
}
|
2006-04-21 01:18:35 +00:00
|
|
|
|
wide{
|
|
|
|
|
"1st quarter",
|
|
|
|
|
"2nd quarter",
|
|
|
|
|
"3rd quarter",
|
|
|
|
|
"4th quarter",
|
|
|
|
|
}
|
|
|
|
|
}
|
2008-05-16 15:01:02 +00:00
|
|
|
|
stand-alone{
|
|
|
|
|
narrow{
|
|
|
|
|
"1",
|
|
|
|
|
"2",
|
|
|
|
|
"3",
|
|
|
|
|
"4",
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
hebrew{
|
2014-09-02 23:18:20 +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",
|
|
|
|
|
"d MMM y",
|
|
|
|
|
"d MMM y",
|
|
|
|
|
"{1}, {0}",
|
|
|
|
|
"{1} 'at' {0}",
|
|
|
|
|
"{1} 'at' {0}",
|
|
|
|
|
"{1}, {0}",
|
|
|
|
|
"{1}, {0}",
|
|
|
|
|
}
|
|
|
|
|
availableFormats{
|
|
|
|
|
Gy{"y G"}
|
|
|
|
|
GyMMM{"MMM y G"}
|
|
|
|
|
GyMMMEd{"E, d MMM y G"}
|
|
|
|
|
GyMMMd{"d MMM y G"}
|
|
|
|
|
M{"L"}
|
|
|
|
|
MEd{"E, d MMM"}
|
|
|
|
|
MMM{"LLL"}
|
|
|
|
|
MMMEd{"E, d MMM"}
|
|
|
|
|
MMMd{"d MMM"}
|
|
|
|
|
Md{"d MMM"}
|
|
|
|
|
y{"y"}
|
|
|
|
|
yM{"MMM y"}
|
|
|
|
|
yMEd{"E, d MMM y"}
|
|
|
|
|
yMMM{"MMM y"}
|
|
|
|
|
yMMMEd{"E, d MMM y"}
|
|
|
|
|
yMMMd{"d MMM y"}
|
|
|
|
|
yMd{"d MMM y"}
|
|
|
|
|
yQQQ{"QQQ y"}
|
|
|
|
|
yQQQQ{"QQQQ y"}
|
|
|
|
|
}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"AM",
|
|
|
|
|
}
|
2010-06-10 17:54:04 +00:00
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
intervalFormats{
|
|
|
|
|
M{
|
|
|
|
|
M{"MMM – MMM"}
|
|
|
|
|
}
|
|
|
|
|
MEd{
|
|
|
|
|
M{"E, d MMM – E, d MMM"}
|
|
|
|
|
d{"E, d MMM – E, d MMM"}
|
|
|
|
|
}
|
|
|
|
|
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 MMM – d MMM"}
|
|
|
|
|
d{"d – d MMM"}
|
|
|
|
|
}
|
|
|
|
|
y{
|
|
|
|
|
y{"y – y G"}
|
|
|
|
|
}
|
|
|
|
|
yM{
|
|
|
|
|
M{"MMM – MMM y"}
|
|
|
|
|
y{"MMM y – MMM y"}
|
|
|
|
|
}
|
|
|
|
|
yMEd{
|
|
|
|
|
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"}
|
|
|
|
|
}
|
|
|
|
|
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{
|
|
|
|
|
M{"d MMM – d MMM y"}
|
|
|
|
|
d{"d – d MMM y"}
|
|
|
|
|
y{"d MMM y – d MMM y"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-06-10 17:54:04 +00:00
|
|
|
|
}
|
2013-02-13 13:26:23 +00:00
|
|
|
|
islamic{
|
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"AH",
|
|
|
|
|
}
|
2010-06-10 17:54:04 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2013-02-14 09:51:25 +00:00
|
|
|
|
japanese{
|
|
|
|
|
DateTimePatterns{
|
|
|
|
|
"h:mm:ss a zzzz",
|
|
|
|
|
"h:mm:ss a z",
|
|
|
|
|
"h:mm:ss a",
|
|
|
|
|
"h:mm a",
|
|
|
|
|
"EEEE, MMMM d, y G",
|
|
|
|
|
"MMMM d, y G",
|
|
|
|
|
"MMM d, y G",
|
|
|
|
|
"M/d/y GGGGG",
|
|
|
|
|
"{1}, {0}",
|
|
|
|
|
"{1} 'at' {0}",
|
|
|
|
|
"{1} 'at' {0}",
|
|
|
|
|
"{1}, {0}",
|
|
|
|
|
"{1}, {0}",
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-06-10 17:54:04 +00:00
|
|
|
|
roc{
|
2013-02-13 13:26:23 +00:00
|
|
|
|
eras{
|
|
|
|
|
abbreviated{
|
|
|
|
|
"Before R.O.C.",
|
|
|
|
|
"Minguo",
|
|
|
|
|
}
|
2010-06-10 17:54:04 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
2013-12-09 06:20:23 +00:00
|
|
|
|
contextTransforms{
|
|
|
|
|
calendar-field:intvector{
|
|
|
|
|
1,
|
|
|
|
|
1,
|
|
|
|
|
}
|
2014-02-24 07:17:41 +00:00
|
|
|
|
keyValue:intvector{
|
2013-12-09 06:20:23 +00:00
|
|
|
|
1,
|
|
|
|
|
1,
|
|
|
|
|
}
|
2014-02-24 07:17:41 +00:00
|
|
|
|
number-spellout:intvector{
|
|
|
|
|
1,
|
|
|
|
|
1,
|
|
|
|
|
}
|
|
|
|
|
relative:intvector{
|
2013-12-09 06:20:23 +00:00
|
|
|
|
1,
|
|
|
|
|
1,
|
|
|
|
|
}
|
|
|
|
|
}
|
2008-05-16 15:01:02 +00:00
|
|
|
|
delimiters{
|
|
|
|
|
alternateQuotationEnd{"’"}
|
|
|
|
|
alternateQuotationStart{"‘"}
|
|
|
|
|
quotationEnd{"”"}
|
|
|
|
|
quotationStart{"“"}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
fields{
|
|
|
|
|
day{
|
|
|
|
|
dn{"Day"}
|
|
|
|
|
relative{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
"-1"{"yesterday"}
|
|
|
|
|
"0"{"today"}
|
|
|
|
|
"1"{"tomorrow"}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} day"}
|
|
|
|
|
other{"in {0} days"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} day ago"}
|
|
|
|
|
other{"{0} days ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
day-short{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dn{"day"}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
dayperiod{
|
|
|
|
|
dn{"AM/PM"}
|
|
|
|
|
}
|
|
|
|
|
era{
|
|
|
|
|
dn{"Era"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
fri{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Friday"}
|
|
|
|
|
"0"{"this Friday"}
|
|
|
|
|
"1"{"next Friday"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
fri-narrow{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last F"}
|
|
|
|
|
"0"{"this F"}
|
|
|
|
|
"1"{"next F"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
fri-short{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Fri."}
|
|
|
|
|
"0"{"this Fri."}
|
|
|
|
|
"1"{"next Fri."}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
hour{
|
|
|
|
|
dn{"Hour"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} hour"}
|
|
|
|
|
other{"in {0} hours"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} hour ago"}
|
|
|
|
|
other{"{0} hours ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
hour-short{
|
|
|
|
|
dn{"hr."}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} hr."}
|
|
|
|
|
other{"in {0} hr."}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} hr. ago"}
|
|
|
|
|
other{"{0} hr. ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
minute{
|
|
|
|
|
dn{"Minute"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} minute"}
|
|
|
|
|
other{"in {0} minutes"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} minute ago"}
|
|
|
|
|
other{"{0} minutes ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
minute-short{
|
|
|
|
|
dn{"min."}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} min."}
|
|
|
|
|
other{"in {0} min."}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} min. ago"}
|
|
|
|
|
other{"{0} min. ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
mon{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Monday"}
|
|
|
|
|
"0"{"this Monday"}
|
|
|
|
|
"1"{"next Monday"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
mon-narrow{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last M"}
|
|
|
|
|
"0"{"this M"}
|
|
|
|
|
"1"{"next M"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mon-short{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Mon."}
|
|
|
|
|
"0"{"this Mon."}
|
|
|
|
|
"1"{"next Mon."}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
month{
|
|
|
|
|
dn{"Month"}
|
|
|
|
|
relative{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
"-1"{"last month"}
|
|
|
|
|
"0"{"this month"}
|
|
|
|
|
"1"{"next month"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} month"}
|
|
|
|
|
other{"in {0} months"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} month ago"}
|
|
|
|
|
other{"{0} months ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
month-short{
|
|
|
|
|
dn{"mo."}
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last mo."}
|
|
|
|
|
"0"{"this mo."}
|
|
|
|
|
"1"{"next mo."}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} mo."}
|
|
|
|
|
other{"in {0} mo."}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} mo. ago"}
|
|
|
|
|
other{"{0} mo. ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
quarter{
|
|
|
|
|
dn{"Quarter"}
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last quarter"}
|
|
|
|
|
"0"{"this quarter"}
|
|
|
|
|
"1"{"next quarter"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} quarter"}
|
|
|
|
|
other{"in {0} quarters"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} quarter ago"}
|
|
|
|
|
other{"{0} quarters ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
quarter-short{
|
|
|
|
|
dn{"qtr."}
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last qtr."}
|
|
|
|
|
"0"{"this qtr."}
|
|
|
|
|
"1"{"next qtr."}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} qtr."}
|
|
|
|
|
other{"in {0} qtrs."}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} qtr. ago"}
|
|
|
|
|
other{"{0} qtrs. ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
sat{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Saturday"}
|
|
|
|
|
"0"{"this Saturday"}
|
|
|
|
|
"1"{"next Saturday"}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
sat-narrow{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Sa"}
|
|
|
|
|
"0"{"this Sa"}
|
|
|
|
|
"1"{"next Sa"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
sat-short{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Sat."}
|
|
|
|
|
"0"{"this Sat."}
|
|
|
|
|
"1"{"next Sat."}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
second{
|
|
|
|
|
dn{"Second"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relative{
|
|
|
|
|
"0"{"now"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} second"}
|
|
|
|
|
other{"in {0} seconds"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} second ago"}
|
|
|
|
|
other{"{0} seconds ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
second-short{
|
|
|
|
|
dn{"sec."}
|
|
|
|
|
relative{
|
|
|
|
|
"0"{"now"}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} sec."}
|
|
|
|
|
other{"in {0} sec."}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} sec. ago"}
|
|
|
|
|
other{"{0} sec. ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
sun{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Sunday"}
|
|
|
|
|
"0"{"this Sunday"}
|
|
|
|
|
"1"{"next Sunday"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
sun-narrow{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Su"}
|
|
|
|
|
"0"{"this Su"}
|
|
|
|
|
"1"{"next Su"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
sun-short{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Sun."}
|
|
|
|
|
"0"{"this Sun."}
|
|
|
|
|
"1"{"next Sun."}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
thu{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Thursday"}
|
|
|
|
|
"0"{"this Thursday"}
|
|
|
|
|
"1"{"next Thursday"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
thu-narrow{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Th"}
|
|
|
|
|
"0"{"this Th"}
|
|
|
|
|
"1"{"next Th"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
thu-short{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Thu."}
|
|
|
|
|
"0"{"this Thu."}
|
|
|
|
|
"1"{"next Thu."}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
tue{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Tuesday"}
|
|
|
|
|
"0"{"this Tuesday"}
|
|
|
|
|
"1"{"next Tuesday"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
tue-narrow{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Tu"}
|
|
|
|
|
"0"{"this Tu"}
|
|
|
|
|
"1"{"next Tu"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
tue-short{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Tue."}
|
|
|
|
|
"0"{"this Tue."}
|
|
|
|
|
"1"{"next Tue."}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
wed{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Wednesday"}
|
|
|
|
|
"0"{"this Wednesday"}
|
|
|
|
|
"1"{"next Wednesday"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
wed-narrow{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last W"}
|
|
|
|
|
"0"{"this W"}
|
|
|
|
|
"1"{"next W"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
wed-short{
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last Wed."}
|
|
|
|
|
"0"{"this Wed."}
|
|
|
|
|
"1"{"next Wed."}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
week{
|
|
|
|
|
dn{"Week"}
|
|
|
|
|
relative{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
"-1"{"last week"}
|
|
|
|
|
"0"{"this week"}
|
|
|
|
|
"1"{"next week"}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} week"}
|
|
|
|
|
other{"in {0} weeks"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} week ago"}
|
|
|
|
|
other{"{0} weeks ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
week-short{
|
|
|
|
|
dn{"wk."}
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last wk."}
|
|
|
|
|
"0"{"this wk."}
|
|
|
|
|
"1"{"next wk."}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} wk."}
|
|
|
|
|
other{"in {0} wk."}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} wk. ago"}
|
|
|
|
|
other{"{0} wk. ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
weekday{
|
|
|
|
|
dn{"Day of the Week"}
|
|
|
|
|
}
|
|
|
|
|
year{
|
|
|
|
|
dn{"Year"}
|
|
|
|
|
relative{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
"-1"{"last year"}
|
|
|
|
|
"0"{"this year"}
|
|
|
|
|
"1"{"next year"}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} year"}
|
|
|
|
|
other{"in {0} years"}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} year ago"}
|
|
|
|
|
other{"{0} years ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
}
|
2014-05-22 22:46:53 +00:00
|
|
|
|
year-short{
|
|
|
|
|
dn{"yr."}
|
|
|
|
|
relative{
|
|
|
|
|
"-1"{"last yr."}
|
|
|
|
|
"0"{"this yr."}
|
|
|
|
|
"1"{"next yr."}
|
|
|
|
|
}
|
|
|
|
|
relativeTime{
|
|
|
|
|
future{
|
|
|
|
|
one{"in {0} yr."}
|
|
|
|
|
other{"in {0} yr."}
|
|
|
|
|
}
|
|
|
|
|
past{
|
|
|
|
|
one{"{0} yr. ago"}
|
|
|
|
|
other{"{0} yr. ago"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-01-26 01:14:35 +00:00
|
|
|
|
zone{
|
|
|
|
|
dn{"Time Zone"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-03-04 05:30:55 +00:00
|
|
|
|
listPattern{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
standard{
|
|
|
|
|
2{"{0} and {1}"}
|
|
|
|
|
end{"{0}, and {1}"}
|
|
|
|
|
middle{"{0}, {1}"}
|
|
|
|
|
start{"{0}, {1}"}
|
|
|
|
|
}
|
|
|
|
|
unit{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
2{"{0}, {1}"}
|
|
|
|
|
end{"{0}, {1}"}
|
|
|
|
|
middle{"{0}, {1}"}
|
|
|
|
|
start{"{0}, {1}"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
unit-narrow{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
2{"{0} {1}"}
|
|
|
|
|
end{"{0} {1}"}
|
|
|
|
|
middle{"{0} {1}"}
|
|
|
|
|
start{"{0} {1}"}
|
|
|
|
|
}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
unit-short{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
2{"{0}, {1}"}
|
|
|
|
|
end{"{0}, {1}"}
|
|
|
|
|
middle{"{0}, {1}"}
|
|
|
|
|
start{"{0}, {1}"}
|
|
|
|
|
}
|
2010-03-04 05:30:55 +00:00
|
|
|
|
}
|
2008-05-16 15:01:02 +00:00
|
|
|
|
measurementSystemNames{
|
2010-06-10 17:54:04 +00:00
|
|
|
|
UK{"UK"}
|
2008-05-16 15:01:02 +00:00
|
|
|
|
US{"US"}
|
|
|
|
|
metric{"Metric"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
transformNames{
|
|
|
|
|
BGN{"BGN"}
|
|
|
|
|
Numeric{"Numeric"}
|
|
|
|
|
Tone{"Tone"}
|
|
|
|
|
UNGEGN{"UNGEGN"}
|
|
|
|
|
x-Accents{"Accents"}
|
|
|
|
|
x-Fullwidth{"Fullwidth"}
|
|
|
|
|
x-Halfwidth{"Halfwidth"}
|
|
|
|
|
x-Jamo{"Jamo"}
|
|
|
|
|
x-Pinyin{"Pinyin"}
|
|
|
|
|
x-Publishing{"Publishing"}
|
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
units{
|
2013-07-08 06:51:38 +00:00
|
|
|
|
acceleration{
|
|
|
|
|
g-force{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"g-force"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} g-force"}
|
|
|
|
|
other{"{0} g-force"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
meter-per-second-squared{
|
|
|
|
|
dnam{"meters per second squared"}
|
|
|
|
|
one{"{0} meter per second squared"}
|
|
|
|
|
other{"{0} meters per second squared"}
|
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
angle{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
arc-minute{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"arcminutes"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} arcminute"}
|
|
|
|
|
other{"{0} arcminutes"}
|
|
|
|
|
}
|
|
|
|
|
arc-second{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"arcseconds"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} arcsecond"}
|
|
|
|
|
other{"{0} arcseconds"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
degree{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"degrees"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} degree"}
|
|
|
|
|
other{"{0} degrees"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
radian{
|
|
|
|
|
dnam{"radians"}
|
|
|
|
|
one{"{0} radian"}
|
|
|
|
|
other{"{0} radians"}
|
|
|
|
|
}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
area{
|
|
|
|
|
acre{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"acres"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} acre"}
|
|
|
|
|
other{"{0} acres"}
|
|
|
|
|
}
|
|
|
|
|
hectare{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hectares"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} hectare"}
|
|
|
|
|
other{"{0} hectares"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
square-centimeter{
|
|
|
|
|
dnam{"square centimeters"}
|
|
|
|
|
one{"{0} square centimeter"}
|
|
|
|
|
other{"{0} square centimeters"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
square-foot{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"square feet"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} square foot"}
|
|
|
|
|
other{"{0} square feet"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
square-inch{
|
|
|
|
|
dnam{"square inches"}
|
|
|
|
|
one{"{0} square inch"}
|
|
|
|
|
other{"{0} square inches"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
square-kilometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"square kilometers"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} square kilometer"}
|
|
|
|
|
other{"{0} square kilometers"}
|
|
|
|
|
}
|
|
|
|
|
square-meter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"square meters"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} square meter"}
|
|
|
|
|
other{"{0} square meters"}
|
|
|
|
|
}
|
|
|
|
|
square-mile{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"square miles"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} square mile"}
|
|
|
|
|
other{"{0} square miles"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
square-yard{
|
|
|
|
|
dnam{"square yards"}
|
|
|
|
|
one{"{0} square yard"}
|
|
|
|
|
other{"{0} square yards"}
|
|
|
|
|
}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
compound{
|
|
|
|
|
per{"{0} per {1}"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
consumption{
|
|
|
|
|
liter-per-kilometer{
|
|
|
|
|
dnam{"liters per kilometer"}
|
|
|
|
|
one{"{0} liter per kilometer"}
|
|
|
|
|
other{"{0} liters per kilometer"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-gallon{
|
|
|
|
|
dnam{"miles per gallon"}
|
|
|
|
|
one{"{0} mile per gallon"}
|
|
|
|
|
other{"{0} miles per gallon"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
digital{
|
|
|
|
|
bit{
|
|
|
|
|
dnam{"bits"}
|
|
|
|
|
one{"{0} bit"}
|
|
|
|
|
other{"{0} bits"}
|
|
|
|
|
}
|
|
|
|
|
byte{
|
|
|
|
|
dnam{"bytes"}
|
|
|
|
|
one{"{0} byte"}
|
|
|
|
|
other{"{0} bytes"}
|
|
|
|
|
}
|
|
|
|
|
gigabit{
|
|
|
|
|
dnam{"gigabits"}
|
|
|
|
|
one{"{0} gigabit"}
|
|
|
|
|
other{"{0} gigabits"}
|
|
|
|
|
}
|
|
|
|
|
gigabyte{
|
|
|
|
|
dnam{"gigabytes"}
|
|
|
|
|
one{"{0} gigabyte"}
|
|
|
|
|
other{"{0} gigabytes"}
|
|
|
|
|
}
|
|
|
|
|
kilobit{
|
|
|
|
|
dnam{"kilobits"}
|
|
|
|
|
one{"{0} kilobit"}
|
|
|
|
|
other{"{0} kilobits"}
|
|
|
|
|
}
|
|
|
|
|
kilobyte{
|
|
|
|
|
dnam{"kilobytes"}
|
|
|
|
|
one{"{0} kilobyte"}
|
|
|
|
|
other{"{0} kilobytes"}
|
|
|
|
|
}
|
|
|
|
|
megabit{
|
|
|
|
|
dnam{"megabits"}
|
|
|
|
|
one{"{0} megabit"}
|
|
|
|
|
other{"{0} megabits"}
|
|
|
|
|
}
|
|
|
|
|
megabyte{
|
|
|
|
|
dnam{"megabytes"}
|
|
|
|
|
one{"{0} megabyte"}
|
|
|
|
|
other{"{0} megabytes"}
|
|
|
|
|
}
|
|
|
|
|
terabit{
|
|
|
|
|
dnam{"terabits"}
|
|
|
|
|
one{"{0} terabit"}
|
|
|
|
|
other{"{0} terabits"}
|
|
|
|
|
}
|
|
|
|
|
terabyte{
|
|
|
|
|
dnam{"terabytes"}
|
|
|
|
|
one{"{0} terabyte"}
|
|
|
|
|
other{"{0} terabytes"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
duration{
|
|
|
|
|
day{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"days"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} day"}
|
|
|
|
|
other{"{0} days"}
|
|
|
|
|
}
|
|
|
|
|
hour{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hours"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} hour"}
|
|
|
|
|
other{"{0} hours"}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
per{"{0} per hour"}
|
|
|
|
|
}
|
|
|
|
|
microsecond{
|
|
|
|
|
dnam{"microseconds"}
|
|
|
|
|
one{"{0} microsecond"}
|
|
|
|
|
other{"{0} microseconds"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
|
|
|
|
millisecond{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"milliseconds"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} millisecond"}
|
|
|
|
|
other{"{0} milliseconds"}
|
|
|
|
|
}
|
|
|
|
|
minute{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"minutes"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} minute"}
|
|
|
|
|
other{"{0} minutes"}
|
|
|
|
|
}
|
|
|
|
|
month{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"months"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} month"}
|
|
|
|
|
other{"{0} months"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
nanosecond{
|
|
|
|
|
dnam{"nanoseconds"}
|
|
|
|
|
one{"{0} nanosecond"}
|
|
|
|
|
other{"{0} nanoseconds"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
second{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"seconds"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} second"}
|
|
|
|
|
other{"{0} seconds"}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
per{"{0} per second"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
|
|
|
|
week{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"weeks"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} week"}
|
|
|
|
|
other{"{0} weeks"}
|
|
|
|
|
}
|
|
|
|
|
year{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"years"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} year"}
|
|
|
|
|
other{"{0} years"}
|
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
electric{
|
|
|
|
|
ampere{
|
|
|
|
|
dnam{"amperes"}
|
|
|
|
|
one{"{0} ampere"}
|
|
|
|
|
other{"{0} amperes"}
|
|
|
|
|
}
|
|
|
|
|
milliampere{
|
|
|
|
|
dnam{"milliamperes"}
|
|
|
|
|
one{"{0} milliampere"}
|
|
|
|
|
other{"{0} milliamperes"}
|
|
|
|
|
}
|
|
|
|
|
ohm{
|
|
|
|
|
dnam{"ohms"}
|
|
|
|
|
one{"{0} ohm"}
|
|
|
|
|
other{"{0} ohms"}
|
|
|
|
|
}
|
|
|
|
|
volt{
|
|
|
|
|
dnam{"volts"}
|
|
|
|
|
one{"{0} volt"}
|
|
|
|
|
other{"{0} volts"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
energy{
|
|
|
|
|
calorie{
|
|
|
|
|
dnam{"calories"}
|
|
|
|
|
one{"{0} calorie"}
|
|
|
|
|
other{"{0} calories"}
|
|
|
|
|
}
|
|
|
|
|
foodcalorie{
|
|
|
|
|
dnam{"Calories"}
|
|
|
|
|
one{"{0} Calorie"}
|
|
|
|
|
other{"{0} Calories"}
|
|
|
|
|
}
|
|
|
|
|
joule{
|
|
|
|
|
dnam{"joules"}
|
|
|
|
|
one{"{0} joule"}
|
|
|
|
|
other{"{0} joules"}
|
|
|
|
|
}
|
|
|
|
|
kilocalorie{
|
|
|
|
|
dnam{"kilocalories"}
|
|
|
|
|
one{"{0} kilocalorie"}
|
|
|
|
|
other{"{0} kilocalories"}
|
|
|
|
|
}
|
|
|
|
|
kilojoule{
|
|
|
|
|
dnam{"kilojoules"}
|
|
|
|
|
one{"{0} kilojoule"}
|
|
|
|
|
other{"{0} kilojoules"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt-hour{
|
|
|
|
|
dnam{"kilowatt-hours"}
|
|
|
|
|
one{"{0} kilowatt hour"}
|
|
|
|
|
other{"{0} kilowatt-hours"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
frequency{
|
|
|
|
|
gigahertz{
|
|
|
|
|
dnam{"gigahertz"}
|
|
|
|
|
one{"{0} gigahertz"}
|
|
|
|
|
other{"{0} gigahertz"}
|
|
|
|
|
}
|
|
|
|
|
hertz{
|
|
|
|
|
dnam{"hertz"}
|
|
|
|
|
one{"{0} hertz"}
|
|
|
|
|
other{"{0} hertz"}
|
|
|
|
|
}
|
|
|
|
|
kilohertz{
|
|
|
|
|
dnam{"kilohertz"}
|
|
|
|
|
one{"{0} kilohertz"}
|
|
|
|
|
other{"{0} kilohertz"}
|
|
|
|
|
}
|
|
|
|
|
megahertz{
|
|
|
|
|
dnam{"megahertz"}
|
|
|
|
|
one{"{0} megahertz"}
|
|
|
|
|
other{"{0} megahertz"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
length{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
astronomical-unit{
|
|
|
|
|
dnam{"astronomical units"}
|
|
|
|
|
one{"{0} astronomical unit"}
|
|
|
|
|
other{"{0} astronomical units"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
centimeter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"centimeters"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} centimeter"}
|
|
|
|
|
other{"{0} centimeters"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
decimeter{
|
|
|
|
|
dnam{"decimeters"}
|
|
|
|
|
one{"{0} decimeter"}
|
|
|
|
|
other{"{0} decimeters"}
|
|
|
|
|
}
|
|
|
|
|
fathom{
|
|
|
|
|
dnam{"fathoms"}
|
|
|
|
|
one{"{0} fathom"}
|
|
|
|
|
other{"{0} fathoms"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
foot{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"feet"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} foot"}
|
|
|
|
|
other{"{0} feet"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
furlong{
|
|
|
|
|
dnam{"furlongs"}
|
|
|
|
|
one{"{0} furlong"}
|
|
|
|
|
other{"{0} furlongs"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
inch{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"inches"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} inch"}
|
|
|
|
|
other{"{0} inches"}
|
|
|
|
|
}
|
|
|
|
|
kilometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"kilometers"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} kilometer"}
|
|
|
|
|
other{"{0} kilometers"}
|
|
|
|
|
}
|
|
|
|
|
light-year{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"light years"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} light year"}
|
|
|
|
|
other{"{0} light years"}
|
|
|
|
|
}
|
|
|
|
|
meter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"meters"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} meter"}
|
|
|
|
|
other{"{0} meters"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
micrometer{
|
|
|
|
|
dnam{"micrometers"}
|
|
|
|
|
one{"{0} micrometer"}
|
|
|
|
|
other{"{0} micrometers"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
mile{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"miles"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} mile"}
|
|
|
|
|
other{"{0} miles"}
|
|
|
|
|
}
|
|
|
|
|
millimeter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"millimeters"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} millimeter"}
|
|
|
|
|
other{"{0} millimeters"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
nanometer{
|
|
|
|
|
dnam{"nanometers"}
|
|
|
|
|
one{"{0} nanometer"}
|
|
|
|
|
other{"{0} nanometers"}
|
|
|
|
|
}
|
|
|
|
|
nautical-mile{
|
|
|
|
|
dnam{"nautical miles"}
|
|
|
|
|
one{"{0} nautical mile"}
|
|
|
|
|
other{"{0} nautical miles"}
|
|
|
|
|
}
|
|
|
|
|
parsec{
|
|
|
|
|
dnam{"parsecs"}
|
|
|
|
|
one{"{0} parsec"}
|
|
|
|
|
other{"{0} parsecs"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
picometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"picometers"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} picometer"}
|
|
|
|
|
other{"{0} picometers"}
|
|
|
|
|
}
|
|
|
|
|
yard{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"yards"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} yard"}
|
|
|
|
|
other{"{0} yards"}
|
|
|
|
|
}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
light{
|
|
|
|
|
lux{
|
|
|
|
|
dnam{"lux"}
|
|
|
|
|
one{"{0} lux"}
|
|
|
|
|
other{"{0} lux"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
mass{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
carat{
|
|
|
|
|
dnam{"carats"}
|
|
|
|
|
one{"{0} carat"}
|
|
|
|
|
other{"{0} carats"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
gram{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"grams"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} gram"}
|
|
|
|
|
other{"{0} grams"}
|
|
|
|
|
}
|
|
|
|
|
kilogram{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"kilograms"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} kilogram"}
|
|
|
|
|
other{"{0} kilograms"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
metric-ton{
|
|
|
|
|
dnam{"metric tons"}
|
|
|
|
|
one{"{0} metric ton"}
|
|
|
|
|
other{"{0} metric tons"}
|
|
|
|
|
}
|
|
|
|
|
microgram{
|
|
|
|
|
dnam{"micrograms"}
|
|
|
|
|
one{"{0} microgram"}
|
|
|
|
|
other{"{0} micrograms"}
|
|
|
|
|
}
|
|
|
|
|
milligram{
|
|
|
|
|
dnam{"milligrams"}
|
|
|
|
|
one{"{0} milligram"}
|
|
|
|
|
other{"{0} milligrams"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
ounce{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"ounces"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} ounce"}
|
|
|
|
|
other{"{0} ounces"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
ounce-troy{
|
|
|
|
|
dnam{"troy ounces"}
|
|
|
|
|
one{"{0} troy ounce"}
|
|
|
|
|
other{"{0} troy ounces"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
pound{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"pounds"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} pound"}
|
|
|
|
|
other{"{0} pounds"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
stone{
|
|
|
|
|
dnam{"stones"}
|
|
|
|
|
one{"{0} stone"}
|
|
|
|
|
other{"{0} stones"}
|
|
|
|
|
}
|
|
|
|
|
ton{
|
|
|
|
|
dnam{"tons"}
|
|
|
|
|
one{"{0} ton"}
|
|
|
|
|
other{"{0} tons"}
|
|
|
|
|
}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
power{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
gigawatt{
|
|
|
|
|
dnam{"gigawatts"}
|
|
|
|
|
one{"{0} gigawatt"}
|
|
|
|
|
other{"{0} gigawatts"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
horsepower{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"horsepower"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} horsepower"}
|
|
|
|
|
other{"{0} horsepower"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"kilowatts"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} kilowatt"}
|
|
|
|
|
other{"{0} kilowatts"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
megawatt{
|
|
|
|
|
dnam{"megawatts"}
|
|
|
|
|
one{"{0} megawatt"}
|
|
|
|
|
other{"{0} megawatts"}
|
|
|
|
|
}
|
|
|
|
|
milliwatt{
|
|
|
|
|
dnam{"milliwatts"}
|
|
|
|
|
one{"{0} milliwatt"}
|
|
|
|
|
other{"{0} milliwatts"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
watt{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"watts"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} watt"}
|
|
|
|
|
other{"{0} watts"}
|
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
pressure{
|
|
|
|
|
hectopascal{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hectopascals"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} hectopascal"}
|
|
|
|
|
other{"{0} hectopascals"}
|
|
|
|
|
}
|
|
|
|
|
inch-hg{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"inches of mercury"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} inch of mercury"}
|
|
|
|
|
other{"{0} inches of mercury"}
|
|
|
|
|
}
|
|
|
|
|
millibar{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"millibars"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} millibar"}
|
|
|
|
|
other{"{0} millibars"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
millimeter-of-mercury{
|
|
|
|
|
dnam{"millimeters of mercury"}
|
|
|
|
|
one{"{0} millimeter of mercury"}
|
|
|
|
|
other{"{0} millimeters of mercury"}
|
|
|
|
|
}
|
|
|
|
|
pound-per-square-inch{
|
|
|
|
|
dnam{"pounds per square inch"}
|
|
|
|
|
one{"{0} pound per square inch"}
|
|
|
|
|
other{"{0} pounds per square inch"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
proportion{
|
|
|
|
|
karat{
|
|
|
|
|
dnam{"karats"}
|
|
|
|
|
one{"{0} karat"}
|
|
|
|
|
other{"{0} karats"}
|
|
|
|
|
}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
speed{
|
|
|
|
|
kilometer-per-hour{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"kilometers per hour"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} kilometer per hour"}
|
|
|
|
|
other{"{0} kilometers per hour"}
|
|
|
|
|
}
|
|
|
|
|
meter-per-second{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"meters per second"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} meter per second"}
|
|
|
|
|
other{"{0} meters per second"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-hour{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"miles per hour"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} mile per hour"}
|
|
|
|
|
other{"{0} miles per hour"}
|
|
|
|
|
}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
temperature{
|
|
|
|
|
celsius{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"degrees Celsius"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} degree Celsius"}
|
|
|
|
|
other{"{0} degrees Celsius"}
|
|
|
|
|
}
|
|
|
|
|
fahrenheit{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"degrees Fahrenheit"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} degree Fahrenheit"}
|
|
|
|
|
other{"{0} degrees Fahrenheit"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
kelvin{
|
|
|
|
|
dnam{"kelvins"}
|
|
|
|
|
one{"{0} kelvin"}
|
|
|
|
|
other{"{0} kelvins"}
|
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
volume{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
acre-foot{
|
|
|
|
|
dnam{"acre-feet"}
|
|
|
|
|
one{"{0} acre-foot"}
|
|
|
|
|
other{"{0} acre-feet"}
|
|
|
|
|
}
|
|
|
|
|
bushel{
|
|
|
|
|
dnam{"bushels"}
|
|
|
|
|
one{"{0} bushel"}
|
|
|
|
|
other{"{0} bushels"}
|
|
|
|
|
}
|
|
|
|
|
centiliter{
|
|
|
|
|
dnam{"centiliters"}
|
|
|
|
|
one{"{0} centiliter"}
|
|
|
|
|
other{"{0} centiliters"}
|
|
|
|
|
}
|
|
|
|
|
cubic-centimeter{
|
|
|
|
|
dnam{"cubic centimeters"}
|
|
|
|
|
one{"{0} cubic centimeter"}
|
|
|
|
|
other{"{0} cubic centimeters"}
|
|
|
|
|
}
|
|
|
|
|
cubic-foot{
|
|
|
|
|
dnam{"cubic feet"}
|
|
|
|
|
one{"{0} cubic foot"}
|
|
|
|
|
other{"{0} cubic feet"}
|
|
|
|
|
}
|
|
|
|
|
cubic-inch{
|
|
|
|
|
dnam{"cubic inches"}
|
|
|
|
|
one{"{0} cubic inch"}
|
|
|
|
|
other{"{0} cubic inches"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
cubic-kilometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"cubic kilometers"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} cubic kilometer"}
|
|
|
|
|
other{"{0} cubic kilometers"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
cubic-meter{
|
|
|
|
|
dnam{"cubic meters"}
|
|
|
|
|
one{"{0} cubic meter"}
|
|
|
|
|
other{"{0} cubic meters"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
cubic-mile{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"cubic miles"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} cubic mile"}
|
|
|
|
|
other{"{0} cubic miles"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
cubic-yard{
|
|
|
|
|
dnam{"cubic yards"}
|
|
|
|
|
one{"{0} cubic yard"}
|
|
|
|
|
other{"{0} cubic yards"}
|
|
|
|
|
}
|
|
|
|
|
cup{
|
|
|
|
|
dnam{"cups"}
|
|
|
|
|
one{"{0} cup"}
|
|
|
|
|
other{"{0} cups"}
|
|
|
|
|
}
|
|
|
|
|
deciliter{
|
|
|
|
|
dnam{"deciliters"}
|
|
|
|
|
one{"{0} deciliter"}
|
|
|
|
|
other{"{0} deciliters"}
|
|
|
|
|
}
|
|
|
|
|
fluid-ounce{
|
|
|
|
|
dnam{"fluid ounces"}
|
|
|
|
|
one{"{0} fluid ounce"}
|
|
|
|
|
other{"{0} fluid ounces"}
|
|
|
|
|
}
|
|
|
|
|
gallon{
|
|
|
|
|
dnam{"gallons"}
|
|
|
|
|
one{"{0} gallon"}
|
|
|
|
|
other{"{0} gallons"}
|
|
|
|
|
}
|
|
|
|
|
hectoliter{
|
|
|
|
|
dnam{"hectoliters"}
|
|
|
|
|
one{"{0} hectoliter"}
|
|
|
|
|
other{"{0} hectoliters"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
liter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"liters"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} liter"}
|
|
|
|
|
other{"{0} liters"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
megaliter{
|
|
|
|
|
dnam{"megaliters"}
|
|
|
|
|
one{"{0} megaliter"}
|
|
|
|
|
other{"{0} megaliters"}
|
|
|
|
|
}
|
|
|
|
|
milliliter{
|
|
|
|
|
dnam{"milliliters"}
|
|
|
|
|
one{"{0} milliliter"}
|
|
|
|
|
other{"{0} milliliters"}
|
|
|
|
|
}
|
|
|
|
|
pint{
|
|
|
|
|
dnam{"pints"}
|
|
|
|
|
one{"{0} pint"}
|
|
|
|
|
other{"{0} pints"}
|
|
|
|
|
}
|
|
|
|
|
quart{
|
|
|
|
|
dnam{"quarts"}
|
|
|
|
|
one{"{0} quart"}
|
|
|
|
|
other{"{0} quarts"}
|
|
|
|
|
}
|
|
|
|
|
tablespoon{
|
|
|
|
|
dnam{"tablespoons"}
|
|
|
|
|
one{"{0} tablespoon"}
|
|
|
|
|
other{"{0} tablespoons"}
|
|
|
|
|
}
|
|
|
|
|
teaspoon{
|
|
|
|
|
dnam{"teaspoons"}
|
|
|
|
|
one{"{0} teaspoon"}
|
|
|
|
|
other{"{0} teaspoons"}
|
|
|
|
|
}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
unitsNarrow{
|
|
|
|
|
acceleration{
|
|
|
|
|
g-force{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"g-force"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}G"}
|
|
|
|
|
other{"{0}Gs"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
meter-per-second-squared{
|
|
|
|
|
dnam{"m/s²"}
|
|
|
|
|
one{"{0}m/s²"}
|
|
|
|
|
other{"{0}m/s²"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
angle{
|
|
|
|
|
arc-minute{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"arcmin"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}′"}
|
|
|
|
|
other{"{0}′"}
|
|
|
|
|
}
|
|
|
|
|
arc-second{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"arcsec"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}″"}
|
|
|
|
|
other{"{0}″"}
|
|
|
|
|
}
|
|
|
|
|
degree{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"deg"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}°"}
|
|
|
|
|
other{"{0}°"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
radian{
|
|
|
|
|
dnam{"rad"}
|
|
|
|
|
one{"{0}rad"}
|
|
|
|
|
other{"{0}rad"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
area{
|
|
|
|
|
acre{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"acre"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}ac"}
|
|
|
|
|
other{"{0}ac"}
|
|
|
|
|
}
|
|
|
|
|
hectare{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hectare"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}ha"}
|
|
|
|
|
other{"{0}ha"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
square-centimeter{
|
|
|
|
|
dnam{"cm²"}
|
|
|
|
|
one{"{0}cm²"}
|
|
|
|
|
other{"{0}cm²"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
square-foot{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"ft²"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}ft²"}
|
|
|
|
|
other{"{0}ft²"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
square-inch{
|
|
|
|
|
dnam{"in²"}
|
|
|
|
|
one{"{0}in²"}
|
|
|
|
|
other{"{0}in²"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
square-mile{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"mi²"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}mi²"}
|
|
|
|
|
other{"{0}mi²"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
square-yard{
|
|
|
|
|
dnam{"yd²"}
|
|
|
|
|
one{"{0}yd²"}
|
|
|
|
|
other{"{0}yd²"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
consumption{
|
|
|
|
|
liter-per-kilometer{
|
|
|
|
|
dnam{"L/km"}
|
|
|
|
|
one{"{0}L/km"}
|
|
|
|
|
other{"{0}L/km"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-gallon{
|
|
|
|
|
dnam{"mpg"}
|
|
|
|
|
one{"{0}mpg"}
|
|
|
|
|
other{"{0}mpg"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
digital{
|
|
|
|
|
bit{
|
|
|
|
|
dnam{"bit"}
|
|
|
|
|
one{"{0}bit"}
|
|
|
|
|
other{"{0}bit"}
|
|
|
|
|
}
|
|
|
|
|
byte{
|
|
|
|
|
dnam{"byte"}
|
|
|
|
|
one{"{0}byte"}
|
|
|
|
|
other{"{0}byte"}
|
|
|
|
|
}
|
|
|
|
|
gigabit{
|
|
|
|
|
dnam{"Gbit"}
|
|
|
|
|
one{"{0}Gb"}
|
|
|
|
|
other{"{0}Gb"}
|
|
|
|
|
}
|
|
|
|
|
gigabyte{
|
|
|
|
|
dnam{"GByte"}
|
|
|
|
|
one{"{0}GB"}
|
|
|
|
|
other{"{0}GB"}
|
|
|
|
|
}
|
|
|
|
|
kilobit{
|
|
|
|
|
dnam{"kbit"}
|
|
|
|
|
one{"{0}kb"}
|
|
|
|
|
other{"{0}kb"}
|
|
|
|
|
}
|
|
|
|
|
kilobyte{
|
|
|
|
|
dnam{"kByte"}
|
|
|
|
|
one{"{0}kB"}
|
|
|
|
|
other{"{0}kB"}
|
|
|
|
|
}
|
|
|
|
|
megabit{
|
|
|
|
|
dnam{"Mbit"}
|
|
|
|
|
one{"{0}Mb"}
|
|
|
|
|
other{"{0}Mb"}
|
|
|
|
|
}
|
|
|
|
|
megabyte{
|
|
|
|
|
dnam{"MByte"}
|
|
|
|
|
one{"{0}MB"}
|
|
|
|
|
other{"{0}MB"}
|
|
|
|
|
}
|
|
|
|
|
terabit{
|
|
|
|
|
dnam{"Tbit"}
|
|
|
|
|
one{"{0}Tb"}
|
|
|
|
|
other{"{0}Tb"}
|
|
|
|
|
}
|
|
|
|
|
terabyte{
|
|
|
|
|
dnam{"TByte"}
|
|
|
|
|
one{"{0}TB"}
|
|
|
|
|
other{"{0}TB"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
duration{
|
|
|
|
|
day{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"day"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}d"}
|
|
|
|
|
other{"{0}d"}
|
|
|
|
|
}
|
|
|
|
|
hour{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hour"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}h"}
|
|
|
|
|
other{"{0}h"}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
per{"{0}/h"}
|
|
|
|
|
}
|
|
|
|
|
microsecond{
|
|
|
|
|
dnam{"μsec"}
|
|
|
|
|
one{"{0}μs"}
|
|
|
|
|
other{"{0}μs"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
millisecond{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"msec"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}ms"}
|
|
|
|
|
other{"{0}ms"}
|
|
|
|
|
}
|
|
|
|
|
minute{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"min"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}m"}
|
|
|
|
|
other{"{0}m"}
|
|
|
|
|
}
|
|
|
|
|
month{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"month"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}m"}
|
|
|
|
|
other{"{0}m"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
nanosecond{
|
|
|
|
|
dnam{"ns"}
|
|
|
|
|
one{"{0}ns"}
|
|
|
|
|
other{"{0}ns"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
second{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"sec"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}s"}
|
|
|
|
|
other{"{0}s"}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
per{"{0}/s"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
week{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"wk"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}w"}
|
|
|
|
|
other{"{0}w"}
|
|
|
|
|
}
|
|
|
|
|
year{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"yr"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}y"}
|
|
|
|
|
other{"{0}y"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
electric{
|
|
|
|
|
ampere{
|
|
|
|
|
dnam{"amp"}
|
|
|
|
|
one{"{0}A"}
|
|
|
|
|
other{"{0}A"}
|
|
|
|
|
}
|
|
|
|
|
milliampere{
|
|
|
|
|
dnam{"mA"}
|
|
|
|
|
one{"{0}mA"}
|
|
|
|
|
other{"{0}mA"}
|
|
|
|
|
}
|
|
|
|
|
ohm{
|
|
|
|
|
dnam{"ohm"}
|
|
|
|
|
one{"{0}Ω"}
|
|
|
|
|
other{"{0}Ω"}
|
|
|
|
|
}
|
|
|
|
|
volt{
|
|
|
|
|
dnam{"volt"}
|
|
|
|
|
one{"{0}V"}
|
|
|
|
|
other{"{0}V"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
energy{
|
|
|
|
|
calorie{
|
|
|
|
|
dnam{"cal"}
|
|
|
|
|
one{"{0}cal"}
|
|
|
|
|
other{"{0}cal"}
|
|
|
|
|
}
|
|
|
|
|
foodcalorie{
|
|
|
|
|
dnam{"Cal"}
|
|
|
|
|
one{"{0}Cal"}
|
|
|
|
|
other{"{0}Cal"}
|
|
|
|
|
}
|
|
|
|
|
joule{
|
|
|
|
|
dnam{"joule"}
|
|
|
|
|
one{"{0}J"}
|
|
|
|
|
other{"{0}J"}
|
|
|
|
|
}
|
|
|
|
|
kilocalorie{
|
|
|
|
|
dnam{"kcal"}
|
|
|
|
|
one{"{0}kcal"}
|
|
|
|
|
other{"{0}kcal"}
|
|
|
|
|
}
|
|
|
|
|
kilojoule{
|
|
|
|
|
dnam{"kJ"}
|
|
|
|
|
one{"{0}kJ"}
|
|
|
|
|
other{"{0}kJ"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt-hour{
|
|
|
|
|
dnam{"kWh"}
|
|
|
|
|
one{"{0}kWh"}
|
|
|
|
|
other{"{0}kWh"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
frequency{
|
|
|
|
|
gigahertz{
|
|
|
|
|
dnam{"GHz"}
|
|
|
|
|
one{"{0}GHz"}
|
|
|
|
|
other{"{0}GHz"}
|
|
|
|
|
}
|
|
|
|
|
hertz{
|
|
|
|
|
dnam{"Hz"}
|
|
|
|
|
one{"{0}Hz"}
|
|
|
|
|
other{"{0}Hz"}
|
|
|
|
|
}
|
|
|
|
|
kilohertz{
|
|
|
|
|
dnam{"kHz"}
|
|
|
|
|
one{"{0}kHz"}
|
|
|
|
|
other{"{0}kHz"}
|
|
|
|
|
}
|
|
|
|
|
megahertz{
|
|
|
|
|
dnam{"MHz"}
|
|
|
|
|
one{"{0}MHz"}
|
|
|
|
|
other{"{0}MHz"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
length{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
astronomical-unit{
|
|
|
|
|
dnam{"au"}
|
|
|
|
|
one{"{0}au"}
|
|
|
|
|
other{"{0}au"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
centimeter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"cm"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}cm"}
|
|
|
|
|
other{"{0}cm"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
decimeter{
|
|
|
|
|
dnam{"dm"}
|
|
|
|
|
one{"{0}dm"}
|
|
|
|
|
other{"{0}dm"}
|
|
|
|
|
}
|
|
|
|
|
fathom{
|
|
|
|
|
dnam{"fathom"}
|
|
|
|
|
one{"{0}fm"}
|
|
|
|
|
other{"{0}fm"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
foot{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"ft"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}′"}
|
|
|
|
|
other{"{0}′"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
furlong{
|
|
|
|
|
dnam{"furlong"}
|
|
|
|
|
one{"{0}fur"}
|
|
|
|
|
other{"{0}fur"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
inch{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"in"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}″"}
|
|
|
|
|
other{"{0}″"}
|
|
|
|
|
}
|
|
|
|
|
kilometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"km"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}km"}
|
|
|
|
|
other{"{0}km"}
|
|
|
|
|
}
|
|
|
|
|
light-year{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"ly"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}ly"}
|
|
|
|
|
other{"{0}ly"}
|
|
|
|
|
}
|
|
|
|
|
meter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"meter"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}m"}
|
|
|
|
|
other{"{0}m"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
micrometer{
|
|
|
|
|
dnam{"µm"}
|
|
|
|
|
one{"{0}µm"}
|
|
|
|
|
other{"{0}µm"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
mile{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"mi"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}mi"}
|
|
|
|
|
other{"{0}mi"}
|
|
|
|
|
}
|
|
|
|
|
millimeter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"mm"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}mm"}
|
|
|
|
|
other{"{0}mm"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
nanometer{
|
|
|
|
|
dnam{"nm"}
|
|
|
|
|
one{"{0}nm"}
|
|
|
|
|
other{"{0}nm"}
|
|
|
|
|
}
|
|
|
|
|
nautical-mile{
|
|
|
|
|
dnam{"nmi"}
|
|
|
|
|
one{"{0}nmi"}
|
|
|
|
|
other{"{0}nmi"}
|
|
|
|
|
}
|
|
|
|
|
parsec{
|
|
|
|
|
dnam{"parsec"}
|
|
|
|
|
one{"{0}pc"}
|
|
|
|
|
other{"{0}pc"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
picometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"pm"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}pm"}
|
|
|
|
|
other{"{0}pm"}
|
|
|
|
|
}
|
|
|
|
|
yard{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"yd"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}yd"}
|
|
|
|
|
other{"{0}yd"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
light{
|
|
|
|
|
lux{
|
|
|
|
|
dnam{"lux"}
|
|
|
|
|
one{"{0}lx"}
|
|
|
|
|
other{"{0}lx"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
mass{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
carat{
|
|
|
|
|
dnam{"carat"}
|
|
|
|
|
one{"{0}CD"}
|
|
|
|
|
other{"{0}CD"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
gram{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"gram"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}g"}
|
|
|
|
|
other{"{0}g"}
|
|
|
|
|
}
|
|
|
|
|
kilogram{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"kg"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}kg"}
|
|
|
|
|
other{"{0}kg"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
metric-ton{
|
|
|
|
|
dnam{"t"}
|
|
|
|
|
one{"{0}t"}
|
|
|
|
|
other{"{0}t"}
|
|
|
|
|
}
|
|
|
|
|
microgram{
|
|
|
|
|
dnam{"µg"}
|
|
|
|
|
one{"{0}µg"}
|
|
|
|
|
other{"{0}µg"}
|
|
|
|
|
}
|
|
|
|
|
milligram{
|
|
|
|
|
dnam{"mg"}
|
|
|
|
|
one{"{0}mg"}
|
|
|
|
|
other{"{0}mg"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
ounce{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"oz"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}oz"}
|
|
|
|
|
other{"{0}oz"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
ounce-troy{
|
|
|
|
|
dnam{"oz t"}
|
|
|
|
|
one{"{0}oz t"}
|
|
|
|
|
other{"{0}oz t"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
pound{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"lb"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}#"}
|
|
|
|
|
other{"{0}#"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
stone{
|
|
|
|
|
dnam{"stone"}
|
|
|
|
|
one{"{0}st"}
|
|
|
|
|
other{"{0}st"}
|
|
|
|
|
}
|
|
|
|
|
ton{
|
|
|
|
|
dnam{"ton"}
|
|
|
|
|
one{"{0}tn"}
|
|
|
|
|
other{"{0}tn"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
power{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
gigawatt{
|
|
|
|
|
dnam{"GW"}
|
|
|
|
|
one{"{0}GW"}
|
|
|
|
|
other{"{0}GW"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
horsepower{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hp"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}hp"}
|
|
|
|
|
other{"{0}hp"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"kW"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}kW"}
|
|
|
|
|
other{"{0}kW"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
megawatt{
|
|
|
|
|
dnam{"MW"}
|
|
|
|
|
one{"{0}MW"}
|
|
|
|
|
other{"{0}MW"}
|
|
|
|
|
}
|
|
|
|
|
milliwatt{
|
|
|
|
|
dnam{"mW"}
|
|
|
|
|
one{"{0}mW"}
|
|
|
|
|
other{"{0}mW"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
watt{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"watt"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}W"}
|
|
|
|
|
other{"{0}W"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
pressure{
|
|
|
|
|
hectopascal{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hPa"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}hPa"}
|
|
|
|
|
other{"{0}hPa"}
|
|
|
|
|
}
|
|
|
|
|
inch-hg{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"″ Hg"}
|
|
|
|
|
one{"{0}″ Hg"}
|
|
|
|
|
other{"{0}″ Hg"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
millibar{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"mbar"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}mb"}
|
|
|
|
|
other{"{0}mb"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
millimeter-of-mercury{
|
|
|
|
|
dnam{"mm Hg"}
|
|
|
|
|
one{"{0}mm Hg"}
|
|
|
|
|
other{"{0}mm Hg"}
|
|
|
|
|
}
|
|
|
|
|
pound-per-square-inch{
|
|
|
|
|
dnam{"psi"}
|
|
|
|
|
one{"{0}psi"}
|
|
|
|
|
other{"{0}psi"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
proportion{
|
|
|
|
|
karat{
|
|
|
|
|
dnam{"karat"}
|
|
|
|
|
one{"{0}kt"}
|
|
|
|
|
other{"{0}kt"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
speed{
|
|
|
|
|
kilometer-per-hour{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"km/hr"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}kph"}
|
|
|
|
|
other{"{0}kph"}
|
|
|
|
|
}
|
|
|
|
|
meter-per-second{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"m/s"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}m/s"}
|
|
|
|
|
other{"{0}m/s"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-hour{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"mi/hr"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}mph"}
|
|
|
|
|
other{"{0}mph"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
temperature{
|
|
|
|
|
celsius{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"°C"}
|
2014-03-12 04:34:00 +00:00
|
|
|
|
one{"{0}°C"}
|
|
|
|
|
other{"{0}°C"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
fahrenheit{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"°F"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}°"}
|
|
|
|
|
other{"{0}°"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
kelvin{
|
|
|
|
|
dnam{"K"}
|
|
|
|
|
one{"{0}K"}
|
|
|
|
|
other{"{0}K"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
volume{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
acre-foot{
|
|
|
|
|
dnam{"acre ft"}
|
|
|
|
|
one{"{0}ac ft"}
|
|
|
|
|
other{"{0}ac ft"}
|
|
|
|
|
}
|
|
|
|
|
bushel{
|
|
|
|
|
dnam{"bushel"}
|
|
|
|
|
one{"{0}bu"}
|
|
|
|
|
other{"{0}bu"}
|
|
|
|
|
}
|
|
|
|
|
centiliter{
|
|
|
|
|
dnam{"cL"}
|
|
|
|
|
one{"{0}cL"}
|
|
|
|
|
other{"{0}cL"}
|
|
|
|
|
}
|
|
|
|
|
cubic-centimeter{
|
|
|
|
|
dnam{"cm³"}
|
|
|
|
|
one{"{0}cm³"}
|
|
|
|
|
other{"{0}cm³"}
|
|
|
|
|
}
|
|
|
|
|
cubic-foot{
|
|
|
|
|
dnam{"ft³"}
|
|
|
|
|
one{"{0}ft³"}
|
|
|
|
|
other{"{0}ft³"}
|
|
|
|
|
}
|
|
|
|
|
cubic-inch{
|
|
|
|
|
dnam{"in³"}
|
|
|
|
|
one{"{0}in³"}
|
|
|
|
|
other{"{0}in³"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
cubic-kilometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"km³"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}km³"}
|
|
|
|
|
other{"{0}km³"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
cubic-meter{
|
|
|
|
|
dnam{"m³"}
|
|
|
|
|
one{"{0}m³"}
|
|
|
|
|
other{"{0}m³"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
cubic-mile{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"mi³"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}mi³"}
|
|
|
|
|
other{"{0}mi³"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
cubic-yard{
|
|
|
|
|
dnam{"yd³"}
|
|
|
|
|
one{"{0}yd³"}
|
|
|
|
|
other{"{0}yd³"}
|
|
|
|
|
}
|
|
|
|
|
cup{
|
|
|
|
|
dnam{"cup"}
|
|
|
|
|
one{"{0}c"}
|
|
|
|
|
other{"{0}c"}
|
|
|
|
|
}
|
|
|
|
|
deciliter{
|
|
|
|
|
dnam{"dL"}
|
|
|
|
|
one{"{0}dL"}
|
|
|
|
|
other{"{0}dL"}
|
|
|
|
|
}
|
|
|
|
|
fluid-ounce{
|
|
|
|
|
dnam{"fl oz"}
|
|
|
|
|
one{"{0}fl oz"}
|
|
|
|
|
other{"{0}fl oz"}
|
|
|
|
|
}
|
|
|
|
|
gallon{
|
|
|
|
|
dnam{"gal"}
|
|
|
|
|
one{"{0}gal"}
|
|
|
|
|
other{"{0}gal"}
|
|
|
|
|
}
|
|
|
|
|
hectoliter{
|
|
|
|
|
dnam{"hL"}
|
|
|
|
|
one{"{0}hL"}
|
|
|
|
|
other{"{0}hL"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
liter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"liter"}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
one{"{0}l"}
|
|
|
|
|
other{"{0}l"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
megaliter{
|
|
|
|
|
dnam{"ML"}
|
|
|
|
|
one{"{0}ML"}
|
|
|
|
|
other{"{0}ML"}
|
|
|
|
|
}
|
|
|
|
|
milliliter{
|
|
|
|
|
dnam{"mL"}
|
|
|
|
|
one{"{0}mL"}
|
|
|
|
|
other{"{0}mL"}
|
|
|
|
|
}
|
|
|
|
|
pint{
|
|
|
|
|
dnam{"pt"}
|
|
|
|
|
one{"{0}pt"}
|
|
|
|
|
other{"{0}pt"}
|
|
|
|
|
}
|
|
|
|
|
quart{
|
|
|
|
|
dnam{"qt"}
|
|
|
|
|
one{"{0}qt"}
|
|
|
|
|
other{"{0}qt"}
|
|
|
|
|
}
|
|
|
|
|
tablespoon{
|
|
|
|
|
dnam{"tbsp"}
|
|
|
|
|
one{"{0}tbsp"}
|
|
|
|
|
other{"{0}tbsp"}
|
|
|
|
|
}
|
|
|
|
|
teaspoon{
|
|
|
|
|
dnam{"tsp"}
|
|
|
|
|
one{"{0}tsp"}
|
|
|
|
|
other{"{0}tsp"}
|
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
unitsShort{
|
|
|
|
|
acceleration{
|
|
|
|
|
g-force{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"g-force"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} G"}
|
|
|
|
|
other{"{0} G"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
meter-per-second-squared{
|
|
|
|
|
dnam{"meters/sec²"}
|
|
|
|
|
one{"{0} m/s²"}
|
|
|
|
|
other{"{0} m/s²"}
|
|
|
|
|
}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
angle{
|
2013-09-07 20:46:42 +00:00
|
|
|
|
arc-minute{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"arcmins"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} arcmin"}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
other{"{0} arcmins"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
}
|
|
|
|
|
arc-second{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"arcsecs"}
|
2013-09-07 20:46:42 +00:00
|
|
|
|
one{"{0} arcsec"}
|
|
|
|
|
other{"{0} arcsecs"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
degree{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"degrees"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} deg"}
|
|
|
|
|
other{"{0} deg"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
radian{
|
|
|
|
|
dnam{"radians"}
|
|
|
|
|
one{"{0} rad"}
|
|
|
|
|
other{"{0} rad"}
|
|
|
|
|
}
|
2008-06-20 22:19:23 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
area{
|
|
|
|
|
acre{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"acres"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} ac"}
|
|
|
|
|
other{"{0} ac"}
|
|
|
|
|
}
|
|
|
|
|
hectare{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hectares"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} ha"}
|
|
|
|
|
other{"{0} ha"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
square-centimeter{
|
|
|
|
|
dnam{"cm²"}
|
|
|
|
|
one{"{0} cm²"}
|
|
|
|
|
other{"{0} cm²"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
square-foot{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"sq feet"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} sq ft"}
|
|
|
|
|
other{"{0} sq ft"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
square-inch{
|
|
|
|
|
dnam{"inches²"}
|
|
|
|
|
one{"{0} in²"}
|
|
|
|
|
other{"{0} in²"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
square-kilometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"km²"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} km²"}
|
|
|
|
|
other{"{0} km²"}
|
|
|
|
|
}
|
|
|
|
|
square-meter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"meters²"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} m²"}
|
|
|
|
|
other{"{0} m²"}
|
|
|
|
|
}
|
|
|
|
|
square-mile{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"sq miles"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} sq mi"}
|
|
|
|
|
other{"{0} sq mi"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
square-yard{
|
|
|
|
|
dnam{"yards²"}
|
|
|
|
|
one{"{0} yd²"}
|
|
|
|
|
other{"{0} yd²"}
|
|
|
|
|
}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
}
|
2013-09-11 19:16:25 +00:00
|
|
|
|
compound{
|
|
|
|
|
per{"{0}/{1}"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
consumption{
|
|
|
|
|
liter-per-kilometer{
|
|
|
|
|
dnam{"liters/km"}
|
|
|
|
|
one{"{0} L/km"}
|
|
|
|
|
other{"{0} L/km"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-gallon{
|
|
|
|
|
dnam{"miles/gal"}
|
|
|
|
|
one{"{0} mpg"}
|
|
|
|
|
other{"{0} mpg"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
digital{
|
|
|
|
|
bit{
|
|
|
|
|
dnam{"bit"}
|
|
|
|
|
one{"{0} bit"}
|
|
|
|
|
other{"{0} bit"}
|
|
|
|
|
}
|
|
|
|
|
byte{
|
|
|
|
|
dnam{"byte"}
|
|
|
|
|
one{"{0} byte"}
|
|
|
|
|
other{"{0} byte"}
|
|
|
|
|
}
|
|
|
|
|
gigabit{
|
|
|
|
|
dnam{"Gbit"}
|
|
|
|
|
one{"{0} Gb"}
|
|
|
|
|
other{"{0} Gb"}
|
|
|
|
|
}
|
|
|
|
|
gigabyte{
|
|
|
|
|
dnam{"GByte"}
|
|
|
|
|
one{"{0} GB"}
|
|
|
|
|
other{"{0} GB"}
|
|
|
|
|
}
|
|
|
|
|
kilobit{
|
|
|
|
|
dnam{"kbit"}
|
|
|
|
|
one{"{0} kb"}
|
|
|
|
|
other{"{0} kb"}
|
|
|
|
|
}
|
|
|
|
|
kilobyte{
|
|
|
|
|
dnam{"kByte"}
|
|
|
|
|
one{"{0} kB"}
|
|
|
|
|
other{"{0} kB"}
|
|
|
|
|
}
|
|
|
|
|
megabit{
|
|
|
|
|
dnam{"Mbit"}
|
|
|
|
|
one{"{0} Mb"}
|
|
|
|
|
other{"{0} Mb"}
|
|
|
|
|
}
|
|
|
|
|
megabyte{
|
|
|
|
|
dnam{"MByte"}
|
|
|
|
|
one{"{0} MB"}
|
|
|
|
|
other{"{0} MB"}
|
|
|
|
|
}
|
|
|
|
|
terabit{
|
|
|
|
|
dnam{"Tbit"}
|
|
|
|
|
one{"{0} Tb"}
|
|
|
|
|
other{"{0} Tb"}
|
|
|
|
|
}
|
|
|
|
|
terabyte{
|
|
|
|
|
dnam{"TByte"}
|
|
|
|
|
one{"{0} TB"}
|
|
|
|
|
other{"{0} TB"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
duration{
|
|
|
|
|
day{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"days"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} day"}
|
|
|
|
|
other{"{0} days"}
|
|
|
|
|
}
|
|
|
|
|
hour{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hours"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} hr"}
|
|
|
|
|
other{"{0} hrs"}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
per{"{0}ph"}
|
|
|
|
|
}
|
|
|
|
|
microsecond{
|
|
|
|
|
dnam{"μsecs"}
|
|
|
|
|
one{"{0} μs"}
|
|
|
|
|
other{"{0} μs"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
|
|
|
|
millisecond{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"millisecs"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} ms"}
|
|
|
|
|
other{"{0} ms"}
|
|
|
|
|
}
|
|
|
|
|
minute{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"mins"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} min"}
|
|
|
|
|
other{"{0} mins"}
|
|
|
|
|
}
|
|
|
|
|
month{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"months"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} mth"}
|
|
|
|
|
other{"{0} mths"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
nanosecond{
|
|
|
|
|
dnam{"nanosecs"}
|
|
|
|
|
one{"{0} ns"}
|
|
|
|
|
other{"{0} ns"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
second{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"secs"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} sec"}
|
|
|
|
|
other{"{0} secs"}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
per{"{0}ps"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
|
|
|
|
week{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"weeks"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} wk"}
|
|
|
|
|
other{"{0} wks"}
|
|
|
|
|
}
|
|
|
|
|
year{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"years"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} yr"}
|
|
|
|
|
other{"{0} yrs"}
|
|
|
|
|
}
|
2011-03-12 14:57:18 +00:00
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
electric{
|
|
|
|
|
ampere{
|
|
|
|
|
dnam{"amps"}
|
|
|
|
|
one{"{0} A"}
|
|
|
|
|
other{"{0} A"}
|
|
|
|
|
}
|
|
|
|
|
milliampere{
|
|
|
|
|
dnam{"milliamps"}
|
|
|
|
|
one{"{0} mA"}
|
|
|
|
|
other{"{0} mA"}
|
|
|
|
|
}
|
|
|
|
|
ohm{
|
|
|
|
|
dnam{"ohms"}
|
|
|
|
|
one{"{0} Ω"}
|
|
|
|
|
other{"{0} Ω"}
|
|
|
|
|
}
|
|
|
|
|
volt{
|
|
|
|
|
dnam{"volts"}
|
|
|
|
|
one{"{0} V"}
|
|
|
|
|
other{"{0} V"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
energy{
|
|
|
|
|
calorie{
|
|
|
|
|
dnam{"cal"}
|
|
|
|
|
one{"{0} cal"}
|
|
|
|
|
other{"{0} cal"}
|
|
|
|
|
}
|
|
|
|
|
foodcalorie{
|
|
|
|
|
dnam{"Cal"}
|
|
|
|
|
one{"{0} Cal"}
|
|
|
|
|
other{"{0} Cal"}
|
|
|
|
|
}
|
|
|
|
|
joule{
|
|
|
|
|
dnam{"joules"}
|
|
|
|
|
one{"{0} J"}
|
|
|
|
|
other{"{0} J"}
|
|
|
|
|
}
|
|
|
|
|
kilocalorie{
|
|
|
|
|
dnam{"kcal"}
|
|
|
|
|
one{"{0} kcal"}
|
|
|
|
|
other{"{0} kcal"}
|
|
|
|
|
}
|
|
|
|
|
kilojoule{
|
|
|
|
|
dnam{"kilojoule"}
|
|
|
|
|
one{"{0} kJ"}
|
|
|
|
|
other{"{0} kJ"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt-hour{
|
|
|
|
|
dnam{"kW-hour"}
|
|
|
|
|
one{"{0} kWh"}
|
|
|
|
|
other{"{0} kWh"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
frequency{
|
|
|
|
|
gigahertz{
|
|
|
|
|
dnam{"GHz"}
|
|
|
|
|
one{"{0} GHz"}
|
|
|
|
|
other{"{0} GHz"}
|
|
|
|
|
}
|
|
|
|
|
hertz{
|
|
|
|
|
dnam{"Hz"}
|
|
|
|
|
one{"{0} Hz"}
|
|
|
|
|
other{"{0} Hz"}
|
|
|
|
|
}
|
|
|
|
|
kilohertz{
|
|
|
|
|
dnam{"kHz"}
|
|
|
|
|
one{"{0} kHz"}
|
|
|
|
|
other{"{0} kHz"}
|
|
|
|
|
}
|
|
|
|
|
megahertz{
|
|
|
|
|
dnam{"MHz"}
|
|
|
|
|
one{"{0} MHz"}
|
|
|
|
|
other{"{0} MHz"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
length{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
astronomical-unit{
|
|
|
|
|
dnam{"au"}
|
|
|
|
|
one{"{0} au"}
|
|
|
|
|
other{"{0} au"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
centimeter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"cm"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} cm"}
|
|
|
|
|
other{"{0} cm"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
decimeter{
|
|
|
|
|
dnam{"dm"}
|
|
|
|
|
one{"{0} dm"}
|
|
|
|
|
other{"{0} dm"}
|
|
|
|
|
}
|
|
|
|
|
fathom{
|
|
|
|
|
dnam{"fathoms"}
|
|
|
|
|
one{"{0} ftm"}
|
|
|
|
|
other{"{0} ftm"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
foot{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"feet"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} ft"}
|
|
|
|
|
other{"{0} ft"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
furlong{
|
|
|
|
|
dnam{"furlongs"}
|
|
|
|
|
one{"{0} fur"}
|
|
|
|
|
other{"{0} fur"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
inch{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"inches"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} in"}
|
|
|
|
|
other{"{0} in"}
|
|
|
|
|
}
|
|
|
|
|
kilometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"km"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} km"}
|
|
|
|
|
other{"{0} km"}
|
|
|
|
|
}
|
|
|
|
|
light-year{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"light yrs"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} ly"}
|
|
|
|
|
other{"{0} ly"}
|
|
|
|
|
}
|
|
|
|
|
meter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"meters"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} m"}
|
|
|
|
|
other{"{0} m"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
micrometer{
|
|
|
|
|
dnam{"µmeters"}
|
|
|
|
|
one{"{0} µm"}
|
|
|
|
|
other{"{0} µm"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
mile{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"miles"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} mi"}
|
|
|
|
|
other{"{0} mi"}
|
|
|
|
|
}
|
|
|
|
|
millimeter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"mm"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} mm"}
|
|
|
|
|
other{"{0} mm"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
nanometer{
|
|
|
|
|
dnam{"nm"}
|
|
|
|
|
one{"{0} nm"}
|
|
|
|
|
other{"{0} nm"}
|
|
|
|
|
}
|
|
|
|
|
nautical-mile{
|
|
|
|
|
dnam{"nmi"}
|
|
|
|
|
one{"{0} nmi"}
|
|
|
|
|
other{"{0} nmi"}
|
|
|
|
|
}
|
|
|
|
|
parsec{
|
|
|
|
|
dnam{"parsecs"}
|
|
|
|
|
one{"{0} pc"}
|
|
|
|
|
other{"{0} pc"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
picometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"pm"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} pm"}
|
|
|
|
|
other{"{0} pm"}
|
|
|
|
|
}
|
|
|
|
|
yard{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"yards"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} yd"}
|
|
|
|
|
other{"{0} yd"}
|
|
|
|
|
}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
light{
|
|
|
|
|
lux{
|
|
|
|
|
dnam{"lux"}
|
|
|
|
|
one{"{0} lx"}
|
|
|
|
|
other{"{0} lx"}
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
mass{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
carat{
|
|
|
|
|
dnam{"carats"}
|
|
|
|
|
one{"{0} CD"}
|
|
|
|
|
other{"{0} CD"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
gram{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"grams"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} g"}
|
|
|
|
|
other{"{0} g"}
|
|
|
|
|
}
|
|
|
|
|
kilogram{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"kg"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} kg"}
|
|
|
|
|
other{"{0} kg"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
metric-ton{
|
|
|
|
|
dnam{"t"}
|
|
|
|
|
one{"{0} t"}
|
|
|
|
|
other{"{0} t"}
|
|
|
|
|
}
|
|
|
|
|
microgram{
|
|
|
|
|
dnam{"µg"}
|
|
|
|
|
one{"{0} µg"}
|
|
|
|
|
other{"{0} µg"}
|
|
|
|
|
}
|
|
|
|
|
milligram{
|
|
|
|
|
dnam{"mg"}
|
|
|
|
|
one{"{0} mg"}
|
|
|
|
|
other{"{0} mg"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
ounce{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"oz"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} oz"}
|
|
|
|
|
other{"{0} oz"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
ounce-troy{
|
|
|
|
|
dnam{"oz troy"}
|
|
|
|
|
one{"{0} oz t"}
|
|
|
|
|
other{"{0} oz t"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
pound{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"pounds"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} lb"}
|
|
|
|
|
other{"{0} lb"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
stone{
|
|
|
|
|
dnam{"stones"}
|
|
|
|
|
one{"{0} st"}
|
|
|
|
|
other{"{0} st"}
|
|
|
|
|
}
|
|
|
|
|
ton{
|
|
|
|
|
dnam{"tons"}
|
|
|
|
|
one{"{0} tn"}
|
|
|
|
|
other{"{0} tn"}
|
|
|
|
|
}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
power{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
gigawatt{
|
|
|
|
|
dnam{"GW"}
|
|
|
|
|
one{"{0} GW"}
|
|
|
|
|
other{"{0} GW"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
horsepower{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hp"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} hp"}
|
|
|
|
|
other{"{0} hp"}
|
|
|
|
|
}
|
|
|
|
|
kilowatt{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"kW"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} kW"}
|
|
|
|
|
other{"{0} kW"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
megawatt{
|
|
|
|
|
dnam{"MW"}
|
|
|
|
|
one{"{0} MW"}
|
|
|
|
|
other{"{0} MW"}
|
|
|
|
|
}
|
|
|
|
|
milliwatt{
|
|
|
|
|
dnam{"mW"}
|
|
|
|
|
one{"{0} mW"}
|
|
|
|
|
other{"{0} mW"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
watt{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"watts"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} W"}
|
|
|
|
|
other{"{0} W"}
|
|
|
|
|
}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
pressure{
|
|
|
|
|
hectopascal{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"hPa"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} hPa"}
|
|
|
|
|
other{"{0} hPa"}
|
|
|
|
|
}
|
|
|
|
|
inch-hg{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"in Hg"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} inHg"}
|
|
|
|
|
other{"{0} inHg"}
|
|
|
|
|
}
|
|
|
|
|
millibar{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"mbar"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} mbar"}
|
|
|
|
|
other{"{0} mbar"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
millimeter-of-mercury{
|
|
|
|
|
dnam{"mm Hg"}
|
|
|
|
|
one{"{0} mm Hg"}
|
|
|
|
|
other{"{0} mm Hg"}
|
|
|
|
|
}
|
|
|
|
|
pound-per-square-inch{
|
|
|
|
|
dnam{"psi"}
|
|
|
|
|
one{"{0} psi"}
|
|
|
|
|
other{"{0} psi"}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
proportion{
|
|
|
|
|
karat{
|
|
|
|
|
dnam{"karats"}
|
|
|
|
|
one{"{0} kt"}
|
|
|
|
|
other{"{0} kt"}
|
|
|
|
|
}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
speed{
|
|
|
|
|
kilometer-per-hour{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"km/hour"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} kph"}
|
|
|
|
|
other{"{0} kph"}
|
|
|
|
|
}
|
|
|
|
|
meter-per-second{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"meters/sec"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} m/s"}
|
|
|
|
|
other{"{0} m/s"}
|
|
|
|
|
}
|
|
|
|
|
mile-per-hour{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"miles/hour"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} mph"}
|
|
|
|
|
other{"{0} mph"}
|
|
|
|
|
}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
temperature{
|
|
|
|
|
celsius{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"deg. C"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0}°C"}
|
|
|
|
|
other{"{0}°C"}
|
|
|
|
|
}
|
|
|
|
|
fahrenheit{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"deg. F"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0}°F"}
|
|
|
|
|
other{"{0}°F"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
kelvin{
|
|
|
|
|
dnam{"K"}
|
|
|
|
|
one{"{0} K"}
|
|
|
|
|
other{"{0} K"}
|
|
|
|
|
}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
volume{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
acre-foot{
|
|
|
|
|
dnam{"acre ft"}
|
|
|
|
|
one{"{0} ac ft"}
|
|
|
|
|
other{"{0} ac ft"}
|
|
|
|
|
}
|
|
|
|
|
bushel{
|
|
|
|
|
dnam{"bushels"}
|
|
|
|
|
one{"{0} bu"}
|
|
|
|
|
other{"{0} bu"}
|
|
|
|
|
}
|
|
|
|
|
centiliter{
|
|
|
|
|
dnam{"cL"}
|
|
|
|
|
one{"{0} cL"}
|
|
|
|
|
other{"{0} cL"}
|
|
|
|
|
}
|
|
|
|
|
cubic-centimeter{
|
|
|
|
|
dnam{"cm³"}
|
|
|
|
|
one{"{0} cm³"}
|
|
|
|
|
other{"{0} cm³"}
|
|
|
|
|
}
|
|
|
|
|
cubic-foot{
|
|
|
|
|
dnam{"feet³"}
|
|
|
|
|
one{"{0} ft³"}
|
|
|
|
|
other{"{0} ft³"}
|
|
|
|
|
}
|
|
|
|
|
cubic-inch{
|
|
|
|
|
dnam{"inches³"}
|
|
|
|
|
one{"{0} in³"}
|
|
|
|
|
other{"{0} in³"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
cubic-kilometer{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"km³"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} km³"}
|
|
|
|
|
other{"{0} km³"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
cubic-meter{
|
|
|
|
|
dnam{"m³"}
|
|
|
|
|
one{"{0} m³"}
|
|
|
|
|
other{"{0} m³"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
cubic-mile{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"mi³"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
one{"{0} mi³"}
|
|
|
|
|
other{"{0} mi³"}
|
|
|
|
|
}
|
2014-09-02 23:18:20 +00:00
|
|
|
|
cubic-yard{
|
|
|
|
|
dnam{"yards³"}
|
|
|
|
|
one{"{0} yd³"}
|
|
|
|
|
other{"{0} yd³"}
|
|
|
|
|
}
|
|
|
|
|
cup{
|
|
|
|
|
dnam{"cups"}
|
|
|
|
|
one{"{0} c"}
|
|
|
|
|
other{"{0} c"}
|
|
|
|
|
}
|
|
|
|
|
deciliter{
|
|
|
|
|
dnam{"dL"}
|
|
|
|
|
one{"{0} dL"}
|
|
|
|
|
other{"{0} dL"}
|
|
|
|
|
}
|
|
|
|
|
fluid-ounce{
|
|
|
|
|
dnam{"fl oz"}
|
|
|
|
|
one{"{0} fl oz"}
|
|
|
|
|
other{"{0} fl oz"}
|
|
|
|
|
}
|
|
|
|
|
gallon{
|
|
|
|
|
dnam{"gal"}
|
|
|
|
|
one{"{0} gal"}
|
|
|
|
|
other{"{0} gal"}
|
|
|
|
|
}
|
|
|
|
|
hectoliter{
|
|
|
|
|
dnam{"hL"}
|
|
|
|
|
one{"{0} hL"}
|
|
|
|
|
other{"{0} hL"}
|
|
|
|
|
}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
liter{
|
2014-09-02 23:18:20 +00:00
|
|
|
|
dnam{"liters"}
|
|
|
|
|
one{"{0} L"}
|
|
|
|
|
other{"{0} L"}
|
|
|
|
|
}
|
|
|
|
|
megaliter{
|
|
|
|
|
dnam{"ML"}
|
|
|
|
|
one{"{0} ML"}
|
|
|
|
|
other{"{0} ML"}
|
|
|
|
|
}
|
|
|
|
|
milliliter{
|
|
|
|
|
dnam{"mL"}
|
|
|
|
|
one{"{0} mL"}
|
|
|
|
|
other{"{0} mL"}
|
|
|
|
|
}
|
|
|
|
|
pint{
|
|
|
|
|
dnam{"pints"}
|
|
|
|
|
one{"{0} pt"}
|
|
|
|
|
other{"{0} pt"}
|
|
|
|
|
}
|
|
|
|
|
quart{
|
|
|
|
|
dnam{"qts"}
|
|
|
|
|
one{"{0} qt"}
|
|
|
|
|
other{"{0} qt"}
|
|
|
|
|
}
|
|
|
|
|
tablespoon{
|
|
|
|
|
dnam{"tbsp"}
|
|
|
|
|
one{"{0} tbsp"}
|
|
|
|
|
other{"{0} tbsp"}
|
|
|
|
|
}
|
|
|
|
|
teaspoon{
|
|
|
|
|
dnam{"tsp"}
|
|
|
|
|
one{"{0} tsp"}
|
|
|
|
|
other{"{0} tsp"}
|
2013-07-08 06:51:38 +00:00
|
|
|
|
}
|
2009-03-13 03:21:29 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
1999-08-16 21:50:52 +00:00
|
|
|
|
}
|