feat(jdk8): move files to new folder to avoid resources compiled.
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.he;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_he_IL extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "1" },
|
||||
{ "minimalDaysInFirstWeek", "1" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
291
jdkSrc/jdk8/sun/util/resources/cldr/he/CurrencyNames_he.java
Normal file
291
jdkSrc/jdk8/sun/util/resources/cldr/he/CurrencyNames_he.java
Normal file
@@ -0,0 +1,291 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.he;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_he extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "ILP", "\u05dc\u05f4\u05d9" },
|
||||
{ "adp", "\u05e4\u05d6\u05d8\u05d4 \u05d0\u05e0\u05d3\u05d5\u05e8\u05d9\u05ea" },
|
||||
{ "aed", "\u05d3\u05d9\u05e8\u05d4\u05dd \u05e9\u05dc \u05d0\u05d9\u05d7\u05d5\u05d3 \u05d4\u05e0\u05e1\u05d9\u05db\u05d5\u05d9\u05d5\u05ea \u05d4\u05e2\u05e8\u05d1\u05d9\u05d5\u05ea" },
|
||||
{ "afn", "\u05d0\u05e4\u05d2\u05e0\u05d9 \u05d0\u05e4\u05d2\u05e0\u05d9" },
|
||||
{ "all", "\u05dc\u05e7 \u05d0\u05dc\u05d1\u05e0\u05d9" },
|
||||
{ "amd", "\u05d3\u05e8\u05d0\u05dd \u05d0\u05e8\u05de\u05e0\u05d9" },
|
||||
{ "ang", "\u05d2\u05d9\u05dc\u05d3\u05df \u05e9\u05dc \u05d4\u05d0\u05e0\u05d8\u05d9\u05dc\u05d9\u05dd \u05d4\u05d4\u05d5\u05dc\u05e0\u05d3\u05d9\u05d9\u05dd" },
|
||||
{ "aoa", "\u05e7\u05d5\u05d0\u05e0\u05d6\u05d4 \u05d0\u05e0\u05d2\u05d5\u05dc\u05d9" },
|
||||
{ "aon", "\u05e7\u05d5\u05d0\u05e0\u05d6\u05d4 \u05d7\u05d3\u05e9 \u05d0\u05e0\u05d2\u05d5\u05dc\u05d9 (1990-2000)" },
|
||||
{ "aor", "\u05e7\u05d5\u05d0\u05e0\u05d6\u05d4 \u05e8\u05d2\u05f3\u05d5\u05e1\u05d8\u05d3\u05d5 \u05d0\u05e0\u05d2\u05d5\u05dc\u05d9 (1995-1999)" },
|
||||
{ "arp", "\u05e4\u05d6\u05d5 \u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d0\u05d9 (1983-1985)" },
|
||||
{ "ars", "\u05e4\u05d6\u05d5 \u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d0\u05d9" },
|
||||
{ "ats", "\u05e9\u05d9\u05dc\u05d9\u05e0\u05d2 \u05d0\u05d5\u05e1\u05d8\u05e8\u05d9" },
|
||||
{ "aud", "\u05d3\u05d5\u05dc\u05e8 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9" },
|
||||
{ "awg", "\u05e4\u05dc\u05d5\u05e8\u05d9\u05df \u05e9\u05dc \u05d0\u05e8\u05d5\u05d1\u05d4" },
|
||||
{ "azm", "\u05de\u05e0\u05d0\u05d8 \u05d0\u05d6\u05e8\u05d1\u05d9\u05d2\u05f3\u05d0\u05e0\u05d9 (1993-2006)" },
|
||||
{ "azn", "\u05de\u05d0\u05e0\u05d0\u05d8 \u05d0\u05d6\u05e8\u05d1\u05d9\u05d2\u05f3\u05e0\u05d9" },
|
||||
{ "bad", "\u05d3\u05d9\u05e0\u05e8 \u05e9\u05dc \u05d1\u05d5\u05e1\u05e0\u05d9\u05d4\u05be\u05d4\u05e8\u05e6\u05d2\u05d5\u05d1\u05d9\u05e0\u05d4" },
|
||||
{ "bam", "\u05de\u05d0\u05e8\u05e7 \u05d1\u05e8 \u05d4\u05de\u05e8\u05d4 \u05e9\u05dc \u05d1\u05d5\u05e1\u05e0\u05d9\u05d4\u05be\u05d4\u05e8\u05e6\u05d2\u05d5\u05d1\u05d9\u05e0\u05d4" },
|
||||
{ "bbd", "\u05d3\u05d5\u05dc\u05e8 \u05d1\u05e8\u05d1\u05d3\u05d9\u05d0\u05e0\u05d9" },
|
||||
{ "bdt", "\u05d8\u05d0\u05e7\u05d4 \u05d1\u05e0\u05d2\u05dc\u05d3\u05e9\u05d9" },
|
||||
{ "bec", "\u05e4\u05e8\u05e0\u05e7 \u05d1\u05dc\u05d2\u05d9 (\u05d1\u05e8 \u05d4\u05de\u05e8\u05d4)" },
|
||||
{ "bef", "\u05e4\u05e8\u05e0\u05e7 \u05d1\u05dc\u05d2\u05d9" },
|
||||
{ "bgl", "\u05dc\u05d1 \u05d1\u05d5\u05dc\u05d2\u05e8\u05d9 \u05d9\u05e9\u05df" },
|
||||
{ "bgn", "\u05dc\u05d1 \u05d1\u05d5\u05dc\u05d2\u05e8\u05d9" },
|
||||
{ "bhd", "\u05d3\u05d9\u05e0\u05e8 \u05d1\u05d7\u05e8\u05d9\u05d9\u05e0\u05d9" },
|
||||
{ "bif", "\u05e4\u05e8\u05e0\u05e7 \u05d1\u05d5\u05e8\u05d5\u05e0\u05d3\u05d9" },
|
||||
{ "bmd", "\u05d3\u05d5\u05dc\u05e8 \u05d1\u05e8\u05de\u05d5\u05d3\u05d4" },
|
||||
{ "bnd", "\u05d3\u05d5\u05dc\u05e8 \u05d1\u05e8\u05d5\u05e0\u05d9\u05d9" },
|
||||
{ "bob", "\u05d1\u05d5\u05dc\u05d9\u05d1\u05d9\u05d0\u05e0\u05d5" },
|
||||
{ "bop", "\u05e4\u05d6\u05d5 \u05d1\u05d5\u05dc\u05d9\u05d1\u05d9" },
|
||||
{ "brb", "\u05e7\u05e8\u05d5\u05d6\u05d9\u05d0\u05e8\u05d5 \u05d7\u05d3\u05e9 \u05d1\u05e8\u05d6\u05d9\u05dc\u05d0\u05d9 (1967-1986)" },
|
||||
{ "brc", "\u05e7\u05e8\u05d5\u05d6\u05d3\u05d5 \u05d1\u05e8\u05d6\u05d9\u05dc\u05d0\u05d9" },
|
||||
{ "brl", "\u05e8\u05d9\u05d0\u05dc \u05d1\u05e8\u05d6\u05d9\u05dc\u05d0\u05d9" },
|
||||
{ "bsd", "\u05d3\u05d5\u05dc\u05e8 \u05d1\u05d4\u05d0\u05de\u05d9" },
|
||||
{ "btn", "\u05e0\u05d2\u05d5\u05dc\u05d8\u05e8\u05d5\u05dd \u05d1\u05d4\u05d5\u05d8\u05e0\u05d9" },
|
||||
{ "bwp", "\u05e4\u05d5\u05dc\u05d4 \u05d1\u05d5\u05e6\u05d5\u05d5\u05d0\u05e0\u05d9" },
|
||||
{ "byr", "\u05e8\u05d5\u05d1\u05dc \u05d1\u05dc\u05e8\u05d5\u05e1\u05d9" },
|
||||
{ "bzd", "\u05d3\u05d5\u05dc\u05e8 \u05d1\u05dc\u05d9\u05d6\u05d9" },
|
||||
{ "cad", "\u05d3\u05d5\u05dc\u05e8 \u05e7\u05e0\u05d3\u05d9" },
|
||||
{ "cdf", "\u05e4\u05e8\u05e0\u05e7 \u05e7\u05d5\u05e0\u05d2\u05d5\u05dc\u05d6\u05d9" },
|
||||
{ "chf", "\u05e4\u05e8\u05e0\u05e7 \u05e9\u05d5\u05d5\u05d9\u05e6\u05e8\u05d9" },
|
||||
{ "clp", "\u05e4\u05d6\u05d5 \u05e6\u05f3\u05d9\u05dc\u05d0\u05e0\u05d9" },
|
||||
{ "cny", "\u05d9\u05d5\u05d0\u05df \u05e8\u05e0\u05de\u05d9\u05e0\u05d1\u05d9 \u05e1\u05d9\u05e0\u05d9" },
|
||||
{ "cop", "\u05e4\u05d6\u05d5 \u05e7\u05d5\u05dc\u05d5\u05de\u05d1\u05d9\u05d0\u05e0\u05d9" },
|
||||
{ "crc", "\u05e7\u05d5\u05dc\u05d5\u05df \u05e7\u05d5\u05e1\u05d8\u05d4\u05be\u05e8\u05d9\u05e7\u05e0\u05d9" },
|
||||
{ "csd", "\u05d3\u05d9\u05e0\u05e8 \u05e1\u05e8\u05d1\u05d9 \u05d9\u05e9\u05df" },
|
||||
{ "cuc", "\u05e4\u05d6\u05d5 \u05e7\u05d5\u05d1\u05e0\u05d9 \u05dc\u05d4\u05de\u05e8\u05d4" },
|
||||
{ "cup", "\u05e4\u05d6\u05d5 \u05e7\u05d5\u05d1\u05e0\u05d9" },
|
||||
{ "cve", "\u05d0\u05e1\u05e7\u05d5\u05d3\u05d5 \u05db\u05e3 \u05d5\u05e8\u05d3\u05d4" },
|
||||
{ "cyp", "\u05dc\u05d9\u05e8\u05d4 \u05e7\u05e4\u05e8\u05d9\u05e1\u05d0\u05d9\u05ea" },
|
||||
{ "czk", "\u05e7\u05d5\u05e8\u05d5\u05e0\u05d4 \u05e6\u05f3\u05db\u05d9\u05ea" },
|
||||
{ "ddm", "\u05de\u05e8\u05e7 \u05de\u05d6\u05e8\u05d7 \u05d2\u05e8\u05de\u05e0\u05d9" },
|
||||
{ "dem", "\u05de\u05e8\u05e7 \u05d2\u05e8\u05de\u05e0\u05d9" },
|
||||
{ "djf", "\u05e4\u05e8\u05e0\u05e7 \u05d2\u05f3\u05d9\u05d1\u05d5\u05d8\u05d9" },
|
||||
{ "dkk", "\u05db\u05ea\u05e8 \u05d3\u05e0\u05d9" },
|
||||
{ "dop", "\u05e4\u05d6\u05d5 \u05d3\u05d5\u05de\u05d9\u05e0\u05d9\u05e7\u05e0\u05d9" },
|
||||
{ "dzd", "\u05d3\u05d9\u05e0\u05e8 \u05d0\u05dc\u05d2\u05f3\u05d9\u05e8\u05d9" },
|
||||
{ "ecs", "\u05e1\u05d5\u05e7\u05e8 \u05d0\u05e7\u05d5\u05d0\u05d3\u05d5\u05e8\u05d9" },
|
||||
{ "eek", "\u05e7\u05e8\u05d5\u05df \u05d0\u05e1\u05d8\u05d5\u05e0\u05d9" },
|
||||
{ "egp", "\u05dc\u05d9\u05e8\u05d4 \u05de\u05d9\u05e6\u05e8\u05d9\u05ea" },
|
||||
{ "ern", "\u05e0\u05d0\u05e7\u05e4\u05d4 \u05d0\u05e8\u05d9\u05ea\u05e8\u05d0\u05d9" },
|
||||
{ "esp", "\u05e4\u05e1\u05d8\u05d4 \u05e1\u05e4\u05e8\u05d3\u05d9" },
|
||||
{ "etb", "\u05d1\u05d9\u05e8 \u05d0\u05ea\u05d9\u05d5\u05e4\u05d9" },
|
||||
{ "eur", "\u05d0\u05d9\u05e8\u05d5" },
|
||||
{ "fim", "\u05de\u05e8\u05e7 \u05e4\u05d9\u05e0\u05d9" },
|
||||
{ "fjd", "\u05d3\u05d5\u05dc\u05e8 \u05e4\u05d9\u05d2\u05f3\u05d9" },
|
||||
{ "fkp", "\u05dc\u05d9\u05e8\u05d4 \u05e9\u05dc \u05d0\u05d9\u05d9 \u05e4\u05d5\u05e7\u05dc\u05e0\u05d3" },
|
||||
{ "frf", "\u05e4\u05e8\u05e0\u05e7 \u05e6\u05e8\u05e4\u05ea\u05d9" },
|
||||
{ "gbp", "\u05dc\u05d9\u05e8\u05d4 \u05e9\u05d8\u05e8\u05dc\u05d9\u05e0\u05d2" },
|
||||
{ "gel", "\u05dc\u05e8\u05d9 \u05d2\u05d0\u05d5\u05e8\u05d2\u05d9" },
|
||||
{ "ghs", "\u05e1\u05d3\u05d9 \u05d2\u05d0\u05e0\u05d9" },
|
||||
{ "gip", "\u05e4\u05d0\u05d5\u05e0\u05d3 \u05d2\u05d9\u05d1\u05e8\u05dc\u05d8\u05e8" },
|
||||
{ "gmd", "\u05d3\u05dc\u05d0\u05e1\u05d9 \u05d2\u05de\u05d1\u05d9" },
|
||||
{ "gnf", "\u05e4\u05e8\u05e0\u05e7 \u05d2\u05d9\u05e0\u05d0\u05d9" },
|
||||
{ "grd", "\u05d3\u05e8\u05db\u05de\u05d4" },
|
||||
{ "gtq", "\u05e7\u05e6\u05dc \u05d2\u05d5\u05d0\u05d8\u05de\u05dc\u05d9" },
|
||||
{ "gwp", "\u05e4\u05d6\u05d5 \u05d2\u05d9\u05e0\u05d0\u05d9" },
|
||||
{ "gyd", "\u05d3\u05d5\u05dc\u05e8 \u05d2\u05d9\u05d0\u05e0\u05d9" },
|
||||
{ "hkd", "\u05d3\u05d5\u05dc\u05e8 \u05d4\u05d5\u05e0\u05d2 \u05e7\u05d5\u05e0\u05d2\u05d9" },
|
||||
{ "hnl", "\u05dc\u05de\u05e4\u05d9\u05e8\u05d4 \u05d4\u05d5\u05e0\u05d3\u05d5\u05e8\u05d9" },
|
||||
{ "hrk", "\u05e7\u05d5\u05e0\u05d4 \u05e7\u05e8\u05d5\u05d0\u05d8\u05d9" },
|
||||
{ "htg", "\u05d2\u05d0\u05e8\u05d3 \u05d4\u05d0\u05d9\u05d8\u05d9" },
|
||||
{ "huf", "\u05e4\u05d5\u05e8\u05d9\u05e0\u05d8 \u05d4\u05d5\u05e0\u05d2\u05e8\u05d9" },
|
||||
{ "idr", "\u05e8\u05d5\u05e4\u05d9\u05d4 \u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05ea" },
|
||||
{ "iep", "\u05dc\u05d9\u05e8\u05d4 \u05d0\u05d9\u05e8\u05d9\u05ea" },
|
||||
{ "ilp", "\u05dc\u05d9\u05e8\u05d4 \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9\u05ea" },
|
||||
{ "ils", "\u05e9\u05f4\u05d7" },
|
||||
{ "inr", "\u05e8\u05d5\u05e4\u05d9 \u05d4\u05d5\u05d3\u05d9\u05ea" },
|
||||
{ "iqd", "\u05d3\u05d9\u05e0\u05e8 \u05e2\u05d9\u05e8\u05e7\u05d9" },
|
||||
{ "irr", "\u05e8\u05d9\u05d0\u05dc \u05d0\u05d9\u05e8\u05d0\u05e0\u05d9" },
|
||||
{ "isk", "\u05e7\u05e8\u05d5\u05e0\u05d4 \u05d0\u05d9\u05e1\u05dc\u05e0\u05d3\u05d9\u05ea" },
|
||||
{ "itl", "\u05dc\u05d9\u05e8\u05d4 \u05d0\u05d9\u05d8\u05dc\u05e7\u05d9\u05ea" },
|
||||
{ "jmd", "\u05d3\u05d5\u05dc\u05e8 \u05d2\u05f3\u05de\u05d0\u05d9\u05e7\u05e0\u05d9" },
|
||||
{ "jod", "\u05d3\u05d9\u05e0\u05e8 \u05d9\u05e8\u05d3\u05e0\u05d9" },
|
||||
{ "jpy", "\u05d9\u05df \u05d9\u05e4\u05e0\u05d9" },
|
||||
{ "kes", "\u05e9\u05d9\u05dc\u05d9\u05e0\u05d2 \u05e7\u05e0\u05d9\u05d9\u05d0\u05ea\u05d9" },
|
||||
{ "kgs", "\u05e1\u05d5\u05dd \u05e7\u05d9\u05e8\u05d2\u05d9\u05d6\u05d9" },
|
||||
{ "khr", "\u05e8\u05d9\u05dc \u05e7\u05de\u05d1\u05d5\u05d3\u05d9" },
|
||||
{ "kmf", "\u05e4\u05e8\u05e0\u05e7 \u05e7\u05d5\u05de\u05d5\u05e8\u05d5\u05d0\u05d9" },
|
||||
{ "kpw", "\u05d5\u05d5\u05df \u05e6\u05e4\u05d5\u05df \u05e7\u05d5\u05e8\u05d0\u05e0\u05d9" },
|
||||
{ "krw", "\u05d5\u05d5\u05df \u05d3\u05e8\u05d5\u05dd \u05e7\u05d5\u05e8\u05d0\u05e0\u05d9" },
|
||||
{ "kwd", "\u05d3\u05d9\u05e0\u05e8 \u05db\u05d5\u05d5\u05d9\u05ea\u05d9" },
|
||||
{ "kyd", "\u05d3\u05d5\u05dc\u05e8 \u05e7\u05d9\u05d9\u05de\u05d0\u05e0\u05d9" },
|
||||
{ "kzt", "\u05d8\u05e0\u05d2\u05d4 \u05e7\u05d6\u05d7\u05e1\u05d8\u05e0\u05d9" },
|
||||
{ "lak", "\u05e7\u05d9\u05e4 \u05dc\u05d0\u05d9" },
|
||||
{ "lbp", "\u05dc\u05d9\u05e8\u05d4 \u05dc\u05d1\u05e0\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "lkr", "\u05e8\u05d5\u05e4\u05d9 \u05e1\u05e8\u05d9 \u05dc\u05e0\u05e7\u05d9" },
|
||||
{ "lrd", "\u05d3\u05d5\u05dc\u05e8 \u05dc\u05d9\u05d1\u05e8\u05d9" },
|
||||
{ "lsl", "\u05dc\u05d5\u05d8\u05d9 \u05dc\u05e1\u05d5\u05ea\u05d9" },
|
||||
{ "ltl", "\u05dc\u05d9\u05d8\u05d0 \u05dc\u05d9\u05d8\u05d0\u05d9" },
|
||||
{ "luf", "\u05e4\u05e8\u05e0\u05e7 \u05dc\u05d5\u05e7\u05e1\u05de\u05d1\u05d5\u05e8\u05d2\u05d9" },
|
||||
{ "lvl", "\u05dc\u05d8 \u05dc\u05d8\u05d1\u05d9" },
|
||||
{ "lyd", "\u05d3\u05d9\u05e0\u05e8 \u05dc\u05d5\u05d1\u05d9" },
|
||||
{ "mad", "\u05d3\u05d9\u05e8\u05d4\u05dd \u05de\u05e8\u05d5\u05e7\u05d0\u05d9" },
|
||||
{ "maf", "\u05e4\u05e8\u05e0\u05e7 \u05de\u05e8\u05d5\u05e7\u05d0\u05d9" },
|
||||
{ "mdl", "\u05dc\u05d9\u05d0\u05d5 \u05de\u05d5\u05dc\u05d3\u05d5\u05d1\u05e0\u05d9" },
|
||||
{ "mga", "\u05d0\u05e8\u05d9\u05d0\u05e8\u05d9 \u05de\u05dc\u05d2\u05e9\u05d9" },
|
||||
{ "mgf", "\u05e4\u05e8\u05e0\u05e7 \u05de\u05d3\u05d2\u05e1\u05e7\u05d0\u05e8\u05d9" },
|
||||
{ "mkd", "\u05d3\u05d9\u05e0\u05e8 \u05de\u05e7\u05d3\u05d5\u05e0\u05d9" },
|
||||
{ "mmk", "\u05e7\u05d9\u05d0\u05d8 \u05de\u05d9\u05d0\u05e0\u05de\u05e8\u05d9" },
|
||||
{ "mnt", "\u05d8\u05d5\u05d2\u05e8\u05d9\u05e7 \u05de\u05d5\u05e0\u05d2\u05d5\u05dc\u05d9" },
|
||||
{ "mop", "\u05e4\u05d8\u05e7\u05d4 \u05e9\u05dc \u05de\u05e7\u05d0\u05d5" },
|
||||
{ "mro", "\u05d0\u05d5\u05d2\u05d5\u05d5\u05d9\u05d4 \u05de\u05d0\u05d5\u05e8\u05d9\u05d8\u05e0\u05d9" },
|
||||
{ "mtl", "\u05dc\u05d9\u05e8\u05d4 \u05de\u05dc\u05d8\u05d9\u05ea" },
|
||||
{ "mur", "\u05e8\u05d5\u05e4\u05d9 \u05de\u05d0\u05d5\u05e8\u05d9\u05e6\u05d9\u05e0\u05d9" },
|
||||
{ "mvr", "\u05e8\u05d5\u05e4\u05d9\u05d4 \u05de\u05dc\u05d3\u05d9\u05d1\u05d9\u05ea" },
|
||||
{ "mwk", "\u05e7\u05d5\u05d0\u05e6\u05f3\u05d4 \u05de\u05dc\u05d0\u05d5\u05d9" },
|
||||
{ "mxn", "\u05e4\u05d6\u05d5 \u05de\u05e7\u05e1\u05d9\u05e7\u05e0\u05d9" },
|
||||
{ "mxp", "\u05e4\u05d6\u05d5 \u05de\u05e7\u05e1\u05d9\u05e7\u05e0\u05d9 (1861 - 1992)" },
|
||||
{ "myr", "\u05e8\u05d9\u05e0\u05d2\u05d9\u05d8 \u05de\u05dc\u05d6\u05d9" },
|
||||
{ "mzm", "\u05de\u05d8\u05d9\u05e7\u05dc" },
|
||||
{ "nad", "\u05d3\u05d5\u05dc\u05e8 \u05e0\u05de\u05d9\u05d1\u05d9" },
|
||||
{ "ngn", "\u05e0\u05d0\u05d9\u05e8\u05d4 \u05e0\u05d9\u05d2\u05e8\u05d9" },
|
||||
{ "nio", "\u05e7\u05d5\u05e8\u05d3\u05d5\u05d1\u05d4 \u05e0\u05d9\u05e7\u05e8\u05d0\u05d2\u05d9" },
|
||||
{ "nlg", "\u05d2\u05d9\u05dc\u05d3\u05df \u05d4\u05d5\u05dc\u05e0\u05d3\u05d9" },
|
||||
{ "nok", "\u05db\u05ea\u05e8 \u05e0\u05d5\u05e8\u05d1\u05d2\u05d9" },
|
||||
{ "npr", "\u05e8\u05d5\u05e4\u05d9 \u05e0\u05e4\u05d0\u05dc\u05d9" },
|
||||
{ "nzd", "\u05d3\u05d5\u05dc\u05e8 \u05e0\u05d9\u05d5 \u05d6\u05d9\u05dc\u05e0\u05d3\u05d9" },
|
||||
{ "omr", "\u05e8\u05d9\u05d0\u05dc \u05e2\u05d5\u05de\u05d0\u05e0\u05d9" },
|
||||
{ "pab", "\u05d1\u05dc\u05d1\u05d5\u05d0\u05d4 \u05e4\u05e0\u05de\u05d9" },
|
||||
{ "pen", "\u05e1\u05d5\u05dc \u05e4\u05e8\u05d5\u05d0\u05e0\u05d9 \u05d7\u05d3\u05e9" },
|
||||
{ "pgk", "\u05e7\u05d9\u05e0\u05d4 \u05e9\u05dc \u05e4\u05e4\u05d5\u05d0\u05d4 \u05d2\u05d9\u05e0\u05d0\u05d4 \u05d4\u05d7\u05d3\u05e9\u05d4" },
|
||||
{ "php", "\u05e4\u05d6\u05d5 \u05e4\u05d9\u05dc\u05d9\u05e4\u05d9\u05e0\u05d9" },
|
||||
{ "pkr", "\u05e8\u05d5\u05e4\u05d9 \u05e4\u05e7\u05d9\u05e1\u05d8\u05e0\u05d9" },
|
||||
{ "pln", "\u05d6\u05dc\u05d5\u05d8\u05d9 \u05e4\u05d5\u05dc\u05e0\u05d9" },
|
||||
{ "pte", "\u05d0\u05e1\u05e7\u05d5\u05d3\u05d5 \u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc\u05d9" },
|
||||
{ "pyg", "\u05d2\u05d5\u05d5\u05e8\u05e0\u05d9 \u05e4\u05e8\u05d0\u05d2\u05d5\u05d5\u05d0\u05d9" },
|
||||
{ "qar", "\u05e8\u05d9\u05d0\u05dc \u05e7\u05d8\u05d0\u05e8\u05d9" },
|
||||
{ "rol", "\u05dc\u05d0\u05d5 \u05e8\u05d5\u05de\u05e0\u05d9 \u05d9\u05e9\u05df" },
|
||||
{ "ron", "\u05dc\u05d0\u05d5 \u05e8\u05d5\u05de\u05e0\u05d9 \u05d7\u05d3\u05e9" },
|
||||
{ "rsd", "\u05d3\u05d9\u05e0\u05e8 \u05e1\u05e8\u05d1\u05d9" },
|
||||
{ "rub", "\u05e8\u05d5\u05d1\u05dc" },
|
||||
{ "rur", "\u05e8\u05d5\u05d1\u05dc \u05e8\u05d5\u05e1\u05d9 (1991 - 1998)" },
|
||||
{ "rwf", "\u05e4\u05e8\u05e0\u05e7 \u05e8\u05d5\u05d0\u05e0\u05d3\u05d9" },
|
||||
{ "sar", "\u05e8\u05d9\u05d0\u05dc \u05e1\u05e2\u05d5\u05d3\u05d9" },
|
||||
{ "sbd", "\u05d3\u05d5\u05dc\u05e8 \u05d0\u05d9\u05d9 \u05e9\u05dc\u05de\u05d4" },
|
||||
{ "scr", "\u05e8\u05d5\u05e4\u05d9 \u05e1\u05d9\u05d9\u05e9\u05dc\u05d9" },
|
||||
{ "sdd", "\u05d3\u05d9\u05e0\u05e8 \u05e1\u05d5\u05d3\u05e0\u05d9" },
|
||||
{ "sdg", "\u05dc\u05d9\u05e8\u05d4 \u05e1\u05d5\u05d3\u05e0\u05d9\u05ea" },
|
||||
{ "sdp", "\u05dc\u05d9\u05e8\u05d4 \u05e1\u05d5\u05d3\u05e0\u05d9\u05ea (1957-1998)" },
|
||||
{ "sek", "\u05db\u05ea\u05e8 \u05e9\u05d5\u05d5\u05d3\u05d9" },
|
||||
{ "sgd", "\u05d3\u05d5\u05dc\u05e8 \u05e1\u05d9\u05e0\u05d2\u05e4\u05d5\u05e8\u05d9" },
|
||||
{ "shp", "\u05e4\u05d0\u05d5\u05e0\u05d3 \u05e1\u05e0\u05d8 \u05d4\u05dc\u05e0\u05d9" },
|
||||
{ "sit", "\u05d8\u05d5\u05dc\u05d0\u05e8 \u05e1\u05dc\u05d5\u05d1\u05e0\u05d9" },
|
||||
{ "skk", "\u05e7\u05d5\u05e8\u05d5\u05e0\u05d4 \u05e1\u05dc\u05d5\u05d1\u05e7\u05d9" },
|
||||
{ "sll", "\u05dc\u05d9\u05d0\u05d5\u05df \u05e1\u05d9\u05d9\u05e8\u05d4 \u05dc\u05d0\u05d5\u05e0\u05d9" },
|
||||
{ "sos", "\u05e9\u05d9\u05dc\u05d9\u05e0\u05d2 \u05e1\u05d5\u05de\u05d0\u05dc\u05d9" },
|
||||
{ "srd", "\u05d3\u05d5\u05dc\u05e8 \u05e1\u05d5\u05e8\u05d9\u05e0\u05d0\u05de\u05d9" },
|
||||
{ "srg", "\u05d2\u05d9\u05dc\u05d3\u05e8 \u05e1\u05d5\u05e8\u05d9\u05e0\u05d0\u05de\u05d9" },
|
||||
{ "std", "\u05d3\u05d5\u05d1\u05e8\u05d4 \u05e9\u05dc \u05e1\u05df \u05d8\u05d5\u05de\u05d4 \u05d5\u05e4\u05e8\u05d9\u05e0\u05e1\u05d9\u05e4\u05d4" },
|
||||
{ "sur", "\u05e8\u05d5\u05d1\u05dc \u05e1\u05d5\u05d1\u05d9\u05d9\u05d8\u05d9" },
|
||||
{ "syp", "\u05dc\u05d9\u05e8\u05d4 \u05e1\u05d5\u05e8\u05d9\u05ea" },
|
||||
{ "szl", "\u05dc\u05d9\u05dc\u05e0\u05d2\u05e0\u05d9 \u05e1\u05d5\u05d5\u05d6\u05d9" },
|
||||
{ "thb", "\u05d1\u05d4\u05d8 \u05ea\u05d0\u05d9\u05dc\u05e0\u05d3\u05d9" },
|
||||
{ "tjs", "\u05e1\u05d5\u05de\u05d5\u05e0\u05d9 \u05d8\u05d2\u05f3\u05e7\u05d9\u05e1\u05d8\u05e0\u05d9" },
|
||||
{ "tmm", "\u05de\u05e0\u05d0\u05d8 \u05d8\u05d5\u05e8\u05e7\u05de\u05d0\u05e0\u05d9" },
|
||||
{ "tmt", "\u05de\u05e0\u05d0\u05d8 \u05d8\u05d5\u05e8\u05e7\u05de\u05e0\u05d9" },
|
||||
{ "tnd", "\u05d3\u05d9\u05e0\u05e8 \u05d8\u05d5\u05e0\u05d9\u05e1\u05d0\u05d9" },
|
||||
{ "top", "\u05e4\u05d0\u05d0\u05de\u05d2\u05d4 \u05d8\u05d5\u05e0\u05d2\u05d9" },
|
||||
{ "tpe", "\u05d0\u05e1\u05e7\u05d5\u05d3\u05d5 \u05d8\u05d9\u05de\u05d5\u05e8\u05d0\u05d9" },
|
||||
{ "trl", "\u05dc\u05d9\u05e8\u05d4 \u05d8\u05d5\u05e8\u05e7\u05d9\u05ea" },
|
||||
{ "try", "\u05dc\u05d9\u05e8\u05d4 \u05d8\u05d5\u05e8\u05e7\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4" },
|
||||
{ "ttd", "\u05d3\u05d5\u05dc\u05e8 \u05d8\u05e8\u05d9\u05e0\u05d9\u05d3\u05d3\u05d9" },
|
||||
{ "twd", "\u05d3\u05d5\u05dc\u05e8 \u05d8\u05d0\u05d9\u05d9\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9" },
|
||||
{ "tzs", "\u05e9\u05d9\u05dc\u05d9\u05e0\u05d2 \u05d8\u05e0\u05d6\u05e0\u05d9" },
|
||||
{ "uah", "\u05d2\u05e8\u05d9\u05d1\u05e0\u05d4 \u05d0\u05d5\u05e7\u05e8\u05d0\u05d9\u05e0\u05d9" },
|
||||
{ "ugs", "\u05e9\u05d9\u05dc\u05d9\u05e0\u05d2 \u05d0\u05d5\u05d2\u05e0\u05d3\u05d9 (1966 - 1987)" },
|
||||
{ "ugx", "\u05e9\u05d9\u05dc\u05d9\u05e0\u05d2 \u05d0\u05d5\u05d2\u05e0\u05d3\u05d9" },
|
||||
{ "usd", "\u05d3\u05d5\u05dc\u05e8 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9" },
|
||||
{ "usn", "\u05d3\u05d5\u05dc\u05e8 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9 (\u05d4\u05d9\u05d5\u05dd \u05d4\u05d1\u05d0)" },
|
||||
{ "uss", "\u05d3\u05d5\u05dc\u05e8 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9 (\u05d4\u05d9\u05d5\u05dd \u05d4\u05d6\u05d4)" },
|
||||
{ "uyu", "\u05e4\u05d6\u05d5 \u05d0\u05d5\u05e8\u05d5\u05d2\u05d5\u05d5\u05d0\u05d9" },
|
||||
{ "uzs", "\u05e1\u05d5\u05dd \u05d0\u05d5\u05d6\u05d1\u05e7\u05d9" },
|
||||
{ "veb", "\u05d1\u05d5\u05dc\u05d9\u05d1\u05e8 \u05d5\u05e0\u05e6\u05d5\u05d0\u05dc\u05d9" },
|
||||
{ "vef", "\u05d1\u05d5\u05dc\u05d9\u05d1\u05e8 \u05d5\u05e0\u05e6\u05d5\u05d0\u05dc\u05d9\u05d0\u05e0\u05d9" },
|
||||
{ "vnd", "\u05d3\u05d5\u05e0\u05d2 \u05d5\u05d9\u05d9\u05d8\u05e0\u05d0\u05de\u05d9" },
|
||||
{ "vuv", "\u05d5\u05d0\u05d8\u05d5 \u05e9\u05dc \u05d5\u05e0\u05d5\u05d0\u05d8\u05d5" },
|
||||
{ "wst", "\u05d8\u05d0\u05dc\u05d4 \u05e1\u05de\u05d5\u05d0\u05d9" },
|
||||
{ "xaf", "\u05e4\u05e8\u05e0\u05e7 CFA" },
|
||||
{ "xag", "\u05db\u05e1\u05e3" },
|
||||
{ "xau", "\u05d6\u05d4\u05d1" },
|
||||
{ "xcd", "\u05d3\u05d5\u05dc\u05e8 \u05de\u05d6\u05e8\u05d7 \u05e7\u05e8\u05d9\u05d1\u05d9" },
|
||||
{ "xdr", "\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05de\u05e9\u05d9\u05db\u05d4 \u05de\u05d9\u05d5\u05d7\u05d3\u05d5\u05ea" },
|
||||
{ "xfo", "\u05e4\u05e8\u05e0\u05e7 \u05d6\u05d4\u05d1" },
|
||||
{ "xof", "\u05e4\u05e8\u05e0\u05e7 CFA BCEAO" },
|
||||
{ "xpd", "\u05e4\u05dc\u05d3\u05d9\u05d5\u05dd" },
|
||||
{ "xpf", "\u05e4\u05e8\u05e0\u05e7 CFP" },
|
||||
{ "xpt", "\u05e4\u05dc\u05d8\u05d9\u05e0\u05d4" },
|
||||
{ "xts", "\u05e1\u05d9\u05de\u05d5\u05df \u05dc\u05de\u05d8\u05e8\u05d5\u05ea \u05d1\u05d3\u05d9\u05e7\u05d4" },
|
||||
{ "xxx", "\u05de\u05d8\u05d1\u05e2 \u05e9\u05d0\u05d9\u05e0\u05d5 \u05d9\u05d3\u05d5\u05e2" },
|
||||
{ "ydd", "\u05d3\u05d9\u05e0\u05e8 \u05ea\u05d9\u05de\u05e0\u05d9" },
|
||||
{ "yer", "\u05e8\u05d9\u05d0\u05dc \u05ea\u05d9\u05de\u05e0\u05d9" },
|
||||
{ "zal", "\u05e8\u05d0\u05e0\u05d3 \u05d3\u05e8\u05d5\u05dd \u05d0\u05e4\u05e8\u05d9\u05e7\u05d0\u05d9 (\u05db\u05e1\u05e4\u05d9)" },
|
||||
{ "zar", "\u05e8\u05d0\u05e0\u05d3 \u05d3\u05e8\u05d5\u05dd \u05d0\u05e4\u05e8\u05d9\u05e7\u05d0\u05d9" },
|
||||
{ "zmk", "\u05e7\u05d5\u05d5\u05d0\u05e6\u05f3\u05d4 \u05d6\u05de\u05d1\u05d9\u05ea" },
|
||||
{ "zrn", "\u05d6\u05d0\u05d9\u05e8 \u05d7\u05d3\u05e9" },
|
||||
{ "zwd", "\u05d3\u05d5\u05dc\u05e8 \u05d6\u05d9\u05de\u05d1\u05d1\u05d5\u05d0\u05d9" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
695
jdkSrc/jdk8/sun/util/resources/cldr/he/LocaleNames_he.java
Normal file
695
jdkSrc/jdk8/sun/util/resources/cldr/he/LocaleNames_he.java
Normal file
@@ -0,0 +1,695 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.he;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_he extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "001", "\u05d4\u05e2\u05d5\u05dc\u05dd" },
|
||||
{ "002", "\u05d0\u05e4\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "003", "\u05e6\u05e4\u05d5\u05df \u05d0\u05de\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "005", "\u05d3\u05e8\u05d5\u05dd \u05d0\u05de\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "009", "\u05d0\u05d5\u05e7\u05d9\u05d0\u05e0\u05d9\u05d4" },
|
||||
{ "011", "\u05de\u05e2\u05e8\u05d1 \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "013", "\u05de\u05e8\u05db\u05d6 \u05d0\u05de\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "014", "\u05de\u05d6\u05e8\u05d7 \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "015", "\u05e6\u05e4\u05d5\u05df \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "017", "\u05de\u05e8\u05db\u05d6 \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "018", "\u05d3\u05e8\u05d5\u05dd \u05d9\u05d1\u05e9\u05ea \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "019", "\u05d0\u05de\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "021", "\u05d0\u05de\u05e8\u05d9\u05e7\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "029", "\u05e7\u05e8\u05d9\u05d1\u05d9\u05d9\u05dd" },
|
||||
{ "030", "\u05de\u05d6\u05e8\u05d7 \u05d0\u05e1\u05d9\u05d4" },
|
||||
{ "034", "\u05d3\u05e8\u05d5\u05dd \u05d0\u05e1\u05d9\u05d4" },
|
||||
{ "035", "\u05d3\u05e8\u05d5\u05dd\u05be\u05de\u05d6\u05e8\u05d7 \u05d0\u05e1\u05d9\u05d4" },
|
||||
{ "039", "\u05d3\u05e8\u05d5\u05dd \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4" },
|
||||
{ "053", "\u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4 \u05d5\u05e0\u05d9\u05d5\u05be\u05d6\u05d9\u05dc\u05e0\u05d3" },
|
||||
{ "054", "\u05de\u05dc\u05e0\u05e1\u05d9\u05d4" },
|
||||
{ "057", "\u05d0\u05d6\u05d5\u05e8 \u05de\u05d9\u05e7\u05e8\u05d5\u05e0\u05d6\u05d9\u05d4" },
|
||||
{ "061", "\u05e4\u05d5\u05dc\u05d9\u05e0\u05d6\u05d9\u05d4" },
|
||||
{ "142", "\u05d0\u05e1\u05d9\u05d4" },
|
||||
{ "143", "\u05de\u05e8\u05db\u05d6 \u05d0\u05e1\u05d9\u05d4" },
|
||||
{ "145", "\u05de\u05e2\u05e8\u05d1 \u05d0\u05e1\u05d9\u05d4" },
|
||||
{ "150", "\u05d0\u05d9\u05e8\u05d5\u05e4\u05d4" },
|
||||
{ "151", "\u05de\u05d6\u05e8\u05d7 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4" },
|
||||
{ "154", "\u05e6\u05e4\u05d5\u05df \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4" },
|
||||
{ "155", "\u05de\u05e2\u05e8\u05d1 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4" },
|
||||
{ "419", "\u05d0\u05de\u05e8\u05d9\u05e7\u05d4 \u05d4\u05dc\u05d8\u05d9\u05e0\u05d9\u05ea" },
|
||||
{ "AC", "\u05d4\u05d0\u05d9 \u05d0\u05e1\u05e0\u05e9\u05df" },
|
||||
{ "AD", "\u05d0\u05e0\u05d3\u05d5\u05e8\u05d4" },
|
||||
{ "AE", "\u05d0\u05d9\u05d7\u05d5\u05d3 \u05d4\u05d0\u05de\u05d9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05e2\u05e8\u05d1\u05d9\u05d5\u05ea" },
|
||||
{ "AF", "\u05d0\u05e4\u05d2\u05e0\u05d9\u05e1\u05d8\u05df" },
|
||||
{ "AG", "\u05d0\u05e0\u05d8\u05d9\u05d2\u05d5\u05d0\u05d4 \u05d5\u05d1\u05e8\u05d1\u05d5\u05d3\u05d4" },
|
||||
{ "AI", "\u05d0\u05e0\u05d2\u05d9\u05dc\u05d4" },
|
||||
{ "AL", "\u05d0\u05dc\u05d1\u05e0\u05d9\u05d4" },
|
||||
{ "AM", "\u05d0\u05e8\u05de\u05e0\u05d9\u05d4" },
|
||||
{ "AN", "\u05d0\u05e0\u05d8\u05d9\u05dc\u05d9\u05dd \u05d4\u05d5\u05dc\u05e0\u05d3\u05d9\u05d9\u05dd" },
|
||||
{ "AO", "\u05d0\u05e0\u05d2\u05d5\u05dc\u05d4" },
|
||||
{ "AQ", "\u05d0\u05e0\u05d8\u05d0\u05e8\u05e7\u05d8\u05d9\u05e7\u05d4" },
|
||||
{ "AR", "\u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4" },
|
||||
{ "AS", "\u05e1\u05de\u05d5\u05d0\u05d4 \u05d4\u05d0\u05de\u05e8\u05d9\u05e7\u05e0\u05d9\u05ea" },
|
||||
{ "AT", "\u05d0\u05d5\u05e1\u05d8\u05e8\u05d9\u05d4" },
|
||||
{ "AU", "\u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4" },
|
||||
{ "AW", "\u05d0\u05e8\u05d5\u05d1\u05d4" },
|
||||
{ "AX", "\u05d0\u05d9\u05d9 \u05d0\u05dc\u05e0\u05d3" },
|
||||
{ "AZ", "\u05d0\u05d6\u05e8\u05d1\u05d9\u05d2\u05f3\u05df" },
|
||||
{ "BA", "\u05d1\u05d5\u05e1\u05e0\u05d9\u05d4 \u05d5\u05d4\u05e8\u05e6\u05d2\u05d5\u05d1\u05d9\u05e0\u05d4" },
|
||||
{ "BB", "\u05d1\u05e8\u05d1\u05d3\u05d5\u05e1" },
|
||||
{ "BD", "\u05d1\u05e0\u05d2\u05dc\u05d3\u05e9" },
|
||||
{ "BE", "\u05d1\u05dc\u05d2\u05d9\u05d4" },
|
||||
{ "BF", "\u05d1\u05d5\u05e8\u05e7\u05d9\u05e0\u05d4 \u05e4\u05d0\u05e1\u05d5" },
|
||||
{ "BG", "\u05d1\u05d5\u05dc\u05d2\u05e8\u05d9\u05d4" },
|
||||
{ "BH", "\u05d1\u05d7\u05e8\u05d9\u05d9\u05df" },
|
||||
{ "BI", "\u05d1\u05d5\u05e8\u05d5\u05e0\u05d3\u05d9" },
|
||||
{ "BJ", "\u05d1\u05e0\u05d9\u05df" },
|
||||
{ "BL", "\u05e1\u05e0\u05d8 \u05d1\u05e8\u05ea\u05d5\u05dc\u05d5\u05de\u05d9\u05d0\u05d5" },
|
||||
{ "BM", "\u05d1\u05e8\u05de\u05d5\u05d3\u05d4" },
|
||||
{ "BN", "\u05d1\u05e8\u05d5\u05e0\u05d9\u05d9" },
|
||||
{ "BO", "\u05d1\u05d5\u05dc\u05d9\u05d1\u05d9\u05d4" },
|
||||
{ "BR", "\u05d1\u05e8\u05d6\u05d9\u05dc" },
|
||||
{ "BS", "\u05d0\u05d9\u05d9 \u05d1\u05d4\u05d0\u05de\u05d4" },
|
||||
{ "BT", "\u05d1\u05d4\u05d5\u05d8\u05df" },
|
||||
{ "BV", "\u05d0\u05d9\u05d9 \u05d1\u05d5\u05d1\u05d4" },
|
||||
{ "BW", "\u05d1\u05d5\u05d8\u05e1\u05d5\u05d5\u05d0\u05e0\u05d4" },
|
||||
{ "BY", "\u05d1\u05dc\u05d0\u05e8\u05d5\u05e1" },
|
||||
{ "BZ", "\u05d1\u05dc\u05d9\u05d6" },
|
||||
{ "CA", "\u05e7\u05e0\u05d3\u05d4" },
|
||||
{ "CC", "\u05d0\u05d9\u05d9 \u05e7\u05d5\u05e7\u05d5\u05e1" },
|
||||
{ "CD", "\u05e7\u05d5\u05e0\u05d2\u05d5 - \u05e7\u05d9\u05e0\u05e9\u05d0\u05e1\u05d4" },
|
||||
{ "CF", "\u05d4\u05e8\u05e4\u05d5\u05d1\u05dc\u05d9\u05e7\u05d4 \u05e9\u05dc \u05de\u05e8\u05db\u05d6 \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "CG", "\u05e7\u05d5\u05e0\u05d2\u05d5 - \u05d1\u05e8\u05d6\u05d0\u05d5\u05d9\u05dc" },
|
||||
{ "CH", "\u05e9\u05d5\u05d5\u05d9\u05d9\u05e5" },
|
||||
{ "CI", "\u05d7\u05d5\u05e3 \u05d4\u05e9\u05e0\u05d4\u05d1" },
|
||||
{ "CK", "\u05d0\u05d9\u05d9 \u05e7\u05d5\u05e7" },
|
||||
{ "CL", "\u05e6\u05f3\u05d9\u05dc\u05d4" },
|
||||
{ "CM", "\u05e7\u05de\u05e8\u05d5\u05df" },
|
||||
{ "CN", "\u05e1\u05d9\u05df" },
|
||||
{ "CO", "\u05e7\u05d5\u05dc\u05d5\u05de\u05d1\u05d9\u05d4" },
|
||||
{ "CP", "\u05d4\u05d0\u05d9 \u05e7\u05dc\u05d9\u05e4\u05e8\u05d8\u05d5\u05df" },
|
||||
{ "CR", "\u05e7\u05d5\u05e1\u05d8\u05d4 \u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "CS", "\u05e1\u05e8\u05d1\u05d9\u05d4 \u05d5\u05de\u05d5\u05e0\u05d8\u05e0\u05d2\u05e8\u05d5" },
|
||||
{ "CU", "\u05e7\u05d5\u05d1\u05d4" },
|
||||
{ "CV", "\u05db\u05e3 \u05d5\u05e8\u05d3\u05d4" },
|
||||
{ "CX", "\u05d0\u05d9\u05d9 \u05db\u05e8\u05d9\u05e1\u05d8\u05de\u05e1" },
|
||||
{ "CY", "\u05e7\u05e4\u05e8\u05d9\u05e1\u05d9\u05df" },
|
||||
{ "CZ", "\u05e6\u05f3\u05db\u05d9\u05d4" },
|
||||
{ "DE", "\u05d2\u05e8\u05de\u05e0\u05d9\u05d4" },
|
||||
{ "DG", "\u05d3\u05d9\u05d9\u05d2\u05d5 \u05d2\u05e8\u05e1\u05d9\u05d4" },
|
||||
{ "DJ", "\u05d2\u05f3\u05d9\u05d1\u05d5\u05d8\u05d9" },
|
||||
{ "DK", "\u05d3\u05e0\u05de\u05e8\u05e7" },
|
||||
{ "DM", "\u05d3\u05d5\u05de\u05d9\u05e0\u05d9\u05e7\u05d4" },
|
||||
{ "DO", "\u05d4\u05e8\u05e4\u05d5\u05d1\u05dc\u05d9\u05e7\u05d4 \u05d4\u05d3\u05d5\u05de\u05d9\u05e0\u05d9\u05e7\u05e0\u05d9\u05ea" },
|
||||
{ "DZ", "\u05d0\u05dc\u05d2\u05f3\u05d9\u05e8\u05d9\u05d4" },
|
||||
{ "EA", "\u05e1\u05d0\u05d5\u05d8\u05d4 \u05d5\u05de\u05dc\u05d9\u05d9\u05d4" },
|
||||
{ "EC", "\u05d0\u05e7\u05d5\u05d5\u05d3\u05d5\u05e8" },
|
||||
{ "EE", "\u05d0\u05e1\u05d8\u05d5\u05e0\u05d9\u05d4" },
|
||||
{ "EG", "\u05de\u05e6\u05e8\u05d9\u05dd" },
|
||||
{ "EH", "\u05e1\u05d4\u05e8\u05d4 \u05d4\u05de\u05e2\u05e8\u05d1\u05d9\u05ea" },
|
||||
{ "ER", "\u05d0\u05e8\u05d9\u05ea\u05e8\u05d0\u05d4" },
|
||||
{ "ES", "\u05e1\u05e4\u05e8\u05d3" },
|
||||
{ "ET", "\u05d0\u05ea\u05d9\u05d5\u05e4\u05d9\u05d4" },
|
||||
{ "EU", "\u05d4\u05d0\u05d9\u05d7\u05d5\u05d3 \u05d4\u05d0\u05d9\u05e8\u05d5\u05e4\u05d9" },
|
||||
{ "FI", "\u05e4\u05d9\u05e0\u05dc\u05e0\u05d3" },
|
||||
{ "FJ", "\u05e4\u05d9\u05d2\u05f3\u05d9" },
|
||||
{ "FK", "\u05d0\u05d9\u05d9 \u05e4\u05d5\u05e7\u05dc\u05e0\u05d3" },
|
||||
{ "FM", "\u05de\u05d9\u05e7\u05e8\u05d5\u05e0\u05d6\u05d9\u05d4" },
|
||||
{ "FO", "\u05d0\u05d9\u05d9 \u05e4\u05d0\u05e8\u05d5" },
|
||||
{ "FR", "\u05e6\u05e8\u05e4\u05ea" },
|
||||
{ "GA", "\u05d2\u05d0\u05d1\u05d5\u05df" },
|
||||
{ "GB", "\u05d1\u05e8\u05d9\u05d8\u05e0\u05d9\u05d4" },
|
||||
{ "GD", "\u05d2\u05e8\u05e0\u05d3\u05d4" },
|
||||
{ "GE", "\u05d2\u05d0\u05d5\u05e8\u05d2\u05d9\u05d4" },
|
||||
{ "GF", "\u05d2\u05d9\u05d0\u05e0\u05d4 \u05d4\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea" },
|
||||
{ "GG", "\u05d2\u05e8\u05e0\u05e1\u05d9" },
|
||||
{ "GH", "\u05d2\u05d0\u05e0\u05d4" },
|
||||
{ "GI", "\u05d2\u05d9\u05d1\u05e8\u05dc\u05d8\u05e8" },
|
||||
{ "GL", "\u05d2\u05e8\u05d9\u05e0\u05dc\u05e0\u05d3" },
|
||||
{ "GM", "\u05d2\u05de\u05d1\u05d9\u05d4" },
|
||||
{ "GN", "\u05d2\u05d9\u05e0\u05d9\u05d0\u05d4" },
|
||||
{ "GP", "\u05d2\u05d5\u05d5\u05d0\u05d3\u05dc\u05d5\u05e4" },
|
||||
{ "GQ", "\u05d2\u05d9\u05e0\u05d9\u05d0\u05d4 \u05d4\u05de\u05e9\u05d5\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "GR", "\u05d9\u05d5\u05d5\u05df" },
|
||||
{ "GS", "\u05d2\u05f3\u05d5\u05e8\u05d2\u05f3\u05d9\u05d4 \u05d4\u05d3\u05e8\u05d5\u05de\u05d9\u05ea \u05d5\u05d0\u05d9\u05d9 \u05e1\u05e0\u05d3\u05d5\u05d5\u05d9\u05e5\u05f3 \u05d4\u05d3\u05e8\u05d5\u05de\u05d9\u05d9\u05dd" },
|
||||
{ "GT", "\u05d2\u05d5\u05d0\u05d8\u05de\u05dc\u05d4" },
|
||||
{ "GU", "\u05d2\u05d5\u05d0\u05dd" },
|
||||
{ "GW", "\u05d2\u05d9\u05e0\u05d9\u05d0\u05d4-\u05d1\u05d9\u05e1\u05d0\u05d5" },
|
||||
{ "GY", "\u05d2\u05d9\u05d0\u05e0\u05d4" },
|
||||
{ "HK", "\u05d4\u05d5\u05e0\u05d2 \u05e7\u05d5\u05e0\u05d2 - \u05de\u05d7\u05d5\u05d6 \u05de\u05e0\u05d4\u05dc\u05d9 \u05de\u05d9\u05d5\u05d7\u05d3 \u05e9\u05dc \u05e1\u05d9\u05df" },
|
||||
{ "HM", "\u05d0\u05d9\u05d9 \u05d4\u05e8\u05d3 \u05d5\u05d0\u05d9\u05d9 \u05de\u05e7\u05d3\u05d5\u05e0\u05dc\u05e0\u05d3" },
|
||||
{ "HN", "\u05d4\u05d5\u05e0\u05d3\u05d5\u05e8\u05e1" },
|
||||
{ "HR", "\u05e7\u05e8\u05d5\u05d0\u05d8\u05d9\u05d4" },
|
||||
{ "HT", "\u05d4\u05d0\u05d9\u05d8\u05d9" },
|
||||
{ "HU", "\u05d4\u05d5\u05e0\u05d2\u05e8\u05d9\u05d4" },
|
||||
{ "IC", "\u05d4\u05d0\u05d9\u05d9\u05dd \u05d4\u05e7\u05e0\u05e8\u05d9\u05d9\u05dd" },
|
||||
{ "ID", "\u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05d4" },
|
||||
{ "IE", "\u05d0\u05d9\u05e8\u05dc\u05e0\u05d3" },
|
||||
{ "IL", "\u05d9\u05e9\u05e8\u05d0\u05dc" },
|
||||
{ "IM", "\u05d4\u05d0\u05d9 \u05de\u05d0\u05df" },
|
||||
{ "IN", "\u05d4\u05d5\u05d3\u05d5" },
|
||||
{ "IO", "\u05d8\u05e8\u05d9\u05d8\u05d5\u05e8\u05d9\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea \u05d1\u05d0\u05d5\u05e7\u05d9\u05d0\u05e0\u05d5\u05e1 \u05d4\u05d4\u05d5\u05d3\u05d9" },
|
||||
{ "IQ", "\u05e2\u05d9\u05e8\u05d0\u05e7" },
|
||||
{ "IR", "\u05d0\u05d9\u05e8\u05d0\u05df" },
|
||||
{ "IS", "\u05d0\u05d9\u05e1\u05dc\u05e0\u05d3" },
|
||||
{ "IT", "\u05d0\u05d9\u05d8\u05dc\u05d9\u05d4" },
|
||||
{ "JE", "\u05d2\u05f3\u05e8\u05e1\u05d9" },
|
||||
{ "JM", "\u05d2\u05f3\u05de\u05d9\u05d9\u05e7\u05d4" },
|
||||
{ "JO", "\u05d9\u05e8\u05d3\u05df" },
|
||||
{ "JP", "\u05d9\u05e4\u05df" },
|
||||
{ "KE", "\u05e7\u05e0\u05d9\u05d4" },
|
||||
{ "KG", "\u05e7\u05d9\u05e8\u05d2\u05d9\u05d6\u05e1\u05d8\u05df" },
|
||||
{ "KH", "\u05e7\u05de\u05d1\u05d5\u05d3\u05d9\u05d4" },
|
||||
{ "KI", "\u05e7\u05d9\u05e8\u05d9\u05d1\u05d0\u05d8\u05d9" },
|
||||
{ "KM", "\u05e7\u05d5\u05de\u05d5\u05e8\u05d5\u05e1" },
|
||||
{ "KN", "\u05e1\u05e0\u05d8 \u05e7\u05d9\u05d8\u05e1 \u05d5\u05e0\u05d5\u05d5\u05d9\u05e1" },
|
||||
{ "KP", "\u05e6\u05e4\u05d5\u05df \u05e7\u05d5\u05e8\u05d9\u05d0\u05d4" },
|
||||
{ "KR", "\u05d3\u05e8\u05d5\u05dd \u05e7\u05d5\u05e8\u05d9\u05d0\u05d4" },
|
||||
{ "KW", "\u05db\u05d5\u05d5\u05d9\u05ea" },
|
||||
{ "KY", "\u05d0\u05d9\u05d9 \u05e7\u05d9\u05d9\u05de\u05df" },
|
||||
{ "KZ", "\u05e7\u05d6\u05d7\u05e1\u05d8\u05df" },
|
||||
{ "LA", "\u05dc\u05d0\u05d5\u05e1" },
|
||||
{ "LB", "\u05dc\u05d1\u05e0\u05d5\u05df" },
|
||||
{ "LC", "\u05e1\u05e0\u05d8 \u05dc\u05d5\u05e1\u05d9\u05d4" },
|
||||
{ "LI", "\u05dc\u05d9\u05db\u05d8\u05e0\u05e9\u05d8\u05d9\u05d9\u05df" },
|
||||
{ "LK", "\u05e1\u05e8\u05d9 \u05dc\u05e0\u05e7\u05d4" },
|
||||
{ "LR", "\u05dc\u05d9\u05d1\u05e8\u05d9\u05d4" },
|
||||
{ "LS", "\u05dc\u05e1\u05d5\u05d8\u05d5" },
|
||||
{ "LT", "\u05dc\u05d9\u05d8\u05d0" },
|
||||
{ "LU", "\u05dc\u05d5\u05e7\u05e1\u05de\u05d1\u05d5\u05e8\u05d2" },
|
||||
{ "LV", "\u05dc\u05d8\u05d1\u05d9\u05d4" },
|
||||
{ "LY", "\u05dc\u05d5\u05d1" },
|
||||
{ "MA", "\u05de\u05e8\u05d5\u05e7\u05d5" },
|
||||
{ "MC", "\u05de\u05d5\u05e0\u05e7\u05d5" },
|
||||
{ "MD", "\u05de\u05d5\u05dc\u05d3\u05d5\u05d1\u05d4" },
|
||||
{ "ME", "\u05de\u05d5\u05e0\u05d8\u05e0\u05d2\u05e8\u05d5" },
|
||||
{ "MF", "\u05e1\u05e0\u05d8 \u05de\u05e8\u05d8\u05d9\u05df" },
|
||||
{ "MG", "\u05de\u05d3\u05d2\u05e1\u05e7\u05e8" },
|
||||
{ "MH", "\u05d0\u05d9\u05d9 \u05de\u05e8\u05e9\u05dc" },
|
||||
{ "MK", "\u05de\u05e7\u05d3\u05d5\u05e0\u05d9\u05d4" },
|
||||
{ "ML", "\u05de\u05d0\u05dc\u05d9" },
|
||||
{ "MM", "\u05de\u05d9\u05d9\u05d0\u05e0\u05de\u05d0\u05e8" },
|
||||
{ "MN", "\u05de\u05d5\u05e0\u05d2\u05d5\u05dc\u05d9\u05d4" },
|
||||
{ "MO", "\u05de\u05e7\u05d0\u05d5 - \u05de\u05d7\u05d5\u05d6 \u05de\u05e0\u05d4\u05dc\u05d9 \u05de\u05d9\u05d5\u05d7\u05d3 \u05e9\u05dc \u05e1\u05d9\u05df" },
|
||||
{ "MP", "\u05d0\u05d9\u05d9 \u05de\u05e8\u05d9\u05d0\u05e0\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05d9\u05dd" },
|
||||
{ "MQ", "\u05de\u05e8\u05d8\u05d9\u05e0\u05d9\u05e7" },
|
||||
{ "MR", "\u05de\u05d0\u05d5\u05e8\u05d9\u05d8\u05e0\u05d9\u05d4" },
|
||||
{ "MS", "\u05de\u05d5\u05e0\u05e1\u05e8\u05d0\u05d8" },
|
||||
{ "MT", "\u05de\u05dc\u05d8\u05d4" },
|
||||
{ "MU", "\u05de\u05d0\u05d5\u05e8\u05d9\u05e6\u05d9\u05d5\u05e1" },
|
||||
{ "MV", "\u05de\u05dc\u05d3\u05d9\u05d1\u05d9\u05dd" },
|
||||
{ "MW", "\u05de\u05dc\u05d0\u05d5\u05d5\u05d9" },
|
||||
{ "MX", "\u05de\u05e7\u05e1\u05d9\u05e7\u05d5" },
|
||||
{ "MY", "\u05de\u05dc\u05d6\u05d9\u05d4" },
|
||||
{ "MZ", "\u05de\u05d5\u05d6\u05de\u05d1\u05d9\u05e7" },
|
||||
{ "NA", "\u05e0\u05de\u05d9\u05d1\u05d9\u05d4" },
|
||||
{ "NC", "\u05e7\u05dc\u05d3\u05d5\u05e0\u05d9\u05d4 \u05d4\u05d7\u05d3\u05e9\u05d4" },
|
||||
{ "NE", "\u05e0\u05d9\u05d6\u05f3\u05e8" },
|
||||
{ "NF", "\u05d0\u05d9\u05d9 \u05e0\u05d5\u05e8\u05e4\u05d5\u05e7" },
|
||||
{ "NG", "\u05e0\u05d9\u05d2\u05e8\u05d9\u05d4" },
|
||||
{ "NI", "\u05e0\u05d9\u05e7\u05e8\u05d2\u05d5\u05d0\u05d4" },
|
||||
{ "NL", "\u05d4\u05d5\u05dc\u05e0\u05d3" },
|
||||
{ "NO", "\u05e0\u05d5\u05e8\u05d5\u05d5\u05d2\u05d9\u05d4" },
|
||||
{ "NP", "\u05e0\u05e4\u05d0\u05dc" },
|
||||
{ "NR", "\u05e0\u05d0\u05d5\u05e8\u05d5" },
|
||||
{ "NU", "\u05e0\u05d9\u05d5\u05d5\u05d4" },
|
||||
{ "NZ", "\u05e0\u05d9\u05d5 \u05d6\u05d9\u05dc\u05e0\u05d3" },
|
||||
{ "OM", "\u05e2\u05d5\u05de\u05d0\u05df" },
|
||||
{ "PA", "\u05e4\u05e0\u05de\u05d4" },
|
||||
{ "PE", "\u05e4\u05e8\u05d5" },
|
||||
{ "PF", "\u05e4\u05d5\u05dc\u05d9\u05e0\u05d6\u05d9\u05d4 \u05d4\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea" },
|
||||
{ "PG", "\u05e4\u05e4\u05d5\u05d0\u05d4 \u05d2\u05d9\u05e0\u05d9\u05d0\u05d4 \u05d4\u05d7\u05d3\u05e9\u05d4" },
|
||||
{ "PH", "\u05e4\u05d9\u05dc\u05d9\u05e4\u05d9\u05e0\u05d9\u05dd" },
|
||||
{ "PK", "\u05e4\u05e7\u05d9\u05e1\u05d8\u05df" },
|
||||
{ "PL", "\u05e4\u05d5\u05dc\u05d9\u05df" },
|
||||
{ "PM", "\u05e1\u05e0\u05d8 \u05e4\u05d9\u05d9\u05e8 \u05d5\u05de\u05d9\u05e7\u05dc\u05d5\u05df" },
|
||||
{ "PN", "\u05e4\u05d9\u05d8\u05e7\u05e8\u05df" },
|
||||
{ "PR", "\u05e4\u05d5\u05e8\u05d8\u05d5 \u05e8\u05d9\u05e7\u05d5" },
|
||||
{ "PS", "\u05d4\u05e9\u05d8\u05d7\u05d9\u05dd \u05d4\u05e4\u05dc\u05e1\u05d8\u05d9\u05e0\u05d9\u05d9\u05dd" },
|
||||
{ "PT", "\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc" },
|
||||
{ "PW", "\u05e4\u05d0\u05dc\u05d0\u05d5" },
|
||||
{ "PY", "\u05e4\u05e8\u05d2\u05d5\u05d5\u05d0\u05d9" },
|
||||
{ "QA", "\u05e7\u05d8\u05d0\u05e8" },
|
||||
{ "QO", "\u05d0\u05d5\u05e7\u05d9\u05d0\u05e0\u05d9\u05d4 \u05e4\u05e8\u05d5\u05e9\u05d4" },
|
||||
{ "RE", "\u05e8\u05d0\u05d5\u05e0\u05d9\u05d5\u05df" },
|
||||
{ "RO", "\u05e8\u05d5\u05de\u05e0\u05d9\u05d4" },
|
||||
{ "RS", "\u05e1\u05e8\u05d1\u05d9\u05d4" },
|
||||
{ "RU", "\u05e8\u05d5\u05e1\u05d9\u05d4" },
|
||||
{ "RW", "\u05e8\u05d5\u05d0\u05e0\u05d3\u05d4" },
|
||||
{ "SA", "\u05e2\u05e8\u05d1 \u05d4\u05e1\u05e2\u05d5\u05d3\u05d9\u05ea" },
|
||||
{ "SB", "\u05d0\u05d9\u05d9 \u05e9\u05dc\u05de\u05d4" },
|
||||
{ "SC", "\u05d0\u05d9\u05d9 \u05e1\u05d9\u05d9\u05e9\u05dc" },
|
||||
{ "SD", "\u05e1\u05d5\u05d3\u05df" },
|
||||
{ "SE", "\u05e9\u05d5\u05d5\u05d3\u05d9\u05d4" },
|
||||
{ "SG", "\u05e1\u05d9\u05e0\u05d2\u05e4\u05d5\u05e8" },
|
||||
{ "SH", "\u05e1\u05e0\u05d8 \u05d4\u05dc\u05e0\u05d4" },
|
||||
{ "SI", "\u05e1\u05dc\u05d5\u05d1\u05e0\u05d9\u05d4" },
|
||||
{ "SJ", "\u05e1\u05d5\u05d5\u05dc\u05d1\u05d0\u05e8\u05d3 \u05d5\u05d6\u05f3\u05d0\u05df \u05de\u05d0\u05d9\u05d9\u05df" },
|
||||
{ "SK", "\u05e1\u05dc\u05d5\u05d1\u05e7\u05d9\u05d4" },
|
||||
{ "SL", "\u05e1\u05d9\u05d9\u05e8\u05d4 \u05dc\u05d0\u05d5\u05e0\u05d4" },
|
||||
{ "SM", "\u05e1\u05df \u05de\u05e8\u05d9\u05e0\u05d5" },
|
||||
{ "SN", "\u05e1\u05e0\u05d2\u05dc" },
|
||||
{ "SO", "\u05e1\u05d5\u05de\u05dc\u05d9\u05d4" },
|
||||
{ "SR", "\u05e1\u05d5\u05e8\u05d9\u05e0\u05dd" },
|
||||
{ "ST", "\u05e1\u05d0\u05d5 \u05d8\u05d5\u05de\u05d4 \u05d5\u05e4\u05e8\u05d9\u05e0\u05e1\u05d9\u05e4\u05d4" },
|
||||
{ "SV", "\u05d0\u05dc \u05e1\u05dc\u05d1\u05d3\u05d5\u05e8" },
|
||||
{ "SY", "\u05e1\u05d5\u05e8\u05d9\u05d4" },
|
||||
{ "SZ", "\u05e1\u05d5\u05d5\u05d6\u05d9\u05dc\u05e0\u05d3" },
|
||||
{ "TA", "\u05d8\u05e8\u05d9\u05e1\u05d8\u05df \u05d3\u05d4 \u05e7\u05d5\u05e0\u05d4" },
|
||||
{ "TC", "\u05d0\u05d9\u05d9 \u05d8\u05d5\u05e8\u05e7\u05e1 \u05d5\u05e7\u05d0\u05d9\u05e7\u05d5\u05e1" },
|
||||
{ "TD", "\u05e6\u05f3\u05d0\u05d3" },
|
||||
{ "TF", "\u05d8\u05e8\u05d9\u05d8\u05d5\u05e8\u05d9\u05d5\u05ea \u05d3\u05e8\u05d5\u05de\u05d9\u05d5\u05ea \u05e9\u05dc \u05e6\u05e8\u05e4\u05ea" },
|
||||
{ "TG", "\u05d8\u05d5\u05d2\u05d5" },
|
||||
{ "TH", "\u05ea\u05d0\u05d9\u05dc\u05e0\u05d3" },
|
||||
{ "TJ", "\u05d8\u05d2\u05f3\u05d9\u05e7\u05d9\u05e1\u05d8\u05df" },
|
||||
{ "TK", "\u05d8\u05d5\u05e7\u05dc\u05d0\u05d5" },
|
||||
{ "TL", "\u05de\u05d6\u05e8\u05d7 \u05d8\u05d9\u05de\u05d5\u05e8" },
|
||||
{ "TM", "\u05d8\u05d5\u05e8\u05e7\u05de\u05e0\u05d9\u05e1\u05d8\u05df" },
|
||||
{ "TN", "\u05ea\u05d5\u05e0\u05d9\u05e1\u05d9\u05d4" },
|
||||
{ "TO", "\u05d8\u05d5\u05e0\u05d2\u05d4" },
|
||||
{ "TR", "\u05d8\u05d5\u05e8\u05e7\u05d9\u05d4" },
|
||||
{ "TT", "\u05d8\u05e8\u05d9\u05e0\u05d9\u05d3\u05d3 \u05d5\u05d8\u05d5\u05d1\u05d2\u05d5" },
|
||||
{ "TV", "\u05d8\u05d5\u05d1\u05dc\u05d5" },
|
||||
{ "TW", "\u05d8\u05d9\u05d9\u05d5\u05d5\u05d0\u05df" },
|
||||
{ "TZ", "\u05d8\u05e0\u05d6\u05e0\u05d9\u05d4" },
|
||||
{ "UA", "\u05d0\u05d5\u05e7\u05e8\u05d0\u05d9\u05e0\u05d4" },
|
||||
{ "UG", "\u05d0\u05d5\u05d2\u05e0\u05d3\u05d4" },
|
||||
{ "UM", "\u05d0\u05d9\u05d9\u05dd \u05e7\u05d8\u05e0\u05d9\u05dd \u05e9\u05dc\u05d7\u05d5\u05e3 \u05d0\u05e8\u05e6\u05d5\u05ea \u05d4\u05d1\u05e8\u05d9\u05ea" },
|
||||
{ "US", "\u05d0\u05e8\u05e6\u05d5\u05ea \u05d4\u05d1\u05e8\u05d9\u05ea" },
|
||||
{ "UY", "\u05d0\u05d5\u05e8\u05d5\u05d2\u05d5\u05d5\u05d0\u05d9" },
|
||||
{ "UZ", "\u05d0\u05d5\u05d6\u05d1\u05e7\u05d9\u05e1\u05d8\u05df" },
|
||||
{ "VA", "\u05d4\u05d5\u05d5\u05ea\u05d9\u05e7\u05df" },
|
||||
{ "VC", "\u05e1\u05e0\u05d8 \u05d5\u05d9\u05e0\u05e1\u05e0\u05d8 \u05d5\u05d4\u05d2\u05e8\u05e0\u05d3\u05d9\u05e0\u05d9\u05dd" },
|
||||
{ "VE", "\u05d5\u05e0\u05e6\u05d5\u05d0\u05dc\u05d4" },
|
||||
{ "VG", "\u05d0\u05d9\u05d9 \u05d4\u05d1\u05ea\u05d5\u05dc\u05d4 \u05d4\u05d1\u05e8\u05d9\u05d8\u05d9\u05d9\u05dd" },
|
||||
{ "VI", "\u05d0\u05d9\u05d9 \u05d4\u05d1\u05ea\u05d5\u05dc\u05d4 \u05d4\u05d0\u05de\u05e8\u05d9\u05e7\u05e0\u05d9\u05d9\u05dd" },
|
||||
{ "VN", "\u05d5\u05d9\u05d9\u05d8\u05e0\u05d0\u05dd" },
|
||||
{ "VU", "\u05d5\u05e0\u05d5\u05d0\u05d8\u05d5" },
|
||||
{ "WF", "\u05d0\u05d9\u05d9 \u05d5\u05d5\u05dc\u05d9\u05e1 \u05d5\u05e4\u05d5\u05d8\u05d5\u05e0\u05d4" },
|
||||
{ "WS", "\u05e1\u05de\u05d5\u05d0\u05d4" },
|
||||
{ "YE", "\u05ea\u05d9\u05de\u05df" },
|
||||
{ "YT", "\u05de\u05d0\u05d9\u05d5\u05d8" },
|
||||
{ "ZA", "\u05d3\u05e8\u05d5\u05dd \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4" },
|
||||
{ "ZM", "\u05d6\u05de\u05d1\u05d9\u05d4" },
|
||||
{ "ZW", "\u05d6\u05d9\u05de\u05d1\u05d0\u05d1\u05d5\u05d5\u05d4" },
|
||||
{ "ZZ", "\u05d0\u05d6\u05d5\u05e8 \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2 \u05d0\u05d5 \u05dc\u05d0 \u05ea\u05e7\u05d9\u05df" },
|
||||
{ "aa", "\u05d0\u05e4\u05d0\u05e8\u05d9\u05ea" },
|
||||
{ "ab", "\u05d0\u05d1\u05d7\u05d6\u05d9\u05ea" },
|
||||
{ "ae", "\u05d0\u05d1\u05e1\u05d8\u05df" },
|
||||
{ "af", "\u05d0\u05e4\u05e8\u05d9\u05e7\u05d0\u05e0\u05e1" },
|
||||
{ "ak", "\u05d0\u05e7\u05d0\u05df" },
|
||||
{ "am", "\u05d0\u05de\u05d4\u05e8\u05d9\u05ea" },
|
||||
{ "ar", "\u05e2\u05e8\u05d1\u05d9\u05ea" },
|
||||
{ "as", "\u05d0\u05e1\u05d0\u05de\u05d9\u05ea" },
|
||||
{ "ay", "\u05d0\u05d9\u05d9\u05de\u05d0\u05e8\u05d9\u05ea" },
|
||||
{ "az", "\u05d0\u05d6\u05e8\u05d9\u05ea" },
|
||||
{ "ba", "\u05d1\u05e9\u05e7\u05d9\u05e8\u05d9\u05ea" },
|
||||
{ "be", "\u05d1\u05dc\u05d0\u05e8\u05d5\u05e1\u05d9\u05ea" },
|
||||
{ "bg", "\u05d1\u05d5\u05dc\u05d2\u05e8\u05d9\u05ea" },
|
||||
{ "bh", "\u05d1\u05d9\u05d4\u05d0\u05e8\u05d9" },
|
||||
{ "bi", "\u05d1\u05d9\u05e1\u05dc\u05de\u05d4" },
|
||||
{ "bn", "\u05d1\u05e0\u05d2\u05dc\u05d9\u05ea" },
|
||||
{ "bo", "\u05d8\u05d9\u05d1\u05d8\u05d9\u05ea" },
|
||||
{ "br", "\u05d1\u05e8\u05d8\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "bs", "\u05d1\u05d5\u05e1\u05e0\u05d9\u05ea" },
|
||||
{ "ca", "\u05e7\u05d8\u05dc\u05d0\u05e0\u05d9\u05ea" },
|
||||
{ "ce", "\u05e6\u05f3\u05e6\u05f3\u05e0\u05d9\u05ea" },
|
||||
{ "co", "\u05e7\u05d5\u05e8\u05e1\u05d9\u05e7\u05e0\u05d9\u05ea" },
|
||||
{ "cs", "\u05e6\u05f3\u05db\u05d9\u05ea" },
|
||||
{ "cu", "\u05e1\u05dc\u05d0\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05d9\u05d9\u05ea\u05d9\u05ea \u05e2\u05ea\u05d9\u05e7\u05d4" },
|
||||
{ "cy", "\u05d5\u05d5\u05dc\u05e9\u05d9\u05ea" },
|
||||
{ "da", "\u05d3\u05e0\u05d9\u05ea" },
|
||||
{ "de", "\u05d2\u05e8\u05de\u05e0\u05d9\u05ea" },
|
||||
{ "dv", "\u05d3\u05d9\u05d1\u05d4\u05d9" },
|
||||
{ "dz", "\u05d3\u05d6\u05d5\u05e0\u05e7\u05d4" },
|
||||
{ "el", "\u05d9\u05d5\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "en", "\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea" },
|
||||
{ "eo", "\u05d0\u05e1\u05e4\u05e8\u05e0\u05d8\u05d5" },
|
||||
{ "es", "\u05e1\u05e4\u05e8\u05d3\u05d9\u05ea" },
|
||||
{ "et", "\u05d0\u05e1\u05d8\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "eu", "\u05d1\u05e1\u05e7\u05d9\u05ea" },
|
||||
{ "fa", "\u05e4\u05e8\u05e1\u05d9\u05ea" },
|
||||
{ "fi", "\u05e4\u05d9\u05e0\u05d9\u05ea" },
|
||||
{ "fj", "\u05e4\u05d9\u05d2\u05f3\u05d9\u05ea" },
|
||||
{ "fo", "\u05e4\u05d0\u05e8\u05d5\u05d0\u05d6\u05d9\u05ea" },
|
||||
{ "fr", "\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea" },
|
||||
{ "fy", "\u05e4\u05e8\u05d9\u05d6\u05d9\u05ea" },
|
||||
{ "ga", "\u05d0\u05d9\u05e8\u05d9\u05ea" },
|
||||
{ "gd", "\u05d2\u05d0\u05dc\u05d9\u05ea \u05e1\u05e7\u05d5\u05d8\u05d9\u05ea" },
|
||||
{ "gl", "\u05d2\u05dc\u05d9\u05e6\u05d9\u05d0\u05e0\u05d9\u05ea" },
|
||||
{ "gn", "\u05d2\u05d5\u05d0\u05e8\u05e0\u05d9" },
|
||||
{ "gu", "\u05d2\u05d5\u05d2\u05f3\u05e8\u05d0\u05d8\u05d9\u05ea" },
|
||||
{ "gv", "\u05de\u05d0\u05e0\u05d9\u05ea" },
|
||||
{ "ha", "\u05d4\u05d0\u05d5\u05e1\u05d4" },
|
||||
{ "he", "\u05e2\u05d1\u05e8\u05d9\u05ea" },
|
||||
{ "hi", "\u05d4\u05d9\u05e0\u05d3\u05d9" },
|
||||
{ "ho", "\u05d4\u05d0\u05e8\u05d9 \u05de\u05d5\u05d8\u05d5" },
|
||||
{ "hr", "\u05e7\u05e8\u05d5\u05d0\u05d8\u05d9\u05ea" },
|
||||
{ "ht", "\u05d4\u05d0\u05d9\u05d8\u05d9\u05ea" },
|
||||
{ "hu", "\u05d4\u05d5\u05e0\u05d2\u05e8\u05d9\u05ea" },
|
||||
{ "hy", "\u05d0\u05e8\u05de\u05e0\u05d9\u05ea" },
|
||||
{ "ia", "\u200f\u05d0\u05d9\u05e0\u05d8\u05e8\u05dc\u05d9\u05e0\u05d2\u05d5\u05d0\u05d4" },
|
||||
{ "id", "\u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05ea" },
|
||||
{ "ie", "\u05d0\u05d9\u05e0\u05d8\u05e8\u05dc\u05d9\u05e0\u05d2\u05d4" },
|
||||
{ "ig", "\u05d0\u05d9\u05d2\u05d1\u05d5" },
|
||||
{ "io", "\u05d0\u05d9\u05d3\u05d5" },
|
||||
{ "is", "\u05d0\u05d9\u05e1\u05dc\u05e0\u05d3\u05d9\u05ea" },
|
||||
{ "it", "\u05d0\u05d9\u05d8\u05dc\u05e7\u05d9\u05ea" },
|
||||
{ "iu", "\u05d0\u05d9\u05e0\u05d5\u05e7\u05d8\u05d9\u05d8\u05d5\u05d8" },
|
||||
{ "ja", "\u05d9\u05e4\u05e0\u05d9\u05ea" },
|
||||
{ "jv", "\u05d9\u05d0\u05d5\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "ka", "\u05d2\u05d9\u05d0\u05d5\u05e8\u05d2\u05d9\u05ea" },
|
||||
{ "kk", "\u05e7\u05d6\u05d7\u05d9\u05ea" },
|
||||
{ "kl", "\u05e7\u05d0\u05dc\u05d0\u05dc\u05d9\u05e1\u05d5\u05d8\u05d9\u05ea" },
|
||||
{ "km", "\u05e7\u05de\u05e8\u05d9\u05ea" },
|
||||
{ "kn", "\u05e7\u05e0\u05d0\u05d3\u05d4" },
|
||||
{ "ko", "\u05e7\u05d5\u05e8\u05d9\u05d0\u05e0\u05d9\u05ea" },
|
||||
{ "ks", "\u05e7\u05e9\u05de\u05d9\u05e8\u05d9\u05ea" },
|
||||
{ "ku", "\u05db\u05d5\u05e8\u05d3\u05d9\u05ea" },
|
||||
{ "kw", "\u05e7\u05d5\u05e8\u05e0\u05d9\u05ea" },
|
||||
{ "ky", "\u05e7\u05d9\u05e8\u05d2\u05d9\u05d6\u05d9\u05ea" },
|
||||
{ "la", "\u05dc\u05d8\u05d9\u05e0\u05d9\u05ea" },
|
||||
{ "lb", "\u05dc\u05d5\u05e7\u05e1\u05de\u05d1\u05d5\u05e8\u05d2\u05d9\u05ea" },
|
||||
{ "ln", "\u05dc\u05d9\u05e0\u05d2\u05dc\u05d4" },
|
||||
{ "lo", "\u05dc\u05d0\u05d9\u05ea" },
|
||||
{ "lt", "\u05dc\u05d9\u05d8\u05d0\u05d9\u05ea" },
|
||||
{ "lv", "\u05dc\u05d8\u05d1\u05d9\u05ea" },
|
||||
{ "mg", "\u05de\u05dc\u05d2\u05e9\u05d9\u05ea" },
|
||||
{ "mi", "\u05de\u05d0\u05d5\u05e8\u05d9\u05ea" },
|
||||
{ "mk", "\u05de\u05e7\u05d3\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "ml", "\u05de\u05dc\u05d0\u05d9\u05d0\u05dc\u05dd" },
|
||||
{ "mn", "\u05de\u05d5\u05e0\u05d2\u05d5\u05dc\u05d9\u05ea" },
|
||||
{ "mo", "\u05de\u05d5\u05dc\u05d3\u05d1\u05d9\u05ea" },
|
||||
{ "mr", "\u05de\u05e8\u05d8\u05d4\u05d9" },
|
||||
{ "ms", "\u05de\u05dc\u05d0\u05d9\u05ea" },
|
||||
{ "mt", "\u05de\u05dc\u05d8\u05d9\u05ea" },
|
||||
{ "my", "\u05d1\u05d5\u05e8\u05de\u05d6\u05d9\u05ea" },
|
||||
{ "na", "\u05e0\u05d0\u05d5\u05e8\u05d9\u05ea" },
|
||||
{ "nb", "\u200f\u05e0\u05d5\u05e8\u05d1\u05d2\u05d9\u05ea \u05e1\u05e4\u05e8\u05d5\u05ea\u05d9\u05ea" },
|
||||
{ "nd", "\u05e6\u05e4\u05d5\u05df \u05e0\u05d3\u05d1\u05dc\u05d4" },
|
||||
{ "ne", "\u05e0\u05e4\u05d0\u05dc\u05d9\u05ea" },
|
||||
{ "nl", "\u05d4\u05d5\u05dc\u05e0\u05d3\u05d9\u05ea" },
|
||||
{ "nn", "\u05e0\u05d5\u05e8\u05d1\u05d2\u05d9\u05ea \u05d7\u05d3\u05e9\u05d4" },
|
||||
{ "no", "\u05e0\u05d5\u05e8\u05d1\u05d2\u05d9\u05ea" },
|
||||
{ "nv", "\u05e0\u05d1\u05d7\u05d5" },
|
||||
{ "ny", "\u05e0\u05d9\u05d0\u05e0\u05d2'\u05d4" },
|
||||
{ "oc", "\u05d0\u05d5\u05e7\u05e1\u05d9\u05d8\u05e0\u05d9\u05ea" },
|
||||
{ "or", "\u05d0\u05d5\u05e8\u05d9\u05d4" },
|
||||
{ "os", "\u05d0\u05d5\u05e1\u05d8\u05d9\u05ea" },
|
||||
{ "pa", "\u05e4\u05e0\u05d2\u05f3\u05d0\u05d1\u05d9\u05ea" },
|
||||
{ "pl", "\u05e4\u05d5\u05dc\u05e0\u05d9\u05ea" },
|
||||
{ "ps", "\u05e4\u05d0\u05e9\u05d8\u05d5" },
|
||||
{ "pt", "\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc\u05d9\u05ea" },
|
||||
{ "qu", "\u05e7\u05e6'\u05d5\u05d0\u05d4" },
|
||||
{ "rm", "\u05e8\u05d5\u05de\u05d0\u05e0\u05e9" },
|
||||
{ "rn", "\u05e7\u05d9\u05e8\u05d5\u05e0\u05d3\u05d9" },
|
||||
{ "ro", "\u05e8\u05d5\u05de\u05e0\u05d9\u05ea" },
|
||||
{ "ru", "\u05e8\u05d5\u05e1\u05d9\u05ea" },
|
||||
{ "rw", "\u05e7\u05d9\u05e0\u05d9\u05e8\u05d5\u05d0\u05e0\u05d3\u05d4" },
|
||||
{ "sa", "\u05e1\u05e0\u05e1\u05e7\u05e8\u05d9\u05d8" },
|
||||
{ "sc", "\u05e1\u05e8\u05d3\u05d9\u05e0\u05d9\u05ea" },
|
||||
{ "sd", "\u05e1\u05d9\u05e0\u05d3\u05d4\u05d9\u05ea" },
|
||||
{ "se", "\u05dc\u05d0\u05e4\u05d9\u05ea \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "sg", "\u05e1\u05e0\u05d2\u05d5" },
|
||||
{ "sh", "\u05e1\u05e8\u05d1\u05d5-\u05e7\u05e8\u05d5\u05d0\u05d8\u05d9\u05ea" },
|
||||
{ "si", "\u05e1\u05d9\u05e0\u05d4\u05dc\u05d4" },
|
||||
{ "sk", "\u05e1\u05dc\u05d5\u05d1\u05e7\u05d9\u05ea" },
|
||||
{ "sl", "\u05e1\u05dc\u05d5\u05d1\u05e0\u05d9\u05ea" },
|
||||
{ "sm", "\u05e1\u05de\u05d5\u05d0\u05d9\u05ea" },
|
||||
{ "sn", "\u05e9\u05d5\u05e0\u05d4" },
|
||||
{ "so", "\u05e1\u05d5\u05de\u05dc\u05d9\u05ea" },
|
||||
{ "sq", "\u05d0\u05dc\u05d1\u05e0\u05d9\u05ea" },
|
||||
{ "sr", "\u05e1\u05e8\u05d1\u05d9\u05ea" },
|
||||
{ "ss", "\u05e1\u05d9\u05e1\u05d5\u05d5\u05d0\u05d8\u05d9" },
|
||||
{ "st", "\u05e1\u05e1\u05d5\u05ea\u05f3\u05d5" },
|
||||
{ "su", "\u05e1\u05d5\u05d3\u05e0\u05d9\u05ea" },
|
||||
{ "sv", "\u05e9\u05d5\u05d5\u05d3\u05d9\u05ea" },
|
||||
{ "sw", "\u05e1\u05d5\u05d5\u05d4\u05d9\u05dc\u05d9\u05ea" },
|
||||
{ "ta", "\u05d8\u05de\u05d9\u05dc\u05d9\u05ea" },
|
||||
{ "te", "\u05d8\u05dc\u05d5\u05d2\u05d5" },
|
||||
{ "tg", "\u05d8\u05d2\u05f3\u05d9\u05e7\u05d9\u05ea" },
|
||||
{ "th", "\u05ea\u05d0\u05d9" },
|
||||
{ "ti", "\u05d8\u05d9\u05d2\u05e8\u05d9\u05e0\u05d0\u05d9\u05ea" },
|
||||
{ "tk", "\u05d8\u05d5\u05e8\u05e7\u05de\u05e0\u05d9\u05ea" },
|
||||
{ "tl", "\u05d8\u05d2\u05dc\u05d5\u05d2" },
|
||||
{ "tn", "\u05e6\u05d5\u05d5\u05d0\u05e0\u05d4" },
|
||||
{ "to", "\u05d8\u05d5\u05e0\u05d2\u05d0\u05d9\u05ea" },
|
||||
{ "tr", "\u05d8\u05d5\u05e8\u05e7\u05d9\u05ea" },
|
||||
{ "ts", "\u05d8\u05e1\u05d5\u05e0\u05d2\u05d4" },
|
||||
{ "tt", "\u05d8\u05d8\u05e8\u05d9\u05ea" },
|
||||
{ "tw", "\u05d8\u05d5\u05d5\u05d9" },
|
||||
{ "ty", "\u05d8\u05d4\u05d9\u05d8\u05d9\u05ea" },
|
||||
{ "ug", "\u05d0\u05d5\u05d9\u05d2\u05d4\u05d5\u05e8" },
|
||||
{ "uk", "\u05d0\u05d5\u05e7\u05e8\u05d0\u05d9\u05e0\u05d9\u05ea" },
|
||||
{ "ur", "\u05d0\u05d5\u05e8\u05d3\u05d5" },
|
||||
{ "uz", "\u05d0\u05d5\u05d6\u05d1\u05e7\u05d9\u05ea" },
|
||||
{ "ve", "\u05d5\u05d5\u05e0\u05d3\u05d4" },
|
||||
{ "vi", "\u05d5\u05d9\u05d0\u05d8\u05e0\u05de\u05d9\u05ea" },
|
||||
{ "vo", "\u200f\u05d5\u05d5\u05dc\u05d0\u05e4\u05d9\u05e7" },
|
||||
{ "wo", "\u05d2\u05f3\u05d5\u05dc\u05d5\u05e3" },
|
||||
{ "xh", "\u05e7\u05e1\u05d5\u05e1\u05d4" },
|
||||
{ "yi", "\u05d9\u05d9\u05d3\u05d9\u05e9" },
|
||||
{ "yo", "\u05d9\u05d5\u05e8\u05d5\u05d1\u05d4" },
|
||||
{ "zh", "\u05e1\u05d9\u05e0\u05d9\u05ea" },
|
||||
{ "zu", "\u05d6\u05d5\u05dc\u05d5" },
|
||||
{ "ady", "\u05d0\u05d3\u05d9\u05d2\u05d9\u05ea" },
|
||||
{ "afa", "\u05e9\u05e4\u05d4 \u05d0\u05e4\u05e8\u05d5-\u05d0\u05e1\u05d9\u05d9\u05ea\u05d9\u05ea" },
|
||||
{ "afh", "\u05d0\u05e4\u05e8\u05d9\u05d4\u05d9\u05dc\u05d9" },
|
||||
{ "ain", "\u05d0\u05d9\u05e0\u05d5" },
|
||||
{ "akk", "\u05d0\u05db\u05d3\u05d9\u05ea" },
|
||||
{ "ang", "\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05e2\u05ea\u05d9\u05e7\u05d4" },
|
||||
{ "apa", "\u05e9\u05e4\u05d4 \u05d0\u05e4\u05d0\u05e6\u05f3\u05d9\u05ea" },
|
||||
{ "arc", "\u05d0\u05e8\u05de\u05d9\u05ea" },
|
||||
{ "art", "\u05e9\u05e4\u05d4 \u05de\u05dc\u05d0\u05db\u05d5\u05ea\u05d9\u05ea" },
|
||||
{ "ast", "\u05d0\u05e1\u05d8\u05d5\u05e8\u05d9\u05ea" },
|
||||
{ "aus", "\u05e9\u05e4\u05d4 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05ea" },
|
||||
{ "awa", "\u05d0\u05d5\u05d5\u05d0\u05d3\u05d9\u05ea" },
|
||||
{ "bal", "\u05d1\u05d0\u05dc\u05d5\u05e6\u05f3\u05d9" },
|
||||
{ "ban", "\u05d1\u05dc\u05d9\u05e0\u05d6\u05d9\u05ea" },
|
||||
{ "bat", "\u05e9\u05e4\u05d5\u05ea \u05d1\u05dc\u05d8\u05d9\u05d5\u05ea" },
|
||||
{ "bej", "\u05d1\u05d6\u05f3\u05d4" },
|
||||
{ "ber", "\u05d1\u05e8\u05d1\u05e8\u05d9\u05ea" },
|
||||
{ "bnt", "\u05d1\u05e0\u05d8\u05d5" },
|
||||
{ "cad", "\u05e7\u05d0\u05d3\u05d5" },
|
||||
{ "cai", "\u05e9\u05e4\u05d4 \u05d0\u05d9\u05e0\u05d3\u05d9\u05d0\u05e0\u05d9\u05ea \u05de\u05e8\u05db\u05d6-\u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea" },
|
||||
{ "cau", "\u05e9\u05e4\u05d4 \u05e7\u05d5\u05d5\u05e7\u05d6\u05d9\u05ea" },
|
||||
{ "ceb", "\u05e7\u05d1\u05d5\u05d0\u05e0\u05d5" },
|
||||
{ "cel", "\u05e9\u05e4\u05d4 \u05e7\u05dc\u05d8\u05d9\u05ea" },
|
||||
{ "chg", "\u05e6\u05f3\u05d0\u05d2\u05d0\u05d8\u05d0\u05d9" },
|
||||
{ "chr", "\u05e6\u05f3\u05e8\u05d5\u05e7\u05d9" },
|
||||
{ "cop", "\u05e7\u05d5\u05e4\u05d8\u05d9\u05ea" },
|
||||
{ "crh", "\u05d8\u05d8\u05e8\u05d9\u05ea \u05e9\u05dc \u05e7\u05e8\u05d9\u05dd" },
|
||||
{ "crp", "\u05e9\u05e4\u05d4 \u05e7\u05e8\u05d0\u05d5\u05dc\u05d9\u05ea \u05d0\u05d5 \u05e4\u05d9\u05d3\u05d2\u05f3\u05d0\u05e0\u05d9\u05ea" },
|
||||
{ "dak", "\u05d3\u05e7\u05d5\u05d8\u05d4" },
|
||||
{ "del", "\u05d3\u05dc\u05d0\u05d5\u05d5\u05e8" },
|
||||
{ "den", "\u05e1\u05dc\u05d0\u05d1\u05d9\u05ea" },
|
||||
{ "doi", "\u05d3\u05d5\u05d2\u05e8\u05d9" },
|
||||
{ "dum", "\u05d4\u05d5\u05dc\u05e0\u05d3\u05d9\u05ea \u05ea\u05d9\u05db\u05d5\u05e0\u05d4" },
|
||||
{ "efi", "\u05d0\u05e4\u05d9\u05e7" },
|
||||
{ "egy", "\u05de\u05e6\u05e8\u05d9\u05ea \u05e2\u05ea\u05d9\u05e7\u05d4" },
|
||||
{ "elx", "\u05e2\u05d9\u05dc\u05de\u05d9\u05ea" },
|
||||
{ "enm", "\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05ea\u05d9\u05db\u05d5\u05e0\u05d4" },
|
||||
{ "fil", "\u05e4\u05d9\u05dc\u05d9\u05e4\u05d9\u05e0\u05d9\u05ea" },
|
||||
{ "frm", "\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea \u05ea\u05d9\u05db\u05d5\u05e0\u05d4" },
|
||||
{ "fro", "\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea \u05e2\u05ea\u05d9\u05e7\u05d4" },
|
||||
{ "frr", "\u05e4\u05e8\u05d9\u05d6\u05d9\u05ea \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "gem", "\u05e9\u05e4\u05d4 \u05d2\u05e8\u05de\u05d0\u05e0\u05d9\u05ea" },
|
||||
{ "gez", "\u05d2\u05e2\u05d6" },
|
||||
{ "gon", "\u05d2\u05d5\u05e0\u05d3\u05d9" },
|
||||
{ "got", "\u05d2\u05d5\u05ea\u05d9\u05ea" },
|
||||
{ "grc", "\u05d9\u05d5\u05d5\u05e0\u05d9\u05ea \u05e2\u05ea\u05d9\u05e7\u05d4" },
|
||||
{ "gsw", "\u05d2\u05e8\u05de\u05e0\u05d9\u05ea \u05e9\u05d5\u05d5\u05d9\u05e6\u05e8\u05d9\u05ea" },
|
||||
{ "haw", "\u05d4\u05d5\u05d5\u05d0\u05d9\u05ea" },
|
||||
{ "hit", "\u05d7\u05d9\u05ea\u05d9\u05ea" },
|
||||
{ "ine", "\u05e9\u05e4\u05d4 \u05d4\u05d5\u05d3\u05d5-\u05d0\u05d9\u05e8\u05d5\u05e4\u05d9\u05ea" },
|
||||
{ "inh", "\u05d0\u05d9\u05e0\u05d2\u05d5\u05e9\u05d9\u05ea" },
|
||||
{ "ira", "\u05e9\u05e4\u05d4 \u05d0\u05d9\u05e8\u05d0\u05e0\u05d9\u05ea" },
|
||||
{ "jpr", "\u05e4\u05e8\u05e1\u05d9\u05ea \u05d9\u05d4\u05d5\u05d3\u05d9\u05ea" },
|
||||
{ "jrb", "\u05e2\u05e8\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05d3\u05d9\u05ea" },
|
||||
{ "kab", "\u05e7\u05d1\u05d9\u05dc\u05d4" },
|
||||
{ "lad", "\u05dc\u05d3\u05d9\u05e0\u05d5" },
|
||||
{ "mag", "\u05de\u05d0\u05d2\u05d0\u05d4\u05d9\u05ea" },
|
||||
{ "mai", "\u05de\u05d0\u05d9\u05d8\u05d9\u05dc\u05d9\u05ea" },
|
||||
{ "map", "\u05d0\u05d5\u05e1\u05d8\u05e8\u05d5\u05e0\u05d6\u05d9\u05ea" },
|
||||
{ "mas", "\u05de\u05d0\u05e1\u05d0\u05d9\u05ea" },
|
||||
{ "mga", "\u05d0\u05d9\u05e8\u05d9\u05ea \u05ea\u05d9\u05db\u05d5\u05e0\u05d4" },
|
||||
{ "mis", "\u05e9\u05e4\u05d4 \u05d0\u05d7\u05e8\u05ea" },
|
||||
{ "mni", "\u05de\u05e0\u05d9\u05e4\u05d5\u05e8\u05d9\u05ea" },
|
||||
{ "mul", "\u05de\u05e1\u05e4\u05e8 \u05e9\u05e4\u05d5\u05ea" },
|
||||
{ "myn", "\u05de\u05d0\u05d9\u05d4" },
|
||||
{ "nah", "\u05e0\u05d0\u05d4\u05d5\u05d0\u05d8\u05dc" },
|
||||
{ "nai", "\u05e9\u05e4\u05d4 \u05d0\u05d9\u05e0\u05d3\u05d9\u05d0\u05e0\u05d9\u05ea \u05e6\u05e4\u05d5\u05df-\u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea" },
|
||||
{ "nap", "\u05e0\u05e4\u05d5\u05dc\u05d9\u05d8\u05e0\u05d9\u05ea" },
|
||||
{ "nds", "\u05d2\u05e8\u05de\u05e0\u05d9\u05ea \u05ea\u05d7\u05ea\u05d9\u05ea" },
|
||||
{ "non", "\u200f\u05e0\u05d5\u05e8\u05d3\u05d9\u05ea \u05e2\u05ea\u05d9\u05e7\u05d4" },
|
||||
{ "nso", "\u05e1\u05d5\u05d8\u05d5 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "nub", "\u05e9\u05e4\u05d5\u05ea \u05e0\u05d1\u05d8\u05d9\u05d5\u05ea" },
|
||||
{ "nwc", "\u05e0\u05d5\u05d5\u05d0\u05e8\u05d9\u05ea \u05e7\u05dc\u05d0\u05e1\u05d9\u05ea" },
|
||||
{ "ota", "\u05d8\u05d5\u05e8\u05e7\u05d9\u05ea \u05e2\u05d5\u05ea\u05d5\u05de\u05e0\u05d9\u05ea" },
|
||||
{ "peo", "\u05e4\u05e8\u05e1\u05d9\u05ea \u05e2\u05ea\u05d9\u05e7\u05d4" },
|
||||
{ "phi", "\u05e9\u05e4\u05d4 \u05e4\u05d9\u05dc\u05d9\u05e4\u05d9\u05e0\u05d9\u05ea" },
|
||||
{ "phn", "\u05e4\u05e0\u05d9\u05e7\u05d9\u05ea" },
|
||||
{ "raj", "\u05e8\u05d0\u05d2\u05f3\u05e1\u05d8\u05df" },
|
||||
{ "rom", "\u05e8\u05d5\u05de\u05d0\u05e0\u05d9\u05ea" },
|
||||
{ "rup", "\u05d0\u05e8\u05d5\u05de\u05e0\u05d9\u05ea" },
|
||||
{ "sai", "\u05e9\u05e4\u05d4 \u05d0\u05d9\u05e0\u05d3\u05d9\u05d0\u05e0\u05d9\u05ea \u05d3\u05e8\u05d5\u05dd \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea" },
|
||||
{ "sam", "\u05d0\u05e8\u05de\u05d9\u05ea \u05e9\u05d5\u05de\u05e8\u05d5\u05e0\u05d9\u05ea" },
|
||||
{ "sat", "\u05e1\u05d0\u05e0\u05d8\u05dc\u05d9" },
|
||||
{ "scn", "\u05e1\u05d9\u05e6\u05d9\u05dc\u05d9\u05d0\u05e0\u05d9\u05ea" },
|
||||
{ "sco", "\u05e1\u05e7\u05d5\u05d8\u05d9\u05ea" },
|
||||
{ "sem", "\u05e9\u05e4\u05d4 \u05e9\u05de\u05d9\u05ea" },
|
||||
{ "sga", "\u05d0\u05d9\u05e8\u05d9\u05ea \u05e2\u05ea\u05d9\u05e7\u05d4" },
|
||||
{ "sgn", "\u05e9\u05e4\u05ea \u05e1\u05d9\u05de\u05e0\u05d9\u05dd" },
|
||||
{ "sid", "\u05e1\u05d9\u05d3\u05de\u05d5" },
|
||||
{ "sit", "\u05e9\u05e4\u05d4 \u05e1\u05d9\u05e0\u05d5\u05be\u05d8\u05d9\u05d1\u05d8\u05d9\u05ea" },
|
||||
{ "sla", "\u05e9\u05e4\u05d4 \u05e1\u05dc\u05d0\u05d1\u05d9\u05ea" },
|
||||
{ "smi", "\u05e9\u05e4\u05ea \u05e1\u05d0\u05de\u05d9" },
|
||||
{ "sux", "\u05e9\u05d5\u05de\u05e8\u05d9\u05ea" },
|
||||
{ "syr", "\u05e1\u05d5\u05e8\u05d9\u05ea" },
|
||||
{ "tet", "\u05d8\u05d8\u05d5\u05dd" },
|
||||
{ "tlh", "\u05e7\u05dc\u05d9\u05e0\u05d2\u05d5\u05df" },
|
||||
{ "tpi", "\u05d8\u05d5\u05e7 \u05e4\u05d9\u05e1\u05d9\u05df" },
|
||||
{ "uga", "\u05d0\u05d5\u05d2\u05e8\u05d9\u05ea\u05d9\u05ea" },
|
||||
{ "und", "\u05e9\u05e4\u05d4 \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2\u05d4 \u05d0\u05d5 \u05dc\u05d0 \u05ea\u05e7\u05e4\u05d4" },
|
||||
{ "yap", "\u05d9\u05d0\u05e4\u05d6\u05d9\u05ea" },
|
||||
{ "yue", "\u05e7\u05e0\u05d8\u05d5\u05e0\u05d6\u05d9\u05ea" },
|
||||
{ "zap", "\u05d6\u05d0\u05e4\u05d5\u05d8\u05e7" },
|
||||
{ "zen", "\u05d6\u05e0\u05d0\u05d2\u05d4" },
|
||||
{ "zxx", "\u05dc\u05dc\u05d0 \u05ea\u05d5\u05db\u05df \u05dc\u05e9\u05d5\u05e0\u05d9" },
|
||||
{ "Arab", "\u05e2\u05e8\u05d1\u05d9" },
|
||||
{ "Armn", "\u05d0\u05e8\u05de\u05e0\u05d9" },
|
||||
{ "Bali", "\u05d1\u05d0\u05dc\u05d9\u05e0\u05d6\u05d9" },
|
||||
{ "Beng", "\u05d1\u05e0\u05d2\u05dc\u05d9" },
|
||||
{ "Bopo", "\u05d1\u05d5\u05e4\u05d5\u05de\u05d5\u05e4\u05d5" },
|
||||
{ "Brai", "\u05d1\u05e8\u05d9\u05d9\u05dc" },
|
||||
{ "Cher", "\u05e6\u05f3\u05d9\u05e8\u05d5\u05e7\u05d9" },
|
||||
{ "Copt", "\u05e7\u05d5\u05e4\u05d8\u05d9" },
|
||||
{ "Cprt", "\u05e7\u05e4\u05e8\u05d9\u05e1\u05d0\u05d9" },
|
||||
{ "Cyrl", "\u05e7\u05d9\u05e8\u05d9\u05dc\u05d9" },
|
||||
{ "Cyrs", "\u05e7\u05d9\u05e8\u05d9\u05dc\u05d9 \u05e1\u05dc\u05d0\u05d1\u05d5\u05e0\u05d9 \u05db\u05e0\u05e1\u05d9\u05d9\u05ea\u05d9 \u05e2\u05ea\u05d9\u05e7" },
|
||||
{ "Deva", "\u05d3\u05d5\u05d5\u05d0\u05e0\u05d2\u05e8\u05d9" },
|
||||
{ "Egyp", "\u05db\u05ea\u05d1 \u05d7\u05e8\u05d8\u05d5\u05de\u05d9\u05dd" },
|
||||
{ "Ethi", "\u05d0\u05ea\u05d9\u05d5\u05e4\u05d9" },
|
||||
{ "Geor", "\u05d2\u05d0\u05d5\u05e8\u05d2\u05d9" },
|
||||
{ "Goth", "\u05d2\u05d5\u05ea\u05d9" },
|
||||
{ "Grek", "\u05d9\u05d5\u05d5\u05e0\u05d9" },
|
||||
{ "Gujr", "\u05d2\u05d5\u05d2'\u05e8\u05d8\u05d9" },
|
||||
{ "Guru", "\u05d2\u05d5\u05e8\u05de\u05d5\u05e7\u05d9" },
|
||||
{ "Hang", "\u05d4\u05d0\u05e0\u05d2\u05d5\u05dc" },
|
||||
{ "Hani", "\u05d4\u05d0\u05df" },
|
||||
{ "Hans", "\u05d4\u05d0\u05df \u05de\u05e4\u05d5\u05e9\u05d8" },
|
||||
{ "Hant", "\u05d4\u05d0\u05df \u05de\u05e1\u05d5\u05e8\u05ea\u05d9" },
|
||||
{ "Hebr", "\u05e2\u05d1\u05e8\u05d9" },
|
||||
{ "Hira", "\u05d4\u05d9\u05e8\u05d2\u05d0\u05e0\u05d4" },
|
||||
{ "Hung", "\u05d4\u05d5\u05e0\u05d2\u05e8\u05d9 \u05e2\u05ea\u05d9\u05e7" },
|
||||
{ "Inds", "\u05d0\u05d9\u05e0\u05d3\u05d5\u05e1" },
|
||||
{ "Ital", "\u05d0\u05d9\u05d8\u05dc\u05e7\u05d9 \u05e2\u05ea\u05d9\u05e7" },
|
||||
{ "Jpan", "\u05d9\u05e4\u05e0\u05d9" },
|
||||
{ "Kana", "\u05e7\u05d8\u05e7\u05d0\u05e0\u05d4" },
|
||||
{ "Khmr", "\u05e7\u05de\u05e8\u05d9\u05ea" },
|
||||
{ "Knda", "\u05e7\u05d0\u05e0\u05d3\u05d4" },
|
||||
{ "Kore", "\u05e7\u05d5\u05e8\u05d9\u05d0\u05e0\u05d9" },
|
||||
{ "Laoo", "\u05dc\u05d0\u05d9\u05ea" },
|
||||
{ "Latg", "\u05dc\u05d8\u05d9\u05e0\u05d9 \u05d2\u05d0\u05dc\u05d9" },
|
||||
{ "Latn", "\u05dc\u05d8\u05d9\u05e0\u05d9" },
|
||||
{ "Mlym", "\u05de\u05dc\u05d9\u05d0\u05dc\u05d0\u05dd" },
|
||||
{ "Mong", "\u05de\u05d5\u05e0\u05d2\u05d5\u05dc\u05d9" },
|
||||
{ "Mymr", "\u05de\u05d9\u05d0\u05e0\u05de\u05e8" },
|
||||
{ "Orya", "\u05d0\u05d5\u05e8\u05d9\u05d9\u05d4" },
|
||||
{ "Phnx", "\u05e4\u05d9\u05e0\u05d9\u05e7\u05d9" },
|
||||
{ "Runr", "\u05e8\u05d5\u05e0\u05d9" },
|
||||
{ "Sinh", "\u05e1\u05d9\u05e0\u05d4\u05dc\u05d4" },
|
||||
{ "Syrc", "\u05e1\u05d5\u05e8\u05d9" },
|
||||
{ "Syrj", "\u05e1\u05d5\u05e8\u05d9 \u05de\u05e2\u05e8\u05d1\u05d9" },
|
||||
{ "Syrn", "\u05e1\u05d5\u05e8\u05d9 \u05de\u05d6\u05e8\u05d7\u05d9" },
|
||||
{ "Taml", "\u05d8\u05de\u05d9\u05dc" },
|
||||
{ "Telu", "\u05d8\u05dc\u05d5\u05d2\u05d5" },
|
||||
{ "Tglg", "\u05d8\u05d2\u05dc\u05d5\u05d2" },
|
||||
{ "Thaa", "\u05db\u05ea\u05d1 \u05d8\u05d0\u05e0\u05d4" },
|
||||
{ "Thai", "\u05ea\u05d0\u05d9" },
|
||||
{ "Tibt", "\u05d8\u05d9\u05d1\u05d8\u05d9" },
|
||||
{ "Ugar", "\u05d0\u05d5\u05d2\u05e8\u05d9\u05ea\u05d9" },
|
||||
{ "Xpeo", "\u05e4\u05e8\u05e1\u05d9 \u05e2\u05ea\u05d9\u05e7" },
|
||||
{ "Zsym", "\u05e1\u05de\u05dc\u05d9\u05dd" },
|
||||
{ "Zxxx", "\u05dc\u05d0 \u05db\u05ea\u05d5\u05d1" },
|
||||
{ "Zyyy", "\u05e8\u05d2\u05d9\u05dc" },
|
||||
{ "Zzzz", "\u05db\u05ea\u05d1 \u05dc\u05d0 \u05d9\u05d3\u05d5\u05e2 \u05d0\u05d5 \u05dc\u05d0 \u05ea\u05e7\u05e3" },
|
||||
{ "de_AT", "\u05d2\u05e8\u05de\u05e0\u05d9\u05ea \u05d0\u05d5\u05e1\u05d8\u05e8\u05d9\u05ea" },
|
||||
{ "de_CH", "\u05d2\u05e8\u05de\u05e0\u05d9\u05ea \u05e9\u05d5\u05d5\u05d9\u05e6\u05e8\u05d9\u05ea (\u05d2\u05d1\u05d5\u05d4\u05d4)" },
|
||||
{ "en_AU", "\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05ea" },
|
||||
{ "en_CA", "\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05e7\u05e0\u05d3\u05d9\u05ea" },
|
||||
{ "en_GB", "\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea" },
|
||||
{ "en_US", "\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea \u05d0\u05de\u05e8\u05d9\u05e7\u05e0\u05d9\u05ea" },
|
||||
{ "es_ES", "\u05e1\u05e4\u05e8\u05d3\u05d9\u05ea \u05d0\u05d9\u05d1\u05e8\u05d9\u05ea" },
|
||||
{ "fr_CA", "\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea \u05e7\u05e0\u05d3\u05d9\u05ea" },
|
||||
{ "fr_CH", "\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea \u05e9\u05d5\u05d5\u05d9\u05e6\u05e8\u05d9\u05ea" },
|
||||
{ "nl_BE", "\u05e4\u05dc\u05de\u05d9\u05ea" },
|
||||
{ "pt_BR", "\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05d6\u05d9\u05ea \u05d1\u05e8\u05d6\u05d9\u05dc\u05d0\u05d9\u05ea" },
|
||||
{ "pt_PT", "\u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc\u05d9\u05ea \u05d0\u05d9\u05e8\u05d5\u05e4\u05d9\u05ea" },
|
||||
{ "es_419", "\u05e1\u05e4\u05e8\u05d3\u05d9\u05ea \u05dc\u05d8\u05d9\u05e0\u05d5\u05be\u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea" },
|
||||
{ "zh_Hans", "\u05e1\u05d9\u05e0\u05d9\u05ea (\u05de\u05e4\u05d5\u05e9\u05d8\u05ea)" },
|
||||
{ "zh_Hant", "\u05e1\u05d9\u05e0\u05d9\u05ea \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\u05ea" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
752
jdkSrc/jdk8/sun/util/resources/cldr/he/TimeZoneNames_he.java
Normal file
752
jdkSrc/jdk8/sun/util/resources/cldr/he/TimeZoneNames_he.java
Normal file
@@ -0,0 +1,752 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation. Oracle designates this
|
||||
* particular file as subject to the "Classpath" exception as provided
|
||||
* by Oracle in the LICENSE file that accompanied this code.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT AND PERMISSION NOTICE
|
||||
*
|
||||
* Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
|
||||
* the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of the Unicode data files and any associated documentation (the "Data
|
||||
* Files") or Unicode software and any associated documentation (the
|
||||
* "Software") to deal in the Data Files or Software without restriction,
|
||||
* including without limitation the rights to use, copy, modify, merge,
|
||||
* publish, distribute, and/or sell copies of the Data Files or Software, and
|
||||
* to permit persons to whom the Data Files or Software are furnished to do so,
|
||||
* provided that (a) the above copyright notice(s) and this permission notice
|
||||
* appear with all copies of the Data Files or Software, (b) both the above
|
||||
* copyright notice(s) and this permission notice appear in associated
|
||||
* documentation, and (c) there is clear notice in each modified Data File or
|
||||
* in the Software as well as in the documentation associated with the Data
|
||||
* File(s) or Software that the data or software has been modified.
|
||||
*
|
||||
* THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
||||
* KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
|
||||
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
|
||||
* CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THE DATA FILES OR SOFTWARE.
|
||||
*
|
||||
* Except as contained in this notice, the name of a copyright holder shall not
|
||||
* be used in advertising or otherwise to promote the sale, use or other
|
||||
* dealings in these Data Files or Software without prior written authorization
|
||||
* of the copyright holder.
|
||||
*/
|
||||
|
||||
package sun.util.resources.cldr.he;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public class TimeZoneNames_he extends TimeZoneNamesBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final String[] Africa_Central = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e8\u05db\u05d6 \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4",
|
||||
"CAT",
|
||||
"Central Africa Summer Time",
|
||||
"CAST",
|
||||
"Central Africa Time",
|
||||
"CAT",
|
||||
};
|
||||
final String[] Moscow = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05d5\u05e1\u05e7\u05d1\u05d4",
|
||||
"MST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05d5\u05e1\u05e7\u05d1\u05d4",
|
||||
"MST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05d5\u05e1\u05e7\u05d1\u05d4",
|
||||
"MT",
|
||||
};
|
||||
final String[] Argentina = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4",
|
||||
"AST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4",
|
||||
"AST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4",
|
||||
"AT",
|
||||
};
|
||||
final String[] Hovd = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d7\u05d5\u05d1\u05d3",
|
||||
"HST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d7\u05d5\u05d1\u05d3",
|
||||
"HST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d7\u05d5\u05d1\u05d3",
|
||||
"HT",
|
||||
};
|
||||
final String[] Magadan = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05d2\u05d3\u05df",
|
||||
"MST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05d2\u05d3\u05df",
|
||||
"MST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05d2\u05d3\u05df",
|
||||
"MT",
|
||||
};
|
||||
final String[] Australia_CentralWestern = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05e8\u05db\u05d6 \u05de\u05e2\u05e8\u05d1 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"ACWST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05e8\u05db\u05d6 \u05de\u05e2\u05e8\u05d1 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"ACWDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05e2\u05e8\u05d1 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"ACWT",
|
||||
};
|
||||
final String[] Europe_Central = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05e8\u05db\u05d6 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4",
|
||||
"CEST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05e8\u05db\u05d6 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4",
|
||||
"CEST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e8\u05db\u05d6 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4",
|
||||
"CET",
|
||||
};
|
||||
final String[] Sakhalin = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05e1\u05d7\u05dc\u05d9\u05df",
|
||||
"SST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05e1\u05d7\u05dc\u05d9\u05df",
|
||||
"SST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e1\u05d7\u05dc\u05d9\u05df",
|
||||
"ST",
|
||||
};
|
||||
final String[] Macquarie = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e7\u05d5\u05d5\u05d0\u05e8\u05d9",
|
||||
"MIT",
|
||||
"Macquarie Island Summer Time",
|
||||
"MIST",
|
||||
"Macquarie Island Time",
|
||||
"MIT",
|
||||
};
|
||||
final String[] America_Eastern = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05e9\u05dc \u05d4\u05d7\u05d5\u05e3 \u05d4\u05de\u05d6\u05e8\u05d7\u05d9",
|
||||
"EST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05d6\u05e8\u05d7 \u05d0\u05e8\u05d4\u05f4\u05d1",
|
||||
"EDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d4\u05d7\u05d5\u05e3 \u05d4\u05de\u05d6\u05e8\u05d7\u05d9",
|
||||
"ET",
|
||||
};
|
||||
final String[] Hawaii_Aleutian = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d4\u05d0\u05d9\u05d9\u05dd \u05d4\u05d0\u05dc\u05d0\u05d5\u05d8\u05d9\u05d9\u05dd \u05d4\u05d5\u05d5\u05d0\u05d9",
|
||||
"HAST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d4\u05d0\u05d9\u05d9\u05dd \u05d4\u05d0\u05dc\u05d0\u05d5\u05d8\u05d9\u05d9\u05dd \u05d4\u05d5\u05d5\u05d0\u05d9",
|
||||
"HADT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d4\u05d0\u05d9\u05d9\u05dd \u05d4\u05d0\u05dc\u05d0\u05d5\u05d8\u05d9\u05d9\u05dd \u05d4\u05d5\u05d5\u05d0\u05d9",
|
||||
"HAT",
|
||||
};
|
||||
final String[] Australia_Central = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05e8\u05db\u05d6 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"ACST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05e8\u05db\u05d6 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"ACDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e8\u05db\u05d6 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"CAT",
|
||||
};
|
||||
final String[] Lord_Howe = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05e9\u05dc \u05d0\u05d9 \u05d4\u05dc\u05d5\u05e8\u05d3 \u05d4\u05d0\u05d5",
|
||||
"LHST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05e9\u05dc \u05d0\u05d9 \u05d4\u05dc\u05d5\u05e8\u05d3 \u05d4\u05d0\u05d5",
|
||||
"LHDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e9\u05dc \u05d0\u05d9 \u05d4\u05dc\u05d5\u05e8\u05d3 \u05d4\u05d0\u05d5",
|
||||
"LHT",
|
||||
};
|
||||
final String[] Yakutsk = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d9\u05e7\u05d5\u05d8\u05e1\u05e7",
|
||||
"YST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d9\u05e7\u05d5\u05d8\u05e1\u05e7",
|
||||
"YST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d9\u05e7\u05d5\u05d8\u05e1\u05e7",
|
||||
"YT",
|
||||
};
|
||||
final String[] America_Pacific = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d4\u05d0\u05d5\u05e7\u05d9\u05d9\u05e0\u05d5\u05e1 \u05d4\u05e9\u05e7\u05d8",
|
||||
"PST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5, \u05de\u05e2\u05e8\u05d1 \u05d0\u05e8\u05d4\u05f4\u05d1 (\u05dc\u05d5\u05e1 \u05d0\u05e0\u05d2\u05f3\u05dc\u05e1)",
|
||||
"PDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e2\u05e8\u05d1 \u05d0\u05e8\u05d4\u05f4\u05d1 (\u05dc\u05d5\u05e1 \u05d0\u05e0\u05d2\u05f3\u05dc\u05e1)",
|
||||
"PT",
|
||||
};
|
||||
final String[] Africa_Eastern = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05d6\u05e8\u05d7 \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4",
|
||||
"EAT",
|
||||
"East Africa Summer Time",
|
||||
"EAST",
|
||||
"East Africa Time",
|
||||
"EAT",
|
||||
};
|
||||
final String[] Europe_Western = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05e2\u05e8\u05d1 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4",
|
||||
"WEST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05e2\u05e8\u05d1 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4",
|
||||
"WEST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e2\u05e8\u05d1 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4",
|
||||
"WET",
|
||||
};
|
||||
final String[] Europe_Eastern = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05d6\u05e8\u05d7 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4",
|
||||
"EEST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05d6\u05e8\u05d7 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4",
|
||||
"EEST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05d6\u05e8\u05d7 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d4",
|
||||
"EET",
|
||||
};
|
||||
final String[] Newfoundland = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05e0\u05d9\u05d5\u05e4\u05d0\u05d5\u05e0\u05d3\u05dc\u05e0\u05d3",
|
||||
"NST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05e0\u05d9\u05d5\u05e4\u05d0\u05d5\u05e0\u05d3\u05dc\u05e0\u05d3",
|
||||
"NDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e0\u05d9\u05d5\u05e4\u05d0\u05d5\u05e0\u05d3\u05dc\u05e0\u05d3",
|
||||
"NT",
|
||||
};
|
||||
final String[] Argentina_Western = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05e2\u05e8\u05d1 \u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4",
|
||||
"WAST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05e2\u05e8\u05d1 \u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4",
|
||||
"WAST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e2\u05e8\u05d1 \u05d0\u05e8\u05d2\u05e0\u05d8\u05d9\u05e0\u05d4",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Atlantic = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d0\u05d8\u05dc\u05e0\u05d8\u05d9 \u05ea\u05e7\u05e0\u05d9",
|
||||
"AST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d0\u05d8\u05dc\u05e0\u05d8\u05d9",
|
||||
"ADT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d0\u05d8\u05dc\u05e0\u05d8\u05d9",
|
||||
"AT",
|
||||
};
|
||||
final String[] Africa_Western = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05e2\u05e8\u05d1 \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4",
|
||||
"WAST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5, \u05de\u05e2\u05e8\u05d1 \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4",
|
||||
"WAST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e2\u05e8\u05d1 \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4",
|
||||
"WAT",
|
||||
};
|
||||
final String[] GMT = new String[] {
|
||||
"\u05d6\u05de\u05df \u05d2\u05e8\u05d9\u05e0\u05d9\u05e5\u05f3",
|
||||
"GMT",
|
||||
"Greenwich Summer Time",
|
||||
"GST",
|
||||
"Greenwich Time",
|
||||
"GT",
|
||||
};
|
||||
final String[] Yekaterinburg = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d9\u05e7\u05d8\u05e8\u05d9\u05e0\u05d1\u05d5\u05e8\u05d2",
|
||||
"YST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d9\u05e7\u05d8\u05e8\u05d9\u05e0\u05d1\u05d5\u05e8\u05d2",
|
||||
"YST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d9\u05e7\u05d8\u05e8\u05d9\u05e0\u05d1\u05d5\u05e8\u05d2",
|
||||
"YT",
|
||||
};
|
||||
final String[] Volgograd = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d5\u05d5\u05dc\u05d2\u05d5\u05d2\u05e8\u05d3",
|
||||
"VST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d5\u05d5\u05dc\u05d2\u05d5\u05d2\u05e8\u05d3",
|
||||
"VST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d5\u05d5\u05dc\u05d2\u05d5\u05d2\u05e8\u05d3",
|
||||
"VT",
|
||||
};
|
||||
final String[] Israel = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d9\u05e9\u05e8\u05d0\u05dc",
|
||||
"IST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d9\u05e9\u05e8\u05d0\u05dc",
|
||||
"IDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d9\u05e9\u05e8\u05d0\u05dc",
|
||||
"IT",
|
||||
};
|
||||
final String[] Indonesia_Central = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e8\u05db\u05d6 \u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05d4",
|
||||
"CIT",
|
||||
"Central Indonesia Summer Time",
|
||||
"CIST",
|
||||
"Central Indonesia Time",
|
||||
"CIT",
|
||||
};
|
||||
final String[] Africa_Southern = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d3\u05e8\u05d5\u05dd \u05d0\u05e4\u05e8\u05d9\u05e7\u05d4",
|
||||
"SAST",
|
||||
"South Africa Daylight Time",
|
||||
"SADT",
|
||||
"South Africa Time",
|
||||
"SAT",
|
||||
};
|
||||
final String[] Indonesia_Eastern = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05d6\u05e8\u05d7 \u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05d4",
|
||||
"EIT",
|
||||
"Eastern Indonesia Summer Time",
|
||||
"EIST",
|
||||
"Eastern Indonesia Time",
|
||||
"EIT",
|
||||
};
|
||||
final String[] Omsk = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d0\u05d5\u05de\u05e1\u05e7",
|
||||
"OST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d0\u05d5\u05de\u05e1\u05e7",
|
||||
"OST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d0\u05d5\u05de\u05e1\u05e7",
|
||||
"OT",
|
||||
};
|
||||
final String[] Australia_Western = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05e2\u05e8\u05d1 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"AWST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05e2\u05e8\u05d1 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"AWDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e2\u05e8\u05d1 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Indonesia_Western = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e2\u05e8\u05d1 \u05d0\u05d9\u05e0\u05d3\u05d5\u05e0\u05d6\u05d9\u05d4",
|
||||
"WIT",
|
||||
"Western Indonesia Summer Time",
|
||||
"WIST",
|
||||
"Western Indonesia Time",
|
||||
"WIT",
|
||||
};
|
||||
final String[] Mongolia = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d0\u05d5\u05dc\u05df \u05d1\u05d8\u05d5\u05e8",
|
||||
"UBST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d0\u05d5\u05dc\u05df \u05d1\u05d8\u05d5\u05e8",
|
||||
"UBST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d0\u05d5\u05dc\u05df \u05d1\u05d8\u05d5\u05e8",
|
||||
"UBT",
|
||||
};
|
||||
final String[] America_Central = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05e8\u05db\u05d6 \u05d0\u05e8\u05d4\"\u05d1",
|
||||
"CST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5, \u05de\u05e8\u05db\u05d6 \u05d0\u05e8\u05d4\u05f4\u05d1",
|
||||
"CDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e8\u05db\u05d6 \u05d0\u05e8\u05d4\u05f4\u05d1 (\u05d0\u05de\u05e8\u05d9\u05e7\u05d4/\u05e9\u05d9\u05e7\u05d2\u05d5)",
|
||||
"CT",
|
||||
};
|
||||
final String[] Australia_Eastern = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05de\u05d6\u05e8\u05d7 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"AEST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05de\u05d6\u05e8\u05d7 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"AEDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05d6\u05e8\u05d7 \u05d0\u05d5\u05e1\u05d8\u05e8\u05dc\u05d9\u05d4",
|
||||
"EAT",
|
||||
};
|
||||
final String[] America_Mountain = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d0\u05d6\u05d5\u05e8 \u05d4\u05d4\u05e8\u05d9\u05dd",
|
||||
"MST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5, \u05d0\u05d6\u05d5\u05e8 \u05d4\u05d4\u05e8\u05d9\u05dd \u05d1\u05d0\u05e8\u05d4\u05f4\u05d1",
|
||||
"MDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d0\u05d6\u05d5\u05e8 \u05d4\u05d4\u05e8\u05d9\u05dd \u05d1\u05d0\u05e8\u05d4\u05f4\u05d1 (\u05d3\u05e0\u05d5\u05d5\u05e8)",
|
||||
"MT",
|
||||
};
|
||||
final String[] Alaska = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d0\u05dc\u05e1\u05e7\u05d4",
|
||||
"AKST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d0\u05dc\u05e1\u05e7\u05d4",
|
||||
"AKDT",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d0\u05dc\u05e1\u05e7\u05d4",
|
||||
"AKT",
|
||||
};
|
||||
final String[] Novosibirsk = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05e0\u05d5\u05d1\u05d5\u05e1\u05d9\u05d1\u05d9\u05e8\u05e1\u05e7",
|
||||
"NST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05e0\u05d5\u05d1\u05d5\u05e1\u05d9\u05d1\u05d9\u05e8\u05e1\u05e7",
|
||||
"NST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e0\u05d5\u05d1\u05d5\u05e1\u05d9\u05d1\u05d9\u05e8\u05e1\u05e7",
|
||||
"NT",
|
||||
};
|
||||
final String[] Vladivostok = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d5\u05dc\u05d3\u05d9\u05d5\u05d5\u05e1\u05d8\u05d5\u05e7",
|
||||
"VST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d5\u05dc\u05d3\u05d9\u05d5\u05d5\u05e1\u05d8\u05d5\u05e7",
|
||||
"VST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d5\u05dc\u05d3\u05d9\u05d5\u05d5\u05e1\u05d8\u05d5\u05e7",
|
||||
"VT",
|
||||
};
|
||||
final String[] Irkutsk = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d0\u05d9\u05e8\u05e7\u05d5\u05d8\u05e1\u05e7",
|
||||
"IST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d0\u05d9\u05e8\u05e7\u05d5\u05d8\u05e1\u05e7",
|
||||
"IST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d0\u05d9\u05e8\u05e7\u05d5\u05d8\u05e1\u05e7",
|
||||
"IT",
|
||||
};
|
||||
final String[] Noronha = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05e4\u05e8\u05e0\u05e0\u05d3\u05d5 \u05d3\u05d4 \u05e0\u05d5\u05e8\u05d5\u05e0\u05d9\u05d4",
|
||||
"FNST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05e4\u05e8\u05e0\u05e0\u05d3\u05d5 \u05d3\u05d4 \u05e0\u05d5\u05e8\u05d5\u05e0\u05d9\u05d4",
|
||||
"FNST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e4\u05e8\u05e0\u05e0\u05d3\u05d5 \u05d3\u05d4 \u05e0\u05d5\u05e8\u05d5\u05e0\u05d9\u05d4",
|
||||
"FNT",
|
||||
};
|
||||
final String[] Choibalsan = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05e6'\u05d5\u05d9\u05d1\u05dc\u05e1\u05df",
|
||||
"CST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05e6'\u05d5\u05d9\u05d1\u05dc\u05e1\u05df",
|
||||
"CST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e6'\u05d5\u05d9\u05d1\u05dc\u05e1\u05df",
|
||||
"CT",
|
||||
};
|
||||
final String[] Brasilia = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d1\u05e8\u05d6\u05d9\u05dc\u05d9\u05d4",
|
||||
"BST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d1\u05e8\u05d6\u05d9\u05dc\u05d9\u05d4",
|
||||
"BST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d1\u05e8\u05d6\u05d9\u05dc\u05d9\u05d4",
|
||||
"BT",
|
||||
};
|
||||
final String[] Krasnoyarsk = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05e7\u05e8\u05e1\u05e0\u05d5\u05d9\u05d0\u05e8\u05e1\u05e7",
|
||||
"KST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05e7\u05e8\u05e1\u05e0\u05d5\u05d9\u05d0\u05e8\u05e1\u05e7",
|
||||
"KST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05e8\u05e1\u05e0\u05d5\u05d9\u05d0\u05e8\u05e1\u05e7",
|
||||
"KT",
|
||||
};
|
||||
final String[] Kazakhstan_Western = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05e2\u05e8\u05d1 \u05e7\u05d6\u05d7\u05e1\u05d8\u05df",
|
||||
"WKT",
|
||||
"West Kazakhstan Summer Time",
|
||||
"WKST",
|
||||
"West Kazakhstan Time",
|
||||
"WKT",
|
||||
};
|
||||
final String[] Amazon = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e8\u05d2\u05d9\u05dc \u05d0\u05d6\u05d5\u05e8 \u05d4\u05d0\u05de\u05d6\u05d5\u05e0\u05e1",
|
||||
"AST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05e7\u05d9\u05e5 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05d0\u05de\u05d6\u05d5\u05e0\u05e1",
|
||||
"AST",
|
||||
"\u05e9\u05e2\u05d5\u05df \u05d0\u05d6\u05d5\u05e8 \u05d4\u05d0\u05de\u05d6\u05d5\u05e0\u05e1",
|
||||
"AT",
|
||||
};
|
||||
final String[] Kazakhstan_Eastern = new String[] {
|
||||
"\u05e9\u05e2\u05d5\u05df \u05de\u05d6\u05e8\u05d7 \u05e7\u05d6\u05d7\u05e1\u05d8\u05df",
|
||||
"EKT",
|
||||
"East Kazakhstan Summer Time",
|
||||
"EKST",
|
||||
"East Kazakhstan Time",
|
||||
"EKT",
|
||||
};
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "America/Los_Angeles", America_Pacific },
|
||||
{ "America/Denver", America_Mountain },
|
||||
{ "America/Phoenix", America_Mountain },
|
||||
{ "America/Chicago", America_Central },
|
||||
{ "America/New_York", America_Eastern },
|
||||
{ "America/Indianapolis", America_Eastern },
|
||||
{ "Pacific/Honolulu", Hawaii_Aleutian },
|
||||
{ "America/Anchorage", Alaska },
|
||||
{ "America/Halifax", Atlantic },
|
||||
{ "America/Sitka", Alaska },
|
||||
{ "America/St_Johns", Newfoundland },
|
||||
{ "Europe/Paris", Europe_Central },
|
||||
{ "GMT", GMT },
|
||||
{ "Africa/Casablanca", Europe_Western },
|
||||
{ "Asia/Jerusalem", Israel },
|
||||
{ "Europe/Bucharest", Europe_Eastern },
|
||||
{ "America/Cuiaba", Amazon },
|
||||
{ "Asia/Aqtobe", Kazakhstan_Western },
|
||||
{ "Asia/Vladivostok", Vladivostok },
|
||||
{ "Africa/Nairobi", Africa_Eastern },
|
||||
{ "Africa/Libreville", Africa_Western },
|
||||
{ "America/Marigot", Atlantic },
|
||||
{ "Asia/Aqtau", Kazakhstan_Western },
|
||||
{ "Africa/Maputo", Africa_Central },
|
||||
{ "America/El_Salvador", America_Central },
|
||||
{ "America/Kentucky/Monticello", America_Eastern },
|
||||
{ "Asia/Pontianak", Indonesia_Western },
|
||||
{ "Africa/El_Aaiun", Europe_Western },
|
||||
{ "Africa/Ouagadougou", GMT },
|
||||
{ "America/Coral_Harbour", America_Eastern },
|
||||
{ "Africa/Cairo", Europe_Eastern },
|
||||
{ "Africa/Mbabane", Africa_Southern },
|
||||
{ "America/Aruba", Atlantic },
|
||||
{ "America/North_Dakota/Center", America_Central },
|
||||
{ "America/Guatemala", America_Central },
|
||||
{ "Australia/Hobart", Australia_Eastern },
|
||||
{ "Europe/London", GMT },
|
||||
{ "America/Cayman", America_Eastern },
|
||||
{ "Asia/Ulaanbaatar", Mongolia },
|
||||
{ "America/Belize", America_Central },
|
||||
{ "America/Panama", America_Eastern },
|
||||
{ "Europe/San_Marino", Europe_Central },
|
||||
{ "America/Indiana/Tell_City", America_Central },
|
||||
{ "America/Tijuana", America_Pacific },
|
||||
{ "America/Managua", America_Central },
|
||||
{ "America/Indiana/Petersburg", America_Eastern },
|
||||
{ "Europe/Brussels", Europe_Central },
|
||||
{ "Africa/Douala", Africa_Western },
|
||||
{ "America/Chihuahua", America_Central },
|
||||
{ "America/Ojinaga", America_Central },
|
||||
{ "Asia/Hovd", Hovd },
|
||||
{ "Europe/Warsaw", Europe_Central },
|
||||
{ "Europe/Jersey", GMT },
|
||||
{ "America/Tegucigalpa", America_Central },
|
||||
{ "Europe/Istanbul", Europe_Eastern },
|
||||
{ "Asia/Damascus", Europe_Eastern },
|
||||
{ "America/Eirunepe", Amazon },
|
||||
{ "Europe/Luxembourg", Europe_Central },
|
||||
{ "America/Argentina/San_Luis", Argentina_Western },
|
||||
{ "America/Argentina/Ushuaia", Argentina },
|
||||
{ "Atlantic/Reykjavik", GMT },
|
||||
{ "Europe/Zaporozhye", Europe_Eastern },
|
||||
{ "Africa/Brazzaville", Africa_Western },
|
||||
{ "Africa/Porto-Novo", Africa_Western },
|
||||
{ "Atlantic/St_Helena", GMT },
|
||||
{ "Africa/Dar_es_Salaam", Africa_Eastern },
|
||||
{ "Europe/Guernsey", GMT },
|
||||
{ "Atlantic/Madeira", Europe_Western },
|
||||
{ "America/Thunder_Bay", America_Eastern },
|
||||
{ "America/Grand_Turk", America_Eastern },
|
||||
{ "Africa/Addis_Ababa", Africa_Eastern },
|
||||
{ "Europe/Uzhgorod", Europe_Eastern },
|
||||
{ "America/Indiana/Marengo", America_Eastern },
|
||||
{ "Africa/Kigali", Africa_Central },
|
||||
{ "Asia/Almaty", Kazakhstan_Eastern },
|
||||
{ "America/Creston", America_Mountain },
|
||||
{ "Europe/Isle_of_Man", GMT },
|
||||
{ "America/Araguaina", Brasilia },
|
||||
{ "America/Mexico_City", America_Central },
|
||||
{ "Asia/Novosibirsk", Novosibirsk },
|
||||
{ "America/Argentina/Salta", Argentina },
|
||||
{ "Africa/Tunis", Europe_Central },
|
||||
{ "Europe/Andorra", Europe_Central },
|
||||
{ "Africa/Tripoli", Europe_Eastern },
|
||||
{ "Africa/Banjul", GMT },
|
||||
{ "Indian/Comoro", Africa_Eastern },
|
||||
{ "America/Matamoros", America_Central },
|
||||
{ "America/Blanc-Sablon", Atlantic },
|
||||
{ "Europe/Kaliningrad", GMT },
|
||||
{ "Africa/Windhoek", Africa_Western },
|
||||
{ "Europe/Lisbon", Europe_Western },
|
||||
{ "Europe/Oslo", Europe_Central },
|
||||
{ "Africa/Mogadishu", Africa_Eastern },
|
||||
{ "Asia/Novokuznetsk", Novosibirsk },
|
||||
{ "Australia/Perth", Australia_Western },
|
||||
{ "CST6CDT", America_Central },
|
||||
{ "Atlantic/Canary", Europe_Western },
|
||||
{ "America/Manaus", Amazon },
|
||||
{ "Africa/Lome", GMT },
|
||||
{ "America/Menominee", America_Central },
|
||||
{ "America/Adak", Hawaii_Aleutian },
|
||||
{ "Africa/Freetown", GMT },
|
||||
{ "Europe/Malta", Europe_Central },
|
||||
{ "America/Resolute", America_Central },
|
||||
{ "Africa/Asmera", Africa_Eastern },
|
||||
{ "Africa/Kampala", Africa_Eastern },
|
||||
{ "Asia/Krasnoyarsk", Krasnoyarsk },
|
||||
{ "America/Argentina/Rio_Gallegos", Argentina },
|
||||
{ "Africa/Malabo", Africa_Western },
|
||||
{ "Europe/Skopje", Europe_Central },
|
||||
{ "America/Edmonton", America_Mountain },
|
||||
{ "Europe/Podgorica", Europe_Central },
|
||||
{ "America/Catamarca", Argentina },
|
||||
{ "Europe/Sarajevo", Europe_Central },
|
||||
{ "Africa/Bujumbura", Africa_Central },
|
||||
{ "America/Santo_Domingo", Atlantic },
|
||||
{ "Europe/Minsk", Europe_Eastern },
|
||||
{ "America/Glace_Bay", Atlantic },
|
||||
{ "Africa/Lagos", Africa_Western },
|
||||
{ "Europe/Kiev", Europe_Eastern },
|
||||
{ "America/Cordoba", Argentina },
|
||||
{ "Europe/Rome", Europe_Central },
|
||||
{ "Asia/Magadan", Magadan },
|
||||
{ "America/Port-au-Prince", America_Eastern },
|
||||
{ "America/St_Barthelemy", Atlantic },
|
||||
{ "Africa/Luanda", Africa_Western },
|
||||
{ "America/Nipigon", America_Eastern },
|
||||
{ "America/Regina", America_Central },
|
||||
{ "America/Dawson_Creek", America_Mountain },
|
||||
{ "Africa/Algiers", Europe_Central },
|
||||
{ "Europe/Mariehamn", Europe_Eastern },
|
||||
{ "America/St_Thomas", Atlantic },
|
||||
{ "Europe/Zurich", Europe_Central },
|
||||
{ "America/Anguilla", Atlantic },
|
||||
{ "Europe/Vilnius", Europe_Eastern },
|
||||
{ "America/Fortaleza", Brasilia },
|
||||
{ "Africa/Bamako", GMT },
|
||||
{ "America/Hermosillo", America_Mountain },
|
||||
{ "America/Cancun", America_Central },
|
||||
{ "Africa/Maseru", Africa_Southern },
|
||||
{ "Europe/Gibraltar", Europe_Central },
|
||||
{ "Africa/Conakry", GMT },
|
||||
{ "Africa/Kinshasa", Africa_Western },
|
||||
{ "Australia/Sydney", Australia_Eastern },
|
||||
{ "Africa/Lubumbashi", Africa_Central },
|
||||
{ "America/St_Lucia", Atlantic },
|
||||
{ "Europe/Madrid", Europe_Central },
|
||||
{ "America/Bahia_Banderas", America_Central },
|
||||
{ "America/Montserrat", Atlantic },
|
||||
{ "America/Santa_Isabel", America_Pacific },
|
||||
{ "America/Cambridge_Bay", America_Mountain },
|
||||
{ "Asia/Choibalsan", Choibalsan },
|
||||
{ "Asia/Omsk", Omsk },
|
||||
{ "Indian/Antananarivo", Africa_Eastern },
|
||||
{ "Europe/Vaduz", Europe_Central },
|
||||
{ "Australia/Brisbane", Australia_Eastern },
|
||||
{ "Indian/Mayotte", Africa_Eastern },
|
||||
{ "America/Barbados", Atlantic },
|
||||
{ "Europe/Volgograd", Volgograd },
|
||||
{ "Asia/Yekaterinburg", Yekaterinburg },
|
||||
{ "America/Louisville", America_Eastern },
|
||||
{ "America/Lower_Princes", Atlantic },
|
||||
{ "America/Vancouver", America_Pacific },
|
||||
{ "Africa/Blantyre", Africa_Central },
|
||||
{ "America/Rio_Branco", Amazon },
|
||||
{ "America/Danmarkshavn", GMT },
|
||||
{ "America/Detroit", America_Eastern },
|
||||
{ "Pacific/Johnston", Hawaii_Aleutian },
|
||||
{ "Europe/Ljubljana", Europe_Central },
|
||||
{ "America/Sao_Paulo", Brasilia },
|
||||
{ "Asia/Jayapura", Indonesia_Eastern },
|
||||
{ "America/Thule", Atlantic },
|
||||
{ "America/Curacao", Atlantic },
|
||||
{ "Africa/Lusaka", Africa_Central },
|
||||
{ "America/Martinique", Atlantic },
|
||||
{ "Europe/Berlin", Europe_Central },
|
||||
{ "Europe/Moscow", Moscow },
|
||||
{ "Europe/Chisinau", Europe_Eastern },
|
||||
{ "America/Puerto_Rico", Atlantic },
|
||||
{ "America/Rankin_Inlet", America_Central },
|
||||
{ "America/Argentina/La_Rioja", Argentina },
|
||||
{ "Europe/Stockholm", Europe_Central },
|
||||
{ "Africa/Dakar", GMT },
|
||||
{ "America/Tortola", Atlantic },
|
||||
{ "Europe/Budapest", Europe_Central },
|
||||
{ "Australia/Eucla", Australia_CentralWestern },
|
||||
{ "America/Porto_Velho", Amazon },
|
||||
{ "Asia/Sakhalin", Sakhalin },
|
||||
{ "Europe/Zagreb", Europe_Central },
|
||||
{ "America/Port_of_Spain", Atlantic },
|
||||
{ "Europe/Helsinki", Europe_Eastern },
|
||||
{ "Asia/Beirut", Europe_Eastern },
|
||||
{ "Asia/Kamchatka", Magadan },
|
||||
{ "Africa/Harare", Africa_Central },
|
||||
{ "America/Nome", Alaska },
|
||||
{ "Africa/Sao_Tome", GMT },
|
||||
{ "Asia/Yakutsk", Yakutsk },
|
||||
{ "Europe/Tallinn", Europe_Eastern },
|
||||
{ "Africa/Khartoum", Africa_Eastern },
|
||||
{ "Africa/Johannesburg", Africa_Southern },
|
||||
{ "Africa/Ndjamena", Africa_Western },
|
||||
{ "America/Rainy_River", America_Central },
|
||||
{ "Africa/Bangui", Africa_Western },
|
||||
{ "Europe/Belgrade", Europe_Central },
|
||||
{ "Africa/Bissau", GMT },
|
||||
{ "Asia/Oral", Kazakhstan_Western },
|
||||
{ "America/Yellowknife", America_Mountain },
|
||||
{ "America/Juneau", Alaska },
|
||||
{ "America/Indiana/Vevay", America_Eastern },
|
||||
{ "Asia/Jakarta", Indonesia_Western },
|
||||
{ "Africa/Juba", Africa_Eastern },
|
||||
{ "America/Campo_Grande", Amazon },
|
||||
{ "America/Belem", Brasilia },
|
||||
{ "Africa/Ceuta", Europe_Central },
|
||||
{ "America/Jujuy", Argentina },
|
||||
{ "America/Recife", Brasilia },
|
||||
{ "America/Buenos_Aires", Argentina },
|
||||
{ "America/Bahia", Brasilia },
|
||||
{ "America/Goose_Bay", Atlantic },
|
||||
{ "America/Noronha", Noronha },
|
||||
{ "America/Swift_Current", America_Central },
|
||||
{ "Australia/Adelaide", Australia_Central },
|
||||
{ "America/Metlakatla", America_Pacific },
|
||||
{ "America/Pangnirtung", America_Eastern },
|
||||
{ "Africa/Djibouti", Africa_Eastern },
|
||||
{ "Europe/Simferopol", Europe_Eastern },
|
||||
{ "Europe/Sofia", Europe_Eastern },
|
||||
{ "Africa/Nouakchott", GMT },
|
||||
{ "Africa/Niamey", Africa_Western },
|
||||
{ "Europe/Prague", Europe_Central },
|
||||
{ "America/Indiana/Vincennes", America_Eastern },
|
||||
{ "America/Whitehorse", America_Pacific },
|
||||
{ "America/Kralendijk", Atlantic },
|
||||
{ "Europe/Samara", Moscow },
|
||||
{ "America/Antigua", Atlantic },
|
||||
{ "America/Montreal", America_Eastern },
|
||||
{ "Asia/Makassar", Indonesia_Central },
|
||||
{ "America/Argentina/San_Juan", Argentina },
|
||||
{ "America/Inuvik", America_Mountain },
|
||||
{ "America/Iqaluit", America_Eastern },
|
||||
{ "Antarctica/Macquarie", Macquarie },
|
||||
{ "Asia/Nicosia", Europe_Eastern },
|
||||
{ "America/Moncton", Atlantic },
|
||||
{ "Africa/Gaborone", Africa_Central },
|
||||
{ "America/Indiana/Winamac", America_Eastern },
|
||||
{ "America/Boa_Vista", Amazon },
|
||||
{ "America/St_Vincent", Atlantic },
|
||||
{ "Asia/Gaza", Europe_Eastern },
|
||||
{ "PST8PDT", America_Pacific },
|
||||
{ "America/Grenada", Atlantic },
|
||||
{ "Australia/Darwin", Australia_Central },
|
||||
{ "Atlantic/Faeroe", Europe_Western },
|
||||
{ "Asia/Qyzylorda", Kazakhstan_Eastern },
|
||||
{ "Europe/Bratislava", Europe_Central },
|
||||
{ "America/Yakutat", Alaska },
|
||||
{ "America/Ciudad_Juarez", America_Mountain },
|
||||
{ "America/Argentina/Tucuman", Argentina },
|
||||
{ "Antarctica/Casey", Australia_Western },
|
||||
{ "Europe/Copenhagen", Europe_Central },
|
||||
{ "Europe/Vienna", Europe_Central },
|
||||
{ "America/Merida", America_Central },
|
||||
{ "America/Mazatlan", America_Mountain },
|
||||
{ "Europe/Tirane", Europe_Central },
|
||||
{ "America/St_Kitts", Atlantic },
|
||||
{ "Arctic/Longyearbyen", Europe_Central },
|
||||
{ "Australia/Broken_Hill", Australia_Central },
|
||||
{ "Europe/Riga", Europe_Eastern },
|
||||
{ "America/Dominica", Atlantic },
|
||||
{ "America/Guadeloupe", Atlantic },
|
||||
{ "Asia/Hebron", Europe_Eastern },
|
||||
{ "Africa/Abidjan", GMT },
|
||||
{ "America/Mendoza", Argentina },
|
||||
{ "Africa/Monrovia", GMT },
|
||||
{ "America/Santarem", Brasilia },
|
||||
{ "America/Boise", America_Mountain },
|
||||
{ "Australia/Currie", Australia_Eastern },
|
||||
{ "EST5EDT", America_Eastern },
|
||||
{ "America/North_Dakota/New_Salem", America_Central },
|
||||
{ "Asia/Anadyr", Magadan },
|
||||
{ "Australia/Melbourne", Australia_Eastern },
|
||||
{ "Asia/Irkutsk", Irkutsk },
|
||||
{ "Atlantic/Bermuda", Atlantic },
|
||||
{ "America/Costa_Rica", America_Central },
|
||||
{ "America/Dawson", America_Pacific },
|
||||
{ "America/Shiprock", America_Mountain },
|
||||
{ "America/Winnipeg", America_Central },
|
||||
{ "Europe/Amsterdam", Europe_Central },
|
||||
{ "America/Indiana/Knox", America_Central },
|
||||
{ "America/North_Dakota/Beulah", America_Central },
|
||||
{ "Europe/Vatican", Europe_Central },
|
||||
{ "Africa/Accra", GMT },
|
||||
{ "Asia/Amman", Europe_Eastern },
|
||||
{ "America/Maceio", Brasilia },
|
||||
{ "Australia/Lord_Howe", Lord_Howe },
|
||||
{ "Europe/Dublin", GMT },
|
||||
{ "America/Toronto", America_Eastern },
|
||||
{ "Australia/Lindeman", Australia_Eastern },
|
||||
{ "MST7MDT", America_Mountain },
|
||||
{ "America/Monterrey", America_Central },
|
||||
{ "America/Nassau", America_Eastern },
|
||||
{ "America/Jamaica", America_Eastern },
|
||||
{ "Europe/Athens", Europe_Eastern },
|
||||
{ "Europe/Monaco", Europe_Central },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user