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.ka;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_ka_GE extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "2" },
|
||||
{ "minimalDaysInFirstWeek", "1" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
268
jdkSrc/jdk8/sun/util/resources/cldr/ka/CurrencyNames_ka.java
Normal file
268
jdkSrc/jdk8/sun/util/resources/cldr/ka/CurrencyNames_ka.java
Normal file
@@ -0,0 +1,268 @@
|
||||
/*
|
||||
* 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.ka;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_ka extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "adp", "\u10d0\u10dc\u10d3\u10dd\u10e0\u10e3\u10da\u10d8 \u10de\u10d4\u10e1\u10d4\u10e2\u10d0" },
|
||||
{ "aed", "\u10d2\u10d0\u10d4\u10e0\u10d7\u10d8\u10d0\u10dc\u10d4\u10d1\u10e3\u10da\u10d8 \u10d0\u10e0\u10d0\u10d1\u10e3\u10da\u10d8 \u10e1\u10d0\u10d4\u10db\u10d8\u10e0\u10dd\u10d4\u10d1\u10d8\u10e1 \u10d3\u10d8\u10e0\u10f0\u10d4\u10db\u10d8" },
|
||||
{ "afa", "\u10d0\u10d5\u10e6\u10d0\u10dc\u10d8 (1927-2002)" },
|
||||
{ "afn", "\u10d0\u10d5\u10e6\u10d0\u10dc\u10d8" },
|
||||
{ "all", "\u10d0\u10da\u10d1\u10d0\u10dc\u10e3\u10e0\u10d8 \u10da\u10d4\u10d9\u10d8" },
|
||||
{ "amd", "\u10e1\u10dd\u10db\u10ee\u10e3\u10e0\u10d8 \u10d3\u10e0\u10d0\u10db\u10d8" },
|
||||
{ "ang", "\u10dc\u10d8\u10d3\u10e0\u10d4\u10da\u10d0\u10dc\u10d3\u10d4\u10d1\u10d8\u10e1 \u10d0\u10dc\u10e2\u10d8\u10da\u10d8\u10d8\u10e1 \u10d2\u10e3\u10da\u10d3\u10d4\u10dc\u10d8" },
|
||||
{ "aoa", "\u10d0\u10dc\u10d2\u10dd\u10da\u10e3\u10e0\u10d8 \u10d9\u10d5\u10d0\u10dc\u10d6\u10d0" },
|
||||
{ "aok", "\u10d0\u10dc\u10d2\u10dd\u10da\u10e3\u10e0\u10d8 \u10d9\u10d5\u10d0\u10dc\u10d6\u10d0 (1977-1990)" },
|
||||
{ "aon", "\u10d0\u10dc\u10d2\u10dd\u10da\u10e3\u10e0\u10d8 \u10d0\u10ee\u10d0\u10da\u10d8 \u10d9\u10d5\u10d0\u10dc\u10d6\u10d0 (1990-2000)" },
|
||||
{ "aor", "\u10d0\u10dc\u10d2\u10dd\u10da\u10e3\u10e0\u10d8 \u10db\u10d8\u10e2\u10dd\u10da\u10d4\u10d1\u10e3\u10da\u10d8 \u10d9\u10d5\u10d0\u10dc\u10d6\u10d0 (1995-1999)" },
|
||||
{ "ara", "\u10d0\u10e0\u10d2\u10d4\u10dc\u10e2\u10d8\u10dc\u10e3\u10da\u10d8 \u10d0\u10e3\u10e1\u10e2\u10e0\u10d0\u10da\u10d8" },
|
||||
{ "arp", "\u10d0\u10e0\u10d2\u10d4\u10dc\u10e2\u10d8\u10dc\u10e3\u10da\u10d8 \u10de\u10d4\u10e1\u10dd (1983-1985)" },
|
||||
{ "ars", "\u10d0\u10e0\u10d2\u10d4\u10dc\u10e2\u10d8\u10dc\u10e3\u10da\u10d8 \u10de\u10d4\u10e1\u10dd" },
|
||||
{ "ats", "\u10d0\u10d5\u10e1\u10e2\u10e0\u10d8\u10e3\u10da\u10d8 \u10e8\u10d8\u10da\u10d8\u10dc\u10d2\u10d8" },
|
||||
{ "aud", "\u10d0\u10d5\u10e1\u10e2\u10e0\u10d0\u10da\u10d8\u10e3\u10e0\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "awg", "\u10d0\u10e0\u10e3\u10d1\u10d0\u10dc\u10e3\u10da\u10d8 \u10d2\u10e3\u10da\u10d3\u10d4\u10dc\u10d8" },
|
||||
{ "azm", "\u10d0\u10d6\u10d4\u10e0\u10d1\u10d0\u10d8\u10ef\u10d0\u10dc\u10e3\u10da\u10d8 \u10db\u10d0\u10dc\u10d0\u10d7\u10d8 (1993-2006)" },
|
||||
{ "azn", "\u10d0\u10d6\u10d4\u10e0\u10d1\u10d0\u10d8\u10ef\u10d0\u10dc\u10e3\u10da\u10d8 \u10db\u10d0\u10dc\u10d0\u10d7\u10d8" },
|
||||
{ "bad", "\u10d1\u10dd\u10e1\u10dc\u10d8\u10d0-\u10f0\u10d4\u10e0\u10ea\u10dd\u10d2\u10dd\u10d5\u10d8\u10dc\u10d0\u10e1 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "bam", "\u10d1\u10dd\u10e1\u10dc\u10d8\u10d0-\u10f0\u10d4\u10e0\u10ea\u10dd\u10d2\u10dd\u10d5\u10d8\u10dc\u10d0\u10e1 \u10d9\u10dd\u10dc\u10d5\u10d4\u10e0\u10e2\u10d8\u10e0\u10d4\u10d1\u10d0\u10d3\u10d8 \u10db\u10d0\u10e0\u10d9\u10d0" },
|
||||
{ "bbd", "\u10d1\u10d0\u10e0\u10d1\u10d0\u10d3\u10dd\u10e1\u10e3\u10da\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "bdt", "\u10d1\u10d0\u10dc\u10d2\u10da\u10d0\u10d3\u10d4\u10e8\u10e3\u10e0\u10d8 \u10e2\u10d0\u10d9\u10d0" },
|
||||
{ "bec", "\u10d1\u10d4\u10da\u10d2\u10d8\u10e3\u10e0\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8 (\u10d9\u10dd\u10d5\u10d4\u10e0\u10e2\u10d8\u10e0\u10d4\u10d1\u10d0\u10d3\u10d8)" },
|
||||
{ "bef", "\u10d1\u10d4\u10da\u10d2\u10d8\u10e3\u10e0\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "bel", "\u10d1\u10d4\u10da\u10d2\u10d8\u10e3\u10e0\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8 (\u10e4\u10d8\u10dc\u10d0\u10dc\u10e1\u10e3\u10e0\u10d8)" },
|
||||
{ "bgl", "\u10d1\u10e3\u10da\u10d2\u10d0\u10e0\u10e3\u10da\u10d8 \u10db\u10e7\u10d0\u10e0\u10d8 \u10da\u10d4\u10d5\u10d8" },
|
||||
{ "bgn", "\u10d1\u10e3\u10da\u10d2\u10d0\u10e0\u10e3\u10da\u10d8 \u10d0\u10ee\u10d0\u10da\u10d8 \u10da\u10d4\u10d5\u10d8" },
|
||||
{ "bhd", "\u10d1\u10d0\u10f0\u10e0\u10d4\u10d8\u10dc\u10e3\u10da\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "bif", "\u10d1\u10e3\u10e0\u10e3\u10dc\u10d3\u10d8\u10e3\u10da\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "bmd", "\u10d1\u10d4\u10e0\u10db\u10e3\u10d3\u10e3\u10da\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "bnd", "\u10d1\u10e0\u10e3\u10dc\u10d4\u10e3\u10da\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "bob", "\u10d1\u10dd\u10da\u10d8\u10d5\u10d8\u10d0\u10dc\u10dd" },
|
||||
{ "bop", "\u10d1\u10dd\u10da\u10d8\u10d5\u10d8\u10e3\u10e0\u10d8 \u10de\u10d4\u10e1\u10dd" },
|
||||
{ "brb", "\u10d1\u10e0\u10d0\u10d6\u10d8\u10da\u10d8\u10e3\u10e0\u10d8 \u10d9\u10e0\u10e3\u10d6\u10d4\u10d8\u10e0\u10dd \u10dc\u10dd\u10d5\u10dd (1967-1986)" },
|
||||
{ "brc", "\u10d1\u10e0\u10d0\u10d6\u10d8\u10da\u10d8\u10e3\u10e0\u10d8 \u10d9\u10e0\u10e3\u10d6\u10d0\u10d3\u10dd" },
|
||||
{ "bre", "\u10d1\u10e0\u10d0\u10d6\u10d8\u10da\u10d8\u10e3\u10e0\u10d8 \u10d9\u10e0\u10e3\u10d6\u10d4\u10d8\u10e0\u10dd (1990-1993)" },
|
||||
{ "brl", "\u10d1\u10e0\u10d0\u10d6\u10d8\u10da\u10d8\u10e3\u10e0\u10d8 \u10e0\u10d4\u10d0\u10da\u10d8" },
|
||||
{ "brn", "\u10d1\u10e0\u10d0\u10d6\u10d8\u10da\u10d8\u10e3\u10e0\u10d8 \u10d9\u10e0\u10e3\u10d6\u10d0\u10d3\u10dd \u10dc\u10dd\u10d5\u10dd" },
|
||||
{ "brr", "\u10d1\u10e0\u10d0\u10d6\u10d8\u10da\u10d8\u10e3\u10e0\u10d8 \u10d9\u10e0\u10e3\u10d6\u10d4\u10d8\u10e0\u10dd" },
|
||||
{ "bsd", "\u10d1\u10d0\u10f0\u10d0\u10db\u10e3\u10e0\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "bwp", "\u10d1\u10dd\u10e2\u10e1\u10d5\u10d0\u10dc\u10d8\u10e3\u10e0\u10d8 \u10de\u10e3\u10da\u10d0" },
|
||||
{ "byb", "\u10d0\u10ee\u10d0\u10da\u10d8 \u10d1\u10d4\u10da\u10d0\u10e0\u10e3\u10e1\u10d8\u10e3\u10da\u10d8 \u10e0\u10e3\u10d1\u10da\u10d8 (1994-1999)" },
|
||||
{ "byr", "\u10d1\u10d4\u10da\u10d0\u10e0\u10e3\u10e1\u10d8\u10e3\u10da\u10d8 \u10e0\u10e3\u10d1\u10da\u10d8" },
|
||||
{ "cad", "\u10d9\u10d0\u10dc\u10d0\u10d3\u10e3\u10e0\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "chf", "\u10e8\u10d5\u10d4\u10d8\u10ea\u10d0\u10e0\u10d8\u10e3\u10da\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "cny", "\u10e9\u10d8\u10dc\u10e3\u10e0\u10d8 \u10e3\u10d0\u10dc\u10d8" },
|
||||
{ "crc", "\u10d9\u10dd\u10e1\u10e2\u10d0 \u10e0\u10d8\u10d9\u10e3\u10da\u10d8 \u10d9\u10dd\u10da\u10dd\u10dc\u10d8" },
|
||||
{ "csd", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10e1\u10d4\u10e0\u10d1\u10d8\u10e3\u10da\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "csk", "\u10e9\u10d4\u10ee\u10dd\u10e1\u10da\u10dd\u10d5\u10d0\u10d9\u10d8\u10d8\u10e1 \u10db\u10e7\u10d0\u10e0\u10d8 \u10d9\u10e0\u10dd\u10dc\u10d0" },
|
||||
{ "cup", "\u10d9\u10e3\u10d1\u10e3\u10e0\u10d8 \u10de\u10d4\u10e1\u10dd" },
|
||||
{ "cve", "\u10d9\u10d0\u10d1\u10dd \u10d5\u10d4\u10e0\u10d3\u10d4\u10e1 \u10d4\u10e1\u10d9\u10e3\u10d3\u10dd" },
|
||||
{ "cyp", "\u10d9\u10d5\u10d8\u10de\u10e0\u10dd\u10e1\u10d8\u10e1 \u10d2\u10d8\u10e0\u10d5\u10d0\u10dc\u10e5\u10d0" },
|
||||
{ "czk", "\u10e9\u10d4\u10ee\u10e3\u10e0\u10d8 \u10d9\u10e0\u10dd\u10dc\u10d0" },
|
||||
{ "ddm", "\u10d0\u10e6\u10db\u10dd\u10e1\u10d0\u10d5\u10da\u10d4\u10d7 \u10d2\u10d4\u10e0\u10db\u10d0\u10dc\u10e3\u10da\u10d8 \u10db\u10d0\u10e0\u10d9\u10d0" },
|
||||
{ "dem", "\u10d2\u10d4\u10e0\u10db\u10d0\u10dc\u10e3\u10da\u10d8 \u10db\u10d0\u10e0\u10d9\u10d0" },
|
||||
{ "djf", "\u10ef\u10d8\u10d1\u10e3\u10e2\u10d8\u10e1 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "dkk", "\u10d3\u10d0\u10dc\u10d8\u10e3\u10e0\u10d8 \u10d9\u10e0\u10dd\u10dc\u10d0" },
|
||||
{ "dop", "\u10d3\u10dd\u10db\u10d8\u10dc\u10d8\u10d9\u10e3\u10e0\u10d8 \u10de\u10d4\u10e1\u10dd" },
|
||||
{ "dzd", "\u10d0\u10da\u10df\u10d8\u10e0\u10d8\u10e3\u10da\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "eek", "\u10d4\u10e1\u10e2\u10dd\u10dc\u10e3\u10e0\u10d8 \u10d9\u10e0\u10e3\u10dc\u10d0" },
|
||||
{ "egp", "\u10d4\u10d2\u10d5\u10d8\u10de\u10e2\u10e3\u10e0\u10d8 \u10d2\u10d8\u10e0\u10d5\u10d0\u10dc\u10e5\u10d0" },
|
||||
{ "esp", "\u10d4\u10e1\u10de\u10d0\u10dc\u10e3\u10e0\u10d8 \u10de\u10d4\u10e1\u10d4\u10e2\u10d0" },
|
||||
{ "eur", "\u10d4\u10d5\u10e0\u10dd" },
|
||||
{ "fim", "\u10e4\u10d8\u10dc\u10e3\u10e0\u10d8 \u10db\u10d0\u10e0\u10d9\u10d0" },
|
||||
{ "fjd", "\u10e4\u10d8\u10ef\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "frf", "\u10e4\u10e0\u10d0\u10dc\u10d2\u10e3\u10da\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "gbp", "\u10d8\u10dc\u10d2\u10da\u10d8\u10e1\u10e3\u10e0\u10d8 \u10d2\u10d8\u10e0\u10d5\u10d0\u10dc\u10e5\u10d0 \u10e1\u10e2\u10d4\u10e0\u10da\u10d8\u10dc\u10d2\u10d8" },
|
||||
{ "gek", "\u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8 \u10d9\u10e3\u10de\u10dd\u10dc\u10d8 \u10da\u10d0\u10e0\u10d8\u10d7" },
|
||||
{ "gel", "\u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8 \u10da\u10d0\u10e0\u10d8" },
|
||||
{ "grd", "\u10d1\u10d4\u10e0\u10eb\u10dc\u10e3\u10da\u10d8 \u10d3\u10e0\u10d0\u10f0\u10db\u10d0" },
|
||||
{ "gwe", "\u10de\u10dd\u10e0\u10e2\u10e3\u10d2\u10d0\u10da\u10d8\u10e3\u10e0\u10d8 \u10d2\u10d8\u10dc\u10d4\u10d0 \u10d4\u10e1\u10d9\u10e3\u10d3\u10dd" },
|
||||
{ "hkd", "\u10f0\u10dd\u10dc\u10d2 \u10d9\u10dd\u10dc\u10d2\u10d8\u10e1 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "hnl", "\u10f0\u10dd\u10dc\u10d3\u10e3\u10e0\u10d0\u10e1\u10d8\u10e1 \u10da\u10d4\u10db\u10de\u10d8\u10e0\u10d0" },
|
||||
{ "hrd", "\u10ee\u10dd\u10e0\u10d5\u10d0\u10e2\u10d8\u10e3\u10da\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "hrk", "\u10ee\u10dd\u10e0\u10d5\u10d0\u10e2\u10d8\u10e3\u10da\u10d8 \u10d9\u10e3\u10dc\u10d0" },
|
||||
{ "huf", "\u10e3\u10dc\u10d2\u10e0\u10e3\u10da\u10d8 \u10e4\u10dd\u10e0\u10d8\u10dc\u10e2\u10d8" },
|
||||
{ "idr", "\u10d8\u10dc\u10d3\u10dd\u10dc\u10d4\u10d6\u10d8\u10e3\u10e0\u10d8 \u10e0\u10e3\u10de\u10d8\u10d0" },
|
||||
{ "iep", "\u10d8\u10e0\u10da\u10d0\u10dc\u10d3\u10d8\u10e3\u10e0\u10d8 \u10d2\u10d8\u10e0\u10d5\u10d0\u10dc\u10e5\u10d0" },
|
||||
{ "inr", "\u10d8\u10dc\u10d3\u10e3\u10e0\u10d8 \u10e0\u10e3\u10de\u10d8\u10d0" },
|
||||
{ "isk", "\u10d8\u10e1\u10da\u10d0\u10dc\u10d3\u10d8\u10e3\u10e0\u10d8 \u10d9\u10e0\u10dd\u10dc\u10d0" },
|
||||
{ "itl", "\u10d8\u10e2\u10d0\u10da\u10d8\u10e3\u10e0\u10d8 \u10da\u10d8\u10e0\u10d0" },
|
||||
{ "jmd", "\u10d8\u10d0\u10db\u10d0\u10d8\u10d9\u10e3\u10e0\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "jod", "\u10d8\u10dd\u10e0\u10d3\u10d0\u10dc\u10d8\u10e3\u10da\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "jpy", "\u10d8\u10d0\u10de\u10dd\u10dc\u10e3\u10e0\u10d8 \u10d8\u10d4\u10dc\u10d8" },
|
||||
{ "kes", "\u10d9\u10d4\u10dc\u10d8\u10e3\u10e0\u10d8 \u10e8\u10d8\u10da\u10d8\u10dc\u10d2\u10d8" },
|
||||
{ "kgs", "\u10e7\u10d8\u10e0\u10e6\u10d8\u10d6\u10e3\u10da\u10d8 \u10e1\u10dd\u10db\u10d8" },
|
||||
{ "kpw", "\u10e9\u10e0\u10d3\u10d8\u10da\u10dd\u10d4\u10d7 \u10d9\u10dd\u10e0\u10d4\u10e3\u10da\u10d8 \u10d5\u10dd\u10dc\u10d8" },
|
||||
{ "krw", "\u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7 \u10d9\u10dd\u10e0\u10d4\u10e3\u10da\u10d8 \u10d5\u10dd\u10dc\u10d8" },
|
||||
{ "kwd", "\u10d9\u10e3\u10d5\u10d4\u10d8\u10e2\u10e3\u10e0\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "kyd", "\u10d9\u10d0\u10d8\u10db\u10d0\u10dc\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8\u10e1 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "kzt", "\u10e7\u10d0\u10d6\u10d0\u10ee\u10e3\u10e0\u10d8 \u10e2\u10d4\u10dc\u10d2\u10d4" },
|
||||
{ "lkr", "\u10e8\u10e0\u10d8 \u10da\u10d0\u10dc\u10d9\u10d8\u10e1 \u10e0\u10e3\u10de\u10d8\u10d0" },
|
||||
{ "lrd", "\u10da\u10d8\u10d1\u10d4\u10e0\u10d8\u10e3\u10da\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "ltl", "\u10da\u10d8\u10e2\u10d5\u10e3\u10e0\u10d8 \u10da\u10d8\u10e2\u10d0" },
|
||||
{ "ltt", "\u10da\u10d8\u10e2\u10d5\u10e3\u10e0\u10d8 \u10e2\u10d0\u10da\u10dd\u10dc\u10d8" },
|
||||
{ "luc", "\u10da\u10e3\u10e5\u10e1\u10d4\u10db\u10d1\u10e3\u10e0\u10d2\u10d8\u10e1 \u10d9\u10dd\u10dc\u10d5\u10d4\u10e0\u10e2\u10d8\u10e0\u10d4\u10d1\u10d0\u10d3\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "luf", "\u10da\u10e3\u10e5\u10e1\u10d4\u10db\u10d1\u10e3\u10e0\u10d2\u10d8\u10e1 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "lul", "\u10da\u10e3\u10e5\u10e1\u10d4\u10db\u10d1\u10e3\u10e0\u10d2\u10d8\u10e1 \u10e4\u10d8\u10dc\u10d0\u10dc\u10e1\u10e3\u10e0\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "lvl", "\u10da\u10d0\u10e2\u10d5\u10d8\u10e3\u10e0\u10d8 \u10da\u10d0\u10e2\u10d8" },
|
||||
{ "lvr", "\u10da\u10d0\u10e2\u10d5\u10d8\u10e3\u10e0\u10d8 \u10e0\u10e3\u10d1\u10da\u10d8" },
|
||||
{ "lyd", "\u10da\u10d8\u10d1\u10d8\u10e3\u10e0\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "mad", "\u10db\u10d0\u10e0\u10dd\u10d9\u10dd\u10e1 \u10d3\u10d8\u10e0\u10f0\u10d0\u10db\u10d8" },
|
||||
{ "maf", "\u10db\u10d0\u10e0\u10dd\u10d9\u10dd\u10e1 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "mdl", "\u10db\u10dd\u10da\u10d3\u10dd\u10d5\u10e3\u10e0\u10d8 \u10da\u10d4\u10e3" },
|
||||
{ "mga", "\u10db\u10d0\u10d3\u10d0\u10d2\u10d0\u10e1\u10d9\u10d0\u10e0\u10d8\u10e1 \u10d0\u10e0\u10d8\u10d0\u10e0\u10d8" },
|
||||
{ "mgf", "\u10db\u10d0\u10d3\u10d0\u10d2\u10d0\u10e1\u10d9\u10d0\u10e0\u10d8\u10e1 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "mkd", "\u10db\u10d0\u10d9\u10d4\u10d3\u10dd\u10dc\u10d8\u10e3\u10e0\u10d8 \u10d3\u10d4\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "mlf", "\u10db\u10d0\u10da\u10d8\u10e1 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "mmk", "\u10db\u10d8\u10d0\u10dc\u10db\u10d0\u10e0\u10d8\u10e1 \u10d9\u10d8\u10d0\u10e2\u10d8" },
|
||||
{ "mnt", "\u10db\u10dd\u10dc\u10e6\u10dd\u10da\u10e3\u10e0\u10d8 \u10e2\u10e3\u10d2\u10e0\u10d8\u10d9\u10d8" },
|
||||
{ "mtl", "\u10db\u10d0\u10da\u10e2\u10d8\u10e1 \u10da\u10d8\u10e0\u10d0" },
|
||||
{ "mtp", "\u10db\u10d0\u10da\u10e2\u10d8\u10e1 \u10d2\u10d8\u10e0\u10d5\u10d0\u10dc\u10e5\u10d0" },
|
||||
{ "mur", "\u10db\u10d0\u10d5\u10e0\u10d8\u10e2\u10d0\u10dc\u10e3\u10da\u10d8 \u10e0\u10e3\u10de\u10d8\u10d0" },
|
||||
{ "mvr", "\u10db\u10d0\u10da\u10d3\u10d8\u10d5\u10e3\u10e0\u10d8 \u10e0\u10e3\u10e4\u10d8\u10d0" },
|
||||
{ "mwk", "\u10db\u10d0\u10da\u10d0\u10d5\u10d8\u10e1 \u10d9\u10d5\u10d0\u10dc\u10e9\u10d0" },
|
||||
{ "mxn", "\u10db\u10d4\u10e5\u10e1\u10d8\u10d9\u10e3\u10e0\u10d8 \u10de\u10d4\u10e1\u10dd" },
|
||||
{ "mxp", "\u10db\u10d4\u10e5\u10e1\u10d8\u10d9\u10e3\u10e0\u10d8 \u10d5\u10d4\u10e0\u10ea\u10ee\u10da\u10d8\u10e1 \u10de\u10d4\u10e1\u10dd (1861-1992)" },
|
||||
{ "myr", "\u10db\u10d0\u10da\u10d0\u10d8\u10d6\u10d8\u10e3\u10e0\u10d8 \u10e0\u10d8\u10dc\u10d2\u10d8\u10e2\u10d8" },
|
||||
{ "mze", "\u10db\u10dd\u10d6\u10d0\u10db\u10d1\u10d8\u10d9\u10e3\u10e0\u10d8 \u10d4\u10e1\u10d9\u10e3\u10d3\u10dd" },
|
||||
{ "mzm", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10db\u10dd\u10d6\u10d0\u10db\u10d1\u10d8\u10d9\u10e3\u10e0\u10d8 \u10db\u10d4\u10e2\u10d8\u10d9\u10d0\u10da\u10d8" },
|
||||
{ "mzn", "\u10db\u10dd\u10d6\u10d0\u10db\u10d1\u10d8\u10d9\u10e3\u10e0\u10d8 \u10db\u10d4\u10e2\u10d8\u10d9\u10d0\u10da\u10d8" },
|
||||
{ "nad", "\u10dc\u10d0\u10db\u10d8\u10d1\u10d8\u10e3\u10e0\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "ngn", "\u10dc\u10d8\u10d2\u10d4\u10e0\u10d8\u10e3\u10da\u10d8 \u10dc\u10d0\u10d8\u10e0\u10d0" },
|
||||
{ "nic", "\u10dc\u10d8\u10d9\u10d0\u10e0\u10d0\u10d2\u10e3\u10d0\u10e1 \u10d9\u10dd\u10e0\u10d3\u10dd\u10d1\u10d0" },
|
||||
{ "nio", "\u10dc\u10d8\u10d9\u10d0\u10e0\u10d0\u10d2\u10e3\u10d0\u10e1 \u10dd\u10e5\u10e0\u10dd\u10e1 \u10d9\u10dd\u10e0\u10d3\u10dd\u10d1\u10d0" },
|
||||
{ "nlg", "\u10f0\u10dd\u10da\u10d0\u10dc\u10d3\u10d8\u10e3\u10e0\u10d8 \u10d2\u10e3\u10da\u10d3\u10d4\u10dc\u10d8" },
|
||||
{ "nok", "\u10dc\u10dd\u10e0\u10d5\u10d4\u10d2\u10d8\u10e3\u10da\u10d8 \u10d9\u10e0\u10dd\u10dc\u10d0" },
|
||||
{ "npr", "\u10dc\u10d4\u10de\u10d0\u10da\u10e3\u10e0\u10d8 \u10e0\u10e3\u10de\u10d8\u10d0" },
|
||||
{ "nzd", "\u10d0\u10ee\u10d0\u10da\u10d8 \u10d6\u10d4\u10da\u10d0\u10dc\u10d3\u10d8\u10d8\u10e1 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "omr", "\u10dd\u10db\u10d0\u10dc\u10d8\u10e1 \u10e0\u10d4\u10d0\u10da\u10d8" },
|
||||
{ "pei", "\u10de\u10d4\u10e0\u10e3\u10e1 \u10d8\u10dc\u10e2\u10d8" },
|
||||
{ "pen", "\u10de\u10d4\u10e0\u10e3\u10e1 \u10d0\u10ee\u10d0\u10da\u10d8 \u10e1\u10dd\u10da\u10d8" },
|
||||
{ "pes", "\u10de\u10d4\u10e0\u10e3\u10e1 \u10e1\u10dd\u10da\u10d8" },
|
||||
{ "php", "\u10e4\u10d8\u10da\u10d8\u10de\u10d8\u10dc\u10e3\u10e0\u10d8 \u10de\u10d4\u10e1\u10dd" },
|
||||
{ "pkr", "\u10de\u10d0\u10d9\u10d8\u10e1\u10e2\u10d0\u10dc\u10e3\u10e0\u10d8 \u10e0\u10e3\u10de\u10d8\u10d0" },
|
||||
{ "pln", "\u10de\u10dd\u10da\u10dd\u10dc\u10e3\u10e0\u10d8 \u10d6\u10da\u10dd\u10e2\u10d8" },
|
||||
{ "plz", "\u10de\u10dd\u10da\u10dd\u10dc\u10e3\u10e0\u10d8 \u10d6\u10da\u10dd\u10e2\u10d8 (1950-1995)" },
|
||||
{ "pte", "\u10de\u10dd\u10e0\u10e2\u10e3\u10d2\u10d0\u10da\u10d8\u10e3\u10e0\u10d8 \u10d4\u10e1\u10d9\u10e3\u10d3\u10dd" },
|
||||
{ "qar", "\u10d9\u10d0\u10e2\u10d0\u10e0\u10d8\u10e1 \u10e0\u10d8\u10d0\u10da\u10d8" },
|
||||
{ "rhd", "\u10e0\u10dd\u10d3\u10d4\u10d6\u10d8\u10e3\u10da\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "rol", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10e0\u10e3\u10db\u10d8\u10dc\u10e3\u10da\u10d8 \u10da\u10d4\u10e3" },
|
||||
{ "ron", "\u10e0\u10e3\u10db\u10d8\u10dc\u10e3\u10da\u10d8 \u10da\u10d4\u10e3" },
|
||||
{ "rub", "\u10e0\u10e3\u10e1\u10e3\u10da\u10d8 \u10e0\u10e3\u10d1\u10da\u10d8" },
|
||||
{ "rur", "\u10e0\u10e3\u10e1\u10e3\u10da\u10d8 \u10e0\u10e3\u10d1\u10da\u10d8 (1991-1998)" },
|
||||
{ "rwf", "\u10e0\u10e3\u10d0\u10dc\u10d3\u10e3\u10da\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "scr", "\u10e1\u10d4\u10d8\u10e8\u10d4\u10da\u10d8\u10e1 \u10e0\u10e3\u10de\u10d8\u10d0" },
|
||||
{ "sdd", "\u10e1\u10e3\u10d3\u10d0\u10dc\u10d8\u10e1 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "sdp", "\u10e1\u10e3\u10d3\u10d0\u10dc\u10d8\u10e1 \u10d2\u10d8\u10e0\u10d5\u10d0\u10dc\u10e5\u10d0" },
|
||||
{ "sek", "\u10e8\u10d5\u10d4\u10d3\u10e3\u10e0\u10d8 \u10d9\u10e0\u10dd\u10dc\u10d0" },
|
||||
{ "sgd", "\u10e1\u10d8\u10dc\u10d2\u10d0\u10de\u10e3\u10e0\u10d8\u10e1 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "sll", "\u10e1\u10d8\u10d4\u10e0\u10d0 \u10da\u10d4\u10dd\u10dc\u10d4\u10e1 \u10da\u10d4\u10dd\u10dc\u10d4" },
|
||||
{ "srd", "\u10e1\u10e3\u10e0\u10d8\u10dc\u10d0\u10db\u10d8\u10e1 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "srg", "\u10e1\u10e3\u10e0\u10d8\u10dc\u10d0\u10db\u10d8\u10e1 \u10d2\u10e3\u10da\u10d3\u10d4\u10dc\u10d8" },
|
||||
{ "sur", "\u10e1\u10d0\u10d1\u10ed\u10dd\u10d7\u10d0 \u10e0\u10e3\u10d1\u10da\u10d8" },
|
||||
{ "syp", "\u10e1\u10d8\u10e0\u10d8\u10e3\u10da\u10d8 \u10d2\u10d8\u10e0\u10d5\u10d0\u10dc\u10e5\u10d0" },
|
||||
{ "tjr", "\u10e2\u10d0\u10ef\u10d8\u10d9\u10e3\u10e0\u10d8 \u10e0\u10e3\u10d1\u10da\u10d8" },
|
||||
{ "tjs", "\u10e2\u10d0\u10ef\u10d8\u10d9\u10e3\u10e0\u10d8 \u10e1\u10dd\u10db\u10dd\u10dc\u10d8" },
|
||||
{ "tmm", "\u10d7\u10e3\u10e0\u10e5\u10db\u10d4\u10dc\u10e3\u10da\u10d8 \u10db\u10d0\u10dc\u10d0\u10d7\u10d8" },
|
||||
{ "tnd", "\u10e2\u10e3\u10dc\u10d8\u10e1\u10d8\u10e3\u10e0\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "trl", "\u10d7\u10e3\u10e0\u10e5\u10e3\u10da\u10d8 \u10da\u10d8\u10e0\u10d0" },
|
||||
{ "try", "\u10d0\u10ee\u10d0\u10da\u10d8 \u10d7\u10e3\u10e0\u10e5\u10e3\u10da\u10d8 \u10da\u10d8\u10e0\u10d0" },
|
||||
{ "ttd", "\u10e2\u10e0\u10d8\u10dc\u10d8\u10d3\u10d0\u10d3 \u10d3\u10d0 \u10e2\u10dd\u10d1\u10d0\u10d2\u10dd\u10e1 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "twd", "\u10e2\u10d0\u10d8\u10d5\u10d0\u10dc\u10e3\u10e0\u10d8 \u10d0\u10ee\u10d0\u10da\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "tzs", "\u10e2\u10d0\u10dc\u10d6\u10d0\u10dc\u10d8\u10e3\u10e0\u10d8 \u10e8\u10d8\u10da\u10d8\u10dc\u10d2\u10d8" },
|
||||
{ "uah", "\u10e3\u10d9\u10e0\u10d0\u10d8\u10dc\u10e3\u10da\u10d8 \u10d2\u10e0\u10d8\u10d5\u10dc\u10d0" },
|
||||
{ "uak", "\u10e3\u10d9\u10e0\u10d0\u10d8\u10dc\u10e3\u10da\u10d8 \u10d9\u10d0\u10e0\u10d1\u10dd\u10d5\u10d0\u10dc\u10d4\u10ea\u10d8" },
|
||||
{ "ugs", "\u10e3\u10d2\u10d0\u10dc\u10d3\u10e3\u10e0\u10d8 \u10e8\u10d8\u10da\u10d8\u10dc\u10d2\u10d8 (1966-1987)" },
|
||||
{ "ugx", "\u10e3\u10d2\u10d0\u10dc\u10d3\u10e3\u10e0\u10d8 \u10e8\u10d8\u10da\u10d8\u10dc\u10d2\u10d8" },
|
||||
{ "usd", "\u10d0\u10e8\u10e8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "usn", "\u10d0\u10e8\u10e8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8 (\u10e8\u10d4\u10db\u10d3\u10d4\u10d2\u10d8 \u10d3\u10e6\u10d4)" },
|
||||
{ "uss", "\u10d0\u10e8\u10e8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8 (\u10d8\u10d2\u10d8\u10d5\u10d4 \u10d3\u10e6\u10d4)" },
|
||||
{ "uyp", "\u10e3\u10e0\u10e3\u10d2\u10d5\u10d0\u10d8\u10e1 \u10de\u10d4\u10e1\u10dd (1975-1993)" },
|
||||
{ "uyu", "\u10e3\u10e0\u10e3\u10d2\u10d5\u10d0\u10d8\u10e1 \u10de\u10d4\u10e1\u10dd \u10e3\u10e0\u10e3\u10d2\u10d5\u10d0\u10d8\u10dd" },
|
||||
{ "uzs", "\u10e3\u10d6\u10d1\u10d4\u10d9\u10e3\u10e0\u10d8 \u10e1\u10e3\u10db\u10d8" },
|
||||
{ "veb", "\u10d5\u10d4\u10dc\u10d4\u10e1\u10e3\u10d4\u10da\u10d8\u10e1 \u10d1\u10dd\u10da\u10d8\u10d5\u10d0\u10e0\u10d8" },
|
||||
{ "vnd", "\u10d5\u10d8\u10d4\u10e2\u10dc\u10d0\u10db\u10e3\u10e0\u10d8 \u10d3\u10dd\u10dc\u10d2\u10d8" },
|
||||
{ "vuv", "\u10d5\u10d0\u10dc\u10d0\u10e2\u10e3\u10e1 \u10d5\u10d0\u10e2\u10e3" },
|
||||
{ "wst", "\u10d3\u10d0\u10e1\u10d0\u10d5\u10da\u10d4\u10d7 \u10e1\u10d0\u10db\u10dd\u10d0\u10e1 \u10e2\u10d0\u10da\u10d0" },
|
||||
{ "xag", "\u10d5\u10d4\u10e0\u10ea\u10ee\u10da\u10d8" },
|
||||
{ "xba", "\u10d4\u10d5\u10e0\u10dd\u10de\u10e3\u10da\u10d8 \u10d9\u10dd\u10db\u10de\u10de\u10dd\u10d6\u10d8\u10e2\u10e3\u10e0\u10d8 \u10d4\u10e0\u10d7\u10d4\u10e3\u10da\u10d8" },
|
||||
{ "xbb", "\u10d4\u10d5\u10e0\u10dd\u10de\u10e3\u10da\u10d8 \u10e4\u10e3\u10da\u10d0\u10d3\u10d8 \u10d4\u10e0\u10d7\u10d4\u10e3\u10da\u10d8" },
|
||||
{ "xcd", "\u10d0\u10e6\u10db\u10dd\u10e1\u10d0\u10d5\u10da\u10d4\u10d7 \u10d9\u10d0\u10e0\u10d8\u10d1\u10d8\u10e3\u10da\u10d8 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
{ "xeu", "\u10d4\u10d5\u10e0\u10dd\u10de\u10e3\u10da\u10d8 \u10e1\u10d0\u10d5\u10d0\u10da\u10e3\u10e2\u10dd \u10d4\u10e0\u10d7\u10d4\u10e3\u10da\u10d8" },
|
||||
{ "xfo", "\u10e4\u10e0\u10d0\u10dc\u10d2\u10e3\u10da\u10d8 \u10dd\u10e5\u10e0\u10dd\u10e1 \u10e4\u10e0\u10d0\u10dc\u10d9\u10d8" },
|
||||
{ "xxx", "\u10e3\u10ea\u10dc\u10dd\u10d1\u10d8 \u10d0\u10dc \u10d0\u10e0\u10d0\u10e1\u10ec\u10dd\u10e0\u10d8 \u10d5\u10d0\u10da\u10e3\u10e2\u10d0" },
|
||||
{ "ydd", "\u10d8\u10d4\u10db\u10d4\u10dc\u10d8\u10e1 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "yer", "\u10d8\u10d4\u10db\u10d4\u10dc\u10d8\u10e1 \u10e0\u10d4\u10d0\u10da\u10d8" },
|
||||
{ "yud", "\u10d8\u10e3\u10d2\u10dd\u10e1\u10da\u10d0\u10d5\u10d8\u10e3\u10e0\u10d8 \u10db\u10e7\u10d0\u10e0\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "yum", "\u10d8\u10e3\u10d2\u10dd\u10e1\u10da\u10d0\u10d5\u10d8\u10e3\u10e0\u10d8 \u10d0\u10ee\u10d0\u10da\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "yun", "\u10d8\u10e3\u10d2\u10dd\u10e1\u10da\u10d0\u10d5\u10d8\u10e3\u10e0\u10d8 \u10d9\u10dd\u10dc\u10d5\u10d4\u10e0\u10e2\u10d8\u10e0\u10d4\u10d1\u10d0\u10d3\u10d8 \u10d3\u10d8\u10dc\u10d0\u10e0\u10d8" },
|
||||
{ "zmk", "\u10d6\u10d0\u10db\u10d1\u10d8\u10e3\u10e0\u10d8 \u10d9\u10d5\u10d0\u10dc\u10e9\u10d0" },
|
||||
{ "zrn", "\u10d6\u10d0\u10d8\u10e0\u10d8\u10e1 \u10d0\u10ee\u10d0\u10da\u10d8 \u10d6\u10d0\u10d8\u10e0\u10d8" },
|
||||
{ "zrz", "\u10d6\u10d0\u10d8\u10e0\u10d8\u10e1 \u10d6\u10d0\u10d8\u10e0\u10d8" },
|
||||
{ "zwd", "\u10d6\u10d8\u10db\u10d1\u10d0\u10d1\u10d5\u10d4\u10e1 \u10d3\u10dd\u10da\u10d0\u10e0\u10d8" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
536
jdkSrc/jdk8/sun/util/resources/cldr/ka/LocaleNames_ka.java
Normal file
536
jdkSrc/jdk8/sun/util/resources/cldr/ka/LocaleNames_ka.java
Normal file
@@ -0,0 +1,536 @@
|
||||
/*
|
||||
* 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.ka;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_ka extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "001", "\u10db\u10e1\u10dd\u10e4\u10da\u10d8\u10dd" },
|
||||
{ "002", "\u10d0\u10e4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "003", "\u10e9\u10e0\u10d3\u10d8\u10da\u10dd\u10d4\u10d7 \u10d0\u10db\u10d4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "005", "\u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7\u10d8 \u10d0\u10db\u10d4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "009", "\u10dd\u10d9\u10d4\u10d0\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "011", "\u10d3\u10d0\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10d0\u10e4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "013", "\u10ea\u10d4\u10dc\u10e2\u10e0\u10d0\u10da\u10e3\u10e0\u10d8 \u10d0\u10db\u10d4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "014", "\u10d0\u10e6\u10db\u10dd\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10d0\u10e4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "015", "\u10e9\u10e0\u10d3\u10d8\u10da\u10dd\u10d4\u10d7\u10d8 \u10d0\u10e4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "017", "\u10e8\u10e3\u10d0 \u10d0\u10e4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "018", "\u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7\u10d8 \u10d0\u10e4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "019", "\u10d0\u10db\u10d4\u10e0\u10d8\u10d9\u10d4\u10d1\u10d8" },
|
||||
{ "021", "\u10e9\u10e0\u10d3\u10d8\u10da\u10dd\u10d4\u10d7\u10d8 \u10d0\u10db\u10d4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "029", "\u10d9\u10d0\u10e0\u10d8\u10d1\u10d8" },
|
||||
{ "030", "\u10d0\u10e6\u10db\u10dd\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10d0\u10d6\u10d8\u10d0" },
|
||||
{ "034", "\u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7\u10d8 \u10d0\u10d6\u10d8\u10d0" },
|
||||
{ "035", "\u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7-\u10d0\u10e6\u10db\u10dd\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10d0\u10d6\u10d8\u10d0" },
|
||||
{ "039", "\u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7\u10d8 \u10d4\u10d5\u10e0\u10dd\u10de\u10d0" },
|
||||
{ "053", "\u10d0\u10d5\u10e1\u10e2\u10e0\u10d0\u10da\u10d8\u10d0 \u10d3\u10d0 \u10d0\u10ee\u10d0\u10da\u10d8 \u10d6\u10d4\u10da\u10d0\u10dc\u10d3\u10d8\u10d0" },
|
||||
{ "054", "\u10db\u10d4\u10da\u10d0\u10dc\u10d4\u10d6\u10d8\u10d0" },
|
||||
{ "057", "\u10db\u10d8\u10e0\u10dd\u10dc\u10d4\u10d6\u10d8\u10d0" },
|
||||
{ "061", "\u10de\u10dd\u10da\u10d8\u10dc\u10d4\u10d6\u10d8\u10d0" },
|
||||
{ "142", "\u10d0\u10d6\u10d8\u10d0" },
|
||||
{ "143", "\u10ea\u10d4\u10dc\u10e2\u10e0\u10d0\u10da\u10e3\u10e0\u10d8 \u10d0\u10d6\u10d8\u10d0" },
|
||||
{ "145", "\u10d3\u10d0\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10d0\u10d6\u10d8\u10d0" },
|
||||
{ "150", "\u10d4\u10d5\u10e0\u10dd\u10de\u10d0" },
|
||||
{ "151", "\u10d0\u10e6\u10db\u10dd\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10d4\u10d5\u10e0\u10dd\u10de\u10d0" },
|
||||
{ "154", "\u10e9\u10e0\u10d3\u10d8\u10da\u10dd\u10d4\u10d7\u10d8 \u10d4\u10d5\u10e0\u10dd\u10de\u10d0" },
|
||||
{ "155", "\u10d3\u10d0\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10d4\u10d5\u10e0\u10dd\u10de\u10d0" },
|
||||
{ "419", "\u10da\u10d0\u10d7\u10d8\u10dc\u10e3\u10e0\u10d8 \u10d0\u10db\u10d4\u10e0\u10d8\u10d9\u10d0 \u10d3\u10d0 \u10d9\u10d0\u10e0\u10d8\u10d1\u10d8" },
|
||||
{ "AD", "\u10d0\u10dc\u10d3\u10dd\u10e0\u10d0" },
|
||||
{ "AE", "\u10d0\u10e0\u10d0\u10d1\u10d4\u10d7\u10d8\u10e1 \u10d2\u10d0\u10d4\u10e0\u10d7\u10d8\u10d0\u10dc\u10d4\u10d1\u10e3\u10da\u10d8 \u10d4\u10db\u10d8\u10e0\u10d0\u10e2\u10d4\u10d1\u10d8" },
|
||||
{ "AF", "\u10d0\u10d5\u10e6\u10d0\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "AG", "\u10d0\u10dc\u10e2\u10d8\u10d2\u10e3\u10d0 \u10d3\u10d0 \u10d1\u10d0\u10e0\u10d1\u10e3\u10d3\u10d0" },
|
||||
{ "AI", "\u10d0\u10dc\u10d2\u10d5\u10d8\u10da\u10d0" },
|
||||
{ "AL", "\u10d0\u10da\u10d1\u10d0\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "AM", "\u10e1\u10dd\u10db\u10ee\u10d4\u10d7\u10d8" },
|
||||
{ "AN", "\u10dc\u10d8\u10d3\u10d4\u10e0\u10da\u10d0\u10dc\u10d3\u10d4\u10d1\u10d8\u10e1 \u10d0\u10dc\u10e2\u10d8\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "AO", "\u10d0\u10dc\u10d2\u10dd\u10da\u10d0" },
|
||||
{ "AQ", "\u10d0\u10dc\u10e2\u10d0\u10e0\u10e5\u10e2\u10d8\u10d9\u10d0" },
|
||||
{ "AR", "\u10d0\u10e0\u10d2\u10d4\u10dc\u10e2\u10d8\u10dc\u10d0" },
|
||||
{ "AS", "\u10d0\u10db\u10d4\u10e0\u10d8\u10d9\u10e3\u10da\u10d8 \u10e1\u10d0\u10db\u10dd\u10d0" },
|
||||
{ "AT", "\u10d0\u10d5\u10e1\u10e2\u10e0\u10d8\u10d0" },
|
||||
{ "AU", "\u10d0\u10d5\u10e1\u10e2\u10e0\u10d0\u10da\u10d8\u10d0" },
|
||||
{ "AW", "\u10d0\u10e0\u10e3\u10d1\u10d0" },
|
||||
{ "AX", "\u10d0\u10da\u10d0\u10dc\u10d3\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "AZ", "\u10d0\u10d6\u10d4\u10e0\u10d1\u10d0\u10d8\u10ef\u10d0\u10dc\u10d8" },
|
||||
{ "BA", "\u10d1\u10dd\u10e1\u10dc\u10d8\u10d0 \u10d3\u10d0 \u10f0\u10d4\u10e0\u10ea\u10d4\u10d2\u10dd\u10d5\u10d8\u10dc\u10d0" },
|
||||
{ "BB", "\u10d1\u10d0\u10e0\u10d1\u10d0\u10d3\u10dd\u10e1\u10d8" },
|
||||
{ "BD", "\u10d1\u10d0\u10dc\u10d2\u10da\u10d0\u10d3\u10d4\u10e8\u10d8" },
|
||||
{ "BE", "\u10d1\u10d4\u10da\u10d2\u10d8\u10d0" },
|
||||
{ "BF", "\u10d1\u10e3\u10e0\u10d9\u10d8\u10dc\u10d0-\u10e4\u10d0\u10e1\u10dd" },
|
||||
{ "BG", "\u10d1\u10e3\u10da\u10d2\u10d0\u10e0\u10d4\u10d7\u10d8" },
|
||||
{ "BH", "\u10d1\u10d0\u10f0\u10e0\u10d4\u10d8\u10dc\u10d8" },
|
||||
{ "BI", "\u10d1\u10e3\u10e0\u10e3\u10dc\u10d3\u10d8" },
|
||||
{ "BJ", "\u10d1\u10d4\u10dc\u10d8\u10dc\u10d8" },
|
||||
{ "BM", "\u10d1\u10d4\u10e0\u10db\u10e3\u10d3\u10d0" },
|
||||
{ "BN", "\u10d1\u10e0\u10e3\u10dc\u10d4\u10d8" },
|
||||
{ "BO", "\u10d1\u10dd\u10da\u10d8\u10d5\u10d8\u10d0" },
|
||||
{ "BR", "\u10d1\u10e0\u10d0\u10d6\u10d8\u10da\u10d8\u10d0" },
|
||||
{ "BS", "\u10d1\u10d0\u10f0\u10d0\u10db\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "BT", "\u10d1\u10e3\u10e2\u10d0\u10dc\u10d8" },
|
||||
{ "BV", "\u10d1\u10e3\u10d5\u10d4\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d8" },
|
||||
{ "BW", "\u10d1\u10dd\u10e2\u10e1\u10d5\u10d0\u10dc\u10d0" },
|
||||
{ "BY", "\u10d1\u10d4\u10da\u10dd\u10e0\u10e3\u10e1\u10d8\u10d0" },
|
||||
{ "BZ", "\u10d1\u10d4\u10da\u10d8\u10d6\u10d8" },
|
||||
{ "CA", "\u10d9\u10d0\u10dc\u10d0\u10d3\u10d0" },
|
||||
{ "CD", "\u10d9\u10dd\u10dc\u10d2\u10dd - \u10d9\u10d8\u10dc\u10e8\u10d0\u10e1\u10d0" },
|
||||
{ "CF", "\u10ea\u10d4\u10dc\u10e2\u10e0\u10d0\u10da\u10e3\u10e0\u10d8 \u10d0\u10e4\u10e0\u10d8\u10d9\u10d8\u10e1 \u10e0\u10d4\u10e1\u10de\u10e3\u10d1\u10da\u10d8\u10d9\u10d0" },
|
||||
{ "CG", "\u10d9\u10dd\u10dc\u10d2\u10dd" },
|
||||
{ "CH", "\u10e8\u10d5\u10d4\u10d8\u10ea\u10d0\u10e0\u10d8\u10d0" },
|
||||
{ "CI", "\u10e1\u10de\u10d8\u10da\u10dd\u10e1 \u10eb\u10d5\u10da\u10d8\u10e1 \u10e1\u10d0\u10dc\u10d0\u10de\u10d8\u10e0\u10dd" },
|
||||
{ "CK", "\u10d9\u10e3\u10d9\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "CL", "\u10e9\u10d8\u10da\u10d4" },
|
||||
{ "CM", "\u10d9\u10d0\u10db\u10d4\u10e0\u10e3\u10dc\u10d8" },
|
||||
{ "CN", "\u10e9\u10d8\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "CO", "\u10d9\u10dd\u10da\u10e3\u10db\u10d1\u10d8\u10d0" },
|
||||
{ "CR", "\u10d9\u10dd\u10e1\u10e2\u10d0-\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "CS", "\u10e1\u10d4\u10e0\u10d1\u10d8\u10d0 \u10d3\u10d0 \u10db\u10dd\u10dc\u10e2\u10d4\u10dc\u10d4\u10d2\u10e0\u10dd" },
|
||||
{ "CU", "\u10d9\u10e3\u10d1\u10d0" },
|
||||
{ "CV", "\u10d9\u10d0\u10d1\u10dd-\u10d5\u10d4\u10e0\u10d3\u10d4" },
|
||||
{ "CX", "\u10e8\u10dd\u10d1\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d8" },
|
||||
{ "CY", "\u10d9\u10d5\u10d8\u10de\u10e0\u10dd\u10e1\u10d8" },
|
||||
{ "CZ", "\u10e9\u10d4\u10ee\u10d4\u10d7\u10d8\u10e1 \u10e0\u10d4\u10e1\u10de\u10e3\u10d1\u10da\u10d8\u10d9\u10d0" },
|
||||
{ "DE", "\u10d2\u10d4\u10e0\u10db\u10d0\u10dc\u10d8\u10d0" },
|
||||
{ "DJ", "\u10ef\u10d8\u10d1\u10e3\u10e2\u10d8" },
|
||||
{ "DK", "\u10d3\u10d0\u10dc\u10d8\u10d0" },
|
||||
{ "DM", "\u10d3\u10dd\u10db\u10d8\u10dc\u10d8\u10d9\u10d0" },
|
||||
{ "DO", "\u10d3\u10dd\u10db\u10d8\u10dc\u10d8\u10d9\u10d0\u10dc\u10d8\u10e1 \u10e0\u10d4\u10e1\u10de\u10e3\u10d1\u10da\u10d8\u10d9\u10d0" },
|
||||
{ "DZ", "\u10d0\u10da\u10df\u10d8\u10e0\u10d8" },
|
||||
{ "EC", "\u10d4\u10d9\u10d5\u10d0\u10d3\u10dd\u10e0\u10d8" },
|
||||
{ "EE", "\u10d4\u10e1\u10e2\u10dd\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "EG", "\u10d4\u10d2\u10d5\u10d8\u10de\u10e2\u10d4" },
|
||||
{ "EH", "\u10d3\u10d0\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10e1\u10d0\u10f0\u10d0\u10e0\u10d0" },
|
||||
{ "ER", "\u10d4\u10e0\u10d8\u10e2\u10e0\u10d4\u10d0" },
|
||||
{ "ES", "\u10d4\u10e1\u10de\u10d0\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "ET", "\u10d4\u10d7\u10d8\u10dd\u10de\u10d8\u10d0" },
|
||||
{ "EU", "\u10d4\u10d5\u10e0\u10dd\u10d9\u10d0\u10d5\u10e8\u10d8\u10e0\u10d8" },
|
||||
{ "FI", "\u10e4\u10d8\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "FJ", "\u10e4\u10d8\u10ef\u10d8" },
|
||||
{ "FK", "\u10e4\u10d0\u10da\u10d9\u10da\u10d4\u10dc\u10d3\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "FM", "\u10db\u10d8\u10d9\u10e0\u10dd\u10dc\u10d4\u10d6\u10d8\u10d0" },
|
||||
{ "FO", "\u10e4\u10d0\u10e0\u10dd\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "FR", "\u10e1\u10d0\u10e4\u10e0\u10d0\u10dc\u10d2\u10d4\u10d7\u10d8" },
|
||||
{ "GA", "\u10d2\u10d0\u10d1\u10dd\u10dc\u10d8" },
|
||||
{ "GB", "\u10d3\u10d8\u10d3\u10d8 \u10d1\u10e0\u10d8\u10e2\u10d0\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "GD", "\u10d2\u10e0\u10d4\u10dc\u10d0\u10d3\u10d0" },
|
||||
{ "GE", "\u10e1\u10d0\u10e5\u10d0\u10e0\u10d7\u10d5\u10d4\u10da\u10dd" },
|
||||
{ "GH", "\u10d2\u10d0\u10dc\u10d0" },
|
||||
{ "GI", "\u10d2\u10d8\u10d1\u10e0\u10d0\u10da\u10e2\u10d0\u10e0\u10d8" },
|
||||
{ "GL", "\u10d2\u10e0\u10d4\u10dc\u10da\u10d0\u10dc\u10d3\u10d8\u10d0" },
|
||||
{ "GM", "\u10d2\u10d0\u10db\u10d1\u10d8\u10d0" },
|
||||
{ "GN", "\u10d2\u10d5\u10d8\u10dc\u10d4\u10d0" },
|
||||
{ "GP", "\u10d2\u10d5\u10d0\u10d3\u10d4\u10da\u10e3\u10de\u10d4" },
|
||||
{ "GQ", "\u10d4\u10d9\u10d5\u10d0\u10e2\u10dd\u10e0\u10e3\u10da\u10d8 \u10d2\u10d5\u10d8\u10dc\u10d4\u10d0" },
|
||||
{ "GR", "\u10e1\u10d0\u10d1\u10d4\u10e0\u10eb\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "GS", "\u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7\u10d8 \u10ef\u10dd\u10e0\u10ef\u10d8\u10d0 \u10d3\u10d0 \u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7 \u10e1\u10d4\u10dc\u10d3\u10d5\u10d8\u10e9\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "GT", "\u10d2\u10d5\u10d0\u10e2\u10d4\u10db\u10d0\u10da\u10d0" },
|
||||
{ "GU", "\u10d2\u10e3\u10d0\u10db\u10d8" },
|
||||
{ "GW", "\u10d2\u10d5\u10d8\u10dc\u10d4\u10d0-\u10d1\u10d8\u10e1\u10d0\u10e3" },
|
||||
{ "GY", "\u10d2\u10d0\u10d8\u10d0\u10dc\u10d0" },
|
||||
{ "HK", "\u10f0\u10dd\u10dc\u10d2 \u10d9\u10dd\u10dc\u10d2\u10d8" },
|
||||
{ "HM", "\u10f0\u10d4\u10e0\u10d3\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d8 \u10d3\u10d0 \u10db\u10d0\u10d9\u10d3\u10dd\u10dc\u10d0\u10da\u10d3\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "HN", "\u10f0\u10dd\u10dc\u10d3\u10e3\u10e0\u10d0\u10e1\u10d8" },
|
||||
{ "HR", "\u10f0\u10dd\u10e0\u10d5\u10d0\u10e2\u10d8\u10d0" },
|
||||
{ "HT", "\u10f0\u10d0\u10d8\u10e2\u10d8" },
|
||||
{ "HU", "\u10e3\u10dc\u10d2\u10e0\u10d4\u10d7\u10d8" },
|
||||
{ "ID", "\u10d8\u10dc\u10d3\u10dd\u10dc\u10d4\u10d6\u10d8\u10d0" },
|
||||
{ "IE", "\u10d8\u10e0\u10da\u10d0\u10dc\u10d3\u10d8\u10d0" },
|
||||
{ "IL", "\u10d8\u10e1\u10e0\u10d0\u10d4\u10da\u10d8" },
|
||||
{ "IM", "\u10db\u10d0\u10dc\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d8" },
|
||||
{ "IN", "\u10d8\u10dc\u10d3\u10dd\u10d4\u10d7\u10d8" },
|
||||
{ "IO", "\u10d1\u10e0\u10d8\u10e2\u10d0\u10dc\u10e3\u10da\u10d8 \u10e2\u10d4\u10e0\u10d8\u10e2\u10dd\u10e0\u10d8\u10d0 \u10d8\u10dc\u10d3\u10dd\u10d4\u10d7\u10d8\u10e1 \u10dd\u10d9\u10d4\u10d0\u10dc\u10d4\u10e8\u10d8" },
|
||||
{ "IQ", "\u10d4\u10e0\u10d0\u10e7\u10d8" },
|
||||
{ "IR", "\u10d8\u10e0\u10d0\u10dc\u10d8" },
|
||||
{ "IS", "\u10d8\u10e1\u10da\u10d0\u10dc\u10d3\u10d8\u10d0" },
|
||||
{ "IT", "\u10d8\u10e2\u10d0\u10da\u10d8\u10d0" },
|
||||
{ "JE", "\u10ef\u10d4\u10e0\u10e1\u10d8" },
|
||||
{ "JM", "\u10d8\u10d0\u10db\u10d0\u10d8\u10d9\u10d0" },
|
||||
{ "JO", "\u10d8\u10dd\u10e0\u10d3\u10d0\u10dc\u10d8\u10d0" },
|
||||
{ "JP", "\u10d8\u10d0\u10de\u10dd\u10dc\u10d8\u10d0" },
|
||||
{ "KE", "\u10d9\u10d4\u10dc\u10d8\u10d0" },
|
||||
{ "KG", "\u10e7\u10d8\u10e0\u10d2\u10d8\u10d6\u10d4\u10d7\u10d8" },
|
||||
{ "KH", "\u10d9\u10d0\u10db\u10d1\u10dd\u10ef\u10d0" },
|
||||
{ "KI", "\u10d9\u10d8\u10e0\u10d8\u10d1\u10d0\u10e2\u10d8" },
|
||||
{ "KM", "\u10d9\u10dd\u10db\u10dd\u10e0\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "KN", "\u10e1\u10d4\u10dc\u10e2-\u10d9\u10d8\u10e2\u10e1\u10d8 \u10d3\u10d0 \u10dc\u10d4\u10d5\u10d8\u10e1\u10d8" },
|
||||
{ "KP", "\u10e9\u10e0\u10d3\u10d8\u10da\u10dd\u10d4\u10d7\u10d8 \u10d9\u10dd\u10e0\u10d4\u10d0" },
|
||||
{ "KR", "\u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7\u10d8 \u10d9\u10dd\u10e0\u10d4\u10d0" },
|
||||
{ "KW", "\u10d9\u10e3\u10d5\u10d4\u10d8\u10e2\u10d8" },
|
||||
{ "KY", "\u10d9\u10d0\u10d8\u10db\u10d0\u10dc\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "KZ", "\u10e7\u10d0\u10d6\u10d0\u10ee\u10d4\u10d7\u10d8" },
|
||||
{ "LA", "\u10da\u10d0\u10dd\u10e1\u10d8" },
|
||||
{ "LB", "\u10da\u10d8\u10d1\u10d0\u10dc\u10d8" },
|
||||
{ "LC", "\u10e1\u10d4\u10dc\u10e2-\u10da\u10e3\u10e1\u10d8\u10d0" },
|
||||
{ "LI", "\u10da\u10d8\u10ee\u10e2\u10d4\u10dc\u10e8\u10e2\u10d0\u10d8\u10dc\u10d8" },
|
||||
{ "LK", "\u10e8\u10e0\u10d8-\u10da\u10d0\u10dc\u10d9\u10d0" },
|
||||
{ "LR", "\u10da\u10d8\u10d1\u10d4\u10e0\u10d8\u10d0" },
|
||||
{ "LS", "\u10da\u10d4\u10e1\u10dd\u10d7\u10dd" },
|
||||
{ "LT", "\u10da\u10d8\u10e2\u10d5\u10d0" },
|
||||
{ "LU", "\u10da\u10e3\u10e5\u10e1\u10d4\u10db\u10d1\u10e3\u10e0\u10d2\u10d8" },
|
||||
{ "LV", "\u10da\u10d0\u10e2\u10d5\u10d8\u10d0" },
|
||||
{ "LY", "\u10da\u10d8\u10d1\u10d8\u10d0" },
|
||||
{ "MA", "\u10db\u10d0\u10e0\u10dd\u10d9\u10dd" },
|
||||
{ "MC", "\u10db\u10dd\u10dc\u10d0\u10d9\u10dd" },
|
||||
{ "MD", "\u10db\u10dd\u10da\u10d3\u10dd\u10d5\u10d0" },
|
||||
{ "ME", "\u10db\u10dd\u10dc\u10e2\u10d4\u10dc\u10d4\u10d2\u10e0\u10dd" },
|
||||
{ "MG", "\u10db\u10d0\u10d3\u10d0\u10d2\u10d0\u10e1\u10d9\u10d0\u10e0\u10d8" },
|
||||
{ "MH", "\u10db\u10d0\u10e0\u10e8\u10d0\u10da\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "MK", "\u10db\u10d0\u10d9\u10d4\u10d3\u10dd\u10dc\u10d8\u10d0" },
|
||||
{ "ML", "\u10db\u10d0\u10da\u10d8" },
|
||||
{ "MM", "\u10db\u10d8\u10d0\u10dc\u10db\u10d0\u10e0\u10d8" },
|
||||
{ "MN", "\u10db\u10dd\u10dc\u10e6\u10dd\u10da\u10d4\u10d7\u10d8" },
|
||||
{ "MO", "\u10db\u10d0\u10d9\u10d0\u10dd" },
|
||||
{ "MQ", "\u10db\u10d0\u10e0\u10e2\u10d8\u10dc\u10d8\u10d9\u10d8" },
|
||||
{ "MR", "\u10db\u10d0\u10d5\u10e0\u10d8\u10e2\u10d0\u10dc\u10d8\u10d0" },
|
||||
{ "MS", "\u10db\u10dd\u10dc\u10e1\u10d4\u10e0\u10d0\u10e2\u10d8" },
|
||||
{ "MT", "\u10db\u10d0\u10da\u10e2\u10d0" },
|
||||
{ "MU", "\u10db\u10d0\u10d5\u10e0\u10d8\u10d9\u10d8\u10d0" },
|
||||
{ "MV", "\u10db\u10d0\u10da\u10d3\u10d8\u10d5\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "MW", "\u10db\u10d0\u10da\u10d0\u10d5\u10d8" },
|
||||
{ "MX", "\u10db\u10d4\u10e5\u10e1\u10d8\u10d9\u10d0" },
|
||||
{ "MY", "\u10db\u10d0\u10da\u10d0\u10d8\u10d6\u10d8\u10d0" },
|
||||
{ "MZ", "\u10db\u10dd\u10d6\u10d0\u10db\u10d1\u10d8\u10d9\u10d8" },
|
||||
{ "NA", "\u10dc\u10d0\u10db\u10d8\u10d1\u10d8\u10d0" },
|
||||
{ "NC", "\u10d0\u10ee\u10d0\u10da\u10d8 \u10d9\u10d0\u10da\u10d4\u10d3\u10dd\u10dc\u10d8\u10d0" },
|
||||
{ "NE", "\u10dc\u10d8\u10d2\u10d4\u10e0\u10d8" },
|
||||
{ "NF", "\u10dc\u10dd\u10e0\u10e4\u10dd\u10da\u10d9\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d8" },
|
||||
{ "NG", "\u10dc\u10d8\u10d2\u10d4\u10e0\u10d8\u10d0" },
|
||||
{ "NI", "\u10dc\u10d8\u10d9\u10d0\u10e0\u10d0\u10d2\u10e3\u10d0" },
|
||||
{ "NL", "\u10dc\u10d8\u10d3\u10d4\u10e0\u10da\u10d0\u10dc\u10d3\u10d4\u10d1\u10d8" },
|
||||
{ "NO", "\u10dc\u10dd\u10e0\u10d5\u10d4\u10d2\u10d8\u10d0" },
|
||||
{ "NP", "\u10dc\u10d4\u10de\u10d0\u10da\u10d8" },
|
||||
{ "NR", "\u10dc\u10d0\u10e3\u10e0\u10e3" },
|
||||
{ "NZ", "\u10d0\u10ee\u10d0\u10da\u10d8 \u10d6\u10d4\u10da\u10d0\u10dc\u10d3\u10d8\u10d0" },
|
||||
{ "OM", "\u10dd\u10db\u10d0\u10dc\u10d8" },
|
||||
{ "PA", "\u10de\u10d0\u10dc\u10d0\u10db\u10d0" },
|
||||
{ "PE", "\u10de\u10d4\u10e0\u10e3" },
|
||||
{ "PF", "\u10e4\u10e0\u10d0\u10dc\u10d2\u10e3\u10da\u10d8 \u10de\u10dd\u10da\u10d8\u10dc\u10d4\u10d6\u10d8\u10d0" },
|
||||
{ "PG", "\u10de\u10d0\u10de\u10e3\u10d0-\u10d0\u10ee\u10d0\u10da\u10d8 \u10d2\u10d5\u10d8\u10dc\u10d4\u10d0" },
|
||||
{ "PH", "\u10e4\u10d8\u10da\u10d8\u10de\u10d8\u10dc\u10d4\u10d1\u10d8" },
|
||||
{ "PK", "\u10de\u10d0\u10d9\u10d8\u10e1\u10e2\u10d0\u10dc\u10d8" },
|
||||
{ "PL", "\u10de\u10dd\u10da\u10dd\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "PM", "\u10e1\u10d4\u10dc\u10e2-\u10de\u10d8\u10d4\u10e0\u10d8 \u10d3\u10d0 \u10db\u10d8\u10e5\u10d4\u10da\u10dd\u10dc\u10d8" },
|
||||
{ "PR", "\u10de\u10e3\u10d4\u10e0\u10e2\u10dd \u10e0\u10d8\u10d9\u10dd" },
|
||||
{ "PS", "\u10de\u10d0\u10da\u10d4\u10e1\u10e2\u10d8\u10dc\u10d8\u10e1 \u10e2\u10d4\u10e0\u10d8\u10e2\u10dd\u10e0\u10d8\u10d0" },
|
||||
{ "PT", "\u10de\u10dd\u10e0\u10e2\u10e3\u10d2\u10d0\u10da\u10d8\u10d0" },
|
||||
{ "PW", "\u10de\u10d0\u10da\u10d0\u10e3" },
|
||||
{ "PY", "\u10de\u10d0\u10e0\u10d0\u10d2\u10d5\u10d0\u10d8" },
|
||||
{ "QA", "\u10d9\u10d0\u10e2\u10d0\u10e0\u10d8" },
|
||||
{ "QO", "\u10d3\u10d0\u10e8\u10dd\u10e0\u10d4\u10d1\u10e3\u10da\u10d8 \u10dd\u10d9\u10d4\u10d0\u10dc\u10d8\u10d0" },
|
||||
{ "RE", "\u10e0\u10d4\u10d8\u10e3\u10dc\u10d8\u10dd\u10dc\u10d8" },
|
||||
{ "RO", "\u10e0\u10e3\u10db\u10d8\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "RS", "\u10e1\u10d4\u10e0\u10d1\u10d8\u10d0" },
|
||||
{ "RU", "\u10e0\u10e3\u10e1\u10d4\u10d7\u10d8" },
|
||||
{ "RW", "\u10e0\u10e3\u10d0\u10dc\u10d3\u10d0" },
|
||||
{ "SA", "\u10e1\u10d0\u10e3\u10d3\u10d8\u10e1 \u10d0\u10e0\u10d0\u10d1\u10d4\u10d7\u10d8" },
|
||||
{ "SB", "\u10e1\u10dd\u10da\u10dd\u10db\u10dd\u10dc\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "SC", "\u10e1\u10d4\u10d8\u10e8\u10d4\u10da\u10d8\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "SD", "\u10e1\u10e3\u10d3\u10d0\u10dc\u10d8" },
|
||||
{ "SE", "\u10e8\u10d5\u10d4\u10ea\u10d8\u10d0" },
|
||||
{ "SG", "\u10e1\u10d8\u10dc\u10d2\u10d0\u10de\u10e3\u10e0\u10d8" },
|
||||
{ "SH", "\u10ec\u10db\u10d8\u10dc\u10d3\u10d0 \u10d4\u10da\u10d4\u10dc\u10d4\u10e1 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d8" },
|
||||
{ "SI", "\u10e1\u10da\u10dd\u10d5\u10d4\u10dc\u10d8\u10d0" },
|
||||
{ "SK", "\u10e1\u10da\u10dd\u10d5\u10d0\u10d9\u10d4\u10d7\u10d8" },
|
||||
{ "SL", "\u10e1\u10d8\u10d4\u10e0\u10d0-\u10da\u10d4\u10dd\u10dc\u10d4" },
|
||||
{ "SM", "\u10e1\u10d0\u10dc-\u10db\u10d0\u10e0\u10d8\u10dc\u10dd" },
|
||||
{ "SN", "\u10e1\u10d4\u10dc\u10d4\u10d2\u10d0\u10da\u10d8" },
|
||||
{ "SO", "\u10e1\u10dd\u10db\u10d0\u10da\u10d8" },
|
||||
{ "SR", "\u10e1\u10e3\u10e0\u10d8\u10dc\u10d0\u10db\u10d8" },
|
||||
{ "ST", "\u10e1\u10d0\u10dd-\u10e2\u10dd\u10db\u10d4 \u10d3\u10d0 \u10de\u10e0\u10d8\u10dc\u10e1\u10d8\u10de\u10d8" },
|
||||
{ "SV", "\u10e1\u10d0\u10da\u10d5\u10d0\u10d3\u10dd\u10e0\u10d8" },
|
||||
{ "SY", "\u10e1\u10d8\u10e0\u10d8\u10d0" },
|
||||
{ "SZ", "\u10e1\u10d5\u10d0\u10d6\u10d8\u10da\u10d4\u10dc\u10d3\u10d8" },
|
||||
{ "TD", "\u10e9\u10d0\u10d3\u10d8" },
|
||||
{ "TF", "\u10e4\u10e0\u10d0\u10dc\u10d2\u10e3\u10da\u10d8 \u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7\u10d8\u10e1 \u10e2\u10d4\u10e0\u10d8\u10e2\u10dd\u10e0\u10d8\u10d4\u10d1\u10d8" },
|
||||
{ "TG", "\u10e2\u10dd\u10d2\u10dd" },
|
||||
{ "TH", "\u10e2\u10d0\u10d8\u10da\u10d0\u10dc\u10d3\u10d8" },
|
||||
{ "TJ", "\u10e2\u10d0\u10ef\u10d8\u10d9\u10d4\u10d7\u10d8" },
|
||||
{ "TL", "\u10d0\u10e6\u10db\u10dd\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10e2\u10d8\u10db\u10dd\u10e0\u10d8" },
|
||||
{ "TM", "\u10d7\u10e3\u10e0\u10e5\u10db\u10d4\u10dc\u10d4\u10d7\u10d8" },
|
||||
{ "TN", "\u10e2\u10e3\u10dc\u10d8\u10e1\u10d8" },
|
||||
{ "TO", "\u10e2\u10dd\u10dc\u10d2\u10d0" },
|
||||
{ "TR", "\u10d7\u10e3\u10e0\u10e5\u10d4\u10d7\u10d8" },
|
||||
{ "TT", "\u10e2\u10e0\u10d8\u10dc\u10d8\u10d3\u10d0\u10d3\u10d8 \u10d3\u10d0 \u10e2\u10dd\u10d1\u10d0\u10d2\u10dd" },
|
||||
{ "TV", "\u10e2\u10e3\u10d5\u10d0\u10da\u10e3" },
|
||||
{ "TW", "\u10e2\u10d0\u10d8\u10d5\u10d0\u10dc\u10d8" },
|
||||
{ "TZ", "\u10e2\u10d0\u10dc\u10d6\u10d0\u10dc\u10d8\u10d0" },
|
||||
{ "UA", "\u10e3\u10d9\u10e0\u10d0\u10d8\u10dc\u10d0" },
|
||||
{ "UG", "\u10e3\u10d2\u10d0\u10dc\u10d3\u10d0" },
|
||||
{ "UM", "\u10e8\u10d4\u10d4\u10e0\u10d7\u10d4\u10d1\u10e3\u10da\u10d8 \u10e8\u10e2\u10d0\u10e2\u10d4\u10d1\u10d8\u10e1 \u10db\u10ea\u10d8\u10e0\u10d4 \u10d3\u10d0\u10e8\u10dd\u10e0\u10d4\u10d1\u10e3\u10da\u10d8 \u10d9\u10e3\u10dc\u10eb\u10e3\u10da\u10d4\u10d1\u10d8" },
|
||||
{ "US", "\u10d0\u10db\u10d4\u10e0\u10d8\u10d9\u10d8\u10e1 \u10e8\u10d4\u10d4\u10e0\u10d7\u10d4\u10d1\u10e3\u10da\u10d8 \u10e8\u10e2\u10d0\u10e2\u10d4\u10d1\u10d8" },
|
||||
{ "UY", "\u10e3\u10e0\u10e3\u10d2\u10d5\u10d0\u10d8" },
|
||||
{ "UZ", "\u10e3\u10d6\u10d1\u10d4\u10d9\u10d4\u10d7\u10d8" },
|
||||
{ "VA", "\u10d5\u10d0\u10e2\u10d8\u10d9\u10d0\u10dc\u10d8" },
|
||||
{ "VC", "\u10e1\u10d4\u10dc\u10e2-\u10d5\u10d8\u10dc\u10e1\u10d4\u10dc\u10e2\u10d8 \u10d3\u10d0 \u10d2\u10e0\u10d4\u10dc\u10d0\u10d3\u10d8\u10dc\u10d4\u10d1\u10d8" },
|
||||
{ "VE", "\u10d5\u10d4\u10dc\u10d4\u10e1\u10e3\u10d4\u10da\u10d0" },
|
||||
{ "VN", "\u10d5\u10d8\u10d4\u10e2\u10dc\u10d0\u10db\u10d8" },
|
||||
{ "VU", "\u10d5\u10d0\u10dc\u10e3\u10d0\u10e2\u10e3" },
|
||||
{ "WF", "\u10d5\u10d0\u10da\u10d8\u10e1\u10d8 \u10d3\u10d0 \u10e4\u10e3\u10e2\u10e3\u10dc\u10d0" },
|
||||
{ "WS", "\u10e1\u10d0\u10db\u10dd\u10d0" },
|
||||
{ "YE", "\u10d8\u10d4\u10db\u10d4\u10dc\u10d8" },
|
||||
{ "ZA", "\u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7 \u10d0\u10e4\u10e0\u10d8\u10d9\u10d0" },
|
||||
{ "ZM", "\u10d6\u10d0\u10db\u10d1\u10d8\u10d0" },
|
||||
{ "ZW", "\u10d6\u10d8\u10db\u10d1\u10d0\u10d1\u10d5\u10d4" },
|
||||
{ "ZZ", "\u10e3\u10ea\u10dc\u10dd\u10d1\u10d8 \u10d0\u10dc \u10d0\u10e0\u10d0\u10e1\u10ec\u10dd\u10e0\u10d8 \u10e0\u10d4\u10d2\u10d8\u10dd\u10dc\u10d8" },
|
||||
{ "ab", "\u10d0\u10e4\u10ee\u10d0\u10d6\u10e3\u10e0\u10d8" },
|
||||
{ "ae", "\u10d0\u10d5\u10d4\u10e1\u10e2\u10d0" },
|
||||
{ "af", "\u10d0\u10e4\u10e0\u10d8\u10d9\u10e3\u10da\u10d8" },
|
||||
{ "ar", "\u10d0\u10e0\u10d0\u10d1\u10e3\u10da\u10d8" },
|
||||
{ "as", "\u10d0\u10e1\u10d0\u10db\u10e3\u10e0\u10d8" },
|
||||
{ "az", "\u10d0\u10d6\u10d4\u10e0\u10d1\u10d0\u10d8\u10ef\u10d0\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "be", "\u10d1\u10d4\u10da\u10dd\u10e0\u10e3\u10e1\u10e3\u10da\u10d8" },
|
||||
{ "bg", "\u10d1\u10e3\u10da\u10d2\u10d0\u10e0\u10e3\u10da\u10d8" },
|
||||
{ "bh", "\u10d1\u10d8\u10f0\u10d0\u10e0\u10d8" },
|
||||
{ "bo", "\u10e2\u10d8\u10d1\u10d4\u10e2\u10e3\u10e0\u10d8" },
|
||||
{ "br", "\u10d1\u10e0\u10d4\u10e2\u10dd\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "bs", "\u10d1\u10dd\u10e1\u10dc\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "ca", "\u10d9\u10d0\u10e2\u10d0\u10da\u10d0\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "ce", "\u10e9\u10d4\u10e9\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "cs", "\u10e9\u10d4\u10ee\u10e3\u10e0\u10d8" },
|
||||
{ "cu", "\u10e1\u10d0\u10d4\u10d9\u10da\u10d4\u10e1\u10d8\u10dd \u10e1\u10da\u10d0\u10d5\u10e3\u10e0\u10d8" },
|
||||
{ "cy", "\u10e3\u10d4\u10da\u10e1\u10e3\u10e0\u10d8" },
|
||||
{ "da", "\u10d3\u10d0\u10dc\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "de", "\u10d2\u10d4\u10e0\u10db\u10d0\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "el", "\u10d1\u10d4\u10e0\u10eb\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "en", "\u10d8\u10dc\u10d2\u10da\u10d8\u10e1\u10e3\u10e0\u10d8" },
|
||||
{ "eo", "\u10d4\u10e1\u10de\u10d4\u10e0\u10d0\u10dc\u10e2\u10dd" },
|
||||
{ "es", "\u10d4\u10e1\u10de\u10d0\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "et", "\u10d4\u10e1\u10e2\u10dd\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "eu", "\u10d1\u10d0\u10e1\u10d9\u10e3\u10e0\u10d8" },
|
||||
{ "fa", "\u10e1\u10de\u10d0\u10e0\u10e1\u10e3\u10da\u10d8" },
|
||||
{ "fi", "\u10e4\u10d8\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "fr", "\u10e4\u10e0\u10d0\u10dc\u10d2\u10e3\u10da\u10d8" },
|
||||
{ "ga", "\u10d8\u10e0\u10da\u10d0\u10dc\u10d3\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "gd", "\u10e8\u10dd\u10e2\u10da\u10d0\u10dc\u10d3\u10d8\u10e3\u10e0-\u10d2\u10d0\u10da\u10e3\u10e0\u10d8" },
|
||||
{ "gl", "\u10d2\u10d0\u10da\u10e3\u10e0\u10d8" },
|
||||
{ "gn", "\u10d2\u10e3\u10d0\u10e0\u10d0\u10dc\u10d8" },
|
||||
{ "gu", "\u10d2\u10e3\u10ef\u10d0\u10e0\u10d0\u10d7\u10d8" },
|
||||
{ "he", "\u10d4\u10d1\u10e0\u10d0\u10e3\u10da\u10d8" },
|
||||
{ "hi", "\u10f0\u10d8\u10dc\u10d3\u10d8" },
|
||||
{ "hr", "\u10ee\u10dd\u10e0\u10d5\u10d0\u10e2\u10d8\u10e3\u10da\u10d8" },
|
||||
{ "hu", "\u10e3\u10dc\u10d2\u10e0\u10e3\u10da\u10d8" },
|
||||
{ "hy", "\u10e1\u10dd\u10db\u10ee\u10e3\u10e0\u10d8" },
|
||||
{ "ia", "\u10d8\u10dc\u10e2\u10d4\u10e0\u10da\u10d8\u10dc\u10d2\u10e3\u10d0\u10da\u10e3\u10e0\u10d8" },
|
||||
{ "id", "\u10d8\u10dc\u10d3\u10dd\u10dc\u10d4\u10d6\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "ie", "\u10d8\u10dc\u10e2\u10d4\u10e0\u10da\u10d8\u10dc\u10d2\u10d8" },
|
||||
{ "is", "\u10d8\u10e1\u10da\u10d0\u10dc\u10d3\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "it", "\u10d8\u10e2\u10d0\u10da\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "ja", "\u10d8\u10d0\u10de\u10dd\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "jv", "\u10d8\u10d0\u10d5\u10d0\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "ka", "\u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8" },
|
||||
{ "kg", "\u10d9\u10dd\u10dc\u10d2\u10dd" },
|
||||
{ "kk", "\u10e7\u10d0\u10d6\u10d0\u10ee\u10e3\u10e0\u10d8" },
|
||||
{ "km", "\u10d9\u10d0\u10db\u10d1\u10dd\u10ef\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "ko", "\u10d9\u10dd\u10e0\u10d4\u10e3\u10da\u10d8" },
|
||||
{ "ku", "\u10e5\u10e3\u10e0\u10d7\u10e3\u10da\u10d8" },
|
||||
{ "ky", "\u10e7\u10d8\u10e0\u10d2\u10d8\u10d6\u10e3\u10da\u10d8" },
|
||||
{ "la", "\u10da\u10d0\u10d7\u10d8\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "lb", "\u10da\u10e3\u10e5\u10e1\u10d4\u10db\u10d1\u10e3\u10e0\u10d2\u10e3\u10da\u10d8" },
|
||||
{ "ln", "\u10da\u10d8\u10dc\u10d2\u10d0\u10da\u10d0" },
|
||||
{ "lo", "\u10da\u10d0\u10dd\u10e1\u10e3\u10e0\u10d8" },
|
||||
{ "lt", "\u10da\u10d8\u10e2\u10d5\u10e3\u10e0\u10d8" },
|
||||
{ "lv", "\u10da\u10d0\u10e2\u10d5\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "mk", "\u10db\u10d0\u10d9\u10d4\u10d3\u10dd\u10dc\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "mn", "\u10db\u10dd\u10dc\u10e6\u10dd\u10da\u10e3\u10e0\u10d8" },
|
||||
{ "mo", "\u10db\u10dd\u10da\u10d3\u10dd\u10d5\u10e3\u10e0\u10d8" },
|
||||
{ "ms", "\u10db\u10d0\u10da\u10d0\u10d8\u10d6\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "ne", "\u10dc\u10d4\u10de\u10d0\u10da\u10e3\u10e0\u10d8" },
|
||||
{ "nl", "\u10f0\u10dd\u10da\u10d0\u10dc\u10d3\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "nn", "\u10dc\u10dd\u10e0\u10d5\u10d4\u10d2\u10d8\u10e3\u10da\u10d8 \u10dc\u10d8\u10dc\u10dd\u10e0\u10e1\u10d9\u10d8" },
|
||||
{ "no", "\u10dc\u10dd\u10e0\u10d5\u10d4\u10d2\u10d8\u10e3\u10da\u10d8" },
|
||||
{ "nv", "\u10dc\u10d0\u10d5\u10d0\u10ee\u10dd" },
|
||||
{ "oc", "\u10dd\u10ea\u10d8\u10e2\u10d0\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "or", "\u10dd\u10e0\u10d8\u10e3\u10da\u10d8" },
|
||||
{ "os", "\u10dd\u10e1\u10e3\u10e0\u10d8" },
|
||||
{ "pl", "\u10de\u10dd\u10da\u10dd\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "ps", "\u10de\u10e3\u10e8\u10e2\u10e3" },
|
||||
{ "pt", "\u10de\u10dd\u10e0\u10e2\u10e3\u10d2\u10d0\u10da\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "ro", "\u10e0\u10e3\u10db\u10d8\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "ru", "\u10e0\u10e3\u10e1\u10e3\u10da\u10d8" },
|
||||
{ "sa", "\u10e1\u10d0\u10dc\u10e1\u10d9\u10e0\u10d8\u10e2\u10d8" },
|
||||
{ "sc", "\u10e1\u10d0\u10e0\u10d3\u10d8\u10dc\u10d8\u10e3\u10da\u10d8" },
|
||||
{ "sd", "\u10e1\u10d8\u10dc\u10d3\u10e3\u10e0\u10d8" },
|
||||
{ "sh", "\u10e1\u10d4\u10e0\u10d1\u10e3\u10da-\u10ee\u10dd\u10e0\u10d5\u10d0\u10e2\u10e3\u10da\u10d8" },
|
||||
{ "si", "\u10e1\u10d8\u10dc\u10f0\u10d0\u10da\u10e3\u10e0\u10d8" },
|
||||
{ "sk", "\u10e1\u10da\u10dd\u10d5\u10d0\u10d9\u10e3\u10e0\u10d8" },
|
||||
{ "sl", "\u10e1\u10da\u10dd\u10d5\u10d4\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "so", "\u10e1\u10dd\u10db\u10d0\u10da\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "sq", "\u10d0\u10da\u10d1\u10d0\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "sr", "\u10e1\u10d4\u10e0\u10d1\u10e3\u10da\u10d8" },
|
||||
{ "st", "\u10e1\u10d0\u10db\u10ee\u10e0\u10d4\u10d7 \u10e1\u10dd\u10d7\u10dd\u10e1 \u10d4\u10dc\u10d0" },
|
||||
{ "sv", "\u10e8\u10d5\u10d4\u10d3\u10e3\u10e0\u10d8" },
|
||||
{ "sw", "\u10e1\u10e3\u10d0\u10f0\u10d8\u10da\u10d8" },
|
||||
{ "tg", "\u10e2\u10d0\u10ef\u10d8\u10d9\u10e3\u10e0\u10d8" },
|
||||
{ "th", "\u10e2\u10d0\u10d8\u10da\u10d0\u10dc\u10d3\u10e3\u10e0\u10d8" },
|
||||
{ "tk", "\u10d7\u10e3\u10e0\u10e5\u10db\u10d4\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "tn", "\u10e2\u10e1\u10d5\u10d0\u10dc\u10d0" },
|
||||
{ "tr", "\u10d7\u10e3\u10e0\u10e5\u10e3\u10da\u10d8" },
|
||||
{ "tw", "\u10d7\u10e3\u10d8" },
|
||||
{ "ug", "\u10e3\u10d8\u10d2\u10e3\u10e0\u10e3\u10da\u10d8" },
|
||||
{ "uk", "\u10e3\u10d9\u10e0\u10d0\u10d8\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "ur", "\u10e3\u10e0\u10d3\u10e3" },
|
||||
{ "uz", "\u10e3\u10d6\u10d1\u10d4\u10d9\u10e3\u10e0\u10d8" },
|
||||
{ "vi", "\u10d5\u10d8\u10d4\u10e2\u10dc\u10d0\u10db\u10e3\u10e0\u10d8" },
|
||||
{ "xh", "\u10e5\u10e1\u10dd\u10d6\u10d0" },
|
||||
{ "yi", "\u10d8\u10d3\u10d8\u10e8\u10d8" },
|
||||
{ "zh", "\u10e9\u10d8\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "zu", "\u10d6\u10e3\u10da\u10e3" },
|
||||
{ "ady", "\u10d0\u10d3\u10d8\u10e6\u10d4\u10e3\u10e0\u10d8" },
|
||||
{ "ain", "\u10d0\u10d8\u10dc\u10e3" },
|
||||
{ "ale", "\u10d0\u10da\u10d4\u10e3\u10e2\u10e3\u10e0\u10d8" },
|
||||
{ "ang", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10d8\u10dc\u10d2\u10da\u10d8\u10e1\u10e3\u10e0\u10d8" },
|
||||
{ "arc", "\u10d0\u10e0\u10d0\u10db\u10d4\u10e3\u10da\u10d8" },
|
||||
{ "art", "\u10ee\u10d4\u10da\u10dd\u10d5\u10dc\u10e3\u10e0\u10d8 \u10e1\u10ee\u10d5\u10d0" },
|
||||
{ "ast", "\u10d0\u10d5\u10e1\u10e2\u10e0\u10d8\u10e3\u10da\u10d8" },
|
||||
{ "bua", "\u10d1\u10e3\u10e0\u10d8\u10d0\u10e2\u10e3\u10da\u10d8" },
|
||||
{ "cau", "\u10d9\u10d0\u10d5\u10d9\u10d0\u10e1\u10d8\u10e3\u10e0\u10d8 \u10e1\u10ee\u10d5\u10d0" },
|
||||
{ "cel", "\u10d9\u10d4\u10da\u10e2\u10e3\u10e0\u10d8 \u10e1\u10ee\u10d5\u10d0" },
|
||||
{ "egy", "\u10d4\u10d2\u10d5\u10d8\u10de\u10e2\u10e3\u10e0\u10d8" },
|
||||
{ "fil", "\u10e4\u10d8\u10da\u10d8\u10de\u10d8\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "fro", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d2\u10e3\u10da\u10d8" },
|
||||
{ "goh", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10d2\u10d4\u10e0\u10db\u10d0\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "grc", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10d1\u10d4\u10e0\u10eb\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "gsw", "\u10e8\u10d5\u10d4\u10d8\u10ea\u10d0\u10e0\u10d8\u10e3\u10da\u10d8 \u10d2\u10d4\u10e0\u10db\u10d0\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "ine", "\u10d8\u10dc\u10d3\u10dd-\u10d4\u10d5\u10e0\u10dd\u10de\u10e3\u10da\u10d8 \u10e1\u10ee\u10d5\u10d0" },
|
||||
{ "myn", "\u10db\u10d0\u10d8\u10d0\u10e1 \u10d4\u10dc\u10d4\u10d1\u10d8" },
|
||||
{ "nap", "\u10dc\u10d4\u10d0\u10de\u10dd\u10da\u10d8\u10e2\u10d0\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "peo", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10e1\u10de\u10d0\u10e0\u10e1\u10e3\u10da\u10d8" },
|
||||
{ "pra", "\u10de\u10e0\u10d0\u10d9\u10e0\u10d8\u10e2\u10d8\u10e1 \u10d4\u10dc\u10d4\u10d1\u10d8" },
|
||||
{ "scn", "\u10e1\u10d8\u10ea\u10d8\u10da\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "sga", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10d8\u10e0\u10da\u10d0\u10dc\u10d3\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "sla", "\u10e1\u10da\u10d0\u10d5\u10e3\u10e0\u10d8 \u10e1\u10ee\u10d5\u10d0" },
|
||||
{ "sux", "\u10e8\u10e3\u10db\u10d4\u10e0\u10e3\u10da\u10d8" },
|
||||
{ "tlh", "\u10d9\u10da\u10d8\u10dc\u10d2\u10dd\u10dc\u10d8" },
|
||||
{ "udm", "\u10e3\u10d3\u10db\u10e3\u10e0\u10e2\u10d8\u10e3\u10da\u10d8" },
|
||||
{ "und", "\u10e3\u10ea\u10dc\u10dd\u10d1\u10d8 \u10d0\u10dc \u10d0\u10e0\u10d0\u10e1\u10ec\u10dd\u10e0\u10d8 \u10d4\u10dc\u10d0" },
|
||||
{ "Arab", "\u10d0\u10e0\u10d0\u10d1\u10e3\u10da\u10d8" },
|
||||
{ "Armn", "\u10e1\u10dd\u10db\u10ee\u10e3\u10e0\u10d8" },
|
||||
{ "Bali", "\u10d1\u10d0\u10da\u10d8" },
|
||||
{ "Batk", "\u10d1\u10d0\u10e2\u10d0\u10d9\u10d8" },
|
||||
{ "Beng", "\u10d1\u10d4\u10dc\u10d2\u10d0\u10da\u10e3\u10e0\u10d8" },
|
||||
{ "Brai", "\u10d1\u10e0\u10d0\u10d8\u10da\u10d8" },
|
||||
{ "Copt", "\u10d9\u10dd\u10de\u10e2\u10e3\u10e0\u10d8" },
|
||||
{ "Cprt", "\u10d9\u10d5\u10d8\u10de\u10e0\u10dd\u10e1\u10e3\u10da\u10d8" },
|
||||
{ "Cyrl", "\u10d9\u10d8\u10e0\u10d8\u10da\u10d8\u10ea\u10d0" },
|
||||
{ "Cyrs", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10e1\u10d0\u10d4\u10d9\u10da\u10d4\u10e1\u10d8\u10dd \u10d9\u10d8\u10e0\u10d8\u10da\u10d8\u10ea\u10d0" },
|
||||
{ "Deva", "\u10d3\u10d4\u10d5\u10d0\u10dc\u10d0\u10d2\u10d0\u10e0\u10d8" },
|
||||
{ "Egyd", "\u10d4\u10d2\u10d5\u10d8\u10de\u10e2\u10e3\u10e0\u10d8 \u10d3\u10d4\u10db\u10dd\u10e2\u10d8\u10d9\u10e3\u10e0\u10d8" },
|
||||
{ "Egyh", "\u10d4\u10d2\u10d5\u10d8\u10de\u10e2\u10e3\u10e0\u10d8 \u10f0\u10d8\u10d4\u10e0\u10d0\u10e2\u10d8\u10d9\u10e3\u10da\u10d8" },
|
||||
{ "Egyp", "\u10d4\u10d2\u10d5\u10d8\u10de\u10e2\u10e3\u10e0\u10d8 \u10d8\u10d4\u10e0\u10dd\u10d2\u10da\u10d8\u10e4\u10e3\u10e0\u10d8" },
|
||||
{ "Ethi", "\u10d4\u10d7\u10d8\u10dd\u10de\u10e3\u10e0\u10d8" },
|
||||
{ "Geok", "\u10ee\u10e3\u10ea\u10e3\u10e0\u10d8" },
|
||||
{ "Geor", "\u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8" },
|
||||
{ "Glag", "\u10d2\u10da\u10d0\u10d2\u10dd\u10da\u10d8\u10ea\u10d0" },
|
||||
{ "Goth", "\u10d2\u10dd\u10d7\u10e3\u10e0\u10d8" },
|
||||
{ "Grek", "\u10d1\u10d4\u10e0\u10eb\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "Gujr", "\u10d2\u10e3\u10ef\u10d0\u10e0\u10d0\u10d7\u10e3\u10da\u10d8" },
|
||||
{ "Guru", "\u10d2\u10e3\u10e0\u10db\u10e3\u10ee\u10e3\u10da\u10d8" },
|
||||
{ "Hani", "\u10f0\u10d0\u10dc\u10d8" },
|
||||
{ "Hans", "\u10d2\u10d0\u10db\u10d0\u10e0\u10e2\u10d8\u10d5\u10d4\u10d1\u10e3\u10da\u10d8 \u10f0\u10d0\u10dc\u10d8" },
|
||||
{ "Hant", "\u10e2\u10e0\u10d0\u10d3\u10d8\u10ea\u10d8\u10e3\u10da\u10d8 \u10f0\u10d0\u10dc\u10d8" },
|
||||
{ "Hebr", "\u10d4\u10d1\u10e0\u10d0\u10e3\u10da\u10d8" },
|
||||
{ "Hira", "\u10f0\u10d8\u10e0\u10d0\u10d2\u10d0\u10dc\u10d0" },
|
||||
{ "Hrkt", "\u10d9\u10d0\u10e2\u10d0\u10d9\u10d0\u10dc\u10d0 \u10d0\u10dc \u10f0\u10d8\u10e0\u10d0\u10d2\u10d0\u10dc\u10d0" },
|
||||
{ "Hung", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10e3\u10dc\u10d2\u10e0\u10e3\u10da\u10d8" },
|
||||
{ "Jpan", "\u10d8\u10d0\u10de\u10dd\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "Kana", "\u10d9\u10d0\u10e2\u10d0\u10d9\u10d0\u10dc\u10d0" },
|
||||
{ "Khmr", "\u10e5\u10f0\u10db\u10d4\u10e0\u10e3\u10da\u10d8" },
|
||||
{ "Laoo", "\u10da\u10d0\u10dd\u10e1\u10e3\u10e0\u10d8" },
|
||||
{ "Latn", "\u10da\u10d0\u10d7\u10d8\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "Lina", "\u10ec\u10e0\u10e4\u10d8\u10d5\u10d8 A" },
|
||||
{ "Linb", "\u10ec\u10e0\u10e4\u10d8\u10d5\u10d8 B" },
|
||||
{ "Maya", "\u10db\u10d0\u10d8\u10d0\u10e1 \u10d8\u10d4\u10e0\u10dd\u10d2\u10da\u10d8\u10e4\u10d4\u10d1\u10d8" },
|
||||
{ "Mong", "\u10db\u10dd\u10dc\u10e6\u10dd\u10da\u10e3\u10e0\u10d8" },
|
||||
{ "Phnx", "\u10e4\u10d8\u10dc\u10d8\u10d9\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "Runr", "\u10e0\u10e3\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "Syrc", "\u10e1\u10d8\u10e0\u10d8\u10e3\u10da\u10d8" },
|
||||
{ "Syre", "\u10d4\u10e1\u10e2\u10e0\u10d0\u10dc\u10ef\u10d4\u10da\u10dd\u10e1\u10d4\u10e3\u10da\u10d8 \u10e1\u10d8\u10e0\u10d8\u10e3\u10da\u10d8" },
|
||||
{ "Syrj", "\u10d3\u10d0\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10e1\u10d8\u10e0\u10d8\u10e3\u10da\u10d8" },
|
||||
{ "Syrn", "\u10d0\u10e6\u10db\u10dd\u10e1\u10d0\u10d5\u10da\u10d4\u10d7\u10d8 \u10e1\u10d8\u10e0\u10d8\u10e3\u10da\u10d8" },
|
||||
{ "Taml", "\u10e2\u10d0\u10db\u10d8\u10da\u10e3\u10e0\u10d8" },
|
||||
{ "Thai", "\u10e2\u10d0\u10d8\u10da\u10d0\u10dc\u10d3\u10e3\u10e0\u10d8" },
|
||||
{ "Tibt", "\u10e2\u10d8\u10d1\u10d4\u10e2\u10e3\u10e0\u10d8" },
|
||||
{ "Xpeo", "\u10eb\u10d5\u10d4\u10da\u10d8 \u10e1\u10de\u10d0\u10e0\u10e1\u10e3\u10da\u10d8" },
|
||||
{ "Xsux", "\u10e8\u10e3\u10db\u10d4\u10e0\u10e3\u10da-\u10d0\u10e5\u10d0\u10d3\u10e3\u10e0\u10d8 \u10da\u10e3\u10e0\u10e1\u10db\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "Zxxx", "\u10d3\u10d0\u10e3\u10ec\u10d4\u10e0\u10d4\u10da\u10d8" },
|
||||
{ "Zzzz", "\u10e3\u10ea\u10dc\u10dd\u10d1\u10d8 \u10d0\u10dc \u10d0\u10e0\u10d0\u10e1\u10ec\u10dd\u10e0\u10d8 \u10d3\u10d0\u10db\u10ec\u10d4\u10e0\u10da\u10dd\u10d1\u10d0" },
|
||||
{ "de_AT", "\u10d0\u10d5\u10e1\u10e2\u10e0\u10d8\u10e3\u10da\u10d8 \u10d2\u10d4\u10e0\u10db\u10d0\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "de_CH", "\u10e8\u10d5\u10d4\u10d8\u10ea\u10d0\u10e0\u10d8\u10e3\u10da\u10d8 \u10db\u10d0\u10e6\u10d0\u10da\u10d8 \u10d2\u10d4\u10e0\u10db\u10d0\u10dc\u10e3\u10da\u10d8" },
|
||||
{ "en_AU", "\u10d0\u10d5\u10e1\u10e2\u10e0\u10d0\u10da\u10d8\u10e3\u10e0\u10d8 \u10d8\u10dc\u10d2\u10da\u10d8\u10e1\u10e3\u10e0\u10d8" },
|
||||
{ "en_CA", "\u10d9\u10d0\u10dc\u10d0\u10d3\u10e3\u10e0\u10d8 \u10d8\u10dc\u10d2\u10da\u10d8\u10e1\u10e3\u10e0\u10d8" },
|
||||
{ "en_GB", "\u10d1\u10e0\u10d8\u10e2\u10d0\u10dc\u10e3\u10da\u10d8 \u10d8\u10dc\u10d2\u10da\u10d8\u10e1\u10e3\u10e0\u10d8" },
|
||||
{ "en_US", "\u10d0\u10db\u10d4\u10e0\u10d8\u10d9\u10e3\u10da\u10d8 \u10d8\u10dc\u10d2\u10da\u10d8\u10e1\u10e3\u10e0\u10d8" },
|
||||
{ "es_ES", "\u10d8\u10d1\u10d4\u10e0\u10d8\u10e3\u10da\u10d8 \u10d4\u10e1\u10de\u10d0\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "fr_CA", "\u10d9\u10d0\u10dc\u10d0\u10d3\u10e3\u10e0\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d2\u10e3\u10da\u10d8" },
|
||||
{ "fr_CH", "\u10e8\u10d5\u10d4\u10d8\u10ea\u10d0\u10e0\u10d8\u10e3\u10da\u10d8 \u10e4\u10e0\u10d0\u10dc\u10d2\u10e3\u10da\u10d8" },
|
||||
{ "nl_BE", "\u10e4\u10da\u10dd\u10db\u10d0\u10dc\u10d3\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "pt_BR", "\u10d1\u10e0\u10d0\u10d6\u10d8\u10da\u10d8\u10e3\u10e0\u10d8 \u10de\u10dd\u10e0\u10e2\u10e3\u10d2\u10d0\u10da\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "pt_PT", "\u10d8\u10d1\u10d4\u10e0\u10d8\u10e3\u10da-\u10de\u10dd\u10e0\u10e2\u10e3\u10d2\u10d0\u10da\u10d8\u10e3\u10e0\u10d8" },
|
||||
{ "es_419", "\u10da\u10d0\u10d7\u10d8\u10dc\u10e3\u10e0 \u10d0\u10db\u10d4\u10e0\u10d8\u10d9\u10e3\u10da\u10d8 \u10d4\u10e1\u10de\u10d0\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "zh_Hans", "\u10d2\u10d0\u10db\u10d0\u10e0\u10e2\u10d8\u10d5\u10d4\u10d1\u10e3\u10da\u10d8 \u10e9\u10d8\u10dc\u10e3\u10e0\u10d8" },
|
||||
{ "zh_Hant", "\u10e2\u10e0\u10d0\u10d3\u10d8\u10ea\u10d8\u10e3\u10da\u10d8 \u10e9\u10d8\u10dc\u10e3\u10e0\u10d8" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user