From 6227cc013572391189a63350cec2544f0e0b3624 Mon Sep 17 00:00:00 2001 From: John Emmons Date: Wed, 17 Oct 2018 09:25:27 -0500 Subject: [PATCH] Generate CLDR 34 data --- main/ff-Latn-BF/ca-generic.json | 494 ++++++ main/ff-Latn-BF/ca-gregorian.json | 497 +++++++ main/ff-Latn-BF/dateFields.json | 586 ++++++++ main/ff-Latn-BF/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn-CM/ca-generic.json | 494 ++++++ main/ff-Latn-CM/ca-gregorian.json | 497 +++++++ main/ff-Latn-CM/dateFields.json | 586 ++++++++ main/ff-Latn-CM/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn-GH/ca-generic.json | 494 ++++++ main/ff-Latn-GH/ca-gregorian.json | 497 +++++++ main/ff-Latn-GH/dateFields.json | 586 ++++++++ main/ff-Latn-GH/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn-GM/ca-generic.json | 494 ++++++ main/ff-Latn-GM/ca-gregorian.json | 497 +++++++ main/ff-Latn-GM/dateFields.json | 586 ++++++++ main/ff-Latn-GM/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn-GN/ca-generic.json | 494 ++++++ main/ff-Latn-GN/ca-gregorian.json | 497 +++++++ main/ff-Latn-GN/dateFields.json | 586 ++++++++ main/ff-Latn-GN/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn-GW/ca-generic.json | 494 ++++++ main/ff-Latn-GW/ca-gregorian.json | 497 +++++++ main/ff-Latn-GW/dateFields.json | 586 ++++++++ main/ff-Latn-GW/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn-LR/ca-generic.json | 494 ++++++ main/ff-Latn-LR/ca-gregorian.json | 497 +++++++ main/ff-Latn-LR/dateFields.json | 586 ++++++++ main/ff-Latn-LR/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn-MR/ca-generic.json | 494 ++++++ main/ff-Latn-MR/ca-gregorian.json | 497 +++++++ main/ff-Latn-MR/dateFields.json | 586 ++++++++ main/ff-Latn-MR/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn-NE/ca-generic.json | 494 ++++++ main/ff-Latn-NE/ca-gregorian.json | 497 +++++++ main/ff-Latn-NE/dateFields.json | 586 ++++++++ main/ff-Latn-NE/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn-NG/ca-generic.json | 494 ++++++ main/ff-Latn-NG/ca-gregorian.json | 497 +++++++ main/ff-Latn-NG/dateFields.json | 586 ++++++++ main/ff-Latn-NG/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn-SL/ca-generic.json | 494 ++++++ main/ff-Latn-SL/ca-gregorian.json | 497 +++++++ main/ff-Latn-SL/dateFields.json | 586 ++++++++ main/ff-Latn-SL/timeZoneNames.json | 1338 +++++++++++++++++ main/ff-Latn/ca-generic.json | 493 ++++++ main/ff-Latn/ca-gregorian.json | 496 +++++++ main/ff-Latn/dateFields.json | 585 ++++++++ main/ff-Latn/timeZoneNames.json | 1337 +++++++++++++++++ main/ia/ca-generic.json | 480 ++++++ main/ia/ca-gregorian.json | 491 ++++++ main/ia/dateFields.json | 584 ++++++++ main/ia/timeZoneNames.json | 1560 +++++++++++++++++++ main/jv/ca-generic.json | 480 ++++++ main/jv/ca-gregorian.json | 491 ++++++ main/jv/dateFields.json | 584 ++++++++ main/jv/timeZoneNames.json | 2226 ++++++++++++++++++++++++++++ main/ku/ca-generic.json | 480 ++++++ main/ku/ca-gregorian.json | 491 ++++++ main/ku/dateFields.json | 584 ++++++++ main/ku/timeZoneNames.json | 1336 +++++++++++++++++ main/mi/ca-generic.json | 480 ++++++ main/mi/ca-gregorian.json | 491 ++++++ main/mi/dateFields.json | 584 ++++++++ main/mi/timeZoneNames.json | 1402 ++++++++++++++++++ main/xh/ca-generic.json | 480 ++++++ main/xh/ca-gregorian.json | 493 ++++++ main/xh/dateFields.json | 584 ++++++++ main/xh/timeZoneNames.json | 1336 +++++++++++++++++ 68 files changed, 50613 insertions(+) create mode 100755 main/ff-Latn-BF/ca-generic.json create mode 100755 main/ff-Latn-BF/ca-gregorian.json create mode 100755 main/ff-Latn-BF/dateFields.json create mode 100755 main/ff-Latn-BF/timeZoneNames.json create mode 100755 main/ff-Latn-CM/ca-generic.json create mode 100755 main/ff-Latn-CM/ca-gregorian.json create mode 100755 main/ff-Latn-CM/dateFields.json create mode 100755 main/ff-Latn-CM/timeZoneNames.json create mode 100755 main/ff-Latn-GH/ca-generic.json create mode 100755 main/ff-Latn-GH/ca-gregorian.json create mode 100755 main/ff-Latn-GH/dateFields.json create mode 100755 main/ff-Latn-GH/timeZoneNames.json create mode 100755 main/ff-Latn-GM/ca-generic.json create mode 100755 main/ff-Latn-GM/ca-gregorian.json create mode 100755 main/ff-Latn-GM/dateFields.json create mode 100755 main/ff-Latn-GM/timeZoneNames.json create mode 100755 main/ff-Latn-GN/ca-generic.json create mode 100755 main/ff-Latn-GN/ca-gregorian.json create mode 100755 main/ff-Latn-GN/dateFields.json create mode 100755 main/ff-Latn-GN/timeZoneNames.json create mode 100755 main/ff-Latn-GW/ca-generic.json create mode 100755 main/ff-Latn-GW/ca-gregorian.json create mode 100755 main/ff-Latn-GW/dateFields.json create mode 100755 main/ff-Latn-GW/timeZoneNames.json create mode 100755 main/ff-Latn-LR/ca-generic.json create mode 100755 main/ff-Latn-LR/ca-gregorian.json create mode 100755 main/ff-Latn-LR/dateFields.json create mode 100755 main/ff-Latn-LR/timeZoneNames.json create mode 100755 main/ff-Latn-MR/ca-generic.json create mode 100755 main/ff-Latn-MR/ca-gregorian.json create mode 100755 main/ff-Latn-MR/dateFields.json create mode 100755 main/ff-Latn-MR/timeZoneNames.json create mode 100755 main/ff-Latn-NE/ca-generic.json create mode 100755 main/ff-Latn-NE/ca-gregorian.json create mode 100755 main/ff-Latn-NE/dateFields.json create mode 100755 main/ff-Latn-NE/timeZoneNames.json create mode 100755 main/ff-Latn-NG/ca-generic.json create mode 100755 main/ff-Latn-NG/ca-gregorian.json create mode 100755 main/ff-Latn-NG/dateFields.json create mode 100755 main/ff-Latn-NG/timeZoneNames.json create mode 100755 main/ff-Latn-SL/ca-generic.json create mode 100755 main/ff-Latn-SL/ca-gregorian.json create mode 100755 main/ff-Latn-SL/dateFields.json create mode 100755 main/ff-Latn-SL/timeZoneNames.json create mode 100755 main/ff-Latn/ca-generic.json create mode 100755 main/ff-Latn/ca-gregorian.json create mode 100755 main/ff-Latn/dateFields.json create mode 100755 main/ff-Latn/timeZoneNames.json create mode 100755 main/ia/ca-generic.json create mode 100755 main/ia/ca-gregorian.json create mode 100755 main/ia/dateFields.json create mode 100755 main/ia/timeZoneNames.json create mode 100755 main/jv/ca-generic.json create mode 100755 main/jv/ca-gregorian.json create mode 100755 main/jv/dateFields.json create mode 100755 main/jv/timeZoneNames.json create mode 100755 main/ku/ca-generic.json create mode 100755 main/ku/ca-gregorian.json create mode 100755 main/ku/dateFields.json create mode 100755 main/ku/timeZoneNames.json create mode 100755 main/mi/ca-generic.json create mode 100755 main/mi/ca-gregorian.json create mode 100755 main/mi/dateFields.json create mode 100755 main/mi/timeZoneNames.json create mode 100755 main/xh/ca-generic.json create mode 100755 main/xh/ca-gregorian.json create mode 100755 main/xh/dateFields.json create mode 100755 main/xh/timeZoneNames.json diff --git a/main/ff-Latn-BF/ca-generic.json b/main/ff-Latn-BF/ca-generic.json new file mode 100755 index 00000000..6ebebbc6 --- /dev/null +++ b/main/ff-Latn-BF/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-BF": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "BF" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-BF/ca-gregorian.json b/main/ff-Latn-BF/ca-gregorian.json new file mode 100755 index 00000000..93edc020 --- /dev/null +++ b/main/ff-Latn-BF/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-BF": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "BF" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-BF/dateFields.json b/main/ff-Latn-BF/dateFields.json new file mode 100755 index 00000000..8af69da7 --- /dev/null +++ b/main/ff-Latn-BF/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-BF": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "BF" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-BF/timeZoneNames.json b/main/ff-Latn-BF/timeZoneNames.json new file mode 100755 index 00000000..efa01bfc --- /dev/null +++ b/main/ff-Latn-BF/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-BF": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "BF" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-CM/ca-generic.json b/main/ff-Latn-CM/ca-generic.json new file mode 100755 index 00000000..4b113462 --- /dev/null +++ b/main/ff-Latn-CM/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-CM": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "CM" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-CM/ca-gregorian.json b/main/ff-Latn-CM/ca-gregorian.json new file mode 100755 index 00000000..72674090 --- /dev/null +++ b/main/ff-Latn-CM/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-CM": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "CM" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-CM/dateFields.json b/main/ff-Latn-CM/dateFields.json new file mode 100755 index 00000000..4c8169fb --- /dev/null +++ b/main/ff-Latn-CM/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-CM": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "CM" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-CM/timeZoneNames.json b/main/ff-Latn-CM/timeZoneNames.json new file mode 100755 index 00000000..51979516 --- /dev/null +++ b/main/ff-Latn-CM/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-CM": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "CM" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GH/ca-generic.json b/main/ff-Latn-GH/ca-generic.json new file mode 100755 index 00000000..815d2d52 --- /dev/null +++ b/main/ff-Latn-GH/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-GH": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GH" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GH/ca-gregorian.json b/main/ff-Latn-GH/ca-gregorian.json new file mode 100755 index 00000000..590b67d3 --- /dev/null +++ b/main/ff-Latn-GH/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-GH": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GH" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GH/dateFields.json b/main/ff-Latn-GH/dateFields.json new file mode 100755 index 00000000..43c63937 --- /dev/null +++ b/main/ff-Latn-GH/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-GH": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GH" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-GH/timeZoneNames.json b/main/ff-Latn-GH/timeZoneNames.json new file mode 100755 index 00000000..3c68a260 --- /dev/null +++ b/main/ff-Latn-GH/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-GH": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GH" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GM/ca-generic.json b/main/ff-Latn-GM/ca-generic.json new file mode 100755 index 00000000..cd9939b0 --- /dev/null +++ b/main/ff-Latn-GM/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-GM": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GM" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GM/ca-gregorian.json b/main/ff-Latn-GM/ca-gregorian.json new file mode 100755 index 00000000..dc82f665 --- /dev/null +++ b/main/ff-Latn-GM/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-GM": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GM" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GM/dateFields.json b/main/ff-Latn-GM/dateFields.json new file mode 100755 index 00000000..2441ad49 --- /dev/null +++ b/main/ff-Latn-GM/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-GM": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GM" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-GM/timeZoneNames.json b/main/ff-Latn-GM/timeZoneNames.json new file mode 100755 index 00000000..7c6d32c6 --- /dev/null +++ b/main/ff-Latn-GM/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-GM": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GM" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GN/ca-generic.json b/main/ff-Latn-GN/ca-generic.json new file mode 100755 index 00000000..5bcb2965 --- /dev/null +++ b/main/ff-Latn-GN/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-GN": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GN" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GN/ca-gregorian.json b/main/ff-Latn-GN/ca-gregorian.json new file mode 100755 index 00000000..9a34ac9b --- /dev/null +++ b/main/ff-Latn-GN/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-GN": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GN" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GN/dateFields.json b/main/ff-Latn-GN/dateFields.json new file mode 100755 index 00000000..1e40fc3b --- /dev/null +++ b/main/ff-Latn-GN/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-GN": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GN" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-GN/timeZoneNames.json b/main/ff-Latn-GN/timeZoneNames.json new file mode 100755 index 00000000..5b72200b --- /dev/null +++ b/main/ff-Latn-GN/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-GN": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GN" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GW/ca-generic.json b/main/ff-Latn-GW/ca-generic.json new file mode 100755 index 00000000..6cb5a2a0 --- /dev/null +++ b/main/ff-Latn-GW/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-GW": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GW" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GW/ca-gregorian.json b/main/ff-Latn-GW/ca-gregorian.json new file mode 100755 index 00000000..5441821e --- /dev/null +++ b/main/ff-Latn-GW/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-GW": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GW" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-GW/dateFields.json b/main/ff-Latn-GW/dateFields.json new file mode 100755 index 00000000..1e5d43a6 --- /dev/null +++ b/main/ff-Latn-GW/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-GW": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GW" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-GW/timeZoneNames.json b/main/ff-Latn-GW/timeZoneNames.json new file mode 100755 index 00000000..14ba7801 --- /dev/null +++ b/main/ff-Latn-GW/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-GW": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "GW" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-LR/ca-generic.json b/main/ff-Latn-LR/ca-generic.json new file mode 100755 index 00000000..d5fd0379 --- /dev/null +++ b/main/ff-Latn-LR/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-LR": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "LR" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-LR/ca-gregorian.json b/main/ff-Latn-LR/ca-gregorian.json new file mode 100755 index 00000000..4a83dd38 --- /dev/null +++ b/main/ff-Latn-LR/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-LR": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "LR" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-LR/dateFields.json b/main/ff-Latn-LR/dateFields.json new file mode 100755 index 00000000..69485bab --- /dev/null +++ b/main/ff-Latn-LR/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-LR": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "LR" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-LR/timeZoneNames.json b/main/ff-Latn-LR/timeZoneNames.json new file mode 100755 index 00000000..3b855109 --- /dev/null +++ b/main/ff-Latn-LR/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-LR": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "LR" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-MR/ca-generic.json b/main/ff-Latn-MR/ca-generic.json new file mode 100755 index 00000000..76636fca --- /dev/null +++ b/main/ff-Latn-MR/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-MR": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "MR" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "h:mm:ss a zzzz", + "long": "h:mm:ss a z", + "medium": "h:mm:ss a", + "short": "h:mm a" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-MR/ca-gregorian.json b/main/ff-Latn-MR/ca-gregorian.json new file mode 100755 index 00000000..363a71d9 --- /dev/null +++ b/main/ff-Latn-MR/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-MR": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "MR" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "h:mm:ss a zzzz", + "long": "h:mm:ss a z", + "medium": "h:mm:ss a", + "short": "h:mm a" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-MR/dateFields.json b/main/ff-Latn-MR/dateFields.json new file mode 100755 index 00000000..8024ae25 --- /dev/null +++ b/main/ff-Latn-MR/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-MR": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "MR" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-MR/timeZoneNames.json b/main/ff-Latn-MR/timeZoneNames.json new file mode 100755 index 00000000..4fcdb8c6 --- /dev/null +++ b/main/ff-Latn-MR/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-MR": { + "identity": { + "version": { + "_number": "$Revision: 14257 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "MR" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-NE/ca-generic.json b/main/ff-Latn-NE/ca-generic.json new file mode 100755 index 00000000..68a7f736 --- /dev/null +++ b/main/ff-Latn-NE/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-NE": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "NE" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-NE/ca-gregorian.json b/main/ff-Latn-NE/ca-gregorian.json new file mode 100755 index 00000000..eed9df63 --- /dev/null +++ b/main/ff-Latn-NE/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-NE": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "NE" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-NE/dateFields.json b/main/ff-Latn-NE/dateFields.json new file mode 100755 index 00000000..7f1d3d74 --- /dev/null +++ b/main/ff-Latn-NE/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-NE": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "NE" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-NE/timeZoneNames.json b/main/ff-Latn-NE/timeZoneNames.json new file mode 100755 index 00000000..27ff872e --- /dev/null +++ b/main/ff-Latn-NE/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-NE": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "NE" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-NG/ca-generic.json b/main/ff-Latn-NG/ca-generic.json new file mode 100755 index 00000000..14b3e49e --- /dev/null +++ b/main/ff-Latn-NG/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-NG": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "NG" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-NG/ca-gregorian.json b/main/ff-Latn-NG/ca-gregorian.json new file mode 100755 index 00000000..fa8ebbdf --- /dev/null +++ b/main/ff-Latn-NG/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-NG": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "NG" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-NG/dateFields.json b/main/ff-Latn-NG/dateFields.json new file mode 100755 index 00000000..1210eac6 --- /dev/null +++ b/main/ff-Latn-NG/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-NG": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "NG" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-NG/timeZoneNames.json b/main/ff-Latn-NG/timeZoneNames.json new file mode 100755 index 00000000..9ec18be6 --- /dev/null +++ b/main/ff-Latn-NG/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-NG": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "NG" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-SL/ca-generic.json b/main/ff-Latn-SL/ca-generic.json new file mode 100755 index 00000000..c5730ced --- /dev/null +++ b/main/ff-Latn-SL/ca-generic.json @@ -0,0 +1,494 @@ +{ + "main": { + "ff-Latn-SL": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "SL" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-SL/ca-gregorian.json b/main/ff-Latn-SL/ca-gregorian.json new file mode 100755 index 00000000..48dfc499 --- /dev/null +++ b/main/ff-Latn-SL/ca-gregorian.json @@ -0,0 +1,497 @@ +{ + "main": { + "ff-Latn-SL": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "SL" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn-SL/dateFields.json b/main/ff-Latn-SL/dateFields.json new file mode 100755 index 00000000..d10d13b7 --- /dev/null +++ b/main/ff-Latn-SL/dateFields.json @@ -0,0 +1,586 @@ +{ + "main": { + "ff-Latn-SL": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "SL" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn-SL/timeZoneNames.json b/main/ff-Latn-SL/timeZoneNames.json new file mode 100755 index 00000000..7b214d69 --- /dev/null +++ b/main/ff-Latn-SL/timeZoneNames.json @@ -0,0 +1,1338 @@ +{ + "main": { + "ff-Latn-SL": { + "identity": { + "version": { + "_number": "$Revision: 14446 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn", + "territory": "SL" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn/ca-generic.json b/main/ff-Latn/ca-generic.json new file mode 100755 index 00000000..c3bf2cd2 --- /dev/null +++ b/main/ff-Latn/ca-generic.json @@ -0,0 +1,493 @@ +{ + "main": { + "ff-Latn": { + "identity": { + "version": { + "_number": "$Revision: 14412 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM, y G", + "short": "d/M/y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn/ca-gregorian.json b/main/ff-Latn/ca-gregorian.json new file mode 100755 index 00000000..07b86175 --- /dev/null +++ b/main/ff-Latn/ca-gregorian.json @@ -0,0 +1,496 @@ +{ + "main": { + "ff-Latn": { + "identity": { + "version": { + "_number": "$Revision: 14412 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + }, + "stand-alone": { + "abbreviated": { + "1": "sii", + "2": "col", + "3": "mbo", + "4": "see", + "5": "duu", + "6": "kor", + "7": "mor", + "8": "juk", + "9": "slt", + "10": "yar", + "11": "jol", + "12": "bow" + }, + "narrow": { + "1": "s", + "2": "c", + "3": "m", + "4": "s", + "5": "d", + "6": "k", + "7": "m", + "8": "j", + "9": "s", + "10": "y", + "11": "j", + "12": "b" + }, + "wide": { + "1": "siilo", + "2": "colte", + "3": "mbooy", + "4": "seeɗto", + "5": "duujal", + "6": "korse", + "7": "morso", + "8": "juko", + "9": "siilto", + "10": "yarkomaa", + "11": "jolal", + "12": "bowte" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "narrow": { + "sun": "d", + "mon": "a", + "tue": "m", + "wed": "n", + "thu": "n", + "fri": "m", + "sat": "h" + }, + "short": { + "sun": "dew", + "mon": "aaɓ", + "tue": "maw", + "wed": "nje", + "thu": "naa", + "fri": "mwd", + "sat": "hbi" + }, + "wide": { + "sun": "dewo", + "mon": "aaɓnde", + "tue": "mawbaare", + "wed": "njeslaare", + "thu": "naasaande", + "fri": "mawnde", + "sat": "hoore-biir" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Termes 1", + "2": "Termes 2", + "3": "Termes 3", + "4": "Termes 4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + }, + "stand-alone": { + "abbreviated": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "narrow": { + "am": "subaka", + "pm": "kikiiɗe" + }, + "wide": { + "am": "subaka", + "pm": "kikiiɗe" + } + } + }, + "eras": { + "eraNames": { + "0": "Hade Iisa", + "0-alt-variant": "BCE", + "1": "Caggal Iisa", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "H-I", + "0-alt-variant": "BCE", + "1": "C-I", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "EEEE d MMMM y", + "long": "d MMMM y", + "medium": "d MMM, y", + "short": "d/M/y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "M", + "Md": "d/M", + "MEd": "MM-dd, E", + "MMd": "d/MM", + "MMdd": "dd/MM", + "MMM": "MMM", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d MMMM", + "MMMMEd": "E d MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "m:ss", + "y": "y", + "yM": "M/y", + "yMd": "y-MM-dd", + "yMEd": "E d/M/y", + "yMM": "MM/y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ff-Latn/dateFields.json b/main/ff-Latn/dateFields.json new file mode 100755 index 00000000..f355b5aa --- /dev/null +++ b/main/ff-Latn/dateFields.json @@ -0,0 +1,585 @@ +{ + "main": { + "ff-Latn": { + "identity": { + "version": { + "_number": "$Revision: 14412 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn" + }, + "dates": { + "fields": { + "era": { + "displayName": "Jamaanu" + }, + "era-short": { + "displayName": "Jamaanu" + }, + "era-narrow": { + "displayName": "Jamaanu" + }, + "year": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Hitaande", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Lewru", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Yontere", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Ñalnde", + "relative-type--1": "Haŋki", + "relative-type-0": "Hannde", + "relative-type-1": "Jaŋngo", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Ñalɗi yontere" + }, + "weekday-short": { + "displayName": "Ñalɗi yontere" + }, + "weekday-narrow": { + "displayName": "Ñalɗi yontere" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Sahnga" + }, + "dayperiod": { + "displayName": "Sahnga" + }, + "dayperiod-narrow": { + "displayName": "Sahnga" + }, + "hour": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Waktu", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Hoƴom", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Majaango", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Diiwaan waktu" + }, + "zone-short": { + "displayName": "Diiwaan waktu" + }, + "zone-narrow": { + "displayName": "Diiwaan waktu" + } + } + } + } + } +} diff --git a/main/ff-Latn/timeZoneNames.json b/main/ff-Latn/timeZoneNames.json new file mode 100755 index 00000000..8dd13d44 --- /dev/null +++ b/main/ff-Latn/timeZoneNames.json @@ -0,0 +1,1337 @@ +{ + "main": { + "ff-Latn": { + "identity": { + "version": { + "_number": "$Revision: 14412 $", + "_cldrVersion": "34" + }, + "language": "ff", + "script": "Latn" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/ia/ca-generic.json b/main/ia/ca-generic.json new file mode 100755 index 00000000..664d62a4 --- /dev/null +++ b/main/ia/ca-generic.json @@ -0,0 +1,480 @@ +{ + "main": { + "ia": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "ia" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dom", + "mon": "lun", + "tue": "mar", + "wed": "mer", + "thu": "jov", + "fri": "ven", + "sat": "sab" + }, + "narrow": { + "sun": "d", + "mon": "l", + "tue": "m", + "wed": "m", + "thu": "j", + "fri": "v", + "sat": "s" + }, + "short": { + "sun": "do", + "mon": "lu", + "tue": "ma", + "wed": "me", + "thu": "jo", + "fri": "ve", + "sat": "sa" + }, + "wide": { + "sun": "dominica", + "mon": "lunedi", + "tue": "martedi", + "wed": "mercuridi", + "thu": "jovedi", + "fri": "venerdi", + "sat": "sabbato" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dom", + "mon": "lun", + "tue": "mar", + "wed": "mer", + "thu": "jov", + "fri": "ven", + "sat": "sab" + }, + "narrow": { + "sun": "d", + "mon": "l", + "tue": "m", + "wed": "m", + "thu": "j", + "fri": "v", + "sat": "s" + }, + "short": { + "sun": "do", + "mon": "lu", + "tue": "ma", + "wed": "me", + "thu": "jo", + "fri": "ve", + "sat": "sa" + }, + "wide": { + "sun": "dominica", + "mon": "lunedi", + "tue": "martedi", + "wed": "mercuridi", + "thu": "jovedi", + "fri": "venerdi", + "sat": "sabbato" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "1me trimestre", + "2": "2nde trimestre", + "3": "3tie trimestre", + "4": "4te trimestre" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "1me trimestre", + "2": "2nde trimestre", + "3": "3tie trimestre", + "4": "4te trimestre" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + }, + "stand-alone": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE 'le' d 'de' MMMM y G", + "long": "d 'de' MMMM y G", + "medium": "d MMM y G", + "short": "dd-MM-y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} 'a' {0}", + "long": "{1} 'a' {0}", + "medium": "{1}, {0}", + "short": "{1}, {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "E d", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "y G", + "GyMMM": "MMM y G", + "GyMMMd": "d MMM y G", + "GyMMMEd": "E d MMM y G", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "L", + "Md": "dd-MM", + "MEd": "E dd-MM", + "MMM": "LLL", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d 'de' MMMM", + "ms": "mm:ss", + "y": "y G", + "yyyy": "y G", + "yyyyM": "MM-y GGGGG", + "yyyyMd": "dd-MM-y GGGGG", + "yyyyMEd": "E dd-MM-y GGGGG", + "yyyyMMM": "MMM y G", + "yyyyMMMd": "d MMM y G", + "yyyyMMMEd": "E d MMM y G", + "yyyyMMMM": "MMMM y G", + "yyyyQQQ": "QQQ y G", + "yyyyQQQQ": "QQQQ 'de' y G" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d – d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM – MM" + }, + "Md": { + "d": "dd-MM – dd-MM", + "M": "dd-MM – dd-MM" + }, + "MEd": { + "d": "E dd-MM – E dd-MM", + "M": "E dd-MM – E dd-MM" + }, + "MMM": { + "M": "MMM – MMM" + }, + "MMMd": { + "d": "d – d MMM", + "M": "d MMM – d MMM" + }, + "MMMEd": { + "d": "E d MMM – E d MMM", + "M": "E d MMM – E d MMM" + }, + "y": { + "y": "y – y G" + }, + "yM": { + "M": "MM-y – MM-y GGGGG", + "y": "MM-y – MM-y GGGGG" + }, + "yMd": { + "d": "dd-MM-y – dd-MM-y GGGGG", + "M": "dd-MM-y – dd-MM-y GGGGG", + "y": "dd-MM-y – dd-MM-y GGGGG" + }, + "yMEd": { + "d": "E dd-MM-y – E dd-MM-y GGGGG", + "M": "E dd-MM-y – E dd-MM-y GGGGG", + "y": "E dd-MM-y – E dd-MM-y GGGGG" + }, + "yMMM": { + "M": "MMM – MMM y G", + "y": "MMM y – MMM y G" + }, + "yMMMd": { + "d": "d – d MMM y G", + "M": "d MMM – d MMM y G", + "y": "d MMM y – d MMM y G" + }, + "yMMMEd": { + "d": "E d MMM – E d MMM y G", + "M": "E d MMM – 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" + } + } + } + } + } + } + } + } +} diff --git a/main/ia/ca-gregorian.json b/main/ia/ca-gregorian.json new file mode 100755 index 00000000..b8fe6f2a --- /dev/null +++ b/main/ia/ca-gregorian.json @@ -0,0 +1,491 @@ +{ + "main": { + "ia": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "ia" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "jan", + "2": "feb", + "3": "mar", + "4": "apr", + "5": "mai", + "6": "jun", + "7": "jul", + "8": "aug", + "9": "sep", + "10": "oct", + "11": "nov", + "12": "dec" + }, + "narrow": { + "1": "j", + "2": "f", + "3": "m", + "4": "a", + "5": "m", + "6": "j", + "7": "j", + "8": "a", + "9": "s", + "10": "o", + "11": "n", + "12": "d" + }, + "wide": { + "1": "januario", + "2": "februario", + "3": "martio", + "4": "april", + "5": "maio", + "6": "junio", + "7": "julio", + "8": "augusto", + "9": "septembre", + "10": "octobre", + "11": "novembre", + "12": "decembre" + } + }, + "stand-alone": { + "abbreviated": { + "1": "jan", + "2": "feb", + "3": "mar", + "4": "apr", + "5": "mai", + "6": "jun", + "7": "jul", + "8": "aug", + "9": "sep", + "10": "oct", + "11": "nov", + "12": "dec" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "januario", + "2": "februario", + "3": "martio", + "4": "april", + "5": "maio", + "6": "junio", + "7": "julio", + "8": "augusto", + "9": "septembre", + "10": "octobre", + "11": "novembre", + "12": "decembre" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "dom", + "mon": "lun", + "tue": "mar", + "wed": "mer", + "thu": "jov", + "fri": "ven", + "sat": "sab" + }, + "narrow": { + "sun": "d", + "mon": "l", + "tue": "m", + "wed": "m", + "thu": "j", + "fri": "v", + "sat": "s" + }, + "short": { + "sun": "do", + "mon": "lu", + "tue": "ma", + "wed": "me", + "thu": "jo", + "fri": "ve", + "sat": "sa" + }, + "wide": { + "sun": "dominica", + "mon": "lunedi", + "tue": "martedi", + "wed": "mercuridi", + "thu": "jovedi", + "fri": "venerdi", + "sat": "sabbato" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "dom", + "mon": "lun", + "tue": "mar", + "wed": "mer", + "thu": "jov", + "fri": "ven", + "sat": "sab" + }, + "narrow": { + "sun": "d", + "mon": "l", + "tue": "m", + "wed": "m", + "thu": "j", + "fri": "v", + "sat": "s" + }, + "short": { + "sun": "do", + "mon": "lu", + "tue": "ma", + "wed": "me", + "thu": "jo", + "fri": "ve", + "sat": "sa" + }, + "wide": { + "sun": "dominica", + "mon": "lunedi", + "tue": "martedi", + "wed": "mercuridi", + "thu": "jovedi", + "fri": "venerdi", + "sat": "sabbato" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "1me trimestre", + "2": "2nde trimestre", + "3": "3tie trimestre", + "4": "4te trimestre" + } + }, + "stand-alone": { + "abbreviated": { + "1": "T1", + "2": "T2", + "3": "T3", + "4": "T4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "1me trimestre", + "2": "2nde trimestre", + "3": "3tie trimestre", + "4": "4te trimestre" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + }, + "stand-alone": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + } + }, + "eras": { + "eraNames": { + "0": "ante Christo", + "0-alt-variant": "ante era commun", + "1": "post Christo", + "1-alt-variant": "era commun" + }, + "eraAbbr": { + "0": "a.Chr.", + "0-alt-variant": "aEC", + "1": "p.Chr.", + "1-alt-variant": "EC" + }, + "eraNarrow": { + "0": "a.Chr.", + "0-alt-variant": "aEC", + "1": "p.Chr.", + "1-alt-variant": "EC" + } + }, + "dateFormats": { + "full": "EEEE 'le' d 'de' MMMM y", + "long": "d 'de' MMMM y", + "medium": "d MMM y", + "short": "dd-MM-y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} 'a' {0}", + "long": "{1} 'a' {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "E d", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "y G", + "GyMMM": "MMM y G", + "GyMMMd": "d MMM y G", + "GyMMMEd": "E d MMM y G", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "L", + "Md": "dd-MM", + "MEd": "E dd-MM", + "MMM": "LLL", + "MMMd": "d MMM", + "MMMEd": "E d MMM", + "MMMMd": "d 'de' MMMM", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "mm:ss", + "y": "y", + "yM": "MM-y", + "yMd": "dd-MM-y", + "yMEd": "E dd-MM-y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ 'de' y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d – d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h – h a" + }, + "H": { + "H": "HH – HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm – h:mm a", + "m": "h:mm – h:mm a" + }, + "Hm": { + "H": "HH:mm – HH:mm", + "m": "HH:mm – HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm – h:mm a v", + "m": "h:mm – h:mm a v" + }, + "Hmv": { + "H": "HH:mm – HH:mm v", + "m": "HH:mm – HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h – h a v" + }, + "Hv": { + "H": "HH – HH v" + }, + "M": { + "M": "MM – MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "E MM-dd – E MM-dd", + "M": "E MM-dd – E MM-dd" + }, + "MMM": { + "M": "MMM – MMM" + }, + "MMMd": { + "d": "d – d MMM", + "M": "d MMM – d MMM" + }, + "MMMEd": { + "d": "E d MMM – E d MMM", + "M": "E d MMM – E d MMM" + }, + "y": { + "y": "y – y" + }, + "yM": { + "M": "MM-y – MM-y", + "y": "MM-y – MM-y" + }, + "yMd": { + "d": "dd-MM-y – dd-MM-y", + "M": "dd-MM-y – dd-MM-y", + "y": "dd-MM-y – dd-MM-y" + }, + "yMEd": { + "d": "E dd-MM-y – E dd-MM-y", + "M": "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" + }, + "yMMMd": { + "d": "d – d MMM y", + "M": "d MMM – d MMM y", + "y": "d MMM y – d MMM y" + }, + "yMMMEd": { + "d": "E d MMM – E d MMM y", + "M": "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" + } + } + } + } + } + } + } + } +} diff --git a/main/ia/dateFields.json b/main/ia/dateFields.json new file mode 100755 index 00000000..5436a5e5 --- /dev/null +++ b/main/ia/dateFields.json @@ -0,0 +1,584 @@ +{ + "main": { + "ia": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "ia" + }, + "dates": { + "fields": { + "era": { + "displayName": "era" + }, + "era-short": { + "displayName": "era" + }, + "era-narrow": { + "displayName": "e." + }, + "year": { + "displayName": "anno", + "relative-type--1": "le anno passate", + "relative-type-0": "iste anno", + "relative-type-1": "le anno proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "an.", + "relative-type--1": "le anno passate", + "relative-type-0": "iste anno", + "relative-type-1": "le anno proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "a.", + "relative-type--1": "le anno passate", + "relative-type-0": "iste anno", + "relative-type-1": "le anno proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "trimestre", + "relative-type--1": "le trimestre passate", + "relative-type-0": "iste trimestre", + "relative-type-1": "le trimestre proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "trim.", + "relative-type--1": "le trimestre passate", + "relative-type-0": "iste trimestre", + "relative-type-1": "le trimestre proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "t.", + "relative-type--1": "le trimestre passate", + "relative-type-0": "iste trimestre", + "relative-type-1": "le trimestre proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "mense", + "relative-type--1": "le mense passate", + "relative-type-0": "iste mense", + "relative-type-1": "le mense proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "mns.", + "relative-type--1": "le mense passate", + "relative-type-0": "iste mense", + "relative-type-1": "le mense proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "m.", + "relative-type--1": "le mense passate", + "relative-type-0": "iste mense", + "relative-type-1": "le mense proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "septimana", + "relative-type--1": "le septimana passate", + "relative-type-0": "iste septimana", + "relative-type-1": "le septimana proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "le septimana de {0}" + }, + "week-short": { + "displayName": "sept.", + "relative-type--1": "le septimana passate", + "relative-type-0": "iste septimana", + "relative-type-1": "le septimana proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "le sept. de {0}" + }, + "week-narrow": { + "displayName": "s.", + "relative-type--1": "le septimana passate", + "relative-type-0": "iste septimana", + "relative-type-1": "le septimana proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "le sept. de {0}" + }, + "weekOfMonth": { + "displayName": "septimana del mense" + }, + "weekOfMonth-short": { + "displayName": "sept. del mns." + }, + "weekOfMonth-narrow": { + "displayName": "s.d.m." + }, + "day": { + "displayName": "die", + "relative-type--1": "heri", + "relative-type-0": "hodie", + "relative-type-1": "deman", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "die", + "relative-type--1": "heri", + "relative-type-0": "hodie", + "relative-type-1": "deman", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "d.", + "relative-type--1": "heri", + "relative-type-0": "hodie", + "relative-type-1": "deman", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "die del anno" + }, + "dayOfYear-short": { + "displayName": "die del an." + }, + "dayOfYear-narrow": { + "displayName": "d.d.a." + }, + "weekday": { + "displayName": "die del septimana" + }, + "weekday-short": { + "displayName": "die del sept." + }, + "weekday-narrow": { + "displayName": "d.d.s." + }, + "weekdayOfMonth": { + "displayName": "die de septimana del mense" + }, + "weekdayOfMonth-short": { + "displayName": "die de sept. del mns." + }, + "weekdayOfMonth-narrow": { + "displayName": "d.d.s.d.m." + }, + "sun": { + "relative-type--1": "dominica passate", + "relative-type-0": "iste dominica", + "relative-type-1": "dominica proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "dom. passate", + "relative-type-0": "iste dom.", + "relative-type-1": "dom. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "dom. passate", + "relative-type-0": "iste dom.", + "relative-type-1": "dom. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "lunedi passate", + "relative-type-0": "iste lunedi", + "relative-type-1": "lunedi proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "lun. passate", + "relative-type-0": "iste lun.", + "relative-type-1": "lun. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "lun. passate", + "relative-type-0": "iste lun.", + "relative-type-1": "lun. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "martedi passate", + "relative-type-0": "iste martedi", + "relative-type-1": "martedi proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "mar. passate", + "relative-type-0": "iste mar.", + "relative-type-1": "mar. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "mar. passate", + "relative-type-0": "iste mar.", + "relative-type-1": "mar. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "mercuridi passate", + "relative-type-0": "iste mercuridi", + "relative-type-1": "mercuridi proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "mer. passate", + "relative-type-0": "iste mer.", + "relative-type-1": "mer. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "mer. passate", + "relative-type-0": "iste mer.", + "relative-type-1": "mer. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "jovedi passate", + "relative-type-0": "iste jovedi", + "relative-type-1": "jovedi proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "jov. passate", + "relative-type-0": "iste jov.", + "relative-type-1": "jov. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "jov. passate", + "relative-type-0": "iste jov.", + "relative-type-1": "jov. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "venerdi passate", + "relative-type-0": "iste venerdi", + "relative-type-1": "venerdi proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "ven. passate", + "relative-type-0": "iste ven.", + "relative-type-1": "ven. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "ven. passate", + "relative-type-0": "iste ven.", + "relative-type-1": "ven. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "sabbato passate", + "relative-type-0": "iste sabbato", + "relative-type-1": "sabbato proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "sab. passate", + "relative-type-0": "iste sab.", + "relative-type-1": "sab. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "sab. passate", + "relative-type-0": "iste sab.", + "relative-type-1": "sab. proxime", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "AM/PM" + }, + "dayperiod": { + "displayName": "AM/PM" + }, + "dayperiod-narrow": { + "displayName": "AM/PM" + }, + "hour": { + "displayName": "hora", + "relative-type-0": "iste hora", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "hr.", + "relative-type-0": "iste hora", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "h.", + "relative-type-0": "iste hora", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "minuta", + "relative-type-0": "iste minuta", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "min.", + "relative-type-0": "iste minuta", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "m.", + "relative-type-0": "iste minuta", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "secunda", + "relative-type-0": "ora", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "sec.", + "relative-type-0": "ora", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "s.", + "relative-type-0": "ora", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "fuso horari" + }, + "zone-short": { + "displayName": "fuso" + }, + "zone-narrow": { + "displayName": "fuso" + } + } + } + } + } +} diff --git a/main/ia/timeZoneNames.json b/main/ia/timeZoneNames.json new file mode 100755 index 00000000..e1b3f20f --- /dev/null +++ b/main/ia/timeZoneNames.json @@ -0,0 +1,1560 @@ +{ + "main": { + "ia": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "ia" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "hora de {0}", + "regionFormat-type-daylight": "hora estive de {0}", + "regionFormat-type-standard": "hora normal de {0}", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia de Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Caiman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curaçao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinica" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Citate de Mexico" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "Nove York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, Dakota del Nord" + }, + "New_Salem": { + "exemplarCity": "New Salem, Dakota del Nord" + }, + "Center": { + "exemplarCity": "Center, Dakota del Nord" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Porto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "Sancte Bartholomeo" + }, + "St_Johns": { + "exemplarCity": "Sancte Johannes de Terranova" + }, + "St_Kitts": { + "exemplarCity": "Sancte Christophoro" + }, + "St_Lucia": { + "exemplarCity": "Sancte Lucia" + }, + "St_Thomas": { + "exemplarCity": "Sancte Thomas" + }, + "St_Vincent": { + "exemplarCity": "Sancte Vincente" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canarias" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Feroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athenas" + }, + "Belgrade": { + "exemplarCity": "Belgrado" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Bruxelles" + }, + "Bucharest": { + "exemplarCity": "Bucarest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Büsingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "long": { + "daylight": "Hora estive irlandese" + }, + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Insula de Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbona" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "long": { + "daylight": "Hora estive britannic" + }, + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxemburg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscova" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Praga" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Roma" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirana" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vaticano" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Varsovia" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Chandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sachalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Ekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "long": { + "standard": "Universal Tempore Coordinate" + }, + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Citate incognite" + } + } + }, + "metazone": { + "Alaska": { + "long": { + "generic": "hora de Alaska", + "standard": "hora normal de Alaska", + "daylight": "hora estive de Alaska" + } + }, + "America_Central": { + "long": { + "generic": "hora central", + "standard": "hora normal central", + "daylight": "hora estive central" + } + }, + "America_Eastern": { + "long": { + "generic": "hora del est", + "standard": "hora normal del est", + "daylight": "hora estive del est" + } + }, + "America_Mountain": { + "long": { + "generic": "hora del montanias", + "standard": "hora normal del montanias", + "daylight": "hora estive del montanias" + } + }, + "America_Pacific": { + "long": { + "generic": "hora pacific", + "standard": "hora normal pacific", + "daylight": "hora estive pacific" + } + }, + "Atlantic": { + "long": { + "generic": "hora atlantic", + "standard": "hora normal atlantic", + "daylight": "hora estive atlantic" + } + }, + "Azores": { + "long": { + "generic": "hora del Azores", + "standard": "hora normal del Azores", + "daylight": "hora estive del Azores" + } + }, + "Cuba": { + "long": { + "generic": "hora de Cuba", + "standard": "hora normal de Cuba", + "daylight": "hora estive de Cuba" + } + }, + "Europe_Central": { + "long": { + "generic": "hora de Europa central", + "standard": "hora normal de Europa central", + "daylight": "hora estive de Europa central" + } + }, + "Europe_Eastern": { + "long": { + "generic": "hora de Europa oriental", + "standard": "hora normal de Europa oriental", + "daylight": "hora estive de Europa oriental" + } + }, + "Europe_Further_Eastern": { + "long": { + "standard": "hora de Europa ultra-oriental" + } + }, + "Europe_Western": { + "long": { + "generic": "hora de Europa occidental", + "standard": "hora normal de Europa occidental", + "daylight": "hora estive de Europa occidental" + } + }, + "GMT": { + "long": { + "standard": "hora medie de Greenwich" + } + }, + "Greenland_Eastern": { + "long": { + "generic": "hora de Groenlandia oriental", + "standard": "hora normal de Groenlandia oriental", + "daylight": "hora estive de Groenlandia oriental" + } + }, + "Greenland_Western": { + "long": { + "generic": "hora de Groenlandia occidental", + "standard": "hora normal de Groenlandia occidental", + "daylight": "hora estive de Groenlandia occidental" + } + }, + "Hawaii_Aleutian": { + "long": { + "generic": "hora de Hawaii-Aleutianas", + "standard": "hora normal de Hawaii-Aleutianas", + "daylight": "hora estive de Hawaii-Aleutianas" + } + }, + "Irkutsk": { + "long": { + "generic": "hora de Irkutsk", + "standard": "hora normal de Irkutsk", + "daylight": "hora estive de Irkutsk" + } + }, + "Krasnoyarsk": { + "long": { + "generic": "hora de Krasnoyarsk", + "standard": "hora normal de Krasnoyarsk", + "daylight": "hora estive de Krasnoyarsk" + } + }, + "Magadan": { + "long": { + "generic": "hora de Magadan", + "standard": "hora normal de Magadan", + "daylight": "hora estive de Magadan" + } + }, + "Mexico_Northwest": { + "long": { + "generic": "hora del nordwest de Mexico", + "standard": "hora normal del nordwest de Mexico", + "daylight": "hora estive del nordwest de Mexico" + } + }, + "Mexico_Pacific": { + "long": { + "generic": "hora del Pacifico mexican", + "standard": "hora normal del Pacifico mexican", + "daylight": "hora estive del Pacifico mexican" + } + }, + "Moscow": { + "long": { + "generic": "hora de Moscova", + "standard": "hora normal de Moscova", + "daylight": "hora estive de Moscova" + } + }, + "Newfoundland": { + "long": { + "generic": "hora de Terranova", + "standard": "hora normal de Terranova", + "daylight": "hora estive de Terranova" + } + }, + "Novosibirsk": { + "long": { + "generic": "hora de Novosibirsk", + "standard": "hora normal de Novosibirsk", + "daylight": "hora estive de Novosibirsk" + } + }, + "Omsk": { + "long": { + "generic": "hora de Omsk", + "standard": "hora normal de Omsk", + "daylight": "hora estive de Omsk" + } + }, + "Pierre_Miquelon": { + "long": { + "generic": "hora de Saint-Pierre e Miquelon", + "standard": "hora normal de Saint-Pierre e Miquelon", + "daylight": "hora estive de Saint-Pierre e Miquelon" + } + }, + "Sakhalin": { + "long": { + "generic": "hora de Sachalin", + "standard": "hora normal de Sachalin", + "daylight": "hora estive de Sachalin" + } + }, + "Vladivostok": { + "long": { + "generic": "hora de Vladivostok", + "standard": "hora normal de Vladivostok", + "daylight": "hora estive de Vladivostok" + } + }, + "Volgograd": { + "long": { + "generic": "hora de Volgograd", + "standard": "hora normal de Volgograd", + "daylight": "hora estive de Volgograd" + } + }, + "Yakutsk": { + "long": { + "generic": "hora de Yakutsk", + "standard": "hora normal de Yakutsk", + "daylight": "hora estive de Yakutsk" + } + }, + "Yekaterinburg": { + "long": { + "generic": "hora de Ekaterinburg", + "standard": "hora normal de Ekaterinburg", + "daylight": "hora estive de Ekaterinburg" + } + } + } + } + } + } + } +} diff --git a/main/jv/ca-generic.json b/main/jv/ca-generic.json new file mode 100755 index 00000000..0dd27ee4 --- /dev/null +++ b/main/jv/ca-generic.json @@ -0,0 +1,480 @@ +{ + "main": { + "jv": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "jv" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "Ahd", + "mon": "Sen", + "tue": "Sel", + "wed": "Rab", + "thu": "Kam", + "fri": "Jum", + "sat": "Sab" + }, + "narrow": { + "sun": "A", + "mon": "S", + "tue": "S", + "wed": "R", + "thu": "K", + "fri": "J", + "sat": "S" + }, + "short": { + "sun": "Ahd", + "mon": "Sen", + "tue": "Sel", + "wed": "Rab", + "thu": "Kam", + "fri": "Jum", + "sat": "Sab" + }, + "wide": { + "sun": "Ahad", + "mon": "Senin", + "tue": "Selasa", + "wed": "Rabu", + "thu": "Kamis", + "fri": "Jumat", + "sat": "Sabtu" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "Ahd", + "mon": "Sen", + "tue": "Sel", + "wed": "Rab", + "thu": "Kam", + "fri": "Jum", + "sat": "Sab" + }, + "narrow": { + "sun": "A", + "mon": "S", + "tue": "S", + "wed": "R", + "thu": "K", + "fri": "J", + "sat": "S" + }, + "short": { + "sun": "Ahd", + "mon": "Sen", + "tue": "Sel", + "wed": "Rab", + "thu": "Kam", + "fri": "Jum", + "sat": "Sab" + }, + "wide": { + "sun": "Ahad", + "mon": "Senin", + "tue": "Selasa", + "wed": "Rabu", + "thu": "Kamis", + "fri": "Jumat", + "sat": "Sabtu" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "TW1", + "2": "TW2", + "3": "TW3", + "4": "TW4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "triwulan kaping pisan", + "2": "triwulan kaping loro", + "3": "triwulan kaping telu", + "4": "triwulan kaping papat" + } + }, + "stand-alone": { + "abbreviated": { + "1": "TW1", + "2": "TW2", + "3": "TW3", + "4": "TW4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "triwulan kaping pisan", + "2": "triwulan kaping loro", + "3": "triwulan kaping telu", + "4": "triwulan kaping papat" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "Isuk", + "pm": "Wengi" + }, + "narrow": { + "am": "Isuk", + "pm": "Wengi" + }, + "wide": { + "am": "Isuk", + "pm": "Wengi" + } + }, + "stand-alone": { + "abbreviated": { + "am": "Isuk", + "pm": "Wengi" + }, + "narrow": { + "am": "Isuk", + "pm": "Wengi" + }, + "wide": { + "am": "Isuk", + "pm": "Wengi" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "EEEE, d MMMM y G", + "long": "d MMMM y G", + "medium": "d MMM y G", + "short": "dd-MM-y GGGGG" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "E, d", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "y G", + "GyMMM": "MMM y G", + "GyMMMd": "d MMM y G", + "GyMMMEd": "E, d MMM y G", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "L", + "Md": "dd/MM", + "MEd": "E, dd/MM", + "MMM": "LLL", + "MMMd": "d MMM", + "MMMEd": "E, d MMM", + "MMMMd": "d MMMM", + "ms": "mm:ss", + "y": "y G", + "yyyy": "y G", + "yyyyM": "MM - y GGGGG", + "yyyyMd": "dd - MM - y GGGGG", + "yyyyMEd": "E, dd - MM - y GGGGG", + "yyyyMMM": "MMM y G", + "yyyyMMMd": "d MMM y G", + "yyyyMMMEd": "E, d MMM y G", + "yyyyMMMM": "MMMM y G", + "yyyyQQQ": "QQQ y G", + "yyyyQQQQ": "QQQQ y G" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d – d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM – MM" + }, + "Md": { + "d": "dd/MM – dd/MM", + "M": "dd/MM – dd/MM" + }, + "MEd": { + "d": "E, dd/MM – E, dd/MM", + "M": "E, dd/MM – E, dd/MM" + }, + "MMM": { + "M": "LLL – LLL" + }, + "MMMd": { + "d": "d – d MMM", + "M": "d MMM – d MMM" + }, + "MMMEd": { + "d": "E, d MMM – E, d MMM", + "M": "E, d MMM – E, d MMM" + }, + "y": { + "y": "y – y G" + }, + "yM": { + "M": "MM-y – MM-y GGGGG", + "y": "MM-y – MM-y GGGGG" + }, + "yMd": { + "d": "dd-MM-y – dd-MM-y GGGGG", + "M": "dd-MM-y – dd-MM-y GGGGG", + "y": "dd-MM-y – dd-MM-y GGGGG" + }, + "yMEd": { + "d": "E, dd-MM-y – E, dd-MM-y GGGGG", + "M": "E, dd-MM-y – E, dd-MM-y GGGGG", + "y": "E, dd-MM-y – E, dd-MM-y GGGGG" + }, + "yMMM": { + "M": "MMM – MMM y G", + "y": "MMM y – MMM y G" + }, + "yMMMd": { + "d": "d – d MMM y G", + "M": "d MMM – d MMM y G", + "y": "d MMM y – d MMM y G" + }, + "yMMMEd": { + "d": "E, d MMM – E, d MMM y G", + "M": "E, d MMM – 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" + } + } + } + } + } + } + } + } +} diff --git a/main/jv/ca-gregorian.json b/main/jv/ca-gregorian.json new file mode 100755 index 00000000..1c511959 --- /dev/null +++ b/main/jv/ca-gregorian.json @@ -0,0 +1,491 @@ +{ + "main": { + "jv": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "jv" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "Jan", + "2": "Feb", + "3": "Mar", + "4": "Apr", + "5": "Mei", + "6": "Jun", + "7": "Jul", + "8": "Agt", + "9": "Sep", + "10": "Okt", + "11": "Nov", + "12": "Des" + }, + "narrow": { + "1": "J", + "2": "F", + "3": "M", + "4": "A", + "5": "M", + "6": "J", + "7": "J", + "8": "A", + "9": "S", + "10": "O", + "11": "N", + "12": "D" + }, + "wide": { + "1": "Januari", + "2": "Februari", + "3": "Maret", + "4": "April", + "5": "Mei", + "6": "Juni", + "7": "Juli", + "8": "Agustus", + "9": "September", + "10": "Oktober", + "11": "November", + "12": "Desember" + } + }, + "stand-alone": { + "abbreviated": { + "1": "Jan", + "2": "Feb", + "3": "Mar", + "4": "Apr", + "5": "Mei", + "6": "Jun", + "7": "Jul", + "8": "Agt", + "9": "Sep", + "10": "Okt", + "11": "Nov", + "12": "Des" + }, + "narrow": { + "1": "J", + "2": "F", + "3": "M", + "4": "A", + "5": "M", + "6": "J", + "7": "J", + "8": "A", + "9": "S", + "10": "O", + "11": "N", + "12": "D" + }, + "wide": { + "1": "Januari", + "2": "Februari", + "3": "Maret", + "4": "April", + "5": "Mei", + "6": "Juni", + "7": "Juli", + "8": "Agustus", + "9": "September", + "10": "Oktober", + "11": "November", + "12": "Desember" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "Ahd", + "mon": "Sen", + "tue": "Sel", + "wed": "Rab", + "thu": "Kam", + "fri": "Jum", + "sat": "Sab" + }, + "narrow": { + "sun": "A", + "mon": "S", + "tue": "S", + "wed": "R", + "thu": "K", + "fri": "J", + "sat": "S" + }, + "short": { + "sun": "Ahd", + "mon": "Sen", + "tue": "Sel", + "wed": "Rab", + "thu": "Kam", + "fri": "Jum", + "sat": "Sab" + }, + "wide": { + "sun": "Ahad", + "mon": "Senin", + "tue": "Selasa", + "wed": "Rabu", + "thu": "Kamis", + "fri": "Jumat", + "sat": "Sabtu" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "Ahd", + "mon": "Sen", + "tue": "Sel", + "wed": "Rab", + "thu": "Kam", + "fri": "Jum", + "sat": "Sab" + }, + "narrow": { + "sun": "A", + "mon": "S", + "tue": "S", + "wed": "R", + "thu": "K", + "fri": "J", + "sat": "S" + }, + "short": { + "sun": "Ahd", + "mon": "Sen", + "tue": "Sel", + "wed": "Rab", + "thu": "Kam", + "fri": "Jum", + "sat": "Sab" + }, + "wide": { + "sun": "Ahad", + "mon": "Senin", + "tue": "Selasa", + "wed": "Rabu", + "thu": "Kamis", + "fri": "Jumat", + "sat": "Sabtu" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "TW1", + "2": "TW2", + "3": "TW3", + "4": "TW4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "triwulan kaping pisan", + "2": "triwulan kaping loro", + "3": "triwulan kaping telu", + "4": "triwulan kaping papat" + } + }, + "stand-alone": { + "abbreviated": { + "1": "TW1", + "2": "TW2", + "3": "TW3", + "4": "TW4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "triwulan kaping pisan", + "2": "triwulan kaping loro", + "3": "triwulan kaping telu", + "4": "triwulan kaping papat" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "Isuk", + "pm": "Wengi" + }, + "narrow": { + "am": "Isuk", + "pm": "Wengi" + }, + "wide": { + "am": "Isuk", + "pm": "Wengi" + } + }, + "stand-alone": { + "abbreviated": { + "am": "Isuk", + "pm": "Wengi" + }, + "narrow": { + "am": "Isuk", + "pm": "Wengi" + }, + "wide": { + "am": "Isuk", + "pm": "Wengi" + } + } + }, + "eras": { + "eraNames": { + "0": "Sakdurunge Masehi", + "0-alt-variant": "Sakdurunge Era Umum", + "1": "Masehi", + "1-alt-variant": "Era Umum" + }, + "eraAbbr": { + "0": "SM", + "0-alt-variant": "SEU", + "1": "M", + "1-alt-variant": "EU" + }, + "eraNarrow": { + "0": "SM", + "0-alt-variant": "SEU", + "1": "M", + "1-alt-variant": "EU" + } + }, + "dateFormats": { + "full": "EEEE, d MMMM y", + "long": "d MMMM y", + "medium": "d MMM y", + "short": "dd-MM-y" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1}, {0}", + "short": "{1}, {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "E, d", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "y G", + "GyMMM": "MMM y G", + "GyMMMd": "d MMM y G", + "GyMMMEd": "E, d MMM y G", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "L", + "Md": "dd/MM", + "MEd": "E dd/MM", + "MMM": "LLL", + "MMMd": "d MMM", + "MMMEd": "E, d MMM", + "MMMMd": "d MMMM", + "MMMMW-count-other": "'pekan' W 'saka' MMMM", + "ms": "mm:ss", + "y": "y", + "yM": "MM-y", + "yMd": "dd-MM-y", + "yMEd": "E, dd-MM-y", + "yMMM": "MMM y", + "yMMMd": "d MMM y", + "yMMMEd": "E, d MMM y", + "yMMMM": "MMMM y", + "yQQQ": "QQQ y", + "yQQQQ": "QQQQ y", + "yw-count-other": "'pekan' w 'saka' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d – d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h – h a" + }, + "H": { + "H": "HH – HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm – h:mm a", + "m": "h:mm – h:mm a" + }, + "Hm": { + "H": "HH:mm – HH:mm", + "m": "HH:mm – HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm – h:mm a v", + "m": "h:mm – h:mm a v" + }, + "Hmv": { + "H": "HH:mm – HH:mm v", + "m": "HH:mm – HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h – h a v" + }, + "Hv": { + "H": "HH – HH v" + }, + "M": { + "M": "MM – MM" + }, + "Md": { + "d": "dd/MM – dd/MM", + "M": "dd/MM – dd/MM" + }, + "MEd": { + "d": "E, dd/MM – E, dd/MM", + "M": "E, dd/MM – E, dd/MM" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "d MMM – d MMM" + }, + "MMMEd": { + "d": "E, d MMM – E, d MMM", + "M": "E, d MMM – E, d MMM" + }, + "y": { + "y": "y – y" + }, + "yM": { + "M": "MM-y – MM-y", + "y": "MM-y – MM-y" + }, + "yMd": { + "d": "dd-MM-y – dd-MM-y", + "M": "dd-MM-y – dd-MM-y", + "y": "dd-MM-y – dd-MM-y" + }, + "yMEd": { + "d": "E, dd-MM-y – E, dd-MM-y", + "M": "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" + }, + "yMMMd": { + "d": "d – d MMM y", + "M": "d MMM – d MMM y", + "y": "d MMM y – d MMM y" + }, + "yMMMEd": { + "d": "E, d MMM – E, d MMM y", + "M": "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" + } + } + } + } + } + } + } + } +} diff --git a/main/jv/dateFields.json b/main/jv/dateFields.json new file mode 100755 index 00000000..88949c02 --- /dev/null +++ b/main/jv/dateFields.json @@ -0,0 +1,584 @@ +{ + "main": { + "jv": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "jv" + }, + "dates": { + "fields": { + "era": { + "displayName": "era" + }, + "era-short": { + "displayName": "era" + }, + "era-narrow": { + "displayName": "era" + }, + "year": { + "displayName": "taun", + "relative-type--1": "taun wingi", + "relative-type-0": "taun iki", + "relative-type-1": "taun ngarep", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "taun", + "relative-type--1": "taun wingi", + "relative-type-0": "taun iki", + "relative-type-1": "taun ngarep", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "taun", + "relative-type--1": "taun wingi", + "relative-type-0": "taun iki", + "relative-type-1": "taun ngarep", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "triwulan", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "triwulan", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "triwulan", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "sasi", + "relative-type--1": "sasi wingi", + "relative-type-0": "sasi iki", + "relative-type-1": "sasi ngarep", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "sasi", + "relative-type--1": "sasi wingi", + "relative-type-0": "sasi iki", + "relative-type-1": "sasi ngarep", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "sasi", + "relative-type--1": "sasi wingi", + "relative-type-0": "sasi iki", + "relative-type-1": "sasi ngarep", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "pekan", + "relative-type--1": "pekan wingi", + "relative-type-0": "pekan iki", + "relative-type-1": "pekan ngarep", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "pekan kaping {0}" + }, + "week-short": { + "displayName": "pekan", + "relative-type--1": "pekan wingi", + "relative-type-0": "pekan iki", + "relative-type-1": "pekan ngarep", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "pekan kaping {0}" + }, + "week-narrow": { + "displayName": "pekan", + "relative-type--1": "pekan wingi", + "relative-type-0": "pekan iki", + "relative-type-1": "pekan ngarep", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "pekan kaping {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "dino", + "relative-type--1": "wingi", + "relative-type-0": "saiki", + "relative-type-1": "sesuk", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "dino", + "relative-type--1": "wingi", + "relative-type-0": "saiki", + "relative-type-1": "sesuk", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "dino", + "relative-type--1": "wingi", + "relative-type-0": "saiki", + "relative-type-1": "sesuk", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "dino sepekan" + }, + "weekday-short": { + "displayName": "dino sepekan" + }, + "weekday-narrow": { + "displayName": "dino sepekan" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "isuk/wengi" + }, + "dayperiod": { + "displayName": "isuk/wengi" + }, + "dayperiod-narrow": { + "displayName": "isuk/wengi" + }, + "hour": { + "displayName": "jam", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "jam", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "jam", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "menit", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "menit", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "menit", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "detik", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "detik", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "detik", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "zona wektu" + }, + "zone-short": { + "displayName": "zona wektu" + }, + "zone-narrow": { + "displayName": "zona wektu" + } + } + } + } + } +} diff --git a/main/jv/timeZoneNames.json b/main/jv/timeZoneNames.json new file mode 100755 index 00000000..4b29baee --- /dev/null +++ b/main/jv/timeZoneNames.json @@ -0,0 +1,2226 @@ +{ + "main": { + "jv": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "jv" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "Wektu {0}", + "regionFormat-type-daylight": "Wektu Ketigo {0}", + "regionFormat-type-standard": "Wektu Standar {0}", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belise" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Teluk Cambridge" + }, + "Campo_Grande": { + "exemplarCity": "Kampo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Karakas" + }, + "Catamarca": { + "exemplarCity": "Katamarka" + }, + "Cayenne": { + "exemplarCity": "Kayenne" + }, + "Cayman": { + "exemplarCity": "Caiman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Kordoba" + }, + "Costa_Rica": { + "exemplarCity": "Kosta Rika" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Kuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominika" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Benteng Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Teluk Glace" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Teluk Goose" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifak" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes [Indiana]" + }, + "Petersburg": { + "exemplarCity": "Petersburg [Indiana]" + }, + "Tell_City": { + "exemplarCity": "Tell City [Indiana]" + }, + "Knox": { + "exemplarCity": "Knox [Indiana]" + }, + "Winamac": { + "exemplarCity": "Winamac [Indiana]" + }, + "Marengo": { + "exemplarCity": "Marengo [Indiana]" + }, + "Vevay": { + "exemplarCity": "Vevay [Indiana]" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello [Kentucky]" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinik" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendosa" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Kutho Meksiko" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah [Dakota Lor]" + }, + "New_Salem": { + "exemplarCity": "Salem Anyar [Dakota Lor]" + }, + "Center": { + "exemplarCity": "Tengah [Dakota Lor]" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Palabuhan Spanyol" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Riko" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Kali Rainy" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "Santa Barthelemy" + }, + "St_Johns": { + "exemplarCity": "Santa John" + }, + "St_Kitts": { + "exemplarCity": "Santa Kitts" + }, + "St_Lucia": { + "exemplarCity": "Santa Lucia" + }, + "St_Thomas": { + "exemplarCity": "Santa Thomas" + }, + "St_Vincent": { + "exemplarCity": "Santa Vincent" + }, + "Swift_Current": { + "exemplarCity": "Arus Banter" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Teluk Gludhug" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Kanari" + }, + "Cape_Verde": { + "exemplarCity": "Kape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "Georgia Kidul" + }, + "St_Helena": { + "exemplarCity": "Saint Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athena" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Kopenhagen" + }, + "Dublin": { + "long": { + "daylight": "Wektu Standar Irlandia" + }, + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Pulo Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "long": { + "daylight": "Wektu Ketigo Inggris" + }, + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luksemburk" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monako" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Roma" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatikan" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Kairo" + }, + "Casablanca": { + "exemplarCity": "Kasablanka" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Konakri" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kalkuta" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Kolombo" + }, + "Damascus": { + "exemplarCity": "Damaskus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Yerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makasar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapura" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Teheran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Khagos" + }, + "Christmas": { + "exemplarCity": "Natal" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Komoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maladewa" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Paskah" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Pelabuhan Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "long": { + "standard": "Wektu Kordinat Universal" + }, + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Kuto Ora Dikenali" + } + } + }, + "metazone": { + "Afghanistan": { + "long": { + "standard": "Wektu Afghanistan" + } + }, + "Africa_Central": { + "long": { + "standard": "Wektu Afrika Tengah" + } + }, + "Africa_Eastern": { + "long": { + "standard": "Wektu Afrika Wetan" + } + }, + "Africa_Southern": { + "long": { + "standard": "Wektu Standar Afrika Kidul" + } + }, + "Africa_Western": { + "long": { + "generic": "Wektu Afrika Kulon", + "standard": "Wektu Standar Afrika Kulon", + "daylight": "Wektu Ketigo Afrika Kulon" + } + }, + "Alaska": { + "long": { + "generic": "Wektu Alaska", + "standard": "Wektu Standar Alaska", + "daylight": "Wektu Ketigo Alaska" + } + }, + "Amazon": { + "long": { + "generic": "Wektu Amazon", + "standard": "Wektu Standar Amazon", + "daylight": "Wektu Ketigo Amazon" + } + }, + "America_Central": { + "long": { + "generic": "Wektu Tengah", + "standard": "Wektu Standar Tengah", + "daylight": "Wektu Ketigo Tengah" + } + }, + "America_Eastern": { + "long": { + "generic": "Wektu sisih Wetan", + "standard": "Wektu Standar sisih Wetan", + "daylight": "Wektu Ketigo sisih Wetah" + } + }, + "America_Mountain": { + "long": { + "generic": "Wektu Giri", + "standard": "Wektu Standar Giri", + "daylight": "Wektu Ketigo Giri" + } + }, + "America_Pacific": { + "long": { + "generic": "Wektu Pasifik", + "standard": "Wektu Standar Pasifik", + "daylight": "Wektu Ketigo Pasifik" + } + }, + "Apia": { + "long": { + "generic": "Wektu Apia", + "standard": "Wektu Standar Apia", + "daylight": "Wektu Ketigo Apia" + } + }, + "Arabian": { + "long": { + "generic": "Wektu Arab", + "standard": "Wektu Standar Arab", + "daylight": "Wektu Ketigo Arab" + } + }, + "Argentina": { + "long": { + "generic": "Wektu Argentina", + "standard": "Wektu Standar Argentina", + "daylight": "Wektu Ketigo Argentina" + } + }, + "Argentina_Western": { + "long": { + "generic": "Wektu Argentina sisih Kulon", + "standard": "Wektu Standar Argentina sisih Kulon", + "daylight": "Wektu Ketigo Argentina sisih Kulon" + } + }, + "Armenia": { + "long": { + "generic": "Wektu Armenia", + "standard": "Wektu Standar Armenia", + "daylight": "Wektu Ketigo Armenia" + } + }, + "Atlantic": { + "long": { + "generic": "Wektu Atlantik", + "standard": "Wektu Standar Atlantik", + "daylight": "Wektu Ketigo Atlantik" + } + }, + "Australia_Central": { + "long": { + "generic": "Wektu Australia Tengah", + "standard": "Wektu Standar Australia Tengah", + "daylight": "Wektu Ketigo Australia Tengah" + } + }, + "Australia_CentralWestern": { + "long": { + "generic": "Wektu Australia Tengah sisih Kulon", + "standard": "Wektu Standar Australia Tengah sisih Kulon", + "daylight": "Wektu Ketigo Australia Tengah sisih Kulon" + } + }, + "Australia_Eastern": { + "long": { + "generic": "Wektu Australia sisih Wetan", + "standard": "Wektu Standar Australia sisih Wetan", + "daylight": "Wektu Ketigo Australia sisih Wetan" + } + }, + "Australia_Western": { + "long": { + "generic": "Wektu Australia sisih Kulon", + "standard": "Wektu Standar Australia sisih Kulon", + "daylight": "Wektu Ketigo Australia sisih Kulon" + } + }, + "Azerbaijan": { + "long": { + "generic": "Wektu Azerbaijan", + "standard": "Wektu Standar Azerbaijan", + "daylight": "Wektu Ketigo Azerbaijan" + } + }, + "Azores": { + "long": { + "generic": "Wektu Azores", + "standard": "Wektu Standar Azores", + "daylight": "Wektu Ketigo Azores" + } + }, + "Bangladesh": { + "long": { + "generic": "Wektu Bangladesh", + "standard": "Wektu Standar Bangladesh", + "daylight": "Wektu Ketigo Bangladesh" + } + }, + "Bhutan": { + "long": { + "standard": "Wektu Bhutan" + } + }, + "Bolivia": { + "long": { + "standard": "Wektu Bolivia" + } + }, + "Brasilia": { + "long": { + "generic": "Wektu Brasilia", + "standard": "Wektu Standar Brasilia", + "daylight": "Wektu Ketigo Brasilia" + } + }, + "Brunei": { + "long": { + "standard": "Wektu Brunai Darussalam" + } + }, + "Cape_Verde": { + "long": { + "generic": "Wektu Tanjung Verde", + "standard": "Wektu Standar Tanjung Verde", + "daylight": "Wektu Ketigo Tanjung Verde" + } + }, + "Chamorro": { + "long": { + "standard": "Wektu Standar Chamorro" + } + }, + "Chatham": { + "long": { + "generic": "Wektu Chatham", + "standard": "Wektu Standar Chatham", + "daylight": "Wektu Ketigo Chatham" + } + }, + "Chile": { + "long": { + "generic": "Wektu Chili", + "standard": "Wektu Standar Chili", + "daylight": "Wektu Ketigo Chili" + } + }, + "China": { + "long": { + "generic": "Wektu Cina", + "standard": "Wektu Standar Cina", + "daylight": "Wektu Ketigo Cina" + } + }, + "Choibalsan": { + "long": { + "generic": "Wektu Choibalsan", + "standard": "Wektu Standar Choibalsan", + "daylight": "WEktu Ketigo Choibalsan" + } + }, + "Christmas": { + "long": { + "standard": "Wektu Pulo Natal" + } + }, + "Cocos": { + "long": { + "standard": "Wektu Kepuloan Cocos" + } + }, + "Colombia": { + "long": { + "generic": "Wektu Kolombia", + "standard": "Wektu Standar Kolombia", + "daylight": "Wektu Ketigo Kolombia" + } + }, + "Cook": { + "long": { + "generic": "Wektu Kepuloan Cook", + "standard": "Wektu Standar Kepuloan Cook", + "daylight": "Wektu Ketigo Kepuloan Cook" + } + }, + "Cuba": { + "long": { + "generic": "Wektu Kuba", + "standard": "Wektu Standar Kuba", + "daylight": "Wektu Ketigo Kuba" + } + }, + "Davis": { + "long": { + "standard": "Wektu Davis" + } + }, + "DumontDUrville": { + "long": { + "standard": "Wektu Dumont-d’Urville" + } + }, + "East_Timor": { + "long": { + "standard": "Wektu Timor Leste" + } + }, + "Easter": { + "long": { + "generic": "Wektu Pulo Paskah", + "standard": "Wektu Standar Pulo Paskah", + "daylight": "Wektu Ketigo Pulo Paskah" + } + }, + "Ecuador": { + "long": { + "standard": "Wektu Ekuador" + } + }, + "Europe_Central": { + "long": { + "generic": "Wektu Eropa Tengah", + "standard": "Wektu Standar Eropa Tengah", + "daylight": "Wektu Ketigo Eropa Tengah" + } + }, + "Europe_Eastern": { + "long": { + "generic": "Wektu Eropa sisih Wetan", + "standard": "Wektu Standar Eropa sisih Wetan", + "daylight": "Wektu Ketigo Eropa sisih Wetan" + } + }, + "Europe_Further_Eastern": { + "long": { + "standard": "Wektu Eropa sisih Wetan seng Luwih Adoh" + } + }, + "Europe_Western": { + "long": { + "generic": "Wektu Eropa sisih Kulon", + "standard": "Wektu Standar Eropa sisih Kulon", + "daylight": "Wektu Ketigo Eropa sisih Kulon" + } + }, + "Falkland": { + "long": { + "generic": "Wektu Kepuloan Falkland", + "standard": "Wektu Standar Kepuloan Falkland", + "daylight": "Wektu Ketigo Kepuloan Falkland" + } + }, + "Fiji": { + "long": { + "generic": "Wektu Fiji", + "standard": "Wektu Standar Fiji", + "daylight": "Wektu Ketigo Fiji" + } + }, + "French_Guiana": { + "long": { + "standard": "Wektu Guiana Prancis" + } + }, + "French_Southern": { + "long": { + "standard": "Wektu Antartika lan Prancis sisih Kidul" + } + }, + "Galapagos": { + "long": { + "standard": "Wektu Galapagos" + } + }, + "Gambier": { + "long": { + "standard": "Wektu Gambier" + } + }, + "Georgia": { + "long": { + "generic": "Wektu Georgia", + "standard": "Wektu Standar Georgia", + "daylight": "Wektu Ketigo Georgia" + } + }, + "Gilbert_Islands": { + "long": { + "standard": "Wektu Kepuloan Gilbert" + } + }, + "GMT": { + "long": { + "standard": "Wektu Rerata Greenwich" + } + }, + "Greenland_Eastern": { + "long": { + "generic": "Wektu Grinland Wetan", + "standard": "Wektu Standar Grinland Wetan", + "daylight": "Wektu Ketigo Grinland Wetan" + } + }, + "Greenland_Western": { + "long": { + "generic": "Wektu Grinland Kulon", + "standard": "Wektu Standar Grinland Kulon", + "daylight": "Wektu Ketigo Grinland Kulon" + } + }, + "Gulf": { + "long": { + "standard": "Wektu Standar Teluk" + } + }, + "Guyana": { + "long": { + "standard": "Wektu Guyana" + } + }, + "Hawaii_Aleutian": { + "long": { + "generic": "Wektu Hawaii-Aleutian", + "standard": "Wektu Standar Hawaii-Aleutian", + "daylight": "Wektu Ketigo Hawaii-Aleutian" + } + }, + "Hong_Kong": { + "long": { + "generic": "Wektu Hong Kong", + "standard": "Wektu Standar Hong Kong", + "daylight": "Wektu Ketigo Hong Kong" + } + }, + "Hovd": { + "long": { + "generic": "Wektu Hovd", + "standard": "Wektu Standar Hovd", + "daylight": "Wektu Ketigo Hovd" + } + }, + "India": { + "long": { + "standard": "Wektu Standar India" + } + }, + "Indian_Ocean": { + "long": { + "standard": "Wektu Segoro Hindia" + } + }, + "Indochina": { + "long": { + "standard": "Wektu Indocina" + } + }, + "Indonesia_Central": { + "long": { + "standard": "Wektu Indonesia Tengah" + } + }, + "Indonesia_Eastern": { + "long": { + "standard": "Wektu Indonesia sisih Wetan" + } + }, + "Indonesia_Western": { + "long": { + "standard": "Wektu Indonesia sisih Kulon" + } + }, + "Iran": { + "long": { + "generic": "Wektu Iran", + "standard": "Wektu Standar Iran", + "daylight": "Wektu Ketigo Iran" + } + }, + "Irkutsk": { + "long": { + "generic": "Wektu Irkutsk", + "standard": "Wektu Standar Irkutsk", + "daylight": "Wektu Ketigo Irkutsk" + } + }, + "Israel": { + "long": { + "generic": "Wektu Israel", + "standard": "Wektu Standar Israel", + "daylight": "Wektu Ketigo Israel" + } + }, + "Japan": { + "long": { + "generic": "Wektu Jepang", + "standard": "Wektu Standar Jepang", + "daylight": "Wektu Ketigo Jepang" + } + }, + "Kazakhstan_Eastern": { + "long": { + "standard": "Wektu Kazakhstan Wetan" + } + }, + "Kazakhstan_Western": { + "long": { + "standard": "Wektu Kazakhstan Kulon" + } + }, + "Korea": { + "long": { + "generic": "Wektu Korea", + "standard": "Wektu Standar Korea", + "daylight": "Wektu Ketigo Korea" + } + }, + "Kosrae": { + "long": { + "standard": "Wektu Kosrae" + } + }, + "Krasnoyarsk": { + "long": { + "generic": "Wektu Krasnoyarsk", + "standard": "Wektu Standar Krasnoyarsk", + "daylight": "Wektu Ketigo Krasnoyarsk" + } + }, + "Kyrgystan": { + "long": { + "standard": "Wektu Kirgizstan" + } + }, + "Line_Islands": { + "long": { + "standard": "Wektu Kepuloan Line" + } + }, + "Lord_Howe": { + "long": { + "generic": "Wektu Lord Howe", + "standard": "Wektu Standar Lord Howe", + "daylight": "Wektu Ketigo Lord Howe" + } + }, + "Macquarie": { + "long": { + "standard": "Wektu Pulo Macquarie" + } + }, + "Magadan": { + "long": { + "generic": "Wektu Magadan", + "standard": "Wektu Standar Magadan", + "daylight": "Wektu Ketigo Magadan" + } + }, + "Malaysia": { + "long": { + "standard": "Wektu Malaysia" + } + }, + "Maldives": { + "long": { + "standard": "Wektu Maladewa" + } + }, + "Marquesas": { + "long": { + "standard": "Wektu Marquesas" + } + }, + "Marshall_Islands": { + "long": { + "standard": "Wektu Kepuloan Marshall" + } + }, + "Mauritius": { + "long": { + "generic": "Wektu Mauritius", + "standard": "Wektu Standar Mauritius", + "daylight": "Wektu Ketigo Mauritius" + } + }, + "Mawson": { + "long": { + "standard": "Wektu Mawson" + } + }, + "Mexico_Northwest": { + "long": { + "generic": "Wektu Meksiko Lor-Kulon", + "standard": "Wektu Standar Meksiko Lor-Kulon", + "daylight": "Wektu Ketigo Meksiko Lor-Kulon" + } + }, + "Mexico_Pacific": { + "long": { + "generic": "Wektu Pasifik Meksiko", + "standard": "Wektu Standar Pasifik Meksiko", + "daylight": "Wektu Ketigo Pasifik Meksiko" + } + }, + "Mongolia": { + "long": { + "generic": "Wektu Ulaanbaatar", + "standard": "Wektu Standar Ulaanbaatar", + "daylight": "Wektu Ketigo Ulaanbaatar" + } + }, + "Moscow": { + "long": { + "generic": "Wektu Moscow", + "standard": "Wektu Standar Moscow", + "daylight": "Wektu Ketigo Moscow" + } + }, + "Myanmar": { + "long": { + "standard": "Wektu Myanmar" + } + }, + "Nauru": { + "long": { + "standard": "Wektu Nauru" + } + }, + "Nepal": { + "long": { + "standard": "Wektu Nepal" + } + }, + "New_Caledonia": { + "long": { + "generic": "Wektu Kaledonia Anyar", + "standard": "Wektu Standar Kaledonia Anyar", + "daylight": "Wektu Ketigo Kaledonia Anyar" + } + }, + "New_Zealand": { + "long": { + "generic": "Wektu Selandia Anyar", + "standard": "Wektu Standar Selandia Anyar", + "daylight": "Wektu Ketigo Selandia Anyar" + } + }, + "Newfoundland": { + "long": { + "generic": "Wektu Newfoundland", + "standard": "Wektu Standar Newfoundland", + "daylight": "Wektu Ketigo Newfoundland" + } + }, + "Niue": { + "long": { + "standard": "Wektu Niue" + } + }, + "Norfolk": { + "long": { + "standard": "Wektu Pulo Norfolk" + } + }, + "Noronha": { + "long": { + "generic": "Wektu Fernando de Noronha", + "standard": "Wektu Standar Fernando de Noronha", + "daylight": "Wektu Ketigo Fernando de Noronha" + } + }, + "Novosibirsk": { + "long": { + "generic": "Wektu Novosibirsk", + "standard": "Wektu Standar Novosibirsk", + "daylight": "Wektu Ketigo Novosibirsk" + } + }, + "Omsk": { + "long": { + "generic": "Wektu Omsk", + "standard": "Wektu Standar Omsk", + "daylight": "Wektu Ketigo Omsk" + } + }, + "Pakistan": { + "long": { + "generic": "Wektu Pakistan", + "standard": "Wektu Standar Pakistan", + "daylight": "Wektu Ketigo Pakistan" + } + }, + "Palau": { + "long": { + "standard": "Wektu Palau" + } + }, + "Papua_New_Guinea": { + "long": { + "standard": "Wektu Papua Nugini" + } + }, + "Paraguay": { + "long": { + "generic": "Wektu Paraguay", + "standard": "Wektu Standar Paraguay", + "daylight": "Wektu Ketigo Paraguay" + } + }, + "Peru": { + "long": { + "generic": "Wektu Peru", + "standard": "Wektu Standar Peru", + "daylight": "Wektu Ketigo Peru" + } + }, + "Philippines": { + "long": { + "generic": "Wektu Filipina", + "standard": "Wektu Standar Filipina", + "daylight": "Wektu Ketigo Filipina" + } + }, + "Phoenix_Islands": { + "long": { + "standard": "Wektu Kepuloan Phoenix" + } + }, + "Pierre_Miquelon": { + "long": { + "generic": "Wektu Santa Pierre lan Miquelon", + "standard": "Wektu Standar Santa Pierre lan Miquelon", + "daylight": "Wektu Ketigo Santa Pierre lan Miquelon" + } + }, + "Pitcairn": { + "long": { + "standard": "Wektu Pitcairn" + } + }, + "Ponape": { + "long": { + "standard": "Wektu Ponape" + } + }, + "Pyongyang": { + "long": { + "standard": "Wektu Pyongyang" + } + }, + "Reunion": { + "long": { + "standard": "Wektu Reunion" + } + }, + "Rothera": { + "long": { + "standard": "Wektu Rothera" + } + }, + "Sakhalin": { + "long": { + "generic": "Wektu Sakhalin", + "standard": "Wektu Standar Sakhalin", + "daylight": "Wektu Ketigo Sakhalin" + } + }, + "Samoa": { + "long": { + "generic": "Wektu Samoa", + "standard": "Wektu Standar Samoa", + "daylight": "Wektu Ketigo Samoa" + } + }, + "Seychelles": { + "long": { + "standard": "Wektu Seichelles" + } + }, + "Singapore": { + "long": { + "standard": "Wektu Standar Singapura" + } + }, + "Solomon": { + "long": { + "standard": "Wektu Kepuloan Solomon" + } + }, + "South_Georgia": { + "long": { + "standard": "Wektu Georgia Kidul" + } + }, + "Suriname": { + "long": { + "standard": "Wektu Suriname" + } + }, + "Syowa": { + "long": { + "standard": "Wektu Syowa" + } + }, + "Tahiti": { + "long": { + "standard": "Wektu Tahiti" + } + }, + "Taipei": { + "long": { + "generic": "Wektu Taipei", + "standard": "Wektu Standar Taipei", + "daylight": "Wektu Ketigo Taipei" + } + }, + "Tajikistan": { + "long": { + "standard": "Wektu Tajikistan" + } + }, + "Tokelau": { + "long": { + "standard": "Wektu Tokelau" + } + }, + "Tonga": { + "long": { + "generic": "Wektu Tonga", + "standard": "Wektu Standar Tonga", + "daylight": "Wektu Ketigo Tonga" + } + }, + "Truk": { + "long": { + "standard": "Wektu Chuuk" + } + }, + "Turkmenistan": { + "long": { + "generic": "Wektu Turkmenistan", + "standard": "Wektu Standar Turkmenistan", + "daylight": "Wektu Ketigo Turkmenistan" + } + }, + "Tuvalu": { + "long": { + "standard": "Wektu Tuvalu" + } + }, + "Uruguay": { + "long": { + "generic": "Wektu Uruguay", + "standard": "Wektu Standar Uruguay", + "daylight": "Wektu Ketigo Uruguay" + } + }, + "Uzbekistan": { + "long": { + "generic": "Wektu Usbekistan", + "standard": "Wektu Standar Usbekistan", + "daylight": "Wektu Ketigo Usbekistan" + } + }, + "Vanuatu": { + "long": { + "generic": "Wektu Vanuatu", + "standard": "Wektu Standar Vanuatu", + "daylight": "Wektu Ketigo Vanuatu" + } + }, + "Venezuela": { + "long": { + "standard": "Wektu Venezuela" + } + }, + "Vladivostok": { + "long": { + "generic": "Wektu Vladivostok", + "standard": "Wektu Standar Vladivostok", + "daylight": "Wektu Ketigo Vladivostok" + } + }, + "Volgograd": { + "long": { + "generic": "Wektu Volgograd", + "standard": "Wektu Standar Volgograd", + "daylight": "Wektu Ketigo Volgograd" + } + }, + "Vostok": { + "long": { + "standard": "Wektu Vostok" + } + }, + "Wake": { + "long": { + "standard": "Wektu Pulo Wake" + } + }, + "Wallis": { + "long": { + "standard": "Wektu Wallis lan Futuna" + } + }, + "Yakutsk": { + "long": { + "generic": "Wektu Yakutsk", + "standard": "Wektu Standar Yakutsk", + "daylight": "Wektu Ketigo Yakutsk" + } + }, + "Yekaterinburg": { + "long": { + "generic": "Wektu Yekaterinburg", + "standard": "Wektu Standar Yekaterinburg", + "daylight": "Wektu Ketigo Yekaterinburg" + } + } + } + } + } + } + } +} diff --git a/main/ku/ca-generic.json b/main/ku/ca-generic.json new file mode 100755 index 00000000..a66586f0 --- /dev/null +++ b/main/ku/ca-generic.json @@ -0,0 +1,480 @@ +{ + "main": { + "ku": { + "identity": { + "version": { + "_number": "$Revision: 14482 $", + "_cldrVersion": "34" + }, + "language": "ku" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "yş", + "mon": "dş", + "tue": "sş", + "wed": "çş", + "thu": "pş", + "fri": "în", + "sat": "ş" + }, + "narrow": { + "sun": "Y", + "mon": "D", + "tue": "S", + "wed": "Ç", + "thu": "P", + "fri": "Î", + "sat": "Ş" + }, + "short": { + "sun": "yş", + "mon": "dş", + "tue": "sş", + "wed": "çş", + "thu": "pş", + "fri": "în", + "sat": "ş" + }, + "wide": { + "sun": "yekşem", + "mon": "duşem", + "tue": "sêşem", + "wed": "çarşem", + "thu": "pêncşem", + "fri": "în", + "sat": "şemî" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "yş", + "mon": "dş", + "tue": "sş", + "wed": "çş", + "thu": "pş", + "fri": "în", + "sat": "ş" + }, + "narrow": { + "sun": "Y", + "mon": "D", + "tue": "S", + "wed": "Ç", + "thu": "P", + "fri": "Î", + "sat": "Ş" + }, + "short": { + "sun": "yş", + "mon": "dş", + "tue": "sş", + "wed": "çş", + "thu": "pş", + "fri": "în", + "sat": "ş" + }, + "wide": { + "sun": "yekşem", + "mon": "duşem", + "tue": "sêşem", + "wed": "çarşem", + "thu": "pêncşem", + "fri": "în", + "sat": "şemî" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "Ç1", + "2": "Ç2", + "3": "Ç3", + "4": "Ç4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Q1", + "2": "Q2", + "3": "Q3", + "4": "Q4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "Ç1", + "2": "Ç2", + "3": "Ç3", + "4": "Ç4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Q1", + "2": "Q2", + "3": "Q3", + "4": "Q4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + }, + "stand-alone": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "G y MMMM d, EEEE", + "long": "G y MMMM d", + "medium": "G y MMM d", + "short": "GGGGG y-MM-dd" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "L", + "Md": "MM-dd", + "MEd": "MM-dd, E", + "MMM": "LLL", + "MMMd": "MMM d", + "MMMEd": "MMM d, E", + "MMMMd": "MMMM d", + "ms": "mm:ss", + "y": "G y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ku/ca-gregorian.json b/main/ku/ca-gregorian.json new file mode 100755 index 00000000..ceab78dd --- /dev/null +++ b/main/ku/ca-gregorian.json @@ -0,0 +1,491 @@ +{ + "main": { + "ku": { + "identity": { + "version": { + "_number": "$Revision: 14482 $", + "_cldrVersion": "34" + }, + "language": "ku" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "rêb", + "2": "reş", + "3": "ada", + "4": "avr", + "5": "gul", + "6": "pûş", + "7": "tîr", + "8": "gel", + "9": "rez", + "10": "kew", + "11": "ser", + "12": "ber" + }, + "narrow": { + "1": "R", + "2": "R", + "3": "A", + "4": "A", + "5": "G", + "6": "P", + "7": "T", + "8": "G", + "9": "R", + "10": "K", + "11": "S", + "12": "B" + }, + "wide": { + "1": "rêbendanê", + "2": "reşemiyê", + "3": "adarê", + "4": "avrêlê", + "5": "gulanê", + "6": "pûşperê", + "7": "tîrmehê", + "8": "gelawêjê", + "9": "rezberê", + "10": "kewçêrê", + "11": "sermawezê", + "12": "berfanbarê" + } + }, + "stand-alone": { + "abbreviated": { + "1": "rêb", + "2": "reş", + "3": "ada", + "4": "avr", + "5": "gul", + "6": "pûş", + "7": "tîr", + "8": "gel", + "9": "rez", + "10": "kew", + "11": "ser", + "12": "ber" + }, + "narrow": { + "1": "R", + "2": "R", + "3": "A", + "4": "A", + "5": "G", + "6": "P", + "7": "T", + "8": "G", + "9": "R", + "10": "K", + "11": "S", + "12": "B" + }, + "wide": { + "1": "rêbendan", + "2": "reşemî", + "3": "adar", + "4": "avrêl", + "5": "gulan", + "6": "pûşper", + "7": "tîrmeh", + "8": "gelawêj", + "9": "rezber", + "10": "kewçêr", + "11": "sermawez", + "12": "berfanbar" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "yş", + "mon": "dş", + "tue": "sş", + "wed": "çş", + "thu": "pş", + "fri": "în", + "sat": "ş" + }, + "narrow": { + "sun": "Y", + "mon": "D", + "tue": "S", + "wed": "Ç", + "thu": "P", + "fri": "Î", + "sat": "Ş" + }, + "short": { + "sun": "yş", + "mon": "dş", + "tue": "sş", + "wed": "çş", + "thu": "pş", + "fri": "în", + "sat": "ş" + }, + "wide": { + "sun": "yekşem", + "mon": "duşem", + "tue": "sêşem", + "wed": "çarşem", + "thu": "pêncşem", + "fri": "în", + "sat": "şemî" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "yş", + "mon": "dş", + "tue": "sş", + "wed": "çş", + "thu": "pş", + "fri": "în", + "sat": "ş" + }, + "narrow": { + "sun": "Y", + "mon": "D", + "tue": "S", + "wed": "Ç", + "thu": "P", + "fri": "Î", + "sat": "Ş" + }, + "short": { + "sun": "yş", + "mon": "dş", + "tue": "sş", + "wed": "çş", + "thu": "pş", + "fri": "în", + "sat": "ş" + }, + "wide": { + "sun": "yekşem", + "mon": "duşem", + "tue": "sêşem", + "wed": "çarşem", + "thu": "pêncşem", + "fri": "în", + "sat": "şemî" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "Ç1", + "2": "Ç2", + "3": "Ç3", + "4": "Ç4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Q1", + "2": "Q2", + "3": "Q3", + "4": "Q4" + } + }, + "stand-alone": { + "abbreviated": { + "1": "Ç1", + "2": "Ç2", + "3": "Ç3", + "4": "Ç4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Q1", + "2": "Q2", + "3": "Q3", + "4": "Q4" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + }, + "stand-alone": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + } + }, + "eras": { + "eraNames": { + "0": "berî zayînê", + "0-alt-variant": "BCE", + "1": "piştî zayînê", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "BZ", + "0-alt-variant": "BCE", + "1": "PZ", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "BZ", + "0-alt-variant": "BCE", + "1": "PZ", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "y MMMM d, EEEE", + "long": "y MMMM d", + "medium": "y MMM d", + "short": "y-MM-dd" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "L", + "Md": "MM-dd", + "MEd": "MM-dd, E", + "MMM": "LLL", + "MMMd": "MMM d", + "MMMEd": "MMM d, E", + "MMMMd": "MMMM d", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "mm:ss", + "y": "y", + "yM": "y-MM", + "yMd": "y-MM-dd", + "yMEd": "y-MM-dd, E", + "yMMM": "y MMM", + "yMMMd": "y MMM d", + "yMMMEd": "y MMM d, E", + "yMMMM": "y MMMM", + "yQQQ": "y QQQ", + "yQQQQ": "y QQQQ", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/ku/dateFields.json b/main/ku/dateFields.json new file mode 100755 index 00000000..3acf4a0c --- /dev/null +++ b/main/ku/dateFields.json @@ -0,0 +1,584 @@ +{ + "main": { + "ku": { + "identity": { + "version": { + "_number": "$Revision: 14482 $", + "_cldrVersion": "34" + }, + "language": "ku" + }, + "dates": { + "fields": { + "era": { + "displayName": "serdem" + }, + "era-short": { + "displayName": "serdem" + }, + "era-narrow": { + "displayName": "serdem" + }, + "year": { + "displayName": "sal", + "relative-type--1": "par", + "relative-type-0": "îsal", + "relative-type-1": "sala piştî", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "sal", + "relative-type--1": "par", + "relative-type-0": "îsal", + "relative-type-1": "sala piştî", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "sl", + "relative-type--1": "par", + "relative-type-0": "îsal", + "relative-type-1": "sala piştî", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "çarêk", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "çrk.", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "çrk.", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "meh", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "m.", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "m.", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "hefte", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "hf.", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "hf.", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "roj", + "relative-type--1": "duh", + "relative-type-0": "îro", + "relative-type-1": "sibe", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "r.", + "relative-type--1": "duh", + "relative-type-0": "îro", + "relative-type-1": "sibe", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "r.", + "relative-type--1": "duh", + "relative-type-0": "îro", + "relative-type-1": "sibe", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Day of the Week" + }, + "weekday-short": { + "displayName": "Day of the Week" + }, + "weekday-narrow": { + "displayName": "Day of the Week" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Dayperiod" + }, + "dayperiod": { + "displayName": "Dayperiod" + }, + "dayperiod-narrow": { + "displayName": "Dayperiod" + }, + "hour": { + "displayName": "saet", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "st.", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "st.", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "deqîqe", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "d.", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "d.", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "saniye", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "s.", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "s.", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Zone" + }, + "zone-short": { + "displayName": "Zone" + }, + "zone-narrow": { + "displayName": "Zone" + } + } + } + } + } +} diff --git a/main/ku/timeZoneNames.json b/main/ku/timeZoneNames.json new file mode 100755 index 00000000..4e783378 --- /dev/null +++ b/main/ku/timeZoneNames.json @@ -0,0 +1,1336 @@ +{ + "main": { + "ku": { + "identity": { + "version": { + "_number": "$Revision: 14482 $", + "_cldrVersion": "34" + }, + "language": "ku" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +} diff --git a/main/mi/ca-generic.json b/main/mi/ca-generic.json new file mode 100755 index 00000000..9809aaed --- /dev/null +++ b/main/mi/ca-generic.json @@ -0,0 +1,480 @@ +{ + "main": { + "mi": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "mi" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "Tap", + "mon": "Hin", + "tue": "Tū", + "wed": "Apa", + "thu": "Par", + "fri": "Mer", + "sat": "Hor" + }, + "narrow": { + "sun": "T", + "mon": "H", + "tue": "T", + "wed": "A", + "thu": "P", + "fri": "M", + "sat": "H" + }, + "short": { + "sun": "Tap", + "mon": "Hin", + "tue": "Tū", + "wed": "Apa", + "thu": "Par", + "fri": "Mer", + "sat": "Hor" + }, + "wide": { + "sun": "Rātapu", + "mon": "Rāhina", + "tue": "Rātū", + "wed": "Rāapa", + "thu": "Rāpare", + "fri": "Rāmere", + "sat": "Rāhoroi" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "Tap", + "mon": "Hin", + "tue": "Tū", + "wed": "Apa", + "thu": "Par", + "fri": "Mer", + "sat": "Hor" + }, + "narrow": { + "sun": "T", + "mon": "H", + "tue": "T", + "wed": "A", + "thu": "P", + "fri": "M", + "sat": "H" + }, + "short": { + "sun": "Tap", + "mon": "Hin", + "tue": "Tū", + "wed": "Apa", + "thu": "Par", + "fri": "Mer", + "sat": "Hor" + }, + "wide": { + "sun": "Rātapu", + "mon": "Rāhina", + "tue": "Rātū", + "wed": "Rāapa", + "thu": "Rāpare", + "fri": "Rāmere", + "sat": "Rāhoroi" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "HW1", + "2": "HW2", + "3": "HW3", + "4": "HW4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Hauwhā tuatahi", + "2": "Hauwhā tuarua", + "3": "Hauwhā tuatoru", + "4": "Hauwhā tuawhā" + } + }, + "stand-alone": { + "abbreviated": { + "1": "HW1", + "2": "HW2", + "3": "HW3", + "4": "HW4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Hauwhā tuatahi", + "2": "Hauwhā tuarua", + "3": "Hauwhā tuatoru", + "4": "Hauwhā tuawhā" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + }, + "stand-alone": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "G y MMMM d, EEEE", + "long": "G y MMMM d", + "medium": "G y MMM d", + "short": "GGGGG y-MM-dd" + }, + "timeFormats": { + "full": "h:mm:ss a zzzz", + "long": "h:mm:ss a z", + "medium": "h:mm:ss", + "short": "h:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "L", + "Md": "MM-dd", + "MEd": "MM-dd, E", + "MMM": "LLL", + "MMMd": "MMM d", + "MMMEd": "MMM d, E", + "MMMMd": "MMMM d", + "ms": "mm:ss", + "y": "G y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} ki te {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/mi/ca-gregorian.json b/main/mi/ca-gregorian.json new file mode 100755 index 00000000..fbd498ae --- /dev/null +++ b/main/mi/ca-gregorian.json @@ -0,0 +1,491 @@ +{ + "main": { + "mi": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "mi" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "Kohi", + "2": "Hui", + "3": "Pou", + "4": "Pae", + "5": "Hara", + "6": "Pipi", + "7": "Hōngo", + "8": "Here", + "9": "Mahu", + "10": "Nuku", + "11": "Rangi", + "12": "Haki" + }, + "narrow": { + "1": "K", + "2": "H", + "3": "P", + "4": "P", + "5": "H", + "6": "P", + "7": "H", + "8": "H", + "9": "M", + "10": "N", + "11": "R", + "12": "H" + }, + "wide": { + "1": "Kohitātea", + "2": "Huitanguru", + "3": "Poutūterangi", + "4": "Paengawhāwhā", + "5": "Haratua", + "6": "Pipiri", + "7": "Hōngongoi", + "8": "Hereturikōkā", + "9": "Mahuru", + "10": "Whiringa-ā-nuku", + "11": "Whiringa-ā-rangi", + "12": "Hakihea" + } + }, + "stand-alone": { + "abbreviated": { + "1": "Kohi", + "2": "Hui", + "3": "Pou", + "4": "Pae", + "5": "Hara", + "6": "Pipi", + "7": "Hōngo", + "8": "Here", + "9": "Mahu", + "10": "Nuku", + "11": "Rangi", + "12": "Haki" + }, + "narrow": { + "1": "K", + "2": "H", + "3": "P", + "4": "P", + "5": "H", + "6": "P", + "7": "H", + "8": "H", + "9": "M", + "10": "N", + "11": "R", + "12": "H" + }, + "wide": { + "1": "Kohitātea", + "2": "Huitanguru", + "3": "Poutūterangi", + "4": "Paengawhāwhā", + "5": "Haratua", + "6": "Pipiri", + "7": "Hōngongoi", + "8": "Hereturikōkā", + "9": "Mahuru", + "10": "Whiringa-ā-nuku", + "11": "Whiringa-ā-rangi", + "12": "Hakihea" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "Tap", + "mon": "Hin", + "tue": "Tū", + "wed": "Apa", + "thu": "Par", + "fri": "Mer", + "sat": "Hor" + }, + "narrow": { + "sun": "T", + "mon": "H", + "tue": "T", + "wed": "A", + "thu": "P", + "fri": "M", + "sat": "H" + }, + "short": { + "sun": "Tap", + "mon": "Hin", + "tue": "Tū", + "wed": "Apa", + "thu": "Par", + "fri": "Mer", + "sat": "Hor" + }, + "wide": { + "sun": "Rātapu", + "mon": "Rāhina", + "tue": "Rātū", + "wed": "Rāapa", + "thu": "Rāpare", + "fri": "Rāmere", + "sat": "Rāhoroi" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "Tap", + "mon": "Hin", + "tue": "Tū", + "wed": "Apa", + "thu": "Par", + "fri": "Mer", + "sat": "Hor" + }, + "narrow": { + "sun": "T", + "mon": "H", + "tue": "T", + "wed": "A", + "thu": "P", + "fri": "M", + "sat": "H" + }, + "short": { + "sun": "Tap", + "mon": "Hin", + "tue": "Tū", + "wed": "Apa", + "thu": "Par", + "fri": "Mer", + "sat": "Hor" + }, + "wide": { + "sun": "Rātapu", + "mon": "Rāhina", + "tue": "Rātū", + "wed": "Rāapa", + "thu": "Rāpare", + "fri": "Rāmere", + "sat": "Rāhoroi" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "HW1", + "2": "HW2", + "3": "HW3", + "4": "HW4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Hauwhā tuatahi", + "2": "Hauwhā tuarua", + "3": "Hauwhā tuatoru", + "4": "Hauwhā tuawhā" + } + }, + "stand-alone": { + "abbreviated": { + "1": "HW1", + "2": "HW2", + "3": "HW3", + "4": "HW4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "Hauwhā tuatahi", + "2": "Hauwhā tuarua", + "3": "Hauwhā tuatoru", + "4": "Hauwhā tuawhā" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + }, + "stand-alone": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + } + }, + "eras": { + "eraNames": { + "0": "BCE", + "0-alt-variant": "BCE", + "1": "CE", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "BCE", + "0-alt-variant": "BCE", + "1": "CE", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "BCE", + "0-alt-variant": "BCE", + "1": "CE", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "y MMMM d, EEEE", + "long": "y MMMM d", + "medium": "y MMM d", + "short": "y-MM-dd" + }, + "timeFormats": { + "full": "h:mm:ss a zzzz", + "long": "h:mm:ss a z", + "medium": "h:mm:ss", + "short": "h:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "L", + "Md": "MM-dd", + "MEd": "MM-dd, E", + "MMM": "LLL", + "MMMd": "MMM d", + "MMMEd": "MMM d, E", + "MMMMd": "MMMM d", + "MMMMW-count-other": "'week' W 'of' MMMM", + "ms": "mm:ss", + "y": "y", + "yM": "y-MM", + "yMd": "y-MM-dd", + "yMEd": "y-MM-dd, E", + "yMMM": "y MMM", + "yMMMd": "y MMM d", + "yMMMEd": "y MMM d, E", + "yMMMM": "y MMMM", + "yQQQ": "y QQQ", + "yQQQQ": "y QQQQ", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} ki te {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/mi/dateFields.json b/main/mi/dateFields.json new file mode 100755 index 00000000..d20367e5 --- /dev/null +++ b/main/mi/dateFields.json @@ -0,0 +1,584 @@ +{ + "main": { + "mi": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "mi" + }, + "dates": { + "fields": { + "era": { + "displayName": "wā" + }, + "era-short": { + "displayName": "wā" + }, + "era-narrow": { + "displayName": "wā" + }, + "year": { + "displayName": "tau", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "t", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "t", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "hauwhā", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "hw", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "hw", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "marama", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "m", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "m", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "wiki", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "w", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "w", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "rā", + "relative-type--1": "inanahi", + "relative-type-0": "āianei", + "relative-type-1": "āpōpō", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "rā", + "relative-type--1": "inanahi", + "relative-type-0": "āianei", + "relative-type-1": "āpōpō", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "rā", + "relative-type--1": "inanahi", + "relative-type-0": "āianei", + "relative-type-1": "āpōpō", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "rā o te wiki" + }, + "weekday-short": { + "displayName": "rā o te wiki" + }, + "weekday-narrow": { + "displayName": "rā o te wiki" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "AM/PM" + }, + "dayperiod": { + "displayName": "AM/PM" + }, + "dayperiod-narrow": { + "displayName": "AM/PM" + }, + "hour": { + "displayName": "hāora", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "hr", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "hr", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "meneti", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "men", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "men", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "hēkona", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "hēk", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "hēk", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "rohe wā" + }, + "zone-short": { + "displayName": "rohe wā" + }, + "zone-narrow": { + "displayName": "rohe wā" + } + } + } + } + } +} diff --git a/main/mi/timeZoneNames.json b/main/mi/timeZoneNames.json new file mode 100755 index 00000000..ab3be2e2 --- /dev/null +++ b/main/mi/timeZoneNames.json @@ -0,0 +1,1402 @@ +{ + "main": { + "mi": { + "identity": { + "version": { + "_number": "$Revision: 14415 $", + "_cldrVersion": "34" + }, + "language": "mi" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Tāmaki Makaurau" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Rēkohu" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "long": { + "standard": "Wā Aonui Kōtuitui" + }, + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Tāone Tē Mōhiotia" + } + } + }, + "metazone": { + "America_Central": { + "long": { + "generic": "Wā Waenga", + "standard": "Wā Arowhānui Waenga", + "daylight": "Wā Awatea Waenga" + } + }, + "America_Eastern": { + "long": { + "generic": "Wā Rāwhiti", + "standard": "Wā Arowhānui Rāwhiti", + "daylight": "Wā Awatea Rāwhiti" + } + }, + "America_Mountain": { + "long": { + "generic": "Wā Maunga", + "standard": "Wā Arowhānui Maunga", + "daylight": "Wā Awatea Maunga" + } + }, + "America_Pacific": { + "long": { + "generic": "Wā Kiwa", + "standard": "Wā Arowhānui Kiwa", + "daylight": "Wā Awatea Kiwa" + } + }, + "Atlantic": { + "long": { + "generic": "Wā Ranatiki", + "standard": "Wā Arowhānui Ranatiki", + "daylight": "Wā Awatea Ranatiki" + } + }, + "Europe_Central": { + "long": { + "generic": "Wā Uropi Waenga", + "standard": "Wā Arowhānui Uropi Waenga", + "daylight": "Wā Raumati Uropi Waenga" + } + }, + "Europe_Eastern": { + "long": { + "generic": "Wā Uropi Rāwhiti", + "standard": "Wā Arowhānui Uropi Rāwhiti", + "daylight": "Wā Raumati Uropi Rāwhiti" + } + }, + "Europe_Western": { + "long": { + "generic": "Wā Uropi Uru", + "standard": "Wā Arowhānui Uropi Uru", + "daylight": "Wā Raumati Uropi Uru" + } + }, + "GMT": { + "long": { + "standard": "Wā Toharite Greenwich" + } + } + } + } + } + } + } +} diff --git a/main/xh/ca-generic.json b/main/xh/ca-generic.json new file mode 100755 index 00000000..b059d761 --- /dev/null +++ b/main/xh/ca-generic.json @@ -0,0 +1,480 @@ +{ + "main": { + "xh": { + "identity": { + "version": { + "_number": "$Revision: 14488 $", + "_cldrVersion": "34" + }, + "language": "xh" + }, + "dates": { + "calendars": { + "generic": { + "months": { + "format": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + }, + "stand-alone": { + "abbreviated": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "M01", + "2": "M02", + "3": "M03", + "4": "M04", + "5": "M05", + "6": "M06", + "7": "M07", + "8": "M08", + "9": "M09", + "10": "M10", + "11": "M11", + "12": "M12" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "Caw", + "mon": "Mvu", + "tue": "Bin", + "wed": "Tha", + "thu": "Sin", + "fri": "Hla", + "sat": "Mgq" + }, + "narrow": { + "sun": "S", + "mon": "M", + "tue": "T", + "wed": "W", + "thu": "T", + "fri": "F", + "sat": "S" + }, + "short": { + "sun": "Caw", + "mon": "Mvu", + "tue": "Bin", + "wed": "Tha", + "thu": "Sin", + "fri": "Hla", + "sat": "Mgq" + }, + "wide": { + "sun": "Cawe", + "mon": "Mvulo", + "tue": "Lwesibini", + "wed": "Lwesithathu", + "thu": "Lwesine", + "fri": "Lwesihlanu", + "sat": "Mgqibelo" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "Caw", + "mon": "Mvu", + "tue": "Bin", + "wed": "Tha", + "thu": "Sin", + "fri": "Hla", + "sat": "Mgq" + }, + "narrow": { + "sun": "S", + "mon": "M", + "tue": "T", + "wed": "W", + "thu": "T", + "fri": "F", + "sat": "S" + }, + "short": { + "sun": "Caw", + "mon": "Mvu", + "tue": "Bin", + "wed": "Tha", + "thu": "Sin", + "fri": "Hla", + "sat": "Mgq" + }, + "wide": { + "sun": "Cawe", + "mon": "Mvulo", + "tue": "Lwesibini", + "wed": "Lwesithathu", + "thu": "Lwesine", + "fri": "Lwesihlanu", + "sat": "Mgqibelo" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "Q1", + "2": "Q2", + "3": "Q3", + "4": "Q4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "1 unyangantathu", + "2": "2 unyangantathu", + "3": "3 unyangantathu", + "4": "4 unyangantathu" + } + }, + "stand-alone": { + "abbreviated": { + "1": "Q1", + "2": "Q2", + "3": "Q3", + "4": "Q4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "1 unyangantathu", + "2": "2 unyangantathu", + "3": "3 unyangantathu", + "4": "4 unyangantathu" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + }, + "stand-alone": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + } + }, + "eras": { + "eraNames": { + "0": "ERA0", + "1": "ERA1" + }, + "eraAbbr": { + "0": "ERA0", + "1": "ERA1" + }, + "eraNarrow": { + "0": "ERA0", + "1": "ERA1" + } + }, + "dateFormats": { + "full": "G y MMMM d, EEEE", + "long": "G y MMMM d", + "medium": "G y MMM d", + "short": "GGGGG y-MM-dd" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "M": "L", + "Md": "MM-dd", + "MEd": "MM-dd, E", + "MMM": "LLL", + "MMMd": "MMM d", + "MMMEd": "MMM d, E", + "MMMMd": "MMMM d", + "ms": "mm:ss", + "y": "G y", + "yyyy": "G y", + "yyyyM": "GGGGG y-MM", + "yyyyMd": "GGGGG y-MM-dd", + "yyyyMEd": "GGGGG y-MM-dd, E", + "yyyyMMM": "G y MMM", + "yyyyMMMd": "G y MMM d", + "yyyyMMMEd": "G y MMM d, E", + "yyyyMMMM": "G y MMMM", + "yyyyQQQ": "G y QQQ", + "yyyyQQQQ": "G y QQQQ" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "G y–y" + }, + "yM": { + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "yMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "yMMMd": { + "d": "G y MMM d–d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "G y MMMM–MMMM", + "y": "G y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/xh/ca-gregorian.json b/main/xh/ca-gregorian.json new file mode 100755 index 00000000..dfe895c1 --- /dev/null +++ b/main/xh/ca-gregorian.json @@ -0,0 +1,493 @@ +{ + "main": { + "xh": { + "identity": { + "version": { + "_number": "$Revision: 14488 $", + "_cldrVersion": "34" + }, + "language": "xh" + }, + "dates": { + "calendars": { + "gregorian": { + "months": { + "format": { + "abbreviated": { + "1": "Jan", + "2": "Feb", + "3": "Mat", + "4": "Epr", + "5": "Mey", + "6": "Jun", + "7": "Jul", + "8": "Aga", + "9": "Sep", + "10": "Okt", + "11": "Nov", + "12": "Dis" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "Janyuwari", + "2": "Februwari", + "3": "Matshi", + "4": "Epreli", + "5": "Meyi", + "6": "Juni", + "7": "Julayi", + "8": "Agasti", + "9": "Septemba", + "10": "Okthoba", + "11": "Novemba", + "12": "Disemba" + } + }, + "stand-alone": { + "abbreviated": { + "1": "Jan", + "2": "Feb", + "3": "Mat", + "4": "Epr", + "5": "Mey", + "6": "Jun", + "7": "Jul", + "8": "Aga", + "9": "Sep", + "10": "Okt", + "11": "Nov", + "12": "Dis" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4", + "5": "5", + "6": "6", + "7": "7", + "8": "8", + "9": "9", + "10": "10", + "11": "11", + "12": "12" + }, + "wide": { + "1": "Janyuwari", + "2": "Februwari", + "3": "Matshi", + "4": "Epreli", + "5": "Meyi", + "6": "Juni", + "7": "Julayi", + "8": "Agasti", + "9": "Septemba", + "10": "Okthoba", + "11": "Novemba", + "12": "Disemba" + } + } + }, + "days": { + "format": { + "abbreviated": { + "sun": "Caw", + "mon": "Mvu", + "tue": "Bin", + "wed": "Tha", + "thu": "Sin", + "fri": "Hla", + "sat": "Mgq" + }, + "narrow": { + "sun": "S", + "mon": "M", + "tue": "T", + "wed": "W", + "thu": "T", + "fri": "F", + "sat": "S" + }, + "short": { + "sun": "Caw", + "mon": "Mvu", + "tue": "Bin", + "wed": "Tha", + "thu": "Sin", + "fri": "Hla", + "sat": "Mgq" + }, + "wide": { + "sun": "Cawe", + "mon": "Mvulo", + "tue": "Lwesibini", + "wed": "Lwesithathu", + "thu": "Lwesine", + "fri": "Lwesihlanu", + "sat": "Mgqibelo" + } + }, + "stand-alone": { + "abbreviated": { + "sun": "Caw", + "mon": "Mvu", + "tue": "Bin", + "wed": "Tha", + "thu": "Sin", + "fri": "Hla", + "sat": "Mgq" + }, + "narrow": { + "sun": "S", + "mon": "M", + "tue": "T", + "wed": "W", + "thu": "T", + "fri": "F", + "sat": "S" + }, + "short": { + "sun": "Caw", + "mon": "Mvu", + "tue": "Bin", + "wed": "Tha", + "thu": "Sin", + "fri": "Hla", + "sat": "Mgq" + }, + "wide": { + "sun": "Cawe", + "mon": "Mvulo", + "tue": "Lwesibini", + "wed": "Lwesithathu", + "thu": "Lwesine", + "fri": "Lwesihlanu", + "sat": "Mgqibelo" + } + } + }, + "quarters": { + "format": { + "abbreviated": { + "1": "Q1", + "2": "Q2", + "3": "Q3", + "4": "Q4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "1 unyangantathu", + "2": "2 unyangantathu", + "3": "3 unyangantathu", + "4": "4 unyangantathu" + } + }, + "stand-alone": { + "abbreviated": { + "1": "Q1", + "2": "Q2", + "3": "Q3", + "4": "Q4" + }, + "narrow": { + "1": "1", + "2": "2", + "3": "3", + "4": "4" + }, + "wide": { + "1": "1 unyangantathu", + "2": "2 unyangantathu", + "3": "3 unyangantathu", + "4": "4 unyangantathu" + } + } + }, + "dayPeriods": { + "format": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + }, + "stand-alone": { + "abbreviated": { + "am": "AM", + "pm": "PM" + }, + "narrow": { + "am": "AM", + "pm": "PM" + }, + "wide": { + "am": "AM", + "pm": "PM" + } + } + }, + "eras": { + "eraNames": { + "0": "BC", + "0-alt-variant": "BCE", + "1": "AD", + "1-alt-variant": "CE" + }, + "eraAbbr": { + "0": "BC", + "0-alt-variant": "BCE", + "1": "AD", + "1-alt-variant": "CE" + }, + "eraNarrow": { + "0": "BC", + "0-alt-variant": "BCE", + "1": "AD", + "1-alt-variant": "CE" + } + }, + "dateFormats": { + "full": "y MMMM d, EEEE", + "long": "y MMMM d", + "medium": "y MMM d", + "short": "y-MM-dd" + }, + "timeFormats": { + "full": "HH:mm:ss zzzz", + "long": "HH:mm:ss z", + "medium": "HH:mm:ss", + "short": "HH:mm" + }, + "dateTimeFormats": { + "full": "{1} {0}", + "long": "{1} {0}", + "medium": "{1} {0}", + "short": "{1} {0}", + "availableFormats": { + "Bh": "h B", + "Bhm": "h:mm B", + "Bhms": "h:mm:ss B", + "d": "d", + "E": "ccc", + "EBhm": "E h:mm B", + "EBhms": "E h:mm:ss B", + "Ed": "d, E", + "Ehm": "E h:mm a", + "EHm": "E HH:mm", + "Ehms": "E h:mm:ss a", + "EHms": "E HH:mm:ss", + "Gy": "G y", + "GyMMM": "G y MMM", + "GyMMMd": "G y MMM d", + "GyMMMEd": "G y MMM d, E", + "h": "h a", + "H": "HH", + "hm": "h:mm a", + "Hm": "HH:mm", + "hms": "h:mm:ss a", + "Hms": "HH:mm:ss", + "hmsv": "h:mm:ss a v", + "Hmsv": "HH:mm:ss v", + "hmv": "h:mm a v", + "Hmv": "HH:mm v", + "M": "L", + "Md": "MM-dd", + "MEd": "MM-dd, E", + "MMM": "LLL", + "MMMd": "MMM d", + "MMMEd": "MMM d, E", + "MMMMd": "MMMM d", + "MMMMW-count-one": "'week' W 'of' MMM", + "MMMMW-count-other": "'week' W 'of' MMM", + "ms": "mm:ss", + "y": "y", + "yM": "y-MM", + "yMd": "y-MM-dd", + "yMEd": "y-MM-dd, E", + "yMMM": "y MMM", + "yMMMd": "y MMM d", + "yMMMEd": "y MMM d, E", + "yMMMM": "y MMMM", + "yQQQ": "y QQQ", + "yQQQQ": "y QQQQ", + "yw-count-one": "'week' w 'of' Y", + "yw-count-other": "'week' w 'of' Y" + }, + "appendItems": { + "Day": "{0} ({2}: {1})", + "Day-Of-Week": "{0} {1}", + "Era": "{1} {0}", + "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": "{1} {0}" + }, + "intervalFormats": { + "intervalFormatFallback": "{0} – {1}", + "d": { + "d": "d–d" + }, + "Gy": { + "G": "G y – G y", + "y": "G y–y" + }, + "GyM": { + "G": "GGGGG y-MM – GGGGG y-MM", + "M": "GGGGG y-MM – y-MM", + "y": "GGGGG y-MM – y-MM" + }, + "GyMd": { + "d": "GGGGG y-MM-dd – y-MM-dd", + "G": "GGGGG y-MM-dd – GGGGG y-MM-dd", + "M": "GGGGG y-MM-dd – y-MM-dd", + "y": "GGGGG y-MM-dd – y-MM-dd" + }, + "GyMEd": { + "d": "GGGGG y-MM-dd, E – y-MM-dd, E", + "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E", + "M": "GGGGG y-MM-dd, E – y-MM-dd, E", + "y": "GGGGG y-MM-dd, E – y-MM-dd, E" + }, + "GyMMM": { + "G": "G y MMM – G y MMM", + "M": "G y MMM–MMM", + "y": "G y MMM – y MMM" + }, + "GyMMMd": { + "d": "G y MMM d–d", + "G": "G y MMM d – G y MMM d", + "M": "G y MMM d – MMM d", + "y": "G y MMM d – y MMM d" + }, + "GyMMMEd": { + "d": "G y MMM d, E – MMM d, E", + "G": "G y MMM d, E – G y MMM d, E", + "M": "G y MMM d, E – MMM d, E", + "y": "G y MMM d, E – y MMM d, E" + }, + "h": { + "a": "h a – h a", + "h": "h–h a" + }, + "H": { + "H": "HH–HH" + }, + "hm": { + "a": "h:mm a – h:mm a", + "h": "h:mm–h:mm a", + "m": "h:mm–h:mm a" + }, + "Hm": { + "H": "HH:mm–HH:mm", + "m": "HH:mm–HH:mm" + }, + "hmv": { + "a": "h:mm a – h:mm a v", + "h": "h:mm–h:mm a v", + "m": "h:mm–h:mm a v" + }, + "Hmv": { + "H": "HH:mm–HH:mm v", + "m": "HH:mm–HH:mm v" + }, + "hv": { + "a": "h a – h a v", + "h": "h–h a v" + }, + "Hv": { + "H": "HH–HH v" + }, + "M": { + "M": "MM–MM" + }, + "Md": { + "d": "MM-dd – MM-dd", + "M": "MM-dd – MM-dd" + }, + "MEd": { + "d": "MM-dd, E – MM-dd, E", + "M": "MM-dd, E – MM-dd, E" + }, + "MMM": { + "M": "LLL–LLL" + }, + "MMMd": { + "d": "MMM d–d", + "M": "MMM d – MMM d" + }, + "MMMEd": { + "d": "MMM d, E – MMM d, E", + "M": "MMM d, E – MMM d, E" + }, + "y": { + "y": "y–y" + }, + "yM": { + "M": "y-MM – y-MM", + "y": "y-MM – y-MM" + }, + "yMd": { + "d": "y-MM-dd – y-MM-dd", + "M": "y-MM-dd – y-MM-dd", + "y": "y-MM-dd – y-MM-dd" + }, + "yMEd": { + "d": "y-MM-dd, E – y-MM-dd, E", + "M": "y-MM-dd, E – y-MM-dd, E", + "y": "y-MM-dd, E – y-MM-dd, E" + }, + "yMMM": { + "M": "y MMM–MMM", + "y": "y MMM – y MMM" + }, + "yMMMd": { + "d": "y MMM d–d", + "M": "y MMM d – MMM d", + "y": "y MMM d – y MMM d" + }, + "yMMMEd": { + "d": "y MMM d, E – MMM d, E", + "M": "y MMM d, E – MMM d, E", + "y": "y MMM d, E – y MMM d, E" + }, + "yMMMM": { + "M": "y MMMM–MMMM", + "y": "y MMMM – y MMMM" + } + } + } + } + } + } + } + } +} diff --git a/main/xh/dateFields.json b/main/xh/dateFields.json new file mode 100755 index 00000000..71d0c2e5 --- /dev/null +++ b/main/xh/dateFields.json @@ -0,0 +1,584 @@ +{ + "main": { + "xh": { + "identity": { + "version": { + "_number": "$Revision: 14488 $", + "_cldrVersion": "34" + }, + "language": "xh" + }, + "dates": { + "fields": { + "era": { + "displayName": "Era" + }, + "era-short": { + "displayName": "Era" + }, + "era-narrow": { + "displayName": "Era" + }, + "year": { + "displayName": "Year", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-short": { + "displayName": "Year", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "year-narrow": { + "displayName": "Year", + "relative-type--1": "last year", + "relative-type-0": "this year", + "relative-type-1": "next year", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} y" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} y" + } + }, + "quarter": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-short": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "quarter-narrow": { + "displayName": "Quarter", + "relative-type--1": "last quarter", + "relative-type-0": "this quarter", + "relative-type-1": "next quarter", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Q" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Q" + } + }, + "month": { + "displayName": "Month", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-short": { + "displayName": "Month", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "month-narrow": { + "displayName": "Month", + "relative-type--1": "last month", + "relative-type-0": "this month", + "relative-type-1": "next month", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} m" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} m" + } + }, + "week": { + "displayName": "Week", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-short": { + "displayName": "Week", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "week-narrow": { + "displayName": "Week", + "relative-type--1": "last week", + "relative-type-0": "this week", + "relative-type-1": "next week", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} w" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} w" + }, + "relativePeriod": "the week of {0}" + }, + "weekOfMonth": { + "displayName": "Week Of Month" + }, + "weekOfMonth-short": { + "displayName": "Week Of Month" + }, + "weekOfMonth-narrow": { + "displayName": "Week Of Month" + }, + "day": { + "displayName": "Day", + "relative-type--1": "yesterday", + "relative-type-0": "today", + "relative-type-1": "tomorrow", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-short": { + "displayName": "Day", + "relative-type--1": "yesterday", + "relative-type-0": "today", + "relative-type-1": "tomorrow", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "day-narrow": { + "displayName": "Day", + "relative-type--1": "yesterday", + "relative-type-0": "today", + "relative-type-1": "tomorrow", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} d" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} d" + } + }, + "dayOfYear": { + "displayName": "Day Of Year" + }, + "dayOfYear-short": { + "displayName": "Day Of Year" + }, + "dayOfYear-narrow": { + "displayName": "Day Of Year" + }, + "weekday": { + "displayName": "Day of the Week" + }, + "weekday-short": { + "displayName": "Day of the Week" + }, + "weekday-narrow": { + "displayName": "Day of the Week" + }, + "weekdayOfMonth": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-short": { + "displayName": "Weekday Of Month" + }, + "weekdayOfMonth-narrow": { + "displayName": "Weekday Of Month" + }, + "sun": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-short": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "sun-narrow": { + "relative-type--1": "last Sunday", + "relative-type-0": "this Sunday", + "relative-type-1": "next Sunday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Sundays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Sundays" + } + }, + "mon": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-short": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "mon-narrow": { + "relative-type--1": "last Monday", + "relative-type-0": "this Monday", + "relative-type-1": "next Monday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Mondays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Mondays" + } + }, + "tue": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-short": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "tue-narrow": { + "relative-type--1": "last Tuesday", + "relative-type-0": "this Tuesday", + "relative-type-1": "next Tuesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Tuesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Tuesdays" + } + }, + "wed": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-short": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "wed-narrow": { + "relative-type--1": "last Wednesday", + "relative-type-0": "this Wednesday", + "relative-type-1": "next Wednesday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Wednesdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Wednesdays" + } + }, + "thu": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-short": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "thu-narrow": { + "relative-type--1": "last Thursday", + "relative-type-0": "this Thursday", + "relative-type-1": "next Thursday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Thursdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Thursdays" + } + }, + "fri": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-short": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "fri-narrow": { + "relative-type--1": "last Friday", + "relative-type-0": "this Friday", + "relative-type-1": "next Friday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Fridays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Fridays" + } + }, + "sat": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-short": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "sat-narrow": { + "relative-type--1": "last Saturday", + "relative-type-0": "this Saturday", + "relative-type-1": "next Saturday", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} Saturdays" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} Saturdays" + } + }, + "dayperiod-short": { + "displayName": "Dayperiod" + }, + "dayperiod": { + "displayName": "Dayperiod" + }, + "dayperiod-narrow": { + "displayName": "Dayperiod" + }, + "hour": { + "displayName": "Hour", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-short": { + "displayName": "Hour", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "hour-narrow": { + "displayName": "Hour", + "relative-type-0": "this hour", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} h" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} h" + } + }, + "minute": { + "displayName": "Minute", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-short": { + "displayName": "Minute", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "minute-narrow": { + "displayName": "Minute", + "relative-type-0": "this minute", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} min" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} min" + } + }, + "second": { + "displayName": "Second", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-short": { + "displayName": "Second", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "second-narrow": { + "displayName": "Second", + "relative-type-0": "now", + "relativeTime-type-future": { + "relativeTimePattern-count-other": "+{0} s" + }, + "relativeTime-type-past": { + "relativeTimePattern-count-other": "-{0} s" + } + }, + "zone": { + "displayName": "Zone" + }, + "zone-short": { + "displayName": "Zone" + }, + "zone-narrow": { + "displayName": "Zone" + } + } + } + } + } +} diff --git a/main/xh/timeZoneNames.json b/main/xh/timeZoneNames.json new file mode 100755 index 00000000..c3a7eacd --- /dev/null +++ b/main/xh/timeZoneNames.json @@ -0,0 +1,1336 @@ +{ + "main": { + "xh": { + "identity": { + "version": { + "_number": "$Revision: 14488 $", + "_cldrVersion": "34" + }, + "language": "xh" + }, + "dates": { + "timeZoneNames": { + "hourFormat": "+HH:mm;-HH:mm", + "gmtFormat": "GMT{0}", + "gmtZeroFormat": "GMT", + "regionFormat": "{0}", + "regionFormat-type-daylight": "{0} (+1)", + "regionFormat-type-standard": "{0} (+0)", + "fallbackFormat": "{1} ({0})", + "zone": { + "America": { + "Adak": { + "exemplarCity": "Adak" + }, + "Anchorage": { + "exemplarCity": "Anchorage" + }, + "Anguilla": { + "exemplarCity": "Anguilla" + }, + "Antigua": { + "exemplarCity": "Antigua" + }, + "Araguaina": { + "exemplarCity": "Araguaina" + }, + "Argentina": { + "Rio_Gallegos": { + "exemplarCity": "Rio Gallegos" + }, + "San_Juan": { + "exemplarCity": "San Juan" + }, + "Ushuaia": { + "exemplarCity": "Ushuaia" + }, + "La_Rioja": { + "exemplarCity": "La Rioja" + }, + "San_Luis": { + "exemplarCity": "San Luis" + }, + "Salta": { + "exemplarCity": "Salta" + }, + "Tucuman": { + "exemplarCity": "Tucuman" + } + }, + "Aruba": { + "exemplarCity": "Aruba" + }, + "Asuncion": { + "exemplarCity": "Asuncion" + }, + "Bahia": { + "exemplarCity": "Bahia" + }, + "Bahia_Banderas": { + "exemplarCity": "Bahia Banderas" + }, + "Barbados": { + "exemplarCity": "Barbados" + }, + "Belem": { + "exemplarCity": "Belem" + }, + "Belize": { + "exemplarCity": "Belize" + }, + "Blanc-Sablon": { + "exemplarCity": "Blanc-Sablon" + }, + "Boa_Vista": { + "exemplarCity": "Boa Vista" + }, + "Bogota": { + "exemplarCity": "Bogota" + }, + "Boise": { + "exemplarCity": "Boise" + }, + "Buenos_Aires": { + "exemplarCity": "Buenos Aires" + }, + "Cambridge_Bay": { + "exemplarCity": "Cambridge Bay" + }, + "Campo_Grande": { + "exemplarCity": "Campo Grande" + }, + "Cancun": { + "exemplarCity": "Cancun" + }, + "Caracas": { + "exemplarCity": "Caracas" + }, + "Catamarca": { + "exemplarCity": "Catamarca" + }, + "Cayenne": { + "exemplarCity": "Cayenne" + }, + "Cayman": { + "exemplarCity": "Cayman" + }, + "Chicago": { + "exemplarCity": "Chicago" + }, + "Chihuahua": { + "exemplarCity": "Chihuahua" + }, + "Coral_Harbour": { + "exemplarCity": "Atikokan" + }, + "Cordoba": { + "exemplarCity": "Cordoba" + }, + "Costa_Rica": { + "exemplarCity": "Costa Rica" + }, + "Creston": { + "exemplarCity": "Creston" + }, + "Cuiaba": { + "exemplarCity": "Cuiaba" + }, + "Curacao": { + "exemplarCity": "Curacao" + }, + "Danmarkshavn": { + "exemplarCity": "Danmarkshavn" + }, + "Dawson": { + "exemplarCity": "Dawson" + }, + "Dawson_Creek": { + "exemplarCity": "Dawson Creek" + }, + "Denver": { + "exemplarCity": "Denver" + }, + "Detroit": { + "exemplarCity": "Detroit" + }, + "Dominica": { + "exemplarCity": "Dominica" + }, + "Edmonton": { + "exemplarCity": "Edmonton" + }, + "Eirunepe": { + "exemplarCity": "Eirunepe" + }, + "El_Salvador": { + "exemplarCity": "El Salvador" + }, + "Fort_Nelson": { + "exemplarCity": "Fort Nelson" + }, + "Fortaleza": { + "exemplarCity": "Fortaleza" + }, + "Glace_Bay": { + "exemplarCity": "Glace Bay" + }, + "Godthab": { + "exemplarCity": "Nuuk" + }, + "Goose_Bay": { + "exemplarCity": "Goose Bay" + }, + "Grand_Turk": { + "exemplarCity": "Grand Turk" + }, + "Grenada": { + "exemplarCity": "Grenada" + }, + "Guadeloupe": { + "exemplarCity": "Guadeloupe" + }, + "Guatemala": { + "exemplarCity": "Guatemala" + }, + "Guayaquil": { + "exemplarCity": "Guayaquil" + }, + "Guyana": { + "exemplarCity": "Guyana" + }, + "Halifax": { + "exemplarCity": "Halifax" + }, + "Havana": { + "exemplarCity": "Havana" + }, + "Hermosillo": { + "exemplarCity": "Hermosillo" + }, + "Indiana": { + "Vincennes": { + "exemplarCity": "Vincennes, Indiana" + }, + "Petersburg": { + "exemplarCity": "Petersburg, Indiana" + }, + "Tell_City": { + "exemplarCity": "Tell City, Indiana" + }, + "Knox": { + "exemplarCity": "Knox, Indiana" + }, + "Winamac": { + "exemplarCity": "Winamac, Indiana" + }, + "Marengo": { + "exemplarCity": "Marengo, Indiana" + }, + "Vevay": { + "exemplarCity": "Vevay, Indiana" + } + }, + "Indianapolis": { + "exemplarCity": "Indianapolis" + }, + "Inuvik": { + "exemplarCity": "Inuvik" + }, + "Iqaluit": { + "exemplarCity": "Iqaluit" + }, + "Jamaica": { + "exemplarCity": "Jamaica" + }, + "Jujuy": { + "exemplarCity": "Jujuy" + }, + "Juneau": { + "exemplarCity": "Juneau" + }, + "Kentucky": { + "Monticello": { + "exemplarCity": "Monticello, Kentucky" + } + }, + "Kralendijk": { + "exemplarCity": "Kralendijk" + }, + "La_Paz": { + "exemplarCity": "La Paz" + }, + "Lima": { + "exemplarCity": "Lima" + }, + "Los_Angeles": { + "exemplarCity": "Los Angeles" + }, + "Louisville": { + "exemplarCity": "Louisville" + }, + "Lower_Princes": { + "exemplarCity": "Lower Prince’s Quarter" + }, + "Maceio": { + "exemplarCity": "Maceio" + }, + "Managua": { + "exemplarCity": "Managua" + }, + "Manaus": { + "exemplarCity": "Manaus" + }, + "Marigot": { + "exemplarCity": "Marigot" + }, + "Martinique": { + "exemplarCity": "Martinique" + }, + "Matamoros": { + "exemplarCity": "Matamoros" + }, + "Mazatlan": { + "exemplarCity": "Mazatlan" + }, + "Mendoza": { + "exemplarCity": "Mendoza" + }, + "Menominee": { + "exemplarCity": "Menominee" + }, + "Merida": { + "exemplarCity": "Merida" + }, + "Metlakatla": { + "exemplarCity": "Metlakatla" + }, + "Mexico_City": { + "exemplarCity": "Mexico City" + }, + "Miquelon": { + "exemplarCity": "Miquelon" + }, + "Moncton": { + "exemplarCity": "Moncton" + }, + "Monterrey": { + "exemplarCity": "Monterrey" + }, + "Montevideo": { + "exemplarCity": "Montevideo" + }, + "Montserrat": { + "exemplarCity": "Montserrat" + }, + "Nassau": { + "exemplarCity": "Nassau" + }, + "New_York": { + "exemplarCity": "New York" + }, + "Nipigon": { + "exemplarCity": "Nipigon" + }, + "Nome": { + "exemplarCity": "Nome" + }, + "Noronha": { + "exemplarCity": "Noronha" + }, + "North_Dakota": { + "Beulah": { + "exemplarCity": "Beulah, North Dakota" + }, + "New_Salem": { + "exemplarCity": "New Salem, North Dakota" + }, + "Center": { + "exemplarCity": "Center, North Dakota" + } + }, + "Ojinaga": { + "exemplarCity": "Ojinaga" + }, + "Panama": { + "exemplarCity": "Panama" + }, + "Pangnirtung": { + "exemplarCity": "Pangnirtung" + }, + "Paramaribo": { + "exemplarCity": "Paramaribo" + }, + "Phoenix": { + "exemplarCity": "Phoenix" + }, + "Port-au-Prince": { + "exemplarCity": "Port-au-Prince" + }, + "Port_of_Spain": { + "exemplarCity": "Port of Spain" + }, + "Porto_Velho": { + "exemplarCity": "Porto Velho" + }, + "Puerto_Rico": { + "exemplarCity": "Puerto Rico" + }, + "Punta_Arenas": { + "exemplarCity": "Punta Arenas" + }, + "Rainy_River": { + "exemplarCity": "Rainy River" + }, + "Rankin_Inlet": { + "exemplarCity": "Rankin Inlet" + }, + "Recife": { + "exemplarCity": "Recife" + }, + "Regina": { + "exemplarCity": "Regina" + }, + "Resolute": { + "exemplarCity": "Resolute" + }, + "Rio_Branco": { + "exemplarCity": "Rio Branco" + }, + "Santarem": { + "exemplarCity": "Santarem" + }, + "Santiago": { + "exemplarCity": "Santiago" + }, + "Santo_Domingo": { + "exemplarCity": "Santo Domingo" + }, + "Sao_Paulo": { + "exemplarCity": "Sao Paulo" + }, + "Scoresbysund": { + "exemplarCity": "Ittoqqortoormiit" + }, + "Sitka": { + "exemplarCity": "Sitka" + }, + "St_Barthelemy": { + "exemplarCity": "St. Barthelemy" + }, + "St_Johns": { + "exemplarCity": "St. John’s" + }, + "St_Kitts": { + "exemplarCity": "St. Kitts" + }, + "St_Lucia": { + "exemplarCity": "St. Lucia" + }, + "St_Thomas": { + "exemplarCity": "St. Thomas" + }, + "St_Vincent": { + "exemplarCity": "St. Vincent" + }, + "Swift_Current": { + "exemplarCity": "Swift Current" + }, + "Tegucigalpa": { + "exemplarCity": "Tegucigalpa" + }, + "Thule": { + "exemplarCity": "Thule" + }, + "Thunder_Bay": { + "exemplarCity": "Thunder Bay" + }, + "Tijuana": { + "exemplarCity": "Tijuana" + }, + "Toronto": { + "exemplarCity": "Toronto" + }, + "Tortola": { + "exemplarCity": "Tortola" + }, + "Vancouver": { + "exemplarCity": "Vancouver" + }, + "Whitehorse": { + "exemplarCity": "Whitehorse" + }, + "Winnipeg": { + "exemplarCity": "Winnipeg" + }, + "Yakutat": { + "exemplarCity": "Yakutat" + }, + "Yellowknife": { + "exemplarCity": "Yellowknife" + } + }, + "Atlantic": { + "Azores": { + "exemplarCity": "Azores" + }, + "Bermuda": { + "exemplarCity": "Bermuda" + }, + "Canary": { + "exemplarCity": "Canary" + }, + "Cape_Verde": { + "exemplarCity": "Cape Verde" + }, + "Faeroe": { + "exemplarCity": "Faroe" + }, + "Madeira": { + "exemplarCity": "Madeira" + }, + "Reykjavik": { + "exemplarCity": "Reykjavik" + }, + "South_Georgia": { + "exemplarCity": "South Georgia" + }, + "St_Helena": { + "exemplarCity": "St. Helena" + }, + "Stanley": { + "exemplarCity": "Stanley" + } + }, + "Europe": { + "Amsterdam": { + "exemplarCity": "Amsterdam" + }, + "Andorra": { + "exemplarCity": "Andorra" + }, + "Astrakhan": { + "exemplarCity": "Astrakhan" + }, + "Athens": { + "exemplarCity": "Athens" + }, + "Belgrade": { + "exemplarCity": "Belgrade" + }, + "Berlin": { + "exemplarCity": "Berlin" + }, + "Bratislava": { + "exemplarCity": "Bratislava" + }, + "Brussels": { + "exemplarCity": "Brussels" + }, + "Bucharest": { + "exemplarCity": "Bucharest" + }, + "Budapest": { + "exemplarCity": "Budapest" + }, + "Busingen": { + "exemplarCity": "Busingen" + }, + "Chisinau": { + "exemplarCity": "Chisinau" + }, + "Copenhagen": { + "exemplarCity": "Copenhagen" + }, + "Dublin": { + "exemplarCity": "Dublin" + }, + "Gibraltar": { + "exemplarCity": "Gibraltar" + }, + "Guernsey": { + "exemplarCity": "Guernsey" + }, + "Helsinki": { + "exemplarCity": "Helsinki" + }, + "Isle_of_Man": { + "exemplarCity": "Isle of Man" + }, + "Istanbul": { + "exemplarCity": "Istanbul" + }, + "Jersey": { + "exemplarCity": "Jersey" + }, + "Kaliningrad": { + "exemplarCity": "Kaliningrad" + }, + "Kiev": { + "exemplarCity": "Kiev" + }, + "Kirov": { + "exemplarCity": "Kirov" + }, + "Lisbon": { + "exemplarCity": "Lisbon" + }, + "Ljubljana": { + "exemplarCity": "Ljubljana" + }, + "London": { + "exemplarCity": "London" + }, + "Luxembourg": { + "exemplarCity": "Luxembourg" + }, + "Madrid": { + "exemplarCity": "Madrid" + }, + "Malta": { + "exemplarCity": "Malta" + }, + "Mariehamn": { + "exemplarCity": "Mariehamn" + }, + "Minsk": { + "exemplarCity": "Minsk" + }, + "Monaco": { + "exemplarCity": "Monaco" + }, + "Moscow": { + "exemplarCity": "Moscow" + }, + "Oslo": { + "exemplarCity": "Oslo" + }, + "Paris": { + "exemplarCity": "Paris" + }, + "Podgorica": { + "exemplarCity": "Podgorica" + }, + "Prague": { + "exemplarCity": "Prague" + }, + "Riga": { + "exemplarCity": "Riga" + }, + "Rome": { + "exemplarCity": "Rome" + }, + "Samara": { + "exemplarCity": "Samara" + }, + "San_Marino": { + "exemplarCity": "San Marino" + }, + "Sarajevo": { + "exemplarCity": "Sarajevo" + }, + "Saratov": { + "exemplarCity": "Saratov" + }, + "Simferopol": { + "exemplarCity": "Simferopol" + }, + "Skopje": { + "exemplarCity": "Skopje" + }, + "Sofia": { + "exemplarCity": "Sofia" + }, + "Stockholm": { + "exemplarCity": "Stockholm" + }, + "Tallinn": { + "exemplarCity": "Tallinn" + }, + "Tirane": { + "exemplarCity": "Tirane" + }, + "Ulyanovsk": { + "exemplarCity": "Ulyanovsk" + }, + "Uzhgorod": { + "exemplarCity": "Uzhgorod" + }, + "Vaduz": { + "exemplarCity": "Vaduz" + }, + "Vatican": { + "exemplarCity": "Vatican" + }, + "Vienna": { + "exemplarCity": "Vienna" + }, + "Vilnius": { + "exemplarCity": "Vilnius" + }, + "Volgograd": { + "exemplarCity": "Volgograd" + }, + "Warsaw": { + "exemplarCity": "Warsaw" + }, + "Zagreb": { + "exemplarCity": "Zagreb" + }, + "Zaporozhye": { + "exemplarCity": "Zaporozhye" + }, + "Zurich": { + "exemplarCity": "Zurich" + } + }, + "Africa": { + "Abidjan": { + "exemplarCity": "Abidjan" + }, + "Accra": { + "exemplarCity": "Accra" + }, + "Addis_Ababa": { + "exemplarCity": "Addis Ababa" + }, + "Algiers": { + "exemplarCity": "Algiers" + }, + "Asmera": { + "exemplarCity": "Asmara" + }, + "Bamako": { + "exemplarCity": "Bamako" + }, + "Bangui": { + "exemplarCity": "Bangui" + }, + "Banjul": { + "exemplarCity": "Banjul" + }, + "Bissau": { + "exemplarCity": "Bissau" + }, + "Blantyre": { + "exemplarCity": "Blantyre" + }, + "Brazzaville": { + "exemplarCity": "Brazzaville" + }, + "Bujumbura": { + "exemplarCity": "Bujumbura" + }, + "Cairo": { + "exemplarCity": "Cairo" + }, + "Casablanca": { + "exemplarCity": "Casablanca" + }, + "Ceuta": { + "exemplarCity": "Ceuta" + }, + "Conakry": { + "exemplarCity": "Conakry" + }, + "Dakar": { + "exemplarCity": "Dakar" + }, + "Dar_es_Salaam": { + "exemplarCity": "Dar es Salaam" + }, + "Djibouti": { + "exemplarCity": "Djibouti" + }, + "Douala": { + "exemplarCity": "Douala" + }, + "El_Aaiun": { + "exemplarCity": "El Aaiun" + }, + "Freetown": { + "exemplarCity": "Freetown" + }, + "Gaborone": { + "exemplarCity": "Gaborone" + }, + "Harare": { + "exemplarCity": "Harare" + }, + "Johannesburg": { + "exemplarCity": "Johannesburg" + }, + "Juba": { + "exemplarCity": "Juba" + }, + "Kampala": { + "exemplarCity": "Kampala" + }, + "Khartoum": { + "exemplarCity": "Khartoum" + }, + "Kigali": { + "exemplarCity": "Kigali" + }, + "Kinshasa": { + "exemplarCity": "Kinshasa" + }, + "Lagos": { + "exemplarCity": "Lagos" + }, + "Libreville": { + "exemplarCity": "Libreville" + }, + "Lome": { + "exemplarCity": "Lome" + }, + "Luanda": { + "exemplarCity": "Luanda" + }, + "Lubumbashi": { + "exemplarCity": "Lubumbashi" + }, + "Lusaka": { + "exemplarCity": "Lusaka" + }, + "Malabo": { + "exemplarCity": "Malabo" + }, + "Maputo": { + "exemplarCity": "Maputo" + }, + "Maseru": { + "exemplarCity": "Maseru" + }, + "Mbabane": { + "exemplarCity": "Mbabane" + }, + "Mogadishu": { + "exemplarCity": "Mogadishu" + }, + "Monrovia": { + "exemplarCity": "Monrovia" + }, + "Nairobi": { + "exemplarCity": "Nairobi" + }, + "Ndjamena": { + "exemplarCity": "Ndjamena" + }, + "Niamey": { + "exemplarCity": "Niamey" + }, + "Nouakchott": { + "exemplarCity": "Nouakchott" + }, + "Ouagadougou": { + "exemplarCity": "Ouagadougou" + }, + "Porto-Novo": { + "exemplarCity": "Porto-Novo" + }, + "Sao_Tome": { + "exemplarCity": "Sao Tome" + }, + "Tripoli": { + "exemplarCity": "Tripoli" + }, + "Tunis": { + "exemplarCity": "Tunis" + }, + "Windhoek": { + "exemplarCity": "Windhoek" + } + }, + "Asia": { + "Aden": { + "exemplarCity": "Aden" + }, + "Almaty": { + "exemplarCity": "Almaty" + }, + "Amman": { + "exemplarCity": "Amman" + }, + "Anadyr": { + "exemplarCity": "Anadyr" + }, + "Aqtau": { + "exemplarCity": "Aqtau" + }, + "Aqtobe": { + "exemplarCity": "Aqtobe" + }, + "Ashgabat": { + "exemplarCity": "Ashgabat" + }, + "Atyrau": { + "exemplarCity": "Atyrau" + }, + "Baghdad": { + "exemplarCity": "Baghdad" + }, + "Bahrain": { + "exemplarCity": "Bahrain" + }, + "Baku": { + "exemplarCity": "Baku" + }, + "Bangkok": { + "exemplarCity": "Bangkok" + }, + "Barnaul": { + "exemplarCity": "Barnaul" + }, + "Beirut": { + "exemplarCity": "Beirut" + }, + "Bishkek": { + "exemplarCity": "Bishkek" + }, + "Brunei": { + "exemplarCity": "Brunei" + }, + "Calcutta": { + "exemplarCity": "Kolkata" + }, + "Chita": { + "exemplarCity": "Chita" + }, + "Choibalsan": { + "exemplarCity": "Choibalsan" + }, + "Colombo": { + "exemplarCity": "Colombo" + }, + "Damascus": { + "exemplarCity": "Damascus" + }, + "Dhaka": { + "exemplarCity": "Dhaka" + }, + "Dili": { + "exemplarCity": "Dili" + }, + "Dubai": { + "exemplarCity": "Dubai" + }, + "Dushanbe": { + "exemplarCity": "Dushanbe" + }, + "Famagusta": { + "exemplarCity": "Famagusta" + }, + "Gaza": { + "exemplarCity": "Gaza" + }, + "Hebron": { + "exemplarCity": "Hebron" + }, + "Hong_Kong": { + "exemplarCity": "Hong Kong" + }, + "Hovd": { + "exemplarCity": "Hovd" + }, + "Irkutsk": { + "exemplarCity": "Irkutsk" + }, + "Jakarta": { + "exemplarCity": "Jakarta" + }, + "Jayapura": { + "exemplarCity": "Jayapura" + }, + "Jerusalem": { + "exemplarCity": "Jerusalem" + }, + "Kabul": { + "exemplarCity": "Kabul" + }, + "Kamchatka": { + "exemplarCity": "Kamchatka" + }, + "Karachi": { + "exemplarCity": "Karachi" + }, + "Katmandu": { + "exemplarCity": "Kathmandu" + }, + "Khandyga": { + "exemplarCity": "Khandyga" + }, + "Krasnoyarsk": { + "exemplarCity": "Krasnoyarsk" + }, + "Kuala_Lumpur": { + "exemplarCity": "Kuala Lumpur" + }, + "Kuching": { + "exemplarCity": "Kuching" + }, + "Kuwait": { + "exemplarCity": "Kuwait" + }, + "Macau": { + "exemplarCity": "Macau" + }, + "Magadan": { + "exemplarCity": "Magadan" + }, + "Makassar": { + "exemplarCity": "Makassar" + }, + "Manila": { + "exemplarCity": "Manila" + }, + "Muscat": { + "exemplarCity": "Muscat" + }, + "Nicosia": { + "exemplarCity": "Nicosia" + }, + "Novokuznetsk": { + "exemplarCity": "Novokuznetsk" + }, + "Novosibirsk": { + "exemplarCity": "Novosibirsk" + }, + "Omsk": { + "exemplarCity": "Omsk" + }, + "Oral": { + "exemplarCity": "Oral" + }, + "Phnom_Penh": { + "exemplarCity": "Phnom Penh" + }, + "Pontianak": { + "exemplarCity": "Pontianak" + }, + "Pyongyang": { + "exemplarCity": "Pyongyang" + }, + "Qatar": { + "exemplarCity": "Qatar" + }, + "Qyzylorda": { + "exemplarCity": "Qyzylorda" + }, + "Rangoon": { + "exemplarCity": "Yangon" + }, + "Riyadh": { + "exemplarCity": "Riyadh" + }, + "Saigon": { + "exemplarCity": "Ho Chi Minh" + }, + "Sakhalin": { + "exemplarCity": "Sakhalin" + }, + "Samarkand": { + "exemplarCity": "Samarkand" + }, + "Seoul": { + "exemplarCity": "Seoul" + }, + "Shanghai": { + "exemplarCity": "Shanghai" + }, + "Singapore": { + "exemplarCity": "Singapore" + }, + "Srednekolymsk": { + "exemplarCity": "Srednekolymsk" + }, + "Taipei": { + "exemplarCity": "Taipei" + }, + "Tashkent": { + "exemplarCity": "Tashkent" + }, + "Tbilisi": { + "exemplarCity": "Tbilisi" + }, + "Tehran": { + "exemplarCity": "Tehran" + }, + "Thimphu": { + "exemplarCity": "Thimphu" + }, + "Tokyo": { + "exemplarCity": "Tokyo" + }, + "Tomsk": { + "exemplarCity": "Tomsk" + }, + "Ulaanbaatar": { + "exemplarCity": "Ulaanbaatar" + }, + "Urumqi": { + "exemplarCity": "Urumqi" + }, + "Ust-Nera": { + "exemplarCity": "Ust-Nera" + }, + "Vientiane": { + "exemplarCity": "Vientiane" + }, + "Vladivostok": { + "exemplarCity": "Vladivostok" + }, + "Yakutsk": { + "exemplarCity": "Yakutsk" + }, + "Yekaterinburg": { + "exemplarCity": "Yekaterinburg" + }, + "Yerevan": { + "exemplarCity": "Yerevan" + } + }, + "Indian": { + "Antananarivo": { + "exemplarCity": "Antananarivo" + }, + "Chagos": { + "exemplarCity": "Chagos" + }, + "Christmas": { + "exemplarCity": "Christmas" + }, + "Cocos": { + "exemplarCity": "Cocos" + }, + "Comoro": { + "exemplarCity": "Comoro" + }, + "Kerguelen": { + "exemplarCity": "Kerguelen" + }, + "Mahe": { + "exemplarCity": "Mahe" + }, + "Maldives": { + "exemplarCity": "Maldives" + }, + "Mauritius": { + "exemplarCity": "Mauritius" + }, + "Mayotte": { + "exemplarCity": "Mayotte" + }, + "Reunion": { + "exemplarCity": "Reunion" + } + }, + "Australia": { + "Adelaide": { + "exemplarCity": "Adelaide" + }, + "Brisbane": { + "exemplarCity": "Brisbane" + }, + "Broken_Hill": { + "exemplarCity": "Broken Hill" + }, + "Currie": { + "exemplarCity": "Currie" + }, + "Darwin": { + "exemplarCity": "Darwin" + }, + "Eucla": { + "exemplarCity": "Eucla" + }, + "Hobart": { + "exemplarCity": "Hobart" + }, + "Lindeman": { + "exemplarCity": "Lindeman" + }, + "Lord_Howe": { + "exemplarCity": "Lord Howe" + }, + "Melbourne": { + "exemplarCity": "Melbourne" + }, + "Perth": { + "exemplarCity": "Perth" + }, + "Sydney": { + "exemplarCity": "Sydney" + } + }, + "Pacific": { + "Apia": { + "exemplarCity": "Apia" + }, + "Auckland": { + "exemplarCity": "Auckland" + }, + "Bougainville": { + "exemplarCity": "Bougainville" + }, + "Chatham": { + "exemplarCity": "Chatham" + }, + "Easter": { + "exemplarCity": "Easter" + }, + "Efate": { + "exemplarCity": "Efate" + }, + "Enderbury": { + "exemplarCity": "Enderbury" + }, + "Fakaofo": { + "exemplarCity": "Fakaofo" + }, + "Fiji": { + "exemplarCity": "Fiji" + }, + "Funafuti": { + "exemplarCity": "Funafuti" + }, + "Galapagos": { + "exemplarCity": "Galapagos" + }, + "Gambier": { + "exemplarCity": "Gambier" + }, + "Guadalcanal": { + "exemplarCity": "Guadalcanal" + }, + "Guam": { + "exemplarCity": "Guam" + }, + "Johnston": { + "exemplarCity": "Johnston" + }, + "Kiritimati": { + "exemplarCity": "Kiritimati" + }, + "Kosrae": { + "exemplarCity": "Kosrae" + }, + "Kwajalein": { + "exemplarCity": "Kwajalein" + }, + "Majuro": { + "exemplarCity": "Majuro" + }, + "Marquesas": { + "exemplarCity": "Marquesas" + }, + "Midway": { + "exemplarCity": "Midway" + }, + "Nauru": { + "exemplarCity": "Nauru" + }, + "Niue": { + "exemplarCity": "Niue" + }, + "Norfolk": { + "exemplarCity": "Norfolk" + }, + "Noumea": { + "exemplarCity": "Noumea" + }, + "Pago_Pago": { + "exemplarCity": "Pago Pago" + }, + "Palau": { + "exemplarCity": "Palau" + }, + "Pitcairn": { + "exemplarCity": "Pitcairn" + }, + "Ponape": { + "exemplarCity": "Pohnpei" + }, + "Port_Moresby": { + "exemplarCity": "Port Moresby" + }, + "Rarotonga": { + "exemplarCity": "Rarotonga" + }, + "Saipan": { + "exemplarCity": "Saipan" + }, + "Tahiti": { + "exemplarCity": "Tahiti" + }, + "Tarawa": { + "exemplarCity": "Tarawa" + }, + "Tongatapu": { + "exemplarCity": "Tongatapu" + }, + "Truk": { + "exemplarCity": "Chuuk" + }, + "Wake": { + "exemplarCity": "Wake" + }, + "Wallis": { + "exemplarCity": "Wallis" + } + }, + "Arctic": { + "Longyearbyen": { + "exemplarCity": "Longyearbyen" + } + }, + "Antarctica": { + "Casey": { + "exemplarCity": "Casey" + }, + "Davis": { + "exemplarCity": "Davis" + }, + "DumontDUrville": { + "exemplarCity": "Dumont d’Urville" + }, + "Macquarie": { + "exemplarCity": "Macquarie" + }, + "Mawson": { + "exemplarCity": "Mawson" + }, + "McMurdo": { + "exemplarCity": "McMurdo" + }, + "Palmer": { + "exemplarCity": "Palmer" + }, + "Rothera": { + "exemplarCity": "Rothera" + }, + "Syowa": { + "exemplarCity": "Syowa" + }, + "Troll": { + "exemplarCity": "Troll" + }, + "Vostok": { + "exemplarCity": "Vostok" + } + }, + "Etc": { + "UTC": { + "short": { + "standard": "UTC" + } + }, + "Unknown": { + "exemplarCity": "Unknown" + } + } + } + } + } + } + } +}