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.vai;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_vai_Latn_LR 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.vai;
|
||||
|
||||
import java.util.ListResourceBundle;
|
||||
|
||||
public class CalendarData_vai_Vaii_LR extends ListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "firstDayOfWeek", "2" },
|
||||
{ "minimalDaysInFirstWeek", "1" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
126
jdkSrc/jdk8/sun/util/resources/cldr/vai/CurrencyNames_vai.java
Normal file
126
jdkSrc/jdk8/sun/util/resources/cldr/vai/CurrencyNames_vai.java
Normal file
@@ -0,0 +1,126 @@
|
||||
/*
|
||||
* 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.vai;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_vai extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "LRD", "$" },
|
||||
{ "aed", "\ua5b3\ua56f\ua524\ua5f3 \ua549\ua55f\ua52c \ua5e1\ua546\ua513\ua53b \ua535\ua54c\ua546" },
|
||||
{ "aoa", "\ua549\ua590\ua55e \ua5b4\ua54e\ua60b\ua564" },
|
||||
{ "aud", "\ua5ba\ua53b\ua5a4\ua503\ua537\ua569 \ua55c\ua55e\ua54c" },
|
||||
{ "bhd", "\ua551\ua5f8\ua60b" },
|
||||
{ "bif", "\ua59c\ua5a9\ua53a \ua5a2\ua55f\ua60b\ua543" },
|
||||
{ "bwp", "\ua577\ua5ac\ua54e\ua56f \ua59b\ua55e" },
|
||||
{ "cad", "\ua56a\ua56f\ua55c \ua55c\ua55e\ua54c" },
|
||||
{ "cdf", "\ua58f\ua590\ua571 \ua5a2\ua55f\ua60b\ua543" },
|
||||
{ "chf", "\ua5ac\ua503\ua564 \ua5a8\ua56e\ua54a \ua5a2\ua55f\ua60b\ua543" },
|
||||
{ "cny", "\ua566\ua547\ua527 \ua5b3\ua54e\ua60b \ua513\ua546\ua60b\ua52c" },
|
||||
{ "cve", "\ua5e1\ua53b\ua5b4\ua581 \ua56a\ua577\ua5f2\ua5e1\ua535\ua569\ua586" },
|
||||
{ "djf", "\ua540\ua59c\ua533 \ua5a2\ua55f\ua60b\ua543" },
|
||||
{ "dzd", "\ua549\ua537\ua540\ua538\ua569 \ua535\ua56f" },
|
||||
{ "egp", "\ua546\ua53b\ua55e \ua5c1\ua5bb\ua60b" },
|
||||
{ "ern", "\ua500\ua538\ua533\ua55f \ua5c1\ua5bb\ua60b" },
|
||||
{ "etb", "\ua524\ua57f\ua58e\ua52a\ua569 \ua52b\ua524" },
|
||||
{ "eur", "\ua5b3\ua584" },
|
||||
{ "gbp", "\ua51b\ua51f\ua53b \ua5c1\ua5bb\ua60b \ua53b\ua5f3\ua537\ua60b" },
|
||||
{ "ghc", "\ua56d\ua54c\ua56f \ua53b\ua535" },
|
||||
{ "gmd", "\ua56d\ua52d\ua569 \ua55c\ua55e\ua53b" },
|
||||
{ "gns", "\ua545\ua524\ua547 \ua5a2\ua55f\ua60b\ua543" },
|
||||
{ "inr", "\ua524\ua53a\ua569 \ua5a9\ua52a" },
|
||||
{ "jpy", "\ua567\ua550\ua547\ua527 \ua602\ua60b" },
|
||||
{ "kes", "\ua51e\ua570 \ua53b\ua51d\ua60b" },
|
||||
{ "kmf", "\ua58f\ua592\ua584 \ua5a2\ua55f\ua60b\ua543" },
|
||||
{ "lrd", "\ua55e\ua524\ua52b\ua569 \ua55c\ua55e\ua54c" },
|
||||
{ "lsl", "\ua537\ua587\ua57f \ua583\ua533" },
|
||||
{ "lyd", "\ua537\ua52b\ua569 \ua535\ua56f" },
|
||||
{ "mad", "\ua5de\ua55f\ua58f \ua535\ua54c\ua546" },
|
||||
{ "mga", "\ua56e\ua55e\ua56d\ua54c\ua53b \ua549\ua538\ua569\ua538" },
|
||||
{ "mro", "\ua5de\ua538\ua55a\ua547\ua570 \ua5b3\ua545\ua569" },
|
||||
{ "mur", "\ua5de\ua513\ua5d4 \ua5a9\ua52a" },
|
||||
{ "mwk", "\ua56e\ua55e\ua54c\ua528 \ua5b4\ua54e\ua566" },
|
||||
{ "mzm", "\ua5de\ua564\ua52d\ua543 \ua546\ua533\ua56a" },
|
||||
{ "nad", "\ua56f\ua546\ua52b\ua569 \ua55c\ua55e\ua54c" },
|
||||
{ "ngn", "\ua56f\ua524\ua540\ua538\ua569 \ua56f\ua524\ua55f" },
|
||||
{ "rwf", "\ua55f\ua599\ua561 \ua5a2\ua55f\ua60b\ua543" },
|
||||
{ "sar", "\ua562\ua599\ua535 \ua538\ua569\ua537" },
|
||||
{ "scr", "\ua516\ua5fc\ua537 \ua5a9\ua52a" },
|
||||
{ "sdg", "\ua5ac\ua5f5\ua60b \ua5c1\ua5bb\ua60b" },
|
||||
{ "shp", "\ua53b\ua60b \ua5e5\ua537\ua56f \ua5c1\ua5bb\ua60b" },
|
||||
{ "sll", "\ua537\ua5da\ua60b" },
|
||||
{ "sos", "\ua587\ua56e\ua537 \ua53b\ua51d\ua60b" },
|
||||
{ "std", "\ua562\ua574 \ua57f\ua508 \ua5ea \ua549 \ua557\ua574 \ua581\ua59c\ua55f" },
|
||||
{ "szl", "\ua537\ua55e\ua51f\ua547" },
|
||||
{ "tnd", "\ua5a4\ua547\ua53b\ua569 \ua535\ua56f" },
|
||||
{ "tzs", "\ua55a\ua60b\ua564\ua547\ua570 \ua53b\ua51d\ua60b" },
|
||||
{ "ugx", "\ua5b3\ua56d\ua561 \ua53b\ua51d\ua60b" },
|
||||
{ "usd", "\ua576\ua571 \ua55c\ua55e" },
|
||||
{ "zar", "\ua549\ua531\ua538\ua56a \ua5db\ua524 \ua512\ua60b\ua5e3 \ua5cf \ua55f\ua60b\ua535" },
|
||||
{ "zmk", "\ua564\ua52d\ua569 \ua5b4\ua54e\ua566" },
|
||||
{ "zwd", "\ua53d\ua553\ua59c\ua503 \ua55c\ua55e" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,127 @@
|
||||
/*
|
||||
* 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.vai;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class CurrencyNames_vai_Latn extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "LRD", "$" },
|
||||
{ "aed", "Yunait\u025b Arabhi \u0190mire Dihami" },
|
||||
{ "aoa", "Angola Kuwa\u014bza" },
|
||||
{ "aud", "\u0186\u0301situwa Dala" },
|
||||
{ "bhd", "Bhar\u025b\u014b Dina" },
|
||||
{ "bif", "Bhurundi Fura\u014bki" },
|
||||
{ "bwp", "Bhosuwana Pula" },
|
||||
{ "cad", "Kanada Dala" },
|
||||
{ "cdf", "K\u00f3ngo Fura\u014bki" },
|
||||
{ "chf", "Suwesi Fura\u014bki" },
|
||||
{ "cny", "Chan\u00ed\u0129 Yuwa\u014b R\u025b\u014bmimbi" },
|
||||
{ "cve", "\u0190sikudo Cabov\u025bdiyano" },
|
||||
{ "djf", "Jibhuti Fura\u014bki" },
|
||||
{ "dzd", "Agiriya Dina" },
|
||||
{ "egp", "M\u00eds\u00e9la P\u0254\u0254\u0303" },
|
||||
{ "ern", "\u0190ritera Nakifa" },
|
||||
{ "etb", "\u00cdtiyopiya Bhii" },
|
||||
{ "eur", "Yuro" },
|
||||
{ "gbp", "Jeng\u00e9si P\u0254\u0254\u0303 Sit\u025b\u0301li\u014b" },
|
||||
{ "ghc", "Gana Sidi" },
|
||||
{ "gmd", "Gambiya Dalasi" },
|
||||
{ "gns", "Gini Fura\u014bki" },
|
||||
{ "inr", "\u00cdndiya Rupi" },
|
||||
{ "jpy", "Japani\u0129 Y\u025b\u014b" },
|
||||
{ "kes", "K\u00e9nya Siye\u014b" },
|
||||
{ "kmf", "Komoro Fura\u014bki" },
|
||||
{ "lrd", "Laibhiya Dala" },
|
||||
{ "lsl", "Lis\u00f3to Loti" },
|
||||
{ "lyd", "Libhiya Dina" },
|
||||
{ "mad", "M\u0254roko Dihami" },
|
||||
{ "mga", "Malagasi Ariyari" },
|
||||
{ "mro", "M\u0254retani Yugiya" },
|
||||
{ "mur", "M\u0254resh\u0254 Rupi" },
|
||||
{ "mwk", "Malawi Kuwacha" },
|
||||
{ "mzm", "Mozambiki M\u025btikali" },
|
||||
{ "nad", "Namibiya Dala" },
|
||||
{ "ngn", "Na\u0129jiriya Na\u0129ra" },
|
||||
{ "rwf", "Rawunda Fura\u014bki" },
|
||||
{ "sar", "Lahabu Sawodi Riya" },
|
||||
{ "sdg", "Sudani\u0129 P\u0254\u0254\u0303" },
|
||||
{ "shp", "Si\u014b H\u025blina P\u0254\u0254\u0303" },
|
||||
{ "sll", "Liy\u0254\u0254\u0300" },
|
||||
{ "sos", "Somaliya Siye\u014b" },
|
||||
{ "std", "Sawo Tombe \u0253\u025b a Gbawo Dobura" },
|
||||
{ "szl", "Lilangeni" },
|
||||
{ "tnd", "Tunisiya Dina" },
|
||||
{ "tzs", "Ta\u014bzaniya Siye\u014b" },
|
||||
{ "ugx", "Yuganda Siye\u014b" },
|
||||
{ "usd", "Poo Dala" },
|
||||
{ "xaf", "\u00c1f\u00edr\u00edka T\u025b Sifa" },
|
||||
{ "xof", "\u00c1f\u00edr\u00edka Tele J\u00ed\u00ed Sifa" },
|
||||
{ "zar", "Afirika K\u0254i Le\u014b\u014b\u025b l\u0254 Randi" },
|
||||
{ "zmk", "Zambiya Kuwacha" },
|
||||
{ "zwd", "Zimbhabhuwe Dala" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
343
jdkSrc/jdk8/sun/util/resources/cldr/vai/LocaleNames_vai.java
Normal file
343
jdkSrc/jdk8/sun/util/resources/cldr/vai/LocaleNames_vai.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.vai;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_vai extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "AD", "\ua549\ua586\ua55f" },
|
||||
{ "AE", "\ua5b3\ua56f\ua524\ua5f3 \ua549\ua55f\ua52c \ua5e1\ua546\ua513\ua53b" },
|
||||
{ "AF", "\ua549\ua531\ua56d\ua515\ua53b\ua55a\ua60b" },
|
||||
{ "AG", "\ua549\ua60b\ua533\ua5b6\ua54e \ua5ea \ua551\ua59c\ua55c" },
|
||||
{ "AI", "\ua549\ua544\ua55e" },
|
||||
{ "AL", "\ua549\ua537\ua551\ua547\ua569" },
|
||||
{ "AM", "\ua549\ua546\ua56f" },
|
||||
{ "AN", "\ua609\ua55c \ua5a8\ua56e\ua54a \ua549\ua60b\ua533\ua537" },
|
||||
{ "AO", "\ua549\ua590\ua55e" },
|
||||
{ "AR", "\ua549\ua600\ua60b\ua533\ua56f" },
|
||||
{ "AS", "\ua576\ua571 \ua562\ua579\ua54e" },
|
||||
{ "AT", "\ua5ba\ua53b\ua5a4\ua54e" },
|
||||
{ "AU", "\ua5ba\ua5ac\ua5a4\ua503\ua537\ua569" },
|
||||
{ "AW", "\ua549\ua5a9\ua551" },
|
||||
{ "AZ", "\ua549\ua564\ua551\ua524\ua567\ua60b" },
|
||||
{ "BA", "\ua577\ua53b\ua547\ua570 \ua5ea \ua5e5\ua564\ua591\ua532\ua56f" },
|
||||
{ "BB", "\ua551\ua506\ua581\ua53b" },
|
||||
{ "BD", "\ua551\ua545\ua55e\ua5f5\ua53c" },
|
||||
{ "BE", "\ua5e9\ua540\ua5da\ua60b" },
|
||||
{ "BF", "\ua577\ua543\ua56f \ua558\ua587" },
|
||||
{ "BG", "\ua5c2\ua520\ua538\ua569" },
|
||||
{ "BH", "\ua551\ua5f8\ua60b" },
|
||||
{ "BI", "\ua59c\ua5a9\ua53a" },
|
||||
{ "BJ", "\ua5e9\ua547\ua60b" },
|
||||
{ "BM", "\ua5e9\ua5b7\ua55c" },
|
||||
{ "BN", "\ua59c\ua5a9\ua609\ua527" },
|
||||
{ "BO", "\ua577\ua537\ua532\ua569" },
|
||||
{ "BR", "\ua59c\ua55f\ua518\ua500" },
|
||||
{ "BS", "\ua551\ua54c\ua56e\ua53b" },
|
||||
{ "BT", "\ua59c\ua55a\ua60b" },
|
||||
{ "BW", "\ua577\ua5ac\ua54e\ua56f" },
|
||||
{ "BY", "\ua5e9\ua55e\ua5a9\ua53b" },
|
||||
{ "BZ", "\ua506\ua537\ua518" },
|
||||
{ "CA", "\ua56a\ua56f\ua55c" },
|
||||
{ "CD", "\ua58f\ua590 \ua5f5\ua5de\ua5b4\ua55f\ua50e \ua578\ua583\ua500" },
|
||||
{ "CF", "\ua549\ua531\ua538\ua56a \ua5f3 \ua5f3 \ua578\ua583\ua500" },
|
||||
{ "CG", "\ua58f\ua590" },
|
||||
{ "CH", "\ua5ac\ua503\ua564 \ua5a8\ua56e\ua54a" },
|
||||
{ "CI", "\ua58f\ua533 \ua57e\ua54e" },
|
||||
{ "CK", "\ua58f\ua543 \ua533\ua60b\ua5e3" },
|
||||
{ "CL", "\ua51a\ua537" },
|
||||
{ "CM", "\ua56a\ua508\ua5a9\ua60b" },
|
||||
{ "CN", "\ua566\ua524\ua56f" },
|
||||
{ "CO", "\ua5db\ua5cf\ua52d\ua569" },
|
||||
{ "CR", "\ua58f\ua53b\ua55a \ua538\ua56a" },
|
||||
{ "CS", "\ua5fb\ua5e1\ua52b\ua569 \ua5ea \ua5de\ua60b\ua533\ua547\ua5b6\ua584" },
|
||||
{ "CU", "\ua543\ua5b3\ua551" },
|
||||
{ "CV", "\ua51e\ua52a \ua5f2\ua535 \ua533\ua60b\ua5e3" },
|
||||
{ "CY", "\ua562\ua5e1\ua59b\ua5d0\ua53b" },
|
||||
{ "CZ", "\ua5ff\ua543 \ua578\ua583\ua500" },
|
||||
{ "DE", "\ua567\ua56e\ua527" },
|
||||
{ "DJ", "\ua540\ua59c\ua533" },
|
||||
{ "DK", "\ua55c\ua547\ua56e\ua543" },
|
||||
{ "DM", "\ua581\ua546\ua547\ua56a" },
|
||||
{ "DO", "\ua581\ua546\ua547\ua56a\ua60b \ua578\ua571\ua500" },
|
||||
{ "DZ", "\ua549\ua537\ua520\ua538\ua569" },
|
||||
{ "EC", "\ua5e1\ua5b4\ua503\ua5cd" },
|
||||
{ "EE", "\ua5e1\ua53b\ua57f\ua547\ua570" },
|
||||
{ "EG", "\ua546\ua516\ua55e" },
|
||||
{ "ER", "\ua500\ua538\ua533\ua55f" },
|
||||
{ "ES", "\ua550\ua60a\ua527" },
|
||||
{ "ET", "\ua524\ua533\ua58e\ua52a\ua569" },
|
||||
{ "FI", "\ua531\ua60b \ua5a8\ua56e\ua54a" },
|
||||
{ "FJ", "\ua531\ua524\ua540" },
|
||||
{ "FK", "\ua558\ua537\ua543 \ua5a8\ua56e \ua533\ua60b\ua5e3" },
|
||||
{ "FM", "\ua546\ua58f\ua547\ua53b\ua569" },
|
||||
{ "FR", "\ua5a2\ua55f\ua60b\ua53b" },
|
||||
{ "GA", "\ua56d\ua577\ua60b" },
|
||||
{ "GB", "\ua595\ua56f\ua524\ua5f3" },
|
||||
{ "GD", "\ua5b6\ua55f\ua56f\ua55c" },
|
||||
{ "GE", "\ua5d8\ua5ba\ua540\ua569" },
|
||||
{ "GF", "\ua5f1\ua60b\ua53b \ua5b6\ua54e\ua56f" },
|
||||
{ "GH", "\ua56d\ua54c\ua56f" },
|
||||
{ "GI", "\ua540\ua59c\ua55f\ua55a" },
|
||||
{ "GL", "\ua567\ua553 \ua5b4\ua54e \ua5a8\ua56e\ua54a" },
|
||||
{ "GM", "\ua56d\ua52d\ua569" },
|
||||
{ "GN", "\ua545\ua524\ua547" },
|
||||
{ "GP", "\ua5b6\ua54e\ua510\ua5a8\ua505" },
|
||||
{ "GQ", "\ua5a6\ua570\ua54a \ua5f3 \ua545\ua524\ua547" },
|
||||
{ "GR", "\ua5e5\ua5f7\ua60b" },
|
||||
{ "GT", "\ua5b6\ua54e\ua50e\ua56e\ua55e" },
|
||||
{ "GU", "\ua5b6\ua54e\ua546" },
|
||||
{ "GW", "\ua545\ua524\ua547 \ua52b\ua562\ua574" },
|
||||
{ "GY", "\ua5b6\ua569\ua56f" },
|
||||
{ "HN", "\ua5bd\ua5ab\ua55f" },
|
||||
{ "HR", "\ua58f\ua513\ua53b\ua569" },
|
||||
{ "HT", "\ua54c\ua524\ua533" },
|
||||
{ "HU", "\ua5bd\ua60b\ua56d\ua513" },
|
||||
{ "ID", "\ua524\ua586\ua547\ua53b\ua569" },
|
||||
{ "IE", "\ua549\ua513 \ua5a8\ua56e\ua54a" },
|
||||
{ "IL", "\ua551\ua547\ua53b\ua55e\ua524\ua55e" },
|
||||
{ "IN", "\ua524\ua53a\ua569" },
|
||||
{ "IO", "\ua51b\ua51f\ua53b \ua524\ua53a\ua569 \ua5db\ua524\ua602 \ua557\ua574\ua500 \ua56e" },
|
||||
{ "IQ", "\ua524\ua55f\ua543" },
|
||||
{ "IR", "\ua524\ua55f\ua60b" },
|
||||
{ "IS", "\ua549\ua524\ua53b \ua5a8\ua56e\ua54a" },
|
||||
{ "IT", "\ua524\ua55a\ua537" },
|
||||
{ "JM", "\ua567\ua56e\ua527\ua56a" },
|
||||
{ "JO", "\ua5d8\ua5ba\ua5f5\ua60b" },
|
||||
{ "JP", "\ua51b\ua5e8\ua5e2" },
|
||||
{ "KE", "\ua51e\ua570" },
|
||||
{ "KG", "\ua543\ua545\ua53b\ua55a\ua60b" },
|
||||
{ "KH", "\ua56a\ua579\ua535\ua569" },
|
||||
{ "KI", "\ua543\ua538\ua551\ua533" },
|
||||
{ "KM", "\ua58f\ua579\ua584\ua53b" },
|
||||
{ "KN", "\ua53b\ua60b \ua543\ua533\ua53b \ua5ea \ua515\ua532\ua53b" },
|
||||
{ "KP", "\ua58f\ua538\ua569 \ua5db\ua524 \ua56a\ua60b\ua5d2" },
|
||||
{ "KR", "\ua58f\ua538\ua569 \ua5db\ua524 \ua512\ua60b\ua5e3 \ua5cf" },
|
||||
{ "KW", "\ua5b4\ua503\ua533" },
|
||||
{ "KY", "\ua51e\ua500\ua56e\ua60b \ua533\ua60b\ua5e3" },
|
||||
{ "KZ", "\ua56a\ua564\ua53b\ua55a\ua60b" },
|
||||
{ "LA", "\ua55e\ua574\ua53b" },
|
||||
{ "LB", "\ua512\ua551\ua5df\ua60b" },
|
||||
{ "LC", "\ua53b\ua60b \ua5a8\ua53b\ua569" },
|
||||
{ "LI", "\ua537\ua5ff\ua60b\ua53b\ua5f3\ua60b" },
|
||||
{ "LK", "\ua5ac\ua538 \ua55e\ua60b\ua56a" },
|
||||
{ "LR", "\ua55e\ua524\ua52b\ua569" },
|
||||
{ "LS", "\ua537\ua587\ua57f" },
|
||||
{ "LT", "\ua537\ua5a4\ua503\ua547\ua570" },
|
||||
{ "LU", "\ua5cf\ua53b\ua60b\ua5c2\ua5ba" },
|
||||
{ "LV", "\ua55e\ua533\ua532\ua569" },
|
||||
{ "LY", "\ua512\ua52b\ua569" },
|
||||
{ "MA", "\ua5de\ua55f\ua58f" },
|
||||
{ "MC", "\ua5de\ua56f\ua58f" },
|
||||
{ "MD", "\ua592\ua537\ua581\ua559" },
|
||||
{ "MG", "\ua56e\ua55c\ua56d\ua53b\ua56a" },
|
||||
{ "MH", "\ua56e\ua54a\ua563 \ua533\ua60b\ua5e3" },
|
||||
{ "MK", "\ua56e\ua516\ua581\ua547\ua570" },
|
||||
{ "ML", "\ua56e\ua537" },
|
||||
{ "MM", "\ua546\ua569\ua60b\ua56e" },
|
||||
{ "MN", "\ua5de\ua590\ua537\ua569" },
|
||||
{ "MP", "\ua5db\ua524 \ua56a\ua60b\ua5d2 \ua56e\ua538\ua569\ua56f \ua533\ua60b\ua5e3" },
|
||||
{ "MQ", "\ua56e\ua533\ua547\ua543" },
|
||||
{ "MR", "\ua5de\ua513\ua50e\ua547\ua570" },
|
||||
{ "MS", "\ua5de\ua60b\ua516\ua55f\ua533" },
|
||||
{ "MT", "\ua56e\ua54a\ua55a" },
|
||||
{ "MU", "\ua5de\ua513\ua5d4" },
|
||||
{ "MV", "\ua56e\ua537\ua55c\ua50d" },
|
||||
{ "MW", "\ua56e\ua55e\ua54c\ua528" },
|
||||
{ "MX", "\ua608\ua53b\ua58f" },
|
||||
{ "MY", "\ua56e\ua512\ua53b\ua569" },
|
||||
{ "MZ", "\ua579\ua564\ua52d\ua543" },
|
||||
{ "NA", "\ua56f\ua546\ua52b\ua569" },
|
||||
{ "NC", "\ua56a\ua537\ua581\ua547\ua570 \ua56f\ua56e\ua54a" },
|
||||
{ "NE", "\ua56f\ua524\ua567" },
|
||||
{ "NF", "\ua5df\ua5ba\ua5c9 \ua533\ua60b\ua5e3" },
|
||||
{ "NG", "\ua56f\ua524\ua540\ua538\ua569" },
|
||||
{ "NI", "\ua547\ua56a\ua55f\ua5b6\ua54e" },
|
||||
{ "NL", "\ua609\ua55c \ua5a8\ua56e\ua54a" },
|
||||
{ "NO", "\ua5df\ua5ba\ua503" },
|
||||
{ "NP", "\ua547\ua550\ua537" },
|
||||
{ "NR", "\ua586\ua5a9" },
|
||||
{ "NU", "\ua5b8\ua503\ua524" },
|
||||
{ "NZ", "\ua53d\ua524 \ua5a8\ua56e \ua56f\ua56e\ua54a" },
|
||||
{ "OM", "\ua571\ua56e\ua60b" },
|
||||
{ "PA", "\ua550\ua56f\ua56e" },
|
||||
{ "PE", "\ua5e8\ua5e1\ua5a9" },
|
||||
{ "PF", "\ua5f1\ua60b\ua53b \ua576\ua537\ua547\ua53b\ua569" },
|
||||
{ "PG", "\ua550\ua59b\ua54e \ua545\ua524\ua547 \ua56f\ua56e\ua54a" },
|
||||
{ "PH", "\ua531\ua512\ua52a\ua60b" },
|
||||
{ "PK", "\ua550\ua543\ua53b\ua55a\ua60b" },
|
||||
{ "PL", "\ua576\ua5f7\ua60b" },
|
||||
{ "PM", "\ua53b\ua60b \ua52a\ua602 \ua5ea \ua546\ua51e\ua5cf\ua60b" },
|
||||
{ "PN", "\ua52a\ua533\ua56a\ua546" },
|
||||
{ "PR", "\ua52a\ua5b3\ua57f \ua538\ua58f" },
|
||||
{ "PS", "\ua550\ua512\ua53b\ua533\ua56f \ua50e\ua512 \ua540\ua524 \ua5db\ua524 \ua55e \ua5f1 \ua5ea \ua56d\ua54c\ua564" },
|
||||
{ "PT", "\ua576\ua57f\ua543\ua524 \ua578\ua583\ua500" },
|
||||
{ "PW", "\ua550\ua583" },
|
||||
{ "PY", "\ua550\ua55f\ua5dd\ua500" },
|
||||
{ "QA", "\ua56a\ua55a\ua54c" },
|
||||
{ "RE", "\ua513\ua5e0\ua5bb" },
|
||||
{ "RO", "\ua584\ua546\ua547\ua570" },
|
||||
{ "RU", "\ua5d0\ua5ba\ua53b\ua569" },
|
||||
{ "RW", "\ua55f\ua599\ua561" },
|
||||
{ "SA", "\ua55e\ua54c\ua59d \ua578\ua583\ua500" },
|
||||
{ "SB", "\ua5ac\ua55e\ua524\ua56e\ua54a\ua56f \ua533\ua60b\ua5e3" },
|
||||
{ "SC", "\ua516\ua5fc\ua537" },
|
||||
{ "SD", "\ua5ac\ua5f5\ua60b" },
|
||||
{ "SE", "\ua5ac\ua528\ua5f5\ua60b" },
|
||||
{ "SG", "\ua53b\ua56c\ua576\ua571" },
|
||||
{ "SH", "\ua53b\ua60b \ua5e5\ua537\ua56f" },
|
||||
{ "SI", "\ua53b\ua583\ua50d\ua547\ua570" },
|
||||
{ "SK", "\ua53b\ua583\ua559\ua543\ua569" },
|
||||
{ "SL", "\ua50b\ua569 \ua552\ua54c\ua5ba \ua578\ua583\ua500" },
|
||||
{ "SM", "\ua56e\ua538\ua586 \ua562\ua60b" },
|
||||
{ "SN", "\ua53b\ua547\ua56d\ua54c" },
|
||||
{ "SO", "\ua587\ua56e\ua537\ua569" },
|
||||
{ "SR", "\ua5ac\ua538\ua56f\ua508" },
|
||||
{ "ST", "\ua562\ua574 \ua57f\ua508 \ua5ea \ua549 \ua56e\ua527 \ua557\ua574\ua500" },
|
||||
{ "SV", "\ua5e1\ua5f7 \ua562\ua50d\ua5cd\ua5ba" },
|
||||
{ "SY", "\ua53b\ua569\ua60b" },
|
||||
{ "SZ", "\ua5ac\ua54e\ua53d \ua5a8\ua56e\ua54a" },
|
||||
{ "TC", "\ua5cb\ua5ba\ua543\ua53b \ua5ea \ua56a\ua524\ua58f\ua53b \ua533\ua60b\ua5e3" },
|
||||
{ "TD", "\ua566\ua535" },
|
||||
{ "TG", "\ua57f\ua591" },
|
||||
{ "TH", "\ua55a\ua524 \ua5a8\ua56e\ua54a" },
|
||||
{ "TJ", "\ua55a\ua540\ua543\ua53b\ua55a\ua60b" },
|
||||
{ "TK", "\ua57f\ua51e\ua583" },
|
||||
{ "TL", "\ua50e\ua512 \ua5c3 \ua533\ua5de\ua5bb" },
|
||||
{ "TM", "\ua5cb\ua5ba\ua543\ua56e\ua547\ua53b\ua55a\ua60b" },
|
||||
{ "TN", "\ua5a4\ua547\ua53b\ua569" },
|
||||
{ "TO", "\ua5cb\ua56c" },
|
||||
{ "TR", "\ua5cb\ua5ba\ua543" },
|
||||
{ "TT", "\ua5a4\ua538\ua515\ua55c \ua5ea \ua57f\ua506\ua591" },
|
||||
{ "TV", "\ua55a\ua5a3\ua5a8" },
|
||||
{ "TW", "\ua55a\ua524\ua54e\ua60b" },
|
||||
{ "TZ", "\ua55a\ua60b\ua564\ua547\ua570" },
|
||||
{ "UA", "\ua5b3\ua5b4\ua513\ua60b" },
|
||||
{ "UG", "\ua5b3\ua56d\ua561" },
|
||||
{ "US", "\ua576\ua571" },
|
||||
{ "UY", "\ua5b3\ua513\ua5dd\ua500" },
|
||||
{ "UZ", "\ua5b3\ua5e9\ua543\ua53b\ua55a\ua60b" },
|
||||
{ "VC", "\ua53b\ua60b \ua532\ua60b\ua53b\ua60b \ua5ea \ua5b6\ua513\ua56f\ua535\ua60b \ua5b8" },
|
||||
{ "VE", "\ua559\ua533\ua56a\ua60b \ua578\ua583\ua500" },
|
||||
{ "VG", "\ua51b\ua51f\ua53b \ua5e9\ua5e1 \ua5cf \ua5b7\ua5ac \ua533\ua60b\ua5e3" },
|
||||
{ "VI", "\ua576\ua571 \ua5e9\ua5e1 \ua5cf \ua5b7\ua5ac \ua533\ua60b\ua5e3" },
|
||||
{ "VN", "\ua5f2\ua547\ua5ae\ua503\ua55e" },
|
||||
{ "VU", "\ua559\ua5b8\ua54e\ua5a4" },
|
||||
{ "WF", "\ua54e\ua537\ua53b \ua5ea \ua5a2\ua5a4\ua56f" },
|
||||
{ "WS", "\ua562\ua579\ua599\ua549" },
|
||||
{ "YE", "\ua51d\ua608\ua60b" },
|
||||
{ "YT", "\ua56e\ua5da\ua50e" },
|
||||
{ "ZA", "\ua549\ua531\ua538\ua56a \ua5db\ua524 \ua512\ua60b\ua5e3 \ua5cf \ua578\ua583\ua500" },
|
||||
{ "ZM", "\ua564\ua52d\ua569" },
|
||||
{ "ZW", "\ua53d\ua553\ua59c\ua503" },
|
||||
{ "ak", "\ua549\ua56a\ua60b" },
|
||||
{ "am", "\ua549\ua546\ua54c\ua538" },
|
||||
{ "ar", "\ua55e\ua54c\ua59d" },
|
||||
{ "be", "\ua506\ua55e\ua5a9\ua53b" },
|
||||
{ "bg", "\ua5c2\ua520\ua5f8\ua60b" },
|
||||
{ "bn", "\ua5e9\ua56d\ua537" },
|
||||
{ "cs", "\ua5ff\ua5e1" },
|
||||
{ "de", "\ua567\ua56e\ua527" },
|
||||
{ "el", "\ua5e5\ua5f7\ua60b" },
|
||||
{ "en", "\ua576\ua571" },
|
||||
{ "es", "\ua550\ua60a\ua527" },
|
||||
{ "fa", "\ua5e8\ua5e1\ua53b\ua602\ua60b" },
|
||||
{ "fr", "\ua5f1\ua60b\ua53b" },
|
||||
{ "ha", "\ua54c\ua599\ua562" },
|
||||
{ "hi", "\ua526\ua53a" },
|
||||
{ "hu", "\ua5bd\ua51f\ua5f8\ua60b" },
|
||||
{ "id", "\ua524\ua586\ua547\ua53b\ua602\ua60b" },
|
||||
{ "ig", "\ua524\ua57c" },
|
||||
{ "it", "\ua524\ua55a\ua537\ua602\ua60b" },
|
||||
{ "ja", "\ua567\ua550\ua547\ua527" },
|
||||
{ "jv", "\ua567\ua559\ua547\ua527" },
|
||||
{ "km", "\ua543\ua608\ua5e2" },
|
||||
{ "ko", "\ua58f\ua538\ua602\ua60b" },
|
||||
{ "ms", "\ua56e\ua512\ua500" },
|
||||
{ "my", "\ua5e9\ua546\ua53b" },
|
||||
{ "ne", "\ua547\ua550\ua537" },
|
||||
{ "nl", "\ua5cd\ua53f" },
|
||||
{ "pa", "\ua59b\ua568\ua52c" },
|
||||
{ "pl", "\ua5c1\ua512\ua53b" },
|
||||
{ "pt", "\ua576\ua57f\ua543\ua524" },
|
||||
{ "ro", "\ua584\ua546\ua547\ua602\ua60b" },
|
||||
{ "ru", "\ua5d0\ua5ba\ua53b\ua602\ua60b" },
|
||||
{ "rw", "\ua55f\ua599\ua561" },
|
||||
{ "so", "\ua587\ua56e\ua537" },
|
||||
{ "sv", "\ua5ac\ua528\ua5f5\ua60b" },
|
||||
{ "ta", "\ua55a\ua546\ua537" },
|
||||
{ "th", "\ua55a\ua524" },
|
||||
{ "tr", "\ua5cb\ua543" },
|
||||
{ "uk", "\ua5b3\ua5b4\ua513\ua547\ua602\ua60b" },
|
||||
{ "ur", "\ua5ba\ua5a6" },
|
||||
{ "vi", "\ua532\ua569\ua56f\ua546\ua527" },
|
||||
{ "yo", "\ua58e\ua584\ua551" },
|
||||
{ "zh", "\ua566\ua547\ua527" },
|
||||
{ "zu", "\ua5ae\ua5a8" },
|
||||
{ "vai", "\ua559\ua524" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
@@ -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.vai;
|
||||
|
||||
import sun.util.resources.OpenListResourceBundle;
|
||||
|
||||
public class LocaleNames_vai_Latn extends OpenListResourceBundle {
|
||||
@Override
|
||||
protected final Object[][] getContents() {
|
||||
final Object[][] data = new Object[][] {
|
||||
{ "AD", "A\u014bd\u00f3ra" },
|
||||
{ "AE", "Yunait\u025b Arabhi \u0190mire" },
|
||||
{ "AF", "Afig\u00e1ndesita\u014b" },
|
||||
{ "AG", "A\u014bt\u00edgwa \u0181ahabhuda" },
|
||||
{ "AI", "A\u014bg\u00edla" },
|
||||
{ "AL", "Abhaniya" },
|
||||
{ "AM", "Am\u00e9niya" },
|
||||
{ "AN", "Nid\u0254l\u025b\u014b A\u014btili" },
|
||||
{ "AO", "A\u014bg\u00f3la" },
|
||||
{ "AR", "Aj\u025b\u014bt\u00edna" },
|
||||
{ "AS", "Poo Sambowa" },
|
||||
{ "AT", "\u0186\u0301situwa" },
|
||||
{ "AU", "\u0186situw\u00e9eliya" },
|
||||
{ "AW", "Arubha" },
|
||||
{ "AZ", "Azabhaija\u014b" },
|
||||
{ "BA", "Bh\u0254siniya" },
|
||||
{ "BB", "Bhabhedo" },
|
||||
{ "BD", "Bhangilad\u025b\u0300shi" },
|
||||
{ "BE", "Bh\u025bgiy\u0254\u014b" },
|
||||
{ "BF", "Bhokina F\u00e1so" },
|
||||
{ "BG", "Bh\u0254geriya" },
|
||||
{ "BH", "Bhar\u025b\u014b" },
|
||||
{ "BI", "Bhurundi" },
|
||||
{ "BJ", "Bh\u025bni" },
|
||||
{ "BM", "Bh\u025bmuda" },
|
||||
{ "BN", "Bhurun\u025b\u0129" },
|
||||
{ "BO", "Bholiviya" },
|
||||
{ "BR", "Bhurazeli" },
|
||||
{ "BS", "Bah\u00e1masi" },
|
||||
{ "BT", "Bhuta\u014b" },
|
||||
{ "BW", "Bhosuwana" },
|
||||
{ "BY", "Bh\u025blarusi" },
|
||||
{ "BZ", "Bheliz" },
|
||||
{ "CA", "K\u00e1n\u00e1da" },
|
||||
{ "CD", "Avorekoo" },
|
||||
{ "CF", "\u00c1f\u00edr\u00edka Luma\u00e3 T\u025b Boloe" },
|
||||
{ "CG", "K\u00f3ngo" },
|
||||
{ "CH", "Suweza Luma\u00e3" },
|
||||
{ "CI", "K\u00f3div\u00f3wa" },
|
||||
{ "CK", "K\u00f3ki Ti\u014b\u014b\u025b" },
|
||||
{ "CL", "Ch\u00e9li" },
|
||||
{ "CM", "Kameru\u014b" },
|
||||
{ "CN", "Ch\u00e1\u00edna" },
|
||||
{ "CO", "K\u0254l\u0254mbiya" },
|
||||
{ "CR", "K\u00f3s\u00edta R\u00edko" },
|
||||
{ "CS", "S\u025bbiya \u0253\u025b M\u0254\u014bteniguro" },
|
||||
{ "CU", "Kiyubha" },
|
||||
{ "CV", "Kepi V\u025bdi Ti\u014b\u014b\u025b" },
|
||||
{ "CY", "Sa\u025bpur\u0254" },
|
||||
{ "CZ", "Ch\u025bki Boloe" },
|
||||
{ "DE", "Jam\u00e1\u0129" },
|
||||
{ "DJ", "Jibhuti" },
|
||||
{ "DK", "Danimaha" },
|
||||
{ "DM", "Dom\u00edin\u00edka" },
|
||||
{ "DO", "Dom\u00edin\u00edka \u0181oloe" },
|
||||
{ "DZ", "Agiriya" },
|
||||
{ "EC", "\u0190\u0301k\u00faw\u00e9d\u0254" },
|
||||
{ "EE", "\u0190sit\u00f3ninya" },
|
||||
{ "EG", "M\u00eds\u00e9la" },
|
||||
{ "ER", "\u0190ritera" },
|
||||
{ "ES", "Pany\u025b\u0129" },
|
||||
{ "ET", "\u00cdtiy\u00f3piya" },
|
||||
{ "FI", "Fi\u014bl\u025b\u014b" },
|
||||
{ "FJ", "F\u00edji" },
|
||||
{ "FK", "F\u00e1h\u00e1ki Luma Ti\u014b\u014b\u025b" },
|
||||
{ "FM", "Mikonisiya" },
|
||||
{ "FR", "F\u025b\u014bsi" },
|
||||
{ "GA", "Gabh\u0254\u014b" },
|
||||
{ "GB", "Yunait\u025b K\u00ed\u014bd\u0254\u014b" },
|
||||
{ "GD", "Gurin\u00e9da" },
|
||||
{ "GE", "J\u0254\u0254jiya" },
|
||||
{ "GF", "F\u025b\u014bsi Giwana" },
|
||||
{ "GH", "Gana" },
|
||||
{ "GI", "Jibhurata" },
|
||||
{ "GL", "Jamba Kuwa Luma\u00e3" },
|
||||
{ "GM", "Gambiya" },
|
||||
{ "GN", "Gini" },
|
||||
{ "GP", "Guwadelupe" },
|
||||
{ "GQ", "D\u00fa\u00fany\u00e1 T\u025b Giini" },
|
||||
{ "GR", "H\u025bl\u025b\u014b" },
|
||||
{ "GT", "Guwat\u025bmala" },
|
||||
{ "GU", "Guwami" },
|
||||
{ "GW", "Gini Bhisawo" },
|
||||
{ "GY", "Guyana" },
|
||||
{ "HN", "H\u0254ndura" },
|
||||
{ "HR", "Koresiya" },
|
||||
{ "HT", "H\u00e1iti" },
|
||||
{ "HU", "H\u0254\u0301ngare" },
|
||||
{ "ID", "\u00cdndonisiya" },
|
||||
{ "IE", "\u00c1re Luma\u00e3" },
|
||||
{ "IL", "Bhan\u00edsil\u00e1ila" },
|
||||
{ "IN", "\u00cdndiya" },
|
||||
{ "IO", "Jeng\u00e9esi Gbawoe \u00cdndiya K\u0254iy\u025b L\u0254" },
|
||||
{ "IQ", "Iraki" },
|
||||
{ "IR", "Ira\u014b" },
|
||||
{ "IS", "\u00c1isi Luma\u00e3" },
|
||||
{ "IT", "\u00cdtali" },
|
||||
{ "JM", "Jamaika" },
|
||||
{ "JO", "J\u0254\u0254da\u014b" },
|
||||
{ "JP", "Japa\u014b" },
|
||||
{ "KE", "K\u00e9nya" },
|
||||
{ "KG", "Kigisita\u014b" },
|
||||
{ "KH", "Ka\u014bbhodiya" },
|
||||
{ "KI", "Kiribhati" },
|
||||
{ "KM", "Komorosi" },
|
||||
{ "KN", "Si\u014b Kisi \u0253\u025b\u0301 Nevisi" },
|
||||
{ "KP", "Koriya K\u0254i Ka\u014bnd\u0254" },
|
||||
{ "KR", "Koriya K\u0254i Le\u014b\u014b\u025b L\u0254" },
|
||||
{ "KW", "Kuweti" },
|
||||
{ "KY", "Keema\u014b Ti\u014b\u014b\u025b" },
|
||||
{ "KZ", "Kazasita\u014b" },
|
||||
{ "LA", "Lawosi" },
|
||||
{ "LB", "Lebhan\u0254" },
|
||||
{ "LC", "Si\u014b Lusiya" },
|
||||
{ "LK", "Suri La\u014bka" },
|
||||
{ "LR", "Laibhiya" },
|
||||
{ "LS", "Lis\u00f3to" },
|
||||
{ "LT", "Lituweninya" },
|
||||
{ "LU", "Lusimb\u0254" },
|
||||
{ "LV", "Lativiya" },
|
||||
{ "LY", "Lebhiya" },
|
||||
{ "MA", "M\u0254roko" },
|
||||
{ "MC", "M\u0254nako" },
|
||||
{ "MD", "M\u0254lidova" },
|
||||
{ "MG", "Madagasita" },
|
||||
{ "MH", "Masha Ti\u014b\u014b\u025b" },
|
||||
{ "MK", "Masedoninya" },
|
||||
{ "ML", "Mali" },
|
||||
{ "MM", "Miyamaha" },
|
||||
{ "MN", "M\u0254ngoliya" },
|
||||
{ "MP", "K\u0254i Ka\u014bnd\u0254 Mariyana Ti\u014b\u014b\u025b" },
|
||||
{ "MQ", "Matiniki" },
|
||||
{ "MR", "M\u0254retaninya" },
|
||||
{ "MS", "M\u0254serati" },
|
||||
{ "MT", "Malita" },
|
||||
{ "MU", "M\u0254resh\u0254" },
|
||||
{ "MV", "Malidavi" },
|
||||
{ "MW", "Malawi" },
|
||||
{ "MX", "M\u025bs\u00edko" },
|
||||
{ "MY", "Malesiya" },
|
||||
{ "MZ", "Mozambiki" },
|
||||
{ "NA", "Namibiya" },
|
||||
{ "NC", "Kalidoninya N\u00e1ma\u00e1" },
|
||||
{ "NE", "Na\u0129ja" },
|
||||
{ "NF", "N\u0254f\u0254 Ti\u014b\u014b\u025b" },
|
||||
{ "NG", "Na\u0129jiriya" },
|
||||
{ "NI", "Nikaraguwa" },
|
||||
{ "NL", "Nid\u0254l\u025b\u014b" },
|
||||
{ "NO", "N\u0254\u0254we" },
|
||||
{ "NP", "Nepa" },
|
||||
{ "NR", "Noru" },
|
||||
{ "NU", "Niwe" },
|
||||
{ "NZ", "Zil\u025b\u014b N\u00e1ma\u00e1" },
|
||||
{ "OM", "Oma\u014b" },
|
||||
{ "PA", "Panama" },
|
||||
{ "PE", "P\u025bru" },
|
||||
{ "PF", "F\u025b\u014bsi Polin\u00edsiya" },
|
||||
{ "PG", "Papuwa Gini N\u00e1ma\u00e1" },
|
||||
{ "PH", "F\u00e9lepi\u014b" },
|
||||
{ "PK", "Pakisita\u014b" },
|
||||
{ "PL", "P\u00f3l\u025b\u014b" },
|
||||
{ "PM", "Si\u014b Piiy\u025b \u0253\u025b\u0301 Mikel\u0254\u014b" },
|
||||
{ "PN", "Pitik\u025b\u014b" },
|
||||
{ "PR", "Piyuto Riko" },
|
||||
{ "PS", "Palesitininya Tele Jii K\u0254iy\u025b l\u00e1 h\u0129 Gaza" },
|
||||
{ "PT", "Potok\u00edi" },
|
||||
{ "PW", "Palo" },
|
||||
{ "PY", "Parag\u0254e" },
|
||||
{ "QA", "Kataha" },
|
||||
{ "RE", "Reny\u0254\u0254\u0303" },
|
||||
{ "RO", "Romininya" },
|
||||
{ "RU", "R\u0254shiya" },
|
||||
{ "RW", "Rawunda" },
|
||||
{ "SA", "Lahabu" },
|
||||
{ "SB", "Sulaima\u00e3na Ti\u014b\u014b\u025b" },
|
||||
{ "SC", "Sesh\u025b\u025b" },
|
||||
{ "SD", "Sud\u025b\u014b" },
|
||||
{ "SE", "Suwid\u025b\u014b" },
|
||||
{ "SG", "S\u00edingapoo" },
|
||||
{ "SH", "Si\u014b H\u025blina" },
|
||||
{ "SI", "Suloveninya" },
|
||||
{ "SK", "Sulovakiya" },
|
||||
{ "SL", "Gbeya Bahaw\u0254" },
|
||||
{ "SM", "Sa\u014b Marindo" },
|
||||
{ "SN", "Sinigaha" },
|
||||
{ "SO", "Somaliya" },
|
||||
{ "SR", "Surinambe" },
|
||||
{ "ST", "Sawo Tombe \u0253\u025b a Gbawoe" },
|
||||
{ "SV", "\u0190l\u025b S\u00e1v\u00e1d\u0254" },
|
||||
{ "SY", "S\u00edya\u014b" },
|
||||
{ "SZ", "Suwazi Luma\u00e3" },
|
||||
{ "TC", "Tukisi \u0253\u025b\u0300 Kaik\u00f3osi Ti\u014b\u014b\u025b" },
|
||||
{ "TD", "Ch\u00e1di" },
|
||||
{ "TG", "Togo" },
|
||||
{ "TH", "Tai Luma\u00e3" },
|
||||
{ "TJ", "Tajikisita\u014b" },
|
||||
{ "TK", "Tokelo" },
|
||||
{ "TL", "Tele \u0181\u0254\u0301 Tim\u0254\u0254\u0303" },
|
||||
{ "TM", "Tukim\u025bnisita\u014b" },
|
||||
{ "TN", "Tunisiya" },
|
||||
{ "TO", "T\u0254nga" },
|
||||
{ "TR", "T\u0254\u0301\u0254\u0301ki" },
|
||||
{ "TT", "Turindeda \u0253\u025b\u0301 Tobhego" },
|
||||
{ "TV", "Tuv\u00e1lu" },
|
||||
{ "TW", "Taiwa\u014b" },
|
||||
{ "TZ", "Ta\u014bzaninya" },
|
||||
{ "UA", "Yukur\u00e9\u014b" },
|
||||
{ "UG", "Yuganda" },
|
||||
{ "US", "Poo" },
|
||||
{ "UY", "Yuweg\u0254we" },
|
||||
{ "UZ", "Yubh\u025bkisita\u014b" },
|
||||
{ "VA", "Vatika\u014b \u0181oloe" },
|
||||
{ "VC", "Si\u014b Vi\u014bsi" },
|
||||
{ "VE", "V\u025bn\u025bzuwela" },
|
||||
{ "VG", "Jeng\u00e9esi Bh\u025b\u025b L\u0254 Musu Ti\u014b\u014b\u025b" },
|
||||
{ "VI", "Poo Bh\u025b\u025b l\u0254 Musu Ti\u014b\u014b\u025b" },
|
||||
{ "VN", "Viyanami" },
|
||||
{ "VU", "Vanuw\u00e1tu" },
|
||||
{ "WF", "Wal\u00edsi" },
|
||||
{ "WS", "Samowa" },
|
||||
{ "YE", "Yem\u025bni" },
|
||||
{ "YT", "Mavote" },
|
||||
{ "ZA", "Afirika K\u0254i Le\u014b\u014b\u025b L\u0254" },
|
||||
{ "ZM", "Zambiya" },
|
||||
{ "ZW", "Zimbabhuwe" },
|
||||
{ "ak", "Aka\u014b" },
|
||||
{ "am", "Amih\u00e1ri" },
|
||||
{ "ar", "Lahabu" },
|
||||
{ "be", "Bhelarusa\u014b" },
|
||||
{ "bg", "Bh\u0254ger\u025b\u014b" },
|
||||
{ "bn", "Bh\u025b\u014bg\u00e1li" },
|
||||
{ "cs", "Ch\u025b" },
|
||||
{ "de", "Jam\u00e1\u0129" },
|
||||
{ "el", "H\u025bl\u025b\u014b" },
|
||||
{ "en", "Poo" },
|
||||
{ "es", "Pany\u025b\u0129" },
|
||||
{ "fa", "P\u025b\u025bsiy\u025b\u014b" },
|
||||
{ "fr", "F\u025b\u014bsi" },
|
||||
{ "ha", "Hawusa" },
|
||||
{ "hi", "H\u00edi\u014bdi" },
|
||||
{ "hu", "H\u0254\u014bg\u00e9r\u025b\u014b" },
|
||||
{ "id", "\u00cdndonisiy\u025b\u014b" },
|
||||
{ "ig", "\u00cdgbo" },
|
||||
{ "it", "It\u00e1liy\u025b\u014b" },
|
||||
{ "ja", "Japan\u00ed\u0129" },
|
||||
{ "jv", "Javan\u00ed\u0129" },
|
||||
{ "km", "Kim\u025b\u025b\u0303 t\u025b" },
|
||||
{ "ko", "Kor\u00edy\u025b\u014b" },
|
||||
{ "ms", "Mal\u00e9ee" },
|
||||
{ "my", "Bh\u025bm\u00edsi" },
|
||||
{ "ne", "Nipali" },
|
||||
{ "nl", "D\u0254chi" },
|
||||
{ "pa", "Pu\u014bjabhi" },
|
||||
{ "pl", "P\u0254\u0301l\u00e9si" },
|
||||
{ "pt", "Potok\u00edi" },
|
||||
{ "ro", "Rom\u00edniy\u025b\u014b" },
|
||||
{ "ru", "R\u0254shiy\u025b\u014b" },
|
||||
{ "rw", "Rawunda" },
|
||||
{ "so", "Som\u00e1li" },
|
||||
{ "sv", "S\u00faw\u00edd\u025b\u014b" },
|
||||
{ "ta", "Tam\u00edli" },
|
||||
{ "th", "T\u00e1i" },
|
||||
{ "tr", "T\u0254\u0301ki" },
|
||||
{ "uk", "Yukureniy\u025b\u014b" },
|
||||
{ "ur", "\u0186du" },
|
||||
{ "vi", "Viyam\u00ed\u0129" },
|
||||
{ "yo", "Y\u00f3r\u00f3bha" },
|
||||
{ "zh", "Chani\u0129" },
|
||||
{ "zu", "Z\u00falu" },
|
||||
{ "vai", "Vai" },
|
||||
};
|
||||
return data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user