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.nmg;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_nmg_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/nmg/CurrencyNames_nmg.java
Normal file
128
jdkSrc/jdk8/sun/util/resources/cldr/nmg/CurrencyNames_nmg.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.nmg;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_nmg extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "aed", "M\u0254n B \u00b4Arabe" },
|
||||
{ "aoa", "M\u0254n Angola" },
|
||||
{ "aud", "D\u0254\u0301ll\u0254 \u0186stralia" },
|
||||
{ "bhd", "M\u0254n Bahrein" },
|
||||
{ "bif", "Fra\u014b Burundi" },
|
||||
{ "bwp", "M\u0254n Botswana" },
|
||||
{ "cad", "D\u0254\u0301ll\u0254 Kanada" },
|
||||
{ "cdf", "Fra\u014b b\u00f3 Kongol\u025b\u030c" },
|
||||
{ "chf", "Fra\u014b Suisse" },
|
||||
{ "cny", "M\u0254n b\u00f3 Chinois" },
|
||||
{ "cve", "M\u0254n Kapv\u025brt" },
|
||||
{ "djf", "Fra\u014b Jibuti" },
|
||||
{ "dzd", "M\u0254n Algeria" },
|
||||
{ "egp", "M\u0254n \u00c4gypt\u025bn" },
|
||||
{ "ern", "M\u0254n Erytr\u00e9" },
|
||||
{ "etb", "M\u0254n Ethiopia" },
|
||||
{ "eur", "Euro" },
|
||||
{ "gbp", "M\u0254n Ng\u025b\u0304l\u025b\u0304n" },
|
||||
{ "ghc", "M\u0254n Gana" },
|
||||
{ "gmd", "M\u0254n Gambia" },
|
||||
{ "gns", "Fra\u014b Guin\u00e9" },
|
||||
{ "inr", "M\u0254n India" },
|
||||
{ "jpy", "M\u0254n Jap\u0254n" },
|
||||
{ "kes", "M\u0254n K\u025bnya" },
|
||||
{ "kmf", "Fra\u014b b\u00f3 K\u0254m\u0254r" },
|
||||
{ "lrd", "D\u0254\u0301ll\u0254 Liberia" },
|
||||
{ "lsl", "M\u0254n Lesoto" },
|
||||
{ "lyd", "M\u0254n Libya" },
|
||||
{ "mad", "M\u0254n Mar\u0254k" },
|
||||
{ "mga", "M\u0254n Madagaskar" },
|
||||
{ "mro", "M\u0254n Moritania" },
|
||||
{ "mur", "M\u0254n Moriss" },
|
||||
{ "mwk", "M\u0254n Malawi" },
|
||||
{ "mzm", "M\u0254n Mozambik" },
|
||||
{ "nad", "D\u0254\u0301ll\u0254 Namibia" },
|
||||
{ "ngn", "Na\u00efra Nigeria" },
|
||||
{ "rwf", "Fra\u014b Rwanda" },
|
||||
{ "sar", "M\u0254n Saudi Arabia" },
|
||||
{ "scr", "M\u0254n Seych\u025blle" },
|
||||
{ "sdg", "M\u0254n Sudan" },
|
||||
{ "sdp", "M\u0254n Sudan (1957-1998)" },
|
||||
{ "shp", "M\u0254n m\u00e1 Saint Lina" },
|
||||
{ "sll", "M\u0254n Le\u0254ne" },
|
||||
{ "sos", "M\u0254n Somal\u00eda" },
|
||||
{ "std", "M\u0254n Sao tom\u00e9 na prinship" },
|
||||
{ "szl", "M\u0254n Ligangeni" },
|
||||
{ "tnd", "M\u0254n Tunisia" },
|
||||
{ "tzs", "M\u0254n Tanzania" },
|
||||
{ "ugx", "M\u0254n Uganda" },
|
||||
{ "usd", "D\u0254\u0301ll\u0254 Am\u025b\u0155ka" },
|
||||
{ "xaf", "Fra\u014b CFA BEAC" },
|
||||
{ "xof", "Fra\u014b CFA BCEAO" },
|
||||
{ "zar", "M\u0254n Afrik y\u00ed s\u00ed" },
|
||||
{ "zmk", "M\u0254n Zambia" },
|
||||
{ "zwd", "D\u0254\u0301ll\u0254 Zimbabw\u01dd (1980-2008)" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
343
jdkSrc/jdk8/sun/util/resources/cldr/nmg/LocaleNames_nmg.java
Normal file
343
jdkSrc/jdk8/sun/util/resources/cldr/nmg/LocaleNames_nmg.java
Normal file
@@ -0,0 +1,343 @@
|
||||
/*
|
||||
* 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.nmg;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_nmg extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "AD", "And\u0254\u0301ra" },
|
||||
{ "AE", "Minlamb\u0254\u0301 Nsa\u014b\u0301nsa m\u00ed Arabia" },
|
||||
{ "AF", "Afganista\u014b" },
|
||||
{ "AG", "Ant\u00edga b\u00e1 Barb\u00fada" },
|
||||
{ "AI", "Angu\u00edlla" },
|
||||
{ "AL", "Albania" },
|
||||
{ "AM", "Arm\u00e9nia" },
|
||||
{ "AN", "B'Antilles b\u00f3 Ned\u025brland" },
|
||||
{ "AO", "Angola" },
|
||||
{ "AR", "Argent\u00edna" },
|
||||
{ "AS", "Samoa m \u0301Am\u025b\u0301rka" },
|
||||
{ "AT", "\u00d6trish" },
|
||||
{ "AU", "\u00d6strali\u00e1" },
|
||||
{ "AW", "\u00c1r\u00faba" },
|
||||
{ "AZ", "Azerba\u00efja\u014b" },
|
||||
{ "BA", "Bosnia na \u0190rzegovina" },
|
||||
{ "BB", "Barbado" },
|
||||
{ "BD", "B\u025b\u014bglad\u025bsh" },
|
||||
{ "BE", "B\u025blgik" },
|
||||
{ "BF", "Burkina Faso" },
|
||||
{ "BG", "Bulgaria" },
|
||||
{ "BH", "Bahrain" },
|
||||
{ "BI", "Burundi" },
|
||||
{ "BJ", "Benin" },
|
||||
{ "BM", "B\u025brmuda" },
|
||||
{ "BN", "Brun\u025bi" },
|
||||
{ "BO", "Bolivia" },
|
||||
{ "BR", "Br\u00e9sil" },
|
||||
{ "BS", "Bahamas" },
|
||||
{ "BT", "Buta\u014b" },
|
||||
{ "BW", "Botswana" },
|
||||
{ "BY", "Belarus" },
|
||||
{ "BZ", "B\u025bliz" },
|
||||
{ "CA", "Kanada" },
|
||||
{ "CD", "Kong\u00f3 Za\u00efre" },
|
||||
{ "CF", "Sentrafr\u00edka" },
|
||||
{ "CG", "Kongo" },
|
||||
{ "CH", "Switz\u025brland" },
|
||||
{ "CI", "Kote d\u00b4Ivoire" },
|
||||
{ "CK", "Ma\u014b\u0301 m\u00e1 Kook" },
|
||||
{ "CL", "Tshili" },
|
||||
{ "CM", "Kamerun" },
|
||||
{ "CN", "Shine" },
|
||||
{ "CO", "K\u0254l\u0254\u0301mbia" },
|
||||
{ "CR", "Kosta R\u00edka" },
|
||||
{ "CS", "S\u025brbia ba M\u0254ntenegro" },
|
||||
{ "CU", "Kuba" },
|
||||
{ "CV", "Ma\u014b\u0301 m\u00e1 Kapv\u025br" },
|
||||
{ "CY", "Sipria" },
|
||||
{ "CZ", "Nlamb\u0254\u0301 b\u00f3 tsch\u025bk" },
|
||||
{ "DE", "Jaman" },
|
||||
{ "DJ", "Jib\u00fati" },
|
||||
{ "DK", "Danemark" },
|
||||
{ "DM", "Domin\u00edka" },
|
||||
{ "DO", "Nlamb\u0254\u0301 Domin\u00edka" },
|
||||
{ "DZ", "Algeria" },
|
||||
{ "EC", "Ekuateur" },
|
||||
{ "EE", "\u0190stonia" },
|
||||
{ "EG", "\u00c4gypt\u025bn" },
|
||||
{ "ER", "Erytrea" },
|
||||
{ "ES", "Pa\u014b\u00e1" },
|
||||
{ "ET", "Ethiopi\u00e1" },
|
||||
{ "FI", "Finlande" },
|
||||
{ "FJ", "Fiji\u00e1" },
|
||||
{ "FK", "Ma\u014b m\u00e1 Falkland" },
|
||||
{ "FM", "Mikronesia" },
|
||||
{ "FR", "Fala" },
|
||||
{ "GA", "Gab\u0254\u014b" },
|
||||
{ "GB", "Nlamb\u0254\u0301 Ng\u025bl\u025bn" },
|
||||
{ "GD", "Grenada" },
|
||||
{ "GE", "J\u0254rgia" },
|
||||
{ "GF", "Guyane Fala" },
|
||||
{ "GH", "G\u00e1na" },
|
||||
{ "GI", "Gilbratar" },
|
||||
{ "GL", "Greenland" },
|
||||
{ "GM", "Gambia" },
|
||||
{ "GN", "Guine" },
|
||||
{ "GP", "Guadeloup" },
|
||||
{ "GQ", "Guine Ekuatorial" },
|
||||
{ "GR", "Gr\u025bce" },
|
||||
{ "GT", "Guatemala" },
|
||||
{ "GU", "Guam" },
|
||||
{ "GW", "Guine Bisso" },
|
||||
{ "GY", "Guyana" },
|
||||
{ "HN", "\u0186nd\u00faras" },
|
||||
{ "HR", "Kroasia" },
|
||||
{ "HT", "Ha\u00efti" },
|
||||
{ "HU", "\u0186ngr\u00eda" },
|
||||
{ "ID", "Indonesia" },
|
||||
{ "IE", "Irland" },
|
||||
{ "IL", "\u00c4sr\u025bl" },
|
||||
{ "IN", "India" },
|
||||
{ "IO", "Nlamb\u0254\u0301 ng\u025bl\u025bn ma y\u00ed ma\u014b ntsi\u025bh" },
|
||||
{ "IQ", "Irak" },
|
||||
{ "IR", "Iran" },
|
||||
{ "IS", "Island" },
|
||||
{ "IT", "Italia" },
|
||||
{ "JM", "Jamaika" },
|
||||
{ "JO", "J\u0254rdania" },
|
||||
{ "JP", "Jap\u0254n" },
|
||||
{ "KE", "K\u025bnya" },
|
||||
{ "KG", "Kyrgysta\u014b" },
|
||||
{ "KH", "Kambodia" },
|
||||
{ "KI", "Kiribati" },
|
||||
{ "KM", "K\u0254m\u0254r" },
|
||||
{ "KN", "Saint Kitts na Nevis" },
|
||||
{ "KP", "Kor\u00e9 y\u00ed bvu\u0254" },
|
||||
{ "KR", "Kor\u00e9 y\u00ed s\u00ed" },
|
||||
{ "KW", "Kow\u025bit" },
|
||||
{ "KY", "Ma\u014b\u0301 m\u00e1 kumbi" },
|
||||
{ "KZ", "Kazaksta\u014b" },
|
||||
{ "LA", "Laos" },
|
||||
{ "LB", "Liba\u014b" },
|
||||
{ "LC", "Saint Lucia" },
|
||||
{ "LI", "Lishenstein" },
|
||||
{ "LK", "Sri Lanka" },
|
||||
{ "LR", "Liberia" },
|
||||
{ "LS", "Lesoto" },
|
||||
{ "LT", "Lituani\u00e1" },
|
||||
{ "LU", "Luxembourg" },
|
||||
{ "LV", "Latvia" },
|
||||
{ "LY", "Libya" },
|
||||
{ "MA", "Mar\u0254k" },
|
||||
{ "MC", "Monako" },
|
||||
{ "MD", "M\u0254ldavia" },
|
||||
{ "MG", "Madagaskar" },
|
||||
{ "MH", "Ma\u014b\u0301 m\u00e1 Marshall" },
|
||||
{ "MK", "Macedonia" },
|
||||
{ "ML", "Mali" },
|
||||
{ "MM", "Myanmar" },
|
||||
{ "MN", "M\u0254ngolia" },
|
||||
{ "MP", "Ma\u014b\u0301 Mari\u00e1" },
|
||||
{ "MQ", "Martinika" },
|
||||
{ "MR", "Moritania" },
|
||||
{ "MS", "M\u0254nserrat" },
|
||||
{ "MT", "Malta" },
|
||||
{ "MU", "Morisse" },
|
||||
{ "MV", "Maldivia" },
|
||||
{ "MW", "Malawi" },
|
||||
{ "MX", "M\u025bxik" },
|
||||
{ "MY", "Malaysia" },
|
||||
{ "MZ", "Mozambik" },
|
||||
{ "NA", "Namibia" },
|
||||
{ "NC", "Kaledoni nwanah" },
|
||||
{ "NE", "Niger" },
|
||||
{ "NF", "Ma\u014b\u0301 m\u00e1 N\u0254rf\u0254rk" },
|
||||
{ "NG", "Nigeria" },
|
||||
{ "NI", "Nikaragua" },
|
||||
{ "NL", "Ned\u025brland" },
|
||||
{ "NO", "N\u0254rv\u025bg" },
|
||||
{ "NP", "Nepal" },
|
||||
{ "NR", "Noru" },
|
||||
{ "NU", "Niu\u025b" },
|
||||
{ "NZ", "Zeland nwanah" },
|
||||
{ "OM", "Oman" },
|
||||
{ "PA", "Panama" },
|
||||
{ "PE", "Peru" },
|
||||
{ "PF", "Polynesia Fala" },
|
||||
{ "PG", "Guine Papuasi" },
|
||||
{ "PH", "Filipin" },
|
||||
{ "PK", "Pakistan" },
|
||||
{ "PL", "P\u0254l\u0254\u014b" },
|
||||
{ "PM", "Saint Peter ba Mikel\u0254n" },
|
||||
{ "PN", "Pitkairn" },
|
||||
{ "PR", "Pu\u025brto Riko" },
|
||||
{ "PS", "Pal\u025bstin" },
|
||||
{ "PT", "P\u0254rtugal" },
|
||||
{ "PW", "Palo" },
|
||||
{ "PY", "Paraguay" },
|
||||
{ "QA", "Katar" },
|
||||
{ "RE", "R\u00e9uni\u0254n" },
|
||||
{ "RO", "Roumania" },
|
||||
{ "RU", "Russi" },
|
||||
{ "RW", "Rwanda" },
|
||||
{ "SA", "Saudi Arabia" },
|
||||
{ "SB", "Ma\u014b\u0301 m\u00e1 Salom\u0254n" },
|
||||
{ "SC", "Seych\u025blle" },
|
||||
{ "SD", "Suda\u014b" },
|
||||
{ "SE", "Su\u025bd" },
|
||||
{ "SG", "Singapur" },
|
||||
{ "SH", "Saint Lina" },
|
||||
{ "SI", "Slovenia" },
|
||||
{ "SK", "Slovakia" },
|
||||
{ "SL", "Sierra Le\u0254n" },
|
||||
{ "SM", "San Marino" },
|
||||
{ "SN", "Senegal" },
|
||||
{ "SO", "Som\u00e1lia" },
|
||||
{ "SR", "Surinam" },
|
||||
{ "ST", "Sao Tom\u00e9 ba Prinship" },
|
||||
{ "SV", "Salvad\u0254r" },
|
||||
{ "SY", "Syria" },
|
||||
{ "SZ", "Swaziland" },
|
||||
{ "TC", "Ma\u014b\u0301 m\u00e1 Turk na Kaiko" },
|
||||
{ "TD", "Tshad" },
|
||||
{ "TG", "Togo" },
|
||||
{ "TH", "Ta\u00efland" },
|
||||
{ "TJ", "Tajikista\u014b" },
|
||||
{ "TK", "Tokelo" },
|
||||
{ "TL", "Tim\u0254r tsindik\u0113h" },
|
||||
{ "TM", "Turkm\u025bnista\u014b" },
|
||||
{ "TN", "Tunisi\u00e1" },
|
||||
{ "TO", "T\u0254nga" },
|
||||
{ "TR", "Turki" },
|
||||
{ "TT", "Trinidad ba Tob\u00e1g\u00f3" },
|
||||
{ "TV", "Tuval\u00fa" },
|
||||
{ "TW", "Ta\u00efwan" },
|
||||
{ "TZ", "Tanz\u00e1n\u00eda" },
|
||||
{ "UA", "Ukr\u025bn" },
|
||||
{ "UG", "Uganda" },
|
||||
{ "US", "Am\u025b\u0155ka" },
|
||||
{ "UY", "Uruguay" },
|
||||
{ "UZ", "Usb\u01ddkista\u014b" },
|
||||
{ "VA", "Vatika\u014b" },
|
||||
{ "VC", "Saint Vincent ba Grenadines" },
|
||||
{ "VE", "V\u01ddn\u01ddzuela" },
|
||||
{ "VG", "Minsil\u025b\u0301 m\u00edma\u014b m\u00ed ng\u025b\u0304l\u025b\u0304n" },
|
||||
{ "VI", "Minsil\u025b m\u00ed ma\u014b\u0301 m\u00b4Am\u025brka" },
|
||||
{ "VN", "Vi\u025btnam" },
|
||||
{ "VU", "Vanuatu" },
|
||||
{ "WF", "Wallis ba Futuna" },
|
||||
{ "WS", "Samoa" },
|
||||
{ "YE", "Y\u01ddm\u025bn" },
|
||||
{ "YT", "May\u0254t" },
|
||||
{ "ZA", "Afr\u00edka y\u00ed s\u00ed" },
|
||||
{ "ZM", "Zambia" },
|
||||
{ "ZW", "Zimbabw\u01dd" },
|
||||
{ "ak", "Ki\u025bl akan" },
|
||||
{ "am", "Ki\u025bl amaria" },
|
||||
{ "ar", "Ki\u025bl b'\u00e1rabe" },
|
||||
{ "be", "Ki\u025bl belarussie" },
|
||||
{ "bg", "Ki\u025bl bulgaria" },
|
||||
{ "bn", "Ki\u025bl bengalia" },
|
||||
{ "cs", "Ki\u025bl b\u00f3 tch\u025bk" },
|
||||
{ "de", "J\u00e1man" },
|
||||
{ "el", "Ki\u025bl b\u00f3 gr\u025bk" },
|
||||
{ "en", "Ng\u025b\u0304l\u025b\u0304n" },
|
||||
{ "es", "Pa\u014b\u00e1" },
|
||||
{ "fa", "Ki\u025bl p\u025brsia" },
|
||||
{ "fr", "Fala" },
|
||||
{ "ha", "Ki\u025bl m\u00e1w\u00fas\u00e1" },
|
||||
{ "hi", "Ki\u025bl b'indien" },
|
||||
{ "hu", "Ki\u025bl b'\u0254\u0301ngrois" },
|
||||
{ "id", "Ki\u025bl indonesie" },
|
||||
{ "ig", "Ki\u025bl ikbo" },
|
||||
{ "it", "Ki\u025bl italia" },
|
||||
{ "ja", "Ki\u025bl b\u00f3 japon\u025b\u030c" },
|
||||
{ "jv", "Ki\u025bl b\u00f3 javan\u025b\u030c" },
|
||||
{ "km", "Ki\u025bl b\u00f3 m\u025br" },
|
||||
{ "ko", "Ki\u025bl kor\u00e9" },
|
||||
{ "ms", "Ki\u025bl Mal\u025b\u030csi\u0101" },
|
||||
{ "my", "Ki\u025bl birmania" },
|
||||
{ "ne", "Ki\u025bl nepal" },
|
||||
{ "nl", "Ki\u025bl b\u00f3llandais" },
|
||||
{ "pa", "Ki\u025bl p\u025bndjabi" },
|
||||
{ "pl", "Ki\u025bl p\u0254l\u0254\u014be" },
|
||||
{ "pt", "Ki\u025bl b\u00f3 p\u0254\u0304rtug\u025b\u0302" },
|
||||
{ "ro", "Ki\u025bl b\u00f3 rum\u025b\u0302n" },
|
||||
{ "ru", "Ki\u025bl russia" },
|
||||
{ "rw", "Ki\u025bl rwand\u0101" },
|
||||
{ "so", "Ki\u025bl somali\u0101" },
|
||||
{ "sv", "Ki\u025bl b\u00f3 suedois" },
|
||||
{ "ta", "Ki\u025bl tamul" },
|
||||
{ "th", "Ki\u025bl tha\u00ef" },
|
||||
{ "tr", "Ki\u025bl b\u00f3 turk" },
|
||||
{ "uk", "Ki\u025bl b'ukr\u025b\u0304nien" },
|
||||
{ "ur", "Ki\u025bl \u00fardu" },
|
||||
{ "vi", "Ki\u025bl vi\u025btnam" },
|
||||
{ "yo", "Yor\u00fab\u00e2" },
|
||||
{ "zh", "Ki\u025bl b\u00f3 chinois" },
|
||||
{ "zu", "Zulu" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user