1 /*
   2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /*
  27  * COPYRIGHT AND PERMISSION NOTICE
  28  *
  29  * Copyright (C) 1991-2016 Unicode, Inc. All rights reserved.
  30  * Distributed under the Terms of Use in
  31  * http://www.unicode.org/copyright.html.
  32  *
  33  * Permission is hereby granted, free of charge, to any person obtaining
  34  * a copy of the Unicode data files and any associated documentation
  35  * (the "Data Files") or Unicode software and any associated documentation
  36  * (the "Software") to deal in the Data Files or Software
  37  * without restriction, including without limitation the rights to use,
  38  * copy, modify, merge, publish, distribute, and/or sell copies of
  39  * the Data Files or Software, and to permit persons to whom the Data Files
  40  * or Software are furnished to do so, provided that
  41  * (a) this copyright and permission notice appear with all copies
  42  * of the Data Files or Software,
  43  * (b) this copyright and permission notice appear in associated
  44  * documentation, and
  45  * (c) there is clear notice in each modified Data File or in the Software
  46  * as well as in the documentation associated with the Data File(s) or
  47  * Software that the data or software has been modified.
  48  *
  49  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  50  * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  51  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  52  * NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  53  * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  54  * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  55  * DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  56  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  57  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  58  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  59  *
  60  * Except as contained in this notice, the name of a copyright holder
  61  * shall not be used in advertising or otherwise to promote the sale,
  62  * use or other dealings in these Data Files or Software without prior
  63  * written authorization of the copyright holder.
  64  */
  65 
  66 //  Note: this file has been generated by a tool.
  67 
  68 package sun.text.resources.ext;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_in extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         final String[] sharedQuarterAbbreviations = {
  76             "K1",
  77             "K2",
  78             "K3",
  79             "K4",
  80         };
  81 
  82         final String[] sharedQuarterNames = {
  83             "Kuartal ke-1",
  84             "Kuartal ke-2",
  85             "Kuartal ke-3",
  86             "Kuartal ke-4",
  87         };
  88 
  89         final String[] sharedAmPmMarkers = {
  90             "AM",
  91             "PM",
  92         };
  93 
  94         final String[] sharedDatePatterns = {
  95             "EEEE, dd MMMM y GGGG",
  96             "d MMMM y GGGG",
  97             "d MMM y GGGG",
  98             "d/M/y G",
  99         };
 100 
 101         final String[] sharedDayAbbreviations = {
 102             "Min",
 103             "Sen",
 104             "Sel",
 105             "Rab",
 106             "Kam",
 107             "Jum",
 108             "Sab",
 109         };
 110 
 111         final String[] sharedDayNames = {
 112             "Minggu",
 113             "Senin",
 114             "Selasa",
 115             "Rabu",
 116             "Kamis",
 117             "Jumat",
 118             "Sabtu",
 119         };
 120 
 121         final String[] sharedDayNarrows = {
 122             "M",
 123             "S",
 124             "S",
 125             "R",
 126             "K",
 127             "J",
 128             "S",
 129         };
 130 
 131         final String[] sharedTimePatterns = {
 132             "HH.mm.ss zzzz",
 133             "HH.mm.ss z",
 134             "HH.mm.ss",
 135             "HH.mm",
 136         };
 137 
 138         final String[] sharedJavaTimeDatePatterns = {
 139             "EEEE, dd MMMM y G",
 140             "d MMMM y G",
 141             "d MMM y G",
 142             "d/M/y GGGGG",
 143         };
 144 
 145         final String[] sharedJavaTimeLongEras = {
 146             "M",
 147             "Meiji",
 148             "Taish\u014d",
 149             "Sh\u014dwa",
 150             "Heisei",
 151             "Reiwa",
 152         };
 153 
 154         final String[] sharedEras = {
 155             "Sebelum R.O.C.",
 156             "R.O.C.",
 157         };
 158 
 159         return new Object[][] {
 160             { "QuarterAbbreviations",
 161                 sharedQuarterAbbreviations },
 162             { "QuarterNames",
 163                 sharedQuarterNames },
 164             { "calendarname.buddhist",
 165                 "Kalender Buddha" },
 166             { "calendarname.gregorian",
 167                 "Kalender Gregorian" },
 168             { "calendarname.gregory",
 169                 "Kalender Gregorian" },
 170             { "calendarname.islamic",
 171                 "Kalender Islam" },
 172             { "calendarname.islamic-civil",
 173                 "Kalender Sipil Islam" },
 174             { "calendarname.japanese",
 175                 "Kalender Jepang" },
 176             { "calendarname.roc",
 177                 "Kalendar Minguo" },
 178             { "field.dayperiod",
 179                 "AM/PM" },
 180             { "field.hour",
 181                 "Jam" },
 182             { "field.minute",
 183                 "Menit" },
 184             { "field.month",
 185                 "Bulan" },
 186             { "field.second",
 187                 "Detik" },
 188             { "field.week",
 189                 "Minggu" },
 190             { "field.weekday",
 191                 "Hari dalam Seminggu" },
 192             { "field.year",
 193                 "Tahun" },
 194             { "field.zone",
 195                 "Zona Waktu" },
 196             { "islamic.AmPmMarkers",
 197                 sharedAmPmMarkers },
 198             { "islamic.DatePatterns",
 199                 sharedDatePatterns },
 200             { "islamic.DayAbbreviations",
 201                 sharedDayAbbreviations },
 202             { "islamic.DayNames",
 203                 sharedDayNames },
 204             { "islamic.DayNarrows",
 205                 sharedDayNarrows },
 206             { "islamic.MonthAbbreviations",
 207                 new String[] {
 208                     "Muh.",
 209                     "Saf.",
 210                     "Rab. I",
 211                     "Rab. II",
 212                     "Jum. I",
 213                     "Jum. II",
 214                     "Raj.",
 215                     "Sha.",
 216                     "Ram.",
 217                     "Syaw.",
 218                     "Dhu\u02bbl-Q.",
 219                     "Dhu\u02bbl-H.",
 220                     "",
 221                 }
 222             },
 223             { "islamic.MonthNames",
 224                 new String[] {
 225                     "Muharram",
 226                     "Safar",
 227                     "Rabi\u02bb I",
 228                     "Rabi\u02bb II",
 229                     "Jumada I",
 230                     "Jumada II",
 231                     "Rajab",
 232                     "Sya\u2019ban",
 233                     "Ramadhan",
 234                     "Syawal",
 235                     "Dhu\u02bbl-Qi\u02bbdah",
 236                     "Dhu\u02bbl-Hijjah",
 237                     "",
 238                 }
 239             },
 240             { "islamic.QuarterAbbreviations",
 241                 sharedQuarterAbbreviations },
 242             { "islamic.QuarterNames",
 243                 sharedQuarterNames },
 244             { "islamic.TimePatterns",
 245                 sharedTimePatterns },
 246             { "islamic.narrow.AmPmMarkers",
 247                 sharedAmPmMarkers },
 248             { "java.time.buddhist.DatePatterns",
 249                 sharedJavaTimeDatePatterns },
 250             { "java.time.buddhist.short.Eras",
 251                 new String[] {
 252                     "BC",
 253                     "BE",
 254                 }
 255             },
 256             { "java.time.islamic.DatePatterns",
 257                 sharedJavaTimeDatePatterns },
 258             { "java.time.japanese.DatePatterns",
 259                 sharedJavaTimeDatePatterns },
 260             { "java.time.japanese.long.Eras",
 261                 sharedJavaTimeLongEras },
 262             { "java.time.japanese.short.Eras",
 263                 sharedJavaTimeLongEras },
 264             { "java.time.long.Eras",
 265                 new String[] {
 266                     "Sebelum Masehi",
 267                     "M",
 268                 }
 269             },
 270             { "java.time.roc.DatePatterns",
 271                 sharedJavaTimeDatePatterns },
 272             { "java.time.short.Eras",
 273                 new String[] {
 274                     "BCE",
 275                     "CE",
 276                 }
 277             },
 278             { "roc.DatePatterns",
 279                 sharedDatePatterns },
 280             { "roc.DayAbbreviations",
 281                 sharedDayAbbreviations },
 282             { "roc.DayNames",
 283                 sharedDayNames },
 284             { "roc.DayNarrows",
 285                 sharedDayNarrows },
 286             { "roc.Eras",
 287                 sharedEras },
 288             { "roc.MonthAbbreviations",
 289                 new String[] {
 290                     "Jan",
 291                     "Feb",
 292                     "Mar",
 293                     "Apr",
 294                     "Mei",
 295                     "Jun",
 296                     "Jul",
 297                     "Agt",
 298                     "Sep",
 299                     "Okt",
 300                     "Nov",
 301                     "Des",
 302                     "",
 303                 }
 304             },
 305             { "roc.MonthNames",
 306                 new String[] {
 307                     "Januari",
 308                     "Februari",
 309                     "Maret",
 310                     "April",
 311                     "Mei",
 312                     "Juni",
 313                     "Juli",
 314                     "Agustus",
 315                     "September",
 316                     "Oktober",
 317                     "November",
 318                     "Desember",
 319                     "",
 320                 }
 321             },
 322             { "roc.MonthNarrows",
 323                 new String[] {
 324                     "J",
 325                     "F",
 326                     "M",
 327                     "A",
 328                     "M",
 329                     "J",
 330                     "J",
 331                     "A",
 332                     "S",
 333                     "O",
 334                     "N",
 335                     "D",
 336                     "",
 337                 }
 338             },
 339             { "roc.QuarterAbbreviations",
 340                 sharedQuarterAbbreviations },
 341             { "roc.QuarterNames",
 342                 sharedQuarterNames },
 343             { "roc.TimePatterns",
 344                 sharedTimePatterns },
 345             { "roc.long.Eras",
 346                 sharedEras },
 347             { "roc.narrow.Eras",
 348                 sharedEras },
 349             { "roc.short.Eras",
 350                 sharedEras },
 351             { "timezone.hourFormat",
 352                 "+HH.mm;-HH.mm" },
 353         };
 354     }
 355 }