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.kn;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_kn_IN extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "1" },
|
||||
{ "minimalDaysInFirstWeek", "1" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
228
jdkSrc/jdk8/sun/util/resources/cldr/kn/CurrencyNames_kn.java
Normal file
228
jdkSrc/jdk8/sun/util/resources/cldr/kn/CurrencyNames_kn.java
Normal file
@@ -0,0 +1,228 @@
|
||||
/*
|
||||
* 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.kn;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_kn extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "aed", "\u0caf\u0cc1\u0ca8\u0cc8\u0c9f\u0cc6\u0ca1\u0ccd \u0c85\u0cb0\u0cac\u0ccd \u0c8e\u0cae\u0cbf\u0cb0\u0cc7\u0c9f\u0ccd\u0cb8\u0ccd \u0ca6\u0cbf\u0cb0\u0cbe\u0cae\u0ccd\u200c" },
|
||||
{ "afn", "\u0c86\u0cab\u0ccd\u0c98\u0ca8\u0ccd\u200c\u0ca8 \u0c86\u0cab\u0ccd\u0c98\u0cbe\u0ca8\u0cc0" },
|
||||
{ "all", "\u0c85\u0cb2\u0ccd\u0cac\u0cc7\u0ca8\u0cbf\u0caf\u0cbe\u0ca6 \u0cb2\u0cc7\u0c95\u0ccd\u200c\u200c" },
|
||||
{ "amd", "\u0c86\u0cb0\u0ccd\u0cae\u0cc7\u0ca8\u0cbf\u0caf\u0cbe\u0ca6 \u0ca1\u0ccd\u0cb0\u0cae\u0ccd\u200c" },
|
||||
{ "ang", "\u0ca8\u0cc6\u0ca6\u0cb0\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u0cb8\u0ccd\u200c\u200c \u0c8e\u0c82\u0c9f\u0cbf\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0c97\u0cbf\u0cb2\u0ccd\u0ca1\u0cb0\u0ccd\u200c\u200c" },
|
||||
{ "aoa", "\u0c85\u0c82\u0c97\u0ccb\u0cb2\u0cbe\u0ca6 \u0c95\u0ccd\u0cb5\u0cbe\u0ca8\u0ccd\u0c9d\u0cbe" },
|
||||
{ "ars", "\u0c85\u0cb0\u0ccd\u0c9c\u0cc6\u0c82\u0c9f\u0cbf\u0ca8\u0cbe \u0caa\u0cc6\u0cb8\u0cca" },
|
||||
{ "aud", "\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0ca1\u0cbe\u0cb2\u200c\u200c\u0cb0\u0ccd\u200c" },
|
||||
{ "awg", "\u0c85\u0cb0\u0cc1\u0cac \u0cab\u0ccd\u0cb2\u0cca\u0cb0\u0cc0\u0ca8\u0ccd\u200c\u200c" },
|
||||
{ "azn", "\u0c85\u0c9c\u0cc6\u0cb0\u0ccd\u200c\u0cac\u0cc7\u0c9c\u0cbe\u0ca8\u0cbf \u0cae\u0ca8\u0ca4\u0ccd\u200c" },
|
||||
{ "bam", "\u0cac\u0ccb\u0cb8\u0ccd\u0ca8\u0cbf\u0caf\u0cbe, \u0cb9\u0cb0\u0ccd\u0c9d\u0ccd\u200c\u200c\u0c97\u0ccb\u0cb5\u0cbf\u0ca8 \u0caa\u0cb0\u0cbf\u0cb5\u0cb0\u0ccd\u0ca4\u0ca8\u0cc0\u0caf \u0cae\u0cbe\u0cb0\u0ccd\u0c95\u0ccd\u200c" },
|
||||
{ "bbd", "\u0cac\u0cb0\u0ccd\u0cac\u0cbe\u0ca6\u0cbf\u0caf\u0cbe \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "bdt", "\u0cac\u0cbe\u0c82\u0c97\u0ccd\u0cb2\u0cbe\u0ca6\u0cc7\u0cb6\u0ca6 \u0c9f\u0cbe\u0c95\u0cbe" },
|
||||
{ "bgn", "\u0cac\u0cb2\u0ccd\u0c97\u0cc7\u0cb0\u0cbf\u0caf\u0cbe\u0ca6 \u0cb2\u0cc7\u0cb5\u0ccd\u200c" },
|
||||
{ "bhd", "\u0cac\u0cb9\u0ccd\u0cb0\u0cbe\u0ca8\u0ccd\u200c\u200c\u0ca8 \u0ca6\u0cbf\u0ca8\u0cbe\u0cb0\u0ccd\u200c" },
|
||||
{ "bif", "\u0cac\u0cc1\u0cb0\u0cc1\u0c82\u0ca1\u0cbf\u0caf \u0cab\u0ccd\u0cb0\u0cbe\u0c82\u0c95\u0ccd\u200c" },
|
||||
{ "bmd", "\u0cac\u0cb0\u0ccd\u0cae\u0cc1\u0ca1\u0cbe\u0ca6 \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "bnd", "\u0cac\u0ccd\u0cb0\u0cc2\u0ca8\u0cbf \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "bob", "\u0cac\u0cca\u0cb2\u0cbf\u0cb5\u0cbf\u0caf\u0cbe\u0ca6 \u0cac\u0cca\u0cb2\u0cbf\u0cb5\u0cbf\u0caf\u0cbe\u0ca8\u0cca" },
|
||||
{ "brl", "\u0cac\u0ccd\u0cb0\u0cc6\u0c9c\u0cbf\u0cb2\u0ccd\u200c\u0ca8 \u0cb0\u0cbf\u0caf\u0cbe\u0cb2\u0ccd\u200c" },
|
||||
{ "bsd", "\u0cac\u0cb9\u0cae\u0cbf\u0caf\u0cbe\u0ca8\u0ccd\u200c \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "btn", "\u0cad\u0cc2\u0ca4\u0cbe\u0ca8\u0ccd\u200c\u200c\u0ca6 \u0c8e\u0c82\u0c97\u0cc1\u0cb2\u0ccd\u200c\u0ca4\u0ccd\u0cb0\u0cc6\u0cae\u0ccd\u200c\u200c" },
|
||||
{ "bwp", "\u0cac\u0cca\u0ca4\u0ccd\u0cb8\u0cb5\u0cbe\u0ca8\u0ca8\u0ccd\u200c \u0caa\u0cc1\u0cb2\u0cbe" },
|
||||
{ "byr", "\u0cac\u0cc6\u0cb2\u0cb0\u0cb7\u0ccd\u0caf\u0cbe\u0ca6 \u0cb0\u0cc2\u0cac\u0cb2\u0ccd\u200c\u200c" },
|
||||
{ "bzd", "\u0cac\u0cc6\u0cb2\u0cc0\u0c9c\u0ccd\u200c \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "cad", "\u0c95\u0cc6\u0ca8\u0ca1\u0cbe\u0ca6 \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd" },
|
||||
{ "cdf", "\u0c95\u0cbe\u0c82\u0c97\u0ccb\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0cab\u0ccd\u0cb0\u0cbe\u0c82\u0c95\u0ccd\u200c" },
|
||||
{ "chf", "\u0cb8\u0ccd\u0cb5\u0cbf\u0cb8\u0ccd \u0cab\u0ccd\u0cb0\u0cbe\u0c82\u0c95\u0ccd\u200c" },
|
||||
{ "clp", "\u0c9a\u0cbf\u0cb2\u0cbf\u0caf \u0caa\u0cc6\u0cb8\u0cca" },
|
||||
{ "cny", "\u0c9a\u0cc0\u0ca8\u0cbe\u0ca6 \u0caf\u0cbe\u0ca8\u0ccd\u200c" },
|
||||
{ "cop", "\u0c95\u0cca\u0cb2\u0cca\u0c82\u0cac\u0cbf\u0caf\u0ccb\u0ca6 \u0caa\u0cc6\u0cb8\u0cca" },
|
||||
{ "crc", "\u0c95\u0ccb\u0cb8\u0ccd\u0c9f\u0cbe \u0cb0\u0cbf\u0c95\u0cbe\u0ca6 \u0c95\u0cca\u0cb2\u0cca\u0ca8\u0ccd\u200c" },
|
||||
{ "cuc", "\u0c95\u0ccd\u0caf\u0cc1\u0cac\u0cbe\u0ca6 \u0caa\u0cb0\u0cbf\u0cb5\u0cb0\u0ccd\u0ca4\u0ca8\u0cc0\u0caf \u0caa\u0cc6\u0cb8\u0cca" },
|
||||
{ "cup", "\u0c95\u0ccd\u0caf\u0cc2\u0cac\u0cbe\u0ca6 \u0caa\u0cc6\u0cb8\u0cca" },
|
||||
{ "cve", "\u0c95\u0cc7\u0caa\u0ccd\u200c \u0cb5\u0cb0\u0ccd\u0ca6\u0cc0\u0caf\u0cbe\u0ca6 \u0c8e\u0cb8\u0ccd\u0c95\u0cc1\u0ca1\u0cca" },
|
||||
{ "czk", "\u0c9d\u0cc6\u0c95\u0ccd\u200c \u0cb0\u0cbf\u0caa\u0cac\u0ccd\u0cb2\u0cbf\u0c95\u0ccd\u200c \u0c95\u0cca\u0cb0\u0cc1\u0ca8\u0cbe" },
|
||||
{ "djf", "\u0c9c\u0cc6\u0cac\u0ccd\u0caf\u0cc1\u0c9f\u0cbf\u0caf \u0cab\u0ccd\u0cb0\u0cbe\u0c82\u0c95\u0ccd\u200c" },
|
||||
{ "dkk", "\u0ca1\u0ccd\u0caf\u0cbe\u0ca8\u0cbf\u0cb6\u0ccd \u0c95\u0ccd\u0cb0\u0ccb\u0ca8\u0ccd" },
|
||||
{ "dop", "\u0ca1\u0cbe\u0cae\u0cbf\u0ca8\u0cbf\u0c95\u0ccd\u200c\u0ca8 \u0caa\u0cc6\u0cb8\u0cca" },
|
||||
{ "dzd", "\u0c85\u0cb2\u0ccd\u0c9c\u0cbf\u0cb0\u0cbf\u0caf\u0cbe\u0ca6 \u0ca6\u0cbf\u0ca8\u0cbe\u0cb0\u0ccd\u200c" },
|
||||
{ "egp", "\u0c88\u0c9c\u0cbf\u0caa\u0ccd\u0c9f\u0cbf\u0caf\u0ca8\u0ccd \u0caa\u0ccc\u0c82\u0ca1\u0ccd" },
|
||||
{ "ern", "\u0c8e\u0cb0\u0cbf\u0ca4\u0ccd\u0cb0\u0cbf\u0caf\u0ca8\u0ccd \u0ca8\u0c95\u0ccd\u0cab\u0cbe" },
|
||||
{ "etb", "\u0c87\u0ca5\u0cbf\u0caf\u0ccb\u0caa\u0cbf\u0caf\u0ca8\u0ccd\u200c\u200c \u0cac\u0cbf\u0cb0\u0ccd\u200c" },
|
||||
{ "eur", "\u0caf\u0cc2\u0cb0\u0cca" },
|
||||
{ "fjd", "\u0cab\u0cbf\u0c9c\u0cbf\u0caf \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "fkp", "\u0cab\u0cbe\u0c95\u0ccd\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u200c \u0c90\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u0cb8\u0ccd\u200c\u200c \u0caa\u0ccc\u0c82\u0ca1\u0ccd\u200c" },
|
||||
{ "gbp", "\u0cac\u0ccd\u0cb0\u0cbf\u0c9f\u0cbf\u0cb7\u0ccd\u200c\u200c \u0caa\u0ccc\u0c82\u0ca1\u0ccd\u200c \u0cb8\u0ccd\u0c9f\u0cb0\u0ccd\u0cb2\u0cbf\u0c82\u0c97\u0ccd\u200c" },
|
||||
{ "gel", "\u0c9c\u0cbe\u0cb0\u0ccd\u0c9c\u0cbf\u0caf\u0cbe\u0ca6 \u0cb2\u0cbe\u0cb0\u0cbf" },
|
||||
{ "ghs", "\u0c98\u0cbe\u0ca8\u0cbe\u0ca6 \u0cb8\u0cc6\u0ca6\u0cbf" },
|
||||
{ "gip", "\u0c9c\u0cbf\u0cac\u0ccd\u0cb0\u0cb2\u0ccd\u0ca4\u0cbe\u0cb0\u0ccd\u200c\u200c\u0ca8 \u0caa\u0ccc\u0c82\u0ca1\u0ccd\u200c" },
|
||||
{ "gmd", "\u0c97\u0ccd\u0caf\u0cbe\u0c82\u0cac\u0cbf\u0caf\u0cbe\u0ca6 \u0ca6\u0cb2\u0cbe\u0cb8\u0cbf" },
|
||||
{ "gnf", "\u0c97\u0cbf\u0ca8\u0cbf\u0caf \u0cab\u0ccd\u0cb0\u0cbe\u0c82\u0c95\u0ccd\u200c" },
|
||||
{ "gtq", "\u0c97\u0ccd\u0cb5\u0cbe\u0c9f\u0cc6\u0cae\u0cbe\u0cb2\u0cbe\u0ca6 \u0c95\u0cc1\u0caf\u0cbf\u0c9f\u0ccd\u0cb8\u0cb2\u0ccd\u200c\u200c" },
|
||||
{ "gyd", "\u0c97\u0cc1\u0caf\u0cbe\u0ca8\u0cc0\u0cb8\u0ccd\u200c \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "hkd", "\u0cb9\u0cbe\u0c82\u0c97\u0ccd \u0c95\u0cbe\u0c82\u0c97\u0ccd \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd" },
|
||||
{ "hnl", "\u0cb9\u0cca\u0c82\u0ca1\u0cc1\u0cb0\u0cbe\u0ca8\u0ccd\u200c \u0cb2\u0cc6\u0c82\u0caa\u0cbf\u0cb0\u0cbe" },
|
||||
{ "hrk", "\u0c95\u0ccd\u0cb0\u0cca\u0caf\u0cc6\u0cb7\u0ccd\u0caf\u0cbe\u0ca6 \u0c95\u0cc2\u0ca8\u0cbe" },
|
||||
{ "htg", "\u0cb9\u0cc8\u0c9f\u0cbf\u0caf \u0c97\u0ccb\u0cb0\u0ccd\u0ca6\u0cc6" },
|
||||
{ "huf", "\u0cb9\u0c82\u0c97\u0cc7\u0cb0\u0cbf\u0caf \u0cab\u0ccb\u0cb0\u0cbf\u0c82\u0ca4\u0ccd\u200c" },
|
||||
{ "idr", "\u0c87\u0c82\u0ca1\u0cca\u0ca8\u0cc7\u0cb7\u0ccd\u0caf\u0cbe \u0cb0\u0cc1\u0caa\u0cc8" },
|
||||
{ "ils", "\u0c87\u0cb8\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf \u0cb9\u0cca\u0cb8 \u0cb6\u0cc6\u0c96\u0cc6\u0cb2\u0ccd\u200c" },
|
||||
{ "inr", "\u0cad\u0cbe\u0cb0\u0ca4\u0cc0\u0caf \u0cb0\u0cc1\u0caa\u0cbe\u0caf\u0cbf" },
|
||||
{ "iqd", "\u0c87\u0cb0\u0cbe\u0c95\u0ccd\u200c\u0ca8 \u0ca6\u0cbf\u0ca8\u0cbe\u0cb0\u0ccd\u200c" },
|
||||
{ "irr", "\u0c87\u0cb0\u0cbe\u0ca8\u0ccd\u200c\u0ca8 \u0cb0\u0cbf\u0caf\u0cbe\u0cb2\u0ccd\u200c" },
|
||||
{ "isk", "\u0c90\u0cb8\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u200c\u0ca8 \u0c95\u0ccd\u0cb0\u0ccb\u0ca8\u0cbe" },
|
||||
{ "jmd", "\u0c9c\u0cae\u0cc8\u0c95\u0cbe\u0ca6 \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "jod", "\u0c9c\u0ccb\u0cb0\u0ccd\u0ca1\u0cbe\u0ca8\u0ccd\u200c\u200c\u0ca8 \u0ca6\u0cbf\u0ca8\u0cbe\u0cb0\u0ccd\u200c" },
|
||||
{ "jpy", "\u0c9c\u0caa\u0cbe\u0ca8\u0cc0\u0cb8\u0ccd \u0caf\u0cc6\u0ca8\u0ccd" },
|
||||
{ "kes", "\u0c95\u0cc0\u0ca8\u0ccd\u0caf\u0cbe\u0ca6 \u0cb6\u0cbf\u0cb2\u0ccd\u0cb2\u0cbf\u0c82\u0c97\u0ccd\u200c" },
|
||||
{ "kgs", "\u0c95\u0cbf\u0cb0\u0ccd\u0c9d\u0cbf\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8\u0ccd\u200c\u200c\u0ca8 \u0cb8\u0ccb\u0cae\u0ccd\u200c" },
|
||||
{ "khr", "\u0c95\u0cbe\u0c82\u0cac\u0ccb\u0ca1\u0cbf\u0caf\u0cbe\u0ca6 \u0cb0\u0cbf\u0caf\u0cb2\u0ccd\u200c\u200c" },
|
||||
{ "kmf", "\u0c95\u0cae\u0cb0\u0ccb\u0cb8\u0ccd\u200c\u0ca8 \u0cab\u0ccd\u0cb0\u0cbe\u0c82\u0c95\u0ccd\u200c" },
|
||||
{ "kpw", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0c95\u0ccb\u0cb0\u0cbf\u0caf\u0cbe\u0ca6 \u0cb5\u0cbe\u0ca8\u0ccd\u200c\u200c" },
|
||||
{ "krw", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0c95\u0ccb\u0cb0\u0cbf\u0caf\u0cbe\u0ca6 \u0cb5\u0ca8\u0ccd\u200c" },
|
||||
{ "kwd", "\u0c95\u0cc1\u0cb5\u0cc8\u0ca4\u0ccd\u200c\u0ca8 \u0ca6\u0cbf\u0ca8\u0cbe\u0cb0\u0ccd\u200c" },
|
||||
{ "kyd", "\u0c95\u0cc6\u0cae\u0ccd\u0caf\u0cbe\u0ca8\u0ccd\u200c \u0c90\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u200c\u0ca8 \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "kzt", "\u0c95\u0c9d\u0c95\u0ccd\u200c\u0cb8\u0ccd\u0ca4\u0cbe\u0ca8\u0ccd\u200c \u0ca4\u0cc6\u0c82\u0c9c\u0ccd\u200c\u200c" },
|
||||
{ "lak", "\u0cb2\u0cbe\u0cb5\u0ccb\u0ca6 \u0c95\u0cc8\u0caa\u0ccd\u200c" },
|
||||
{ "lbp", "\u0cb2\u0cc6\u0cac\u0ca8\u0cbe\u0ca8\u0ccd\u200c\u0ca8 \u0caa\u0ccc\u0c82\u0ca1\u0ccd\u200c" },
|
||||
{ "lkr", "\u0cb6\u0ccd\u0cb0\u0cc0\u0cb2\u0c82\u0c95\u0cbe\u0ca6 \u0cb0\u0cc1\u0caa\u0cc0" },
|
||||
{ "lrd", "\u0cb2\u0cc8\u0cac\u0cc0\u0cb0\u0cbf\u0caf\u0cbe\u0ca6 \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "lsl", "\u0cb2\u0cc6\u0cb8\u0cca\u0ca4\u0cca \u0cb2\u0cca\u0ca4\u0cbf" },
|
||||
{ "ltl", "\u0cb2\u0cbf\u0ca5\u0cc1\u0caf\u0cc7\u0ca8\u0cbf\u0caf\u0cbe\u0ca6 \u0cb2\u0cbf\u0ca4\u0cbe\u0cb8\u0ccd\u200c" },
|
||||
{ "lvl", "\u0cb2\u0cbe\u0ca4\u0ccd\u0cb5\u0cbf\u0caf\u0ca8\u0ccd\u200c \u0cb2\u0cbe\u0ca4\u0ccd\u0cb8\u0ccd\u200c\u200c" },
|
||||
{ "lyd", "\u0cb2\u0cbf\u0cac\u0cbf\u0caf\u0cbe\u0ca6 \u0ca6\u0cbf\u0ca8\u0cbe\u0cb0\u0ccd\u200c" },
|
||||
{ "mad", "\u0cae\u0cca\u0cb0\u0cca\u0c95\u0ccd\u0c95\u0ca8\u0ccd\u200c \u0ca6\u0cbf\u0cb0\u0cbe\u0cae\u0ccd\u200c" },
|
||||
{ "mdl", "\u0cae\u0cb2\u0ccd\u0ca6\u0ccb\u0cb5\u0cbe\u0ca6 \u0cb2\u0cc6\u0cb5\u0cc2" },
|
||||
{ "mga", "\u0cae\u0cb2\u0c97\u0cbe\u0cb8\u0cbf \u0c85\u0cb0\u0cbf\u0caf\u0cbe\u0cb0\u0cbf" },
|
||||
{ "mkd", "\u0cae\u0cc6\u0cb8\u0cc6\u0ca1\u0ccb\u0ca8\u0cbf\u0caf\u0cbe\u0ca6 \u0ca6\u0cbf\u0ca8\u0cbe\u0cb0\u0ccd\u200c\u200c" },
|
||||
{ "mmk", "\u0cae\u0ccd\u0caf\u0cbe\u0ca8\u0ccd\u0cae\u0cbe \u0c95\u0ccd\u0caf\u0cbe\u0ca4\u0ccd\u200c" },
|
||||
{ "mnt", "\u0cae\u0c82\u0c97\u0ccb\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0ca4\u0cc1\u0c97\u0ccd\u0cb0\u0cbf\u0c95\u0ccd\u200c\u200c" },
|
||||
{ "mop", "\u0cae\u0c95\u0ccd\u0caf\u0cc2\u0ca6 \u0caa\u0c9f\u0c95\u0cbe" },
|
||||
{ "mro", "\u0cae\u0cbe\u0cb0\u0cbf\u0cb7\u0cb8\u0ccd\u200c\u200c\u0ca8 \u0c8a\u0c97\u0ccd\u0cb5\u0cbf\u0caf\u0cbe" },
|
||||
{ "mur", "\u0cae\u0cbe\u0cb0\u0cbf\u0cb7\u0cbf\u0caf\u0cb8\u0ccd\u200c\u200c\u0ca8 \u0cb0\u0cc1\u0caa\u0cc0" },
|
||||
{ "mvr", "\u0cae\u0cbe\u0cb2\u0ccd\u0ca1\u0cc0\u0cb5\u0ccd\u200c\u0ca8 \u0cb0\u0cc1\u0cab\u0cbf\u0caf\u0cbe" },
|
||||
{ "mwk", "\u0cae\u0cb2\u0cbe\u0cb5\u0cbf\u0caf \u0c95\u0ccd\u0cb5\u0cbe\u0c9a" },
|
||||
{ "mxn", "\u0cae\u0cc6\u0c95\u0ccd\u0cb8\u0cbf\u0c95\u0cca\u0ca6 \u0caa\u0cc6\u0cb8\u0cca" },
|
||||
{ "myr", "\u0cae\u0cb2\u0cc7\u0cb7\u0ccd\u0caf\u0cbe\u0ca6 \u0cb0\u0cbf\u0c82\u0c97\u0cc6\u0c9f\u0ccd\u200c" },
|
||||
{ "nad", "\u0ca8\u0cae\u0cc0\u0cac\u0cbf\u0caf\u0cbe \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "ngn", "\u0ca8\u0cc8\u0c9c\u0cc0\u0cb0\u0cbf\u0caf\u0cbe\u0ca6 \u0ca8\u0cc7\u0cb0\u0cbe" },
|
||||
{ "nio", "\u0ca8\u0cbf\u0c95\u0cbe\u0cb0\u0c97\u0ccd\u0cb5\u0cbe\u0ca6 \u0c95\u0cb0\u0ccd\u0ca6\u0cca\u0cac\u0cbe" },
|
||||
{ "nok", "\u0ca8\u0cbe\u0cb0\u0ccd\u0cb5\u0cc7\u0c9c\u0cbf\u0caf\u0ca6 \u0c95\u0ccd\u0cb0\u0ccb\u0ca8\u0ccd\u200c" },
|
||||
{ "npr", "\u0ca8\u0cc7\u0caa\u0cbe\u0cb3\u0ca6 \u0cb0\u0cc1\u0caa\u0cc0" },
|
||||
{ "nzd", "\u0ca8\u0ccd\u0caf\u0cc2\u0c9c\u0cbf\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd" },
|
||||
{ "omr", "\u0c93\u0cae\u0ca8\u0cbf \u0cb0\u0cbf\u0caf\u0cbe\u0cb2\u0ccd\u200c" },
|
||||
{ "pab", "\u0caa\u0ca8\u0cae\u0cbe\u0ca8\u0cbf\u0caf\u0ca8\u0ccd\u200c \u0cac\u0cbe\u0cb2\u0ccd\u0cac\u0cca" },
|
||||
{ "pen", "\u0caa\u0cc6\u0cb0\u0cc1\u0cb5\u0cc6\u0caf \u0ca8\u0ccd\u0caf\u0cc2\u0cb5\u0cca \u0cb8\u0cca\u0cb2\u0ccd\u200c" },
|
||||
{ "pgk", "\u0caa\u0ccd\u0caf\u0cbe\u0caa\u0ccd\u0caf\u0cc1\u0cb5 \u0ca8\u0ccd\u0caf\u0cc2 \u0c97\u0cbf\u0ca8\u0cbf\u0caf\u0cbe\u0ca6 \u0c95\u0cc8\u0ca8\u0ccd\u200c" },
|
||||
{ "php", "\u0cab\u0cbf\u0cb2\u0cbf\u0cab\u0cc8\u0ca8\u0ccd\u200c \u0caa\u0cc6\u0cb8\u0cca" },
|
||||
{ "pkr", "\u0caa\u0cbe\u0c95\u0cbf\u0cb8\u0ccd\u0ca4\u0cbe\u0ca8\u0ca6 \u0cb0\u0cc1\u0caa\u0cc0" },
|
||||
{ "pln", "\u0caa\u0cca\u0cb2\u0cbf\u0cb6\u0ccd\u200c\u200c \u0c9c\u0ccd\u0cb5\u0cbe\u0ca4\u0cc0" },
|
||||
{ "pyg", "\u0caa\u0cc6\u0cb0\u0cc1\u0c97\u0ccd\u0cb5\u0cc7\u0caf \u0c97\u0ccd\u0cb5\u0cbe\u0cb0\u0ca8\u0cc0" },
|
||||
{ "qar", "\u0c95\u0ca4\u0cbe\u0cb0\u0ccd\u200c\u0ca8 \u0cb0\u0cbf\u0caf\u0cbe\u0cb2\u0ccd\u200c" },
|
||||
{ "rsd", "\u0cb8\u0cb0\u0ccd\u0cac\u0cbf\u0caf\u0cbe\u0ca6 \u0ca6\u0cbf\u0ca8\u0cbe\u0cb0\u0ccd\u200c" },
|
||||
{ "rub", "\u0cb0\u0cb7\u0ccd\u0caf\u0cbe\u0ca6 \u0cb0\u0cc2\u0cac\u0cc6\u0cb2\u0ccd\u200c" },
|
||||
{ "rwf", "\u0cb0\u200d\u0ccd\u0cb5\u0cbe\u0c82\u0ca1\u0ca8\u0ccd\u200c \u0cab\u0ccd\u0cb0\u0cbe\u0c82\u0c95\u0ccd\u200c" },
|
||||
{ "sar", "\u0cb8\u0ccc\u0ca6\u0cbf\u0caf \u0cb0\u0cbf\u0caf\u0cbe\u0cb2\u0ccd\u200c\u200c\u200c\u200c" },
|
||||
{ "sbd", "\u0cb8\u0cca\u0cb2\u0cca\u0cae\u0ca8\u0ccd\u200c \u0c90\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u0cb8\u0ccd\u200c\u200c\u200c\u0ca8 \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "scr", "\u0cb8\u0cc6\u0cb6\u0cc6\u0cb2\u0ccd\u200c\u0ca8 \u0cb0\u0cc1\u0caa\u0cc0" },
|
||||
{ "sdg", "\u0cb8\u0cc1\u0ca1\u0cbe\u0ca8\u0ccd\u200c\u0ca8 \u0caa\u0ccc\u0c82\u0ca1\u0ccd\u200c" },
|
||||
{ "sek", "\u0cb8\u0ccd\u0cb5\u0cc0\u0ca1\u0cbf\u0cb6\u0ccd \u0c95\u0ccd\u0cb0\u0ccb\u0ca8\u0cbe" },
|
||||
{ "sgd", "\u0cb8\u0cbf\u0c82\u0c97\u0cbe\u0caa\u0cc2\u0cb0\u0ccd\u200c\u200c \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd" },
|
||||
{ "shp", "\u0cb8\u0cc7\u0c82\u0c9f\u0ccd\u200c \u0cb9\u0cc6\u0cb2\u0cc6\u0ca8\u0cbe \u0caa\u0ccc\u0c82\u0ca1\u0ccd\u200c" },
|
||||
{ "sll", "\u0cb8\u0cbf\u0caf\u0cc6\u0cb0\u0cbe \u0cb2\u0cbf\u0caf\u0ccb\u0ca8\u0ccd\u200c\u0ca8 \u0cb2\u0cbf\u0caf\u0ccb\u0ca8\u0ccd\u200c" },
|
||||
{ "sos", "\u0cb8\u0ccb\u0cae\u0cbe\u0cb2\u0cbf \u0cb6\u0cbf\u0cb2\u0ccd\u0cb2\u0cbf\u0c82\u0c97\u0ccd\u200c" },
|
||||
{ "srd", "\u0cb8\u0cc1\u0cb0\u0cbf\u0ca8\u0cbe\u0cae\u0ccd\u200c\u0ca8 \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "std", "\u0cb8\u0cbe\u0cb5\u0cca \u0c9f\u0ccb\u0cae\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0caa\u0ccd\u0cb0\u0cbf\u0ca8\u0ccd\u0cb8\u0cbf\u0caa\u0ccd \u0ca6\u0cca\u0cac\u0ccd\u0cb0\u0cbe" },
|
||||
{ "syp", "\u0cb8\u0cbf\u0cb0\u0cbf\u0caf\u0cbe\u0ca6 \u0caa\u0ccc\u0c82\u0ca1\u0ccd\u200c\u200c" },
|
||||
{ "szl", "\u0cb8\u0ccd\u0cb5\u0cbe\u0c9c\u0cbf \u0cb2\u0cbf\u0cb2\u0c82\u0c97\u0cc6\u0ca8\u0cbf" },
|
||||
{ "thb", "\u0ca5\u0cbe\u0caf\u0ccd\u200c \u0cad\u0ca4\u0ccd\u200c\u200c" },
|
||||
{ "tjs", "\u0ca4\u0c9d\u0c95\u0cbf\u0cb8\u0ccd\u0ca4\u0cbe\u0ca8\u0ccd\u200c\u0ca8 \u0cb8\u0cca\u0cae\u0cca\u0ca8\u0cbf" },
|
||||
{ "tmt", "\u0ca4\u0cc1\u0cb0\u0ccd\u0c95\u0cc6\u0cae\u0cbf\u0cb8\u0ccd\u0ca4\u0cbe\u0ca8\u0cbf \u0cae\u0cbe\u0ca8\u0ca4\u0ccd\u200c" },
|
||||
{ "tnd", "\u0c9f\u0ccd\u0caf\u0cc1\u0ca8\u0cbf\u0cb7\u0cbf\u0caf\u0cbe\u0ca6 \u0ca6\u0cbf\u0ca8\u0cbe\u0cb0\u0ccd\u200c" },
|
||||
{ "top", "\u0c9f\u0cca\u0c82\u0c97\u0cbe \u0caa\u0cbe\u0c82\u0c97" },
|
||||
{ "try", "\u0c9f\u0cb0\u0ccd\u0c95\u0cbf\u0cb6\u0ccd\u200c \u0cb2\u0cbf\u0cb0\u0cbe" },
|
||||
{ "ttd", "\u0c9f\u0ccd\u0cb0\u0cbf\u0ca8\u0cbf\u0ca1\u0cbe\u0ca1\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0c9f\u0cca\u0cac\u0cbe\u0c97\u0ccb \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "twd", "\u0ca8\u0ccd\u0caf\u0cc2 \u0ca4\u0cc8\u0cb5\u0cbe\u0ca8\u0ccd \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd" },
|
||||
{ "tzs", "\u0ca4\u0cbe\u0c82\u0c9d\u0cc7\u0ca8\u0cbf\u0caf\u0cbe\u0ca6 \u0cb6\u0cbf\u0cb2\u0ccd\u0cb2\u0cbf\u0c82\u0c97\u0ccd\u200c" },
|
||||
{ "uah", "\u0c89\u0c95\u0ccd\u0cb0\u0cc7\u0ca8\u0ccd\u200c\u0ca8 \u0cb0\u0cc7\u0cb5\u0ccd\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "ugx", "\u0c89\u0c97\u0cbe\u0c82\u0ca1 \u0cb6\u0cbf\u0cb2\u0ccd\u0cb2\u0cbf\u0c82\u0c97\u0ccd\u200c" },
|
||||
{ "usd", "\u0c85\u0cae\u0cc6\u0cb0\u0cbf\u0c95\u0ca6 \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "uyu", "\u0c89\u0cb0\u0cc1\u0c97\u0ccd\u0cb5\u0cc6\u0caf \u0caa\u0cc6\u0cb8\u0cca" },
|
||||
{ "uzs", "\u0c89\u0c9c\u0ccd\u0cac\u0cc7\u0c95\u0cbf\u0cb8\u0ccd\u0ca4\u0cbe\u0ca8\u0ccd\u200c \u0cb8\u0cca\u0cae\u0ccd\u200c" },
|
||||
{ "vef", "\u0cb5\u0cc6\u0ca8\u0cc6\u0c9c\u0cc1\u0cb5\u0cc6\u0cb2\u0cbe\u0ca6 \u0cac\u0cca\u0cb2\u0cbf\u0cb5\u0cb0\u0ccd\u200c" },
|
||||
{ "vnd", "\u0cb5\u0cbf\u0caf\u0cc6\u0c9f\u0ccd\u0ca8\u0cbe\u0cae\u0ccd\u200c\u200c\u0ca8 \u0ca1\u0cbe\u0c82\u0c97\u0ccd\u200c" },
|
||||
{ "vuv", "\u0cb5\u0ccd\u0caf\u0cbe\u0ca8\u0ccd\u200c\u0cb5\u0cbe\u0ca4\u0cc2 \u0cb5\u0cbe\u0c9f\u0cc1" },
|
||||
{ "wst", "\u0cb8\u0cae\u0ccb\u0cb5\u0ca8\u0ccd\u200c \u0ca4\u0cbe\u0cb2\u0cbe" },
|
||||
{ "xaf", "CFA \u0cab\u0ccd\u0cb0\u0cbe\u0c82\u0c95\u0ccd\u200c BEAC" },
|
||||
{ "xcd", "\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0c95\u0cc6\u0cb0\u0cbf\u0cac\u0cbf\u0caf\u0ca8\u0ccd\u200c \u0ca1\u0cbe\u0cb2\u0cb0\u0ccd\u200c" },
|
||||
{ "xof", "CFA \u0cab\u0ccd\u0cb0\u0cbe\u0c82\u0c95\u0ccd\u200c BCEAO" },
|
||||
{ "xpf", "CFP \u0cab\u0ccd\u0cb0\u0cbe\u0c82\u0c95\u0ccd\u200c" },
|
||||
{ "xxx", "\u0c97\u0cca\u0ca4\u0ccd\u0ca4\u0cbf\u0cb2\u0ccd\u0cb2\u0ca6 \u0c95\u0cb0\u0cc6\u0ca8\u0ccd\u0cb8\u0cbf" },
|
||||
{ "yer", "\u0caf\u0cc6\u0cae\u0cc6\u0ca8\u0ccd\u200c\u0ca8 \u0cb0\u0cbf\u0caf\u0cbe\u0cb2\u0ccd\u200c" },
|
||||
{ "zar", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0c95\u0cbe\u0ca6 \u0cb0\u200d\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u200c" },
|
||||
{ "zmk", "\u0c9c\u0cbe\u0c82\u0cac\u0cbf\u0caf\u0cbe \u0c95\u0ccd\u0cb5\u0cbe\u0c9a" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
995
jdkSrc/jdk8/sun/util/resources/cldr/kn/LocaleNames_kn.java
Normal file
995
jdkSrc/jdk8/sun/util/resources/cldr/kn/LocaleNames_kn.java
Normal file
@@ -0,0 +1,995 @@
|
||||
/*
|
||||
* 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.kn;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_kn extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "001", "\u0cb5\u0cbf\u0cb6\u0ccd\u0cb5" },
|
||||
{ "002", "\u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0c95\u0cbe" },
|
||||
{ "003", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0cbe" },
|
||||
{ "005", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0cbe" },
|
||||
{ "009", "\u0c93\u0cb6\u0cbf\u0caf\u0cbe\u0ca8\u0cbe" },
|
||||
{ "011", "\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0c95\u0cbe" },
|
||||
{ "013", "\u0cae\u0ca7\u0ccd\u0caf \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0cbe" },
|
||||
{ "014", "\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0c95\u0cbe" },
|
||||
{ "015", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0c95\u0cbe" },
|
||||
{ "017", "\u0cae\u0ca7\u0ccd\u0caf \u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0c95\u0cbe" },
|
||||
{ "018", "\u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0c95\u0cbe\u0ca6 \u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0cad\u0cbe\u0c97" },
|
||||
{ "019", "\u0c85\u0cae\u0cc6\u0cb0\u0cbf\u0c95\u0cbe\u0cb8\u0ccd" },
|
||||
{ "021", "\u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0cbe\u0ca6 \u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0cad\u0cbe\u0c97" },
|
||||
{ "029", "\u0c95\u0cc6\u0cb0\u0cc7\u0cac\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "030", "\u0c8f\u0cb7\u0ccd\u0caf\u0cbe\u0ca6 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0cad\u0cbe\u0c97" },
|
||||
{ "034", "\u0c8f\u0cb7\u0ccd\u0caf\u0cbe\u0ca6 \u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0cad\u0cbe\u0c97" },
|
||||
{ "035", "\u0c86\u0c97\u0ccd\u0ca8\u0cc7\u0caf \u0c8f\u0cb7\u0ccd\u0caf\u0cbe" },
|
||||
{ "039", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd" },
|
||||
{ "053", "\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe \u0cb9\u0cbe\u0c97\u0cc2 \u0ca8\u0ccd\u0caf\u0cc2\u0c9d\u0cbf\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd" },
|
||||
{ "054", "\u0cae\u0cc7\u0cb2\u0cbf\u0ca8\u0cc7\u0cb6\u0cbf\u0caf\u0cbe" },
|
||||
{ "057", "\u0cae\u0cc8\u0c95\u0ccd\u0cb0\u0ccb\u0ca8\u0cc7\u0cb6\u0cbf\u0caf\u0ca8\u0ccd \u0caa\u0ccd\u0cb0\u0ca6\u0cc7\u0cb6" },
|
||||
{ "061", "\u0caa\u0ccb\u0cb2\u0cbf\u0ca8\u0cc7\u0cb6\u0cbf\u0caf\u0cbe" },
|
||||
{ "142", "\u0c8f\u0cb7\u0ccd\u0caf\u0cbe" },
|
||||
{ "143", "\u0cae\u0ca7\u0ccd\u0caf \u0c8f\u0cb7\u0ccd\u0caf\u0cbe" },
|
||||
{ "145", "\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0c8f\u0cb7\u0ccd\u0caf\u0cbe" },
|
||||
{ "150", "\u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd" },
|
||||
{ "151", "\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd" },
|
||||
{ "154", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd" },
|
||||
{ "155", "\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd" },
|
||||
{ "419", "\u0cb2\u0ccd\u0caf\u0cbe\u0c9f\u0cbf\u0ca8\u0ccd \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0cbe \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0c95\u0cc6\u0cb0\u0cbf\u0cac\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "AC", "\u0c85\u0cb8\u0cc6\u0ca8\u0ccd\u0cb6\u0ca8\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa" },
|
||||
{ "AD", "\u0c85\u0c82\u0ca1\u0ccb\u0cb0\u0cbe" },
|
||||
{ "AE", "\u0cb8\u0c82\u0caf\u0cc1\u0c95\u0ccd\u0ca4 \u0c85\u0cb0\u0cac\u0ccd \u0c8e\u0cae\u0cbf\u0cb0\u0cc7\u0c9f\u0cb8\u0ccd" },
|
||||
{ "AF", "\u0c85\u0cab\u0c98\u0cbe\u0ca8\u0cbf\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8\u0ccd" },
|
||||
{ "AG", "\u0c86\u0c82\u0c9f\u0cbf\u0c97\u0cc1\u0cb5\u0cbe \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0cac\u0cb0\u0ccd\u0cac\u0cc1\u0ca1\u0cbe" },
|
||||
{ "AI", "\u0c86\u0c82\u0c97\u0cc1\u0caf\u0cbf\u0cb2\u0ccd\u0cb2\u0cbe" },
|
||||
{ "AL", "\u0c85\u0cb2\u0ccd\u0cac\u0cc7\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "AM", "\u0c85\u0cb0\u0ccd\u0cae\u0cc7\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "AN", "\u0ca8\u0cc6\u0ca6\u0cb0\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd" },
|
||||
{ "AO", "\u0c85\u0c82\u0c97\u0ccb\u0cb2\u0cbe" },
|
||||
{ "AQ", "\u0c85\u0c82\u0c9f\u0cbe\u0cb0\u0ccd\u0c9f\u0cbf\u0c95\u0cbe" },
|
||||
{ "AR", "\u0c85\u0cb0\u0ccd\u0c9c\u0cc6\u0c82\u0c9f\u0cc8\u0ca8\u0cbe" },
|
||||
{ "AS", "\u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0ca8\u0ccd \u0cb8\u0cae\u0ccb\u0cb5\u0cbe" },
|
||||
{ "AT", "\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "AU", "\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf" },
|
||||
{ "AW", "\u0c85\u0cb0\u0cc1\u0cac\u0cbe" },
|
||||
{ "AX", "\u0c86\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "AZ", "\u0c85\u0c9c\u0cb0\u0ccd\u0cac\u0cc8\u0c9c\u0cbe\u0ca8\u0ccd" },
|
||||
{ "BA", "\u0cac\u0ccb\u0cb8\u0ccd\u0ca8\u0cbf\u0caf\u0cbe \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0cb9\u0cb0\u0ccd\u0c9c\u0cc6\u0c97\u0ccb\u0cb5\u0cbf\u0ca8\u0cbe" },
|
||||
{ "BB", "\u0cac\u0cbe\u0cb0\u0ccd\u0cac\u0ca1\u0ccb\u0cb8\u0ccd" },
|
||||
{ "BD", "\u0cac\u0cbe\u0c82\u0c97\u0ccd\u0cb2\u0cbe\u0ca6\u0cc7\u0cb6\u0ccd" },
|
||||
{ "BE", "\u0cac\u0cc6\u0cb2\u0ccd\u0c9c\u0cbf\u0caf\u0cae\u0ccd" },
|
||||
{ "BF", "\u0cac\u0cc1\u0cb0\u0ccd\u0c95\u0cbf\u0ca8\u0cbe \u0cab\u0cbe\u0cb8\u0ccb" },
|
||||
{ "BG", "\u0cac\u0cb2\u0ccd\u0c97\u0cc7\u0cb0\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "BH", "\u0cac\u0cb9\u0cb0\u0cc8\u0ca8\u0ccd" },
|
||||
{ "BI", "\u0cac\u0cc1\u0cb0\u0cc1\u0c82\u0ca1\u0cbf" },
|
||||
{ "BJ", "\u0cac\u0cc6\u0ca8\u0cbf\u0ca8\u0ccd" },
|
||||
{ "BL", "\u0cb8\u0cc7\u0c82\u0c9f\u0ccd \u0cac\u0cbe\u0cb0\u0ccd\u0ca5\u0cc6\u0cb2\u0cc6\u0cae\u0cbf" },
|
||||
{ "BM", "\u0cac\u0cb0\u0ccd\u0cae\u0cc1\u0ca1\u0cbe" },
|
||||
{ "BN", "\u0cac\u0ccd\u0cb0\u0cc2\u0ca8\u0cbf" },
|
||||
{ "BO", "\u0cac\u0cb2\u0ccd\u0c97\u0cc7\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "BR", "\u0cac\u0ccd\u0cb0\u0cc6\u0c9c\u0cbf\u0cb2\u0ccd" },
|
||||
{ "BS", "\u0cac\u0cb9\u0cbe\u0cae\u0cbe\u0cb8\u0ccd" },
|
||||
{ "BT", "\u0cad\u0cc2\u0ca4\u0cbe\u0ca8\u0ccd" },
|
||||
{ "BV", "\u0cac\u0ccb\u0cb5\u0cc6\u0c9f\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa" },
|
||||
{ "BW", "\u0cac\u0ccb\u0c9f\u0ccd\u0cb8\u0ccd\u200c\u0cb5\u0cbe\u0ca8\u0cbe" },
|
||||
{ "BY", "\u0cac\u0cca\u0cb2\u0cbf\u0cb5\u0cbf\u0caf\u0cbe" },
|
||||
{ "BZ", "\u0cac\u0cc6\u0cb2\u0cbf\u0c9c\u0ccd" },
|
||||
{ "CA", "\u0c95\u0cc6\u0ca8\u0ca1\u0cbe" },
|
||||
{ "CC", "\u0c95\u0cca\u0c95\u0cca\u0cb8\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "CD", "\u0c95\u0cbe\u0c82\u0c97\u0ccb - \u0c95\u0cbf\u0ca8\u0ccd\u0cb6\u0cbe\u0cb8\u0cbe" },
|
||||
{ "CF", "\u0cae\u0ca7\u0ccd\u0caf \u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0c95\u0cbe \u0c97\u0ca3\u0cb0\u0cbe\u0c9c\u0ccd\u0caf" },
|
||||
{ "CG", "\u0c95\u0cbe\u0c82\u0c97\u0ccb - \u0cac\u0ccd\u0cb0\u0cbe\u0c9c\u0cbe\u0cb5\u0cbf\u0cb2\u0ccd\u0cb2\u0cc7" },
|
||||
{ "CH", "\u0cb8\u0ccd\u0cb5\u0cbf\u0ca1\u0ccd\u0c9c\u0cb0\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd" },
|
||||
{ "CI", "\u0c90\u0cb5\u0cb0\u0cbf \u0c95\u0ccb\u0cb8\u0ccd\u0c9f\u0ccd" },
|
||||
{ "CK", "\u0c95\u0cc1\u0c95\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "CL", "\u0c9a\u0cbf\u0cb2\u0cbf" },
|
||||
{ "CM", "\u0c95\u0ccd\u0caf\u0cbe\u0cae\u0cb0\u0ccb\u0ca8\u0ccd" },
|
||||
{ "CN", "\u0c9a\u0cc0\u0ca8" },
|
||||
{ "CO", "\u0c95\u0cca\u0cb2\u0c82\u0cac\u0cbf\u0caf\u0cbe" },
|
||||
{ "CP", "\u0c95\u0ccd\u0cb2\u0cbf\u0caa\u0cb0\u0ccd\u0c9f\u0ca8\u0ccd\u200c \u0c90\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u200c" },
|
||||
{ "CR", "\u0c95\u0cca\u0cb8\u0ccd\u0c9f\u0cbe \u0cb0\u0cbf\u0c95\u0cbe" },
|
||||
{ "CS", "\u0cb8\u0cc6\u0cb0\u0ccd\u0cac\u0cbf\u0caf\u0cbe \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0cae\u0cca\u0c82\u0c9f\u0cca\u0ca8\u0cc6\u0c97\u0ccd\u0cb0\u0ccb" },
|
||||
{ "CU", "\u0c95\u0ccd\u0caf\u0cc2\u0cac\u0cbe" },
|
||||
{ "CV", "\u0c95\u0cc7\u0caa\u0ccd \u0cb5\u0cb0\u0ccd\u0ca1\u0cc6" },
|
||||
{ "CX", "\u0c95\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u200c\u0cae\u0cb8\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa" },
|
||||
{ "CY", "\u0cb8\u0cc8\u0caa\u0ccd\u0cb0\u0cb8\u0ccd" },
|
||||
{ "CZ", "\u0c9a\u0cc6\u0c95\u0ccd \u0cb0\u0cbf\u0caa\u0cac\u0ccd\u0cb2\u0cbf\u0c95\u0ccd" },
|
||||
{ "DE", "\u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0cbf" },
|
||||
{ "DG", "\u0ca1\u0cc8\u0c97\u0ccb \u0c97\u0cbe\u0cb0\u0ccd\u0cb8\u0cbf\u0caf" },
|
||||
{ "DJ", "\u0c9c\u0cbf\u0cac\u0ccb\u0c9f\u0cbf" },
|
||||
{ "DK", "\u0ca1\u0cc6\u0ca8\u0ccd\u0cae\u0cbe\u0cb0\u0ccd\u0c95\u0ccd" },
|
||||
{ "DM", "\u0ca1\u0cca\u0cae\u0cbf\u0ca8\u0cbf\u0c95\u0cbe" },
|
||||
{ "DO", "\u0ca1\u0cca\u0cae\u0cc6\u0ca8\u0cbf\u0c95\u0ccd \u0cb0\u0cbf\u0caa\u0cac\u0ccd\u0cb2\u0cbf\u0c95\u0ccd" },
|
||||
{ "DZ", "\u0c85\u0cb2\u0ccd\u0c97\u0cc7\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "EA", "\u0cb8\u0cc6\u0caf\u0cc1\u0c9f\u0cbe \u0cb9\u0cbe\u0c97\u0cc2 \u0cae\u0cc6\u0cb2\u0cbf\u0cb2\u0ccd\u0cb2\u0cbe" },
|
||||
{ "EC", "\u0c88\u0c95\u0ccd\u0cb5\u0cc6\u0ca1\u0cbe\u0cb0\u0ccd" },
|
||||
{ "EE", "\u0c8e\u0cb8\u0ccd\u0ca4\u0cca\u0ca8\u0cbf\u0caf" },
|
||||
{ "EG", "\u0c88\u0c9c\u0cbf\u0caa\u0ccd\u0c9f\u0ccd" },
|
||||
{ "EH", "\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0cb8\u0cb9\u0cbe\u0cb0\u0cbe" },
|
||||
{ "ER", "\u0c8f\u0cb0\u0cbf\u0c9f\u0ccd\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "ES", "\u0cb8\u0ccd\u0caa\u0cc8\u0ca8\u0ccd" },
|
||||
{ "ET", "\u0c87\u0ca5\u0cbf\u0caf\u0ccb\u0caa\u0cbf\u0caf\u0cbe" },
|
||||
{ "EU", "\u0caf\u0cc1\u0cb0\u0ccb\u0caa\u0cbf\u0caf\u0ca8\u0ccd \u0caf\u0cc2\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "FI", "\u0cab\u0cbf\u0ca8\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd" },
|
||||
{ "FJ", "\u0cab\u0cbf\u0c9c\u0cbf" },
|
||||
{ "FK", "\u0cab\u0ccd\u0cb9\u0cbe\u0c95\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "FM", "\u0cae\u0cc8\u0c95\u0ccd\u0cb0\u0ccb\u0ca8\u0cc7\u0cb6\u0cbf\u0caf\u0cbe" },
|
||||
{ "FO", "\u0cab\u0cb0\u0ccb \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "FR", "\u0cab\u0ccd\u0cb0\u0cbe\u0ca8\u0ccd\u0cb8\u0ccd" },
|
||||
{ "GA", "\u0c97\u0cc6\u0cac\u0cca\u0ca8\u0ccd" },
|
||||
{ "GB", "\u0cac\u0ccd\u0cb0\u0cbf\u0c9f\u0ca8\u0ccd/\u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc6\u0c82\u0ca1\u0ccd" },
|
||||
{ "GD", "\u0c97\u0ccd\u0cb0\u0cc6\u0ca8\u0cc6\u0ca1\u0cbe" },
|
||||
{ "GE", "\u0c9c\u0cbe\u0cb0\u0ccd\u0c9c\u0cbf\u0caf\u0cbe" },
|
||||
{ "GF", "\u0cab\u0ccd\u0cb0\u0cc6\u0c82\u0c9a\u0ccd \u0c97\u0caf\u0cbe\u0ca8\u0cbe" },
|
||||
{ "GG", "\u0c97\u0cc1\u0cb0\u0ccd\u0ca8\u0c9c\u0cc0" },
|
||||
{ "GH", "\u0c98\u0cbe\u0ca8\u0cbe" },
|
||||
{ "GI", "\u0c97\u0cbf\u0cac\u0ccd\u0cb0\u0cbe\u0cb2\u0ccd\u0c9f\u0cb0\u0ccd" },
|
||||
{ "GL", "\u0c97\u0ccd\u0cb0\u0cc0\u0ca8\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd" },
|
||||
{ "GM", "\u0c97\u0ccd\u0caf\u0cbe\u0c82\u0cac\u0cbf\u0caf\u0cbe" },
|
||||
{ "GN", "\u0c97\u0cbf\u0ca8\u0cbf" },
|
||||
{ "GP", "\u0c97\u0cc1\u0ca1\u0cc6\u0cb2\u0ccb\u0caa\u0ccd" },
|
||||
{ "GQ", "\u0c88\u0c95\u0ccd\u0cb5\u0cc6\u0c9f\u0ccb\u0cb0\u0cbf\u0caf\u0cb2\u0ccd \u0c97\u0cbf\u0ca8\u0cbf" },
|
||||
{ "GR", "\u0c97\u0ccd\u0cb0\u0cc0\u0cb8\u0ccd" },
|
||||
{ "GS", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0c9c\u0cbe\u0cb0\u0ccd\u0c9c\u0cbf\u0caf\u0cbe \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0cb8\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u200c\u0cb5\u0cbf\u0c9a\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "GT", "\u0c97\u0ccd\u0cb5\u0cbe\u0c9f\u0cc6\u0cae\u0cbe\u0cb2\u0cbe" },
|
||||
{ "GU", "\u0c97\u0cc1\u0caf\u0cbe\u0cae\u0ccd" },
|
||||
{ "GW", "\u0c97\u0cbf\u0ca8\u0cbf-\u0cac\u0cbf\u0cb8\u0ccd\u0cb8\u0cbe\u0cb5\u0ccd" },
|
||||
{ "GY", "\u0c97\u0caf\u0cbe\u0ca8\u0cbe" },
|
||||
{ "HK", "\u0cb9\u0cbe\u0c82\u0c97\u0ccd\u200c \u0c95\u0cbe\u0c82\u0c97\u0ccd\u200c SAR \u0c9a\u0cc0\u0ca8\u0cbe" },
|
||||
{ "HM", "\u0cb9\u0cb0\u0ccd\u0ca1\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0cae\u0cbe\u0c95\u0ccd\u200c\u0ca1\u0cca\u0ca8\u0cbe\u0cb2\u0ccd\u0ca1\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "HN", "\u0cb9\u0cca\u0c82\u0ca1\u0cc1\u0cb0\u0cbe\u0cb8\u0ccd" },
|
||||
{ "HR", "\u0c95\u0ccd\u0cb0\u0ccb\u0caf\u0cc7\u0cb6\u0cbf\u0caf\u0cbe" },
|
||||
{ "HT", "\u0cb9\u0cc8\u0c9f\u0cbf" },
|
||||
{ "HU", "\u0cb9\u0c82\u0c97\u0cc7\u0cb0\u0cbf" },
|
||||
{ "IC", "\u0c95\u0ccd\u0caf\u0cbe\u0ca8\u0cb0\u0cbf \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "ID", "\u0c87\u0c82\u0ca1\u0ccb\u0ca8\u0cc7\u0cb6\u0cbf\u0caf\u0cbe" },
|
||||
{ "IE", "\u0c90\u0cb0\u0ccd\u0cb2\u0cc6\u0c82\u0ca1\u0ccd" },
|
||||
{ "IL", "\u0c87\u0cb8\u0ccd\u0cb0\u0cc7\u0cb2\u0ccd" },
|
||||
{ "IM", "\u0c90\u0cb2\u0ccd \u0c86\u0cab\u0ccd \u0cae\u0ccd\u0caf\u0cbe\u0ca8\u0ccd" },
|
||||
{ "IN", "\u0cad\u0cbe\u0cb0\u0ca4" },
|
||||
{ "IO", "\u0cac\u0ccd\u0cb0\u0cbf\u0c9f\u0cc0\u0cb6\u0ccd \u0c87\u0c82\u0ca1\u0cbf\u0caf\u0ca8\u0ccd \u0cae\u0cb9\u0cbe\u0cb8\u0cbe\u0c97\u0cb0 \u0caa\u0ccd\u0cb0\u0ca6\u0cc7\u0cb6" },
|
||||
{ "IQ", "\u0c87\u0cb0\u0cbe\u0c95\u0ccd" },
|
||||
{ "IR", "\u0c87\u0cb0\u0cbe\u0ca8\u0ccd" },
|
||||
{ "IS", "\u0c90\u0cb8\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd" },
|
||||
{ "IT", "\u0c87\u0c9f\u0cb2\u0cbf" },
|
||||
{ "JE", "\u0c9c\u0cc6\u0cb0\u0ccd\u0cb8\u0cbf" },
|
||||
{ "JM", "\u0c9c\u0cae\u0cc8\u0c95\u0cbe" },
|
||||
{ "JO", "\u0c9c\u0ccb\u0cb0\u0ccd\u0ca1\u0cbe\u0ca8\u0ccd" },
|
||||
{ "JP", "\u0c9c\u0caa\u0cbe\u0ca8\u0ccd" },
|
||||
{ "KE", "\u0c95\u0cc0\u0ca8\u0ccd\u0caf\u0cbe" },
|
||||
{ "KG", "\u0c95\u0cbf\u0cb0\u0ccd\u0c97\u0cbf\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8\u0ccd" },
|
||||
{ "KH", "\u0c95\u0cbe\u0c82\u0cac\u0ccb\u0ca1\u0cbf\u0caf\u0cbe" },
|
||||
{ "KI", "\u0c95\u0cbf\u0cb0\u0cbf\u0cac\u0cbe\u0ca4\u0cbf" },
|
||||
{ "KM", "\u0c95\u0cca\u0cae\u0cca\u0cb0\u0cca\u0cb8\u0ccd" },
|
||||
{ "KN", "\u0cb8\u0cc7\u0c82\u0c9f\u0ccd \u0c95\u0cbf\u0c9f\u0ccd\u0cb8\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0ca8\u0cc6\u0cb5\u0cbf\u0cb8\u0ccd" },
|
||||
{ "KP", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0c95\u0ccb\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "KR", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0c95\u0ccb\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "KW", "\u0c95\u0cc1\u0cb5\u0cc8\u0ca4\u0ccd" },
|
||||
{ "KY", "\u0c95\u0cc7\u0cae\u0ca8\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "KZ", "\u0c95\u0c9d\u0cbe\u0c95\u0cbf\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8\u0ccd" },
|
||||
{ "LA", "\u0cb2\u0cbe\u0cb5\u0ccb\u0cb8\u0ccd" },
|
||||
{ "LB", "\u0cb2\u0cc6\u0cac\u0ca8\u0cbe\u0ca8\u0ccd" },
|
||||
{ "LC", "\u0cb8\u0cc7\u0c82\u0c9f\u0ccd \u0cb2\u0cc2\u0cb8\u0cbf\u0caf\u0cbe" },
|
||||
{ "LI", "\u0cb2\u0cbf\u0c9a\u0cc6\u0ca8\u0ccd\u200c\u0cb8\u0ccd\u0c9f\u0cc8\u0ca8\u0ccd" },
|
||||
{ "LK", "\u0cb6\u0ccd\u0cb0\u0cc0\u0cb2\u0c82\u0c95\u0cbe" },
|
||||
{ "LR", "\u0cb2\u0cbf\u0cac\u0cc7\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "LS", "\u0cb2\u0cc6\u0ca5\u0ccb\u0cb8\u0cca" },
|
||||
{ "LT", "\u0cb2\u0cbf\u0ca5\u0cc1\u0cb5\u0cc7\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "LU", "\u0cb2\u0c95\u0ccd\u0cb8\u0c82\u0cac\u0cb0\u0ccd\u0c97\u0ccd" },
|
||||
{ "LV", "\u0cb2\u0cbe\u0c9f\u0ccd\u0cb5\u0cbf\u0caf\u0cbe" },
|
||||
{ "LY", "\u0cb2\u0cbf\u0cac\u0cbf\u0caf\u0cbe" },
|
||||
{ "MA", "\u0cae\u0cca\u0cb0\u0cbe\u0c95\u0ccd\u0c95\u0cca" },
|
||||
{ "MC", "\u0cae\u0cca\u0ca8\u0cbe\u0c95\u0cca" },
|
||||
{ "MD", "\u0cae\u0cca\u0cb2\u0ccd\u0ca1\u0ccb\u0cb5\u0cbe" },
|
||||
{ "ME", "\u0cae\u0cca\u0c82\u0c9f\u0cc6\u0ca8\u0cc6\u0c97\u0ccd\u0cb0\u0ccb" },
|
||||
{ "MF", "\u0cb8\u0cc7\u0c82\u0c9f\u0ccd \u0cae\u0cbe\u0cb0\u0ccd\u0c9f\u0cbf\u0ca8\u0ccd" },
|
||||
{ "MG", "\u0cae\u0ca1\u0c97\u0cbe\u0cb8\u0ccd\u0c95\u0cb0\u0ccd" },
|
||||
{ "MH", "\u0cae\u0cbe\u0cb0\u0ccd\u0cb6\u0cb2\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "MK", "\u0cae\u0ccd\u0caf\u0cbe\u0cb8\u0cbf\u0ca1\u0ccb\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "ML", "\u0cae\u0cbe\u0cb2\u0cbf" },
|
||||
{ "MM", "\u0cae\u0caf\u0ca8\u0ccd\u0cae\u0cbe\u0cb0\u0ccd" },
|
||||
{ "MN", "\u0cae\u0cca\u0c82\u0c97\u0ccb\u0cb2\u0cbf\u0caf\u0cbe" },
|
||||
{ "MO", "\u0cae\u0cc6\u0c95\u0ccd\u0cb5\u0cbe SAR \u0c9a\u0cc0\u0ca8\u0cbe" },
|
||||
{ "MP", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0cae\u0cb0\u0cbf\u0caf\u0cbe\u0ca8\u0cbe \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "MQ", "\u0cae\u0cbe\u0cb0\u0ccd\u0c9f\u0cbf\u0ca8\u0cbf\u0c95\u0ccd" },
|
||||
{ "MR", "\u0cae\u0cbe\u0cb0\u0cbf\u0c9f\u0cbe\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "MS", "\u0cae\u0ccb\u0c82\u0c9f\u0ccd\u200c\u0cb8\u0cc6\u0cb0\u0cc6\u0c9f\u0ccd" },
|
||||
{ "MT", "\u0cae\u0cbe\u0cb2\u0ccd\u0c9f\u0cbe" },
|
||||
{ "MU", "\u0cae\u0cbe\u0cb0\u0cbf\u0cb6\u0cbf\u0caf\u0cb8\u0ccd" },
|
||||
{ "MV", "\u0cae\u0cbe\u0cb2\u0ccd\u0ca1\u0cbf\u0cb5\u0ccd\u0cb8\u0ccd" },
|
||||
{ "MW", "\u0cae\u0cb2\u0cbe\u0cb5\u0cbf" },
|
||||
{ "MX", "\u0cae\u0cc6\u0c95\u0ccd\u0cb8\u0cbf\u0c95\u0cca" },
|
||||
{ "MY", "\u0cae\u0cb2\u0cc7\u0cb6\u0cbf\u0caf\u0cbe" },
|
||||
{ "MZ", "\u0cae\u0cca\u0c9c\u0cbe\u0c82\u0cac\u0cbf\u0c95\u0ccd" },
|
||||
{ "NA", "\u0ca8\u0cae\u0cc0\u0cac\u0cbf\u0caf\u0cbe" },
|
||||
{ "NC", "\u0ca8\u0ccd\u0caf\u0cc2 \u0c95\u0ccd\u0caf\u0cbe\u0cb2\u0cbf\u0ca1\u0ccb\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "NE", "\u0ca8\u0cc8\u0c9c\u0cb0\u0ccd" },
|
||||
{ "NF", "\u0ca8\u0cbe\u0cb0\u0ccd\u200c\u0cab\u0ccb\u0c95\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa" },
|
||||
{ "NG", "\u0ca8\u0cc8\u0c9c\u0cc0\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "NI", "\u0ca8\u0cbf\u0c95\u0cbe\u0cb0\u0cbe\u0c97\u0cc1\u0cb5\u0cbe" },
|
||||
{ "NL", "\u0ca8\u0cc6\u0ca6\u0cb0\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u0cb8\u0ccd" },
|
||||
{ "NO", "\u0ca8\u0cbe\u0cb0\u0ccd\u0cb5\u0cc7" },
|
||||
{ "NP", "\u0ca8\u0cc7\u0caa\u0cbe\u0cb3" },
|
||||
{ "NR", "\u0ca8\u0ccc\u0cb0\u0cc1" },
|
||||
{ "NU", "\u0ca8\u0cbf\u0caf\u0cc1" },
|
||||
{ "NZ", "\u0ca8\u0ccd\u0caf\u0cc2\u0c9c\u0cbf\u0cb2\u0cc6\u0c82\u0ca1\u0ccd" },
|
||||
{ "OM", "\u0c93\u0cae\u0ca8\u0ccd" },
|
||||
{ "PA", "\u0caa\u0ca8\u0cbe\u0cae\u0cbe" },
|
||||
{ "PE", "\u0caa\u0cc6\u0cb0\u0cc1" },
|
||||
{ "PF", "\u0cab\u0ccd\u0cb0\u0cc6\u0c82\u0c9a\u0ccd \u0caa\u0ccb\u0cb2\u0cbf\u0ca8\u0cc7\u0cb6\u0cbf\u0caf\u0cbe" },
|
||||
{ "PG", "\u0caa\u0caa\u0cc1\u0cb5\u0cbe \u0ca8\u0ccd\u0caf\u0cc2\u0c97\u0cc0\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "PH", "\u0cab\u0cbf\u0cb2\u0cbf\u0cab\u0cc8\u0ca8\u0ccd\u0cb8\u0ccd" },
|
||||
{ "PK", "\u0caa\u0cbe\u0c95\u0cbf\u0cb8\u0ccd\u0ca4\u0cbe\u0ca8" },
|
||||
{ "PL", "\u0caa\u0ccb\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd" },
|
||||
{ "PM", "\u0cb8\u0cc7\u0c82\u0c9f\u0ccd \u0caa\u0cbf\u0caf\u0cb0\u0cc6 \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0cae\u0cbf\u0c95\u0cc6\u0cb2\u0ca8\u0ccd" },
|
||||
{ "PN", "\u0caa\u0cbf\u0c9f\u0ccd\u200c\u0c95\u0cc8\u0cb0\u0ccd\u0ca8\u0ccd" },
|
||||
{ "PR", "\u0caa\u0ccd\u0caf\u0cc2\u0cb0\u0ccd\u0c9f\u0ccb \u0cb0\u0cbf\u0c95\u0cca" },
|
||||
{ "PS", "\u0caa\u0ccd\u0caf\u0cbe\u0cb2\u0cbf\u0cb8\u0ccd\u0c9f\u0cc7\u0ca8\u0cbf\u0caf\u0ca8\u0ccd \u0caa\u0ccd\u0cb0\u0ca6\u0cc7\u0cb6" },
|
||||
{ "PT", "\u0caa\u0ccb\u0cb0\u0ccd\u0c9a\u0cc1\u0c97\u0cb2\u0ccd" },
|
||||
{ "PW", "\u0caa\u0cb2\u0cbe\u0cb5\u0cc1" },
|
||||
{ "PY", "\u0caa\u0cb0\u0cbe\u0c97\u0ccd\u0cb5\u0cc7" },
|
||||
{ "QA", "\u0c95\u0ca4\u0cbe\u0cb0\u0ccd" },
|
||||
{ "QO", "\u0c94\u0c9f\u0ccd\u200c\u0cb2\u0cc8\u0caf\u0cbf\u0c82\u0c97\u0ccd \u0c93\u0cb6\u0cbf\u0caf\u0cbe\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "RE", "\u0cb0\u0cc0\u0caf\u0cc2\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "RO", "\u0cb0\u0cca\u0cae\u0ccd\u0caf\u0cbe\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "RS", "\u0cb8\u0cc6\u0cb0\u0ccd\u0cac\u0cbf\u0caf\u0cbe" },
|
||||
{ "RU", "\u0cb0\u0cb6\u0cbf\u0caf\u0cbe" },
|
||||
{ "RW", "\u0cb0\u0cc1\u0cb5\u0cbe\u0c82\u0ca1\u0cbe" },
|
||||
{ "SA", "\u0cb8\u0ccc\u0ca6\u0cbf \u0c85\u0cb0\u0cc7\u0cac\u0cbf\u0caf\u0cbe" },
|
||||
{ "SB", "\u0cb8\u0cca\u0cb2\u0cca\u0cae\u0ca8\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "SC", "\u0cb8\u0cc0\u0cb6\u0cc6\u0cb2\u0ccd\u0cb2\u0cc6\u0cb8\u0ccd" },
|
||||
{ "SD", "\u0cb8\u0cc2\u0ca1\u0cbe\u0ca8\u0ccd" },
|
||||
{ "SE", "\u0cb8\u0ccd\u0cb5\u0cc0\u0ca1\u0ca8\u0ccd" },
|
||||
{ "SG", "\u0cb8\u0cbf\u0c82\u0c97\u0caa\u0cc1\u0cb0" },
|
||||
{ "SH", "\u0cb8\u0cc7\u0c82\u0c9f\u0ccd \u0cb9\u0cc6\u0cb2\u0cc6\u0ca8\u0cbe" },
|
||||
{ "SI", "\u0cb8\u0ccd\u0cb2\u0ccb\u0cb5\u0cc7\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "SJ", "\u0cb8\u0ccd\u0cb5\u0cbe\u0cb2\u0ccd\u0cac\u0cbe\u0cb0\u0ccd\u0ca1\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0c9c\u0cbe\u0ca8\u0ccd \u0cae\u0cbe\u0caf\u0cc6\u0ca8\u0ccd" },
|
||||
{ "SK", "\u0cb8\u0ccd\u0cb2\u0ccb\u0cb5\u0cbe\u0c95\u0cbf\u0caf\u0cbe" },
|
||||
{ "SL", "\u0cb8\u0cbf\u0caf\u0cc6\u0cb0\u0ccd\u0cb0\u0cbe \u0cb2\u0cbf\u0caf\u0ccb\u0ca8\u0ccd" },
|
||||
{ "SM", "\u0cb8\u0ccd\u0caf\u0cbe\u0ca8\u0ccd \u0cae\u0cc6\u0cb0\u0cbf\u0ca8\u0ccb" },
|
||||
{ "SN", "\u0cb8\u0cc6\u0ca8\u0cc6\u0c97\u0cb2\u0ccd" },
|
||||
{ "SO", "\u0cb8\u0cca\u0cae\u0cbe\u0cb2\u0cbf\u0caf\u0cbe" },
|
||||
{ "SR", "\u0cb8\u0cc1\u0cb0\u0cbf\u0ca8\u0cbe\u0cae" },
|
||||
{ "ST", "\u0cb8\u0cbe\u0cb5\u0ccb \u0c9f\u0ccb\u0cae\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0caa\u0ccd\u0cb0\u0cbf\u0ca8\u0ccd\u0cb8\u0cbf\u0caa\u0cc6" },
|
||||
{ "SV", "\u0c8e\u0cb2\u0ccd \u0cb8\u0cbe\u0cb2\u0ccd\u0cb5\u0cc7\u0ca1\u0cbe\u0cb0\u0ccd" },
|
||||
{ "SY", "\u0cb8\u0cbf\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "SZ", "\u0cb8\u0ccd\u0cb5\u0cbe\u0c9c\u0cbf\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd" },
|
||||
{ "TA", "\u0ca4\u0ccd\u0cb0\u0cbf\u0cb8\u0ccd\u0ca4\u0cbe\u0ca8\u0ccd\u200c \u0ca6 \u0c95\u0cc1\u0ca8\u0ccd\u0cb9\u0cbe" },
|
||||
{ "TC", "\u0c9f\u0cb0\u0ccd\u0c95\u0ccd\u0cb8\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0c95\u0cc8\u0c95\u0ccb\u0cb8\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "TD", "\u0c9a\u0cbe\u0ca1\u0ccd" },
|
||||
{ "TF", "\u0cab\u0ccd\u0cb0\u0cc6\u0c82\u0c9a\u0ccd \u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0caa\u0ccd\u0cb0\u0ca6\u0cc7\u0cb6\u0c97\u0cb3\u0cc1" },
|
||||
{ "TG", "\u0c9f\u0ccb\u0c97\u0ccb" },
|
||||
{ "TH", "\u0ca5\u0cc8\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd" },
|
||||
{ "TJ", "\u0ca4\u0c9c\u0cbe\u0c95\u0cbf\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8\u0ccd" },
|
||||
{ "TK", "\u0c9f\u0cca\u0c95\u0cc6\u0cb2\u0cbe\u0cb5\u0ccd" },
|
||||
{ "TL", "\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0ca4\u0cbf\u0cae\u0ccb\u0cb0\u0ccd" },
|
||||
{ "TM", "\u0ca4\u0cc1\u0cb0\u0ccd\u0c95\u0cae\u0cc6\u0ca8\u0cbf\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8\u0ccd" },
|
||||
{ "TN", "\u0c9f\u0cc1\u0ca8\u0cbf\u0cb6\u0cbf\u0caf\u0cbe" },
|
||||
{ "TO", "\u0c9f\u0cca\u0c82\u0c97" },
|
||||
{ "TR", "\u0c9f\u0cb0\u0ccd\u0c95\u0cbf" },
|
||||
{ "TT", "\u0c9f\u0ccd\u0cb0\u0cbf\u0ca8\u0cbf\u0ca1\u0cbe\u0ca1\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0c9f\u0cca\u0cac\u0ccd\u0caf\u0cbe\u0c97\u0cca" },
|
||||
{ "TV", "\u0c9f\u0cc1\u0cb5\u0cbe\u0cb2\u0cc1" },
|
||||
{ "TW", "\u0ca5\u0cc8\u0cb5\u0cbe\u0ca8\u0ccd" },
|
||||
{ "TZ", "\u0c9f\u0cbe\u0c82\u0c9c\u0cbe\u0ca8\u0cbf\u0caf\u0cbe" },
|
||||
{ "UA", "\u0c89\u0c95\u0ccd\u0cb0\u0cc8\u0ca8\u0ccd" },
|
||||
{ "UG", "\u0c89\u0c97\u0cbe\u0c82\u0ca1\u0cbe" },
|
||||
{ "UM", "\u0cb8\u0c82\u0caf\u0cc1\u0c95\u0ccd\u0ca4 \u0cb8\u0c82\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8 \u0cae\u0cc8\u0ca8\u0cb0\u0ccd \u0c94\u0c9f\u0ccd\u200c\u0cb2\u0cc8\u0caf\u0cbf\u0c82\u0c97\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "US", "\u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0cbe \u0cb8\u0c82\u0caf\u0cc1\u0c95\u0ccd\u0ca4 \u0cb8\u0c82\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8" },
|
||||
{ "UY", "\u0c89\u0cb0\u0cc1\u0c97\u0ccd\u0cb5\u0cc7" },
|
||||
{ "UZ", "\u0c89\u0c9c\u0ccd\u0cac\u0cc7\u0c95\u0cbf\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8\u0ccd" },
|
||||
{ "VA", "\u0cb5\u0ccd\u0caf\u0cbe\u0c9f\u0cbf\u0c95\u0ca8\u0ccd" },
|
||||
{ "VC", "\u0cb8\u0cc7\u0c82\u0c9f\u0ccd \u0cb5\u0cbf\u0ca8\u0ccd\u0cb8\u0cc6\u0c82\u0c9f\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0c97\u0ccd\u0cb0\u0cc6\u0ca8\u0cc6\u0ca1\u0cc8\u0ca8\u0ccd\u0cb8\u0ccd" },
|
||||
{ "VE", "\u0cb5\u0cc6\u0ca8\u0cc6\u0c9c\u0cc1\u0cb5\u0cc6\u0cb2\u0cbe" },
|
||||
{ "VG", "\u0cac\u0ccd\u0cb0\u0cbf\u0c9f\u0cbf\u0cb7\u0ccd \u0cb5\u0cb0\u0ccd\u0c9c\u0cbf\u0ca8\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "VI", "\u0caf\u0cc1.\u0c8e\u0cb8\u0ccd. \u0cb5\u0cb0\u0ccd\u0c9c\u0cbf\u0ca8\u0ccd \u0ca6\u0ccd\u0cb5\u0cc0\u0caa\u0c97\u0cb3\u0cc1" },
|
||||
{ "VN", "\u0cb5\u0cbf\u0caf\u0cc7\u0c9f\u0ccd\u0ca8\u0cbe\u0cae\u0ccd" },
|
||||
{ "VU", "\u0cb5\u0ca8\u0ccc\u0c9f\u0cc1" },
|
||||
{ "WF", "\u0cb5\u0cbe\u0cb2\u0cbf\u0cb8\u0ccd \u0cae\u0ca4\u0ccd\u0ca4\u0cc1 \u0cab\u0cc1\u0c9f\u0cc1\u0ca8\u0cbe" },
|
||||
{ "WS", "\u0cb8\u0cae\u0ccb\u0cb5\u0cbe" },
|
||||
{ "YE", "\u0caf\u0cc6\u0cae\u0ca8\u0ccd" },
|
||||
{ "YT", "\u0cae\u0caf\u0cca\u0c9f\u0ccd\u0c9f\u0cc6" },
|
||||
{ "ZA", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0c95\u0cbe" },
|
||||
{ "ZM", "\u0c9d\u0cbe\u0c82\u0cac\u0cbf\u0caf\u0cbe" },
|
||||
{ "ZW", "\u0c9c\u0cbf\u0c82\u0cac\u0cbe\u0cac\u0ccd\u0cb5\u0cc6" },
|
||||
{ "ZZ", "\u0c85\u0caa\u0cb0\u0cbf\u0c9a\u0cbf\u0ca4 \u0c85\u0ca5\u0cb5\u0cbe \u0c85\u0cae\u0cbe\u0ca8\u0ccd\u0caf \u0caa\u0ccd\u0cb0\u0ca6\u0cc7\u0cb6" },
|
||||
{ "aa", "\u0c85\u0cab\u0cbe\u0cb0\u0ccd" },
|
||||
{ "ab", "\u0c85\u0cac\u0ccd\u0c96\u0cbe\u0c9c\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ae", "\u0c85\u0cb5\u0cc6\u0cb8\u0ccd\u0c9f\u0ca8\u0ccd" },
|
||||
{ "af", "\u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0c95\u0cbe\u0ca8\u0ccd\u0cb8\u0ccd" },
|
||||
{ "ak", "\u0c85\u0c95\u0ca8\u0ccd" },
|
||||
{ "am", "\u0c85\u0c82\u0cb9\u0cb0\u0cbf\u0c95\u0ccd" },
|
||||
{ "an", "\u0c85\u0cb0\u0c97\u0cca\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "ar", "\u0c85\u0cb0\u0cc7\u0cac\u0cbf\u0c95\u0ccd" },
|
||||
{ "as", "\u0c85\u0cb8\u0ccd\u0cb8\u0cbe\u0cae\u0cc0\u0cb8\u0ccd" },
|
||||
{ "av", "\u0c85\u0cb5\u0cb0\u0cbf\u0c95\u0ccd" },
|
||||
{ "ay", "\u0c85\u0caf\u0ccd\u0cae\u0cbe\u0cb0\u0cbe" },
|
||||
{ "az", "\u0c85\u0c9c\u0cb0\u0ccd\u200c\u0cac\u0cc8\u0c9c\u0cbe\u0ca8\u0cbf" },
|
||||
{ "ba", "\u0cac\u0cb6\u0ccd\u0c95\u0cbf\u0cb0\u0ccd" },
|
||||
{ "be", "\u0cac\u0cc6\u0cb2\u0cb0\u0cc2\u0cb8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "bg", "\u0cac\u0cb2\u0ccd\u0c97\u0cc7\u0cb0\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "bh", "\u0cac\u0cbf\u0cb9\u0cbe\u0cb0\u0cbf" },
|
||||
{ "bi", "\u0cac\u0cbf\u0cb8\u0ccd\u0cb2\u0cbe\u0cae\u0cbe" },
|
||||
{ "bm", "\u0cac\u0c82\u0cac\u0cbe\u0cb0\u0cbe" },
|
||||
{ "bn", "\u0cac\u0cc6\u0c82\u0c97\u0cbe\u0cb2\u0cbf" },
|
||||
{ "bo", "\u0c9f\u0cbf\u0cac\u0cc7\u0c9f\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "br", "\u0cac\u0ccd\u0cb0\u0cc6\u0c9f\u0ca8\u0ccd" },
|
||||
{ "bs", "\u0cac\u0ccb\u0cb8\u0ccd\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ca", "\u0c95\u0cc6\u0c9f\u0cb2\u0cbe\u0ca8\u0ccd" },
|
||||
{ "ce", "\u0c9a\u0cc6\u0c9a\u0ca8\u0ccd" },
|
||||
{ "ch", "\u0c95\u0cae\u0cca\u0cb0\u0cca" },
|
||||
{ "co", "\u0c95\u0cca\u0cb0\u0ccd\u0cb8\u0cbf\u0c95\u0ca8\u0ccd" },
|
||||
{ "cr", "\u0c95\u0ccd\u0cb0\u0cc0" },
|
||||
{ "cs", "\u0c9c\u0cc6\u0c95\u0ccd" },
|
||||
{ "cu", "\u0c9a\u0cb0\u0ccd\u0c9a\u0ccd \u0cb8\u0ccd\u0cb2\u0cbe\u0cb5\u0cbf\u0c95\u0ccd" },
|
||||
{ "cv", "\u0c9a\u0cc1\u0cb5\u0cbe\u0cb6\u0ccd" },
|
||||
{ "cy", "\u0cb5\u0cc6\u0cb2\u0ccd\u0cb6\u0ccd" },
|
||||
{ "da", "\u0ca1\u0ccd\u0caf\u0cbe\u0ca8\u0cbf\u0cb6\u0ccd" },
|
||||
{ "de", "\u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0ccd" },
|
||||
{ "dv", "\u0ca6\u0cbf\u0cb5\u0cc6\u0cb9\u0cbf" },
|
||||
{ "dz", "\u0c9c\u0ccb\u0c82\u0c97\u0ccd\u200c\u0c96\u0cbe" },
|
||||
{ "ee", "\u0c8f\u0cb5\u0ccd" },
|
||||
{ "el", "\u0c97\u0ccd\u0cb0\u0cc0\u0c95\u0ccd" },
|
||||
{ "en", "\u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc0\u0cb7\u0ccd" },
|
||||
{ "eo", "\u0c8e\u0cb8\u0ccd\u0caa\u0cc6\u0cb0\u0cbe\u0c82\u0c9f\u0cca" },
|
||||
{ "es", "\u0cb8\u0ccd\u0caa\u0ccd\u0caf\u0cbe\u0ca8\u0cbf\u0cb7\u0ccd" },
|
||||
{ "et", "\u0c8e\u0cb8\u0ccd\u0c9f\u0cca\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "eu", "\u0cac\u0cbe\u0cb8\u0ccd\u0c95\u0ccd" },
|
||||
{ "fa", "\u0caa\u0cb0\u0ccd\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ff", "\u0cab\u0cc1\u0cb2\u0cbe\u0cb9\u0ccd" },
|
||||
{ "fi", "\u0cab\u0cbf\u0ca8\u0ccd\u0ca8\u0cbf\u0cb6\u0ccd" },
|
||||
{ "fj", "\u0cab\u0cbf\u0c9c\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "fo", "\u0cab\u0cb0\u0ccb\u0cb8\u0cbf" },
|
||||
{ "fr", "\u0cab\u0ccd\u0cb0\u0cc6\u0c82\u0c9a\u0ccd" },
|
||||
{ "fy", "\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0cab\u0ccd\u0cb0\u0cbf\u0cb8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ga", "\u0c90\u0cb0\u0cbf\u0cb7\u0ccd" },
|
||||
{ "gd", "\u0cb8\u0ccd\u0c95\u0cbe\u0c9f\u0cbf\u0cb6\u0ccd \u0c97\u0ccd\u0caf\u0cbe\u0cb2\u0cbf\u0c95\u0ccd" },
|
||||
{ "gl", "\u0c97\u0ccd\u0caf\u0cbe\u0cb2\u0cbf\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "gn", "\u0c97\u0ccc\u0cb0\u0cbe\u0ca8\u0cbf" },
|
||||
{ "gu", "\u0c97\u0cc1\u0c9c\u0cb0\u0cbe\u0ca4\u0cbf" },
|
||||
{ "gv", "\u0cae\u0ccd\u0caf\u0cbe\u0c82\u0c95\u0ccd\u0cb8\u0ccd" },
|
||||
{ "ha", "\u0cb9\u0ccc\u0cb8\u0cbe" },
|
||||
{ "he", "\u0cb9\u0cc0\u0cac\u0ccd\u0cb0\u0ccd\u0caf\u0cc2" },
|
||||
{ "hi", "\u0cb9\u0cbf\u0c82\u0ca6\u0cbf" },
|
||||
{ "ho", "\u0cb9\u0cbf\u0cb0\u0cbf \u0cae\u0cca\u0c9f\u0cc1" },
|
||||
{ "hr", "\u0c95\u0ccd\u0cb0\u0cca\u0caf\u0cc7\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ht", "\u0cb9\u0cc8\u0ca4\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "hu", "\u0cb9\u0c82\u0c97\u0cc7\u0cb0\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "hy", "\u0c85\u0cb0\u0ccd\u0cae\u0cc7\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "hz", "\u0cb9\u0cc6\u0cb0\u0cc6\u0cb0\u0cca" },
|
||||
{ "ia", "\u0c87\u0c82\u0c9f\u0cb0\u0ccd\u0cb2\u0cbf\u0c82\u0c97\u0cc1\u0cb5\u0cbe" },
|
||||
{ "id", "\u0c87\u0c82\u0ca1\u0ccb\u0ca8\u0cc7\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ie", "\u0c87\u0c82\u0c9f\u0cb0\u0ccd\u0cb2\u0cbf\u0c82\u0c97\u0ccd" },
|
||||
{ "ig", "\u0c87\u0c97\u0ccd\u0cac\u0cca" },
|
||||
{ "ii", "\u0cb8\u0cbf\u0c9a\u0cc1\u0c85\u0ca8\u0ccd \u0caf\u0cbf" },
|
||||
{ "ik", "\u0c87\u0ca8\u0cc1\u0caa\u0cbf\u0caf\u0cbe\u0c95\u0ccd" },
|
||||
{ "io", "\u0c87\u0ca1\u0cca" },
|
||||
{ "is", "\u0c90\u0cb8\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0cbf\u0c95\u0ccd" },
|
||||
{ "it", "\u0c87\u0c9f\u0cbe\u0cb2\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "iu", "\u0c87\u0ca8\u0cc1\u0c95\u0ccd\u0c9f\u0cbf\u0c9f\u0cc1\u0c9f\u0ccd" },
|
||||
{ "ja", "\u0c9c\u0caa\u0cbe\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "jv", "\u0c9c\u0cb5\u0cbe\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "ka", "\u0c9c\u0cbe\u0cb0\u0ccd\u0c9c\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "kg", "\u0c95\u0cbe\u0c82\u0c97\u0ccb" },
|
||||
{ "ki", "\u0c95\u0cbf\u0c95\u0cc1\u0caf\u0cc1" },
|
||||
{ "kj", "\u0c95\u0ccd\u0cb5\u0cbe\u0ca8\u0ccd\u200c\u0caf\u0cbe\u0cae\u0cbe" },
|
||||
{ "kk", "\u0c95\u0c9d\u0c95\u0ccd" },
|
||||
{ "kl", "\u0c95\u0cb2\u0cbe\u0cb2\u0ccd\u0cb2\u0cbf\u0cb8\u0cc1\u0c9f\u0ccd" },
|
||||
{ "km", "\u0c96\u0cae\u0cc7\u0cb0\u0ccd" },
|
||||
{ "kn", "\u0c95\u0ca8\u0ccd\u0ca8\u0ca1" },
|
||||
{ "ko", "\u0c95\u0ccb\u0cb0\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "kr", "\u0c95\u0ca8\u0cc1\u0cb0\u0cbf" },
|
||||
{ "ks", "\u0c95\u0cbe\u0cb6\u0ccd\u0cae\u0cc0\u0cb0\u0cbf" },
|
||||
{ "ku", "\u0c95\u0cc1\u0cb0\u0ccd\u0ca6\u0cbf\u0cb7\u0ccd" },
|
||||
{ "kv", "\u0c95\u0ccb\u0cae\u0cbf" },
|
||||
{ "kw", "\u0c95\u0ccb\u0cb0\u0ccd\u0ca8\u0cbf\u0cb7\u0ccd" },
|
||||
{ "ky", "\u0c95\u0cbf\u0cb0\u0ccd\u0c9c\u0cbf\u0c9d\u0ccd" },
|
||||
{ "la", "\u0cb2\u0ccd\u0caf\u0cbe\u0c9f\u0cbf\u0ca8\u0ccd" },
|
||||
{ "lb", "\u0cb2\u0c95\u0ccd\u0cb8\u0c82\u0cac\u0cb0\u0ccd\u0c97\u0ccd" },
|
||||
{ "lg", "\u0c97\u0c82\u0ca1\u0cbe" },
|
||||
{ "li", "\u0cb2\u0cbf\u0c82\u0cac\u0cb0\u0ccd\u0c97\u0cbf\u0cb6\u0ccd" },
|
||||
{ "ln", "\u0cb2\u0cbf\u0c82\u0c97\u0cbe\u0cb2" },
|
||||
{ "lo", "\u0cb2\u0cbe\u0cb5\u0ccb" },
|
||||
{ "lt", "\u0cb2\u0cbf\u0ca5\u0cc1\u0cb5\u0cc7\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "lu", "\u0cb2\u0cc2\u0cac\u0cbe-\u0c95\u0c9f\u0cbe\u0c82\u0c97\u0cbe" },
|
||||
{ "lv", "\u0cb2\u0c9f\u0ccd\u0cb5\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "mg", "\u0cae\u0cb2\u0c97\u0cbe\u0cb8\u0cbf" },
|
||||
{ "mh", "\u0cae\u0cbe\u0cb0\u0ccd\u0cb6\u0cb2\u0ccd\u0cb2\u0cc0\u0cb8\u0ccd" },
|
||||
{ "mi", "\u0cae\u0cbe\u0cb5\u0ccb\u0cb0\u0cbf" },
|
||||
{ "mk", "\u0cae\u0cc6\u0cb8\u0cbf\u0ca1\u0ccb\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ml", "\u0cae\u0cb2\u0cc6\u0caf\u0cbe\u0cb3\u0c82" },
|
||||
{ "mn", "\u0cae\u0c82\u0c97\u0ccb\u0cb2\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "mo", "\u0cae\u0cbe\u0cb2\u0ccd\u0ca1\u0cc0\u0cb5\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "mr", "\u0cae\u0cb0\u0cbe\u0ca0\u0cbf" },
|
||||
{ "ms", "\u0cae\u0cb2\u0caf" },
|
||||
{ "mt", "\u0cae\u0cbe\u0cb2\u0ccd\u0c9f\u0cc0\u0cb8\u0ccd" },
|
||||
{ "my", "\u0cac\u0cb0\u0ccd\u0cae\u0cc0\u0cb8\u0ccd" },
|
||||
{ "na", "\u0ca8\u0ccc\u0cb0\u0cc1" },
|
||||
{ "nb", "\u0ca8\u0ccb\u0cb0\u0ccd\u0cb5\u0cc7\u0c9c\u0cbf\u0caf\u0ca8\u0ccd \u0cac\u0cca\u0c95\u0ccd\u0cae\u0cb2\u0ccd" },
|
||||
{ "nd", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0ca6\u0cc6\u0cac\u0cc6\u0cb2\u0cc6" },
|
||||
{ "ne", "\u0ca8\u0cc7\u0caa\u0cbe\u0cb3\u0cbf" },
|
||||
{ "ng", "\u0ca1\u0ccb\u0c82\u0c97\u0cbe" },
|
||||
{ "nl", "\u0ca1\u0c9a\u0ccd" },
|
||||
{ "nn", "\u0ca8\u0cbe\u0cb0\u0ccd\u0cb5\u0cc7\u0c9c\u0cbf\u0caf\u0ca8\u0ccd \u0ca8\u0cc2\u0ca8\u0cbe\u0cb0\u0ccd\u0cb8\u0ccd\u0c95\u0ccd" },
|
||||
{ "no", "\u0ca8\u0cbe\u0cb0\u0ccd\u0cb5\u0cc7\u0c9c\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "nr", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0ca6\u0cc6\u0cac\u0cc6\u0cb2\u0cc6" },
|
||||
{ "nv", "\u0ca8\u0cb5\u0cbe\u0c9c\u0cca" },
|
||||
{ "ny", "\u0ca8\u0ccd\u0caf\u0cbe\u0c82\u0c9c\u0cbe" },
|
||||
{ "oc", "\u0c86\u0c95\u0ccd\u0cb8\u0cbf\u0c9f\u0cbe\u0ca8\u0ccd" },
|
||||
{ "oj", "\u0c92\u0c9c\u0cbf\u0cac\u0ccd\u0cb5\u0cbe" },
|
||||
{ "om", "\u0c92\u0cb0\u0cca\u0cae\u0cca" },
|
||||
{ "or", "\u0c93\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "os", "\u0c92\u0cb8\u0ccd\u0cb8\u0cc6\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "pa", "\u0caa\u0c82\u0c9c\u0cbe\u0cac\u0cbf" },
|
||||
{ "pi", "\u0caa\u0cbe\u0cb2\u0cbf" },
|
||||
{ "pl", "\u0caa\u0ccb\u0cb2\u0cbf\u0cb6\u0ccd" },
|
||||
{ "ps", "\u0caa\u0cbe\u0cb7\u0ccd\u0c9f\u0ccb" },
|
||||
{ "pt", "\u0caa\u0ccb\u0cb0\u0ccd\u0c9a\u0cc1\u0c97\u0cc0\u0cb8\u0ccd" },
|
||||
{ "qu", "\u0c95\u0ccd\u0cb5\u0cc6\u0c9a\u0cc1\u0cb5\u0cbe" },
|
||||
{ "rm", "\u0cb0\u0cb9\u0cc7\u0c9f\u0ccb-\u0cb0\u0ccb\u0cae\u0ccd\u0caf\u0cbe\u0ca8\u0ccd\u0cb8\u0ccd" },
|
||||
{ "rn", "\u0cb0\u0cc1\u0c82\u0ca1\u0cbf" },
|
||||
{ "ro", "\u0cb0\u0cca\u0cae\u0ccd\u0caf\u0cbe\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ru", "\u0cb0\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "rw", "\u0c95\u0cc0\u0ca8\u0ccd\u0caf\u0cbe\u0cb0\u0cc1\u0cb5\u0cbe\u0c82\u0ca1\u0cbe" },
|
||||
{ "sa", "\u0cb8\u0c82\u0cb8\u0ccd\u0c95\u0cc3\u0ca4" },
|
||||
{ "sc", "\u0cb8\u0cb0\u0ccd\u0ca1\u0cc0\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "sd", "\u0cb8\u0cbf\u0c82\u0ca7\u0cbf" },
|
||||
{ "se", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0cb8\u0cbe\u0cae\u0cbf" },
|
||||
{ "sg", "\u0cb8\u0cbe\u0c82\u0c97\u0ccb" },
|
||||
{ "sh", "\u0cb8\u0cb0\u0ccd\u0cac\u0ccb-\u0c95\u0ccd\u0cb0\u0cca\u0caf\u0cc7\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "si", "\u0cb8\u0cbf\u0c82\u0cb9\u0cb3" },
|
||||
{ "sk", "\u0cb8\u0ccd\u0cb2\u0ccb\u0cb5\u0cbe\u0c95\u0ccd" },
|
||||
{ "sl", "\u0cb8\u0ccd\u0cb2\u0ccb\u0cb5\u0cc7\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "sm", "\u0cb8\u0cae\u0ccb\u0cb5\u0ca8\u0ccd" },
|
||||
{ "sn", "\u0cb6\u0ccb\u0ca8\u0cbe" },
|
||||
{ "so", "\u0cb8\u0ccb\u0cae\u0cbe\u0cb2\u0cbf" },
|
||||
{ "sq", "\u0c85\u0cb2\u0ccd\u0cac\u0cc7\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "sr", "\u0cb8\u0cb0\u0ccd\u0cac\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ss", "\u0cb8\u0ccd\u0cb5\u0cbe\u0ca4\u0cbf" },
|
||||
{ "st", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0cb8\u0ccb\u0ca5\u0ccb" },
|
||||
{ "su", "\u0cb8\u0cc1\u0c82\u0ca1\u0cbe\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "sv", "\u0cb8\u0ccd\u0cb5\u0cc0\u0ca1\u0cbf\u0cb7\u0ccd" },
|
||||
{ "sw", "\u0cb8\u0ccd\u0cb5\u0cb9\u0cbf\u0cb2\u0cbf" },
|
||||
{ "ta", "\u0ca4\u0cae\u0cbf\u0cb3\u0cc1" },
|
||||
{ "te", "\u0ca4\u0cc6\u0cb2\u0cc1\u0c97\u0cc1" },
|
||||
{ "tg", "\u0ca4\u0cbe\u0c9c\u0cbf\u0c95\u0ccd" },
|
||||
{ "th", "\u0ca5\u0cbe\u0caf\u0cbf" },
|
||||
{ "ti", "\u0c9f\u0cc8\u0c97\u0ccd\u0cb0\u0cbf\u0ca8\u0ccd\u0caf\u0cbe" },
|
||||
{ "tk", "\u0c9f\u0cb0\u0ccd\u0c95\u0ccd\u200c\u0cae\u0cc6\u0ca8\u0ccd" },
|
||||
{ "tl", "\u0c9f\u0ccd\u0caf\u0cbe\u0c97\u0cb2\u0ccb\u0c97\u0ccd" },
|
||||
{ "tn", "\u0cb8\u0ccd\u0cb5\u0cbe\u0ca8\u0cbe" },
|
||||
{ "to", "\u0c9f\u0cca\u0c82\u0c97\u0cbe" },
|
||||
{ "tr", "\u0c9f\u0cb0\u0ccd\u0c95\u0cbf\u0cb6\u0ccd" },
|
||||
{ "ts", "\u0cb8\u0ccb\u0c82\u0c97\u0cbe" },
|
||||
{ "tt", "\u0c9f\u0cbe\u0c9f\u0cb0\u0ccd" },
|
||||
{ "tw", "\u0c9f\u0ccd\u0cb5\u0cbf" },
|
||||
{ "ty", "\u0ca4\u0cb9\u0cbf\u0ca4\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ug", "\u0c89\u0caf\u0cbf\u0c98\u0cb0\u0ccd" },
|
||||
{ "uk", "\u0c89\u0c95\u0ccd\u0cb0\u0cc8\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ur", "\u0c89\u0cb0\u0ccd\u0ca6\u0cc1" },
|
||||
{ "uz", "\u0c89\u0c9c\u0ccd\u0cac\u0cc7\u0c95\u0ccd" },
|
||||
{ "ve", "\u0cb5\u0cc6\u0c82\u0ca1\u0cbe" },
|
||||
{ "vi", "\u0cb5\u0cbf\u0caf\u0cc7\u0c9f\u0ccd\u0ca8\u0cbe\u0cae\u0cc0\u0cb8\u0ccd" },
|
||||
{ "vo", "\u0cb5\u0ccb\u0cb2\u0cbe\u0caa\u0cc1\u0c95\u0ccd" },
|
||||
{ "wa", "\u0cb5\u0cbe\u0cb2\u0cc2\u0ca8\u0ccd" },
|
||||
{ "wo", "\u0cb5\u0ccb\u0cb2\u0ccb\u0cab\u0ccd" },
|
||||
{ "xh", "\u0cb7\u0ccb\u0cb8\u0cbe" },
|
||||
{ "yi", "\u0caf\u0cbf\u0ca1\u0ccd\u0ca1\u0cbf\u0cb7\u0ccd" },
|
||||
{ "yo", "\u0caf\u0cca\u0cb0\u0cc1\u0cac\u0cbe" },
|
||||
{ "za", "\u0c9d\u0cc2\u0cb5\u0cbe\u0c82\u0c97\u0ccd" },
|
||||
{ "zh", "\u0c9a\u0cc8\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "zu", "\u0c9c\u0cc1\u0cb2\u0cc1" },
|
||||
{ "ace", "\u0c85\u0c9b\u0cbf\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "ach", "\u0c85\u0c95\u0ccb\u0cb2\u0cbf" },
|
||||
{ "ada", "\u0c85\u0ca1\u0c82\u0c97\u0ccd\u200c\u0cae\u0cc6" },
|
||||
{ "ady", "\u0c85\u0ca1\u0cc8\u0c98\u0cc6" },
|
||||
{ "afa", "\u0c86\u0cab\u0ccd\u0cb0\u0ccb-\u0c8f\u0cb6\u0cbf\u0caf\u0cbe\u0c9f\u0cbf\u0c95\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "afh", "\u0c86\u0cab\u0ccd\u0cb0\u0cbf\u0cb9\u0cbf\u0cb2\u0cbf" },
|
||||
{ "ain", "\u0c90\u0ca8\u0cc1" },
|
||||
{ "akk", "\u0c85\u0c95\u0ccd\u0c95\u0cbe\u0ca1\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ale", "\u0c85\u0cb2\u0cc6\u0caf\u0cc1\u0c9f\u0ccd" },
|
||||
{ "alg", "\u0c85\u0cb2\u0ccd\u0c97\u0cca\u0c82\u0c95\u0ccd\u0cb5\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "alt", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0c85\u0cb2\u0ccd\u0c9f\u0cbe\u0caf\u0ccd" },
|
||||
{ "ang", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc0\u0cb7\u0ccd" },
|
||||
{ "anp", "\u0c86\u0c82\u0c97\u0cbf\u0c95\u0cbe" },
|
||||
{ "apa", "\u0c85\u0caa\u0cbe\u0c9a\u0cbf \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "arc", "\u0c85\u0cb0\u0cbe\u0cae\u0cbf\u0c95\u0ccd" },
|
||||
{ "arn", "\u0c85\u0cb0\u0ccc\u0c95\u0cc7\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "arp", "\u0c85\u0cb0\u0caa\u0cbe\u0cb9\u0ccb" },
|
||||
{ "art", "\u0c95\u0cc3\u0ca4\u0c95 \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "arw", "\u0c85\u0cb0\u0cbe\u0cb5\u0cbe\u0c95\u0ccd" },
|
||||
{ "ast", "\u0c86\u0cb8\u0ccd\u0c9f\u0cc1\u0cb0\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "ath", "\u0c85\u0ca5\u0caa\u0cbe\u0cb8\u0ccd\u0c95\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "aus", "\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "awa", "\u0c85\u0cb5\u0ca7\u0cbf" },
|
||||
{ "bad", "\u0cac\u0cbe\u0c82\u0ca1\u0cbe" },
|
||||
{ "bai", "\u0cac\u0cae\u0cbf\u0cb2\u0cc7\u0c95\u0cc6 \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "bal", "\u0cac\u0cb2\u0cc2\u0c9a\u0cbf" },
|
||||
{ "ban", "\u0cac\u0cb2\u0cbf\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "bas", "\u0cac\u0cb8\u0cbe" },
|
||||
{ "bat", "\u0cac\u0cbe\u0cb2\u0ccd\u0c9f\u0cbf\u0c95\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "bej", "\u0cac\u0cc7\u0c9c\u0cbe" },
|
||||
{ "bem", "\u0cac\u0cc6\u0c82\u0cac\u0cbe" },
|
||||
{ "ber", "\u0cac\u0cc6\u0cb0\u0ccd\u0cac\u0cb0\u0ccd" },
|
||||
{ "bho", "\u0cad\u0ccb\u0c9c\u0caa\u0cc1\u0cb0\u0cbf" },
|
||||
{ "bik", "\u0cac\u0cbf\u0c95\u0cca\u0cb2\u0ccd" },
|
||||
{ "bin", "\u0cac\u0cbf\u0ca8\u0cbf" },
|
||||
{ "bla", "\u0cb8\u0cbf\u0c95\u0ccd\u0cb8\u0cbf\u0c95\u0cbe" },
|
||||
{ "bnt", "\u0cac\u0c82\u0c9f\u0cc1" },
|
||||
{ "bra", "\u0cac\u0ccd\u0cb0\u0cbe\u0c9c\u0ccd" },
|
||||
{ "btk", "\u0cac\u0c9f\u0cbe\u0c95\u0ccd" },
|
||||
{ "bua", "\u0cac\u0cc1\u0cb0\u0cbf\u0caf\u0c9f\u0ccd" },
|
||||
{ "bug", "\u0cac\u0cc1\u0c97\u0cbf\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "byn", "\u0cac\u0ccd\u0cb2\u0cbf\u0ca8\u0ccd" },
|
||||
{ "cad", "\u0c95\u0ccd\u0caf\u0cbe\u0ca1\u0ccd\u0ca1\u0ccb" },
|
||||
{ "cai", "\u0cae\u0ca7\u0ccd\u0caf \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0ca8\u0ccd \u0c87\u0c82\u0ca1\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "car", "\u0c95\u0cbe\u0cb0\u0cbf\u0cac\u0ccd" },
|
||||
{ "cau", "\u0c95\u0c95\u0cc7\u0cb6\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "cch", "\u0c85\u0c9f\u0ccd\u0cb8\u0cae\u0ccd" },
|
||||
{ "ceb", "\u0cb8\u0cc6\u0cac\u0cc1\u0c86\u0ca8\u0ccb" },
|
||||
{ "cel", "\u0cb8\u0cc6\u0cb2\u0ccd\u0c9f\u0cbf\u0c95\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "chb", "\u0c9a\u0cbf\u0cac\u0ccd\u0c9a\u0cbe" },
|
||||
{ "chg", "\u0c9a\u0c97\u0c9f\u0cbe\u0caf\u0ccd" },
|
||||
{ "chk", "\u0c9a\u0cc2\u0c95\u0cbf\u0cb8\u0cc6" },
|
||||
{ "chm", "\u0cae\u0cbe\u0cb0\u0cbf" },
|
||||
{ "chn", "\u0c9a\u0cbf\u0ca8\u0cc2\u0c95\u0ccd \u0c9c\u0cbe\u0cb0\u0ccd\u0c97\u0ccb\u0ca8\u0ccd" },
|
||||
{ "cho", "\u0c9a\u0ccb\u0c95\u0ccd\u0c9f\u0cbe\u0cb5\u0ccd" },
|
||||
{ "chp", "\u0c9a\u0cbf\u0caa\u0cc6\u0cb5\u0ccd\u0caf\u0cbe\u0ca8\u0ccd" },
|
||||
{ "chr", "\u0c9a\u0cc0\u0cb0\u0ccb\u0c95\u0cc0" },
|
||||
{ "chy", "\u0c9a\u0cc0\u0caf\u0cc6\u0ca8\u0ccd\u0ca8\u0cc7" },
|
||||
{ "cmc", "\u0c9a\u0cbe\u0cae\u0cbf\u0c95\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "cop", "\u0c95\u0cca\u0caa\u0ccd\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "cpe", "\u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc0\u0cb7\u0ccd-\u0cae\u0cc2\u0cb2\u0ca6 \u0c95\u0ccd\u0cb0\u0cbf\u0caf\u0ccb\u0cb2\u0ccd \u0c85\u0ca5\u0cb5\u0cbe \u0caa\u0cbf\u0ca1\u0ccd\u0c97\u0cbf\u0ca8\u0ccd" },
|
||||
{ "cpf", "\u0cab\u0ccd\u0cb0\u0cc6\u0c82\u0c9a\u0ccd-\u0cae\u0cc2\u0cb2\u0ca6 \u0c95\u0ccd\u0cb0\u0cbf\u0caf\u0ccb\u0cb2\u0ccd \u0c85\u0ca5\u0cb5\u0cbe \u0caa\u0cbf\u0ca1\u0ccd\u0c97\u0cbf\u0ca8\u0ccd" },
|
||||
{ "cpp", "\u0caa\u0ccb\u0cb0\u0ccd\u0c9a\u0cc1\u0c97\u0cc0\u0cb8\u0ccd- \u0cae\u0cc2\u0cb2\u0ca6 \u0c95\u0ccd\u0cb0\u0cbf\u0caf\u0ccb\u0cb2\u0ccd \u0c85\u0ca5\u0cb5\u0cbe \u0caa\u0cbf\u0ca1\u0ccd\u0c97\u0cbf\u0ca8\u0ccd" },
|
||||
{ "crh", "\u0c95\u0ccd\u0cb0\u0cbf\u0cae\u0cc0\u0caf\u0ca8\u0ccd \u0c9f\u0cb0\u0ccd\u0c95\u0cbf\u0cb7\u0ccd" },
|
||||
{ "crp", "\u0c95\u0ccd\u0cb0\u0cbf\u0caf\u0ccb\u0cb2\u0ccd \u0c85\u0ca5\u0cb5\u0cbe \u0caa\u0cbf\u0ca1\u0ccd\u0c97\u0cbf\u0ca8\u0ccd" },
|
||||
{ "csb", "\u0c95\u0cb6\u0cc1\u0cac\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "cus", "\u0c95\u0cc1\u0cb7\u0cbf\u0c9f\u0cbf\u0c95\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "dak", "\u0ca1\u0c95\u0ccb\u0c9f" },
|
||||
{ "dar", "\u0ca6\u0cb0\u0ccd\u0c97\u0ccd\u0cb5\u0cbe" },
|
||||
{ "day", "\u0ca6\u0cbe\u0caf\u0c95\u0ccd" },
|
||||
{ "del", "\u0ca1\u0cc6\u0cb2\u0cbe\u0cb5\u0cc7\u0cb0\u0ccd" },
|
||||
{ "den", "\u0cb8\u0ccd\u0cb2\u0cc7\u0cb5\u0ccd" },
|
||||
{ "dgr", "\u0ca1\u0ccb\u0c97\u0ccd\u0cb0\u0cbf\u0cac\u0ccd" },
|
||||
{ "din", "\u0ca1\u0cbf\u0c82\u0c95\u0cbe" },
|
||||
{ "doi", "\u0ca1\u0ccb\u0c97\u0ccd\u0cb0\u0cbf" },
|
||||
{ "dra", "\u0ca1\u0ccd\u0cb0\u0cbe\u0cb5\u0cbf\u0ca1\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "dsb", "\u0cb2\u0ccb\u0cb5\u0cb0\u0ccd \u0cb8\u0ccb\u0cb0\u0ccd\u0cac\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "dua", "\u0ca1\u0cc1\u0cb5\u0cbe\u0cb2\u0cbe" },
|
||||
{ "dum", "\u0cae\u0ca7\u0ccd\u0caf \u0ca1\u0c9a\u0ccd" },
|
||||
{ "dyu", "\u0ca1\u0ccd\u0caf\u0cc2\u0cb2\u0cbe" },
|
||||
{ "efi", "\u0c8e\u0cab\u0cbf\u0c95\u0ccd" },
|
||||
{ "egy", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0c88\u0c9c\u0cbf\u0caa\u0ccd\u0c9f\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "eka", "\u0c8e\u0c95\u0cbe\u0c9c\u0cc1\u0c95\u0ccd" },
|
||||
{ "elx", "\u0c8e\u0cb2\u0cbe\u0cae\u0cc8\u0c9f\u0ccd" },
|
||||
{ "enm", "\u0cae\u0ca7\u0ccd\u0caf \u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc0\u0cb7\u0ccd" },
|
||||
{ "ewo", "\u0c87\u0cb5\u0cbe\u0c82\u0ca1\u0ccb" },
|
||||
{ "fan", "\u0cab\u0cc6\u0c82\u0c97\u0ccd" },
|
||||
{ "fat", "\u0cab\u0cbe\u0c82\u0c9f\u0cbf" },
|
||||
{ "fil", "\u0cab\u0cbf\u0cb2\u0cbf\u0caa\u0cbf\u0ca8\u0cca" },
|
||||
{ "fiu", "\u0cab\u0cbf\u0ca8\u0ccd\u0ca8\u0ccb-\u0c89\u0c97\u0ccd\u0cb0\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "fon", "\u0cab\u0ccb\u0ca8\u0ccd" },
|
||||
{ "frm", "\u0cae\u0ca7\u0ccd\u0caf \u0cab\u0ccd\u0cb0\u0cc6\u0c82\u0c9a\u0ccd" },
|
||||
{ "fro", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0cab\u0ccd\u0cb0\u0cc6\u0c82\u0c9a\u0ccd" },
|
||||
{ "frr", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0cab\u0ccd\u0cb0\u0cbf\u0cb8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "frs", "\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0cab\u0ccd\u0cb0\u0cbf\u0cb8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "fur", "\u0cab\u0ccd\u0cb0\u0cbf\u0caf\u0cc1\u0cb2\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "gaa", "\u0c97\u0cbe" },
|
||||
{ "gay", "\u0c97\u0cbe\u0caf\u0ccb" },
|
||||
{ "gba", "\u0c97\u0ccd\u0cac\u0cbe\u0caf\u0cbe" },
|
||||
{ "gem", "\u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0cbf\u0c95\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "gez", "\u0c97\u0cc0\u0c9d\u0ccd" },
|
||||
{ "gil", "\u0c97\u0cbf\u0cb2\u0ccd\u0cac\u0cb0\u0ccd\u0c9f\u0cc0\u0cb8\u0ccd" },
|
||||
{ "gmh", "\u0cae\u0ca7\u0ccd\u0caf \u0cb9\u0cc8 \u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0ccd" },
|
||||
{ "goh", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0cb9\u0cc8 \u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0ccd" },
|
||||
{ "gon", "\u0c97\u0cca\u0c82\u0ca1\u0cbf" },
|
||||
{ "gor", "\u0c97\u0cca\u0cb0\u0cca\u0c82\u0c9f\u0cbe\u0cb2\u0ccb" },
|
||||
{ "got", "\u0c97\u0ccb\u0ca5\u0cbf\u0c95\u0ccd" },
|
||||
{ "grb", "\u0c97\u0ccd\u0cb0\u0cc7\u0cac\u0ccb" },
|
||||
{ "grc", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0c97\u0ccd\u0cb0\u0cc0\u0c95\u0ccd" },
|
||||
{ "gsw", "\u0cb8\u0ccd\u0cb5\u0cbf\u0cb8\u0ccd \u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0ccd" },
|
||||
{ "gwi", "\u0c97\u0ccd\u0cb5\u0cbf\u0c9a\u0ccd\u200c\u0c87\u0ca8\u0ccd" },
|
||||
{ "hai", "\u0cb9\u0cc8\u0ca1\u0cbe" },
|
||||
{ "haw", "\u0cb9\u0cb5\u0cbe\u0caf\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "hil", "\u0cb9\u0cbf\u0cb2\u0cbf\u0c97\u0cc7\u0ca8\u0ca8\u0ccd" },
|
||||
{ "him", "\u0cb9\u0cbf\u0cae\u0cbe\u0c9a\u0cb2\u0cbf" },
|
||||
{ "hit", "\u0cb9\u0cbf\u0c9f\u0ccd\u0c9f\u0cbf\u0c9f\u0cc6" },
|
||||
{ "hmn", "\u0cae\u0ccb\u0c82\u0c97\u0ccd" },
|
||||
{ "hsb", "\u0c85\u0caa\u0ccd\u0caa\u0cb0\u0ccd \u0cb8\u0cb0\u0ccd\u0cac\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "hup", "\u0cb9\u0cc2\u0caa\u0cbe" },
|
||||
{ "iba", "\u0c87\u0cac\u0cbe\u0ca8\u0ccd" },
|
||||
{ "ijo", "\u0c87\u0c9c\u0ccb" },
|
||||
{ "ilo", "\u0c87\u0cb2\u0ccd\u0cb2\u0cbf\u0c95\u0ccb" },
|
||||
{ "inc", "\u0cad\u0cbe\u0cb0\u0ca4\u0cc0\u0caf \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "ine", "\u0c87\u0c82\u0ca1\u0ccb-\u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "inh", "\u0c87\u0c82\u0c97\u0cc1\u0cb7\u0ccd" },
|
||||
{ "ira", "\u0c87\u0cb0\u0cbe\u0ca8\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "iro", "\u0c87\u0cb0\u0ccb\u0c95\u0ccd\u0cb5\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "jbo", "\u0cb2\u0cca\u0c9c\u0ccd\u0cac\u0cbe\u0ca8\u0ccd" },
|
||||
{ "jpr", "\u0c9c\u0cc2\u0ca1\u0cbf\u0caf\u0ccb-\u0caa\u0cb0\u0ccd\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "jrb", "\u0c9c\u0cc2\u0ca1\u0cbf\u0caf\u0ccb-\u0c85\u0cb0\u0cc7\u0cac\u0cbf\u0c95\u0ccd" },
|
||||
{ "kaa", "\u0c95\u0cbe\u0cb0\u0cbe-\u0c95\u0cb2\u0ccd\u0caa\u0cbe\u0c95\u0ccd" },
|
||||
{ "kab", "\u0c95\u0cac\u0cc8\u0cb2\u0ccd" },
|
||||
{ "kac", "\u0c95\u0c9a\u0cbf\u0ca8\u0ccd" },
|
||||
{ "kaj", "\u0c9c\u0ccd\u0c9c\u0cc1" },
|
||||
{ "kam", "\u0c95\u0c82\u0cac\u0cbe" },
|
||||
{ "kar", "\u0c95\u0cb0\u0cc6\u0ca8\u0ccd" },
|
||||
{ "kaw", "\u0c95\u0cbe\u0cb5\u0cbf" },
|
||||
{ "kbd", "\u0c95\u0cac\u0cb0\u0ccd\u0ca1\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "kcg", "\u0c9f\u0ccd\u0caf\u0cbe\u0caa\u0ccd" },
|
||||
{ "kfo", "\u0c95\u0ccb\u0cb0\u0ccb" },
|
||||
{ "kha", "\u0c96\u0cbe\u0cb8\u0cbf" },
|
||||
{ "khi", "\u0c96\u0ccb\u0c87\u0cb8\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "kho", "\u0c96\u0ccb\u0c9f\u0cbe\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "kmb", "\u0c95\u0cbf\u0c82\u0cac\u0cc1\u0c82\u0ca1\u0cc1" },
|
||||
{ "kok", "\u0c95\u0cca\u0c82\u0c95\u0ca3\u0cbf" },
|
||||
{ "kos", "\u0c95\u0cca\u0cb8\u0cb0\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "kpe", "\u0c95\u0caa\u0cc6\u0cb2\u0ccd\u0cb2\u0cc6" },
|
||||
{ "krc", "\u0c95\u0cb0\u0c9a\u0caf\u0ccd-\u0cac\u0cb2\u0ccd\u0c95\u0cbe\u0cb0\u0ccd" },
|
||||
{ "krl", "\u0c95\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "kro", "\u0c95\u0ccd\u0cb0\u0cc1" },
|
||||
{ "kru", "\u0c95\u0cc1\u0cb0\u0cc1\u0c96\u0ccd" },
|
||||
{ "kum", "\u0c95\u0cc1\u0cae\u0cc8\u0c95\u0ccd" },
|
||||
{ "kut", "\u0c95\u0cc1\u0c9f\u0cc7\u0ca8\u0cbe\u0caf\u0ccd" },
|
||||
{ "lad", "\u0c95\u0cbe\u0ca1\u0cbf\u0ca8\u0ccb" },
|
||||
{ "lah", "\u0cb2\u0cb9\u0c82\u0ca1\u0cbe" },
|
||||
{ "lam", "\u0cb2\u0c82\u0cac\u0cbe" },
|
||||
{ "lez", "\u0cb2\u0cc6\u0c9c\u0ccd\u0c98\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "lol", "\u0cae\u0cca\u0c82\u0c97\u0ccb" },
|
||||
{ "loz", "\u0cb2\u0ccb\u0c9c\u0cbf" },
|
||||
{ "lua", "\u0cb2\u0cc2\u0cac\u0cbe-\u0cb2\u0cc1\u0cb2\u0cc1\u0c86" },
|
||||
{ "lui", "\u0cb2\u0cc2\u0caf\u0cbf\u0cb8\u0cc6\u0ca8\u0ccb" },
|
||||
{ "lun", "\u0cb2\u0cc1\u0c82\u0ca1\u0cbe" },
|
||||
{ "luo", "\u0cb2\u0cc1\u0cb5\u0ccb" },
|
||||
{ "lus", "\u0cb2\u0cc1\u0cb6\u0cbe\u0caf\u0ccd" },
|
||||
{ "mad", "\u0cae\u0ca6\u0cc1\u0cb0\u0cc0\u0cb8\u0ccd" },
|
||||
{ "mag", "\u0cae\u0c97\u0cbe\u0cb9\u0cbf" },
|
||||
{ "mai", "\u0cae\u0cc8\u0ca5\u0cbf\u0cb2\u0cbf" },
|
||||
{ "mak", "\u0cae\u0c95\u0cbe\u0cb8\u0cb0\u0ccd" },
|
||||
{ "man", "\u0cae\u0c82\u0ca1\u0cbf\u0c82\u0c97\u0cca" },
|
||||
{ "map", "\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0ccb\u0ca8\u0cc7\u0cb7\u0ccd\u0caf\u0ca8\u0ccd" },
|
||||
{ "mas", "\u0cae\u0cb8\u0cbe\u0caf\u0ccd" },
|
||||
{ "mdf", "\u0cae\u0ccb\u0c95\u0ccd\u0cb7" },
|
||||
{ "mdr", "\u0cae\u0c82\u0ca6\u0cbe\u0cb0\u0ccd" },
|
||||
{ "men", "\u0cae\u0cc6\u0c82\u0ca1\u0cc6" },
|
||||
{ "mga", "\u0cae\u0ca7\u0ccd\u0caf \u0c90\u0cb0\u0cbf\u0cb7\u0ccd" },
|
||||
{ "mic", "\u0cae\u0cbf\u0c95\u0ccd\u200c\u0cae\u0ccd\u0caf\u0cbe\u0c95\u0ccd" },
|
||||
{ "min", "\u0cae\u0cbf\u0ca8\u0c82\u0c97\u0ccd\u200c\u0c95\u0cac\u0cbe\u0cb5\u0cc1" },
|
||||
{ "mis", "\u0cb8\u0cae\u0ccd\u0cae\u0cbf\u0cb6\u0ccd\u0cb0 \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "mkh", "\u0cae\u0ccb\u0ca8\u0ccd-\u0c96\u0cae\u0cc7\u0cb0\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "mnc", "\u0cae\u0c82\u0c9a\u0cc1" },
|
||||
{ "mni", "\u0cae\u0ca3\u0cbf\u0caa\u0cc1\u0cb0\u0cbf" },
|
||||
{ "mno", "\u0cae\u0ca8\u0ccb\u0cac\u0ccb \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "moh", "\u0cae\u0cca\u0cb9\u0cbe\u0cb5\u0ccd\u0c95\u0ccd" },
|
||||
{ "mos", "\u0cae\u0cca\u0cb8\u0ccd\u0cb8\u0cbf" },
|
||||
{ "mul", "\u0cac\u0cb9\u0cc1\u0cb8\u0c82\u0c96\u0ccd\u0caf\u0cc6\u0caf \u0cad\u0cbe\u0cb7\u0cc6\u0c97\u0cb3\u0cc1" },
|
||||
{ "mun", "\u0cae\u0cc1\u0c82\u0ca1\u0cbe \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "mus", "\u0c95\u0ccd\u0cb0\u0cc0\u0c95\u0ccd" },
|
||||
{ "mwl", "\u0c95\u0cbf\u0cb0\u0cbe\u0c82\u0ca1\u0cc0\u0cb8\u0ccd" },
|
||||
{ "mwr", "\u0cae\u0cbe\u0cb0\u0ccd\u0cb5\u0cbe\u0ca1\u0cbf" },
|
||||
{ "myn", "\u0cae\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "myv", "\u0c8e\u0cb0\u0ccd\u200c\u0c9d\u0ccd\u0caf\u0cbe" },
|
||||
{ "nah", "\u0ca8\u0cb9\u0ccc\u0c9f\u0cbf" },
|
||||
{ "nai", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0ca6 \u0c87\u0c82\u0ca1\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "nap", "\u0ca8\u0cbf\u0caf\u0cbe\u0caa\u0cca\u0cb2\u0cbf\u0c9f\u0ca8\u0ccd" },
|
||||
{ "nds", "\u0cb2\u0ccb \u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0ccd" },
|
||||
{ "new", "\u0ca8\u0cc7\u0cb5\u0cbe\u0cb0\u0cc0" },
|
||||
{ "nia", "\u0ca8\u0cbf\u0caf\u0cbe\u0cb8\u0ccd" },
|
||||
{ "nic", "\u0ca8\u0cc8\u0c97\u0cb0\u0ccd-\u0c95\u0cca\u0cb0\u0ccd\u0ca1\u0cca\u0cab\u0ca8\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "niu", "\u0ca8\u0cbf\u0caf\u0cc1\u0cb5\u0ca8\u0ccd" },
|
||||
{ "nog", "\u0ca8\u0cca\u0c97\u0cbe\u0caf\u0ccd" },
|
||||
{ "non", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0ca8\u0ccb\u0cb0\u0ccd\u0cb8\u0ccd" },
|
||||
{ "nqo", "\u0c8e\u0ca8\u0ccd\u200c\u0c95\u0ccb" },
|
||||
{ "nso", "\u0c89\u0ca4\u0ccd\u0ca4\u0cb0 \u0cb8\u0ccb\u0ca5\u0ccb" },
|
||||
{ "nub", "\u0ca8\u0cc1\u0cac\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "nwc", "\u0cb6\u0cbe\u0cb8\u0ccd\u0ca4\u0ccd\u0cb0\u0cc0\u0caf \u0ca8\u0cc7\u0cb5\u0cbe\u0cb0\u0cbf" },
|
||||
{ "nym", "\u0ca8\u0ccd\u0caf\u0cbe\u0cae\u0ccd\u200c\u0cb5\u0cc6\u0c82\u0c9c\u0cbf" },
|
||||
{ "nyn", "\u0ca8\u0ccd\u0caf\u0cbe\u0ca8\u0ccd\u200c\u0c95\u0ccb\u0cb2\u0cc6" },
|
||||
{ "nyo", "\u0ca8\u0ccd\u0caf\u0ccb\u0cb0\u0ccb" },
|
||||
{ "nzi", "\u0c9c\u0cc0\u0cae\u0cbe" },
|
||||
{ "osa", "\u0c93\u0cb8\u0cbe\u0c9c\u0ccd" },
|
||||
{ "ota", "\u0c92\u0c9f\u0ccd\u0c9f\u0ccb\u0cae\u0ca8\u0ccd \u0ca4\u0cc1\u0cb0\u0ccd\u0c95\u0cbf\u0cb7\u0ccd" },
|
||||
{ "oto", "\u0c92\u0c9f\u0ccd\u0c9f\u0ccb\u0cae\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "paa", "\u0caa\u0caa\u0cc1\u0cb5\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "pag", "\u0caa\u0c82\u0c97\u0cbe\u0cb8\u0cbf\u0ca8\u0ca8\u0ccd" },
|
||||
{ "pal", "\u0caa\u0cb9\u0ccd\u0cb2\u0cb5\u0cbf" },
|
||||
{ "pam", "\u0caa\u0c82\u0caa\u0cbe\u0c82\u0c97\u0cbe" },
|
||||
{ "pap", "\u0caa\u0cbe\u0caa\u0cbf\u0caf\u0cae\u0cc6\u0c82\u0c9f\u0ccb" },
|
||||
{ "pau", "\u0caa\u0cb2\u0cc1\u0c86\u0ca8\u0ccd" },
|
||||
{ "peo", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0caa\u0cb0\u0ccd\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "phi", "\u0cab\u0cbf\u0cb2\u0cbf\u0cab\u0cc8\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "phn", "\u0cab\u0cc0\u0ca8\u0cbf\u0cb7\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "pon", "\u0caa\u0ccb\u0ca8\u0ccd\u200c\u200c\u0caa\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "pra", "\u0caa\u0ccd\u0cb0\u0cbe\u0c95\u0cc3\u0ca4\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "pro", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0caa\u0ccd\u0cb0\u0cca\u0cb5\u0cc6\u0ca8\u0ccd\u0cb6\u0cbf\u0caf\u0cb2\u0ccd" },
|
||||
{ "raj", "\u0cb0\u0cbe\u0c9c\u0cbe\u0cb8\u0ccd\u0ca5\u0cbe\u0ca8\u0cbf" },
|
||||
{ "rap", "\u0cb0\u0cbe\u0caa\u0cbe\u0ca8\u0cc1\u0caf\u0cbf" },
|
||||
{ "rar", "\u0cb0\u0cbe\u0cb0\u0ccb\u0c9f\u0cca\u0c82\u0c97\u0ca8\u0ccd" },
|
||||
{ "roa", "\u0cb0\u0ccb\u0cae\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "rom", "\u0cb0\u0ccb\u0cae\u0cbe\u0ca8\u0cbf" },
|
||||
{ "rup", "\u0c85\u0cb0\u0ccb\u0cae\u0cbe\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "sad", "\u0cb8\u0c82\u0ca1\u0cbe\u0cb5\u0cc7" },
|
||||
{ "sah", "\u0caf\u0cbe\u0c95\u0cc1\u0c9f\u0ccd" },
|
||||
{ "sai", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0ca6 \u0c87\u0c82\u0ca1\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "sal", "\u0cb8\u0cb2\u0cbf\u0cb7\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "sam", "\u0cb8\u0cae\u0cb0\u0cbf\u0c9f\u0ca8\u0ccd \u0c85\u0cb0\u0cbe\u0cae\u0cbf\u0c95\u0ccd" },
|
||||
{ "sas", "\u0cb8\u0cb8\u0cbe\u0c95\u0ccd" },
|
||||
{ "sat", "\u0cb8\u0c82\u0ca4\u0cbe\u0cb2\u0cbf" },
|
||||
{ "scn", "\u0cb8\u0cbf\u0cb8\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "sco", "\u0cb8\u0ccd\u0c95\u0ccb\u0c9f\u0ccd\u0cb8\u0ccd" },
|
||||
{ "sel", "\u0cb8\u0cc6\u0cb2\u0ccd\u0c95\u0caa\u0ccd" },
|
||||
{ "sem", "\u0cb8\u0cc6\u0cae\u0cbf\u0c9f\u0cbf\u0c95\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "sga", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0c90\u0cb0\u0cbf\u0cb7\u0ccd" },
|
||||
{ "sgn", "\u0cb8\u0c82\u0c9c\u0ccd\u0c9e\u0cbe \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "shn", "\u0cb6\u0cbe\u0ca8\u0ccd" },
|
||||
{ "sid", "\u0cb8\u0cbf\u0ca1\u0cbe\u0cae\u0ccb" },
|
||||
{ "sio", "\u0cb8\u0cbf\u0cb5\u0cc1\u0c85\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "sit", "\u0cb8\u0cc8\u0ca8\u0ccb-\u0c9f\u0cbf\u0cac\u0cc7\u0c9f\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "sla", "\u0cb8\u0ccd\u0cb2\u0cbe\u0cb5\u0cbf\u0c95\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "sma", "\u0ca6\u0c95\u0ccd\u0cb7\u0cbf\u0ca3 \u0cb8\u0cbe\u0cae\u0cbf" },
|
||||
{ "smi", "\u0cb8\u0cbe\u0cae\u0cbf \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "smj", "\u0cb2\u0cc2\u0cb2\u0ccd \u0cb8\u0cbe\u0cae\u0cbf" },
|
||||
{ "smn", "\u0c87\u0ca8\u0cb0\u0cbf \u0cb8\u0cbe\u0cae\u0cbf" },
|
||||
{ "sms", "\u0cb8\u0ccd\u0c95\u0ccb\u0c9f\u0ccd \u0cb8\u0cbe\u0cae\u0cbf" },
|
||||
{ "snk", "\u0cb8\u0ccb\u0ca8\u0cbf\u0c82\u0c95\u0cc6" },
|
||||
{ "sog", "\u0cb8\u0ccb\u0c97\u0ccd\u0ca1\u0cbf\u0c8f\u0ca8\u0ccd" },
|
||||
{ "son", "\u0cb8\u0ccb\u0c82\u0c98\u0cbe\u0caf\u0ccd" },
|
||||
{ "srn", "\u0cb8\u0ccd\u0cb0\u0cbe\u0ca8\u0ca8\u0ccd \u0c9f\u0ccb\u0c82\u0c97\u0ccb" },
|
||||
{ "srr", "\u0cb8\u0cc7\u0cb0\u0cc7\u0cb0\u0ccd" },
|
||||
{ "ssa", "\u0ca8\u0cbf\u0cb2\u0ccb-\u0cb8\u0cb9\u0cbe\u0cb0\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "suk", "\u0cb8\u0cc1\u0c95\u0cc1\u0cae\u0cbe" },
|
||||
{ "sus", "\u0cb8\u0cc1\u0cb8\u0cc1" },
|
||||
{ "sux", "\u0cb8\u0cc1\u0cae\u0cc7\u0cb0\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "syc", "\u0cb6\u0cbe\u0cb8\u0ccd\u0ca4\u0ccd\u0cb0\u0cc0\u0caf \u0cb8\u0cbf\u0cb0\u0cbf\u0caf\u0c95\u0ccd" },
|
||||
{ "syr", "\u0cb8\u0cbf\u0cb0\u0cbf\u0caf\u0c95\u0ccd" },
|
||||
{ "tai", "\u0ca5\u0cbe\u0caf\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "tem", "\u0c9f\u0cbf\u0cae\u0ccd\u0ca8\u0cc6" },
|
||||
{ "ter", "\u0c9f\u0cc6\u0cb0\u0cc6\u0ca8\u0ccb" },
|
||||
{ "tet", "\u0c9f\u0cc7\u0c9f\u0cae\u0ccd" },
|
||||
{ "tig", "\u0c9f\u0cc8\u0c97\u0ccd\u0cb0\u0cc6" },
|
||||
{ "tiv", "\u0c9f\u0cbf\u0cb5\u0ccd" },
|
||||
{ "tkl", "\u0c9f\u0cca\u0c95\u0cc6\u0cb2\u0cbe\u0cb5\u0ccd" },
|
||||
{ "tlh", "\u0c95\u0ccd\u0cb2\u0cbf\u0c82\u0c97\u0ccb\u0ca8\u0ccd" },
|
||||
{ "tli", "\u0c9f\u0ccd\u0cb2\u0cbf\u0c82\u0c97\u0cbf\u0c9f\u0ccd" },
|
||||
{ "tmh", "\u0c9f\u0cae\u0cbe\u0cb7\u0cc6\u0c95\u0ccd" },
|
||||
{ "tog", "\u0ca8\u0ccd\u0caf\u0cbe\u0cb8\u0cbe \u0c9f\u0ccb\u0c82\u0c97\u0cbe" },
|
||||
{ "tpi", "\u0c9f\u0ccb\u0c95\u0ccd \u0caa\u0cbf\u0cb8\u0cbf\u0ca8\u0ccd" },
|
||||
{ "tsi", "\u0cb8\u0cbf\u0c82\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "tum", "\u0c9f\u0cc1\u0c82\u0cac\u0cc1\u0c95" },
|
||||
{ "tup", "\u0c9f\u0cc2\u0caa\u0cbf \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "tut", "\u0c86\u0cb2\u0ccd\u0c9f\u0cbe\u0caf\u0cbf\u0c95\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "tvl", "\u0c9f\u0cc1\u0cb5\u0cbe\u0cb2\u0cc1" },
|
||||
{ "tyv", "\u0c9f\u0cc1\u0cb5\u0cbf\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "udm", "\u0c89\u0ca1\u0ccd\u200c\u0cae\u0cc1\u0cb0\u0ccd\u0c9f\u0ccd" },
|
||||
{ "uga", "\u0c89\u0c97\u0cbe\u0cb0\u0cbf\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "umb", "\u0c89\u0c82\u0cac\u0cc1\u0c82\u0ca1\u0cc1" },
|
||||
{ "und", "\u0c85\u0caa\u0cb0\u0cbf\u0c9a\u0cbf\u0ca4 \u0c85\u0ca5\u0cb5\u0cbe \u0c85\u0cae\u0cbe\u0ca8\u0ccd\u0caf \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "vai", "\u0cb5\u0cbe\u0caf\u0cbf" },
|
||||
{ "vot", "\u0cb5\u0ccb\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "wak", "\u0cb5\u0cbe\u0c95\u0cbe\u0cb7\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "wal", "\u0cb5\u0cb2\u0cbe\u0cae\u0ccb" },
|
||||
{ "war", "\u0cb5\u0cb0\u0cbe\u0caf\u0ccd" },
|
||||
{ "was", "\u0cb5\u0cbe\u0cb7\u0ccb" },
|
||||
{ "wen", "\u0cb8\u0ccb\u0cb0\u0ccd\u0cac\u0cbf\u0caf\u0ca8\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "xal", "\u0c95\u0cb2\u0ccd\u200c\u0cae\u0cc8\u0c95\u0ccd" },
|
||||
{ "yao", "\u0caf\u0cbe\u0c93" },
|
||||
{ "yap", "\u0caf\u0caa\u0cc0\u0cb8\u0cc6" },
|
||||
{ "ypk", "\u0caf\u0cc2\u0caa\u0cbf\u0c95\u0ccd \u0cad\u0cbe\u0cb7\u0cc6" },
|
||||
{ "zap", "\u0c9d\u0ccb\u0caa\u0cca\u0c9f\u0cc6\u0c95\u0ccd" },
|
||||
{ "zbl", "\u0cac\u0ccd\u0cb2\u0cbf\u0cb8\u0ccd\u200c\u0cb8\u0cbf\u0c82\u0cac\u0cb2\u0ccd\u0cb8\u0ccd" },
|
||||
{ "zen", "\u0c9d\u0cc6\u0ca8\u0cbe\u0c97\u0cbe" },
|
||||
{ "znd", "\u0c9d\u0c82\u0ca1\u0cc7" },
|
||||
{ "zun", "\u0c9d\u0cc2\u0ca8\u0cbf" },
|
||||
{ "zxx", "\u0caf\u0cbe\u0cb5\u0cc1\u0ca6\u0cc7 \u0cad\u0cbe\u0cb7\u0cbe\u0cb8\u0c82\u0cac\u0c82\u0ca7\u0cbf \u0cb5\u0cbf\u0cb7\u0caf\u0cb5\u0cbf\u0cb2\u0ccd\u0cb2" },
|
||||
{ "zza", "\u0c9c\u0cbe\u0c9d\u0cbe" },
|
||||
{ "Arab", "\u0c85\u0cb0\u0cc7\u0cac\u0cbf\u0c95\u0ccd" },
|
||||
{ "Armi", "\u0c87\u0c82\u0caa\u0cc0\u0cb0\u0cbf\u0caf\u0cb2\u0ccd \u0c85\u0cb0\u0cc6\u0cae\u0cbe\u0caf\u0cbf\u0c95\u0ccd" },
|
||||
{ "Armn", "\u0c85\u0cb0\u0ccd\u0cae\u0cc7\u0ca8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "Avst", "\u0c85\u0cb5\u0cc6\u0cb8\u0ccd\u0ca4\u0cbe\u0ca8\u0ccd" },
|
||||
{ "Bali", "\u0cac\u0cbe\u0cb2\u0cbf\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "Batk", "\u0cac\u0cbe\u0c9f\u0c95\u0ccd" },
|
||||
{ "Beng", "\u0cac\u0cc6\u0c82\u0c97\u0cbe\u0cb2\u0cbf" },
|
||||
{ "Blis", "\u0cac\u0ccd\u0cb2\u0cbf\u0cb8\u0ccd\u200c\u0cb8\u0cbf\u0c82\u0cac\u0cb2\u0ccd\u0cb8\u0ccd" },
|
||||
{ "Bopo", "\u0cac\u0ccb\u0caa\u0cca\u0cae\u0ccb\u0cab\u0ccb" },
|
||||
{ "Brah", "\u0cac\u0ccd\u0cb0\u0cbe\u0cb9\u0ccd\u0cae\u0cbf" },
|
||||
{ "Brai", "\u0cac\u0ccd\u0cb0\u0cc8\u0cb2\u0ccd" },
|
||||
{ "Bugi", "\u0cac\u0c97\u0cbf\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "Buhd", "\u0cac\u0cc1\u0cb9\u0cbf\u0ca6\u0ccd" },
|
||||
{ "Cakm", "\u0c95\u0cbe\u0c95\u0c82" },
|
||||
{ "Cans", "\u0caf\u0cc1\u0ca8\u0cbf\u0c9f\u0cc6\u0ca1\u0ccd \u0c95\u0cc6\u0ca8\u0cc6\u0ca1\u0cbf\u0caf\u0ca8\u0ccd \u0c85\u0cac\u0cca\u0cb0\u0cbf\u0c9c\u0cbf\u0ca8\u0cb2\u0ccd \u0cb8\u0cbf\u0cb2\u0ccd\u0caf\u0cbe\u0cac\u0cbf\u0c95\u0ccd\u0cb8\u0ccd" },
|
||||
{ "Cari", "\u0c95\u0cb0\u0cc7\u0ca8\u0ccd" },
|
||||
{ "Cham", "\u0c9a\u0cbe\u0cae\u0ccd" },
|
||||
{ "Cher", "\u0c9a\u0cc6\u0cb0\u0ccb\u0c95\u0cc0" },
|
||||
{ "Cirt", "\u0cb8\u0cbf\u0cb0\u0ccd\u0ca5\u0ccd" },
|
||||
{ "Copt", "\u0c95\u0cbe\u0caa\u0ccd\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "Cprt", "\u0cb8\u0cbf\u0caa\u0ccd\u0cb0\u0cbf\u0caf\u0cbe\u0c9f\u0ccd" },
|
||||
{ "Cyrl", "\u0cb8\u0cbf\u0cb0\u0cbf\u0cb2\u0cbf\u0c95\u0ccd" },
|
||||
{ "Cyrs", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0c9a\u0cb0\u0ccd\u0c9a\u0ccd \u0cb8\u0ccd\u0cb2\u0ccb\u0cb5\u0cbe\u0ca8\u0cbf\u0c95\u0ccd \u0cb8\u0cbf\u0cb0\u0cbf\u0cb2\u0cbf\u0c95\u0ccd" },
|
||||
{ "Deva", "\u0ca6\u0cc7\u0cb5\u0ca8\u0cbe\u0c97\u0cb0\u0cbf" },
|
||||
{ "Dsrt", "\u0ca1\u0cb8\u0cb0\u0ccd\u0c9f\u0ccd" },
|
||||
{ "Egyd", "\u0c88\u0c9c\u0cbf\u0caa\u0ccd\u0c9f\u0cbf\u0caf\u0ca8\u0ccd \u0ca1\u0cc6\u0cae\u0ccb\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "Egyh", "\u0c88\u0c9c\u0cbf\u0caa\u0ccd\u0c9f\u0cbf\u0caf\u0ca8\u0ccd \u0cb9\u0caf\u0cbe\u0cb0\u0cbf\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "Egyp", "\u0c88\u0c9c\u0cbf\u0caa\u0ccd\u0c9f\u0cbf\u0caf\u0ca8\u0ccd \u0cb9\u0cc0\u0cb0\u0ccb\u0c97\u0ccd\u0cb2\u0cbf\u0cab\u0ccd\u0cb8\u0ccd" },
|
||||
{ "Ethi", "\u0c87\u0ca5\u0cbf\u0caf\u0ccb\u0caa\u0cbf\u0caf\u0cbe" },
|
||||
{ "Geok", "\u0c9c\u0cbe\u0cb0\u0ccd\u0c9c\u0cbf\u0caf\u0ca8\u0ccd \u0c96\u0cc1\u0cb8\u0ccd\u0ca4\u0cc1\u0cb0\u0cbf" },
|
||||
{ "Geor", "\u0c9c\u0cbe\u0cb0\u0ccd\u0c9c\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "Glag", "\u0c97\u0ccd\u0cb2\u0cbe\u0c97\u0ccb\u0cb2\u0cbf\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "Goth", "\u0c97\u0ccb\u0ca4\u0cbf\u0c95\u0ccd" },
|
||||
{ "Grek", "\u0c97\u0ccd\u0cb0\u0cc0\u0c95\u0ccd" },
|
||||
{ "Gujr", "\u0c97\u0cc1\u0c9c\u0cb0\u0cbe\u0ca4\u0cbf" },
|
||||
{ "Guru", "\u0c97\u0cc1\u0cb0\u0cc1\u0cae\u0cc1\u0c96\u0cbf" },
|
||||
{ "Hang", "\u0cb9\u0ccd\u0caf\u0cbe\u0c82\u0c97\u0cb2\u0ccd" },
|
||||
{ "Hani", "\u0cb9\u0cbe\u0ca8\u0ccd" },
|
||||
{ "Hano", "\u0cb9\u0ca8\u0cc2\u0ca8\u0cc2" },
|
||||
{ "Hans", "\u0cb8\u0cb0\u0cb3\u0cc0\u0c95\u0cc3\u0ca4 \u0cb9\u0cbe\u0ca8\u0ccd" },
|
||||
{ "Hant", "\u0cb8\u0cbe\u0c82\u0caa\u0ccd\u0cb0\u0ca6\u0cbe\u0caf\u0cbf\u0c95 \u0cb9\u0cbe\u0ca8\u0ccd" },
|
||||
{ "Hebr", "\u0cb9\u0cc0\u0cac\u0ccd\u0cb0\u0cc2" },
|
||||
{ "Hira", "\u0cb9\u0cbf\u0cb0\u0c97\u0cbe\u0ca8\u0cbe" },
|
||||
{ "Hmng", "\u0caa\u0cb9\u0cb5\u0ccd \u0cb9\u0ccd\u0cae\u0ccb\u0c82\u0c97\u0ccd" },
|
||||
{ "Hrkt", "\u0c95\u0c9f\u0c95\u0cbe\u0ca8\u0cbe \u0c85\u0ca5\u0cb5\u0cbe \u0cb9\u0cbf\u0cb0\u0c97\u0cbe\u0ca8\u0cbe" },
|
||||
{ "Hung", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0cb9\u0c82\u0c97\u0cc7\u0cb0\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "Inds", "\u0cb8\u0cbf\u0c82\u0ca7\u0cc2" },
|
||||
{ "Ital", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8\u0ccd \u0c87\u0c9f\u0cbe\u0cb2\u0cbf\u0c95\u0ccd" },
|
||||
{ "Java", "\u0c9c\u0cbe\u0cb5\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "Jpan", "\u0c9c\u0cbe\u0caa\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "Kali", "\u0c95\u0cc6\u0caf\u0cbe \u0cb2\u0cbf" },
|
||||
{ "Kana", "\u0c95\u0c9f\u0c95\u0cbe\u0ca8\u0cbe" },
|
||||
{ "Khar", "\u0c96\u0cb0\u0ccb\u0cb6\u0ccd\u0ca4\u0cbf" },
|
||||
{ "Khmr", "\u0c96\u0cae\u0cc7\u0cb0\u0ccd" },
|
||||
{ "Knda", "\u0c95\u0ca8\u0ccd\u0ca8\u0ca1" },
|
||||
{ "Kore", "\u0c95\u0cca\u0cb0\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "Kthi", "\u0c95\u0cc8\u0ca5\u0cbf" },
|
||||
{ "Lana", "\u0cb2\u0cbe\u0ca8\u0cbe" },
|
||||
{ "Laoo", "\u0cb2\u0cbe\u0cb5\u0ccb" },
|
||||
{ "Latf", "\u0cab\u0ccd\u0cb0\u0cbe\u0c95\u0ccd\u0ca4\u0cb0\u0ccd \u0cb2\u0ccd\u0caf\u0cbe\u0c9f\u0cbf\u0ca8\u0ccd" },
|
||||
{ "Latg", "\u0c97\u0cc7\u0cb2\u0cbf\u0c95\u0ccd \u0cb2\u0ccd\u0caf\u0cbe\u0c9f\u0cbf\u0ca8\u0ccd" },
|
||||
{ "Latn", "\u0cb2\u0ccd\u0caf\u0cbe\u0c9f\u0cbf\u0ca8\u0ccd" },
|
||||
{ "Lepc", "\u0cb2\u0cc6\u0caa\u0ccd\u0c9a\u0cbe" },
|
||||
{ "Limb", "\u0cb2\u0cbf\u0c82\u0cac\u0cc1" },
|
||||
{ "Lina", "\u0cb2\u0cc0\u0ca8\u0caf\u0cb0\u0ccd \u0c8e" },
|
||||
{ "Linb", "\u0cb2\u0cc0\u0ca8\u0caf\u0cb0\u0ccd \u0cac\u0cbf" },
|
||||
{ "Lyci", "\u0cb2\u0cc8\u0cb8\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "Lydi", "\u0cb2\u0cbf\u0ca1\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "Mand", "\u0cae\u0c82\u0ca1\u0cc7\u0caf\u0ca8\u0ccd" },
|
||||
{ "Mani", "\u0cae\u0ca8\u0cbf\u0c9a\u0cc8\u0caf\u0ca8\u0ccd" },
|
||||
{ "Maya", "\u0cae\u0caf\u0cbe\u0ca8\u0ccd \u0cb9\u0cc0\u0cb0\u0ccb\u0c97\u0ccd\u0cb2\u0cbf\u0cab\u0ccd\u0cb8\u0ccd" },
|
||||
{ "Mero", "\u0cae\u0cc6\u0cb0\u0cca\u0caf\u0cbf\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "Mlym", "\u0cae\u0cb2\u0cc6\u0caf\u0cbe\u0cb3\u0c82" },
|
||||
{ "Mong", "\u0cae\u0c82\u0c97\u0ccb\u0cb2\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "Moon", "\u0cae\u0cc2\u0ca8\u0ccd" },
|
||||
{ "Mtei", "\u0cae\u0cc8\u0ca4\u0cbf \u0cae\u0caf\u0cc6\u0c95\u0ccd" },
|
||||
{ "Mymr", "\u0cae\u0ccd\u0caf\u0cbe\u0ca8\u0ccd\u0cae\u0cbe\u0cb0\u0ccd" },
|
||||
{ "Nkoo", "\u0c8e\u0ca8\u0ccd\u200d\u0c95\u0ccb" },
|
||||
{ "Ogam", "\u0c93\u0c98\u0cae\u0ccd" },
|
||||
{ "Olck", "\u0c93\u0cb2\u0ccd \u0c9a\u0cbf\u0c95\u0cbf" },
|
||||
{ "Orkh", "\u0c93\u0cb0\u0ccd\u0c96\u0ccb\u0ca8\u0ccd" },
|
||||
{ "Orya", "\u0c93\u0cb0\u0cbf\u0caf\u0cbe" },
|
||||
{ "Osma", "\u0c93\u0cb8\u0ccd\u0cae\u0cbe\u0ca8\u0ccd\u0caf\u0cbe" },
|
||||
{ "Perm", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0caa\u0cc6\u0cb0\u0ccd\u0cae\u0cbf\u0c95\u0ccd" },
|
||||
{ "Phag", "\u0cab\u0cbe\u0c97\u0ccd\u0cb8\u0ccd-\u0caa\u0cbe" },
|
||||
{ "Phli", "\u0c87\u0ca8\u0ccd\u0cb8\u0ccd\u200c\u0c95\u0ccd\u0cb0\u0cbf\u0caa\u0ccd\u0cb6\u0ca8\u0cb2\u0ccd \u0caa\u0cbe\u0cb9\u0ccd\u0cb2\u0cb5\u0cbf" },
|
||||
{ "Phlp", "\u0cb8\u0cbe\u0cb2\u0ccd\u0c9f\u0cb0\u0ccd \u0caa\u0cbe\u0cb9\u0ccd\u0cb2\u0cb5\u0cbf" },
|
||||
{ "Phlv", "\u0cac\u0cc1\u0c95\u0ccd \u0caa\u0cbe\u0cb9\u0ccd\u0cb2\u0cb5\u0cbf" },
|
||||
{ "Phnx", "\u0cab\u0cc0\u0ca8\u0cbf\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "Plrd", "\u0caa\u0cca\u0cb2\u0ccd\u0cb2\u0cbe\u0cb0\u0ccd\u0ca1\u0ccd \u0cab\u0cca\u0ca8\u0cc6\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "Prti", "\u0c87\u0ca8\u0ccd\u0cb8\u0ccd\u200c\u0c95\u0ccd\u0cb0\u0cbf\u0caa\u0ccd\u0cb6\u0ca8\u0cb2\u0ccd \u0caa\u0cbe\u0cb0\u0ccd\u0ca5\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "Rjng", "\u0cb0\u0cc6\u0c9c\u0cbe\u0c82\u0c97\u0ccd" },
|
||||
{ "Roro", "\u0cb0\u0ccb\u0c82\u0c97\u0ccb\u0cb0\u0ccb\u0c82\u0c97\u0ccb" },
|
||||
{ "Runr", "\u0cb0\u0cc2\u0ca8\u0cbf\u0c95\u0ccd" },
|
||||
{ "Samr", "\u0cb8\u0cae\u0cbe\u0cb0\u0cbf\u0c9f\u0ca8\u0ccd" },
|
||||
{ "Sara", "\u0cb8\u0cb0\u0cbe\u0c9f\u0cbf" },
|
||||
{ "Saur", "\u0cb8\u0ccc\u0cb0\u0cbe\u0cb7\u0ccd\u0c9f\u0ccd\u0cb0" },
|
||||
{ "Sgnw", "\u0cb8\u0cc8\u0ca8\u0ccd\u200c\u0cb0\u0cc8\u0c9f\u0cbf\u0c82\u0c97\u0ccd" },
|
||||
{ "Shaw", "\u0cb6\u0cbe\u0cb5\u0cbf\u0caf\u0cbe\u0ca8\u0ccd" },
|
||||
{ "Sinh", "\u0cb8\u0cbf\u0c82\u0cb9\u0cb3" },
|
||||
{ "Sund", "\u0cb8\u0cc1\u0c82\u0ca1\u0cbe\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "Sylo", "\u0cb8\u0cc8\u0cb2\u0ccb\u0c9f\u0cbf \u0ca8\u0c97\u0ccd\u0cb0\u0cbf" },
|
||||
{ "Syrc", "\u0cb8\u0cbf\u0cb0\u0cbf\u0caf\u0cbe\u0c95\u0ccd" },
|
||||
{ "Syre", "\u0c8e\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cbe\u0c82\u0c9c\u0cbf\u0cb2\u0ccb \u0cb8\u0cbf\u0cb0\u0cbf\u0caf\u0cbe\u0c95\u0ccd" },
|
||||
{ "Syrj", "\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0cb8\u0cbf\u0cb0\u0cbf\u0caf\u0cbe\u0c95\u0ccd" },
|
||||
{ "Syrn", "\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0cb8\u0cbf\u0cb0\u0cbf\u0caf\u0cbe\u0c95\u0ccd" },
|
||||
{ "Tagb", "\u0c9f\u0cbe\u0c97\u0ccd\u0cac\u0cbe\u0ca8\u0cb5\u0cbe" },
|
||||
{ "Tale", "\u0ca5\u0cbe\u0caf\u0ccd \u0cb2\u0cbf" },
|
||||
{ "Talu", "\u0ca8\u0ccd\u0caf\u0cc2 \u0ca5\u0cbe\u0caf\u0ccd \u0cb2\u0cc1\u0c87" },
|
||||
{ "Taml", "\u0ca4\u0cae\u0cbf\u0cb3\u0cc1" },
|
||||
{ "Tavt", "\u0ca5\u0cbe\u0caf\u0ccd \u0cb5\u0cbf\u0caf\u0cc6\u0c9f\u0ccd" },
|
||||
{ "Telu", "\u0ca4\u0cc6\u0cb2\u0cc1\u0c97\u0cc1" },
|
||||
{ "Teng", "\u0ca4\u0cc6\u0c82\u0c97\u0ccd\u200c\u0cb5\u0cbe\u0cb0\u0ccd" },
|
||||
{ "Tfng", "\u0c9f\u0cbf\u0cab\u0cbf\u0ca8\u0cbe\u0c98\u0ccd" },
|
||||
{ "Tglg", "\u0c9f\u0ccd\u0caf\u0cbe\u0c97\u0cb2\u0ccb\u0c97\u0ccd" },
|
||||
{ "Thaa", "\u0ca5\u0cbe\u0ca8\u0cbe" },
|
||||
{ "Thai", "\u0ca5\u0cbe\u0caf\u0ccd" },
|
||||
{ "Tibt", "\u0c9f\u0cbf\u0cac\u0cc7\u0c9f\u0ca8\u0ccd" },
|
||||
{ "Ugar", "\u0c89\u0c97\u0cbe\u0cb0\u0cbf\u0c9f\u0cbf\u0c95\u0ccd" },
|
||||
{ "Vaii", "\u0cb5\u0cbe\u0caf\u0ccd" },
|
||||
{ "Visp", "\u0cb5\u0cbf\u0cb8\u0cbf\u0cac\u0cb2\u0ccd \u0cb8\u0ccd\u0caa\u0cc0\u0c9a\u0ccd" },
|
||||
{ "Xpeo", "\u0caa\u0ccd\u0cb0\u0cbe\u0c9a\u0cc0\u0ca8 \u0caa\u0cb0\u0ccd\u0cb6\u0cbf\u0caf\u0ca8\u0ccd" },
|
||||
{ "Xsux", "\u0cb8\u0cc1\u0cae\u0cc7\u0cb0\u0ccb-\u0c85\u0c95\u0ccd\u0c95\u0cbe\u0ca1\u0cbf\u0caf\u0ca8\u0ccd \u0c95\u0ccd\u0caf\u0cc2\u0ca8\u0cbf\u0cab\u0cbe\u0cb0\u0ccd\u0cae\u0ccd" },
|
||||
{ "Yiii", "\u0caf\u0cbf" },
|
||||
{ "Zinh", "\u0c87\u0ca8\u0ccd\u200d\u0cb9\u0cc6\u0cb0\u0cbf\u0c9f\u0cc6\u0ca1\u0ccd" },
|
||||
{ "Zmth", "\u0c97\u0ca3\u0cc0\u0ca4 \u0cb8\u0c82\u0c95\u0cc7\u0ca4\u0cb2\u0cbf\u0caa\u0cbf" },
|
||||
{ "Zsym", "\u0cb8\u0c82\u0c95\u0cc7\u0ca4\u0c97\u0cb3\u0cc1" },
|
||||
{ "Zxxx", "\u0c85\u0cb2\u0cbf\u0c96\u0cbf\u0ca4" },
|
||||
{ "Zyyy", "\u0cb8\u0cbe\u0cae\u0cbe\u0ca8\u0ccd\u0caf" },
|
||||
{ "Zzzz", "\u0c85\u0c9c\u0ccd\u0c9e\u0cbe\u0ca4 \u0c85\u0ca5\u0cb5 \u0c85\u0cae\u0cbe\u0ca8\u0ccd\u0caf\u0cb5\u0cbe\u0ca6 \u0cb2\u0cbf\u0caa\u0cbf" },
|
||||
{ "root", "\u0cb0\u0cc2\u0c9f\u0ccd" },
|
||||
{ "de_AT", "\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cbf\u0caf\u0ca8\u0ccd\u200c\u200c\u0ca8 \u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0ccd\u200c" },
|
||||
{ "de_CH", "\u0cb8\u0ccd\u0cb5\u0cbf\u0cb8\u0ccd \u0cb9\u0cc8 \u0c9c\u0cb0\u0ccd\u0cae\u0ca8\u0ccd" },
|
||||
{ "en_AU", "\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0ca8\u0ccd \u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc0\u0cb7\u0ccd" },
|
||||
{ "en_CA", "\u0c95\u0cc6\u0ca8\u0cc6\u0ca1\u0cbf\u0caf\u0ca8\u0ccd \u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc0\u0cb7\u0ccd" },
|
||||
{ "en_GB", "\u0cac\u0ccd\u0cb0\u0cbf\u0c9f\u0cbf\u0cb7\u0ccd \u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc0\u0cb7\u0ccd" },
|
||||
{ "en_US", "\u0caf\u0cc1.\u0c8e\u0cb8\u0ccd. \u0c87\u0c82\u0c97\u0ccd\u0cb2\u0cc0\u0cb7\u0ccd" },
|
||||
{ "es_ES", "\u0c90\u0cac\u0cc7\u0cb0\u0cbf\u0caf\u0ca8\u0ccd \u0cb8\u0ccd\u0caa\u0ccd\u0caf\u0cbe\u0ca8\u0cbf\u0cb6\u0ccd" },
|
||||
{ "fr_CA", "\u0c95\u0cc6\u0ca8\u0cc6\u0ca1\u0cbf\u0caf\u0ca8\u0ccd \u0cab\u0ccd\u0cb0\u0cc6\u0c82\u0c9a\u0ccd" },
|
||||
{ "fr_CH", "\u0cb8\u0ccd\u0cb5\u0cbf\u0cb8\u0ccd \u0cab\u0ccd\u0cb0\u0cc6\u0c82\u0c9a\u0ccd" },
|
||||
{ "nl_BE", "\u0cab\u0ccd\u0cb2\u0cc6\u0cae\u0cbf\u0cb7\u0ccd" },
|
||||
{ "pt_BR", "\u0cac\u0ccd\u0cb0\u0cc6\u0c9c\u0cbf\u0cb2\u0cbf\u0caf\u0ca8\u0ccd \u0caa\u0ccb\u0cb0\u0ccd\u0c9a\u0cc1\u0c97\u0cc0\u0cb8\u0ccd" },
|
||||
{ "pt_PT", "\u0c90\u0cac\u0cc0\u0cb0\u0cbf\u0caf\u0ca8\u0ccd \u0caa\u0ccb\u0cb0\u0ccd\u0c9a\u0cc1\u0c97\u0cc0\u0cb8\u0ccd" },
|
||||
{ "es_419", "\u0cb2\u0ccd\u0caf\u0cbe\u0c9f\u0cbf\u0ca8\u0ccd \u0c85\u0cae\u0cc7\u0cb0\u0cbf\u0c95\u0ca8\u0ccd \u0cb8\u0ccd\u0caa\u0ccd\u0caf\u0cbe\u0ca8\u0cbf\u0cb6\u0ccd" },
|
||||
{ "zh_Hans", "\u0cb8\u0cbf\u0c82\u0caa\u0ccd\u0cb2\u0cbf\u0cab\u0cc8\u0ca1\u0ccd \u0c9a\u0cc8\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
{ "zh_Hant", "\u0c9f\u0ccd\u0cb0\u0cc6\u0ca1\u0cc0\u0cb6\u0ca8\u0cb2\u0ccd \u0c9a\u0cc8\u0ca8\u0cc0\u0cb8\u0ccd" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
655
jdkSrc/jdk8/sun/util/resources/cldr/kn/TimeZoneNames_kn.java
Normal file
655
jdkSrc/jdk8/sun/util/resources/cldr/kn/TimeZoneNames_kn.java
Normal file
@@ -0,0 +1,655 @@
|
||||
/*
|
||||
* 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.kn;
|
||||
|
||||
import sun.util.resources.TimeZoneNamesBundle;
|
||||
|
||||
public class TimeZoneNames_kn extends TimeZoneNamesBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final String[] Moscow = new String[] {
|
||||
"\u0cae\u0cbe\u0cb8\u0ccd\u0c95\u0ccb \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"MST",
|
||||
"\u0cae\u0cbe\u0cb8\u0ccd\u0c95\u0ccb \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"MST",
|
||||
"\u0cae\u0cbe\u0cb8\u0ccd\u0c95\u0ccb \u0cb8\u0cae\u0caf",
|
||||
"MT",
|
||||
};
|
||||
final String[] Argentina = new String[] {
|
||||
"\u0c85\u0cb0\u0ccd\u0c9c\u0cc6\u0c82\u0c9f\u0cbf\u0ca8\u0cbe \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"AST",
|
||||
"\u0c85\u0cb0\u0ccd\u0c9c\u0cc6\u0c82\u0c9f\u0cbf\u0ca8\u0cbe \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"AST",
|
||||
"\u0c85\u0cb0\u0ccd\u0c9c\u0cc6\u0c82\u0c9f\u0cbf\u0ca8\u0cbe \u0cb8\u0cae\u0caf",
|
||||
"AT",
|
||||
};
|
||||
final String[] Hovd = new String[] {
|
||||
"\u0cb9\u0ccb\u0cb5\u0ccd\u0ca6\u0ccd\u200c\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"HST",
|
||||
"\u0cb9\u0ccb\u0cb5\u0ccd\u0ca1\u0ccd\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"HST",
|
||||
"\u0cb9\u0ccb\u0cb5\u0ccd\u0ca6\u0ccd\u200c\u200c \u0cb8\u0cae\u0caf",
|
||||
"HT",
|
||||
};
|
||||
final String[] Magadan = new String[] {
|
||||
"\u0cae\u0c98\u0ca6\u0cbe\u0ca8\u0ccd\u200c\u0ca8 \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"MST",
|
||||
"\u0cae\u0c98\u0ca6\u0cbe\u0ca8\u0ccd\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"MST",
|
||||
"\u0cae\u0c98\u0ca6\u0cbe\u0ca8\u0ccd\u200c\u0ca8 \u0cb8\u0cae\u0caf",
|
||||
"MT",
|
||||
};
|
||||
final String[] Australia_CentralWestern = new String[] {
|
||||
"\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"ACWST",
|
||||
"\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"ACWDT",
|
||||
"\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0cb8\u0cae\u0caf",
|
||||
"ACWT",
|
||||
};
|
||||
final String[] Europe_Central = new String[] {
|
||||
"\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0\u0cc0\u0caf \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"CEST",
|
||||
"\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0\u0cc0\u0caf \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"CEST",
|
||||
"\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0\u0cc0\u0caf \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd \u0cb8\u0cae\u0caf",
|
||||
"CET",
|
||||
};
|
||||
final String[] Sakhalin = new String[] {
|
||||
"\u0cb8\u0c96\u0cb2\u0cbf\u0ca8\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"SST",
|
||||
"\u0cb6\u0cbe\u0c95\u0cb2\u0cbf\u0ca8\u0ccd\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"SST",
|
||||
"\u0cb8\u0c96\u0cbe\u0cb2\u0cbf\u0ca8\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"ST",
|
||||
};
|
||||
final String[] Macquarie = new String[] {
|
||||
"\u0cae\u0c95\u0ccd\u0cb5\u0cbe\u0cb0\u0cbf \u0cb8\u0cae\u0caf",
|
||||
"MIT",
|
||||
"Macquarie Island Summer Time",
|
||||
"MIST",
|
||||
"Macquarie Island Time",
|
||||
"MIT",
|
||||
};
|
||||
final String[] America_Eastern = new String[] {
|
||||
"\u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0ca6 \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"EST",
|
||||
"\u0caa\u0cc2\u0cb0\u0ccd\u0cb5\u0ca6 \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"EDT",
|
||||
"\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0cb8\u0cae\u0caf",
|
||||
"ET",
|
||||
};
|
||||
final String[] Hawaii_Aleutian = new String[] {
|
||||
"\u0cb9\u0cb5\u0cbe\u0caf\u0cbf-\u0c85\u0cb2\u0ccd\u0caf\u0cc2\u0cb6\u0cbf\u0caf\u0ca8\u0ccd \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"HAST",
|
||||
"\u0cb9\u0cb5\u0cbe\u0caf\u0cbf-\u0c85\u0cb2\u0ccd\u0caf\u0cc2\u0cb6\u0cbf\u0caf\u0ca8\u0ccd \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"HADT",
|
||||
"\u0cb9\u0cb5\u0cbe\u0caf\u0cbf \u0c85\u0cb2\u0ccd\u0caf\u0cc2\u0cb7\u0cbf\u0caf\u0ca8\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"HAT",
|
||||
};
|
||||
final String[] Australia_Central = new String[] {
|
||||
"\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"ACST",
|
||||
"\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"ACDT",
|
||||
"\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe \u0cb8\u0cae\u0caf",
|
||||
"CAT",
|
||||
};
|
||||
final String[] Lord_Howe = new String[] {
|
||||
"\u0cb2\u0cbe\u0cb0\u0ccd\u0ca1\u0ccd\u200c \u0cb9\u0cca\u0cb5\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"LHST",
|
||||
"\u0cb2\u0cbe\u0cb0\u0ccd\u0ca1\u0ccd\u200c \u0cb9\u0cca\u0cb5\u0ccd\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"LHDT",
|
||||
"\u0cb2\u0cbe\u0cb0\u0ccd\u0ca1\u0ccd\u200c \u0cb9\u0cca\u0cb5\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"LHT",
|
||||
};
|
||||
final String[] Yakutsk = new String[] {
|
||||
"\u0caf\u0c95\u0cc1\u0ca4\u0ccd\u0cb8\u0c95\u0ccd\u200c\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"YST",
|
||||
"\u0caf\u0c95\u0cc1\u0ca4\u0ccd\u0cb8\u0c95\u0ccd\u200c\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"YST",
|
||||
"\u0caf\u0c95\u0cc1\u0ca4\u0ccd\u0cb8\u0c95\u0ccd\u200c\u200c \u0cb8\u0cae\u0caf",
|
||||
"YT",
|
||||
};
|
||||
final String[] America_Pacific = new String[] {
|
||||
"\u0caa\u0cc6\u0cb8\u0cbf\u0cab\u0cbf\u0c95\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"PST",
|
||||
"\u0caa\u0cc6\u0cb8\u0cbf\u0cab\u0cbf\u0c95\u0ccd\u200c \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"PDT",
|
||||
"\u0caa\u0cc6\u0cb8\u0cbf\u0cab\u0cbf\u0c95\u0ccd \u0cb8\u0cae\u0caf",
|
||||
"PT",
|
||||
};
|
||||
final String[] Europe_Western = new String[] {
|
||||
"\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"WEST",
|
||||
"\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"WEST",
|
||||
"\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd \u0cb8\u0cae\u0caf",
|
||||
"WET",
|
||||
};
|
||||
final String[] Europe_Eastern = new String[] {
|
||||
"\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"EEST",
|
||||
"\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"EEST",
|
||||
"\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0caf\u0cc2\u0cb0\u0ccb\u0caa\u0ccd \u0cb8\u0cae\u0caf",
|
||||
"EET",
|
||||
};
|
||||
final String[] Newfoundland = new String[] {
|
||||
"\u0ca8\u0ccd\u0caf\u0cc2\u0cab\u0ccc\u0c82\u0ca1\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"NST",
|
||||
"\u0ca8\u0ccd\u0caf\u0cc2\u0cab\u0ccc\u0c82\u0ca1\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u200c \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"NDT",
|
||||
"\u0ca8\u0ccd\u0caf\u0cc2\u0cab\u0ccc\u0c82\u0ca1\u0ccd\u200c\u0cb2\u0ccd\u0caf\u0cbe\u0c82\u0ca1\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"NT",
|
||||
};
|
||||
final String[] Argentina_Western = new String[] {
|
||||
"\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0c85\u0cb0\u0ccd\u0c9c\u0cc6\u0c82\u0c9f\u0cbf\u0ca8\u0cbe \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"WAST",
|
||||
"\u0c85\u0cb0\u0ccd\u0c9c\u0cc6\u0c82\u0c9f\u0cbf\u0ca8\u0cbe \u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"WAST",
|
||||
"\u0c85\u0cb0\u0ccd\u0c9c\u0cc6\u0c82\u0c9f\u0cbf\u0ca8\u0cbe \u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0cb8\u0cae\u0caf",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Atlantic = new String[] {
|
||||
"\u0c85\u0c9f\u0ccd\u0cb2\u0cbe\u0c82\u0c9f\u0cbf\u0c95\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"AST",
|
||||
"\u0c85\u0c9f\u0ccd\u0cb2\u0cbe\u0c82\u0c9f\u0cbf\u0c95\u0ccd\u200c \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"ADT",
|
||||
"\u0c85\u0c9f\u0ccd\u0cb2\u0cbe\u0c82\u0c9f\u0cbf\u0c95\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"AT",
|
||||
};
|
||||
final String[] Yekaterinburg = new String[] {
|
||||
"\u0caf\u0cbf\u0c95\u0c9f\u0cc6\u0cb0\u0cc6\u0ca8\u0ccd\u200c\u0cac\u0cb0\u0ccd\u0c97\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"YST",
|
||||
"\u0caf\u0cbf\u0c95\u0c9f\u0cc6\u0cb0\u0cc6\u0ca8\u0ccd\u200c\u0cac\u0cb0\u0ccd\u0c97\u0ccd\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"YST",
|
||||
"\u0caf\u0cbf\u0c95\u0c9f\u0cc6\u0cb0\u0cc6\u0ca8\u0ccd\u200c\u0cac\u0cb0\u0ccd\u0c97\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"YT",
|
||||
};
|
||||
final String[] Volgograd = new String[] {
|
||||
"\u0cb5\u0cca\u0cb2\u0ccd\u0c97\u0cca\u0c97\u0ccd\u0cb0\u0cbe\u0ca6\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"VST",
|
||||
"\u0cb5\u0cca\u0cb2\u0ccd\u0c97\u0cca\u0c97\u0ccd\u0cb0\u0cbe\u0ca6\u0ccd\u200c\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"VST",
|
||||
"\u0cb5\u0cca\u0cb2\u0ccd\u0c97\u0cca\u0c97\u0ccd\u0cb0\u0cbe\u0ca6\u0ccd\u200c\u200c \u0cb8\u0cae\u0caf",
|
||||
"VT",
|
||||
};
|
||||
final String[] Indonesia_Central = new String[] {
|
||||
"\u0c87\u0c82\u0ca1\u0cca\u0ca8\u0cc7\u0cb7\u0ccd\u0caf\u0cbe \u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0cb8\u0cae\u0caf",
|
||||
"CIT",
|
||||
"Central Indonesia Summer Time",
|
||||
"CIST",
|
||||
"Central Indonesia Time",
|
||||
"CIT",
|
||||
};
|
||||
final String[] Indonesia_Eastern = new String[] {
|
||||
"\u0c87\u0c82\u0ca1\u0cca\u0ca8\u0cc7\u0cb7\u0ccd\u0caf\u0cbe \u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0cb8\u0cae\u0caf",
|
||||
"EIT",
|
||||
"Eastern Indonesia Summer Time",
|
||||
"EIST",
|
||||
"Eastern Indonesia Time",
|
||||
"EIT",
|
||||
};
|
||||
final String[] Omsk = new String[] {
|
||||
"\u0c93\u0cae\u0ccd\u200c\u0cb8\u0ccd\u0c95\u0ccd\u200c\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"OST",
|
||||
"\u0c93\u0cae\u0ccd\u0cb8\u0ccd\u200c\u0c95\u0ccd\u200c\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"OST",
|
||||
"\u0c93\u0cae\u0ccd\u200c\u200c\u0cb8\u0ccd\u0c95\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"OT",
|
||||
};
|
||||
final String[] Australia_Western = new String[] {
|
||||
"\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"AWST",
|
||||
"\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"AWDT",
|
||||
"\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe \u0cb8\u0cae\u0caf",
|
||||
"WAT",
|
||||
};
|
||||
final String[] Indonesia_Western = new String[] {
|
||||
"\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0c87\u0c82\u0ca1\u0ccb\u0ca8\u0cc7\u0cb7\u0ccd\u0caf\u0cbe \u0cb8\u0cae\u0caf",
|
||||
"WIT",
|
||||
"Western Indonesia Summer Time",
|
||||
"WIST",
|
||||
"Western Indonesia Time",
|
||||
"WIT",
|
||||
};
|
||||
final String[] Mongolia = new String[] {
|
||||
"\u0c89\u0cb2\u0ca8\u0ccd\u200c \u0cac\u0cbe\u0c9f\u0cca\u0cb0\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"UBST",
|
||||
"\u0c89\u0cb2\u0ca8\u0ccd\u200c \u0cac\u0ca4\u0ccb\u0cb0\u0ccd\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"UBST",
|
||||
"\u0c89\u0cb2\u0ca8\u0ccd\u200c \u0cac\u0cbe\u0c9f\u0cca\u0cb0\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"UBT",
|
||||
};
|
||||
final String[] America_Central = new String[] {
|
||||
"\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"CST",
|
||||
"\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"CDT",
|
||||
"\u0c95\u0cc7\u0c82\u0ca6\u0ccd\u0cb0 \u0cb8\u0cae\u0caf",
|
||||
"CT",
|
||||
};
|
||||
final String[] Australia_Eastern = new String[] {
|
||||
"\u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"AEST",
|
||||
"\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"AEDT",
|
||||
"\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0c86\u0cb8\u0ccd\u0c9f\u0ccd\u0cb0\u0cc7\u0cb2\u0cbf\u0caf\u0cbe \u0cb8\u0cae\u0caf",
|
||||
"EAT",
|
||||
};
|
||||
final String[] America_Mountain = new String[] {
|
||||
"\u0cae\u0ccc\u0c82\u0c9f\u0cc7\u0ca8\u0ccd\u200c\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"MST",
|
||||
"\u0cae\u0ccc\u0c82\u0c9f\u0cc7\u0ca8\u0ccd\u200c \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"MDT",
|
||||
"\u0cae\u0ccc\u0c82\u0c9f\u0cc7\u0ca8\u0ccd \u0cb8\u0cae\u0caf",
|
||||
"MT",
|
||||
};
|
||||
final String[] Alaska = new String[] {
|
||||
"\u0c85\u0cb2\u0cb8\u0ccd\u0c95\u0cbe \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"AKST",
|
||||
"\u200c\u0c85\u0cb2\u0cbe\u0cb8\u0ccd\u0c95\u0cbe \u0cb9\u0c97\u0cb2\u0cc1 \u0cb8\u0cae\u0caf",
|
||||
"AKDT",
|
||||
"\u0c85\u0cb2\u0cbe\u0cb8\u0ccd\u0c95\u0cbe \u0cb8\u0cae\u0caf",
|
||||
"AKT",
|
||||
};
|
||||
final String[] Novosibirsk = new String[] {
|
||||
"\u0ca8\u0cca\u0cb5\u0cb8\u0ccd\u200c\u200c\u0cac\u0cbf\u0cb8\u0cb0\u0ccd\u0c95\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"NST",
|
||||
"\u0ca8\u0cca\u0cb5\u0cb8\u0ccd\u200c\u200c\u0cac\u0cbf\u0cb8\u0cb0\u0ccd\u0c95\u0ccd\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0c95\u0cbe\u0cb2",
|
||||
"NST",
|
||||
"\u0ca8\u0cca\u0cb5\u0cb8\u0ccd\u200c\u200c\u0cac\u0cbf\u0cb8\u0cb0\u0ccd\u0c95\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"NT",
|
||||
};
|
||||
final String[] Vladivostok = new String[] {
|
||||
"\u0cb5\u0ccd\u0cb2\u0ccd\u0caf\u0cbe\u0ca6\u0cbf\u0cb5\u0cca\u0cb8\u0ccd\u0ca4\u0cca\u0c95\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"VST",
|
||||
"\u0cb5\u0ccd\u0cb2\u0ccd\u0caf\u0cbe\u0ca6\u0cbf\u0cb5\u0cca\u0cb8\u0ccd\u0ca4\u0cca\u0c95\u0ccd\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"VST",
|
||||
"\u0cb5\u0ccd\u0cb2\u0ccd\u0caf\u0cbe\u0ca6\u0cbf\u0cb5\u0cca\u0cb8\u0ccd\u0ca4\u0cca\u0c95\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"VT",
|
||||
};
|
||||
final String[] Irkutsk = new String[] {
|
||||
"\u0c87\u0cb0\u0c95\u0cc2\u0ca4\u0ccd\u0cb8\u0c95\u0ccd\u200c\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"IST",
|
||||
"\u0c87\u0cb0\u0c95\u0cc2\u0ca4\u0ccd\u0cb8\u0c95\u0ccd\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"IST",
|
||||
"\u0c87\u0cb0\u0c95\u0cc2\u0ca4\u0ccd\u0cb8\u0c95\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"IT",
|
||||
};
|
||||
final String[] Noronha = new String[] {
|
||||
"\u0cab\u0cb0\u0ccd\u0ca8\u0cbe\u0c82\u0ca1\u0ccb \u0ca6\u0cc6 \u0ca8\u0cca\u0cb0\u0cca\u0ca8\u0ccd\u0cb9\u0cbe \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"FNST",
|
||||
"\u0cab\u0cb0\u0ccd\u0ca8\u0cbe\u0c82\u0ca1\u0ccb \u0ca6\u0cc6 \u0ca8\u0cca\u0cb0\u0cca\u0ca8\u0ccd\u0cb9\u0cbe \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"FNST",
|
||||
"\u0cab\u0cb0\u0ccd\u0ca8\u0cbe\u0c82\u0ca1\u0ccb \u0ca6\u0cc6 \u0ca8\u0cca\u0cb0\u0cca\u0ca8\u0ccd\u0cb9\u0cbe \u0cb8\u0cae\u0caf",
|
||||
"FNT",
|
||||
};
|
||||
final String[] Choibalsan = new String[] {
|
||||
"\u0c9a\u0cca\u0caf\u0ccd\u200c\u200c\u0cac\u0cb2\u0ccd\u0cb8\u0cbe\u0ca8\u0ccd\u200c \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"CST",
|
||||
"\u0c9a\u0cca\u0caf\u0ccd\u200c\u200c\u0cac\u0cbe\u0cb2\u0ccd\u0cb8\u0ca8\u0ccd\u200c\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0c95\u0cbe\u0cb2",
|
||||
"CST",
|
||||
"\u0c9a\u0cca\u0caf\u0ccd\u200c\u200c\u0cac\u0cb2\u0ccd\u0cb8\u0cbe\u0ca8\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"CT",
|
||||
};
|
||||
final String[] Brasilia = new String[] {
|
||||
"\u0cac\u0ccd\u0cb0\u0cc6\u0cb8\u0cbf\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"BST",
|
||||
"\u0cac\u0ccd\u0cb0\u0cc6\u0cb8\u0cbf\u0cb2\u0cbf\u0caf\u0cbe \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"BST",
|
||||
"\u0cac\u0ccd\u0cb0\u0cc6\u0cb8\u0cbf\u0cb2\u0cbf\u0caf\u0cbe\u0ca6 \u0cb8\u0cae\u0caf",
|
||||
"BT",
|
||||
};
|
||||
final String[] Krasnoyarsk = new String[] {
|
||||
"\u0c95\u0ccd\u0cb0\u0cb8\u0ccd\u0ca8\u0cbf\u0caf\u0cbe\u0cb0\u0ccd\u0c95\u0ccd\u0cb8\u0ccd \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"KST",
|
||||
"\u0c95\u0ccd\u0cb0\u0cbe\u0cb8\u0ccd\u0ca8\u0cbf\u0caf\u0cbe\u0cb0\u0ccd\u0cb8\u0c95\u0ccd\u200c \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"KST",
|
||||
"\u0c95\u0ccd\u0cb0\u0cb8\u0ccd\u0ca8\u0cbf\u0caf\u0cbe\u0cb0\u0ccd\u0c95\u0ccd\u0cb8\u0ccd \u0cb8\u0cae\u0caf",
|
||||
"KT",
|
||||
};
|
||||
final String[] Kazakhstan_Western = new String[] {
|
||||
"\u0caa\u0cb6\u0ccd\u0c9a\u0cbf\u0cae \u0c95\u0c9d\u0c95\u0ccd\u200c\u0cb8\u0ccd\u0ca4\u0cbe\u0ca8\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"WKT",
|
||||
"West Kazakhstan Summer Time",
|
||||
"WKST",
|
||||
"West Kazakhstan Time",
|
||||
"WKT",
|
||||
};
|
||||
final String[] India = new String[] {
|
||||
"\u0cad\u0cbe\u0cb0\u0ca4\u0cc0\u0caf \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"IST",
|
||||
"India Daylight Time",
|
||||
"IDT",
|
||||
"India Time",
|
||||
"IT",
|
||||
};
|
||||
final String[] Amazon = new String[] {
|
||||
"\u0c85\u0cae\u0cc7\u0c9c\u0cbe\u0ca8\u0ccd \u0caa\u0ccd\u0cb0\u0cae\u0cbe\u0ca3\u0cbf\u0ca4 \u0cb8\u0cae\u0caf",
|
||||
"AST",
|
||||
"\u0c85\u0cae\u0cc7\u0c9c\u0cbe\u0ca8\u0ccd \u0cac\u0cc7\u0cb8\u0cbf\u0c97\u0cc6 \u0cb8\u0cae\u0caf",
|
||||
"AST",
|
||||
"\u0c85\u0cae\u0cc6\u0c9c\u0cbe\u0ca8\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"AT",
|
||||
};
|
||||
final String[] Kazakhstan_Eastern = new String[] {
|
||||
"\u0caa\u0cc2\u0cb0\u0ccd\u0cb5 \u0c95\u0c9d\u0c95\u0ccd\u200c\u0cb8\u0ccd\u0ca4\u0cbe\u0ca8\u0ccd\u200c \u0cb8\u0cae\u0caf",
|
||||
"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 },
|
||||
{ "Africa/Casablanca", Europe_Western },
|
||||
{ "Europe/Bucharest", Europe_Eastern },
|
||||
{ "America/Cuiaba", Amazon },
|
||||
{ "Asia/Aqtobe", Kazakhstan_Western },
|
||||
{ "Asia/Vladivostok", Vladivostok },
|
||||
{ "America/Marigot", Atlantic },
|
||||
{ "Asia/Aqtau", Kazakhstan_Western },
|
||||
{ "America/El_Salvador", America_Central },
|
||||
{ "America/Kentucky/Monticello", America_Eastern },
|
||||
{ "Asia/Pontianak", Indonesia_Western },
|
||||
{ "Africa/El_Aaiun", Europe_Western },
|
||||
{ "America/Coral_Harbour", America_Eastern },
|
||||
{ "Africa/Cairo", Europe_Eastern },
|
||||
{ "America/Aruba", Atlantic },
|
||||
{ "America/North_Dakota/Center", America_Central },
|
||||
{ "America/Guatemala", America_Central },
|
||||
{ "Australia/Hobart", Australia_Eastern },
|
||||
{ "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 },
|
||||
{ "America/Chihuahua", America_Central },
|
||||
{ "America/Ojinaga", America_Central },
|
||||
{ "Asia/Hovd", Hovd },
|
||||
{ "Europe/Warsaw", Europe_Central },
|
||||
{ "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 },
|
||||
{ "Europe/Zaporozhye", Europe_Eastern },
|
||||
{ "Atlantic/Madeira", Europe_Western },
|
||||
{ "America/Thunder_Bay", America_Eastern },
|
||||
{ "America/Grand_Turk", America_Eastern },
|
||||
{ "Europe/Uzhgorod", Europe_Eastern },
|
||||
{ "America/Indiana/Marengo", America_Eastern },
|
||||
{ "Asia/Almaty", Kazakhstan_Eastern },
|
||||
{ "America/Creston", America_Mountain },
|
||||
{ "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 },
|
||||
{ "America/Matamoros", America_Central },
|
||||
{ "America/Blanc-Sablon", Atlantic },
|
||||
{ "Europe/Lisbon", Europe_Western },
|
||||
{ "Europe/Oslo", Europe_Central },
|
||||
{ "Asia/Novokuznetsk", Novosibirsk },
|
||||
{ "Australia/Perth", Australia_Western },
|
||||
{ "CST6CDT", America_Central },
|
||||
{ "Atlantic/Canary", Europe_Western },
|
||||
{ "America/Manaus", Amazon },
|
||||
{ "America/Menominee", America_Central },
|
||||
{ "America/Adak", Hawaii_Aleutian },
|
||||
{ "Europe/Malta", Europe_Central },
|
||||
{ "America/Resolute", America_Central },
|
||||
{ "Asia/Krasnoyarsk", Krasnoyarsk },
|
||||
{ "America/Argentina/Rio_Gallegos", Argentina },
|
||||
{ "Europe/Skopje", Europe_Central },
|
||||
{ "America/Edmonton", America_Mountain },
|
||||
{ "Europe/Podgorica", Europe_Central },
|
||||
{ "America/Catamarca", Argentina },
|
||||
{ "Europe/Sarajevo", Europe_Central },
|
||||
{ "America/Santo_Domingo", Atlantic },
|
||||
{ "Europe/Minsk", Europe_Eastern },
|
||||
{ "America/Glace_Bay", Atlantic },
|
||||
{ "Europe/Kiev", Europe_Eastern },
|
||||
{ "America/Cordoba", Argentina },
|
||||
{ "Europe/Rome", Europe_Central },
|
||||
{ "Asia/Magadan", Magadan },
|
||||
{ "America/Port-au-Prince", America_Eastern },
|
||||
{ "America/St_Barthelemy", Atlantic },
|
||||
{ "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 },
|
||||
{ "America/Hermosillo", America_Mountain },
|
||||
{ "America/Cancun", America_Central },
|
||||
{ "Europe/Gibraltar", Europe_Central },
|
||||
{ "Australia/Sydney", Australia_Eastern },
|
||||
{ "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/Colombo", India },
|
||||
{ "Asia/Omsk", Omsk },
|
||||
{ "Europe/Vaduz", Europe_Central },
|
||||
{ "Australia/Brisbane", Australia_Eastern },
|
||||
{ "America/Barbados", Atlantic },
|
||||
{ "Europe/Volgograd", Volgograd },
|
||||
{ "Asia/Yekaterinburg", Yekaterinburg },
|
||||
{ "America/Louisville", America_Eastern },
|
||||
{ "America/Lower_Princes", Atlantic },
|
||||
{ "America/Vancouver", America_Pacific },
|
||||
{ "America/Rio_Branco", Amazon },
|
||||
{ "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 },
|
||||
{ "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 },
|
||||
{ "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 },
|
||||
{ "America/Nome", Alaska },
|
||||
{ "Asia/Yakutsk", Yakutsk },
|
||||
{ "Europe/Tallinn", Europe_Eastern },
|
||||
{ "America/Rainy_River", America_Central },
|
||||
{ "Europe/Belgrade", Europe_Central },
|
||||
{ "Asia/Oral", Kazakhstan_Western },
|
||||
{ "America/Yellowknife", America_Mountain },
|
||||
{ "America/Juneau", Alaska },
|
||||
{ "America/Indiana/Vevay", America_Eastern },
|
||||
{ "Asia/Jakarta", Indonesia_Western },
|
||||
{ "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 },
|
||||
{ "Europe/Simferopol", Europe_Eastern },
|
||||
{ "Europe/Sofia", Europe_Eastern },
|
||||
{ "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 },
|
||||
{ "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 },
|
||||
{ "Asia/Calcutta", India },
|
||||
{ "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 },
|
||||
{ "America/Mendoza", Argentina },
|
||||
{ "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 },
|
||||
{ "Asia/Amman", Europe_Eastern },
|
||||
{ "America/Maceio", Brasilia },
|
||||
{ "Australia/Lord_Howe", Lord_Howe },
|
||||
{ "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