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.ewo;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_ewo_CM extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "2" },
|
||||
{ "minimalDaysInFirstWeek", "1" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
128
jdkSrc/jdk8/sun/util/resources/cldr/ewo/CurrencyNames_ewo.java
Normal file
128
jdkSrc/jdk8/sun/util/resources/cldr/ewo/CurrencyNames_ewo.java
Normal file
@@ -0,0 +1,128 @@
|
||||
/*
|
||||
* 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.ewo;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_ewo extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "aed", "Dir\u00e1m y\u00e1 Emir\u00e1 Ar\u00e1b Un\u00ed" },
|
||||
{ "aoa", "Kw\u00e1n\u01ddza y\u00e1 Angol\u00e1" },
|
||||
{ "aud", "Dol\u00e1r y\u00e1 Os\u01ddt\u01ddral\u00ed" },
|
||||
{ "bhd", "Din\u00e1r y\u00e1 Bah\u01ddr\u025b\u0301n" },
|
||||
{ "bif", "F\u01ddl\u00e1\u014b y\u00e1 Burund\u00ed" },
|
||||
{ "bwp", "P\u00fal\u00e1 y\u00e1 Botsw\u00e1na" },
|
||||
{ "cad", "Dol\u00e1r y\u00e1 Kan\u00e1da" },
|
||||
{ "cdf", "F\u01ddl\u00e1\u014b y\u00e1 Kongo" },
|
||||
{ "chf", "F\u01ddl\u00e1\u014b y\u00e1 Su\u00eds" },
|
||||
{ "cny", "Yu\u00e1n Ren\u01ddmin\u01ddb\u00ed y\u00e1 Tsain\u00eds" },
|
||||
{ "cve", "Es\u01ddk\u00fado y\u00e1 K\u00e1p\u01dd\u0301v\u025b\u0301r\u01dd" },
|
||||
{ "djf", "F\u01ddl\u00e1\u014b y\u00e1 dzibut\u00ed" },
|
||||
{ "dzd", "Din\u00e1r y\u00e1 Aleh\u00e9r\u00ed" },
|
||||
{ "egp", "L\u00edv\u01dd\u0301l\u01dd y\u00e1 Eh\u00edb\u01ddt\u00eda" },
|
||||
{ "ern", "N\u00e1f\u01ddka y\u00e1 Eritel\u00e9" },
|
||||
{ "etb", "B\u00edr y\u00e1 Etsi\u00f3pia" },
|
||||
{ "eur", "\u01ddr\u00f3" },
|
||||
{ "gbp", "L\u00edv\u01dd\u0301l\u01dd S\u01ddt\u01ddr\u01ddl\u00ed\u014b" },
|
||||
{ "ghc", "Tzed\u00ed y\u00e1 Gan\u00e1" },
|
||||
{ "gmd", "Dalas\u00ed y\u00e1 G\u00e1mb\u00eda" },
|
||||
{ "gns", "S\u00edli y\u00e1 Gin\u00e9" },
|
||||
{ "inr", "Rup\u00ed y\u00e1 \u025b\u0301nd\u00eda" },
|
||||
{ "jpy", "Y\u025b\u0301n y\u00e1 Hap\u0254\u0301n" },
|
||||
{ "kes", "Sil\u00ed\u014b y\u00e1 Keni\u00e1" },
|
||||
{ "kmf", "F\u01ddl\u00e1\u014b y\u00e1 Kom\u00f3ria" },
|
||||
{ "lrd", "Dol\u00e1r y\u00e1 Lib\u00e9ria" },
|
||||
{ "lsl", "Lot\u00ed y\u00e1 Lesot\u00f3" },
|
||||
{ "lyd", "Din\u00e1r y\u00e1 Lib\u00ed" },
|
||||
{ "mad", "Dir\u00e1m y\u00e1 Mar\u00f3g" },
|
||||
{ "mga", "Ariari y\u00e1 Mal\u01ddg\u00e1s" },
|
||||
{ "mro", "Ugiya y\u00e1 Moritan\u00ed" },
|
||||
{ "mur", "Rup\u00ed y\u00e1 Mor\u00eds" },
|
||||
{ "mwk", "Kwatsa y\u00e1 Malaw\u00ed" },
|
||||
{ "mzm", "Metikal y\u00e1 Mozamb\u00edg" },
|
||||
{ "nad", "Dol\u00e1r y\u00e1 Namib\u00ed" },
|
||||
{ "ngn", "N\u00e1\u00edra y\u00e1 Nih\u00e9ria" },
|
||||
{ "rwf", "F\u01ddl\u00e1\u014b y\u00e1 Ruwand\u00e1" },
|
||||
{ "sar", "Ri\u00e1l y\u00e1 Arab\u00ed Saud\u00ed" },
|
||||
{ "scr", "Rup\u00ed y\u00e1 S\u025bs\u025b\u0301l" },
|
||||
{ "sdg", "L\u00edv\u01ddl\u01dd y\u00e1 Sud\u00e1n" },
|
||||
{ "sdp", "L\u00edv\u01ddl\u01dd y\u00e1 Sud\u00e1n (1956\u20132007)" },
|
||||
{ "shp", "L\u00edv\u01ddl\u01dd y\u00e1 \u01f8f\u00faf\u00fab El\u025b\u0301n" },
|
||||
{ "sll", "Le\u00f3ne y\u00e1 Sier\u00e1-le\u00f3n\u01dd" },
|
||||
{ "sos", "Sil\u00ed\u014b y\u00e1 Somal\u00ed" },
|
||||
{ "std", "D\u00f3b\u01dd\u0301ra y\u00e1 Sa\u00f3 Tom\u00e9 ai P\u01ddlin\u01dds\u00edpe" },
|
||||
{ "szl", "Lilangeni y\u00e1 Swaz\u00ed" },
|
||||
{ "tnd", "Din\u00e1r y\u00e1 Tunis\u00ed" },
|
||||
{ "tzs", "Sil\u00ed\u014b y\u00e1 Tanazan\u00ed" },
|
||||
{ "ugx", "Sil\u00ed\u014b y\u00e1 Ugand\u00e1 (1966-1987)" },
|
||||
{ "usd", "Dol\u00e1r y\u00e1 am\u025b\u0301r\u01ddk\u01dd" },
|
||||
{ "xaf", "F\u01ddl\u00e1\u014b CFA (BEAC)" },
|
||||
{ "xof", "F\u01ddl\u00e1\u014b CFA (BCEAO)" },
|
||||
{ "zar", "R\u00e1n\u01ddd\u01dd y\u00e1 Afir\u00edka" },
|
||||
{ "zmk", "Kwatsa y\u00e1 Zamb\u00ed" },
|
||||
{ "zwd", "Dol\u00e1r y\u00e1 Zimbabw\u00e9" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
344
jdkSrc/jdk8/sun/util/resources/cldr/ewo/LocaleNames_ewo.java
Normal file
344
jdkSrc/jdk8/sun/util/resources/cldr/ewo/LocaleNames_ewo.java
Normal file
@@ -0,0 +1,344 @@
|
||||
/*
|
||||
* 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.ewo;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_ewo extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "AD", "And\u00f3r" },
|
||||
{ "AE", "Bemir\u00e1 y\u00e1 Ar\u00e1b\u01dd un\u00ed" },
|
||||
{ "AF", "Af\u01ddganis\u01ddt\u00e1n" },
|
||||
{ "AG", "Ant\u00edgwa ai Bar\u01ddb\u00fada" },
|
||||
{ "AI", "Ang\u00edy\u01dd" },
|
||||
{ "AL", "Al\u01ddb\u00e1nia" },
|
||||
{ "AM", "Ar\u01ddm\u00e9nia" },
|
||||
{ "AN", "An\u01ddt\u00edy\u01dd N\u025bd\u01ddl\u00e1nia" },
|
||||
{ "AO", "Angol\u00e1" },
|
||||
{ "AR", "Ar\u01ddhen\u01ddt\u00edna" },
|
||||
{ "AS", "B\u01ddsam\u00f3a y\u00e1 Am\u01dd\u0301r\u01ddka" },
|
||||
{ "AT", "Os\u01ddt\u01ddl\u00eda" },
|
||||
{ "AU", "Os\u01ddt\u01ddlal\u00ed" },
|
||||
{ "AW", "Ar\u00faba" },
|
||||
{ "AZ", "Az\u025br\u01ddbaidz\u00e1\u014b" },
|
||||
{ "BA", "Bos\u01ddn\u00ed ai \u025br\u01ddzegov\u00edn" },
|
||||
{ "BB", "Bar\u01ddb\u00e1d" },
|
||||
{ "BD", "Bangalad\u025b\u0301s" },
|
||||
{ "BE", "B\u025bl\u01ddh\u00edg" },
|
||||
{ "BF", "Bul\u01ddkin\u00e1 Fas\u00f3" },
|
||||
{ "BG", "Bul\u01ddgar\u00ed" },
|
||||
{ "BH", "Bah\u01ddr\u025b\u0301n" },
|
||||
{ "BI", "Burund\u00ed" },
|
||||
{ "BJ", "B\u01ddn\u00ed\u014b" },
|
||||
{ "BM", "B\u025br\u01ddm\u00fad" },
|
||||
{ "BN", "Bulun\u00e9" },
|
||||
{ "BO", "Bol\u00edvia" },
|
||||
{ "BR", "B\u01ddlaz\u00edl" },
|
||||
{ "BS", "Bah\u00e1mas" },
|
||||
{ "BT", "But\u00e1\u014b" },
|
||||
{ "BW", "Botswan\u00e1" },
|
||||
{ "BY", "B\u01ddlar\u00fas" },
|
||||
{ "BZ", "B\u01ddl\u00eds" },
|
||||
{ "CA", "kanad\u00e1" },
|
||||
{ "CD", "\u01f9nam Kong\u00f3 Demok\u01ddlat\u00edg" },
|
||||
{ "CF", "\u01f9nam Z\u01ce\u014b Afirik\u00e1" },
|
||||
{ "CG", "Kong\u00f3" },
|
||||
{ "CH", "Su\u00eds" },
|
||||
{ "CI", "K\u00f3d Div\u0254\u0301r" },
|
||||
{ "CK", "Minl\u00e1n M\u00ed k\u00fag" },
|
||||
{ "CL", "Tsil\u00ed" },
|
||||
{ "CM", "Kam\u01ddr\u00fan" },
|
||||
{ "CN", "Ts\u00e1ina" },
|
||||
{ "CO", "Kol\u0254mb\u00ed" },
|
||||
{ "CR", "Kosta R\u00edka" },
|
||||
{ "CS", "S\u025br\u01ddb\u00ed-ai-M\u0254nten\u00e9g\u01ddlo" },
|
||||
{ "CU", "Kub\u00e1" },
|
||||
{ "CV", "Minl\u00e1n M\u00ed K\u00e1b V\u025br" },
|
||||
{ "CY", "Sip\u01ddl\u00fas" },
|
||||
{ "CZ", "\u01f8nam Ts\u025b\u0301g" },
|
||||
{ "DE", "Ndz\u00e1man" },
|
||||
{ "DJ", "Dzibut\u00ed" },
|
||||
{ "DK", "Dan\u01ddm\u00e1r\u01ddg" },
|
||||
{ "DM", "D\u00f3m\u01ddnika" },
|
||||
{ "DO", "R\u00e9publique dominicaine" },
|
||||
{ "DZ", "Al\u01ddy\u00e9ria" },
|
||||
{ "EC", "Ekwat\u00f3r" },
|
||||
{ "EE", "Eseton\u00ed" },
|
||||
{ "EG", "Eh\u00edb\u01ddt\u025bn" },
|
||||
{ "ER", "Elit\u01ddl\u00e9" },
|
||||
{ "ES", "Kp\u01ddny\u00e1" },
|
||||
{ "ET", "Etiop\u00ed" },
|
||||
{ "FI", "Fin\u01ddl\u00e1n" },
|
||||
{ "FJ", "Fidz\u00ed" },
|
||||
{ "FK", "Minl\u00e1n Mi F\u00f3l\u01ddk\u01ddlan" },
|
||||
{ "FM", "Mikoron\u00e9sia" },
|
||||
{ "FR", "Ful\u025bns\u00ed" },
|
||||
{ "GA", "Gab\u00f3\u014b" },
|
||||
{ "GB", "\u01f8nam Eng\u01ddlis" },
|
||||
{ "GD", "G\u01ddl\u01ddn\u00e1d\u01dd" },
|
||||
{ "GE", "Hor\u01dd\u0301yia" },
|
||||
{ "GF", "Guy\u00e1n y\u00e1 Ful\u025bns\u00ed" },
|
||||
{ "GH", "Gan\u00e1" },
|
||||
{ "GI", "Yil\u01ddbalat\u00e1r" },
|
||||
{ "GL", "Goel\u00e1n" },
|
||||
{ "GM", "Gamb\u00ed" },
|
||||
{ "GN", "Gin\u00e9" },
|
||||
{ "GP", "Guad\u01ddl\u00fab" },
|
||||
{ "GQ", "Gin\u00e9 Ekwat\u00f3" },
|
||||
{ "GR", "G\u01ddl\u025b\u0301s" },
|
||||
{ "GT", "Guatemal\u00e1" },
|
||||
{ "GU", "Gu\u00e1m" },
|
||||
{ "GW", "Gin\u00e9 Bisa\u00f3" },
|
||||
{ "GY", "Guy\u00e1n" },
|
||||
{ "HN", "Ondur\u00e1s" },
|
||||
{ "HR", "K\u01ddlow\u00e1sia" },
|
||||
{ "HT", "Ait\u00ed" },
|
||||
{ "HU", "Ongir\u00ed" },
|
||||
{ "ID", "\u025bndon\u00e9sia" },
|
||||
{ "IE", "Ir\u01ddl\u00e1nd\u01dd" },
|
||||
{ "IL", "Is\u01ddra\u025b\u0301l" },
|
||||
{ "IN", "\u025b\u0301nd\u01dd" },
|
||||
{ "IO", "\u01f9nam \u025bng\u01ddl\u00eds y\u00e1 M\u00e1\u014b m\u01dd\u0301 \u025b\u0301nd\u01dd" },
|
||||
{ "IQ", "Ir\u00e1g" },
|
||||
{ "IR", "Ir\u00e1n" },
|
||||
{ "IS", "Is\u01ddl\u00e1nd\u01dd" },
|
||||
{ "IT", "It\u00e1li\u025bn" },
|
||||
{ "JM", "Hama\u00edka" },
|
||||
{ "JO", "Hor\u01dddan\u00ed" },
|
||||
{ "JP", "Hap\u0254\u0301n" },
|
||||
{ "KE", "Keni\u00e1" },
|
||||
{ "KG", "Kirigis\u01ddt\u00e1n" },
|
||||
{ "KH", "kambod\u00eda" },
|
||||
{ "KI", "Kiribat\u00ed" },
|
||||
{ "KM", "Kom\u0254\u0301r" },
|
||||
{ "KN", "\u01f8f\u00faf\u00fab-Kilis\u01ddt\u00f3v-ai-Nevis" },
|
||||
{ "KP", "Kor\u00e9 y\u00e1 N\u00f3r" },
|
||||
{ "KR", "Kor\u00e9 y\u00e1 S\u00fad" },
|
||||
{ "KW", "Kow\u025b\u0301d" },
|
||||
{ "KY", "Minl\u00e1n M\u00ed Kalim\u00e1\u014b" },
|
||||
{ "KZ", "Kazak\u01ddt\u00e1\u014b" },
|
||||
{ "LA", "La\u00f3s" },
|
||||
{ "LB", "Lib\u00e1\u014b" },
|
||||
{ "LC", "\u01f8f\u00faf\u00fab-L\u00fasia" },
|
||||
{ "LI", "L\u00eds\u01dd\u0301s\u01dd\u0301t\u00e1in" },
|
||||
{ "LK", "S\u01ddri La\u014bk\u00e1" },
|
||||
{ "LR", "Lib\u00e9ria" },
|
||||
{ "LS", "L\u01ddsot\u00f3" },
|
||||
{ "LT", "Lituan\u00ed" },
|
||||
{ "LU", "Luk\u01ddzamb\u00fad" },
|
||||
{ "LV", "L\u01ddton\u00ed" },
|
||||
{ "LY", "Lib\u00ed" },
|
||||
{ "MA", "Mar\u0254\u0301g" },
|
||||
{ "MC", "M\u0254nak\u00f3" },
|
||||
{ "MD", "Mol\u01dddav\u00ed" },
|
||||
{ "MG", "Madagas\u01ddk\u00e1r\u01dd" },
|
||||
{ "MH", "Minl\u00e1n M\u00ed Mares\u00e1l" },
|
||||
{ "MK", "Mased\u00f3nia" },
|
||||
{ "ML", "Mal\u00ed" },
|
||||
{ "MM", "Mian\u01ddm\u00e1r" },
|
||||
{ "MN", "M\u0254ng\u0254\u0301lia" },
|
||||
{ "MP", "Minl\u00e1n Mi Mari\u00e1n y\u00e1 N\u00f3r" },
|
||||
{ "MQ", "Mar\u01ddtin\u00edg" },
|
||||
{ "MR", "Moritan\u00ed" },
|
||||
{ "MS", "M\u0254\u0301ntser\u00e1d" },
|
||||
{ "MT", "M\u00e1l\u01ddt\u01dd" },
|
||||
{ "MU", "Mor\u00eds" },
|
||||
{ "MV", "Mal\u01ddd\u00edv\u01dd" },
|
||||
{ "MW", "Malaw\u00ed" },
|
||||
{ "MX", "M\u025bk\u01dds\u00edg" },
|
||||
{ "MY", "Mal\u025b\u0301zia" },
|
||||
{ "MZ", "Mozamb\u00edg" },
|
||||
{ "NA", "Namib\u00ed" },
|
||||
{ "NC", "\u01f8kp\u00e1m\u025bn Kaled\u00f3nia" },
|
||||
{ "NE", "Nih\u025b\u0301r" },
|
||||
{ "NF", "Minl\u00e1n N\u0254r\u01ddf\u0254\u0301l\u01ddk\u01dd" },
|
||||
{ "NG", "Nih\u00e9ria" },
|
||||
{ "NI", "Nikar\u00e1gua" },
|
||||
{ "NL", "P\u025b\u00edb\u00e1" },
|
||||
{ "NO", "N\u0254r\u01ddv\u025b\u0301s" },
|
||||
{ "NP", "Nep\u00e1l" },
|
||||
{ "NR", "Naur\u00fa" },
|
||||
{ "NU", "Niu\u00e9" },
|
||||
{ "NZ", "\u01f8kp\u00e1m\u025bn Zel\u00e1\u014b" },
|
||||
{ "OM", "Om\u00e1n" },
|
||||
{ "PA", "Panam\u00e1" },
|
||||
{ "PE", "Per\u00fa" },
|
||||
{ "PF", "Polines\u00ed y\u00e1 Ful\u025bns\u00ed" },
|
||||
{ "PG", "Papwazi y\u00e1 \u01f8kp\u00e1m\u025b\u0301n Gin\u00e9" },
|
||||
{ "PH", "Filip\u00edn" },
|
||||
{ "PK", "Pakis\u01ddt\u00e1n" },
|
||||
{ "PL", "f\u00f3lis" },
|
||||
{ "PM", "\u01f8f\u00faf\u00fab-P\u00ed\u025br-ai-Mik\u01ddl\u0254\u0301\u014b" },
|
||||
{ "PN", "P\u00edt\u01dd\u0301k\u025b\u0301r\u025bn\u01dd" },
|
||||
{ "PR", "Pw\u025br\u01ddto R\u00edko" },
|
||||
{ "PS", "\u01f8nam Pal\u025bs\u01ddt\u00edn" },
|
||||
{ "PT", "f\u0254r\u01ddtug\u025b\u0301s" },
|
||||
{ "PW", "Palau" },
|
||||
{ "PY", "Paragu\u00e9" },
|
||||
{ "QA", "Kat\u00e1r" },
|
||||
{ "RE", "Reuni\u0254\u0301\u014b" },
|
||||
{ "RO", "Ruman\u00ed" },
|
||||
{ "RU", "R\u00fasian" },
|
||||
{ "RW", "Ruwand\u00e1" },
|
||||
{ "SA", "Arab\u00ed Saud\u00ed" },
|
||||
{ "SB", "Minl\u00e1n M\u00ed Solom\u0254\u0301n" },
|
||||
{ "SC", "S\u025bs\u025b\u0301l" },
|
||||
{ "SD", "Sud\u00e1\u014b" },
|
||||
{ "SE", "Suw\u025b\u0301d" },
|
||||
{ "SG", "Singap\u00far" },
|
||||
{ "SH", "\u01f8f\u00faf\u00fab-\u0190l\u025b\u0301na" },
|
||||
{ "SI", "S\u01ddlov\u00e9nia" },
|
||||
{ "SK", "S\u01ddlovak\u00ed" },
|
||||
{ "SL", "Sier\u00e1-le\u00f3n\u01dd" },
|
||||
{ "SM", "\u01f8f\u00faf\u00fab Mar\u00edno" },
|
||||
{ "SN", "Seneg\u00e1l" },
|
||||
{ "SO", "Som\u00e1lia" },
|
||||
{ "SR", "Surin\u00e1m" },
|
||||
{ "ST", "Sa\u00f3 Tom\u00e9 ai P\u01ddlin\u01dds\u00edpe" },
|
||||
{ "SV", "Sal\u01ddvad\u00f3r" },
|
||||
{ "SY", "Sir\u00ed" },
|
||||
{ "SZ", "Swazil\u00e1nd\u01dd" },
|
||||
{ "TC", "Minl\u00e1n M\u00ed t\u00far\u01dd\u0301g-ai-Ka\u00edg" },
|
||||
{ "TD", "Ts\u00e1d" },
|
||||
{ "TG", "Tog\u00f3" },
|
||||
{ "TH", "Tail\u00e1n" },
|
||||
{ "TJ", "Tadzikis\u01ddt\u00e1\u014b" },
|
||||
{ "TK", "Tokel\u00f3" },
|
||||
{ "TL", "Tim\u00f4r" },
|
||||
{ "TM", "Tur\u01ddk\u01ddm\u01ddnis\u01ddt\u00e1\u014b" },
|
||||
{ "TN", "Tunis\u00ed" },
|
||||
{ "TO", "T\u0254ng\u00e1" },
|
||||
{ "TR", "Tur\u01ddk\u00ed" },
|
||||
{ "TT", "T\u01ddlinit\u00e9-ai-Tob\u00e1go" },
|
||||
{ "TV", "Tuval\u00fa" },
|
||||
{ "TW", "Taiw\u00e1n" },
|
||||
{ "TZ", "Ta\u014b\u01ddzan\u00ed" },
|
||||
{ "UA", "Uk\u01ddr\u025b\u0301n" },
|
||||
{ "UG", "Ugand\u00e1" },
|
||||
{ "US", "\u01f8nam Am\u025br\u01ddk\u01dd" },
|
||||
{ "UY", "Urugu\u00e9" },
|
||||
{ "UZ", "Uzubekis\u01ddt\u00e1n" },
|
||||
{ "VA", "\u01f8nam Vatik\u00e1n" },
|
||||
{ "VC", "\u01f8f\u00faf\u00fab-V\u025bng\u01dds\u00e1\u014b-ai-B\u01dd G\u01ddl\u01ddnad\u00edn" },
|
||||
{ "VE", "Venezu\u00e9la" },
|
||||
{ "VG", "\u0144nam Minl\u00e1n \u025b\u0301ng\u01ddl\u00eds" },
|
||||
{ "VI", "Minl\u00e1n Mi Am\u025br\u01ddk\u01dd" },
|
||||
{ "VN", "Vi\u025bd\u01ddn\u00e1m" },
|
||||
{ "VU", "Vanu\u00e1tu" },
|
||||
{ "WF", "Wal\u00eds-ai-Fut\u00fana" },
|
||||
{ "WS", "Samo\u00e1" },
|
||||
{ "YE", "Yem\u025b\u0301n" },
|
||||
{ "YT", "May\u0254\u0301d" },
|
||||
{ "ZA", "Afir\u00edka y\u00e1 S\u00fad" },
|
||||
{ "ZM", "Zamb\u00ed" },
|
||||
{ "ZW", "Zimbabw\u00e9" },
|
||||
{ "ak", "\u01f8k\u0254\u0301b\u0254 ak\u00e1n" },
|
||||
{ "am", "\u01f8k\u0254\u0301b\u0254 am\u00e1ria" },
|
||||
{ "ar", "\u01f8k\u0254\u0301b\u0254 ar\u00e1bia" },
|
||||
{ "be", "\u01f8k\u0254\u0301b\u0254 belar\u00fasian" },
|
||||
{ "bg", "\u01f8k\u0254\u0301b\u0254 bul\u01ddg\u00e1rian" },
|
||||
{ "bn", "\u01f8k\u0254\u0301b\u0254 b\u025bngal\u00ed" },
|
||||
{ "cs", "\u01f8k\u0254\u0301b\u0254 ts\u025b\u0301g" },
|
||||
{ "de", "\u01f8k\u0254\u0301b\u0254 ndz\u00e1man" },
|
||||
{ "el", "\u01f8k\u0254\u0301b\u0254 g\u01ddl\u025b\u0301g" },
|
||||
{ "en", "\u01f8k\u0254\u0301b\u0254 \u00e9ng\u01ddl\u00eds" },
|
||||
{ "es", "\u01f9k\u0254\u0301b\u0254 kp\u01ddny\u00e1" },
|
||||
{ "fa", "\u01f9k\u0254\u0301b\u0254 f\u025b\u0301r\u01ddsian" },
|
||||
{ "fr", "\u01f8k\u0254\u0301b\u0254 ful\u025bns\u00ed" },
|
||||
{ "ha", "\u01f8k\u0254\u0301b\u0254 a\u00fas\u00e1" },
|
||||
{ "hi", "\u01f8k\u0254\u0301b\u0254 hind\u00ed" },
|
||||
{ "hu", "\u01f8k\u0254\u0301b\u0254 ung\u00e1r\u00edan" },
|
||||
{ "id", "\u01f8k\u0254\u0301b\u0254 \u025bndon\u00e9sian" },
|
||||
{ "ig", "\u01f8k\u0254\u0301b\u0254 ib\u00f3" },
|
||||
{ "it", "\u01f8k\u0254\u0301b\u0254 et\u00e1li\u025bn" },
|
||||
{ "ja", "\u01f8k\u0254\u0301b\u0254 hap\u0254\u0301n" },
|
||||
{ "jv", "\u01f8k\u0254\u0301b\u0254 havan\u00eds" },
|
||||
{ "km", "\u01f8k\u0254\u0301b\u0254 k\u01ddm\u025b\u0301r" },
|
||||
{ "ko", "\u01f8k\u0254\u0301b\u0254 kor\u00e9an" },
|
||||
{ "ms", "\u01f8k\u0254\u0301b\u0254 mal\u025b\u0301sian" },
|
||||
{ "my", "\u01f8k\u0254\u0301b\u0254 bir\u01ddm\u00e1n" },
|
||||
{ "ne", "\u01f9k\u0254\u0301b\u0254 nef\u00e1lian" },
|
||||
{ "nl", "\u01f8k\u0254\u0301b\u0254 n\u025br\u01ddl\u00e1nd\u00eda" },
|
||||
{ "pa", "\u01f9k\u0254\u0301b\u0254 fun\u01ddh\u00e1bia" },
|
||||
{ "pl", "\u01f9k\u0254\u0301b\u0254 f\u00f3lis" },
|
||||
{ "pt", "\u01f9k\u0254\u0301b\u0254 f\u0254tug\u025b\u0301s" },
|
||||
{ "ro", "\u0144k\u0254\u0301b\u0254 rom\u00e1n\u00eda" },
|
||||
{ "ru", "\u01f9k\u0254\u0301b\u0254 r\u00fasian" },
|
||||
{ "rw", "\u01f9k\u0254\u0301b\u0254 ruwand\u00e1" },
|
||||
{ "so", "\u01f9k\u0254\u0301b\u0254 som\u00e1lia" },
|
||||
{ "sv", "\u01f9k\u0254\u0301b\u0254 suw\u025b\u0301d" },
|
||||
{ "ta", "\u01f9k\u0254\u0301b\u0254 tam\u00edl" },
|
||||
{ "th", "\u01f9k\u0254\u0301b\u0254 t\u00e1ilan" },
|
||||
{ "tr", "\u01f9k\u0254\u0301b\u0254 t\u00far\u01ddki" },
|
||||
{ "uk", "\u01f9k\u0254\u0301b\u0254 ukel\u00e9nia" },
|
||||
{ "ur", "\u01f9k\u0254\u0301b\u0254 urud\u00fa" },
|
||||
{ "vi", "\u01f9k\u0254\u0301b\u0254 hi\u025bd\u01ddn\u00e1m" },
|
||||
{ "yo", "\u01f9k\u0254\u0301b\u0254 yor\u00faba" },
|
||||
{ "zh", "\u01f8k\u0254\u0301b\u0254 tsain\u00eds" },
|
||||
{ "zu", "\u01f9k\u0254\u0301b\u0254 zul\u00fa" },
|
||||
{ "ewo", "ewondo" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user