mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
805dd78c93
Bug 924839 - Remove a patch already part of ICU 52.1. See http://bugs.icu-project.org/trac/ticket/10283 but also note the relevant code was removed completely upstream. r=glandium * * * Bug 924839 - Remove another patch already part of ICU 52.1. See http://bugs.icu-project.org/trac/ticket/10290 for that. r=gaston * * * Bug 924839 - Remove another patch already in ICU 52.1. See http://bugs.icu-project.org/trac/ticket/10045 for more. r=Norbert * * * Bug 924839 - Remove another patch already applied upstream. See http://bugs.icu-project.org/trac/changeset/32937 for more. r=gaston * * * Bug 924839 - Update the ICU update script to update to 52.1, *without* applying any of our local patches. r=glandium * * * Bug 924839 - Make the ICU update script only do updating within intl/icu/source and nowhere else. r=glandium * * * Bug 924839 - Implement the changes that would be made by |cd intl/; ./update-icu.sh http://source.icu-project.org/repos/icu/icu/tags/release-52-1/;|, run with the prior changesets' changes made (thus not applying any of our local patches). These changes don't actually work without subsequent adjustments, but this provides a codebase upon which those adjustments can be made, for the purpose of generating local patches to be kept in intl/icu-patches/. rs=the-usual-suspects * * * Bug 924839 - Update the bug 899722 local patch to make runConfigureICU not override CC/CXX on BSD systems. r=gaston * * * Bug 924839 - Update the bug 724533 patch that makes ICU builds with MozillaBuild on Windows. r=glandium * * * Bug 924839 - Import an upstream patch fixing the genrb tool to properly handle the -R (--omitCollationRules) option. See http://bugs.icu-project.org/trac/ticket/10043 for the original bug report and a link to the ultimate upstream landing. r=Norbert * * * Bug 924839 - Import the upstream fix for http://bugs.icu-project.org/trac/ticket/10486 so that ICU with -DU_USING_ICU_NAMESPACE=0 will compile on Windows. r=Norbert * * * Bug 924839 - Adjust the update script to update ICU, then to apply all local patches (rather than skipping the second step). Thus if the update script is properly run, now, the final result should be no changes at all to the tree. NOT REVIEWED YET * * * Bug 924839 - Update jstests that depend on CLDR locale data to match CLDR 24. r=Norbert
1665 lines
44 KiB
Plaintext
1665 lines
44 KiB
Plaintext
// ***************************************************************************
|
||
// *
|
||
// * Copyright (C) 2013 International Business Machines
|
||
// * Corporation and others. All Rights Reserved.
|
||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||
// * Source File: <path>/common/main/de.xml
|
||
// *
|
||
// ***************************************************************************
|
||
/**
|
||
* ICU <specials> source: <path>/common/main/de.xml
|
||
*/
|
||
de{
|
||
AuxExemplarCharacters{
|
||
"[á à ă â å ã ā æ ç é è ĕ ê ë ē ğ í ì ĭ î ï İ ī ı ñ ó ò ŏ ô ø ō œ ş ú ù ŭ û ū"
|
||
" ÿ]"
|
||
}
|
||
Ellipsis{
|
||
final{"{0} …"}
|
||
initial{"… {0}"}
|
||
medial{"{0} … {1}"}
|
||
word-final{"{0} …"}
|
||
word-initial{"… {0}"}
|
||
word-medial{"{0} … {1}"}
|
||
}
|
||
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]"}
|
||
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]"}
|
||
ExemplarCharactersPunctuation{
|
||
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ « » ( ) \\[ \\] \\{ \\} § @ * / "
|
||
"\\& #]"
|
||
}
|
||
LocaleScript{
|
||
"Latn",
|
||
}
|
||
MoreInformation{"?"}
|
||
NumberElements{
|
||
latn{
|
||
miscPatterns{
|
||
atLeast{"{0}+"}
|
||
range{"{0}–{1}"}
|
||
}
|
||
patterns{
|
||
currencyFormat{"#,##0.00 ¤"}
|
||
decimalFormat{"#,##0.###"}
|
||
percentFormat{"#,##0 %"}
|
||
scientificFormat{"#E0"}
|
||
}
|
||
patternsLong{
|
||
decimalFormat{
|
||
1000{
|
||
one{"0 Tausend"}
|
||
other{"0 Tausend"}
|
||
}
|
||
10000{
|
||
one{"00 Tausend"}
|
||
other{"00 Tausend"}
|
||
}
|
||
100000{
|
||
one{"000 Tausend"}
|
||
other{"000 Tausend"}
|
||
}
|
||
1000000{
|
||
one{"0 Million"}
|
||
other{"0 Millionen"}
|
||
}
|
||
10000000{
|
||
one{"00 Millionen"}
|
||
other{"00 Millionen"}
|
||
}
|
||
100000000{
|
||
one{"000 Millionen"}
|
||
other{"000 Millionen"}
|
||
}
|
||
1000000000{
|
||
one{"0 Milliarde"}
|
||
other{"0 Milliarden"}
|
||
}
|
||
10000000000{
|
||
one{"00 Milliarden"}
|
||
other{"00 Milliarden"}
|
||
}
|
||
100000000000{
|
||
one{"000 Milliarden"}
|
||
other{"000 Milliarden"}
|
||
}
|
||
1000000000000{
|
||
one{"0 Billion"}
|
||
other{"0 Billionen"}
|
||
}
|
||
10000000000000{
|
||
one{"00 Billionen"}
|
||
other{"00 Billionen"}
|
||
}
|
||
100000000000000{
|
||
one{"000 Billionen"}
|
||
other{"000 Billionen"}
|
||
}
|
||
}
|
||
}
|
||
patternsShort{
|
||
decimalFormat{
|
||
1000{
|
||
one{"0 Tsd"}
|
||
other{"0 Tsd"}
|
||
}
|
||
10000{
|
||
one{"00 Tsd"}
|
||
other{"00 Tsd"}
|
||
}
|
||
100000{
|
||
one{"000 Tsd"}
|
||
other{"000 Tsd"}
|
||
}
|
||
1000000{
|
||
one{"0 Mio"}
|
||
other{"0 Mio"}
|
||
}
|
||
10000000{
|
||
one{"00 Mio"}
|
||
other{"00 Mio"}
|
||
}
|
||
100000000{
|
||
one{"000 Mio"}
|
||
other{"000 Mio"}
|
||
}
|
||
1000000000{
|
||
one{"0 Mrd"}
|
||
other{"0 Mrd"}
|
||
}
|
||
10000000000{
|
||
one{"00 Mrd"}
|
||
other{"00 Mrd"}
|
||
}
|
||
100000000000{
|
||
one{"000 Mrd"}
|
||
other{"000 Mrd"}
|
||
}
|
||
1000000000000{
|
||
one{"0 Bio"}
|
||
other{"0 Bio"}
|
||
}
|
||
10000000000000{
|
||
one{"00 Bio"}
|
||
other{"00 Bio"}
|
||
}
|
||
100000000000000{
|
||
one{"000 Bio"}
|
||
other{"000 Bio"}
|
||
}
|
||
}
|
||
}
|
||
symbols{
|
||
decimal{","}
|
||
exponential{"E"}
|
||
group{"."}
|
||
infinity{"∞"}
|
||
list{";"}
|
||
minusSign{"-"}
|
||
nan{"NaN"}
|
||
perMille{"‰"}
|
||
percentSign{"%"}
|
||
plusSign{"+"}
|
||
superscriptingExponent{"·"}
|
||
}
|
||
}
|
||
}
|
||
Version{"2.0.92.87"}
|
||
calendar{
|
||
buddhist{
|
||
eras{
|
||
abbreviated{
|
||
"BE",
|
||
}
|
||
}
|
||
}
|
||
chinese{
|
||
DateTimePatterns{
|
||
"HH:mm:ss zzzz",
|
||
"HH:mm:ss z",
|
||
"HH:mm:ss",
|
||
"HH:mm",
|
||
"EEEE, d. MMMM U",
|
||
"d. MMMM U",
|
||
"dd.MM U",
|
||
"dd.MM.yy",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
}
|
||
availableFormats{
|
||
Ed{"E, d."}
|
||
Gy{"U"}
|
||
GyMMM{"MMM U"}
|
||
GyMMMEd{"E, d. MMM U"}
|
||
GyMMMd{"d. MMM U"}
|
||
H{"HH 'Uhr'"}
|
||
Hm{"HH:mm"}
|
||
Hms{"HH:mm:ss"}
|
||
M{"L"}
|
||
MEd{"E, d.M."}
|
||
MMM{"LLL"}
|
||
MMMEd{"E, d. MMM"}
|
||
MMMd{"d. MMM"}
|
||
Md{"d.M."}
|
||
d{"d"}
|
||
h{"h a"}
|
||
hm{"h:mm a"}
|
||
hms{"h:mm:ss a"}
|
||
ms{"mm:ss"}
|
||
y{"U"}
|
||
yyyy{"U"}
|
||
yyyyM{"M.y"}
|
||
yyyyMEd{"E, d.M.y"}
|
||
yyyyMMM{"MMM U"}
|
||
yyyyMMMEd{"E, d. MMM U"}
|
||
yyyyMMMM{"MMMM U"}
|
||
yyyyMMMd{"d. MMM U"}
|
||
yyyyMd{"d.M.y"}
|
||
yyyyQQQ{"QQQ U"}
|
||
yyyyQQQQ{"QQQQ U"}
|
||
}
|
||
}
|
||
generic{
|
||
DateTimePatterns{
|
||
"HH:mm:ss zzzz",
|
||
"HH:mm:ss z",
|
||
"HH:mm:ss",
|
||
"HH:mm",
|
||
"EEEE, d. MMMM y G",
|
||
"d. MMMM y G",
|
||
"dd.MM.y G",
|
||
"dd.MM.yy GGGGG",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
}
|
||
availableFormats{
|
||
Ed{"E, d."}
|
||
Gy{"y G"}
|
||
GyMMM{"MMM y G"}
|
||
GyMMMEd{"E, d. MMM y G"}
|
||
GyMMMd{"d. MMM y G"}
|
||
H{"HH 'Uhr'"}
|
||
Hm{"HH:mm"}
|
||
Hms{"HH:mm:ss"}
|
||
M{"L"}
|
||
MEd{"E, d.M."}
|
||
MMM{"LLL"}
|
||
MMMEd{"E, d. MMM"}
|
||
MMMd{"d. MMM"}
|
||
Md{"d.M."}
|
||
d{"d"}
|
||
h{"h a"}
|
||
hm{"h:mm a"}
|
||
hms{"h:mm:ss a"}
|
||
ms{"mm:ss"}
|
||
y{"y G"}
|
||
yyyy{"y G"}
|
||
yyyyM{"M.y GGGGG"}
|
||
yyyyMEd{"E, d.M.y GGGGG"}
|
||
yyyyMMM{"MMM y G"}
|
||
yyyyMMMEd{"E, d. MMM y G"}
|
||
yyyyMMMM{"MMMM y G"}
|
||
yyyyMMMd{"d. MMM y G"}
|
||
yyyyMd{"d.M.y GGGGG"}
|
||
yyyyQQQ{"QQQ y G"}
|
||
yyyyQQQQ{"QQQQ y G"}
|
||
}
|
||
intervalFormats{
|
||
H{
|
||
H{"HH-HH 'Uhr'"}
|
||
}
|
||
Hm{
|
||
H{"HH:mm-HH:mm"}
|
||
m{"HH:mm-HH:mm"}
|
||
}
|
||
Hmv{
|
||
H{"HH:mm-HH:mm v"}
|
||
m{"HH:mm-HH:mm v"}
|
||
}
|
||
Hv{
|
||
H{"HH-HH 'Uhr' v"}
|
||
}
|
||
M{
|
||
M{"M.-M."}
|
||
}
|
||
MEd{
|
||
M{"E, dd.MM. - E, dd.MM."}
|
||
d{"E, dd.MM. - E, dd.MM."}
|
||
}
|
||
MMM{
|
||
M{"MMM-MMM"}
|
||
}
|
||
MMMEd{
|
||
M{"E, d. MMM - E, d. MMM"}
|
||
d{"E, d. - E, d. MMM"}
|
||
}
|
||
MMMM{
|
||
M{"LLLL-LLLL"}
|
||
}
|
||
MMMd{
|
||
M{"d. MMM - d. MMM"}
|
||
d{"d.-d. MMM"}
|
||
}
|
||
Md{
|
||
M{"dd.MM. - dd.MM."}
|
||
d{"dd.MM. - dd.MM."}
|
||
}
|
||
d{
|
||
d{"d.-d."}
|
||
}
|
||
fallback{"{0} - {1}"}
|
||
h{
|
||
a{"h a - h a"}
|
||
h{"h-h a"}
|
||
}
|
||
hm{
|
||
a{"h:mm a - h:mm a"}
|
||
h{"h:mm-h:mm a"}
|
||
m{"h:mm-h:mm a"}
|
||
}
|
||
hmv{
|
||
a{"h:mm a - h:mm a v"}
|
||
h{"h:mm-h:mm a v"}
|
||
m{"h:mm-h:mm a v"}
|
||
}
|
||
hv{
|
||
a{"h a - h a v"}
|
||
h{"h-h a v"}
|
||
}
|
||
y{
|
||
y{"y-y G"}
|
||
}
|
||
yM{
|
||
M{"MM.y - MM.y G"}
|
||
y{"MM.y - MM.y G"}
|
||
}
|
||
yMEd{
|
||
M{"E, dd.MM.y - E, dd.MM.y G"}
|
||
d{"E, dd.MM.y - E, dd.MM.y G"}
|
||
y{"E, dd.MM.y - E, dd.MM.y G"}
|
||
}
|
||
yMMM{
|
||
M{"MMM-MMM y G"}
|
||
y{"MMM y - MMM y G"}
|
||
}
|
||
yMMMEd{
|
||
M{"E, d. MMM - E, d. MMM y G"}
|
||
d{"E, d. - E, d. MMM y G"}
|
||
y{"E, d. MMM y - E, d. MMM y G"}
|
||
}
|
||
yMMMM{
|
||
M{"MMMM-MMMM y G"}
|
||
y{"MMMM y - MMMM y G"}
|
||
}
|
||
yMMMd{
|
||
M{"d. MMM - d. MMM y G"}
|
||
d{"d.-d. MMM y G"}
|
||
y{"d. MMM y - d. MMM y G"}
|
||
}
|
||
yMd{
|
||
M{"dd.MM.y - dd.MM.y G"}
|
||
d{"dd.MM.y - dd.MM.y G"}
|
||
y{"dd.MM.y - dd.MM.y G"}
|
||
}
|
||
}
|
||
}
|
||
gregorian{
|
||
AmPmMarkers{
|
||
"vorm.",
|
||
"nachm.",
|
||
}
|
||
DateTimePatterns{
|
||
"HH:mm:ss zzzz",
|
||
"HH:mm:ss z",
|
||
"HH:mm:ss",
|
||
"HH:mm",
|
||
"EEEE, d. MMMM y",
|
||
"d. MMMM y",
|
||
"dd.MM.y",
|
||
"dd.MM.yy",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
}
|
||
appendItems{
|
||
Timezone{"{0} {1}"}
|
||
}
|
||
availableFormats{
|
||
EHm{"E, HH:mm"}
|
||
EHms{"E, HH:mm:ss"}
|
||
Ed{"E, d."}
|
||
Ehm{"E h:mm a"}
|
||
Ehms{"E, h:mm:ss a"}
|
||
Gy{"y G"}
|
||
GyMMM{"MMM y G"}
|
||
GyMMMEd{"E, d. MMM y G"}
|
||
GyMMMd{"d. MMM y G"}
|
||
H{"HH 'Uhr'"}
|
||
Hm{"HH:mm"}
|
||
Hms{"HH:mm:ss"}
|
||
M{"L"}
|
||
MEd{"E, d.M."}
|
||
MMM{"LLL"}
|
||
MMMEd{"E, d. MMM"}
|
||
MMMMEd{"E, d. MMMM"}
|
||
MMMMdd{"dd. MMMM"}
|
||
MMMd{"d. MMM"}
|
||
MMd{"d.MM."}
|
||
MMdd{"dd.MM."}
|
||
Md{"d.M."}
|
||
d{"d"}
|
||
h{"h a"}
|
||
hm{"h:mm a"}
|
||
hms{"h:mm:ss a"}
|
||
ms{"mm:ss"}
|
||
y{"y"}
|
||
yM{"M.y"}
|
||
yMEd{"E, d.M.y"}
|
||
yMM{"MM.y"}
|
||
yMMM{"MMM y"}
|
||
yMMMEd{"E, d. MMM y"}
|
||
yMMMM{"MMMM y"}
|
||
yMMMd{"d. MMM y"}
|
||
yMMdd{"dd.MM.y"}
|
||
yMd{"d.M.y"}
|
||
yQQQ{"QQQ y"}
|
||
yQQQQ{"QQQQ y"}
|
||
}
|
||
dayNames{
|
||
format{
|
||
abbreviated{
|
||
"So.",
|
||
"Mo.",
|
||
"Di.",
|
||
"Mi.",
|
||
"Do.",
|
||
"Fr.",
|
||
"Sa.",
|
||
}
|
||
narrow{
|
||
"S",
|
||
"M",
|
||
"D",
|
||
"M",
|
||
"D",
|
||
"F",
|
||
"S",
|
||
}
|
||
short{
|
||
"So.",
|
||
"Mo.",
|
||
"Di.",
|
||
"Mi.",
|
||
"Do.",
|
||
"Fr.",
|
||
"Sa.",
|
||
}
|
||
wide{
|
||
"Sonntag",
|
||
"Montag",
|
||
"Dienstag",
|
||
"Mittwoch",
|
||
"Donnerstag",
|
||
"Freitag",
|
||
"Samstag",
|
||
}
|
||
}
|
||
stand-alone{
|
||
abbreviated{
|
||
"So",
|
||
"Mo",
|
||
"Di",
|
||
"Mi",
|
||
"Do",
|
||
"Fr",
|
||
"Sa",
|
||
}
|
||
narrow{
|
||
"S",
|
||
"M",
|
||
"D",
|
||
"M",
|
||
"D",
|
||
"F",
|
||
"S",
|
||
}
|
||
short{
|
||
"So.",
|
||
"Mo.",
|
||
"Di.",
|
||
"Mi.",
|
||
"Do.",
|
||
"Fr.",
|
||
"Sa.",
|
||
}
|
||
wide{
|
||
"Sonntag",
|
||
"Montag",
|
||
"Dienstag",
|
||
"Mittwoch",
|
||
"Donnerstag",
|
||
"Freitag",
|
||
"Samstag",
|
||
}
|
||
}
|
||
}
|
||
eras{
|
||
abbreviated{
|
||
"v. Chr.",
|
||
"n. Chr.",
|
||
}
|
||
narrow{
|
||
"v. Chr.",
|
||
"n. Chr.",
|
||
}
|
||
wide{
|
||
"v. Chr.",
|
||
"n. Chr.",
|
||
}
|
||
}
|
||
intervalFormats{
|
||
H{
|
||
H{"HH-HH 'Uhr'"}
|
||
}
|
||
Hm{
|
||
H{"HH:mm-HH:mm"}
|
||
m{"HH:mm-HH:mm"}
|
||
}
|
||
Hmv{
|
||
H{"HH:mm-HH:mm v"}
|
||
m{"HH:mm-HH:mm v"}
|
||
}
|
||
Hv{
|
||
H{"HH-HH 'Uhr' v"}
|
||
}
|
||
M{
|
||
M{"M.-M."}
|
||
}
|
||
MEd{
|
||
M{"E, dd.MM. - E, dd.MM."}
|
||
d{"E, dd.MM. - E, dd.MM."}
|
||
}
|
||
MMM{
|
||
M{"MMM-MMM"}
|
||
}
|
||
MMMEd{
|
||
M{"E, d. MMM - E, d. MMM"}
|
||
d{"E, d. - E, d. MMM"}
|
||
}
|
||
MMMM{
|
||
M{"LLLL-LLLL"}
|
||
}
|
||
MMMd{
|
||
M{"d. MMM - d. MMM"}
|
||
d{"d.-d. MMM"}
|
||
}
|
||
Md{
|
||
M{"dd.MM. - dd.MM."}
|
||
d{"dd.MM. - dd.MM."}
|
||
}
|
||
d{
|
||
d{"d.-d."}
|
||
}
|
||
fallback{"{0} - {1}"}
|
||
h{
|
||
a{"h a - h a"}
|
||
h{"h-h a"}
|
||
}
|
||
hm{
|
||
a{"h:mm a - h:mm a"}
|
||
h{"h:mm-h:mm a"}
|
||
m{"h:mm-h:mm a"}
|
||
}
|
||
hmv{
|
||
a{"h:mm a - h:mm a v"}
|
||
h{"h:mm-h:mm a v"}
|
||
m{"h:mm-h:mm a v"}
|
||
}
|
||
hv{
|
||
a{"h a - h a v"}
|
||
h{"h-h a v"}
|
||
}
|
||
y{
|
||
y{"y-y"}
|
||
}
|
||
yM{
|
||
M{"MM.y - MM.y"}
|
||
y{"MM.y - MM.y"}
|
||
}
|
||
yMEd{
|
||
M{"E, dd.MM.y - E, dd.MM.y"}
|
||
d{"E, dd.MM.y - E, dd.MM.y"}
|
||
y{"E, dd.MM.y - E, dd.MM.y"}
|
||
}
|
||
yMMM{
|
||
M{"MMM-MMM y"}
|
||
y{"MMM y - MMM y"}
|
||
}
|
||
yMMMEd{
|
||
M{"E, d. MMM - E, d. MMM y"}
|
||
d{"E, d. - 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{"dd.MM.y - dd.MM.y"}
|
||
d{"dd.MM.y - dd.MM.y"}
|
||
y{"dd.MM.y - dd.MM.y"}
|
||
}
|
||
}
|
||
monthNames{
|
||
format{
|
||
abbreviated{
|
||
"Jan.",
|
||
"Feb.",
|
||
"März",
|
||
"Apr.",
|
||
"Mai",
|
||
"Juni",
|
||
"Juli",
|
||
"Aug.",
|
||
"Sep.",
|
||
"Okt.",
|
||
"Nov.",
|
||
"Dez.",
|
||
}
|
||
narrow{
|
||
"J",
|
||
"F",
|
||
"M",
|
||
"A",
|
||
"M",
|
||
"J",
|
||
"J",
|
||
"A",
|
||
"S",
|
||
"O",
|
||
"N",
|
||
"D",
|
||
}
|
||
wide{
|
||
"Januar",
|
||
"Februar",
|
||
"März",
|
||
"April",
|
||
"Mai",
|
||
"Juni",
|
||
"Juli",
|
||
"August",
|
||
"September",
|
||
"Oktober",
|
||
"November",
|
||
"Dezember",
|
||
}
|
||
}
|
||
stand-alone{
|
||
abbreviated{
|
||
"Jan",
|
||
"Feb",
|
||
"Mär",
|
||
"Apr",
|
||
"Mai",
|
||
"Jun",
|
||
"Jul",
|
||
"Aug",
|
||
"Sep",
|
||
"Okt",
|
||
"Nov",
|
||
"Dez",
|
||
}
|
||
narrow{
|
||
"J",
|
||
"F",
|
||
"M",
|
||
"A",
|
||
"M",
|
||
"J",
|
||
"J",
|
||
"A",
|
||
"S",
|
||
"O",
|
||
"N",
|
||
"D",
|
||
}
|
||
wide{
|
||
"Januar",
|
||
"Februar",
|
||
"März",
|
||
"April",
|
||
"Mai",
|
||
"Juni",
|
||
"Juli",
|
||
"August",
|
||
"September",
|
||
"Oktober",
|
||
"November",
|
||
"Dezember",
|
||
}
|
||
}
|
||
}
|
||
quarters{
|
||
format{
|
||
abbreviated{
|
||
"Q1",
|
||
"Q2",
|
||
"Q3",
|
||
"Q4",
|
||
}
|
||
narrow{
|
||
"1",
|
||
"2",
|
||
"3",
|
||
"4",
|
||
}
|
||
wide{
|
||
"1. Quartal",
|
||
"2. Quartal",
|
||
"3. Quartal",
|
||
"4. Quartal",
|
||
}
|
||
}
|
||
stand-alone{
|
||
abbreviated{
|
||
"Q1",
|
||
"Q2",
|
||
"Q3",
|
||
"Q4",
|
||
}
|
||
narrow{
|
||
"1",
|
||
"2",
|
||
"3",
|
||
"4",
|
||
}
|
||
wide{
|
||
"1. Quartal",
|
||
"2. Quartal",
|
||
"3. Quartal",
|
||
"4. Quartal",
|
||
}
|
||
}
|
||
}
|
||
}
|
||
hebrew{
|
||
eras{
|
||
abbreviated{
|
||
"AM",
|
||
}
|
||
}
|
||
}
|
||
islamic{
|
||
eras{
|
||
abbreviated{
|
||
"AH",
|
||
}
|
||
}
|
||
}
|
||
japanese{
|
||
DateTimePatterns{
|
||
"HH:mm:ss zzzz",
|
||
"HH:mm:ss z",
|
||
"HH:mm:ss",
|
||
"HH:mm",
|
||
"EEEE, d. MMMM y G",
|
||
"d. MMMM y G",
|
||
"dd.MM.y G",
|
||
"dd.MM.yy GGGGG",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
"{1} {0}",
|
||
}
|
||
}
|
||
roc{
|
||
eras{
|
||
abbreviated{
|
||
"Before R.O.C.",
|
||
"Minguo",
|
||
}
|
||
}
|
||
}
|
||
}
|
||
delimiters{
|
||
alternateQuotationEnd{"‘"}
|
||
alternateQuotationStart{"‚"}
|
||
quotationEnd{"“"}
|
||
quotationStart{"„"}
|
||
}
|
||
durationUnits{
|
||
hm{"h:mm"}
|
||
hms{"h:mm:ss"}
|
||
ms{"m:ss"}
|
||
}
|
||
fields{
|
||
day{
|
||
dn{"Tag"}
|
||
relative{
|
||
"-1"{"Gestern"}
|
||
"-2"{"Vorgestern"}
|
||
"0"{"Heute"}
|
||
"1"{"Morgen"}
|
||
"2"{"Übermorgen"}
|
||
}
|
||
relativeTime{
|
||
future{
|
||
one{"In {0} Tag"}
|
||
other{"In {0} Tagen"}
|
||
}
|
||
past{
|
||
one{"Vor {0} Tag"}
|
||
other{"Vor {0} Tagen"}
|
||
}
|
||
}
|
||
}
|
||
dayperiod{
|
||
dn{"Tageshälfte"}
|
||
}
|
||
era{
|
||
dn{"Epoche"}
|
||
}
|
||
fri{
|
||
relative{
|
||
"-1"{"Letzten Freitag"}
|
||
"0"{"Diesen Freitag"}
|
||
"1"{"Nächsten Freitag"}
|
||
}
|
||
}
|
||
hour{
|
||
dn{"Stunde"}
|
||
relativeTime{
|
||
future{
|
||
one{"In {0} Stunde"}
|
||
other{"In {0} Stunden"}
|
||
}
|
||
past{
|
||
one{"Vor {0} Stunde"}
|
||
other{"Vor {0} Stunden"}
|
||
}
|
||
}
|
||
}
|
||
minute{
|
||
dn{"Minute"}
|
||
relativeTime{
|
||
future{
|
||
one{"In {0} Minute"}
|
||
other{"In {0} Minuten"}
|
||
}
|
||
past{
|
||
one{"Vor {0} Minute"}
|
||
other{"Vor {0} Minuten"}
|
||
}
|
||
}
|
||
}
|
||
mon{
|
||
relative{
|
||
"-1"{"Letzten Montag"}
|
||
"0"{"Diesen Montag"}
|
||
"1"{"Nächsten Montag"}
|
||
}
|
||
}
|
||
month{
|
||
dn{"Monat"}
|
||
relative{
|
||
"-1"{"Letzter Monat"}
|
||
"0"{"Dieser Monat"}
|
||
"1"{"Nächster Monat"}
|
||
}
|
||
relativeTime{
|
||
future{
|
||
one{"In {0} Monat"}
|
||
other{"In {0} Monaten"}
|
||
}
|
||
past{
|
||
one{"Vor {0} Monat"}
|
||
other{"Vor {0} Monaten"}
|
||
}
|
||
}
|
||
}
|
||
sat{
|
||
relative{
|
||
"-1"{"Letzten Samstag"}
|
||
"0"{"Diesen Samstag"}
|
||
"1"{"Nächsten Samstag"}
|
||
}
|
||
}
|
||
second{
|
||
dn{"Sekunde"}
|
||
relative{
|
||
"0"{"jetzt"}
|
||
}
|
||
relativeTime{
|
||
future{
|
||
one{"In {0} Sekunde"}
|
||
other{"In {0} Sekunden"}
|
||
}
|
||
past{
|
||
one{"Vor {0} Sekunde"}
|
||
other{"Vor {0} Sekunden"}
|
||
}
|
||
}
|
||
}
|
||
sun{
|
||
relative{
|
||
"-1"{"Letzten Sonntag"}
|
||
"0"{"Diesen Sonntag"}
|
||
"1"{"Nächsten Sonntag"}
|
||
}
|
||
}
|
||
thu{
|
||
relative{
|
||
"-1"{"Letzten Donnerstag"}
|
||
"0"{"Diesen Donnerstag"}
|
||
"1"{"Nächsten Donnerstag"}
|
||
}
|
||
}
|
||
tue{
|
||
relative{
|
||
"-1"{"Letzten Dienstag"}
|
||
"0"{"Diesen Dienstag"}
|
||
"1"{"Nächsten Dienstag"}
|
||
}
|
||
}
|
||
wed{
|
||
relative{
|
||
"-1"{"Letzten Mittwoch"}
|
||
"0"{"Diesen Mittwoch"}
|
||
"1"{"Nächsten Mittwoch"}
|
||
}
|
||
}
|
||
week{
|
||
dn{"Woche"}
|
||
relative{
|
||
"-1"{"Letzte Woche"}
|
||
"0"{"Diese Woche"}
|
||
"1"{"Nächste Woche"}
|
||
}
|
||
relativeTime{
|
||
future{
|
||
one{"In {0} Woche"}
|
||
other{"In {0} Wochen"}
|
||
}
|
||
past{
|
||
one{"Vor {0} Woche"}
|
||
other{"Vor {0} Wochen"}
|
||
}
|
||
}
|
||
}
|
||
weekday{
|
||
dn{"Wochentag"}
|
||
}
|
||
year{
|
||
dn{"Jahr"}
|
||
relative{
|
||
"-1"{"Letztes Jahr"}
|
||
"0"{"Dieses Jahr"}
|
||
"1"{"Nächstes Jahr"}
|
||
}
|
||
relativeTime{
|
||
future{
|
||
one{"In {0} Jahr"}
|
||
other{"In {0} Jahren"}
|
||
}
|
||
past{
|
||
one{"Vor {0} Jahr"}
|
||
other{"Vor {0} Jahren"}
|
||
}
|
||
}
|
||
}
|
||
zone{
|
||
dn{"Zeitzone"}
|
||
}
|
||
}
|
||
listPattern{
|
||
standard{
|
||
2{"{0} und {1}"}
|
||
end{"{0} und {1}"}
|
||
middle{"{0}, {1}"}
|
||
start{"{0}, {1}"}
|
||
}
|
||
unit{
|
||
2{"{0} und {1}"}
|
||
end{"{0} und {1}"}
|
||
middle{"{0}, {1}"}
|
||
start{"{0}, {1}"}
|
||
}
|
||
unit-narrow{
|
||
2{"{0}, {1}"}
|
||
end{"{0} und {1}"}
|
||
middle{"{0}, {1}"}
|
||
start{"{0}, {1}"}
|
||
}
|
||
unit-short{
|
||
2{"{0}, {1}"}
|
||
end{"{0} und {1}"}
|
||
middle{"{0}, {1}"}
|
||
start{"{0}, {1}"}
|
||
}
|
||
}
|
||
measurementSystemNames{
|
||
UK{"Englisches"}
|
||
US{"Angloamerikanisches"}
|
||
metric{"Internationales (SI)"}
|
||
}
|
||
transformNames{
|
||
BGN{"BGN"}
|
||
Numeric{"Numerisch"}
|
||
Tone{"Tonsprache"}
|
||
UNGEGN{"UNGEGN"}
|
||
x-Accents{"Akzente"}
|
||
x-Fullwidth{"Breit"}
|
||
x-Halfwidth{"Halbe Breite"}
|
||
x-Jamo{"Jamo"}
|
||
x-Pinyin{"Pinyin"}
|
||
x-Publishing{"Veröffentlichung"}
|
||
}
|
||
units{
|
||
acceleration{
|
||
g-force{
|
||
one{"{0}-fache Erdbeschleunigung"}
|
||
other{"{0}-fache Erdbeschleunigung"}
|
||
}
|
||
}
|
||
angle{
|
||
arc-minute{
|
||
one{"{0} Winkelminute"}
|
||
other{"{0} Winkelminuten"}
|
||
}
|
||
arc-second{
|
||
one{"{0} Winkelsekunde"}
|
||
other{"{0} Winkelsekunden"}
|
||
}
|
||
degree{
|
||
one{"{0} Grad"}
|
||
other{"{0} Grad"}
|
||
}
|
||
}
|
||
area{
|
||
acre{
|
||
one{"{0} Acre"}
|
||
other{"{0} Acres"}
|
||
}
|
||
hectare{
|
||
one{"{0} Hektar"}
|
||
other{"{0} Hektar"}
|
||
}
|
||
square-foot{
|
||
one{"{0} Quadratfuß"}
|
||
other{"{0} Quadratfuß"}
|
||
}
|
||
square-kilometer{
|
||
one{"{0} Quadratkilometer"}
|
||
other{"{0} Quadratkilometer"}
|
||
}
|
||
square-meter{
|
||
one{"{0} Quadratmeter"}
|
||
other{"{0} Quadratmeter"}
|
||
}
|
||
square-mile{
|
||
one{"{0} Quadratmeile"}
|
||
other{"{0} Quadratmeilen"}
|
||
}
|
||
}
|
||
compound{
|
||
per{"{0} pro {1}"}
|
||
}
|
||
duration{
|
||
day{
|
||
one{"{0} Tag"}
|
||
other{"{0} Tage"}
|
||
}
|
||
hour{
|
||
one{"{0} Stunde"}
|
||
other{"{0} Stunden"}
|
||
}
|
||
millisecond{
|
||
one{"{0} Millisekunde"}
|
||
other{"{0} Millisekunden"}
|
||
}
|
||
minute{
|
||
one{"{0} Minute"}
|
||
other{"{0} Minuten"}
|
||
}
|
||
month{
|
||
one{"{0} Monat"}
|
||
other{"{0} Monate"}
|
||
}
|
||
second{
|
||
one{"{0} Sekunde"}
|
||
other{"{0} Sekunden"}
|
||
}
|
||
week{
|
||
one{"{0} Woche"}
|
||
other{"{0} Wochen"}
|
||
}
|
||
year{
|
||
one{"{0} Jahr"}
|
||
other{"{0} Jahre"}
|
||
}
|
||
}
|
||
length{
|
||
centimeter{
|
||
one{"{0} Zentimeter"}
|
||
other{"{0} Zentimeter"}
|
||
}
|
||
foot{
|
||
one{"{0} Fuß"}
|
||
other{"{0} Fuß"}
|
||
}
|
||
inch{
|
||
one{"{0} Zoll"}
|
||
other{"{0} Zoll"}
|
||
}
|
||
kilometer{
|
||
one{"{0} Kilometer"}
|
||
other{"{0} Kilometer"}
|
||
}
|
||
light-year{
|
||
one{"{0} Lichtjahr"}
|
||
other{"{0} Lichtjahre"}
|
||
}
|
||
meter{
|
||
one{"{0} Meter"}
|
||
other{"{0} Meter"}
|
||
}
|
||
mile{
|
||
one{"{0} Meile"}
|
||
other{"{0} Meilen"}
|
||
}
|
||
millimeter{
|
||
one{"{0} Millimeter"}
|
||
other{"{0} Millimeter"}
|
||
}
|
||
picometer{
|
||
one{"{0} Pikometer"}
|
||
other{"{0} Pikometer"}
|
||
}
|
||
yard{
|
||
one{"{0} Yard"}
|
||
other{"{0} Yards"}
|
||
}
|
||
}
|
||
mass{
|
||
gram{
|
||
one{"{0} Gramm"}
|
||
other{"{0} Gramm"}
|
||
}
|
||
kilogram{
|
||
one{"{0} Kilogramm"}
|
||
other{"{0} Kilogramm"}
|
||
}
|
||
ounce{
|
||
one{"{0} Unze"}
|
||
other{"{0} Unzen"}
|
||
}
|
||
pound{
|
||
one{"{0} Pfund"}
|
||
other{"{0} Pfund"}
|
||
}
|
||
}
|
||
power{
|
||
horsepower{
|
||
one{"{0} Pferdestärke"}
|
||
other{"{0} Pferdestärken"}
|
||
}
|
||
kilowatt{
|
||
one{"{0} Kilowatt"}
|
||
other{"{0} Kilowatt"}
|
||
}
|
||
watt{
|
||
one{"{0} Watt"}
|
||
other{"{0} Watt"}
|
||
}
|
||
}
|
||
pressure{
|
||
hectopascal{
|
||
one{"{0} Hektopascal"}
|
||
other{"{0} Hektopascal"}
|
||
}
|
||
inch-hg{
|
||
one{"{0} Zoll Quecksilbersäule"}
|
||
other{"{0} Zoll Quecksilbersäule"}
|
||
}
|
||
millibar{
|
||
one{"{0} Millibar"}
|
||
other{"{0} Millibar"}
|
||
}
|
||
}
|
||
speed{
|
||
kilometer-per-hour{
|
||
one{"{0} Kilometer pro Stunde"}
|
||
other{"{0} Kilometer pro Stunde"}
|
||
}
|
||
meter-per-second{
|
||
one{"{0} Meter pro Sekunde"}
|
||
other{"{0} Meter pro Sekunde"}
|
||
}
|
||
mile-per-hour{
|
||
one{"{0} Meile pro Stunde"}
|
||
other{"{0} Meilen pro Stunde"}
|
||
}
|
||
}
|
||
temperature{
|
||
celsius{
|
||
one{"{0} Grad Celsius"}
|
||
other{"{0} Grad Celsius"}
|
||
}
|
||
fahrenheit{
|
||
one{"{0} Grad Fahrenheit"}
|
||
other{"{0} Grad Fahrenheit"}
|
||
}
|
||
}
|
||
volume{
|
||
cubic-kilometer{
|
||
one{"{0} Kubikkilometer"}
|
||
other{"{0} Kubikkilometer"}
|
||
}
|
||
cubic-mile{
|
||
one{"{0} Kubikmeile"}
|
||
other{"{0} Kubikmeilen"}
|
||
}
|
||
liter{
|
||
one{"{0} Liter"}
|
||
other{"{0} Liter"}
|
||
}
|
||
}
|
||
}
|
||
unitsNarrow{
|
||
acceleration{
|
||
g-force{
|
||
one{"{0} G"}
|
||
other{"{0} G"}
|
||
}
|
||
}
|
||
angle{
|
||
arc-minute{
|
||
one{"{0}′"}
|
||
other{"{0}′"}
|
||
}
|
||
arc-second{
|
||
one{"{0}″"}
|
||
other{"{0}″"}
|
||
}
|
||
degree{
|
||
one{"{0}°"}
|
||
other{"{0}°"}
|
||
}
|
||
}
|
||
area{
|
||
acre{
|
||
one{"{0} ac"}
|
||
other{"{0} ac"}
|
||
}
|
||
hectare{
|
||
one{"{0} ha"}
|
||
other{"{0} ha"}
|
||
}
|
||
square-foot{
|
||
one{"{0} ft²"}
|
||
other{"{0} ft²"}
|
||
}
|
||
square-kilometer{
|
||
one{"{0} km²"}
|
||
other{"{0} km²"}
|
||
}
|
||
square-meter{
|
||
one{"{0} m²"}
|
||
other{"{0} m²"}
|
||
}
|
||
square-mile{
|
||
one{"{0} mi²"}
|
||
other{"{0} mi²"}
|
||
}
|
||
}
|
||
compound{
|
||
per{"{0}/{1}"}
|
||
}
|
||
duration{
|
||
day{
|
||
one{"{0} T"}
|
||
other{"{0} T"}
|
||
}
|
||
hour{
|
||
one{"{0} Std."}
|
||
other{"{0} Std."}
|
||
}
|
||
millisecond{
|
||
one{"{0} ms"}
|
||
other{"{0} ms"}
|
||
}
|
||
minute{
|
||
one{"{0} Min."}
|
||
other{"{0} Min."}
|
||
}
|
||
month{
|
||
one{"{0} M"}
|
||
other{"{0} M"}
|
||
}
|
||
second{
|
||
one{"{0} s"}
|
||
other{"{0} s"}
|
||
}
|
||
week{
|
||
one{"{0} W"}
|
||
other{"{0} W"}
|
||
}
|
||
year{
|
||
one{"{0} J"}
|
||
other{"{0} J"}
|
||
}
|
||
}
|
||
length{
|
||
centimeter{
|
||
one{"{0} cm"}
|
||
other{"{0} cm"}
|
||
}
|
||
foot{
|
||
one{"{0} ft"}
|
||
other{"{0} ft"}
|
||
}
|
||
inch{
|
||
one{"{0} in"}
|
||
other{"{0} in"}
|
||
}
|
||
kilometer{
|
||
one{"{0} km"}
|
||
other{"{0} km"}
|
||
}
|
||
light-year{
|
||
one{"{0} ly"}
|
||
other{"{0} ly"}
|
||
}
|
||
meter{
|
||
one{"{0} m"}
|
||
other{"{0} m"}
|
||
}
|
||
mile{
|
||
one{"{0} mi"}
|
||
other{"{0} mi"}
|
||
}
|
||
millimeter{
|
||
one{"{0} mm"}
|
||
other{"{0} mm"}
|
||
}
|
||
picometer{
|
||
one{"{0} pm"}
|
||
other{"{0} pm"}
|
||
}
|
||
yard{
|
||
one{"{0} yd"}
|
||
other{"{0} yd"}
|
||
}
|
||
}
|
||
mass{
|
||
gram{
|
||
one{"{0} g"}
|
||
other{"{0} g"}
|
||
}
|
||
kilogram{
|
||
one{"{0} kg"}
|
||
other{"{0} kg"}
|
||
}
|
||
ounce{
|
||
one{"{0} oz"}
|
||
other{"{0} oz"}
|
||
}
|
||
pound{
|
||
one{"{0} lb"}
|
||
other{"{0} lb"}
|
||
}
|
||
}
|
||
power{
|
||
horsepower{
|
||
one{"{0} PS"}
|
||
other{"{0} PS"}
|
||
}
|
||
kilowatt{
|
||
one{"{0} kW"}
|
||
other{"{0} kW"}
|
||
}
|
||
watt{
|
||
one{"{0} W"}
|
||
other{"{0} W"}
|
||
}
|
||
}
|
||
pressure{
|
||
hectopascal{
|
||
one{"{0} hPa"}
|
||
other{"{0} hPa"}
|
||
}
|
||
inch-hg{
|
||
one{"{0} inHg"}
|
||
other{"{0} inHg"}
|
||
}
|
||
millibar{
|
||
one{"{0} mbar"}
|
||
other{"{0} mbar"}
|
||
}
|
||
}
|
||
speed{
|
||
kilometer-per-hour{
|
||
one{"{0} km/h"}
|
||
other{"{0} km/h"}
|
||
}
|
||
meter-per-second{
|
||
one{"{0} m/s"}
|
||
other{"{0} m/s"}
|
||
}
|
||
mile-per-hour{
|
||
one{"{0} mi/h"}
|
||
other{"{0} mi/h"}
|
||
}
|
||
}
|
||
temperature{
|
||
celsius{
|
||
one{"{0}°"}
|
||
other{"{0}°"}
|
||
}
|
||
fahrenheit{
|
||
one{"{0}°F"}
|
||
other{"{0}°F"}
|
||
}
|
||
}
|
||
volume{
|
||
cubic-kilometer{
|
||
one{"{0} km³"}
|
||
other{"{0} km³"}
|
||
}
|
||
cubic-mile{
|
||
one{"{0} mi³"}
|
||
other{"{0} mi³"}
|
||
}
|
||
liter{
|
||
one{"{0} l"}
|
||
other{"{0} l"}
|
||
}
|
||
}
|
||
}
|
||
unitsShort{
|
||
acceleration{
|
||
g-force{
|
||
one{"{0} G"}
|
||
other{"{0} G"}
|
||
}
|
||
}
|
||
angle{
|
||
arc-minute{
|
||
one{"{0}′"}
|
||
other{"{0}′"}
|
||
}
|
||
arc-second{
|
||
one{"{0}″"}
|
||
other{"{0}″"}
|
||
}
|
||
degree{
|
||
one{"{0}°"}
|
||
other{"{0}°"}
|
||
}
|
||
}
|
||
area{
|
||
acre{
|
||
one{"{0} ac"}
|
||
other{"{0} ac"}
|
||
}
|
||
hectare{
|
||
one{"{0} ha"}
|
||
other{"{0} ha"}
|
||
}
|
||
square-foot{
|
||
one{"{0} ft²"}
|
||
other{"{0} ft²"}
|
||
}
|
||
square-kilometer{
|
||
one{"{0} km²"}
|
||
other{"{0} km²"}
|
||
}
|
||
square-meter{
|
||
one{"{0} m²"}
|
||
other{"{0} m²"}
|
||
}
|
||
square-mile{
|
||
one{"{0} mi²"}
|
||
other{"{0} mi²"}
|
||
}
|
||
}
|
||
compound{
|
||
per{"{0}/{1}"}
|
||
}
|
||
duration{
|
||
day{
|
||
one{"{0} T"}
|
||
other{"{0} T"}
|
||
}
|
||
hour{
|
||
one{"{0} Std."}
|
||
other{"{0} Std."}
|
||
}
|
||
millisecond{
|
||
one{"{0} ms"}
|
||
other{"{0} ms"}
|
||
}
|
||
minute{
|
||
one{"{0} Min."}
|
||
other{"{0} Min."}
|
||
}
|
||
month{
|
||
one{"{0} Mon"}
|
||
other{"{0} Mon"}
|
||
}
|
||
second{
|
||
one{"{0} Sek."}
|
||
other{"{0} Sek."}
|
||
}
|
||
week{
|
||
one{"{0} W"}
|
||
other{"{0} W"}
|
||
}
|
||
year{
|
||
one{"{0} J"}
|
||
other{"{0} J"}
|
||
}
|
||
}
|
||
length{
|
||
centimeter{
|
||
one{"{0} cm"}
|
||
other{"{0} cm"}
|
||
}
|
||
foot{
|
||
one{"{0} ft"}
|
||
other{"{0} ft"}
|
||
}
|
||
inch{
|
||
one{"{0} in"}
|
||
other{"{0} in"}
|
||
}
|
||
kilometer{
|
||
one{"{0} km"}
|
||
other{"{0} km"}
|
||
}
|
||
light-year{
|
||
one{"{0} ly"}
|
||
other{"{0} ly"}
|
||
}
|
||
meter{
|
||
one{"{0} m"}
|
||
other{"{0} m"}
|
||
}
|
||
mile{
|
||
one{"{0} mi"}
|
||
other{"{0} mi"}
|
||
}
|
||
millimeter{
|
||
one{"{0} mm"}
|
||
other{"{0} mm"}
|
||
}
|
||
picometer{
|
||
one{"{0} pm"}
|
||
other{"{0} pm"}
|
||
}
|
||
yard{
|
||
one{"{0} yd"}
|
||
other{"{0} yd"}
|
||
}
|
||
}
|
||
mass{
|
||
gram{
|
||
one{"{0} g"}
|
||
other{"{0} g"}
|
||
}
|
||
kilogram{
|
||
one{"{0} kg"}
|
||
other{"{0} kg"}
|
||
}
|
||
ounce{
|
||
one{"{0} oz"}
|
||
other{"{0} oz"}
|
||
}
|
||
pound{
|
||
one{"{0} lb"}
|
||
other{"{0} lb"}
|
||
}
|
||
}
|
||
power{
|
||
horsepower{
|
||
one{"{0} PS"}
|
||
other{"{0} PS"}
|
||
}
|
||
kilowatt{
|
||
one{"{0} kW"}
|
||
other{"{0} kW"}
|
||
}
|
||
watt{
|
||
one{"{0} W"}
|
||
other{"{0} W"}
|
||
}
|
||
}
|
||
pressure{
|
||
hectopascal{
|
||
one{"{0} hPa"}
|
||
other{"{0} hPa"}
|
||
}
|
||
inch-hg{
|
||
one{"{0} inHg"}
|
||
other{"{0} inHg"}
|
||
}
|
||
millibar{
|
||
one{"{0} mbar"}
|
||
other{"{0} mbar"}
|
||
}
|
||
}
|
||
speed{
|
||
kilometer-per-hour{
|
||
one{"{0} km/h"}
|
||
other{"{0} km/h"}
|
||
}
|
||
meter-per-second{
|
||
one{"{0} m/s"}
|
||
other{"{0} m/s"}
|
||
}
|
||
mile-per-hour{
|
||
one{"{0} mi/h"}
|
||
other{"{0} mi/h"}
|
||
}
|
||
}
|
||
temperature{
|
||
celsius{
|
||
one{"{0}°C"}
|
||
other{"{0}°C"}
|
||
}
|
||
fahrenheit{
|
||
one{"{0}°F"}
|
||
other{"{0}°F"}
|
||
}
|
||
}
|
||
volume{
|
||
cubic-kilometer{
|
||
one{"{0} km³"}
|
||
other{"{0} km³"}
|
||
}
|
||
cubic-mile{
|
||
one{"{0} mi³"}
|
||
other{"{0} mi³"}
|
||
}
|
||
liter{
|
||
one{"{0} l"}
|
||
other{"{0} l"}
|
||
}
|
||
}
|
||
}
|
||
}
|