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.ln;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_ln_CD extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "2" },
|
||||
{ "minimalDaysInFirstWeek", "1" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
@@ -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.ln;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_ln_CG 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/ln/CurrencyNames_ln.java
Normal file
128
jdkSrc/jdk8/sun/util/resources/cldr/ln/CurrencyNames_ln.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.ln;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_ln extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "aed", "Diriham\u025b ya L\u00e9mila alabo" },
|
||||
{ "aoa", "Kwanza ya Ang\u00f3la" },
|
||||
{ "aud", "Dolar\u025b ya Ositali" },
|
||||
{ "bhd", "Dinar\u025b ya Bahr\u025bn\u025b" },
|
||||
{ "bif", "Fal\u00e1nga ya Burundi" },
|
||||
{ "bwp", "Pula ya Botswana" },
|
||||
{ "cad", "Dolar\u025b ya Kanad\u00e1" },
|
||||
{ "cdf", "Fal\u00e1nga ya Kong\u00f3" },
|
||||
{ "chf", "Fal\u00e1nga ya Swis\u025b" },
|
||||
{ "cny", "Yuan\u025b Renminbi ya Sin\u025b" },
|
||||
{ "cve", "Esikudo ya Kapev\u025br\u025b" },
|
||||
{ "djf", "Fal\u00e1nga ya Dzibuti" },
|
||||
{ "dzd", "Dinar\u025b ya Alizeri" },
|
||||
{ "egp", "Paun\u025b ya Ez\u00edpit\u025b" },
|
||||
{ "ern", "Nakfa ya Elitl\u025b" },
|
||||
{ "etb", "Bir\u025b ya Etsi\u00f3pi" },
|
||||
{ "eur", "\u0190l\u0254\u0301" },
|
||||
{ "gbp", "Paun\u025b ya Ang\u025bl\u025bt\u025b\u0301l\u025b" },
|
||||
{ "ghc", "Sedi ya Gana" },
|
||||
{ "gmd", "Dalasi ya Gambi" },
|
||||
{ "gns", "Fal\u00e1nga ya Gin\u025b" },
|
||||
{ "inr", "Rupi ya \u00cdnd\u025b" },
|
||||
{ "jpy", "Yeni ya Zap\u0254" },
|
||||
{ "kes", "Shiling\u025b ya Kenya" },
|
||||
{ "kmf", "Fal\u00e1nga ya Komoro" },
|
||||
{ "lrd", "Dolar\u025b ya Liberya" },
|
||||
{ "lsl", "Loti ya Les\u00f3to" },
|
||||
{ "lyd", "Dinar\u025b ya Lib\u00ed" },
|
||||
{ "mad", "Dirihame ya Marok\u025b" },
|
||||
{ "mga", "Fal\u00e1nga ya Madagasikar\u025b" },
|
||||
{ "mro", "Ugwiya ya Moritani" },
|
||||
{ "mur", "Rupi ya Morisi" },
|
||||
{ "mwk", "Kwasha ya Malawi" },
|
||||
{ "mzm", "Metikali ya Mozambiki" },
|
||||
{ "nad", "Dolar\u025b ya Namibi" },
|
||||
{ "ngn", "Naira ya Nizerya" },
|
||||
{ "rwf", "Fal\u00e1nga ya Rwanda" },
|
||||
{ "sar", "Riyal\u025b ya Alabi Sawudit\u025b" },
|
||||
{ "scr", "Rupi ya S\u025bsh\u025bl\u025b" },
|
||||
{ "sdg", "Dinar\u025b ya Sud\u00e1" },
|
||||
{ "sdp", "Paun\u025b ya Sud\u00e1" },
|
||||
{ "shp", "Paun\u025b ya S\u00e1ntu elena" },
|
||||
{ "sll", "Leon\u025b" },
|
||||
{ "sos", "Shiling\u025b ya Somali" },
|
||||
{ "std", "Dobra ya Sao Tom\u00e9 mp\u00e9 Presipe" },
|
||||
{ "szl", "Lilangeni" },
|
||||
{ "tnd", "Dinar\u025b ya Tinizi" },
|
||||
{ "tzs", "Shiling\u025b ya Tanzani" },
|
||||
{ "ugx", "Shiling\u025b ya Uganda" },
|
||||
{ "usd", "Dolar\u025b ya Ameriki" },
|
||||
{ "xaf", "Fal\u00e1nga CFA BEAC" },
|
||||
{ "xof", "Fal\u00e1nga CFA BCEAO" },
|
||||
{ "zar", "Rand\u025b ya Afr\u00edka S\u00fadi" },
|
||||
{ "zmk", "Kwasha ya Zambi" },
|
||||
{ "zwd", "Dolar\u025b ya Zimbabw\u025b" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
343
jdkSrc/jdk8/sun/util/resources/cldr/ln/LocaleNames_ln.java
Normal file
343
jdkSrc/jdk8/sun/util/resources/cldr/ln/LocaleNames_ln.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.ln;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_ln extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "AD", "Andor\u025b" },
|
||||
{ "AE", "L\u025bmila alabo" },
|
||||
{ "AF", "Afiganisit\u00e1" },
|
||||
{ "AG", "Antiga mp\u00e9 Barbuda" },
|
||||
{ "AI", "Angiy\u025b" },
|
||||
{ "AL", "Alibani" },
|
||||
{ "AM", "Am\u025bni" },
|
||||
{ "AN", "Antiy\u025b ya Oland\u025b" },
|
||||
{ "AO", "Ang\u00f3la" },
|
||||
{ "AR", "Arizantin\u025b" },
|
||||
{ "AS", "Samoa ya Ameriki" },
|
||||
{ "AT", "Otilisi" },
|
||||
{ "AU", "Osit\u00e1li" },
|
||||
{ "AW", "Aruba" },
|
||||
{ "AZ", "Az\u025bl\u025bbaiz\u00e1" },
|
||||
{ "BA", "Bosini mp\u00e9 Hezegovine" },
|
||||
{ "BB", "Bar\u025bbad\u025b" },
|
||||
{ "BD", "Bengalid\u025bsi" },
|
||||
{ "BE", "Beleziki" },
|
||||
{ "BF", "Bukina Faso" },
|
||||
{ "BG", "Biligari" },
|
||||
{ "BH", "Bahr\u025bn\u025b" },
|
||||
{ "BI", "Burundi" },
|
||||
{ "BJ", "Ben\u025b" },
|
||||
{ "BM", "Bermuda" },
|
||||
{ "BN", "Brineyi" },
|
||||
{ "BO", "Bolivi" },
|
||||
{ "BR", "Brez\u00edl\u025b" },
|
||||
{ "BS", "Bahamas\u025b" },
|
||||
{ "BT", "But\u00e1ni" },
|
||||
{ "BW", "Botswana" },
|
||||
{ "BY", "Byelorisi" },
|
||||
{ "BZ", "Beliz\u025b" },
|
||||
{ "CA", "Kanada" },
|
||||
{ "CD", "Repibiki demokratiki ya Kong\u00f3" },
|
||||
{ "CF", "Repibiki ya Afr\u00edka ya K\u00e1ti" },
|
||||
{ "CG", "Kongo" },
|
||||
{ "CH", "Swis\u025b" },
|
||||
{ "CI", "Kot\u00eddivual\u025b" },
|
||||
{ "CK", "Bisanga bya Kook\u025b" },
|
||||
{ "CL", "S\u00edli" },
|
||||
{ "CM", "Kam\u025brune" },
|
||||
{ "CN", "Sin\u025b" },
|
||||
{ "CO", "Kolombi" },
|
||||
{ "CR", "Kositarika" },
|
||||
{ "CS", "Serebi mp\u00e9 Mont\u00e9negro" },
|
||||
{ "CU", "Kiba" },
|
||||
{ "CV", "Bisanga bya Kapev\u025br\u025b" },
|
||||
{ "CY", "S\u00edp\u025bl\u025b" },
|
||||
{ "CZ", "Repibiki Tsek\u025b" },
|
||||
{ "DE", "Alemani" },
|
||||
{ "DJ", "Dzibuti" },
|
||||
{ "DK", "Dan\u025bmarike" },
|
||||
{ "DM", "Dom\u00ednike" },
|
||||
{ "DO", "Repibiki ya Dom\u00ednik\u025b" },
|
||||
{ "DZ", "Aliz\u025bri" },
|
||||
{ "EC", "Ekwat\u025b\u0301l\u025b" },
|
||||
{ "EE", "Esitoni" },
|
||||
{ "EG", "Ez\u00edpite" },
|
||||
{ "ER", "Elitel\u025b" },
|
||||
{ "ES", "Esipanye" },
|
||||
{ "ET", "Ets\u00edopi" },
|
||||
{ "FI", "Filand\u025b" },
|
||||
{ "FJ", "Fidzi" },
|
||||
{ "FK", "Bisanga bya Maluni" },
|
||||
{ "FM", "Mikronezi" },
|
||||
{ "FR", "Fal\u00e1ns\u025b" },
|
||||
{ "GA", "Gab\u0254" },
|
||||
{ "GB", "Ang\u025bl\u025bt\u025b\u0301l\u025b" },
|
||||
{ "GD", "Gelenad\u025b" },
|
||||
{ "GE", "Zorzi" },
|
||||
{ "GF", "Giyan\u025b ya Fal\u00e1ns\u025b" },
|
||||
{ "GH", "Gana" },
|
||||
{ "GI", "Zibatal\u025b" },
|
||||
{ "GL", "Gowelande" },
|
||||
{ "GM", "Gambi" },
|
||||
{ "GN", "Gin\u025b" },
|
||||
{ "GP", "Gwad\u025blup\u025b" },
|
||||
{ "GQ", "Gin\u025b\u0301kwat\u025b\u0301l\u025b" },
|
||||
{ "GR", "Geleki" },
|
||||
{ "GT", "Gwat\u00e9mala" },
|
||||
{ "GU", "Gwam\u025b" },
|
||||
{ "GW", "Gin\u025bbisau" },
|
||||
{ "GY", "Giyane" },
|
||||
{ "HN", "Onduras\u025b" },
|
||||
{ "HR", "Krowasi" },
|
||||
{ "HT", "Ayiti" },
|
||||
{ "HU", "Ongili" },
|
||||
{ "ID", "Indonezi" },
|
||||
{ "IE", "Ireland\u025b" },
|
||||
{ "IL", "Isirayel\u025b" },
|
||||
{ "IN", "\u00cdnd\u025b" },
|
||||
{ "IO", "Mabel\u00e9 ya Ang\u025bl\u025bt\u025b\u0301l\u025b na mb\u00fa ya Indiya" },
|
||||
{ "IQ", "Iraki" },
|
||||
{ "IR", "Ir\u00e2" },
|
||||
{ "IS", "Isiland\u025b" },
|
||||
{ "IT", "Itali" },
|
||||
{ "JM", "Zamaiki" },
|
||||
{ "JO", "Z\u0254dani" },
|
||||
{ "JP", "Zap\u0254" },
|
||||
{ "KE", "Kenya" },
|
||||
{ "KG", "Kigizisit\u00e1" },
|
||||
{ "KH", "Kambodza" },
|
||||
{ "KI", "Kiribati" },
|
||||
{ "KM", "Komor\u025b" },
|
||||
{ "KN", "S\u00e1ntu kr\u00edstofe mp\u00e9 Nev\u025b\u0300s" },
|
||||
{ "KP", "Kor\u025b ya n\u0254\u0301rdi" },
|
||||
{ "KR", "Kor\u025b ya s\u00fadi" },
|
||||
{ "KW", "Koweti" },
|
||||
{ "KY", "Bisanga bya Kay\u00edma" },
|
||||
{ "KZ", "Kazakisit\u00e1" },
|
||||
{ "LA", "Lawosi" },
|
||||
{ "LB", "Lib\u00e1" },
|
||||
{ "LC", "S\u00e1ntu lisi" },
|
||||
{ "LI", "Lish\u025bteni" },
|
||||
{ "LK", "Sirilanka" },
|
||||
{ "LR", "Lib\u00e9riya" },
|
||||
{ "LS", "Lesoto" },
|
||||
{ "LT", "Litwani" },
|
||||
{ "LU", "Likisambulu" },
|
||||
{ "LV", "Letoni" },
|
||||
{ "LY", "Lib\u00ed" },
|
||||
{ "MA", "Marok\u025b" },
|
||||
{ "MC", "Monako" },
|
||||
{ "MD", "Molidavi" },
|
||||
{ "MG", "Madagasikari" },
|
||||
{ "MH", "Bisanga bya Marishal\u025b" },
|
||||
{ "MK", "Masedwan\u025b" },
|
||||
{ "ML", "Mal\u00ed" },
|
||||
{ "MN", "Mongol\u00ed" },
|
||||
{ "MP", "Bisanga bya Marian\u025b ya n\u0254\u0301rdi" },
|
||||
{ "MQ", "Martiniki" },
|
||||
{ "MR", "Moritani" },
|
||||
{ "MS", "M\u0254sera" },
|
||||
{ "MT", "Malit\u025b" },
|
||||
{ "MU", "Moris\u025b" },
|
||||
{ "MV", "Mad\u00edv\u025b" },
|
||||
{ "MW", "Malawi" },
|
||||
{ "MX", "Meksike" },
|
||||
{ "MY", "Malezi" },
|
||||
{ "MZ", "Mozamb\u00edki" },
|
||||
{ "NA", "Namibi" },
|
||||
{ "NC", "Kaledoni ya sika" },
|
||||
{ "NE", "Niz\u025br\u025b" },
|
||||
{ "NF", "Esanga Norfok\u025b" },
|
||||
{ "NG", "Nizerya" },
|
||||
{ "NI", "Nikaragwa" },
|
||||
{ "NL", "Oland\u025b" },
|
||||
{ "NO", "Norivez\u025b" },
|
||||
{ "NP", "Nep\u00e1l\u025b" },
|
||||
{ "NR", "Nauru" },
|
||||
{ "NU", "Nyu\u00e9" },
|
||||
{ "NZ", "Zeland\u025b ya sika" },
|
||||
{ "OM", "Om\u00e1n\u025b" },
|
||||
{ "PA", "Panama" },
|
||||
{ "PE", "P\u00e9ru" },
|
||||
{ "PF", "Polinezi ya Fal\u00e1ns\u025b" },
|
||||
{ "PG", "Papwazi Gin\u025b ya sika" },
|
||||
{ "PH", "Filipin\u025b" },
|
||||
{ "PK", "Pakisit\u00e1" },
|
||||
{ "PL", "Poloni" },
|
||||
{ "PM", "S\u00e1ntu p\u00e9t\u00e9to mp\u00e9 Mikel\u0254" },
|
||||
{ "PN", "Pikairni" },
|
||||
{ "PR", "P\u0254toriko" },
|
||||
{ "PS", "Pal\u025bsine" },
|
||||
{ "PT", "Put\u00falug\u025bsi" },
|
||||
{ "PW", "Palau" },
|
||||
{ "PY", "Palagwei" },
|
||||
{ "QA", "Katari" },
|
||||
{ "RE", "Lenyo" },
|
||||
{ "RO", "Romani" },
|
||||
{ "RU", "Ris\u00ed" },
|
||||
{ "RW", "Rwanda" },
|
||||
{ "SA", "Alabi Sawudit\u025b" },
|
||||
{ "SB", "Bisanga Solom\u0254" },
|
||||
{ "SC", "S\u025bsh\u025bl\u025b" },
|
||||
{ "SD", "Sud\u00e1" },
|
||||
{ "SE", "Sw\u00e9d\u025b" },
|
||||
{ "SG", "Singapur\u025b" },
|
||||
{ "SH", "S\u00e1ntu eleni" },
|
||||
{ "SI", "Siloveni" },
|
||||
{ "SK", "Silovaki" },
|
||||
{ "SL", "Siera Leon\u025b" },
|
||||
{ "SM", "S\u00e1ntu Marin\u025b" },
|
||||
{ "SN", "Senegal\u025b" },
|
||||
{ "SO", "Somali" },
|
||||
{ "SR", "Surinam\u025b" },
|
||||
{ "ST", "Sao Tom\u00e9 mp\u00e9 Presip\u025b" },
|
||||
{ "SV", "Savad\u0254r\u025b" },
|
||||
{ "SY", "Sir\u00ed" },
|
||||
{ "SZ", "Swazilandi" },
|
||||
{ "TC", "Bisanga bya Turki mp\u00e9 Kaiko" },
|
||||
{ "TD", "Ts\u00e1di" },
|
||||
{ "TG", "Togo" },
|
||||
{ "TH", "Tailand\u025b" },
|
||||
{ "TJ", "Tazikisit\u00e1" },
|
||||
{ "TK", "Tokelau" },
|
||||
{ "TL", "Timor\u025b ya Moni\u025bl\u025b" },
|
||||
{ "TM", "Tik\u025bm\u00e9nisit\u00e1" },
|
||||
{ "TN", "Tinizi" },
|
||||
{ "TO", "Tonga" },
|
||||
{ "TR", "Tiliki" },
|
||||
{ "TT", "Tinidad\u025b mp\u00e9 Tobago" },
|
||||
{ "TV", "Tuvalu" },
|
||||
{ "TW", "Taiwanin" },
|
||||
{ "TZ", "Tanzani" },
|
||||
{ "UA", "Ikr\u025bni" },
|
||||
{ "UG", "Uganda" },
|
||||
{ "US", "Ameriki" },
|
||||
{ "UY", "Irigwei" },
|
||||
{ "UZ", "Uzib\u025bkisit\u00e1" },
|
||||
{ "VA", "Vatik\u00e1" },
|
||||
{ "VC", "S\u00e1ntu ves\u00e1 mp\u00e9 Gelenadin\u025b" },
|
||||
{ "VE", "Ven\u00e9zuela" },
|
||||
{ "VG", "Bisanga bya Vierzi ya Ang\u025bl\u025bt\u025b\u0301l\u025b" },
|
||||
{ "VI", "Bisanga bya Vierzi ya Ameriki" },
|
||||
{ "VN", "Viyetinam\u025b" },
|
||||
{ "VU", "Vanuatu" },
|
||||
{ "WF", "Walis\u025b mp\u00e9 Futuna" },
|
||||
{ "WS", "Samoa" },
|
||||
{ "YE", "Yem\u025bn\u025b" },
|
||||
{ "YT", "Mayot\u025b" },
|
||||
{ "ZA", "Afr\u00edka ya S\u00fadi" },
|
||||
{ "ZM", "Zambi" },
|
||||
{ "ZW", "Zimbabwe" },
|
||||
{ "ak", "akan" },
|
||||
{ "am", "liamariki" },
|
||||
{ "ar", "lialabo" },
|
||||
{ "be", "libyeloris\u00ed" },
|
||||
{ "bg", "libiligali" },
|
||||
{ "bn", "libengali" },
|
||||
{ "cs", "litshek\u025b" },
|
||||
{ "de", "lialem\u00e1" },
|
||||
{ "el", "ligeleki" },
|
||||
{ "en", "ling\u025bl\u025b\u0301sa" },
|
||||
{ "es", "lisipanye" },
|
||||
{ "fa", "lipel\u00e9san\u025b" },
|
||||
{ "fr", "lifalans\u025b\u0301" },
|
||||
{ "ha", "hausa" },
|
||||
{ "hi", "lihindi" },
|
||||
{ "hu", "liongili" },
|
||||
{ "id", "lindonezi" },
|
||||
{ "ig", "igbo" },
|
||||
{ "it", "litaliano" },
|
||||
{ "ja", "lizap\u0254" },
|
||||
{ "jv", "lizava" },
|
||||
{ "km", "likambodza" },
|
||||
{ "ko", "likoreya" },
|
||||
{ "ln", "ling\u00e1la" },
|
||||
{ "ms", "limalezi" },
|
||||
{ "my", "libilim\u00e1" },
|
||||
{ "ne", "linepal\u025b" },
|
||||
{ "nl", "lifalam\u00e1" },
|
||||
{ "pa", "lipendzabi" },
|
||||
{ "pl", "lipolon\u025b" },
|
||||
{ "pt", "lipulutug\u025b\u0301si" },
|
||||
{ "ro", "liromani" },
|
||||
{ "ru", "liris\u00ed" },
|
||||
{ "rw", "kinyarwanda" },
|
||||
{ "so", "lisomali" },
|
||||
{ "sv", "lisuwed\u025b" },
|
||||
{ "ta", "litamuli" },
|
||||
{ "th", "litaye" },
|
||||
{ "tr", "litiliki" },
|
||||
{ "uk", "likr\u025bni" },
|
||||
{ "ur", "liurdu" },
|
||||
{ "vi", "liviyetin\u00e1mi" },
|
||||
{ "yo", "yoruba" },
|
||||
{ "zh", "lisinwa" },
|
||||
{ "zu", "zulu" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user