feat(jdk8): move files to new folder to avoid resources compiled.

This commit is contained in:
2025-09-07 15:25:52 +08:00
parent 3f0047bf6f
commit 8c35cfb1c0
17415 changed files with 217 additions and 213 deletions

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_AE extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_BH extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_DZ extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_EG extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_IQ extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_JO extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_KW extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_LB extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "2" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_LY extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_MA extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_OM extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_QA extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_SA extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_SD extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_SY extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_TN extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "1" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -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.ar;
import java.util.ListResourceBundle;
public class CalendarData_ar_YE extends ListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "firstDayOfWeek", "7" },
{ "minimalDaysInFirstWeek", "1" },
};
return data;
}
}

View File

@@ -0,0 +1,350 @@
/*
* 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.ar;
import sun.util.resources.OpenListResourceBundle;
public class CurrencyNames_ar extends OpenListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "AED", "\u062f.\u0625.\u200f" },
{ "BHD", "\u062f.\u0628.\u200f" },
{ "BRL", "\u0631.\u0628.\u200f" },
{ "CNY", "\u064a.\u0635" },
{ "DZD", "\u062f.\u062c.\u200f" },
{ "EGP", "\u062c.\u0645.\u200f" },
{ "INR", "\u0631.\u0647.\u200f" },
{ "IQD", "\u062f.\u0639.\u200f" },
{ "JOD", "\u062f.\u0623.\u200f" },
{ "KMF", "\u0641.\u062c.\u0642.\u200f" },
{ "KWD", "\u062f.\u0643.\u200f" },
{ "LBP", "\u0644.\u0644.\u200f" },
{ "LYD", "\u062f.\u0644.\u200f" },
{ "MAD", "\u062f.\u0645.\u200f" },
{ "MRO", "\u0623.\u0645.\u200f" },
{ "OMR", "\u0631.\u0639.\u200f" },
{ "QAR", "\u0631.\u0642.\u200f" },
{ "RUB", "\u0631.\u0631.\u200f" },
{ "SAR", "\u0631.\u0633.\u200f" },
{ "SDD", "\u062f.\u0633.\u200f" },
{ "SDP", "\u062c.\u0633.\u200f" },
{ "SYP", "\u0644.\u0633.\u200f" },
{ "TND", "\u062f.\u062a.\u200f" },
{ "XAF", "\u0641.\u0627.\u200f" },
{ "XXX", "***" },
{ "YER", "\u0631.\u064a.\u200f" },
{ "adp", "\u0628\u064a\u0633\u062a\u0627 \u0623\u0646\u062f\u0648\u0631\u064a" },
{ "aed", "\u062f\u0631\u0647\u0645 \u0625\u0645\u0627\u0631\u0627\u062a\u064a" },
{ "afa", "\u0623\u0641\u063a\u0627\u0646\u064a - 1927-2002" },
{ "afn", "\u0623\u0641\u063a\u0627\u0646\u064a" },
{ "all", "\u0644\u064a\u0643 \u0623\u0644\u0628\u0627\u0646\u064a" },
{ "amd", "\u062f\u0631\u0627\u0645 \u0623\u0631\u0645\u064a\u0646\u064a" },
{ "ang", "\u063a\u064a\u0644\u062f\u0631 \u0647\u0648\u0644\u0646\u062f\u064a \u0623\u0646\u062a\u064a\u0644\u064a" },
{ "aoa", "\u0643\u0648\u0627\u0646\u0632\u0627 \u0623\u0646\u062c\u0648\u0644\u064a" },
{ "aok", "\u0643\u0648\u0627\u0646\u0632\u0627 \u0623\u0646\u062c\u0648\u0644\u064a - 1977-1990" },
{ "aon", "\u0643\u0648\u0627\u0646\u0632\u0627 \u0623\u0646\u062c\u0648\u0644\u064a \u062c\u062f\u064a\u062f\u0629 - 1990-2000" },
{ "aor", "\u0643\u0648\u0627\u0646\u0632\u0627 \u0623\u0646\u062c\u0648\u0644\u064a \u0645\u0639\u062f\u0644\u0629 - 1995 - 1999" },
{ "ara", "\u0627\u0633\u062a\u0631\u0627\u0644 \u0623\u0631\u062c\u0646\u062a\u064a\u0646\u064a" },
{ "arp", "\u0628\u064a\u0632\u0648 \u0623\u0631\u062c\u0646\u062a\u064a\u0646\u064a - 1983-1985" },
{ "ars", "\u0628\u064a\u0632\u0648 \u0623\u0631\u062c\u0646\u062a\u064a\u0646\u064a" },
{ "ats", "\u0634\u0644\u0646 \u0646\u0645\u0633\u0627\u0648\u064a" },
{ "aud", "\u062f\u0648\u0644\u0627\u0631 \u0623\u0633\u062a\u0631\u0627\u0644\u064a" },
{ "awg", "\u062c\u0644\u062f\u0631 \u0623\u0631\u0648\u0628\u064a" },
{ "azm", "\u0645\u0627\u0646\u0627\u062a \u0623\u0630\u0631\u064a\u0628\u062c\u0627\u0646\u064a" },
{ "azn", "\u0645\u0627\u0646\u0627\u062a \u0623\u0630\u0631\u0628\u064a\u062c\u0627\u0646" },
{ "bad", "\u062f\u064a\u0646\u0627\u0631 \u0627\u0644\u0628\u0648\u0633\u0646\u0629 \u0648\u0627\u0644\u0647\u0631\u0633\u0643" },
{ "bam", "\u0645\u0627\u0631\u0643 \u0627\u0644\u0628\u0648\u0633\u0646\u0629 \u0648\u0627\u0644\u0647\u0631\u0633\u0643 \u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u062d\u0648\u064a\u0644" },
{ "bbd", "\u062f\u0648\u0644\u0627\u0631 \u0628\u0631\u0628\u0627\u062f\u0648\u0633\u064a" },
{ "bdt", "\u062a\u0627\u0643\u0627 \u0628\u0646\u062c\u0644\u0627\u062f\u064a\u0634\u064a" },
{ "bec", "\u0641\u0631\u0646\u0643 \u0628\u0644\u062c\u064a\u0643\u064a \u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u062d\u0648\u064a\u0644" },
{ "bef", "\u0641\u0631\u0646\u0643 \u0628\u0644\u062c\u064a\u0643\u064a" },
{ "bel", "\u0641\u0631\u0646\u0643 \u0628\u0644\u062c\u064a\u0643\u064a \u0645\u0627\u0644\u064a" },
{ "bgl", "\u0644\u064a\u0641 \u0628\u0644\u063a\u0627\u0631\u064a" },
{ "bgn", "\u0644\u064a\u0641 \u0628\u0644\u063a\u0627\u0631\u064a \u062c\u062f\u064a\u062f" },
{ "bhd", "\u062f\u064a\u0646\u0627\u0631 \u0628\u062d\u0631\u064a\u0646\u064a" },
{ "bif", "\u0641\u0631\u0646\u0643 \u0628\u0631\u0648\u0646\u062f\u064a" },
{ "bmd", "\u062f\u0648\u0644\u0627\u0631 \u0628\u0631\u0645\u0648\u062f\u064a" },
{ "bnd", "\u062f\u0648\u0644\u0627\u0631 \u0628\u0631\u0648\u0646\u0627\u064a" },
{ "bob", "\u0628\u0648\u0644\u064a\u0641\u064a\u0627\u0646\u0648 \u0628\u0648\u0644\u064a\u0641\u064a" },
{ "bop", "\u0628\u064a\u0632\u0648 \u0628\u0648\u0644\u064a\u0641\u064a" },
{ "bov", "\u0645\u0641\u062f\u0648\u0644 \u0628\u0648\u0644\u064a\u0641\u064a" },
{ "brb", "\u0646\u0648\u0641\u0648 \u0643\u0631\u0648\u0632\u0627\u064a\u0631\u0648 \u0628\u0631\u0627\u0632\u064a\u0644\u064a - 1967-1986" },
{ "brc", "\u0643\u0631\u0648\u0632\u0627\u062f\u0648 \u0628\u0631\u0627\u0632\u064a\u0644\u064a" },
{ "bre", "\u0643\u0631\u0648\u0632\u0627\u064a\u0631\u0648 \u0628\u0631\u0627\u0632\u064a\u0644\u064a - 1990-1993" },
{ "brl", "\u0631\u064a\u0627\u0644 \u0628\u0631\u0627\u0632\u064a\u0644\u064a" },
{ "bsd", "\u062f\u0648\u0644\u0627\u0631 \u0628\u0627\u0647\u0627\u0645\u064a" },
{ "btn", "\u0646\u0648\u0644\u062a\u0648\u0645 \u0628\u0648\u062a\u0627\u0646\u064a" },
{ "buk", "\u0643\u064a\u0627\u062a \u0628\u0648\u0631\u0645\u064a" },
{ "bwp", "\u0628\u0648\u0644\u0627 \u0628\u062a\u0633\u0648\u0627\u0646\u064a" },
{ "byb", "\u0631\u0648\u0628\u0644 \u0628\u064a\u0644\u0627\u0631\u0648\u0633\u064a \u062c\u062f\u064a\u062f - 1994-1999" },
{ "byr", "\u0631\u0648\u0628\u0644 \u0628\u064a\u0644\u0627\u0631\u0648\u0633\u064a" },
{ "bzd", "\u062f\u0648\u0644\u0627\u0631 \u0628\u0644\u064a\u0632\u064a" },
{ "cad", "\u062f\u0648\u0644\u0627\u0631 \u0643\u0646\u062f\u064a" },
{ "cdf", "\u0641\u0646\u0643 \u0643\u0648\u0646\u063a\u0648\u0644\u064a" },
{ "chf", "\u0641\u0631\u0646\u0643 \u0633\u0648\u064a\u0633\u0631\u064a" },
{ "clp", "\u0628\u064a\u0632\u0648 \u0634\u064a\u0644\u064a" },
{ "cny", "\u064a\u0648\u0627\u0646 \u0635\u064a\u0646\u064a" },
{ "cop", "\u0628\u064a\u0632\u0648 \u0643\u0648\u0644\u0648\u0645\u0628\u064a" },
{ "crc", "\u0643\u0648\u0644\u0646 \u0643\u0648\u0633\u062a\u0627 \u0631\u064a\u0643\u064a" },
{ "csd", "\u062f\u064a\u0646\u0627\u0631 \u0635\u0631\u0628\u064a \u0642\u062f\u064a\u0645" },
{ "csk", "\u0643\u0631\u0648\u0646\u0629 \u062a\u0634\u064a\u0643\u0648\u0633\u0644\u0648\u0641\u0627\u0643\u064a\u0627" },
{ "cuc", "\u0628\u064a\u0632\u0648 \u0643\u0648\u0628\u064a \u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u062d\u0648\u064a\u0644" },
{ "cup", "\u0628\u064a\u0632\u0648 \u0643\u0648\u0628\u064a" },
{ "cve", "\u0627\u0633\u0643\u0648\u062f\u0648 \u0627\u0644\u0631\u0623\u0633 \u0627\u0644\u062e\u0636\u0631\u0627\u0621" },
{ "cyp", "\u062c\u0646\u064a\u0647 \u0642\u0628\u0631\u0635\u064a" },
{ "czk", "\u0643\u0631\u0648\u0646\u0629 \u062a\u0634\u064a\u0643\u064a\u0629" },
{ "ddm", "\u0623\u0648\u0633\u062a\u0645\u0627\u0631\u0643 \u0623\u0644\u0645\u0627\u0646\u064a \u0634\u0631\u0642\u064a" },
{ "dem", "\u0645\u0627\u0631\u0643 \u0623\u0644\u0645\u0627\u0646\u064a" },
{ "djf", "\u0641\u0631\u0646\u0643 \u062c\u064a\u0628\u0648\u062a\u064a" },
{ "dkk", "\u0643\u0631\u0648\u0646\u0629 \u062f\u0627\u0646\u0645\u0627\u0631\u0643\u064a" },
{ "dop", "\u0628\u064a\u0632\u0648 \u0627\u0644\u062f\u0648\u0645\u0646\u064a\u0643\u0627\u0646" },
{ "dzd", "\u062f\u064a\u0646\u0627\u0631 \u062c\u0632\u0627\u0626\u0631\u064a" },
{ "eek", "\u0643\u0631\u0648\u0646\u0629 \u0627\u0633\u062a\u0648\u0646\u064a\u0629" },
{ "egp", "\u062c\u0646\u064a\u0647 \u0645\u0635\u0631\u064a" },
{ "ern", "\u0646\u0627\u0643\u0641\u0627 \u0623\u0631\u064a\u062a\u0631\u064a" },
{ "esp", "\u0628\u064a\u0632\u064a\u062a\u0627 \u0625\u0633\u0628\u0627\u0646\u064a" },
{ "etb", "\u0628\u064a\u0631 \u0623\u062b\u064a\u0648\u0628\u064a" },
{ "eur", "\u064a\u0648\u0631\u0648" },
{ "fim", "\u0645\u0627\u0631\u0643\u0627 \u0641\u0646\u0644\u0646\u062f\u064a" },
{ "fjd", "\u062f\u0648\u0644\u0627\u0631 \u0641\u064a\u062c\u064a" },
{ "fkp", "\u062c\u0646\u064a\u0647 \u062c\u0632\u0631 \u0641\u0648\u0643\u0644\u0627\u0646\u062f" },
{ "frf", "\u0641\u0631\u0646\u0643 \u0641\u0631\u0646\u0633\u064a" },
{ "gbp", "\u062c\u0646\u064a\u0647 \u0625\u0633\u062a\u0631\u0644\u064a\u0646\u064a" },
{ "gel", "\u0644\u0627\u0631\u0649 \u062c\u0648\u0631\u062c\u064a" },
{ "ghc", "\u0633\u064a\u062f\u064a \u063a\u0627\u0646\u064a" },
{ "ghs", "\u0633\u064a\u062f\u064a \u063a\u0627\u0646\u0627" },
{ "gip", "\u062c\u0646\u064a\u0647 \u062c\u0628\u0644 \u0637\u0627\u0631\u0642" },
{ "gmd", "\u062f\u0644\u0627\u0633\u064a \u062c\u0627\u0645\u0628\u064a" },
{ "gnf", "\u0641\u0631\u0646\u0643 \u063a\u064a\u0646\u064a\u0627" },
{ "gns", "\u0633\u064a\u0644\u064a \u063a\u064a\u0646\u064a\u0627" },
{ "gqe", "\u0627\u0643\u0648\u064a\u0644 \u062c\u0648\u0646\u064a\u0646\u0627 \u063a\u064a\u0646\u064a\u0627 \u0627\u0644\u0627\u0633\u062a\u0648\u0627\u0626\u064a\u0651\u0629" },
{ "grd", "\u062f\u0631\u0627\u062e\u0645\u0627 \u064a\u0648\u0646\u0627\u0646\u064a" },
{ "gtq", "\u0643\u0648\u062a\u0632\u0627\u0644 \u062c\u0648\u0627\u062a\u064a\u0645\u0627\u0644\u0627" },
{ "gwe", "\u0627\u0633\u0643\u0648\u062f \u0628\u0631\u062a\u063a\u0627\u0644\u064a \u063a\u064a\u0646\u064a\u0627" },
{ "gwp", "\u0628\u064a\u0632\u0648 \u063a\u064a\u0646\u064a\u0627 \u0628\u064a\u0633\u0627\u0648" },
{ "gyd", "\u062f\u0648\u0644\u0627\u0631 \u063a\u064a\u0627\u0646\u0627" },
{ "hkd", "\u062f\u0648\u0644\u0627\u0631 \u0647\u0648\u0646\u062c \u0643\u0648\u0646\u062c" },
{ "hnl", "\u0644\u064a\u0645\u0628\u064a\u0631\u0627 \u0647\u0646\u062f\u0627\u0631\u0648\u0633" },
{ "hrd", "\u062f\u064a\u0646\u0627\u0631 \u0643\u0631\u0648\u0627\u062a\u064a" },
{ "hrk", "\u0643\u0648\u0646\u0627 \u0643\u0631\u0648\u0627\u062a\u064a" },
{ "htg", "\u062c\u0648\u0631\u062f\u0649 \u0647\u0627\u064a\u062a\u064a" },
{ "huf", "\u0641\u0648\u0631\u064a\u0646\u062a \u0645\u062c\u0631\u064a" },
{ "idr", "\u0631\u0648\u0628\u064a\u0629 \u0625\u0646\u062f\u0648\u0646\u064a\u0633\u064a\u0629" },
{ "iep", "\u062c\u0646\u064a\u0647 \u0625\u064a\u0631\u0644\u0646\u062f\u064a" },
{ "ilp", "\u062c\u0646\u064a\u0647 \u0625\u0633\u0631\u0627\u0626\u064a\u0644\u064a" },
{ "ils", "\u0634\u064a\u0643\u0644 \u0625\u0633\u0631\u0627\u0626\u064a\u0644\u064a \u062c\u062f\u064a\u062f" },
{ "inr", "\u0631\u0648\u0628\u064a\u0647 \u0647\u0646\u062f\u064a" },
{ "iqd", "\u062f\u064a\u0646\u0627\u0631 \u0639\u0631\u0627\u0642\u064a" },
{ "irr", "\u0631\u064a\u0627\u0644 \u0625\u064a\u0631\u0627\u0646\u064a" },
{ "isk", "\u0643\u0631\u0648\u0646\u0647 \u0623\u064a\u0633\u0644\u0646\u062f\u064a" },
{ "itl", "\u0644\u064a\u0631\u0629 \u0625\u064a\u0637\u0627\u0644\u064a\u0629" },
{ "jmd", "\u062f\u0648\u0644\u0627\u0631 \u062c\u0627\u0645\u0627\u064a\u0643\u064a" },
{ "jod", "\u062f\u064a\u0646\u0627\u0631 \u0623\u0631\u062f\u0646\u064a" },
{ "jpy", "\u064a\u0646 \u064a\u0627\u0628\u0627\u0646\u064a" },
{ "kes", "\u0634\u0644\u0646 \u0643\u064a\u0646\u064a\u064a" },
{ "kgs", "\u0633\u0648\u0645 \u0642\u064a\u0631\u063a\u0633\u062a\u0627\u0646\u064a" },
{ "khr", "\u0631\u064a\u064a\u0627\u0644 \u0643\u0645\u0628\u0648\u062f\u064a" },
{ "kmf", "\u0641\u0631\u0646\u0643 \u062c\u0632\u0631 \u0627\u0644\u0642\u0645\u0631" },
{ "kpw", "\u0648\u0648\u0646 \u0643\u0648\u0631\u064a\u0627 \u0627\u0644\u0634\u0645\u0627\u0644\u064a\u0629" },
{ "krw", "\u0648\u0648\u0646 \u0643\u0648\u0631\u064a\u0627 \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629" },
{ "kwd", "\u062f\u064a\u0646\u0627\u0631 \u0643\u0648\u064a\u062a\u064a" },
{ "kyd", "\u062f\u0648\u0644\u0627\u0631 \u062c\u0632\u0631 \u0643\u064a\u0645\u0646" },
{ "kzt", "\u062a\u064a\u0646\u063a \u0643\u0627\u0632\u0627\u062e\u0633\u062a\u0627\u0646\u064a" },
{ "lak", "\u0643\u064a\u0628 \u0644\u0627\u0648\u0633\u064a" },
{ "lbp", "\u062c\u0646\u064a\u0629 \u0644\u0628\u0646\u0627\u0646\u064a" },
{ "lkr", "\u0631\u0648\u0628\u064a\u0629 \u0633\u0631\u064a\u0644\u0627\u0646\u0643\u064a\u0629" },
{ "lrd", "\u062f\u0648\u0644\u0627\u0631 \u0644\u064a\u0628\u064a\u0631\u064a" },
{ "lsl", "\u0644\u0648\u062a\u064a \u0644\u064a\u0633\u0648\u062a\u0648" },
{ "ltl", "\u0627\u0644\u0644\u064a\u062a\u0627 \u0627\u0644\u0644\u064a\u062a\u0648\u0627\u0646\u064a\u0629" },
{ "ltt", "\u062a\u0627\u0644\u0648\u0646\u0627\u0633 \u0644\u064a\u062a\u0648\u0627\u0646\u064a" },
{ "luc", "\u0641\u0631\u0646\u0643 \u0644\u0648\u0643\u0633\u0645\u0628\u0631\u062c \u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u062d\u0648\u064a\u0644" },
{ "luf", "\u0641\u0631\u0646\u0643 \u0644\u0648\u0643\u0633\u0645\u0628\u0631\u062c" },
{ "lul", "\u0641\u0631\u0646\u0643 \u0644\u0648\u0643\u0633\u0645\u0628\u0631\u062c \u0627\u0644\u0645\u0627\u0644\u064a" },
{ "lvl", "\u0644\u0627\u062a\u0633 \u0644\u0627\u062a\u0641\u064a\u0627" },
{ "lvr", "\u0631\u0648\u0628\u0644 \u0644\u0627\u062a\u0641\u064a\u0627" },
{ "lyd", "\u062f\u064a\u0646\u0627\u0631 \u0644\u064a\u0628\u064a" },
{ "mad", "\u062f\u0631\u0647\u0645 \u0645\u063a\u0631\u0628\u064a" },
{ "maf", "\u0641\u0631\u0646\u0643 \u0645\u063a\u0631\u0628\u064a" },
{ "mdl", "\u0644\u0627\u0648 \u0645\u0648\u0644\u062f\u0648\u0641\u064a" },
{ "mga", "\u0623\u0631\u064a\u0627\u0631\u064a \u0645\u062f\u063a\u0634\u0642\u0631" },
{ "mgf", "\u0641\u0631\u0646\u0643 \u0645\u062f\u063a\u0634\u0642\u0631" },
{ "mkd", "\u062f\u064a\u0646\u0627\u0631 \u0645\u0642\u062f\u0648\u0646\u064a" },
{ "mlf", "\u0641\u0631\u0646\u0643 \u0645\u0627\u0644\u064a" },
{ "mmk", "\u0643\u064a\u0627\u062a \u0645\u064a\u0627\u0646\u0645\u0627\u0631" },
{ "mnt", "\u062a\u0648\u063a\u0631\u0648\u063a \u0645\u0646\u063a\u0648\u0644\u064a" },
{ "mop", "\u0628\u0627\u062a\u0627\u0643\u0627 \u0645\u0627\u0643\u0627\u0648\u064a" },
{ "mro", "\u0623\u0648\u0642\u064a\u0629 \u0645\u0648\u0631\u064a\u062a\u0627\u0646\u064a\u0629" },
{ "mtl", "\u0644\u064a\u0631\u0629 \u0645\u0627\u0644\u0637\u064a\u0629" },
{ "mtp", "\u062c\u0646\u064a\u0647 \u0645\u0627\u0644\u0637\u064a" },
{ "mur", "\u0631\u0648\u0628\u064a\u0629 \u0645\u0648\u0631\u064a\u0634\u064a\u0648\u0633\u064a\u0629" },
{ "mvr", "\u0631\u0648\u0641\u064a\u0647 \u062c\u0632\u0631 \u0627\u0644\u0645\u0627\u0644\u062f\u064a\u0641" },
{ "mwk", "\u0643\u0648\u0627\u0634\u0627 \u0645\u0627\u0644\u0627\u0648\u064a" },
{ "mxn", "\u0628\u064a\u0632\u0648 \u0645\u0643\u0633\u064a\u0643\u064a" },
{ "mxp", "\u0628\u064a\u0632\u0648 \u0641\u0636\u064a \u0645\u0643\u0633\u064a\u0643\u064a - 1861-1992" },
{ "myr", "\u0631\u064a\u0646\u063a\u064a\u062a \u0645\u0627\u0644\u064a\u0632\u064a" },
{ "mze", "\u0627\u0633\u0643\u0648\u062f \u0645\u0648\u0632\u0645\u0628\u064a\u0642\u064a" },
{ "nad", "\u062f\u0648\u0644\u0627\u0631 \u0646\u0627\u0645\u064a\u0628\u064a" },
{ "ngn", "\u0646\u0627\u064a\u0631\u0627 \u0646\u064a\u062c\u064a\u0631\u064a" },
{ "nic", "\u0643\u0648\u0631\u062f\u0648\u0628\u0629 \u0646\u064a\u0643\u0627\u0631\u0627\u062c\u0648\u0627" },
{ "nio", "\u0642\u0631\u0637\u0628\u0629 \u0646\u064a\u0643\u0627\u0631\u0627\u063a\u0648\u0627" },
{ "nlg", "\u062c\u0644\u062f\u0631 \u0647\u0648\u0644\u0646\u062f\u064a" },
{ "nok", "\u0643\u0631\u0648\u0646\u0629 \u0646\u0631\u0648\u064a\u062c\u064a\u0629" },
{ "npr", "\u0631\u0648\u0628\u064a\u0629 \u0646\u064a\u0628\u0627\u0644\u064a" },
{ "nzd", "\u062f\u0648\u0644\u0627\u0631 \u0646\u064a\u0648\u0632\u064a\u0644\u0646\u062f\u064a" },
{ "omr", "\u0631\u064a\u0627\u0644 \u0639\u0645\u0627\u0646\u064a" },
{ "pab", "\u0628\u0627\u0644\u0628\u0648\u0627 \u0628\u0646\u0645\u064a" },
{ "pen", "\u0633\u0648\u0644 \u062c\u062f\u064a\u062f \u0627\u0644\u0628\u064a\u0631\u0648" },
{ "pgk", "\u0643\u064a\u0646\u0627 \u0628\u0627\u0628\u0648\u0627 \u063a\u064a\u0646\u064a\u0627 \u0627\u0644\u062c\u062f\u064a\u062f\u0629" },
{ "php", "\u0628\u064a\u0632\u0648 \u0641\u0644\u0628\u064a\u0646\u064a" },
{ "pkr", "\u0631\u0648\u0628\u064a\u0629 \u0628\u0627\u0643\u0633\u062a\u0627\u0646\u064a" },
{ "pln", "\u0632\u0644\u0648\u062a\u064a \u0628\u0648\u0644\u0646\u062f\u064a" },
{ "plz", "\u0632\u0644\u0648\u062a\u064a \u0628\u0648\u0644\u0646\u062f\u064a - 1950-1995" },
{ "pte", "\u0627\u0633\u0643\u0648\u062f \u0628\u0631\u062a\u063a\u0627\u0644\u064a" },
{ "pyg", "\u062c\u0648\u0627\u0631\u0627\u0646\u064a \u0628\u0627\u0631\u0627\u062c\u0648\u0627\u064a" },
{ "qar", "\u0631\u064a\u0627\u0644 \u0642\u0637\u0631\u064a" },
{ "rhd", "\u062f\u0648\u0644\u0627\u0631 \u0631\u0648\u062f\u064a\u0633\u064a" },
{ "rol", "\u0644\u064a\u0648 \u0631\u0648\u0645\u0627\u0646\u064a \u0642\u062f\u064a\u0645" },
{ "rsd", "\u062f\u064a\u0646\u0627\u0631 \u0635\u0631\u0628\u064a" },
{ "rub", "\u0631\u0648\u0628\u0644 \u0631\u0648\u0633\u064a" },
{ "rur", "\u0631\u0648\u0628\u0644 \u0631\u0648\u0633\u064a - 1991-1998" },
{ "rwf", "\u0641\u0631\u0646\u0643 \u0631\u0648\u0627\u0646\u062f\u064a" },
{ "sar", "\u0631\u064a\u0627\u0644 \u0633\u0639\u0648\u062f\u064a" },
{ "sbd", "\u062f\u0648\u0644\u0627\u0631 \u062c\u0632\u0631 \u0633\u0644\u064a\u0645\u0627\u0646" },
{ "scr", "\u0631\u0648\u0628\u064a\u0629 \u0633\u064a\u0634\u064a\u0644\u064a\u0629" },
{ "sdd", "\u062f\u064a\u0646\u0627\u0631 \u0633\u0648\u062f\u0627\u0646\u064a" },
{ "sdg", "\u062c\u0646\u064a\u0647 \u0633\u0648\u062f\u0627\u0646\u064a" },
{ "sdp", "\u062c\u0646\u064a\u0647 \u0633\u0648\u062f\u0627\u0646\u064a \u0642\u062f\u064a\u0645" },
{ "sek", "\u0643\u0631\u0648\u0646\u0629 \u0633\u0648\u064a\u062f\u064a\u0629" },
{ "sgd", "\u062f\u0648\u0644\u0627\u0631 \u0633\u0646\u063a\u0627\u0641\u0648\u0631\u064a" },
{ "shp", "\u062c\u0646\u064a\u0647 \u0633\u0627\u0646\u062a \u0647\u064a\u0644\u064a\u0646" },
{ "sit", "\u062a\u0648\u0644\u0627\u0631 \u0633\u0644\u0648\u0641\u064a\u0646\u064a" },
{ "skk", "\u0643\u0631\u0648\u0646\u0629 \u0633\u0644\u0648\u0641\u0627\u0643\u064a\u0629" },
{ "sll", "\u0644\u064a\u0648\u0646 \u0633\u064a\u0631\u0627\u0644\u064a\u0648\u0646\u064a" },
{ "sos", "\u0634\u0644\u0646 \u0635\u0648\u0645\u0627\u0644\u064a" },
{ "srd", "\u062f\u0648\u0644\u0627\u0631 \u0633\u0648\u0631\u064a\u0646\u0627\u0645\u064a" },
{ "srg", "\u062c\u0644\u062f\u0631 \u0633\u0648\u0631\u064a\u0646\u0627\u0645\u064a" },
{ "std", "\u062f\u0648\u0628\u0631\u0627 \u0633\u0627\u0648 \u062a\u0648\u0645\u064a \u0648\u0628\u0631\u064a\u0646\u0633\u064a\u0628\u064a" },
{ "sur", "\u0631\u0648\u0628\u0644 \u0633\u0648\u0641\u064a\u062a\u064a" },
{ "svc", "\u0643\u0648\u0644\u0648\u0646 \u0633\u0644\u0641\u0627\u062f\u0648\u0631\u064a" },
{ "syp", "\u0644\u064a\u0631\u0629 \u0633\u0648\u0631\u064a\u0629" },
{ "szl", "\u0644\u064a\u0644\u0627\u0646\u062c\u064a\u0646\u064a \u0633\u0648\u0627\u0632\u064a\u0644\u0646\u062f\u064a" },
{ "thb", "\u0628\u0627\u062e\u062a \u062a\u0627\u064a\u0644\u0627\u0646\u062f\u064a" },
{ "tjr", "\u0631\u0648\u0628\u0644 \u0637\u0627\u062c\u064a\u0643\u0633\u062a\u0627\u0646\u064a" },
{ "tjs", "\u0633\u0648\u0645\u0648\u0646\u064a \u0637\u0627\u062c\u064a\u0643\u0633\u062a\u0627\u0646\u064a" },
{ "tmm", "\u0645\u0627\u0646\u0627\u062a \u062a\u0631\u0643\u0645\u0646\u0633\u062a\u0627\u0646\u064a" },
{ "tmt", "\u0645\u0627\u0646\u0627\u062a \u062a\u0631\u0643\u0645\u0627\u0646\u0633\u062a\u0627\u0646" },
{ "tnd", "\u062f\u064a\u0646\u0627\u0631\u062a\u0648\u0646\u0633\u064a" },
{ "top", "\u0628\u0627\u0646\u063a\u0627 \u062a\u0648\u0646\u063a\u0627" },
{ "tpe", "\u0627\u0633\u0643\u0648\u062f \u062a\u064a\u0645\u0648\u0631\u064a" },
{ "trl", "\u0644\u064a\u0631\u0629 \u062a\u0631\u0643\u064a" },
{ "try", "\u0644\u064a\u0631\u0629 \u062a\u0631\u0643\u064a\u0629" },
{ "ttd", "\u062f\u0648\u0644\u0627\u0631 \u062a\u0631\u064a\u0646\u062f\u0627\u062f \u0648\u062a\u0648\u0628\u0627\u062c\u0648" },
{ "twd", "\u062f\u0648\u0644\u0627\u0631 \u062a\u0627\u064a\u0648\u0627\u0646\u064a" },
{ "tzs", "\u0634\u0644\u0646 \u062a\u0646\u0632\u0627\u0646\u064a" },
{ "uah", "\u0647\u0631\u064a\u0641\u0646\u064a\u0627 \u0623\u0648\u0643\u0631\u0627\u0646\u064a" },
{ "ugs", "\u0634\u0644\u0646 \u0623\u0648\u063a\u0646\u062f\u064a - 1966-1987" },
{ "ugx", "\u0634\u0644\u0646 \u0623\u0648\u063a\u0646\u062f\u064a" },
{ "usd", "\u062f\u0648\u0644\u0627\u0631 \u0623\u0645\u0631\u064a\u0643\u064a" },
{ "usn", "\u062f\u0648\u0644\u0627\u0631 \u0623\u0645\u0631\u064a\u0643\u064a (\u0627\u0644\u064a\u0648\u0645 \u0627\u0644\u062a\u0627\u0644\u064a)\u200f" },
{ "uss", "\u062f\u0648\u0644\u0627\u0631 \u0623\u0645\u0631\u064a\u0643\u064a (\u0646\u0641\u0633 \u0627\u0644\u064a\u0648\u0645)\u200f" },
{ "uyp", "\u0628\u064a\u0632\u0648 \u0623\u0648\u0631\u0648\u062c\u0648\u0627\u064a - 1975-1993" },
{ "uyu", "\u0628\u064a\u0632\u0648 \u0627\u0648\u0631\u0648\u063a\u0648\u0627\u064a" },
{ "uzs", "\u0633\u0648\u0645 \u0623\u0648\u0632\u0628\u0643\u0633\u062a\u0627\u0646\u064a" },
{ "veb", "\u0628\u0648\u0644\u064a\u0641\u0627\u0631 \u0641\u0646\u0632\u0648\u064a\u0644\u064a - 1871-2008\u00a0" },
{ "vef", "\u0628\u0648\u0644\u064a\u0641\u0627\u0631 \u0641\u0646\u0632\u0648\u064a\u0644\u064a" },
{ "vnd", "\u062f\u0648\u0646\u062c \u0641\u064a\u062a\u0646\u0627\u0645\u064a" },
{ "vuv", "\u0641\u0627\u062a\u0648 \u0641\u0627\u0646\u0648\u0627\u062a\u0648" },
{ "wst", "\u062a\u0627\u0644\u0627 \u0633\u0627\u0645\u0648\u0627" },
{ "xaf", "\u0641\u0631\u0646\u0643 \u0623\u0641\u0631\u064a\u0642\u064a" },
{ "xag", "\u0641\u0636\u0629" },
{ "xau", "\u0630\u0647\u0628" },
{ "xba", "\u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 \u0627\u0644\u0645\u0631\u0643\u0628\u0629" },
{ "xbb", "\u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629" },
{ "xbc", "\u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062d\u0633\u0627\u0628\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629" },
{ "xbd", "(XBD)\u0648\u062d\u062f\u0629 \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629" },
{ "xcd", "\u062f\u0648\u0644\u0627\u0631 \u0634\u0631\u0642 \u0627\u0644\u0643\u0627\u0631\u064a\u0628\u064a" },
{ "xdr", "\u062d\u0642\u0648\u0642 \u0627\u0644\u0633\u062d\u0628 \u0627\u0644\u062e\u0627\u0635\u0629" },
{ "xeu", "\u0648\u062d\u062f\u0629 \u0627\u0644\u0646\u0642\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629" },
{ "xfo", "\u0641\u0631\u0646\u0643 \u0641\u0631\u0646\u0633\u064a \u0630\u0647\u0628\u064a" },
{ "xfu", "(UIC)\u0641\u0631\u0646\u0643 \u0641\u0631\u0646\u0633\u064a" },
{ "xof", "\u0641\u0631\u0646\u0643 \u0633\u064a \u0625\u0641 \u0625\u064a\u0647 \u063a\u0631\u0628 \u0625\u0641\u0631\u064a\u0642\u064a\u0627" },
{ "xpd", "\u0628\u0627\u0644\u0627\u062f\u064a\u0648\u0645" },
{ "xpf", "\u0641\u0631\u0646\u0643 \u0633\u064a \u0625\u0641 \u0628\u064a" },
{ "xpt", "\u0627\u0644\u0628\u0644\u0627\u062a\u064a\u0646" },
{ "xts", "\u0643\u0648\u062f \u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u0639\u0645\u0644\u0629" },
{ "xxx", "\u0639\u0645\u0644\u0629 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641\u0629" },
{ "ydd", "\u062f\u064a\u0646\u0627\u0631 \u064a\u0645\u0646\u064a" },
{ "yer", "\u0631\u064a\u0627\u0644 \u064a\u0645\u0646\u064a" },
{ "yud", "\u062f\u064a\u0646\u0627\u0631 \u064a\u0648\u063a\u0633\u0644\u0627\u0641\u064a" },
{ "yun", "\u062f\u064a\u0646\u0627\u0631 \u064a\u0648\u063a\u0633\u0644\u0627\u0641\u064a \u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u062d\u0648\u064a\u0644" },
{ "zal", "\u0631\u0627\u0646\u062f \u062c\u0646\u0648\u0628 \u0623\u0641\u0631\u064a\u0642\u064a\u0627 -\u0645\u0627\u0644\u064a" },
{ "zar", "\u0631\u0627\u0646\u062f \u062c\u0646\u0648\u0628 \u0623\u0641\u0631\u064a\u0642\u064a\u0627" },
{ "zmk", "\u0643\u0648\u0627\u0634\u0627 \u0632\u0627\u0645\u0628\u064a" },
{ "zrn", "\u0632\u0627\u0626\u064a\u0631 \u0632\u0627\u0626\u064a\u0631\u064a \u062c\u062f\u064a\u062f" },
{ "zrz", "\u0632\u0627\u0626\u064a\u0631 \u0632\u0627\u0626\u064a\u0631\u064a" },
{ "zwd", "\u062f\u0648\u0644\u0627\u0631 \u0632\u0645\u0628\u0627\u0628\u0648\u064a" },
{ "zwl", "\u062f\u0648\u0644\u0627\u0631 \u0632\u0645\u0628\u0627\u0628\u0648\u064a 2009" },
};
return data;
}
}

View File

@@ -0,0 +1,971 @@
/*
* 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.ar;
import sun.util.resources.OpenListResourceBundle;
public class LocaleNames_ar extends OpenListResourceBundle {
@Override
protected final Object[][] getContents() {
final Object[][] data = new Object[][] {
{ "001", "\u0627\u0644\u0639\u0627\u0644\u0645" },
{ "002", "\u0623\u0641\u0631\u064a\u0642\u064a\u0627" },
{ "003", "\u0623\u0645\u0631\u064a\u0643\u0627 \u0627\u0644\u0634\u0645\u0627\u0644\u064a\u0629" },
{ "005", "\u0623\u0645\u0631\u064a\u0643\u0627 \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629" },
{ "009", "\u0623\u0648\u0642\u064a\u0627\u0646\u0648\u0633\u064a\u0627" },
{ "011", "\u063a\u0631\u0628 \u0623\u0641\u0631\u064a\u0642\u064a\u0627" },
{ "013", "\u0623\u0645\u0631\u064a\u0643\u0627 \u0627\u0644\u0648\u0633\u0637\u0649" },
{ "014", "\u0634\u0631\u0642 \u0623\u0641\u0631\u064a\u0642\u064a\u0627" },
{ "015", "\u0634\u0645\u0627\u0644 \u0623\u0641\u0631\u064a\u0642\u064a\u0627" },
{ "017", "\u0648\u0633\u0637 \u0623\u0641\u0631\u064a\u0642\u064a\u0627" },
{ "018", "\u0623\u0641\u0631\u064a\u0642\u064a\u0627 \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629" },
{ "019", "\u0627\u0644\u0623\u0645\u0631\u064a\u0643\u062a\u064a\u0646" },
{ "021", "\u0634\u0645\u0627\u0644 \u0623\u0645\u0631\u064a\u0643\u0627" },
{ "029", "\u0627\u0644\u0643\u0627\u0631\u064a\u0628\u064a" },
{ "030", "\u0634\u0631\u0642 \u0622\u0633\u064a\u0627" },
{ "034", "\u062c\u0646\u0648\u0628 \u0622\u0633\u064a\u0627" },
{ "035", "\u062c\u0646\u0648\u0628 \u0634\u0631\u0642 \u0622\u0633\u064a\u0627" },
{ "039", "\u062c\u0646\u0648\u0628 \u0623\u0648\u0631\u0648\u0628\u0627" },
{ "053", "\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627 \u0648\u0646\u064a\u0648\u0632\u064a\u0644\u0646\u062f\u0627" },
{ "054", "\u0645\u064a\u0644\u0627\u0646\u064a\u0632\u064a\u0627" },
{ "057", "\u0627\u0644\u062c\u0632\u0631 \u0627\u0644\u0645\u064a\u0643\u0631\u0648\u0646\u064a\u0632\u064a\u0629" },
{ "061", "\u0628\u0648\u0644\u064a\u0646\u064a\u0632\u064a\u0627" },
{ "142", "\u0622\u0633\u064a\u0627" },
{ "143", "\u0648\u0633\u0637 \u0622\u0633\u064a\u0627" },
{ "145", "\u063a\u0631\u0628 \u0622\u0633\u064a\u0627" },
{ "150", "\u0623\u0648\u0631\u0648\u0628\u0627" },
{ "151", "\u0634\u0631\u0642 \u0623\u0648\u0631\u0648\u0628\u0627" },
{ "154", "\u0634\u0645\u0627\u0644 \u0623\u0648\u0631\u0648\u0628\u0627" },
{ "155", "\u063a\u0631\u0628 \u0623\u0648\u0631\u0648\u0628\u0627" },
{ "419", "\u0623\u0645\u0631\u064a\u0643\u0627 \u0627\u0644\u0644\u0627\u062a\u064a\u0646\u064a\u0629" },
{ "AC", "\u062c\u0632\u064a\u0631\u0629 \u0623\u0633\u064a\u0646\u0634\u064a\u0648\u0646" },
{ "AD", "\u0623\u0646\u062f\u0648\u0631\u0627" },
{ "AE", "\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u0629" },
{ "AF", "\u0623\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646" },
{ "AG", "\u0623\u0646\u062a\u064a\u063a\u0648\u0627 \u0648\u0628\u0631\u0628\u0648\u062f\u0627" },
{ "AI", "\u0623\u0646\u063a\u0648\u064a\u0644\u0627" },
{ "AL", "\u0623\u0644\u0628\u0627\u0646\u064a\u0627" },
{ "AM", "\u0623\u0631\u0645\u064a\u0646\u064a\u0627" },
{ "AN", "\u062c\u0632\u0631 \u0627\u0644\u0623\u0646\u062a\u064a\u0644 \u0627\u0644\u0647\u0648\u0644\u0646\u062f\u064a\u0629" },
{ "AO", "\u0623\u0646\u063a\u0648\u0644\u0627" },
{ "AQ", "\u0627\u0644\u0642\u0637\u0628 \u0627\u0644\u062c\u0646\u0648\u0628\u064a" },
{ "AR", "\u0627\u0644\u0623\u0631\u062c\u0646\u062a\u064a\u0646" },
{ "AS", "\u0633\u0627\u0645\u0648\u0627 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629" },
{ "AT", "\u0627\u0644\u0646\u0645\u0633\u0627" },
{ "AU", "\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627" },
{ "AW", "\u0622\u0631\u0648\u0628\u0627" },
{ "AX", "\u062c\u0632\u0631 \u0623\u0648\u0644\u0627\u0646" },
{ "AZ", "\u0623\u0630\u0631\u0628\u064a\u062c\u0627\u0646" },
{ "BA", "\u0627\u0644\u0628\u0648\u0633\u0646\u0629 \u0648\u0627\u0644\u0647\u0631\u0633\u0643" },
{ "BB", "\u0628\u0631\u0628\u0627\u062f\u0648\u0633" },
{ "BD", "\u0628\u0646\u062c\u0644\u0627\u062f\u064a\u0634" },
{ "BE", "\u0628\u0644\u062c\u064a\u0643\u0627" },
{ "BF", "\u0628\u0648\u0631\u0643\u064a\u0646\u0627 \u0641\u0627\u0633\u0648" },
{ "BG", "\u0628\u0644\u063a\u0627\u0631\u064a\u0627" },
{ "BH", "\u0627\u0644\u0628\u062d\u0631\u064a\u0646" },
{ "BI", "\u0628\u0648\u0631\u0648\u0646\u062f\u064a" },
{ "BJ", "\u0628\u0646\u064a\u0646" },
{ "BL", "\u0633\u0627\u0646 \u0628\u0627\u0631\u062a\u0644\u064a\u0645\u064a" },
{ "BM", "\u0628\u0631\u0645\u0648\u062f\u0627" },
{ "BN", "\u0628\u0631\u0648\u0646\u0627\u064a" },
{ "BO", "\u0628\u0648\u0644\u064a\u0641\u064a\u0627" },
{ "BR", "\u0627\u0644\u0628\u0631\u0627\u0632\u064a\u0644" },
{ "BS", "\u0627\u0644\u0628\u0627\u0647\u0627\u0645\u0627" },
{ "BT", "\u0628\u0648\u062a\u0627\u0646" },
{ "BV", "\u062c\u0632\u064a\u0631\u0629 \u0628\u0648\u0641\u064a\u0647" },
{ "BW", "\u0628\u062a\u0633\u0648\u0627\u0646\u0627" },
{ "BY", "\u0631\u0648\u0633\u064a\u0627 \u0627\u0644\u0628\u064a\u0636\u0627\u0621" },
{ "BZ", "\u0628\u0644\u064a\u0632" },
{ "CA", "\u0643\u0646\u062f\u0627" },
{ "CC", "\u062c\u0632\u0631 \u0643\u0648\u0643\u0648\u0633" },
{ "CD", "\u0627\u0644\u0643\u0648\u0646\u063a\u0648 - \u0643\u064a\u0646\u0634\u0627\u0633\u0627" },
{ "CF", "\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0623\u0641\u0631\u064a\u0642\u064a\u0627 \u0627\u0644\u0648\u0633\u0637\u0649" },
{ "CG", "\u0627\u0644\u0643\u0648\u0646\u063a\u0648 - \u0628\u0631\u0627\u0632\u0627\u0641\u064a\u0644" },
{ "CH", "\u0633\u0648\u064a\u0633\u0631\u0627" },
{ "CI", "\u0633\u0627\u062d\u0644 \u0627\u0644\u0639\u0627\u062c" },
{ "CK", "\u062c\u0632\u0631 \u0643\u0648\u0643" },
{ "CL", "\u0634\u064a\u0644\u064a" },
{ "CM", "\u0627\u0644\u0643\u0627\u0645\u064a\u0631\u0648\u0646" },
{ "CN", "\u0627\u0644\u0635\u064a\u0646" },
{ "CO", "\u0643\u0648\u0644\u0648\u0645\u0628\u064a\u0627" },
{ "CP", "\u062c\u0632\u064a\u0631\u0629 \u0643\u0644\u064a\u0628\u064a\u0631\u062a\u0648\u0646" },
{ "CR", "\u0643\u0648\u0633\u062a\u0627\u0631\u064a\u0643\u0627" },
{ "CS", "\u0635\u0631\u0628\u064a\u0627 \u0648\u0627\u0644\u062c\u0628\u0644 \u0627\u0644\u0623\u0633\u0648\u062f" },
{ "CU", "\u0643\u0648\u0628\u0627" },
{ "CV", "\u0627\u0644\u0631\u0623\u0633 \u0627\u0644\u0623\u062e\u0636\u0631" },
{ "CX", "\u062c\u0632\u064a\u0631\u0629 \u0627\u0644\u0643\u0631\u064a\u0633\u0645\u0627\u0633" },
{ "CY", "\u0642\u0628\u0631\u0635" },
{ "CZ", "\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u062a\u0634\u064a\u0643" },
{ "DE", "\u0623\u0644\u0645\u0627\u0646\u064a\u0627" },
{ "DG", "\u062f\u064a\u064a\u063a\u0648 \u063a\u0627\u0631\u0633\u064a\u0627" },
{ "DJ", "\u062c\u064a\u0628\u0648\u062a\u064a" },
{ "DK", "\u0627\u0644\u062f\u0627\u0646\u0645\u0631\u0643" },
{ "DM", "\u062f\u0648\u0645\u064a\u0646\u064a\u0643\u0627" },
{ "DO", "\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u062f\u0648\u0645\u064a\u0646\u064a\u0643" },
{ "DZ", "\u0627\u0644\u062c\u0632\u0627\u0626\u0631" },
{ "EA", "\u0633\u064a\u0648\u062a\u0627 \u0648\u0645\u064a\u0644\u064a\u0644\u0627" },
{ "EC", "\u0627\u0644\u0625\u0643\u0648\u0627\u062f\u0648\u0631" },
{ "EE", "\u0623\u0633\u062a\u0648\u0646\u064a\u0627" },
{ "EG", "\u0645\u0635\u0631" },
{ "EH", "\u0627\u0644\u0635\u062d\u0631\u0627\u0621 \u0627\u0644\u063a\u0631\u0628\u064a\u0629" },
{ "ER", "\u0623\u0631\u064a\u062a\u0631\u064a\u0627" },
{ "ES", "\u0625\u0633\u0628\u0627\u0646\u064a\u0627" },
{ "ET", "\u0625\u062b\u064a\u0648\u0628\u064a\u0627" },
{ "EU", "\u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a" },
{ "FI", "\u0641\u0646\u0644\u0646\u062f\u0627" },
{ "FJ", "\u0641\u064a\u062c\u064a" },
{ "FK", "\u062c\u0632\u0631 \u0641\u0648\u0643\u0644\u0627\u0646\u062f" },
{ "FM", "\u0645\u064a\u0643\u0631\u0648\u0646\u064a\u0632\u064a\u0627" },
{ "FO", "\u062c\u0632\u0631 \u0641\u0627\u0631\u0648" },
{ "FR", "\u0641\u0631\u0646\u0633\u0627" },
{ "FX", "\u0645\u064a\u062a\u0631\u0648\u0628\u0648\u0644\u0648\u064a\u062a\u0627\u0646 \u0641\u0631\u0646\u0633\u0627" },
{ "GA", "\u0627\u0644\u062c\u0627\u0628\u0648\u0646" },
{ "GB", "\u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u0629" },
{ "GD", "\u063a\u0631\u064a\u0646\u0627\u062f\u0627" },
{ "GE", "\u062c\u0648\u0631\u062c\u064a\u0627" },
{ "GF", "\u063a\u0648\u064a\u0627\u0646\u0627 \u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629" },
{ "GG", "\u063a\u064a\u0631\u0646\u0632\u064a" },
{ "GH", "\u063a\u0627\u0646\u0627" },
{ "GI", "\u062c\u0628\u0644 \u0637\u0627\u0631\u0642" },
{ "GL", "\u063a\u0631\u064a\u0646\u0644\u0627\u0646\u062f" },
{ "GM", "\u063a\u0627\u0645\u0628\u064a\u0627" },
{ "GN", "\u063a\u064a\u0646\u064a\u0627" },
{ "GP", "\u062c\u0648\u0627\u062f\u0644\u0648\u0628" },
{ "GQ", "\u063a\u064a\u0646\u064a\u0627 \u0627\u0644\u0627\u0633\u062a\u0648\u0627\u0626\u064a\u0629" },
{ "GR", "\u0627\u0644\u064a\u0648\u0646\u0627\u0646" },
{ "GS", "\u062c\u0648\u0631\u062c\u064a\u0627 \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629 \u0648\u062c\u0632\u0631 \u0633\u0627\u0646\u062f\u0648\u064a\u062a\u0634 \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629" },
{ "GT", "\u063a\u0648\u0627\u062a\u064a\u0645\u0627\u0644\u0627" },
{ "GU", "\u063a\u0648\u0627\u0645" },
{ "GW", "\u063a\u064a\u0646\u064a\u0627 \u0628\u064a\u0633\u0627\u0648" },
{ "GY", "\u063a\u064a\u0627\u0646\u0627" },
{ "HK", "\u0647\u0648\u0646\u063a \u0643\u0648\u0646\u063a \u0627\u0644\u0635\u064a\u0646\u064a\u0629" },
{ "HM", "\u062c\u0632\u064a\u0631\u0629 \u0647\u064a\u0631\u062f \u0648\u062c\u0632\u0631 \u0645\u0627\u0643\u062f\u0648\u0646\u0627\u0644\u062f" },
{ "HN", "\u0647\u0646\u062f\u0648\u0631\u0627\u0633" },
{ "HR", "\u0643\u0631\u0648\u0627\u062a\u064a\u0627" },
{ "HT", "\u0647\u0627\u064a\u062a\u064a" },
{ "HU", "\u0647\u0646\u063a\u0627\u0631\u064a\u0627" },
{ "IC", "\u062c\u0632\u0631 \u0627\u0644\u0643\u0646\u0627\u0631\u064a" },
{ "ID", "\u0627\u0646\u062f\u0648\u0646\u064a\u0633\u064a\u0627" },
{ "IE", "\u0623\u064a\u0631\u0644\u0646\u062f\u0627" },
{ "IL", "\u0625\u0633\u0631\u0627\u0626\u064a\u0644" },
{ "IM", "\u062c\u0632\u064a\u0631\u0629 \u0645\u0627\u0646" },
{ "IN", "\u0627\u0644\u0647\u0646\u062f" },
{ "IO", "\u0627\u0644\u0625\u0642\u0644\u064a\u0645 \u0627\u0644\u0628\u0631\u064a\u0637\u0627\u0646\u064a \u0641\u064a \u0627\u0644\u0645\u062d\u064a\u0637 \u0627\u0644\u0647\u0646\u062f\u064a" },
{ "IQ", "\u0627\u0644\u0639\u0631\u0627\u0642" },
{ "IR", "\u0625\u064a\u0631\u0627\u0646" },
{ "IS", "\u0623\u064a\u0633\u0644\u0646\u062f\u0627" },
{ "IT", "\u0625\u064a\u0637\u0627\u0644\u064a\u0627" },
{ "JE", "\u062c\u064a\u0631\u0633\u064a" },
{ "JM", "\u062c\u0627\u0645\u0627\u064a\u0643\u0627" },
{ "JO", "\u0627\u0644\u0623\u0631\u062f\u0646" },
{ "JP", "\u0627\u0644\u064a\u0627\u0628\u0627\u0646" },
{ "KE", "\u0643\u064a\u0646\u064a\u0627" },
{ "KG", "\u0642\u0631\u063a\u064a\u0632\u0633\u062a\u0627\u0646" },
{ "KH", "\u0643\u0645\u0628\u0648\u062f\u064a\u0627" },
{ "KI", "\u0643\u064a\u0631\u064a\u0628\u0627\u062a\u064a" },
{ "KM", "\u062c\u0632\u0631 \u0627\u0644\u0642\u0645\u0631" },
{ "KN", "\u0633\u0627\u0646\u062a \u0643\u064a\u062a\u0633 \u0648\u0646\u064a\u0641\u064a\u0633" },
{ "KP", "\u0643\u0648\u0631\u064a\u0627 \u0627\u0644\u0634\u0645\u0627\u0644\u064a\u0629" },
{ "KR", "\u0643\u0648\u0631\u064a\u0627 \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629" },
{ "KW", "\u0627\u0644\u0643\u0648\u064a\u062a" },
{ "KY", "\u062c\u0632\u0631 \u0627\u0644\u0643\u0627\u064a\u0645\u0646" },
{ "KZ", "\u0643\u0627\u0632\u0627\u062e\u0633\u062a\u0627\u0646" },
{ "LA", "\u0644\u0627\u0648\u0633" },
{ "LB", "\u0644\u0628\u0646\u0627\u0646" },
{ "LC", "\u0633\u0627\u0646\u062a \u0644\u0648\u0633\u064a\u0627" },
{ "LI", "\u0644\u064a\u062e\u062a\u0646\u0634\u062a\u0627\u064a\u0646" },
{ "LK", "\u0633\u0631\u064a\u0644\u0627\u0646\u0643\u0627" },
{ "LR", "\u0644\u064a\u0628\u064a\u0631\u064a\u0627" },
{ "LS", "\u0644\u064a\u0633\u0648\u062a\u0648" },
{ "LT", "\u0644\u064a\u062a\u0648\u0627\u0646\u064a\u0627" },
{ "LU", "\u0644\u0648\u0643\u0633\u0645\u0628\u0648\u0631\u063a" },
{ "LV", "\u0644\u0627\u062a\u0641\u064a\u0627" },
{ "LY", "\u0644\u064a\u0628\u064a\u0627" },
{ "MA", "\u0627\u0644\u0645\u063a\u0631\u0628" },
{ "MC", "\u0645\u0648\u0646\u0627\u0643\u0648" },
{ "MD", "\u0645\u0648\u0644\u062f\u0627\u0641\u064a\u0627" },
{ "ME", "\u0627\u0644\u062c\u0628\u0644 \u0627\u0644\u0623\u0633\u0648\u062f" },
{ "MF", "\u0633\u0627\u0646\u062a \u0645\u0627\u0631\u062a\u064a\u0646" },
{ "MG", "\u0645\u062f\u063a\u0634\u0642\u0631" },
{ "MH", "\u062c\u0632\u0631 \u0627\u0644\u0645\u0627\u0631\u0634\u0627\u0644" },
{ "MK", "\u0645\u0642\u062f\u0648\u0646\u064a\u0627" },
{ "ML", "\u0645\u0627\u0644\u064a" },
{ "MM", "\u0645\u064a\u0627\u0646\u0645\u0627\u0631 -\u0628\u0648\u0631\u0645\u0627" },
{ "MN", "\u0645\u0646\u063a\u0648\u0644\u064a\u0627" },
{ "MO", "\u0645\u0643\u0627\u0648 \u0627\u0644\u0635\u064a\u0646\u064a\u0629 [\u0645\u0646\u0637\u0642\u0629 \u0625\u062f\u0627\u0631\u064a\u0629 \u062e\u0627\u0635\u0629]" },
{ "MP", "\u062c\u0632\u0631 \u0645\u0627\u0631\u064a\u0627\u0646\u0627 \u0627\u0644\u0634\u0645\u0627\u0644\u064a\u0629" },
{ "MQ", "\u0645\u0627\u0631\u062a\u064a\u0646\u064a\u0643" },
{ "MR", "\u0645\u0648\u0631\u064a\u062a\u0627\u0646\u064a\u0627" },
{ "MS", "\u0645\u0648\u0646\u062a\u0633\u0631\u0627\u062a" },
{ "MT", "\u0645\u0627\u0644\u0637\u0627" },
{ "MU", "\u0645\u0648\u0631\u064a\u0634\u064a\u0648\u0633" },
{ "MV", "\u062c\u0632\u0631 \u0627\u0644\u0645\u0627\u0644\u062f\u064a\u0641" },
{ "MW", "\u0645\u0644\u0627\u0648\u064a" },
{ "MX", "\u0627\u0644\u0645\u0643\u0633\u064a\u0643" },
{ "MY", "\u0645\u0627\u0644\u064a\u0632\u064a\u0627" },
{ "MZ", "\u0645\u0648\u0632\u0645\u0628\u064a\u0642" },
{ "NA", "\u0646\u0627\u0645\u064a\u0628\u064a\u0627" },
{ "NC", "\u0643\u0627\u0644\u064a\u062f\u0648\u0646\u064a\u0627 \u0627\u0644\u062c\u062f\u064a\u062f\u0629" },
{ "NE", "\u0627\u0644\u0646\u064a\u062c\u0631" },
{ "NF", "\u062c\u0632\u064a\u0631\u0629 \u0646\u0648\u0631\u0641\u0648\u0643" },
{ "NG", "\u0646\u064a\u062c\u064a\u0631\u064a\u0627" },
{ "NI", "\u0646\u064a\u0643\u0627\u0631\u0627\u063a\u0648\u0627" },
{ "NL", "\u0647\u0648\u0644\u0646\u062f\u0627" },
{ "NO", "\u0627\u0644\u0646\u0631\u0648\u064a\u062c" },
{ "NP", "\u0646\u064a\u0628\u0627\u0644" },
{ "NR", "\u0646\u0627\u0648\u0631\u0648" },
{ "NU", "\u0646\u064a\u0648\u064a" },
{ "NZ", "\u0646\u064a\u0648\u0632\u064a\u0644\u0627\u0646\u062f\u0627" },
{ "OM", "\u0639\u064f\u0645\u0627\u0646" },
{ "PA", "\u0628\u0646\u0645\u0627" },
{ "PE", "\u0628\u064a\u0631\u0648" },
{ "PF", "\u0628\u0648\u0644\u064a\u0646\u064a\u0632\u064a\u0627 \u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629" },
{ "PG", "\u0628\u0627\u0628\u0648\u0627 \u063a\u064a\u0646\u064a\u0627 \u0627\u0644\u062c\u062f\u064a\u062f\u0629" },
{ "PH", "\u0627\u0644\u0641\u064a\u0644\u0628\u064a\u0646" },
{ "PK", "\u0628\u0627\u0643\u0633\u062a\u0627\u0646" },
{ "PL", "\u0628\u0648\u0644\u0646\u062f\u0627" },
{ "PM", "\u0633\u0627\u0646\u062a \u0628\u064a\u064a\u0631 \u0648\u0645\u064a\u0643\u0648\u0644\u0648\u0646" },
{ "PN", "\u062c\u0632\u0631 \u0628\u064a\u062a\u0643\u064a\u0631\u0646" },
{ "PR", "\u0628\u0648\u0631\u062a\u0648\u0631\u064a\u0643\u0648" },
{ "PS", "\u0641\u0644\u0633\u0637\u064a\u0646" },
{ "PT", "\u0627\u0644\u0628\u0631\u062a\u063a\u0627\u0644" },
{ "PW", "\u0628\u0627\u0644\u0627\u0648" },
{ "PY", "\u0628\u0627\u0631\u0627\u063a\u0648\u0627\u064a" },
{ "QA", "\u0642\u0637\u0631" },
{ "QO", "\u0623\u0648\u0642\u064a\u0627\u0646\u0648\u0633\u064a\u0627 \u0627\u0644\u0646\u0627\u0626\u064a\u0629" },
{ "RE", "\u0631\u0648\u064a\u0646\u064a\u0648\u0646" },
{ "RO", "\u0631\u0648\u0645\u0627\u0646\u064a\u0627" },
{ "RS", "\u0635\u0631\u0628\u064a\u0627" },
{ "RU", "\u0631\u0648\u0633\u064a\u0627" },
{ "RW", "\u0631\u0648\u0627\u0646\u062f\u0627" },
{ "SA", "\u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629" },
{ "SB", "\u062c\u0632\u0631 \u0633\u0644\u064a\u0645\u0627\u0646" },
{ "SC", "\u0633\u064a\u0634\u0644" },
{ "SD", "\u0627\u0644\u0633\u0648\u062f\u0627\u0646" },
{ "SE", "\u0627\u0644\u0633\u0648\u064a\u062f" },
{ "SG", "\u0633\u0646\u063a\u0627\u0641\u0648\u0631\u0629" },
{ "SH", "\u0633\u0627\u0646\u062a \u0647\u064a\u0644\u0646\u0627" },
{ "SI", "\u0633\u0644\u0648\u0641\u064a\u0646\u064a\u0627" },
{ "SJ", "\u0633\u0641\u0627\u0644\u0628\u0627\u0631\u062f \u0648\u062c\u0627\u0646 \u0645\u0627\u064a\u0627\u0646" },
{ "SK", "\u0633\u0644\u0648\u0641\u0627\u0643\u064a\u0627" },
{ "SL", "\u0633\u064a\u0631\u0627\u0644\u064a\u0648\u0646" },
{ "SM", "\u0633\u0627\u0646 \u0645\u0627\u0631\u064a\u0646\u0648" },
{ "SN", "\u0627\u0644\u0633\u0646\u063a\u0627\u0644" },
{ "SO", "\u0627\u0644\u0635\u0648\u0645\u0627\u0644" },
{ "SR", "\u0633\u0648\u0631\u064a\u0646\u0627\u0645" },
{ "ST", "\u0633\u0627\u0648 \u062a\u0648\u0645\u064a \u0648\u0628\u0631\u064a\u0646\u0633\u064a\u0628\u064a" },
{ "SV", "\u0627\u0644\u0633\u0644\u0641\u0627\u062f\u0648\u0631" },
{ "SY", "\u0633\u0648\u0631\u064a\u0627" },
{ "SZ", "\u0633\u0648\u0627\u0632\u064a\u0644\u0627\u0646\u062f" },
{ "TA", "\u062a\u0631\u064a\u0633\u062a\u0627\u0646 \u062f\u064a \u0643\u0648\u0646\u0647\u0627" },
{ "TC", "\u062c\u0632\u0631 \u0627\u0644\u062a\u0631\u0643 \u0648\u062c\u0627\u064a\u0643\u0648\u0633" },
{ "TD", "\u062a\u0634\u0627\u062f" },
{ "TF", "\u0627\u0644\u0645\u0642\u0627\u0637\u0639\u0627\u062a \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629 \u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629" },
{ "TG", "\u062a\u0648\u062c\u0648" },
{ "TH", "\u062a\u0627\u064a\u0644\u0646\u062f" },
{ "TJ", "\u0637\u0627\u062c\u0643\u0633\u062a\u0627\u0646" },
{ "TK", "\u062a\u0648\u0643\u064a\u0644\u0648" },
{ "TL", "\u062a\u064a\u0645\u0648\u0631 \u0627\u0644\u0634\u0631\u0642\u064a\u0629" },
{ "TM", "\u062a\u0631\u0643\u0645\u0627\u0646\u0633\u062a\u0627\u0646" },
{ "TN", "\u062a\u0648\u0646\u0633" },
{ "TO", "\u062a\u0648\u0646\u063a\u0627" },
{ "TR", "\u062a\u0631\u0643\u064a\u0627" },
{ "TT", "\u062a\u0631\u064a\u0646\u064a\u062f\u0627\u062f \u0648\u062a\u0648\u0628\u0627\u063a\u0648" },
{ "TV", "\u062a\u0648\u0641\u0627\u0644\u0648" },
{ "TW", "\u062a\u0627\u064a\u0648\u0627\u0646" },
{ "TZ", "\u062a\u0627\u0646\u0632\u0627\u0646\u064a\u0627" },
{ "UA", "\u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0627" },
{ "UG", "\u0623\u0648\u063a\u0646\u062f\u0627" },
{ "UM", "\u062c\u0632\u0631 \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0627\u0644\u0628\u0639\u064a\u062f\u0629 \u0627\u0644\u0635\u063a\u064a\u0631\u0629" },
{ "US", "\u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629" },
{ "UY", "\u0623\u0648\u0631\u063a\u0648\u0627\u064a" },
{ "UZ", "\u0623\u0648\u0632\u0628\u0643\u0633\u062a\u0627\u0646" },
{ "VA", "\u0627\u0644\u0641\u0627\u062a\u064a\u0643\u0627\u0646" },
{ "VC", "\u0633\u0627\u0646\u062a \u0641\u0646\u0633\u0646\u062a \u0648\u063a\u0631\u0646\u0627\u062f\u064a\u0646" },
{ "VE", "\u0641\u0646\u0632\u0648\u064a\u0644\u0627" },
{ "VG", "\u062c\u0632\u0631 \u0641\u0631\u062c\u064a\u0646 \u0627\u0644\u0628\u0631\u064a\u0637\u0627\u0646\u064a\u0629" },
{ "VI", "\u062c\u0632\u0631 \u0641\u0631\u062c\u064a\u0646 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629" },
{ "VN", "\u0641\u064a\u062a\u0646\u0627\u0645" },
{ "VU", "\u0641\u0627\u0646\u0648\u0627\u062a\u0648" },
{ "WF", "\u062c\u0632\u0631 \u0648\u0627\u0644\u0633 \u0648\u0641\u0648\u062a\u0648\u0646\u0627" },
{ "WS", "\u0633\u0627\u0645\u0648\u0627" },
{ "YE", "\u0627\u0644\u064a\u0645\u0646" },
{ "YT", "\u0645\u0627\u064a\u0648\u062a" },
{ "ZA", "\u062c\u0646\u0648\u0628 \u0623\u0641\u0631\u064a\u0642\u064a\u0627" },
{ "ZM", "\u0632\u0627\u0645\u0628\u064a\u0627" },
{ "ZW", "\u0632\u064a\u0645\u0628\u0627\u0628\u0648\u064a" },
{ "ZZ", "\u0645\u0646\u0637\u0642\u0629 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641\u0629" },
{ "aa", "\u0627\u0644\u0623\u0641\u0627\u0631\u064a\u0629" },
{ "ab", "\u0627\u0644\u0623\u0628\u062e\u0627\u0632\u064a\u0629" },
{ "ae", "\u0627\u0644\u0623\u0641\u0633\u062a\u064a\u0629" },
{ "af", "\u0627\u0644\u0623\u0641\u0631\u064a\u0642\u064a\u0629" },
{ "ak", "\u0627\u0644\u0623\u0643\u0627\u0646\u064a\u0629" },
{ "am", "\u0627\u0644\u0623\u0645\u0647\u0631\u064a\u0629" },
{ "an", "\u0627\u0644\u0623\u0631\u0627\u062c\u0648\u0646\u064a\u0629" },
{ "ar", "\u0627\u0644\u0639\u0631\u0628\u064a\u0629" },
{ "as", "\u0627\u0644\u0623\u0633\u0627\u0645\u064a\u0629" },
{ "av", "\u0627\u0644\u0623\u0641\u0627\u0631\u064a\u0643\u064a\u0629" },
{ "ay", "\u0627\u0644\u0623\u064a\u0645\u0627\u0631\u0627" },
{ "az", "\u0627\u0644\u0623\u0630\u0631\u064a\u0629" },
{ "ba", "\u0627\u0644\u0628\u0627\u0634\u0643\u064a\u0631\u064a\u0629" },
{ "be", "\u0627\u0644\u0628\u064a\u0644\u0648\u0631\u0648\u0633\u064a\u0629" },
{ "bg", "\u0627\u0644\u0628\u0644\u063a\u0627\u0631\u064a\u0629" },
{ "bh", "\u0627\u0644\u0628\u064a\u0647\u0627\u0631\u064a\u0629" },
{ "bi", "\u0627\u0644\u0628\u064a\u0633\u0644\u0627\u0645\u064a\u0629" },
{ "bm", "\u0627\u0644\u0628\u0627\u0645\u0628\u0627\u0631\u0627" },
{ "bn", "\u0627\u0644\u0628\u0646\u063a\u0627\u0644\u064a\u0629" },
{ "bo", "\u0627\u0644\u062a\u0628\u062a\u064a\u0629" },
{ "br", "\u0627\u0644\u0628\u0631\u064a\u062a\u0648\u0646\u064a\u0629" },
{ "bs", "\u0627\u0644\u0628\u0648\u0633\u0646\u064a\u0629" },
{ "ca", "\u0627\u0644\u0643\u062a\u0627\u0644\u0627\u0646\u064a\u0629" },
{ "ce", "\u0627\u0644\u0634\u064a\u0634\u0627\u0646\u064a\u0629" },
{ "ch", "\u0627\u0644\u062a\u0634\u0627\u0645\u0648\u0631\u0648" },
{ "co", "\u0627\u0644\u0643\u0648\u0631\u0633\u064a\u0643\u064a\u0629" },
{ "cr", "\u0627\u0644\u0643\u0631\u0649" },
{ "cs", "\u0627\u0644\u062a\u0634\u064a\u0643\u064a\u0629" },
{ "cu", "\u0633\u0644\u0627\u0641\u064a\u0629 \u0643\u0646\u0633\u064a\u0629" },
{ "cv", "\u0627\u0644\u062a\u0634\u0641\u0627\u0634" },
{ "cy", "\u0627\u0644\u0648\u0644\u0632\u064a\u0629" },
{ "da", "\u0627\u0644\u062f\u0627\u0646\u0645\u0627\u0631\u0643\u064a\u0629" },
{ "de", "\u0627\u0644\u0623\u0644\u0645\u0627\u0646\u064a\u0629" },
{ "dv", "\u0627\u0644\u0645\u0627\u0644\u062f\u064a\u0641\u064a\u0629" },
{ "dz", "\u0627\u0644\u0632\u0648\u0646\u062e\u0627\u064a\u0629" },
{ "ee", "\u0627\u0644\u0625\u064a\u0648\u064a" },
{ "el", "\u0627\u0644\u064a\u0648\u0646\u0627\u0646\u064a\u0629" },
{ "en", "\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629" },
{ "eo", "\u0627\u0644\u0625\u0633\u0628\u0631\u0627\u0646\u062a\u0648" },
{ "es", "\u0627\u0644\u0625\u0633\u0628\u0627\u0646\u064a\u0629" },
{ "et", "\u0627\u0644\u0625\u0633\u062a\u0648\u0646\u064a\u0629" },
{ "eu", "\u0644\u063a\u0629 \u0627\u0644\u0628\u0627\u0633\u0643" },
{ "fa", "\u0627\u0644\u0641\u0627\u0631\u0633\u064a\u0629" },
{ "ff", "\u0627\u0644\u0641\u0644\u0629" },
{ "fi", "\u0627\u0644\u0641\u0646\u0644\u0646\u062f\u064a\u0629" },
{ "fj", "\u0627\u0644\u0641\u064a\u062c\u064a\u0629" },
{ "fo", "\u0627\u0644\u0641\u0627\u0631\u0648\u064a\u0632" },
{ "fr", "\u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629" },
{ "fy", "\u0627\u0644\u0641\u0631\u064a\u0632\u064a\u0627\u0646" },
{ "ga", "\u0627\u0644\u0623\u064a\u0631\u0644\u0646\u062f\u064a\u0629" },
{ "gd", "\u0627\u0644\u063a\u064a\u0644\u064a\u0629 \u0627\u0644\u0623\u0633\u0643\u062a\u0644\u0646\u062f\u064a\u0629" },
{ "gl", "\u0627\u0644\u062c\u0627\u0644\u064a\u0643\u064a\u0629" },
{ "gn", "\u0627\u0644\u062c\u0648\u0627\u0631\u0627\u0646\u064a" },
{ "gu", "\u0627\u0644\u063a\u0648\u062c\u0627\u0631\u0627\u062a\u064a\u0629" },
{ "gv", "\u0627\u0644\u0645\u0646\u0643\u064a\u0629" },
{ "ha", "\u0627\u0644\u0647\u0648\u0633\u0627" },
{ "he", "\u0627\u0644\u0639\u0628\u0631\u064a\u0629" },
{ "hi", "\u0627\u0644\u0647\u0646\u062f\u064a\u0629" },
{ "ho", "\u0627\u0644\u0647\u064a\u0631\u064a \u0645\u0648\u062a\u0648" },
{ "hr", "\u0627\u0644\u0643\u0631\u0648\u0627\u062a\u064a\u0629" },
{ "ht", "\u0627\u0644\u0647\u0627\u064a\u062a\u064a\u0629" },
{ "hu", "\u0627\u0644\u0647\u0646\u063a\u0627\u0631\u064a\u0629" },
{ "hy", "\u0627\u0644\u0623\u0631\u0645\u064a\u0646\u064a\u0629" },
{ "hz", "\u0627\u0644\u0647\u064a\u0631\u064a\u0631\u0648" },
{ "ia", "\u0627\u0644\u0644\u0651\u063a\u0629 \u0627\u0644\u0648\u0633\u064a\u0637\u0629" },
{ "id", "\u0627\u0644\u0625\u0646\u062f\u0648\u0646\u064a\u0633\u064a\u0629" },
{ "ie", "\u0627\u0644\u0625\u0646\u062a\u0631\u0644\u064a\u0646\u062c" },
{ "ig", "\u0627\u0644\u0625\u064a\u062c\u0628\u0648" },
{ "ii", "\u0627\u0644\u0633\u064a\u062a\u0634\u064a\u0648\u0646 \u064a\u064a" },
{ "ik", "\u0627\u0644\u0625\u064a\u0646\u0628\u064a\u0627\u0643" },
{ "io", "\u0627\u0644\u0625\u064a\u062f\u0648" },
{ "is", "\u0627\u0644\u0623\u064a\u0633\u0644\u0627\u0646\u062f\u064a\u0629" },
{ "it", "\u0627\u0644\u0625\u064a\u0637\u0627\u0644\u064a\u0629" },
{ "iu", "\u0627\u0644\u0625\u064a\u0646\u0643\u062a\u064a\u062a\u062a" },
{ "ja", "\u0627\u0644\u064a\u0627\u0628\u0627\u0646\u064a\u0629" },
{ "jv", "\u0627\u0644\u062c\u0627\u0648\u064a\u0629" },
{ "ka", "\u0627\u0644\u062c\u0648\u0631\u062c\u064a\u0629" },
{ "kg", "\u0627\u0644\u0643\u0648\u0646\u063a\u0648" },
{ "ki", "\u0627\u0644\u0643\u064a\u0643\u064a\u0648" },
{ "kj", "\u0627\u0644\u0643\u064a\u0648\u0646\u064a\u0627\u0645\u0627" },
{ "kk", "\u0627\u0644\u0643\u0627\u0632\u0627\u062e\u0633\u062a\u0627\u0646\u064a\u0629" },
{ "kl", "\u0627\u0644\u0643\u0627\u0644\u0627\u0644\u064a\u0633\u062a" },
{ "km", "\u0627\u0644\u062e\u0645\u064a\u0631\u064a\u0629" },
{ "kn", "\u0627\u0644\u0643\u0627\u0646\u0627\u062f\u0627" },
{ "ko", "\u0627\u0644\u0643\u0648\u0631\u064a\u0629" },
{ "kr", "\u0627\u0644\u0643\u0627\u0646\u064a\u0648\u0631\u064a" },
{ "ks", "\u0627\u0644\u0643\u0627\u0634\u0645\u064a\u0631\u064a\u0629" },
{ "ku", "\u0627\u0644\u0643\u0631\u062f\u064a\u0629" },
{ "kv", "\u0627\u0644\u0643\u0648\u0645\u064a" },
{ "kw", "\u0627\u0644\u0643\u0648\u0631\u0646\u064a\u0629" },
{ "ky", "\u0627\u0644\u0642\u064a\u0631\u063a\u0633\u062a\u0627\u0646\u064a\u0629" },
{ "la", "\u0627\u0644\u0644\u0627\u062a\u064a\u0646\u064a\u0629" },
{ "lb", "\u0627\u0644\u0644\u0648\u0643\u0633\u0645\u0628\u0631\u062c\u064a\u0629" },
{ "lg", "\u0627\u0644\u062c\u0627\u0646\u062f\u0627" },
{ "li", "\u0627\u0644\u0644\u064a\u0645\u0628\u0631\u062c\u064a\u0634\u064a\u0629" },
{ "ln", "\u0627\u0644\u0644\u064a\u0646\u062c\u0627\u0644\u0627" },
{ "lo", "\u0627\u0644\u0644\u0627\u0648\u064a\u0629" },
{ "lt", "\u0627\u0644\u0644\u062a\u0648\u0627\u0646\u064a\u0629" },
{ "lu", "\u0627\u0644\u0644\u0628\u0627-\u0643\u0627\u062a\u0627\u0646\u062c\u0627" },
{ "lv", "\u0627\u0644\u0644\u0627\u062a\u0641\u064a\u0629" },
{ "mg", "\u0627\u0644\u0645\u0627\u0644\u0627\u062c\u0627\u0634\u064a\u0629" },
{ "mh", "\u0627\u0644\u0645\u0627\u0631\u0634\u0627\u0644\u064a\u0629" },
{ "mi", "\u0627\u0644\u0645\u0627\u0648\u0631\u064a\u0629" },
{ "mk", "\u0627\u0644\u0645\u0642\u062f\u0648\u0646\u064a\u0629" },
{ "ml", "\u0627\u0644\u0645\u0627\u0644\u064a\u0627\u0644\u0627\u0645" },
{ "mn", "\u0627\u0644\u0645\u0646\u063a\u0648\u0644\u064a\u0629" },
{ "mo", "\u0627\u0644\u0645\u0648\u0644\u062f\u0648\u0641\u064a\u0629" },
{ "mr", "\u0627\u0644\u0645\u0627\u0631\u0627\u062b\u064a" },
{ "ms", "\u0644\u063a\u0629 \u0627\u0644\u0645\u0644\u0627\u064a\u0648" },
{ "mt", "\u0627\u0644\u0645\u0627\u0644\u0637\u064a\u0629" },
{ "my", "\u0627\u0644\u0628\u0648\u0631\u0645\u064a\u0629" },
{ "na", "\u0627\u0644\u0646\u0648\u0631\u0648" },
{ "nb", "\u0627\u0644\u0628\u0648\u0643\u0645\u0627\u0644\u064a\u0629 \u0627\u0644\u0646\u0631\u0648\u064a\u062c\u064a\u0629" },
{ "nd", "\u0627\u0644\u0646\u062f\u064a\u0628\u064a\u0644 \u0627\u0644\u0634\u0645\u0627\u0644\u064a" },
{ "ne", "\u0627\u0644\u0646\u064a\u0628\u0627\u0644\u064a\u0629" },
{ "ng", "\u0627\u0644\u0646\u062f\u0648\u0646\u062c\u0627" },
{ "nl", "\u0627\u0644\u0647\u0648\u0644\u0646\u062f\u064a\u0629" },
{ "nn", "\u0627\u0644\u0646\u064a\u0646\u0648\u0631\u0633\u0643 \u0627\u0644\u0646\u0631\u0648\u064a\u062c\u064a" },
{ "no", "\u0627\u0644\u0646\u0631\u0648\u064a\u062c\u064a\u0629" },
{ "nr", "\u0627\u0644\u0646\u062f\u064a\u0628\u064a\u0644 \u0627\u0644\u062c\u0646\u0648\u0628\u064a" },
{ "nv", "\u0627\u0644\u0646\u0627\u0641\u0627\u062c\u0648" },
{ "ny", "\u0627\u0644\u0646\u064a\u0627\u0646\u062c\u0627" },
{ "oc", "\u0627\u0644\u0623\u0648\u0643\u064a\u062a\u0627\u0646\u064a\u0629" },
{ "oj", "\u0627\u0644\u0623\u0648\u062c\u064a\u0628\u0648\u0627" },
{ "om", "\u0627\u0644\u0623\u0648\u0631\u0648\u0645\u0648" },
{ "or", "\u0627\u0644\u0623\u0648\u0631\u064a\u064a\u0627" },
{ "os", "\u0627\u0644\u0623\u0648\u0633\u064a\u062a\u064a\u0643" },
{ "pa", "\u0627\u0644\u0628\u0646\u062c\u0627\u0628\u064a\u0629" },
{ "pi", "\u0627\u0644\u0628\u0627\u0644\u064a\u0629" },
{ "pl", "\u0627\u0644\u0628\u0648\u0644\u0646\u062f\u064a\u0629" },
{ "ps", "\u0627\u0644\u0628\u0634\u062a\u0648\u0646\u064a\u0629" },
{ "pt", "\u0627\u0644\u0628\u0631\u062a\u063a\u0627\u0644\u064a\u0629" },
{ "qu", "\u0627\u0644\u0643\u0648\u064a\u062a\u0634\u0648\u0627" },
{ "rm", "\u0627\u0644\u0631\u0647\u0627\u064a\u062a\u0648-\u0631\u0648\u0645\u0627\u0646\u0633" },
{ "rn", "\u0627\u0644\u0631\u0646\u062f\u064a" },
{ "ro", "\u0627\u0644\u0631\u0648\u0645\u0627\u0646\u064a\u0629" },
{ "ru", "\u0627\u0644\u0631\u0648\u0633\u064a\u0629" },
{ "rw", "\u0627\u0644\u0643\u064a\u0646\u064a\u0627\u0631\u0648\u0627\u0646\u062f\u0627" },
{ "sa", "\u0627\u0644\u0633\u0646\u0633\u0643\u0631\u064a\u062a\u064a\u0629" },
{ "sc", "\u0627\u0644\u0633\u0631\u062f\u064a\u0646\u064a\u0629" },
{ "sd", "\u0627\u0644\u0633\u064a\u0646\u062f\u064a" },
{ "se", "\u0627\u0644\u0633\u0627\u0645\u064a \u0627\u0644\u0634\u0645\u0627\u0644\u064a" },
{ "sg", "\u0627\u0644\u0633\u0627\u0646\u062c\u0648" },
{ "si", "\u0627\u0644\u0633\u0646\u0647\u0627\u0644\u064a\u0629" },
{ "sk", "\u0627\u0644\u0633\u0644\u0648\u0641\u0627\u0643\u064a\u0629" },
{ "sl", "\u0627\u0644\u0633\u0644\u0648\u0641\u0627\u0646\u064a\u0629" },
{ "sm", "\u0627\u0644\u0633\u0627\u0645\u0648\u0627\u0626\u064a\u0629" },
{ "sn", "\u0627\u0644\u0634\u0648\u0646\u0627" },
{ "so", "\u0627\u0644\u0635\u0648\u0645\u0627\u0644\u064a\u0629" },
{ "sq", "\u0627\u0644\u0623\u0644\u0628\u0627\u0646\u064a\u0629" },
{ "sr", "\u0627\u0644\u0635\u0631\u0628\u064a\u0629" },
{ "ss", "\u0627\u0644\u0633\u0648\u0627\u062a\u064a" },
{ "st", "\u0627\u0644\u0633\u0648\u062a\u0648 \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629" },
{ "su", "\u0627\u0644\u0633\u0648\u062f\u0627\u0646\u064a\u0629" },
{ "sv", "\u0627\u0644\u0633\u0648\u064a\u062f\u064a\u0629" },
{ "sw", "\u0627\u0644\u0633\u0648\u0627\u062d\u0644\u064a\u0629" },
{ "ta", "\u0627\u0644\u062a\u0627\u0645\u064a\u0644\u064a\u0629" },
{ "te", "\u0627\u0644\u062a\u064a\u0644\u062c\u0648" },
{ "tg", "\u0627\u0644\u0637\u0627\u062c\u064a\u0643\u064a\u0629" },
{ "th", "\u0627\u0644\u062a\u0627\u064a\u0644\u0627\u0646\u062f\u064a\u0629" },
{ "ti", "\u0627\u0644\u062a\u064a\u062c\u0631\u064a\u0646\u064a\u0627" },
{ "tk", "\u0627\u0644\u062a\u0631\u0643\u0645\u0627\u0646\u064a\u0629" },
{ "tl", "\u0627\u0644\u062a\u0627\u063a\u0627\u0644\u0648\u063a\u064a\u0629" },
{ "tn", "\u0627\u0644\u062a\u0633\u0648\u0627\u0646\u064a\u0629" },
{ "to", "\u0627\u0644\u062a\u0648\u0646\u063a\u064a\u0629" },
{ "tr", "\u0627\u0644\u062a\u0631\u0643\u064a\u0629" },
{ "ts", "\u0627\u0644\u0633\u0648\u0646\u062c\u0627" },
{ "tt", "\u0627\u0644\u062a\u062a\u0627\u0631\u064a\u0629" },
{ "tw", "\u0627\u0644\u062a\u0648\u064a" },
{ "ty", "\u0627\u0644\u062a\u0627\u0647\u064a\u062a\u064a\u0629" },
{ "ug", "\u0627\u0644\u0623\u063a\u0648\u0631\u064a\u0629" },
{ "uk", "\u0627\u0644\u0623\u0648\u0643\u0631\u0627\u0646\u064a\u0629" },
{ "ur", "\u0627\u0644\u0623\u0631\u062f\u064a\u0629" },
{ "uz", "\u0627\u0644\u0623\u0648\u0632\u0628\u0627\u0643\u064a\u0629" },
{ "ve", "\u0627\u0644\u0641\u064a\u0646\u062f\u0627" },
{ "vi", "\u0627\u0644\u0641\u064a\u062a\u0646\u0627\u0645\u064a\u0629" },
{ "wa", "\u0627\u0644\u0648\u0644\u0648\u0646\u064a\u0629" },
{ "wo", "\u0627\u0644\u0648\u0644\u0648\u0641" },
{ "xh", "\u0627\u0644\u062e\u0648\u0633\u0627" },
{ "yi", "\u0627\u0644\u064a\u062f\u064a\u0634\u064a\u0629" },
{ "yo", "\u0627\u0644\u064a\u0648\u0631\u0648\u0628\u064a\u0629" },
{ "za", "\u0627\u0644\u0632\u0647\u064a\u0648\u0646\u062c" },
{ "zh", "\u0627\u0644\u0635\u064a\u0646\u064a\u0629" },
{ "zu", "\u0627\u0644\u0632\u0648\u0644\u0648" },
{ "ace", "\u0627\u0644\u0623\u062a\u0634\u064a\u0646\u064a\u0632\u064a\u0629" },
{ "ach", "\u0627\u0644\u0623\u0643\u0648\u0644\u064a\u0629" },
{ "ada", "\u0627\u0644\u0623\u062f\u0627\u0646\u062c\u0645\u064a\u0629" },
{ "ady", "\u0627\u0644\u0623\u062f\u064a\u062c\u0647" },
{ "afa", "\u0644\u063a\u0629 \u0623\u0641\u0631\u0648 \u0622\u0633\u064a\u0648\u064a\u0629" },
{ "afh", "\u0627\u0644\u0623\u0641\u0631\u064a\u0647\u064a\u0644\u064a\u0629" },
{ "ain", "\u0627\u0644\u0622\u064a\u0646\u0648\u064a\u0629" },
{ "akk", "\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0629" },
{ "ale", "\u0627\u0644\u0623\u0644\u064a\u0648\u062a\u064a\u0629" },
{ "alg", "\u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0627\u0644\u0647\u0646\u062f\u064a\u0629" },
{ "alt", "\u0627\u0644\u0623\u0644\u0637\u0627\u0626\u064a\u0629 \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629" },
{ "ang", "\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "anp", "\u0627\u0644\u0623\u0646\u062c\u064a\u0643\u0627" },
{ "apa", "\u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0623\u0628\u0627\u062a\u0634\u064a\u0629" },
{ "arc", "\u0627\u0644\u0622\u0631\u0627\u0645\u064a\u0629" },
{ "arn", "\u0627\u0644\u0623\u0631\u0648\u0643\u0627\u0646\u064a\u0629" },
{ "arp", "\u0627\u0644\u0623\u0631\u0627\u0628\u0627\u0647\u0648" },
{ "art", "\u0627\u0644\u0635\u0646\u0627\u0639\u064a\u0629 - \u0623\u062e\u0631\u0649" },
{ "arw", "\u0627\u0644\u0623\u0631\u0627\u0648\u0627\u0643\u064a\u0629" },
{ "ast", "\u0627\u0644\u0623\u0633\u062a\u0631\u064a\u0629" },
{ "ath", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0623\u0632\u0628\u0627\u0633\u0643\u0627\u0646\u064a\u0629" },
{ "aus", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0629" },
{ "awa", "\u0627\u0644\u0623\u0648\u0627\u062f\u064a\u0629" },
{ "bad", "\u0627\u0644\u0628\u0627\u0646\u062f\u0627" },
{ "bai", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0628\u0627\u0645\u064a\u0644\u064a\u0643\u064a\u0629" },
{ "bal", "\u0627\u0644\u0628\u0644\u0648\u0634\u064a\u0629" },
{ "ban", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0628\u0627\u0644\u064a\u0629" },
{ "bas", "\u0627\u0644\u0628\u0627\u0633\u0627" },
{ "bat", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0628\u0644\u0637\u064a\u0642\u064a\u0629" },
{ "bej", "\u0627\u0644\u0628\u064a\u062c\u0627" },
{ "bem", "\u0627\u0644\u0628\u064a\u0645\u0628\u0627" },
{ "ber", "\u0627\u0644\u0628\u0631\u0628\u0631\u064a\u0629" },
{ "bho", "\u0627\u0644\u0628\u0647\u0648\u062c\u0628\u0631\u064a\u0629" },
{ "bik", "\u0627\u0644\u0628\u064a\u0643\u0648\u0644\u064a\u0629" },
{ "bin", "\u0627\u0644\u0628\u064a\u0646\u064a\u0629" },
{ "bla", "\u0627\u0644\u0633\u064a\u0643\u0633\u064a\u0643\u064a\u0629" },
{ "bnt", "\u0627\u0644\u0628\u0627\u0646\u062a\u0648" },
{ "bra", "\u0627\u0644\u0628\u0631\u0627\u062c\u064a\u0629" },
{ "btk", "\u0627\u0644\u0628\u0627\u062a\u0627\u0643\u064a\u0629" },
{ "bua", "\u0627\u0644\u0628\u0631\u064a\u0627\u062a\u064a\u0629" },
{ "bug", "\u0627\u0644\u0628\u062c\u064a\u0646\u064a\u0632\u064a\u0629" },
{ "byn", "\u0627\u0644\u0628\u0644\u064a\u0646\u064a\u0629" },
{ "cad", "\u0627\u0644\u0643\u0627\u062f\u0648" },
{ "cai", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0647\u0646\u062f\u064a\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0627\u0644\u0648\u0633\u0637\u0649" },
{ "car", "\u0627\u0644\u0643\u0627\u0631\u064a\u0628\u064a\u0629" },
{ "cau", "\u0627\u0644\u0642\u0648\u0642\u0627\u0632\u064a\u0629 - \u0623\u062e\u0631\u0649" },
{ "cch", "\u0627\u0644\u0623\u062a\u0633\u0627\u0645" },
{ "ceb", "\u0627\u0644\u0633\u064a\u0628\u064a\u0648\u0646\u0648" },
{ "cel", "\u0627\u0644\u0633\u0644\u062a\u064a\u0629 - \u0623\u062e\u0631\u0649" },
{ "chb", "\u0627\u0644\u062a\u0634\u064a\u0628\u0634\u0627" },
{ "chg", "\u0627\u0644\u062a\u0634\u0627\u062c\u0627\u062a\u0627\u064a" },
{ "chk", "\u0627\u0644\u062a\u0634\u0643\u064a\u0632\u064a\u0629" },
{ "chm", "\u0627\u0644\u0645\u0627\u0631\u064a" },
{ "chn", "\u0627\u0644\u0634\u064a\u0646\u0648\u0643 \u062c\u0627\u0631\u062c\u0648\u0646" },
{ "cho", "\u0627\u0644\u0634\u0648\u0643\u062a\u0648" },
{ "chp", "\u0627\u0644\u0634\u064a\u0628\u0627\u0648\u0627\u064a\u0627\u0646" },
{ "chr", "\u0627\u0644\u0634\u064a\u0631\u0648\u0643\u064a" },
{ "chy", "\u0627\u0644\u0634\u0627\u064a\u0627\u0646" },
{ "cmc", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u062a\u0634\u0627\u0645\u064a\u0643\u064a\u0629" },
{ "cop", "\u0627\u0644\u0642\u0628\u0637\u064a\u0629" },
{ "cpe", "\u0627\u0644\u0643\u0631\u064a\u064a\u0648\u0644\u0649 \u0648 \u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0645\u0628\u0633\u0637\u0629 \u0627\u0644\u0623\u062e\u0631\u0649 \u0644\u0644\u062a\u0641\u0627\u0647\u0645 \u0628\u064a\u0646 \u0627\u0644\u0634\u0639\u0648\u0628 \u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0627\u0644\u0623\u0646\u062c\u0644\u064a\u0632\u064a\u0629" },
{ "cpf", "\u0627\u0644\u0643\u0631\u064a\u064a\u0648\u0644\u0649 \u0648 \u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0645\u0628\u0633\u0637\u0629 \u0627\u0644\u0623\u062e\u0631\u0649 \u0644\u0644\u062a\u0641\u0627\u0647\u0645 \u0628\u064a\u0646 \u0627\u0644\u0634\u0639\u0648\u0628 \u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629" },
{ "cpp", "\u0627\u0644\u0643\u0631\u064a\u064a\u0648\u0644\u064a \u0648\u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0645\u0628\u0633\u0637\u0629 \u0627\u0644\u0623\u062e\u0631\u0649 \u0644\u0644\u062a\u0641\u0627\u0647\u0645 \u0628\u064a\u0646 \u0627\u0644\u0634\u0639\u0648\u0628 \u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0627\u0644\u0628\u0631\u062a\u063a\u0627\u0644\u064a\u0629" },
{ "crh", "\u0627\u0644\u062a\u0631\u0643\u064a\u0629 \u0627\u0644\u0643\u0631\u064a\u0645\u064a\u0646\u064a\u0629" },
{ "crp", "\u0627\u0644\u0643\u0631\u064a\u064a\u0648\u0644\u0649 \u0648 \u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0645\u0628\u0633\u0637\u0629 \u0627\u0644\u0623\u062e\u0631\u0649 \u0644\u0644\u062a\u0641\u0627\u0647\u0645 \u0628\u064a\u0646 \u0627\u0644\u0634\u0639\u0648\u0628 - \u0623\u062e\u0631\u0649" },
{ "csb", "\u0627\u0644\u0643\u0627\u0634\u0628\u0627\u064a\u0627\u0646" },
{ "cus", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0643\u0634\u064a\u062a\u064a\u0643\u064a\u0629" },
{ "dak", "\u0627\u0644\u062f\u0627\u0643\u0648\u062a\u0627" },
{ "dar", "\u0627\u0644\u062f\u0627\u0631\u062c\u0648\u0627" },
{ "day", "\u0627\u0644\u062f\u064a\u0627\u0643" },
{ "del", "\u0627\u0644\u062f\u064a\u0644\u0648\u064a\u0631" },
{ "den", "\u0627\u0644\u0633\u0644\u0627\u0641\u064a\u0629" },
{ "dgr", "\u0627\u0644\u062f\u0648\u062c\u0631\u064a\u0628" },
{ "din", "\u0627\u0644\u062f\u0646\u0643\u0627" },
{ "doi", "\u0627\u0644\u062f\u0648\u062c\u0631\u064a" },
{ "dra", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u062f\u0631\u0627\u0641\u064a\u062f\u064a\u0646\u064a\u0629" },
{ "dsb", "\u0627\u0644\u0635\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0641\u0644\u0649" },
{ "dua", "\u0627\u0644\u062f\u064a\u0648\u0644\u0627" },
{ "dum", "\u0627\u0644\u0647\u0648\u0644\u0646\u062f\u064a\u0629 \u0627\u0644\u0648\u0633\u0637\u0649" },
{ "dyu", "\u0627\u0644\u062f\u0627\u064a\u0644\u0627" },
{ "efi", "\u0627\u0644\u0625\u0641\u064a\u0643" },
{ "egy", "\u0627\u0644\u0645\u0635\u0631\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "eka", "\u0627\u0644\u0625\u0643\u0627\u062c\u0643" },
{ "elx", "\u0627\u0644\u0625\u0645\u0627\u064a\u062a" },
{ "enm", "\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0648\u0633\u0637\u0649" },
{ "ewo", "\u0627\u0644\u0625\u064a\u0648\u0646\u062f\u0648" },
{ "fan", "\u0627\u0644\u0641\u0627\u0646\u062c" },
{ "fat", "\u0627\u0644\u0641\u0627\u0646\u062a\u064a" },
{ "fil", "\u0627\u0644\u0641\u0644\u0628\u064a\u0646\u064a\u0629" },
{ "fiu", "\u0644\u063a\u0629 \u0641\u064a\u0646\u0648 \u0623\u062c\u0631\u064a\u0627\u0646\u064a\u0629" },
{ "fon", "\u0627\u0644\u0641\u0648\u0646" },
{ "frm", "\u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629 \u0627\u0644\u0648\u0633\u0637\u0649" },
{ "fro", "\u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "frr", "\u0627\u0644\u0641\u0631\u064a\u0632\u064a\u0646\u064a\u0629 \u0627\u0644\u0634\u0645\u0627\u0644\u064a\u0629" },
{ "frs", "\u0627\u0644\u0641\u0631\u064a\u0632\u064a\u0646\u064a\u0629 \u0627\u0644\u0634\u0631\u0642\u064a\u0629" },
{ "fur", "\u0627\u0644\u0641\u0631\u064a\u0644\u0627\u064a\u0627\u0646" },
{ "gaa", "\u0627\u0644\u062c\u0627" },
{ "gay", "\u0627\u0644\u062c\u0627\u064a\u0648" },
{ "gba", "\u0627\u0644\u062c\u0628\u064a\u0627" },
{ "gem", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u062c\u0631\u0645\u0627\u0646\u064a\u0629" },
{ "gez", "\u0627\u0644\u062c\u064a\u0632" },
{ "gil", "\u0644\u063a\u0629 \u0623\u0647\u0644 \u062c\u0628\u0644 \u0637\u0627\u0631\u0642" },
{ "gmh", "\u0627\u0644\u0623\u0644\u0645\u0627\u0646\u064a\u0629 \u0627\u0644\u0639\u0644\u064a\u0627 \u0627\u0644\u0648\u0633\u0637\u0649" },
{ "goh", "\u0627\u0644\u0623\u0644\u0645\u0627\u0646\u064a\u0629 \u0627\u0644\u0639\u0644\u064a\u0627 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "gon", "\u0627\u0644\u062c\u0646\u062f\u064a" },
{ "gor", "\u0627\u0644\u062c\u0648\u0631\u0648\u0646\u062a\u0627\u0644\u0648" },
{ "got", "\u0627\u0644\u0642\u0648\u0637\u064a\u0629" },
{ "grb", "\u0627\u0644\u062c\u0631\u064a\u0628\u0648" },
{ "grc", "\u0627\u0644\u064a\u0648\u0646\u0627\u0646\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "gsw", "\u0627\u0644\u0623\u0644\u0645\u0627\u0646\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629" },
{ "hai", "\u0627\u0644\u0647\u064a\u062f\u0627" },
{ "haw", "\u0644\u063a\u0629 \u0623\u0647\u0644 \u0627\u0644\u0647\u0627\u0648\u0627\u064a" },
{ "hil", "\u0627\u0644\u0647\u064a\u0644\u064a\u062c\u064a\u0646\u0648\u0646" },
{ "him", "\u0627\u0644\u0647\u064a\u0645\u0627\u062a\u0634\u0627\u0644\u064a" },
{ "hit", "\u0627\u0644\u062d\u062b\u064a\u0629" },
{ "hmn", "\u0627\u0644\u0647\u0645\u0648\u0646\u062c\u064a\u0629" },
{ "hsb", "\u0627\u0644\u0635\u0631\u0628\u064a\u0629 \u0627\u0644\u0639\u0644\u064a\u0627" },
{ "hup", "\u0627\u0644\u0647\u0628\u0627" },
{ "iba", "\u0627\u0644\u0625\u064a\u0628\u0627\u0646" },
{ "ijo", "\u0627\u0644\u0625\u062c\u0648" },
{ "ilo", "\u0627\u0644\u0625\u064a\u0644\u0648\u0643\u0648" },
{ "inc", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0647\u0646\u062f\u064a\u0629" },
{ "ine", "\u0627\u0644\u0647\u0646\u062f\u064a\u0629 \u0627\u0644\u0623\u0648\u0631\u0648\u0628\u064a\u0629 - \u0623\u062e\u0631\u0649" },
{ "inh", "\u0627\u0644\u0625\u0646\u062c\u0648\u0634\u064a\u0629" },
{ "ira", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u064a\u0631\u0627\u0646\u064a\u0629" },
{ "iro", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u064a\u0631\u0648\u0643\u0648\u064a\u0627\u0646\u064a\u0629" },
{ "jbo", "\u0627\u0644\u0644\u0648\u062c\u0628\u0627\u0646" },
{ "jpr", "\u0627\u0644\u062c\u064a\u062f\u0648 - \u0627\u0644\u0641\u0627\u0631\u0633\u064a" },
{ "jrb", "\u0627\u0644\u062c\u064a\u062f\u0648 - \u0627\u0644\u0639\u0631\u0628\u064a" },
{ "kaa", "\u0627\u0644\u0643\u0627\u0631\u0627-\u0643\u0627\u0644\u0628\u0627\u0643" },
{ "kab", "\u0627\u0644\u0642\u0628\u064a\u0644\u064a\u0629" },
{ "kac", "\u0627\u0644\u0643\u0627\u062a\u0634\u064a\u0646" },
{ "kaj", "\u0627\u0644\u062c\u0648" },
{ "kam", "\u0627\u0644\u0643\u0627\u0645\u0628\u0627" },
{ "kar", "\u0627\u0644\u0643\u0627\u0631\u064a\u064a\u0646" },
{ "kaw", "\u0627\u0644\u0643\u0648\u064a" },
{ "kbd", "\u0627\u0644\u0643\u0627\u0628\u0627\u0631\u062f\u0627\u064a\u0627\u0646" },
{ "kfo", "\u0627\u0644\u0643\u0648\u0631\u0648" },
{ "kha", "\u0627\u0644\u0643\u0627\u0632\u064a\u0629" },
{ "khi", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u062e\u0648\u064a\u0633\u0627\u0646\u064a\u0629" },
{ "kho", "\u0627\u0644\u062e\u0648\u062a\u0627\u0646\u064a\u0632" },
{ "kmb", "\u0627\u0644\u0643\u064a\u0645\u0628\u0646\u062f\u0648" },
{ "kok", "\u0627\u0644\u0643\u0648\u0646\u0643\u0627\u0646\u064a\u0629" },
{ "kos", "\u0627\u0644\u0643\u0648\u0633\u0631\u0627\u064a\u0646" },
{ "kpe", "\u0627\u0644\u0643\u0628\u064a\u0644" },
{ "krc", "\u0627\u0644\u0643\u0627\u0631\u0627\u062a\u0634\u0627\u064a-\u0628\u0627\u0644\u0643\u0627\u0631" },
{ "krl", "\u0627\u0644\u0643\u0631\u064a\u0644\u064a\u0629" },
{ "kro", "\u0627\u0644\u0643\u0631\u0648" },
{ "kum", "\u0627\u0644\u0643\u0645\u064a\u0643" },
{ "kut", "\u0627\u0644\u0643\u062a\u064a\u0646\u0627\u064a" },
{ "lad", "\u0627\u0644\u0625\u0633\u0628\u0627\u0639\u0628\u0631\u064a\u0629" },
{ "lah", "\u0627\u0644\u0644\u0627\u0647\u0646\u062f\u0627" },
{ "lam", "\u0627\u0644\u0644\u0627\u0645\u0628\u0627" },
{ "lez", "\u0627\u0644\u0644\u064a\u0632\u062c\u0647\u0627\u064a\u0627\u0646\u064a\u0629" },
{ "lol", "\u0645\u0646\u063a\u0648\u0644\u0649" },
{ "loz", "\u0627\u0644\u0644\u0648\u0632\u064a" },
{ "lua", "\u0627\u0644\u0644\u0628\u0627-\u0644\u0624\u0644\u0624" },
{ "lui", "\u0627\u0644\u0644\u0648\u0633\u064a\u0646\u0648" },
{ "lun", "\u0627\u0644\u0644\u0648\u0646\u062f\u0627" },
{ "luo", "\u0627\u0644\u0644\u0648" },
{ "lus", "\u0627\u0644\u0644\u0634\u0627\u064a" },
{ "mad", "\u0627\u0644\u0645\u0627\u062f\u0631\u064a\u0632" },
{ "mag", "\u0627\u0644\u0645\u0627\u062c\u0627" },
{ "mai", "\u0627\u0644\u0645\u0627\u064a\u062b\u064a\u0644\u064a" },
{ "mak", "\u0627\u0644\u0645\u0627\u0643\u0627\u0633\u0627\u0631" },
{ "man", "\u0627\u0644\u0645\u0627\u0646\u062f\u064a\u0646\u063a" },
{ "map", "\u0627\u0644\u0623\u0648\u0633\u062a\u0631\u0648\u0646\u064a\u0633\u064a\u0627\u0646" },
{ "mas", "\u0627\u0644\u0645\u0627\u0633\u0627\u064a" },
{ "mdf", "\u0627\u0644\u0645\u0648\u0643\u0634\u0627" },
{ "mdr", "\u0627\u0644\u0645\u0627\u0646\u062f\u0627\u0631" },
{ "men", "\u0627\u0644\u0645\u064a\u0646\u062f" },
{ "mga", "\u0627\u0644\u0623\u064a\u0631\u0644\u0646\u062f\u064a\u0629 \u0627\u0644\u0648\u0633\u0637\u0649" },
{ "mic", "\u0627\u0644\u0645\u064a\u0643\u0645\u0627\u0643\u064a\u0648\u0646\u064a\u0629" },
{ "min", "\u0627\u0644\u0645\u064a\u0646\u0627\u0646\u062c\u0643\u0627\u0628\u0627\u0648" },
{ "mis", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u062a\u0646\u0648\u0639\u0629" },
{ "mkh", "\u0644\u063a\u0629 \u0627\u0644\u0645\u0648\u0646 - \u062e\u0645\u064a\u0631" },
{ "mnc", "\u0627\u0644\u0645\u0627\u0646\u0634\u0648" },
{ "mni", "\u0627\u0644\u0645\u0627\u0646\u064a\u0628\u0631\u064a" },
{ "mno", "\u0644\u063a\u0627\u062a \u0645\u0627\u0646\u0648\u0628\u0648" },
{ "moh", "\u0627\u0644\u0645\u0648\u0647\u0648\u0643" },
{ "mos", "\u0627\u0644\u0645\u0648\u0633\u064a" },
{ "mul", "\u0644\u063a\u0627\u062a \u0645\u062a\u0639\u062f\u062f\u0629" },
{ "mun", "\u0644\u063a\u0629 \u0627\u0644\u0645\u0646\u062f\u0627" },
{ "mus", "\u0627\u0644\u0643\u0631\u064a\u0643" },
{ "mwl", "\u0627\u0644\u0645\u064a\u0631\u0627\u0646\u062f\u064a\u0632" },
{ "mwr", "\u0627\u0644\u0645\u0627\u0631\u0648\u0627\u0631\u064a" },
{ "myn", "\u0644\u063a\u0629 \u0627\u0644\u0645\u0627\u064a\u0627" },
{ "myv", "\u0627\u0644\u0623\u0631\u0632\u064a\u0629" },
{ "nah", "\u0627\u0644\u0646\u0627\u0647\u064a\u0648\u062a\u0644" },
{ "nai", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0647\u0646\u062f\u064a\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0627\u0644\u0634\u0645\u0627\u0644\u064a\u0629" },
{ "nap", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0646\u0627\u0628\u0648\u0644\u064a\u0629" },
{ "nds", "\u0627\u0644\u0623\u0644\u0645\u0627\u0646\u064a\u0629 \u0627\u0644\u0633\u0641\u0644\u0649" },
{ "new", "\u0627\u0644\u0646\u064a\u0648\u0627\u0631\u064a" },
{ "nia", "\u0627\u0644\u0646\u064a\u0627\u0633" },
{ "nic", "\u0627\u0644\u0646\u064a\u062c\u0631 - \u0643\u0648\u0631\u062f\u0648\u0641\u0627\u0646\u0627\u064a\u0627\u0646" },
{ "niu", "\u0627\u0644\u0646\u064a\u0648\u064a" },
{ "nog", "\u0627\u0644\u0646\u0648\u062c\u0627\u064a" },
{ "non", "\u0627\u0644\u0646\u0648\u0631\u0633 \u0627\u0644\u0642\u062f\u064a\u0645" },
{ "nqo", "\u0623\u0646\u0643\u0648" },
{ "nso", "\u0627\u0644\u0633\u0648\u062a\u0648 \u0627\u0644\u0634\u0645\u0627\u0644\u064a\u0629" },
{ "nub", "\u0644\u063a\u0629 \u0646\u0648\u0628\u064a\u0629" },
{ "nwc", "\u0627\u0644\u0646\u0648\u0627\u0631\u064a\u0629 \u0627\u0644\u062a\u0642\u0644\u064a\u062f\u064a\u0629" },
{ "nym", "\u0627\u0644\u0646\u064a\u0627\u0645\u0648\u064a\u0632\u064a" },
{ "nyn", "\u0627\u0644\u0646\u064a\u0627\u0646\u0643\u0648\u0644" },
{ "nyo", "\u0627\u0644\u0646\u064a\u0648\u0631\u0648" },
{ "nzi", "\u0627\u0644\u0646\u0632\u064a\u0645\u0627" },
{ "osa", "\u0627\u0644\u0623\u0648\u0633\u0627\u062c" },
{ "ota", "\u0627\u0644\u062a\u0631\u0643\u064a\u0629 \u0627\u0644\u0639\u062b\u0645\u0627\u0646\u064a\u0629" },
{ "oto", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0623\u0648\u062a\u0648\u0645\u064a\u0629" },
{ "paa", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u063a\u064a\u0646\u064a\u0629" },
{ "pag", "\u0627\u0644\u0628\u0627\u0646\u062c\u0627\u0633\u064a\u0646\u0627\u0646" },
{ "pal", "\u0627\u0644\u0628\u0647\u0644\u0648\u064a\u0629" },
{ "pam", "\u0627\u0644\u0628\u0627\u0645\u0628\u0627\u0646\u062c\u0627" },
{ "pap", "\u0627\u0644\u0628\u0627\u0628\u064a\u0627\u0645\u064a\u0646\u062a\u0648" },
{ "pau", "\u0627\u0644\u0628\u0627\u0644\u0648\u0627\u0646" },
{ "peo", "\u0627\u0644\u0641\u0627\u0631\u0633\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "phi", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0641\u0644\u064a\u0628\u064a\u0646\u064a\u0629" },
{ "phn", "\u0627\u0644\u0641\u064a\u0646\u064a\u0642\u064a\u0629" },
{ "pon", "\u0627\u0644\u0628\u0648\u0647\u0646\u0628\u064a\u0627\u064a\u0627\u0646" },
{ "pra", "\u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0628\u0631\u0627\u0642\u0631\u064a\u0637\u064a\u0629" },
{ "pro", "\u0627\u0644\u0628\u0631\u0648\u0641\u0627\u0646\u0633\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "raj", "\u0627\u0644\u0631\u0627\u062c\u0627\u0633\u062b\u0627\u0646\u064a\u0629" },
{ "rap", "\u0627\u0644\u0631\u0627\u0628\u0627\u0646\u064a" },
{ "rar", "\u0627\u0644\u0631\u0627\u0631\u0648\u062a\u0648\u0646\u062c\u0627\u0646\u064a" },
{ "roa", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0631\u0648\u0645\u0627\u0646\u0633\u064a\u0629" },
{ "rom", "\u063a\u062c\u0631\u064a" },
{ "rup", "\u0627\u0644\u0623\u0631\u0648\u0645\u0627\u0646\u064a\u0627\u0646" },
{ "sad", "\u0627\u0644\u0633\u0627\u0646\u062f\u0627\u0648\u064a" },
{ "sah", "\u0627\u0644\u0633\u0627\u062e\u064a\u0629" },
{ "sai", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0647\u0646\u062f\u064a\u0629 \u0627\u0644\u0623\u0645\u0631\u064a\u0643\u064a\u0629 \u0627\u0644\u062c\u0646\u0648\u0628\u064a\u0629" },
{ "sal", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0633\u0627\u0644\u064a\u0634\u0627\u0646\u064a\u0629" },
{ "sam", "\u0627\u0644\u0622\u0631\u0627\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u0645\u0627\u0631\u064a\u0629" },
{ "sas", "\u0627\u0644\u0633\u0627\u0633\u0627\u0643" },
{ "sat", "\u0627\u0644\u0633\u0627\u0646\u062a\u0627\u0644\u064a" },
{ "scn", "\u0627\u0644\u0635\u0642\u0644\u064a\u0629" },
{ "sco", "\u0627\u0644\u0623\u0633\u0643\u062a\u0644\u0646\u062f\u064a\u0629" },
{ "sel", "\u0627\u0644\u0633\u064a\u0644\u0643\u0628" },
{ "sem", "\u0644\u063a\u0629 \u0633\u0627\u0645\u064a\u0629" },
{ "sga", "\u0627\u0644\u0623\u064a\u0631\u0644\u0646\u062f\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "sgn", "\u0644\u063a\u0627\u062a \u0627\u0644\u0625\u0634\u0627\u0631\u0629" },
{ "shn", "\u0627\u0644\u0634\u0627\u0646\u064a\u0629" },
{ "sid", "\u0627\u0644\u0633\u064a\u062f\u0627\u0645\u0648" },
{ "sio", "\u0644\u063a\u0629 \u0627\u0644\u0633\u064a\u0648\u064a\u0648\u0646" },
{ "sit", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0635\u064a\u0646\u064a\u0629 \u0627\u0644\u062a\u064a\u0628\u062a\u064a\u0629" },
{ "sla", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0633\u0644\u0627\u0641\u064a\u0629" },
{ "sma", "\u0627\u0644\u0633\u0627\u0645\u064a \u0627\u0644\u062c\u0646\u0648\u0628\u064a" },
{ "smi", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0633\u0627\u0645\u064a\u0629" },
{ "smj", "\u0627\u0644\u0644\u0648\u0644 \u0633\u0627\u0645\u064a" },
{ "smn", "\u0627\u0644\u0625\u064a\u0646\u0627\u0631\u064a \u0633\u0627\u0645\u064a" },
{ "sms", "\u0627\u0644\u0633\u0643\u0648\u0644\u062a \u0633\u0627\u0645\u064a" },
{ "snk", "\u0627\u0644\u0633\u0648\u0646\u064a\u0646\u0643" },
{ "sog", "\u0627\u0644\u0633\u0648\u062c\u062f\u064a\u0646" },
{ "son", "\u0627\u0644\u0633\u0648\u0646\u062c\u0647\u0627\u064a" },
{ "srn", "\u0627\u0644\u0633\u0631\u0627\u0646\u0627\u0646 \u062a\u0648\u0646\u062c\u0648" },
{ "srr", "\u0627\u0644\u0633\u0631\u0631" },
{ "ssa", "\u0644\u063a\u0629 \u0646\u064a\u0644\u064a\u0629 \u0627\u0644\u0635\u062d\u0631\u0627\u0648\u064a\u0629" },
{ "suk", "\u0627\u0644\u0633\u0648\u0643\u0648\u0645\u0627" },
{ "sus", "\u0627\u0644\u0633\u0648\u0633\u0648" },
{ "sux", "\u0627\u0644\u0633\u0648\u0645\u0627\u0631\u064a\u0629" },
{ "swb", "\u0627\u0644\u0642\u0645\u0631\u064a\u0629" },
{ "syc", "\u0633\u0631\u064a\u0627\u0646\u064a\u0629 \u062a\u0642\u0644\u064a\u062f\u064a\u0629" },
{ "syr", "\u0627\u0644\u0633\u0631\u064a\u0627\u0646\u064a\u0629" },
{ "tai", "\u0644\u063a\u0629 \u062a\u0627\u064a" },
{ "tem", "\u0627\u0644\u062a\u064a\u0645\u0646" },
{ "ter", "\u0627\u0644\u062a\u064a\u0631\u064a\u0646\u0648" },
{ "tet", "\u0627\u0644\u062a\u064a\u062a\u0645" },
{ "tig", "\u0627\u0644\u062a\u064a\u062c\u0631" },
{ "tiv", "\u0627\u0644\u062a\u064a\u0641" },
{ "tkl", "\u0627\u0644\u062a\u0648\u0643\u064a\u0644\u0627\u0648" },
{ "tlh", "\u0627\u0644\u0643\u0644\u064a\u0646\u062c\u0648\u0646" },
{ "tli", "\u0627\u0644\u062a\u0644\u064a\u0646\u063a\u064a\u062a\u064a\u0629" },
{ "tmh", "\u0627\u0644\u062a\u0627\u0645\u0627\u0634\u064a\u0643" },
{ "tog", "\u062a\u0648\u0646\u062c\u0627 - \u0646\u064a\u0627\u0633\u0627" },
{ "tpi", "\u0627\u0644\u062a\u0648\u0643 \u0628\u064a\u0633\u064a\u0646" },
{ "tsi", "\u0627\u0644\u062a\u0633\u064a\u0645\u0634\u064a\u0627\u0646" },
{ "tum", "\u0627\u0644\u062a\u0627\u0645\u0628\u0648\u0643\u0627" },
{ "tup", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u062a\u0648\u0628\u064a\u0629" },
{ "tut", "\u0627\u0644\u0623\u0644\u0637\u0627\u0626\u064a\u0629 - \u0623\u062e\u0631\u0649" },
{ "tvl", "\u0627\u0644\u062a\u0648\u0641\u0627\u0644\u0648" },
{ "udm", "\u0627\u0644\u0623\u062f\u0645\u0631\u062a" },
{ "uga", "\u0627\u0644\u064a\u062c\u0627\u0631\u064a\u062a\u064a\u0643" },
{ "umb", "\u0627\u0644\u0623\u0645\u0628\u0646\u062f\u0648" },
{ "und", "\u0644\u063a\u0629 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641\u0629" },
{ "vai", "\u0627\u0644\u0641\u0627\u064a" },
{ "vot", "\u0627\u0644\u0641\u0648\u062a\u064a\u0643" },
{ "wak", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0648\u0627\u0643\u0627\u0634\u0627\u0646\u064a\u0629" },
{ "wal", "\u0627\u0644\u0648\u0627\u0644\u0627\u0645\u0648" },
{ "war", "\u0627\u0644\u0648\u0627\u0631\u0627\u064a" },
{ "was", "\u0627\u0644\u0648\u0627\u0634\u0648" },
{ "wen", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0635\u0631\u0628\u064a\u0629" },
{ "xal", "\u0627\u0644\u0643\u0627\u0644\u0645\u064a\u0643" },
{ "yao", "\u0627\u0644\u064a\u0627\u0648" },
{ "yap", "\u0627\u0644\u064a\u0627\u0628\u064a\u0632" },
{ "ypk", "\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u064a\u0648\u0628\u064a\u0643\u064a\u0629" },
{ "yue", "\u0627\u0644\u0643\u064e\u0646\u0652\u062a\u064f\u0648\u0646\u064a\u0629" },
{ "zap", "\u0627\u0644\u0632\u0627\u0628\u0648\u062a\u064a\u0643" },
{ "zen", "\u0627\u0644\u0632\u064a\u0646\u0627\u062c\u0627" },
{ "znd", "\u0627\u0644\u0632\u0627\u0646\u062f" },
{ "zun", "\u0627\u0644\u0632\u0648\u0646\u064a\u0629" },
{ "zxx", "\u0628\u062f\u0648\u0646 \u0645\u062d\u062a\u0648\u0649 \u0644\u063a\u0648\u064a" },
{ "Arab", "\u0627\u0644\u0639\u0631\u0628\u064a\u0629" },
{ "Armn", "\u0627\u0644\u0623\u0631\u0645\u064a\u0646\u064a\u0629" },
{ "Bali", "\u0627\u0644\u0628\u0627\u0644\u064a\u0629" },
{ "Batk", "\u0627\u0644\u0628\u0627\u062a\u0627\u0643" },
{ "Beng", "\u0627\u0644\u0628\u0646\u063a\u0627\u0644\u064a\u0629" },
{ "Blis", "\u0631\u0645\u0648\u0632 \u0628\u0644\u064a\u0633" },
{ "Bopo", "\u0627\u0644\u0628\u0648\u0628\u0648\u0645\u0648\u0641\u0648" },
{ "Brah", "\u0627\u0644\u0647\u0646\u062f\u0648\u0633\u064a\u0629" },
{ "Brai", "\u0627\u0644\u0628\u0631\u0627\u064a\u0644" },
{ "Bugi", "\u0627\u0644\u0628\u062c\u064a\u0646\u064a\u0632" },
{ "Buhd", "\u0627\u0644\u0628\u0647\u064a\u062f\u064a\u0629" },
{ "Cans", "\u0645\u0642\u0627\u0637\u0639 \u0643\u0646\u062f\u064a\u0629 \u0623\u0635\u0644\u064a\u0629 \u0645\u0648\u062d\u062f\u0629" },
{ "Cari", "\u0627\u0644\u0643\u0627\u0631\u064a\u0629" },
{ "Cham", "\u0627\u0644\u062a\u0634\u0627\u0645\u064a\u0629" },
{ "Cher", "\u0627\u0644\u0634\u064a\u0631\u0648\u0643\u064a" },
{ "Cirt", "\u0627\u0644\u0633\u064a\u0631\u062b" },
{ "Copt", "\u0627\u0644\u0642\u0628\u0637\u064a\u0629" },
{ "Cprt", "\u0627\u0644\u0642\u0628\u0631\u0635\u064a\u0629" },
{ "Cyrl", "\u0627\u0644\u0633\u064a\u0631\u064a\u0644\u064a\u0629" },
{ "Cyrs", "\u0627\u0644\u0633\u064a\u0631\u064a\u0644\u064a\u0629 \u0627\u0644\u0633\u0644\u0627\u0641\u064a\u0629 \u0627\u0644\u0643\u0646\u0633\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "Deva", "\u0627\u0644\u062f\u064a\u0641\u0627\u0646\u0627\u062c\u0627\u0631\u064a" },
{ "Dsrt", "\u0627\u0644\u062f\u064a\u0633\u064a\u0631\u064a\u062a" },
{ "Egyd", "\u0627\u0644\u062f\u064a\u0645\u0648\u0637\u064a\u0642\u064a\u0629" },
{ "Egyh", "\u0627\u0644\u0647\u064a\u0631\u0627\u0637\u064a\u0642\u064a\u0629" },
{ "Egyp", "\u0627\u0644\u0647\u064a\u0631\u0648\u063a\u0644\u064a\u0641\u064a\u0629" },
{ "Ethi", "\u0627\u0644\u0623\u062b\u064a\u0648\u0628\u064a\u0629" },
{ "Geok", "\u0627\u0644\u0623\u0628\u062c\u062f\u064a\u0629 \u0627\u0644\u062c\u0648\u0631\u062c\u064a\u0629 - \u0623\u0633\u0648\u0645\u062a\u0627\u0641\u0631\u0644\u064a \u0648 \u0646\u0633\u062e\u0631\u064a" },
{ "Geor", "\u0627\u0644\u062c\u0648\u0631\u062c\u064a\u0629" },
{ "Glag", "\u0627\u0644\u062c\u0644\u0627\u062c\u0648\u0644\u064a\u062a\u064a\u0643" },
{ "Goth", "\u0627\u0644\u0642\u0648\u0637\u064a\u0629" },
{ "Grek", "\u0627\u0644\u064a\u0648\u0646\u0627\u0646\u064a\u0629" },
{ "Gujr", "\u0627\u0644\u062a\u0627\u063a\u062c\u0631\u0627\u062a\u064a\u0629" },
{ "Guru", "\u0627\u0644\u062c\u0631\u0645\u062e\u064a" },
{ "Hang", "\u0627\u0644\u0647\u0627\u0646\u063a\u0648\u0644" },
{ "Hani", "\u0627\u0644\u0647\u0627\u0646" },
{ "Hano", "\u0627\u0644\u0647\u0627\u0646\u0648\u0646\u0648" },
{ "Hans", "\u0627\u0644\u0645\u0628\u0633\u0637\u0629" },
{ "Hant", "\u0627\u0644\u062a\u0642\u0644\u064a\u062f\u064a\u0629" },
{ "Hebr", "\u0627\u0644\u0639\u0628\u0631\u064a\u0629" },
{ "Hira", "\u0627\u0644\u0647\u064a\u0631\u0627\u062c\u0627\u0646\u0627" },
{ "Hmng", "\u0627\u0644\u0628\u0627\u0647\u0648\u0647 \u0647\u0645\u0648\u0646\u062c" },
{ "Hrkt", "\u0627\u0644\u0643\u062a\u0643\u0627\u0646\u0627 \u0623\u0648 \u0627\u0644\u0647\u064a\u0631\u0627\u062c\u0627\u0646\u0627" },
{ "Hung", "\u0627\u0644\u0645\u062c\u0631\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "Inds", "\u0627\u0646\u062f\u0633 - \u0647\u0627\u0631\u0627\u0628\u0627\u0646" },
{ "Ital", "\u0627\u0644\u0625\u064a\u0637\u0627\u0644\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "Java", "\u0627\u0644\u062c\u0627\u0648\u064a\u0629" },
{ "Jpan", "\u0627\u0644\u064a\u0627\u0628\u0627\u0646\u064a\u0629" },
{ "Kali", "\u0627\u0644\u0643\u064a\u0627\u0647 \u0644\u0649" },
{ "Kana", "\u0627\u0644\u0643\u062a\u0643\u0627\u0646\u0627" },
{ "Khar", "\u0627\u0644\u062e\u0627\u0631\u0648\u0634\u062a\u0649" },
{ "Khmr", "\u0627\u0644\u062e\u0645\u064a\u0631\u064a\u0629" },
{ "Knda", "\u0627\u0644\u0643\u0627\u0646\u0627\u062f\u0627" },
{ "Kore", "\u0627\u0644\u0643\u0648\u0631\u064a\u0629" },
{ "Lana", "\u0627\u0644\u0627\u0646\u0627" },
{ "Laoo", "\u0627\u0644\u0644\u0627\u0648" },
{ "Latf", "\u0627\u0644\u0644\u0627\u062a\u064a\u0646\u064a\u0629 - \u0645\u062a\u063a\u064a\u0631 \u0641\u0631\u0627\u0643\u062a\u0631" },
{ "Latg", "\u0627\u0644\u0644\u0627\u062a\u064a\u0646\u064a\u0629 - \u0645\u062a\u063a\u064a\u0631 \u063a\u064a\u0644\u0649" },
{ "Latn", "\u0627\u0644\u0644\u0627\u062a\u064a\u0646\u064a\u0629" },
{ "Lepc", "\u0627\u0644\u0644\u064a\u0628\u062a\u0634\u0627 - \u0631\u0648\u0646\u062c" },
{ "Limb", "\u0627\u0644\u0644\u064a\u0645\u0628\u0648" },
{ "Lina", "\u0627\u0644\u062e\u0637\u064a\u0629 \u0623" },
{ "Linb", "\u0627\u0644\u062e\u0637\u064a\u0629 \u0628" },
{ "Lyci", "\u0627\u0644\u0644\u064a\u0633\u064a\u0629" },
{ "Lydi", "\u0627\u0644\u0644\u064a\u062f\u064a\u0629" },
{ "Mand", "\u0627\u0644\u0645\u0627\u0646\u062f\u0627\u064a\u0646\u064a\u0629" },
{ "Maya", "\u0627\u0644\u0645\u0627\u064a\u0627 \u0627\u0644\u0647\u064a\u0631\u0648\u063a\u0644\u064a\u0641\u064a\u0629" },
{ "Mero", "\u0627\u0644\u0645\u064a\u0631\u0648\u064a\u062a\u064a\u0643" },
{ "Mlym", "\u0627\u0644\u0645\u0627\u0644\u064a\u0627\u0644\u0627\u0645" },
{ "Mong", "\u0627\u0644\u0645\u063a\u0648\u0644\u064a\u0629" },
{ "Moon", "\u0645\u0648\u0646" },
{ "Mymr", "\u0627\u0644\u0645\u064a\u0627\u0646\u0645\u0627\u0631" },
{ "Nkoo", "\u0623\u0646\u0643\u0648" },
{ "Ogam", "\u0627\u0644\u0623\u0648\u062c\u0647\u0627\u0645" },
{ "Orkh", "\u0627\u0644\u0623\u0648\u0631\u062e\u0648\u0646" },
{ "Orya", "\u0627\u0644\u0623\u0648\u0631\u064a\u0627" },
{ "Osma", "\u0627\u0644\u0623\u0648\u0633\u0645\u0627\u0646\u064a\u0627" },
{ "Perm", "\u0627\u0644\u0628\u064a\u0631\u0645\u064a\u0643\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "Phag", "\u0627\u0644\u0641\u0627\u062c\u0633\u0628\u0627" },
{ "Phnx", "\u0627\u0644\u0641\u064a\u0646\u064a\u0642\u064a\u0629" },
{ "Plrd", "\u0627\u0644\u0635\u0648\u062a\u064a\u0627\u062a \u0627\u0644\u062c\u0645\u0627\u0621" },
{ "Roro", "\u0631\u0646\u062c\u0648\u0631\u0646\u062c\u0648" },
{ "Runr", "\u0627\u0644\u0631\u0648\u0646\u064a" },
{ "Sara", "\u0627\u0644\u0633\u0627\u0631\u0627\u062a\u064a" },
{ "Shaw", "\u0627\u0644\u0634\u0648\u0627\u0646\u064a" },
{ "Sinh", "\u0627\u0644\u0633\u064a\u0646\u0647\u0627\u0644\u0627" },
{ "Sund", "\u0627\u0644\u0633\u0648\u0646\u062f\u0627\u0646\u064a\u0629" },
{ "Sylo", "\u0627\u0644\u0633\u064a\u0644\u0648\u062a\u064a \u0646\u0627\u063a\u0631\u064a" },
{ "Syrc", "\u0627\u0644\u0633\u0631\u064a\u0627\u0646\u064a\u0629" },
{ "Syre", "\u0627\u0644\u0633\u0631\u064a\u0627\u0646\u064a\u0629 \u0627\u0644\u0623\u0633\u062a\u0631\u0646\u062c\u064a\u0644\u064a\u0629" },
{ "Syrj", "\u0627\u0644\u0633\u0631\u064a\u0627\u0646\u064a\u0629 \u0627\u0644\u063a\u0631\u0628\u064a\u0629" },
{ "Syrn", "\u0627\u0644\u0633\u0631\u064a\u0627\u0646\u064a\u0629 \u0627\u0644\u0634\u0631\u0642\u064a\u0629" },
{ "Tagb", "\u0627\u0644\u062a\u0627\u062c\u0628\u0627\u0646\u0648\u0627" },
{ "Tale", "\u0627\u0644\u062a\u0627\u064a \u0644\u064a" },
{ "Talu", "\u0627\u0644\u062a\u0627\u0649 \u0644\u0649 \u0627\u0644\u062c\u062f\u064a\u062f" },
{ "Taml", "\u0627\u0644\u062a\u0627\u0645\u064a\u0644\u064a\u0629" },
{ "Telu", "\u0627\u0644\u062a\u064a\u0644\u062c\u0648" },
{ "Teng", "\u0627\u0644\u062a\u064a\u0646\u062c\u0648\u0627\u0631" },
{ "Tfng", "\u0627\u0644\u062a\u064a\u0641\u064a\u0646\u0627\u063a" },
{ "Tglg", "\u0627\u0644\u062a\u063a\u0627\u0644\u0648\u063a\u064a\u0629" },
{ "Thaa", "\u0627\u0644\u062b\u0639\u0646\u0629" },
{ "Thai", "\u0627\u0644\u062a\u0627\u064a\u0644\u0627\u0646\u062f\u064a\u0629" },
{ "Tibt", "\u0627\u0644\u062a\u0628\u062a\u064a\u0629" },
{ "Ugar", "\u0627\u0644\u0623\u062c\u0627\u0631\u064a\u062a\u064a\u0643\u064a\u0629" },
{ "Vaii", "\u0627\u0644\u0641\u0627\u064a" },
{ "Visp", "\u0627\u0644\u0643\u0644\u0627\u0645 \u0627\u0644\u0645\u0631\u0626\u064a" },
{ "Xpeo", "\u0627\u0644\u0641\u0627\u0631\u0633\u064a\u0629 \u0627\u0644\u0642\u062f\u064a\u0645\u0629" },
{ "Xsux", "\u0627\u0644\u0643\u062a\u0627\u0628\u0629 \u0627\u0644\u0645\u0633\u0645\u0627\u0631\u064a\u0629 \u0627\u0644\u0623\u0643\u062f\u064a\u0629 \u0627\u0644\u0633\u0648\u0645\u0631\u064a\u0629" },
{ "Yiii", "\u0627\u0644\u064a\u064a" },
{ "Zinh", "\u0627\u0644\u0645\u0648\u0631\u0648\u062b" },
{ "Zsym", "\u0631\u0645\u0648\u0632" },
{ "Zxxx", "\u063a\u064a\u0631 \u0645\u0643\u062a\u0648\u0628" },
{ "Zyyy", "\u0639\u0627\u0645" },
{ "Zzzz", "\u0646\u0635 \u0645\u0643\u062a\u0648\u0628 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641" },
{ "root", "\u0627\u0644\u062c\u0630\u0631" },
{ "de_AT", "\u0627\u0644\u0623\u0644\u0645\u0627\u0646\u064a\u0629 \u0627\u0644\u0646\u0645\u0633\u0627\u0648\u064a\u0629" },
{ "de_CH", "\u0627\u0644\u0623\u0644\u0645\u0627\u0646\u064a\u0629 \u0627\u0644\u0639\u0644\u064a\u0627 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629" },
{ "en_AU", "\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0629" },
{ "en_CA", "\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0643\u0646\u062f\u064a\u0629" },
{ "en_GB", "\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0628\u0631\u064a\u0637\u0627\u0646\u064a\u0629" },
{ "en_US", "\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629" },
{ "es_ES", "\u0627\u0644\u0625\u0633\u0628\u0627\u0646\u064a\u0629 \u0627\u0644\u0623\u064a\u0628\u064a\u0631\u064a\u0629" },
{ "fr_CA", "\u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629 \u0627\u0644\u0643\u0646\u062f\u064a\u0629" },
{ "fr_CH", "\u0627\u0644\u0641\u0631\u0646\u0633\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629" },
{ "nl_BE", "\u0627\u0644\u0641\u0644\u0645\u0646\u0643" },
{ "pt_BR", "\u0627\u0644\u0628\u0631\u062a\u063a\u0627\u0644\u064a\u0629 \u0627\u0644\u0628\u0631\u0627\u0632\u064a\u0644\u064a\u0629" },
{ "pt_PT", "\u0627\u0644\u0628\u0631\u062a\u063a\u0627\u0644\u064a\u0629 \u0627\u0644\u0623\u064a\u0628\u064a\u0631\u064a\u0629" },
{ "es_419", "\u0625\u0633\u0628\u0627\u0646\u064a\u0629 \u0623\u0645\u0631\u064a\u0643\u0627 \u0627\u0644\u0644\u0627\u062a\u064a\u0646\u064a\u0629" },
};
return data;
}
}

View File

@@ -0,0 +1,558 @@
/*
* 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.ar;
import sun.util.resources.TimeZoneNamesBundle;
public class TimeZoneNames_ar extends TimeZoneNamesBundle {
@Override
protected final Object[][] getContents() {
final String[] Moscow = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0645\u0648\u0633\u0643\u0648 \u0627\u0644\u0631\u0633\u0645\u064a",
"MST",
"\u062a\u0648\u0642\u064a\u062a \u0645\u0648\u0633\u0643\u0648 \u0627\u0644\u0635\u064a\u0641\u064a",
"MST",
"\u062a\u0648\u0642\u064a\u062a \u0645\u0648\u0633\u0643\u0648",
"MT",
};
final String[] Argentina = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0623\u0631\u062c\u0646\u062a\u064a\u0646",
"AST",
"\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0623\u0631\u062c\u0646\u062a\u064a\u0646 \u0627\u0644\u0635\u064a\u0641\u064a",
"AST",
"\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0623\u0631\u062c\u0646\u062a\u064a\u0646",
"AT",
};
final String[] Hovd = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0647\u0648\u0641\u062f",
"HST",
"\u062a\u0648\u0642\u064a\u062a \u0647\u0648\u0641\u062f \u0627\u0644\u0635\u064a\u0641\u064a",
"HST",
"\u062a\u0648\u0642\u064a\u062a \u0647\u0648\u0641\u062f",
"HT",
};
final String[] Magadan = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0645\u0627\u063a\u0627\u062f\u0627\u0646",
"MST",
"\u062a\u0648\u0642\u064a\u062a \u0645\u0627\u063a\u0627\u062f\u0627\u0646 \u0627\u0644\u0635\u064a\u0641\u064a",
"MST",
"\u062a\u0648\u0642\u064a\u062a \u0645\u0627\u063a\u0627\u062f\u0627\u0646",
"MT",
};
final String[] Australia_CentralWestern = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0627\u0644\u063a\u0631\u0628\u064a \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0628\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"ACWST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0627\u0644\u063a\u0631\u0628\u064a \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0628\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"ACWDT",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u063a\u0631\u0628\u064a \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0628\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"ACWT",
};
final String[] Sakhalin = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0633\u0627\u062e\u0627\u0644\u064a\u0646",
"SST",
"\u062a\u0648\u0642\u064a\u062a \u0633\u0627\u062e\u0627\u0644\u064a\u0646 \u0627\u0644\u0635\u064a\u0641\u064a",
"SST",
"\u062a\u0648\u0642\u064a\u062a \u0633\u0627\u062e\u0627\u0644\u064a\u0646",
"ST",
};
final String[] Macquarie = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0645\u0627\u0643\u0648\u0627\u0631\u064a",
"MIT",
"Macquarie Island Summer Time",
"MIST",
"Macquarie Island Time",
"MIT",
};
final String[] America_Eastern = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0627\u0644\u0634\u0631\u0642\u064a",
"EST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0627\u0644\u0634\u0631\u0642\u064a",
"EDT",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0634\u0631\u0642\u064a",
"ET",
};
final String[] Hawaii_Aleutian = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0647\u0627\u0648\u0627\u064a \u0623\u0644\u064a\u0648\u062a\u064a\u0627\u0646",
"HAST",
"\u062a\u0648\u0642\u064a\u062a \u0647\u0627\u0648\u0627\u064a \u0623\u0644\u064a\u0648\u062a\u064a\u0627\u0646 \u0627\u0644\u0635\u064a\u0641\u064a",
"HADT",
"\u062a\u0648\u0642\u064a\u062a \u0647\u0627\u0648\u0627\u064a \u0623\u0644\u064a\u0648\u062a\u064a\u0627\u0646",
"HAT",
};
final String[] Australia_Central = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0628\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"ACST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0628\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"ACDT",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u0631\u0643\u0632\u064a \u0627\u0644\u0623\u0633\u062a\u0631\u0627\u0644\u064a",
"CAT",
};
final String[] Lord_Howe = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0644\u0648\u0631\u062f \u0647\u0627\u0648 \u0627\u0644\u0631\u0633\u0645\u064a",
"LHST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0644\u0644\u0648\u0631\u062f \u0647\u0627\u0648",
"LHDT",
"\u062a\u0648\u0642\u064a\u062a \u0644\u0648\u0631\u062f \u0647\u0627\u0648",
"LHT",
};
final String[] Yakutsk = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u064a\u0627\u0643\u0648\u062a\u0633\u0643",
"YST",
"\u062a\u0648\u0642\u064a\u062a \u064a\u0627\u0643\u0648\u062a\u0633\u0643 \u0627\u0644\u0635\u064a\u0641\u064a",
"YST",
"\u062a\u0648\u0642\u064a\u062a \u064a\u0627\u0643\u0648\u062a\u0633\u0643",
"YT",
};
final String[] America_Pacific = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u062d\u064a\u0637 \u0627\u0644\u0647\u0627\u062f\u064a",
"PST",
"\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u062d\u064a\u0637 \u0627\u0644\u0647\u0627\u062f\u064a \u0627\u0644\u0635\u064a\u0641\u064a",
"PDT",
"\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u062d\u064a\u0637 \u0627\u0644\u0647\u0627\u062f\u064a",
"PT",
};
final String[] Newfoundland = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u0646\u06cc\u0648\u0641\u0627\u0648\u0646\u062f\u0644\u0627\u0646\u062f",
"NST",
"\u062a\u0648\u0642\u064a\u062a \u0646\u06cc\u0648\u0641\u0627\u0648\u0646\u062f\u0644\u0627\u0646\u062f \u0627\u0644\u0635\u064a\u0641\u064a",
"NDT",
"\u062a\u0648\u0642\u064a\u062a \u0646\u06cc\u0648\u0641\u0627\u0648\u0646\u062f\u0644\u0627\u0646\u062f",
"NT",
};
final String[] Argentina_Western = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u063a\u0631\u0628 \u0627\u0644\u0623\u0631\u062c\u0646\u062a\u064a\u0646",
"WAST",
"\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0623\u0631\u062c\u0646\u062a\u064a\u0646 \u0627\u0644\u063a\u0631\u0628\u064a \u0627\u0644\u0635\u064a\u0641\u064a",
"WAST",
"\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0623\u0631\u062c\u0646\u062a\u064a\u0646 \u0627\u0644\u063a\u0631\u0628\u064a",
"WAT",
};
final String[] Atlantic = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0627\u0644\u0623\u0637\u0644\u0633\u064a",
"AST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0627\u0644\u0623\u0637\u0644\u0633\u064a",
"ADT",
"\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0623\u0637\u0644\u0633\u064a",
"AT",
};
final String[] Yekaterinburg = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u064a\u0643\u0627\u062a\u0631\u064a\u0646\u0628\u0648\u0631\u063a",
"YST",
"\u062a\u0648\u0642\u064a\u062a \u064a\u0643\u0627\u062a\u0631\u064a\u0646\u0628\u0648\u0631\u063a \u0627\u0644\u0635\u064a\u0641\u064a",
"YST",
"\u062a\u0648\u0642\u064a\u062a \u064a\u0643\u0627\u062a\u0631\u064a\u0646\u0628\u0648\u0631\u063a",
"YT",
};
final String[] Volgograd = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0641\u0648\u0644\u063a\u0648\u063a\u0631\u0627\u062f",
"VST",
"\u062a\u0648\u0642\u064a\u062a \u0641\u0648\u0644\u063a\u0648\u063a\u0631\u0627\u062f \u0627\u0644\u0635\u064a\u0641\u064a",
"VST",
"\u062a\u0648\u0642\u064a\u062a \u0641\u0648\u0644\u063a\u0648\u063a\u0631\u0627\u062f",
"VT",
};
final String[] Indonesia_Central = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0625\u0646\u062f\u0648\u0646\u064a\u0633\u064a\u0627 \u0627\u0644\u0645\u0631\u0643\u0632\u064a",
"CIT",
"Central Indonesia Summer Time",
"CIST",
"Central Indonesia Time",
"CIT",
};
final String[] Indonesia_Eastern = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0634\u0631\u0642\u064a \u0644\u0625\u0646\u062f\u0648\u0646\u064a\u0633\u064a\u0627",
"EIT",
"Eastern Indonesia Summer Time",
"EIST",
"Eastern Indonesia Time",
"EIT",
};
final String[] Omsk = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0623\u0648\u0645\u0633\u0643",
"OST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0623\u0648\u0645\u0633\u0643",
"OST",
"\u062a\u0648\u0642\u064a\u062a \u0623\u0648\u0645\u0633\u0643",
"OT",
};
final String[] Australia_Western = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0627\u0644\u063a\u0631\u0628\u064a \u0644\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"AWST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0627\u0644\u063a\u0631\u0628\u064a \u0644\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"AWDT",
"\u062a\u0648\u0642\u064a\u062a \u063a\u0631\u0628 \u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"WAT",
};
final String[] Indonesia_Western = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u063a\u0631\u0628\u064a \u0644\u0625\u0646\u062f\u0648\u0646\u064a\u0633\u064a\u0627",
"WIT",
"Western Indonesia Summer Time",
"WIST",
"Western Indonesia Time",
"WIT",
};
final String[] Mongolia = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0623\u0648\u0644\u0627\u0646 \u0628\u0627\u062a\u0648\u0631",
"UBST",
"\u062a\u0648\u0642\u064a\u062a \u0623\u0648\u0644\u0627\u0646 \u0628\u0627\u062a\u0648\u0631 \u0627\u0644\u0635\u064a\u0641\u064a",
"UBST",
"\u062a\u0648\u0642\u064a\u062a \u0645\u0646\u063a\u0648\u0644\u064a\u0627",
"UBT",
};
final String[] America_Central = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0627\u0644\u0645\u0631\u0643\u0632\u064a",
"CST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0627\u0644\u0645\u0631\u0643\u0632\u064a",
"CDT",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u0631\u0643\u0632\u064a",
"CT",
};
final String[] Australia_Eastern = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0627\u0644\u0634\u0631\u0642\u064a \u0644\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"AEST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0627\u0644\u0634\u0631\u0642\u064a \u0644\u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"AEDT",
"\u062a\u0648\u0642\u064a\u062a \u0634\u0631\u0642 \u0623\u0633\u062a\u0631\u0627\u0644\u064a\u0627",
"EAT",
};
final String[] America_Mountain = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u062c\u0628\u0644\u064a \u0627\u0644\u0631\u0633\u0645\u064a",
"MST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u062c\u0628\u0644\u064a \u0627\u0644\u0635\u064a\u0641\u064a",
"MDT",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u062c\u0628\u0644\u064a",
"MT",
};
final String[] Alaska = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u0623\u0644\u0627\u0633\u0643\u0627",
"AKST",
"\u062a\u0648\u0642\u064a\u062a \u0623\u0644\u0627\u0633\u0643\u0627 \u0627\u0644\u0635\u064a\u0641\u064a",
"AKDT",
"\u062a\u0648\u0642\u064a\u062a \u0623\u0644\u0627\u0633\u0643\u0627",
"AKT",
};
final String[] Novosibirsk = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0646\u0648\u0641\u0648\u0633\u064a\u0628\u064a\u0631\u0633\u0643",
"NST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0644\u0646\u0648\u0641\u0648\u0633\u064a\u0628\u064a\u0631\u0633\u0643",
"NST",
"\u062a\u0648\u0642\u064a\u062a \u0646\u0648\u0641\u0648\u0633\u064a\u0628\u064a\u0631\u0633\u0643",
"NT",
};
final String[] Vladivostok = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0641\u0644\u0627\u062f\u064a\u0641\u0648\u0633\u062a\u0648\u0643",
"VST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0641\u0644\u0627\u062f\u064a\u0641\u0648\u0633\u062a\u0648\u0643",
"VST",
"\u062a\u0648\u0642\u064a\u062a \u0641\u0644\u0627\u062f\u064a\u0641\u0648\u0633\u062a\u0648\u0643",
"VT",
};
final String[] Irkutsk = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0625\u0631\u0643\u0648\u062a\u0633\u0643",
"IST",
"\u062a\u0648\u0642\u064a\u062a \u0625\u0631\u0643\u0648\u062a\u0633\u0643 \u0627\u0644\u0635\u064a\u0641\u064a",
"IST",
"\u062a\u0648\u0642\u064a\u062a \u0625\u0631\u0643\u0648\u062a\u0633\u0643",
"IT",
};
final String[] Noronha = new String[] {
"\u0641\u064a\u0631\u0646\u0627\u0646\u062f\u0648 \u062f\u064a \u0646\u0648\u0631\u0648\u0646\u0647\u0627",
"FNST",
"\u062a\u0648\u0642\u064a\u062a \u0641\u0631\u0646\u0627\u0646\u062f\u0648 \u062f\u064a \u0646\u0648\u0631\u0648\u0646\u0647\u0627 \u0627\u0644\u0635\u064a\u0641\u064a",
"FNST",
"\u062a\u0648\u0642\u064a\u062a \u0646\u0648\u0631\u0648\u0646\u0647\u0627",
"FNT",
};
final String[] Choibalsan = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0634\u0648\u064a\u0628\u0627\u0644\u0633\u0627\u0646",
"CST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0644\u0634\u0648\u064a\u0628\u0627\u0644\u0633\u0627\u0646",
"CST",
"\u062a\u0648\u0642\u064a\u062a \u0634\u0648\u064a\u0628\u0627\u0644\u0633\u0627\u0646",
"CT",
};
final String[] Brasilia = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0628\u0631\u0627\u0632\u064a\u0644\u064a\u0627",
"BST",
"\u062a\u0648\u0642\u064a\u062a \u0628\u0631\u0627\u0632\u064a\u0644\u064a\u0627 \u0627\u0644\u0635\u064a\u0641\u064a",
"BST",
"\u062a\u0648\u0642\u064a\u062a \u0628\u0631\u0627\u0632\u064a\u0644\u064a\u0627",
"BT",
};
final String[] Krasnoyarsk = new String[] {
"\u062a\u0648\u0642\u064a\u062a \u0643\u0631\u0627\u0633\u0646\u0648\u064a\u0627\u0631\u0633\u0643",
"KST",
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a \u0644\u0643\u0631\u0627\u0633\u0646\u0648\u064a\u0627\u0631\u0633\u0643",
"KST",
"\u062a\u0648\u0642\u064a\u062a \u0643\u0631\u0627\u0633\u0646\u0648\u064a\u0627\u0631\u0633\u0643",
"KT",
};
final String[] Kazakhstan_Western = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u063a\u0631\u0628 \u0643\u0627\u0632\u0627\u062e\u0633\u062a\u0627\u0646",
"WKT",
"\u062a\u0648\u0642\u064a\u062a \u0643\u0627\u0632\u0627\u062e\u0633\u062a\u0627\u0646 \u0627\u0644\u063a\u0631\u0628\u064a \u0627\u0644\u0635\u064a\u0641\u064a",
"WKST",
"\u062a\u0648\u0642\u064a\u062a \u063a\u0631\u0628 \u0643\u0627\u0632\u0627\u062e\u0633\u062a\u0627\u0646",
"WKT",
};
final String[] Amazon = new String[] {
"\u0627\u0644\u0623\u0645\u0627\u0632\u0648\u0646 \u0627\u0644\u0632\u0645\u0646",
"AST",
"\u0627\u0644\u0623\u0645\u0627\u0632\u0648\u0646 \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0635\u064a\u0641\u064a",
"AST",
"\u0627\u0644\u0623\u0645\u0627\u0632\u0648\u0646 \u0627\u0644\u0632\u0645\u0646",
"AT",
};
final String[] Kazakhstan_Eastern = new String[] {
"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u0634\u0631\u0642 \u0643\u0627\u0632\u0627\u062e\u0633\u062a\u0627\u0646",
"EKT",
"\u062a\u0648\u0642\u064a\u062a \u0643\u0627\u0632\u0627\u062e\u0633\u062a\u0627\u0646 \u0627\u0644\u0634\u0631\u0642\u064a \u0627\u0644\u0635\u064a\u0641\u064a",
"EKST",
"\u062a\u0648\u0642\u064a\u062a\u00b7\u0634\u0631\u0642\u00b7\u0643\u0627\u0632\u0627\u062e\u0633\u062a\u0627\u0646",
"EKT",
};
final Object[][] data = new Object[][] {
{ "America/Los_Angeles", America_Pacific },
{ "America/Denver", America_Mountain },
{ "America/Phoenix", America_Mountain },
{ "America/Chicago", America_Central },
{ "America/New_York", America_Eastern },
{ "America/Indianapolis", America_Eastern },
{ "Pacific/Honolulu", Hawaii_Aleutian },
{ "America/Anchorage", Alaska },
{ "America/Halifax", Atlantic },
{ "America/Sitka", Alaska },
{ "America/St_Johns", Newfoundland },
{ "America/Cuiaba", Amazon },
{ "Asia/Aqtobe", Kazakhstan_Western },
{ "Asia/Vladivostok", Vladivostok },
{ "America/Marigot", Atlantic },
{ "Asia/Aqtau", Kazakhstan_Western },
{ "America/El_Salvador", America_Central },
{ "America/Kentucky/Monticello", America_Eastern },
{ "Asia/Pontianak", Indonesia_Western },
{ "America/Coral_Harbour", America_Eastern },
{ "America/Aruba", Atlantic },
{ "America/North_Dakota/Center", America_Central },
{ "America/Guatemala", America_Central },
{ "Australia/Hobart", Australia_Eastern },
{ "America/Cayman", America_Eastern },
{ "Asia/Ulaanbaatar", Mongolia },
{ "America/Belize", America_Central },
{ "America/Panama", America_Eastern },
{ "America/Indiana/Tell_City", America_Central },
{ "America/Tijuana", America_Pacific },
{ "America/Managua", America_Central },
{ "America/Indiana/Petersburg", America_Eastern },
{ "America/Chihuahua", America_Central },
{ "America/Ojinaga", America_Central },
{ "Asia/Hovd", Hovd },
{ "America/Tegucigalpa", America_Central },
{ "America/Eirunepe", Amazon },
{ "America/Argentina/San_Luis", Argentina_Western },
{ "America/Argentina/Ushuaia", Argentina },
{ "America/Thunder_Bay", America_Eastern },
{ "America/Grand_Turk", America_Eastern },
{ "America/Indiana/Marengo", America_Eastern },
{ "Asia/Almaty", Kazakhstan_Eastern },
{ "America/Creston", America_Mountain },
{ "America/Araguaina", Brasilia },
{ "America/Mexico_City", America_Central },
{ "Asia/Novosibirsk", Novosibirsk },
{ "America/Argentina/Salta", Argentina },
{ "America/Matamoros", America_Central },
{ "America/Blanc-Sablon", Atlantic },
{ "Asia/Novokuznetsk", Novosibirsk },
{ "Australia/Perth", Australia_Western },
{ "CST6CDT", America_Central },
{ "America/Manaus", Amazon },
{ "America/Menominee", America_Central },
{ "America/Adak", Hawaii_Aleutian },
{ "America/Resolute", America_Central },
{ "Asia/Krasnoyarsk", Krasnoyarsk },
{ "America/Argentina/Rio_Gallegos", Argentina },
{ "America/Edmonton", America_Mountain },
{ "America/Catamarca", Argentina },
{ "America/Santo_Domingo", Atlantic },
{ "America/Glace_Bay", Atlantic },
{ "America/Cordoba", Argentina },
{ "Asia/Magadan", Magadan },
{ "America/Port-au-Prince", America_Eastern },
{ "America/St_Barthelemy", Atlantic },
{ "America/Nipigon", America_Eastern },
{ "America/Regina", America_Central },
{ "America/Dawson_Creek", America_Mountain },
{ "America/St_Thomas", Atlantic },
{ "America/Anguilla", Atlantic },
{ "America/Fortaleza", Brasilia },
{ "America/Hermosillo", America_Mountain },
{ "America/Cancun", America_Central },
{ "Australia/Sydney", Australia_Eastern },
{ "America/St_Lucia", Atlantic },
{ "America/Bahia_Banderas", America_Central },
{ "America/Montserrat", Atlantic },
{ "America/Santa_Isabel", America_Pacific },
{ "America/Cambridge_Bay", America_Mountain },
{ "Asia/Choibalsan", Choibalsan },
{ "Asia/Omsk", Omsk },
{ "Australia/Brisbane", Australia_Eastern },
{ "America/Barbados", Atlantic },
{ "Europe/Volgograd", Volgograd },
{ "Asia/Yekaterinburg", Yekaterinburg },
{ "America/Louisville", America_Eastern },
{ "America/Lower_Princes", Atlantic },
{ "America/Vancouver", America_Pacific },
{ "America/Rio_Branco", Amazon },
{ "America/Detroit", America_Eastern },
{ "Pacific/Johnston", Hawaii_Aleutian },
{ "America/Sao_Paulo", Brasilia },
{ "Asia/Jayapura", Indonesia_Eastern },
{ "America/Thule", Atlantic },
{ "America/Curacao", Atlantic },
{ "America/Martinique", Atlantic },
{ "Europe/Moscow", Moscow },
{ "America/Puerto_Rico", Atlantic },
{ "America/Rankin_Inlet", America_Central },
{ "America/Argentina/La_Rioja", Argentina },
{ "America/Tortola", Atlantic },
{ "Australia/Eucla", Australia_CentralWestern },
{ "America/Porto_Velho", Amazon },
{ "Asia/Sakhalin", Sakhalin },
{ "America/Port_of_Spain", Atlantic },
{ "Asia/Kamchatka", Magadan },
{ "America/Nome", Alaska },
{ "Asia/Yakutsk", Yakutsk },
{ "America/Rainy_River", America_Central },
{ "Asia/Oral", Kazakhstan_Western },
{ "America/Yellowknife", America_Mountain },
{ "America/Juneau", Alaska },
{ "America/Indiana/Vevay", America_Eastern },
{ "Asia/Jakarta", Indonesia_Western },
{ "America/Campo_Grande", Amazon },
{ "America/Belem", Brasilia },
{ "America/Jujuy", Argentina },
{ "America/Recife", Brasilia },
{ "America/Buenos_Aires", Argentina },
{ "America/Bahia", Brasilia },
{ "America/Goose_Bay", Atlantic },
{ "America/Noronha", Noronha },
{ "America/Swift_Current", America_Central },
{ "Australia/Adelaide", Australia_Central },
{ "America/Metlakatla", America_Pacific },
{ "America/Pangnirtung", America_Eastern },
{ "America/Indiana/Vincennes", America_Eastern },
{ "America/Whitehorse", America_Pacific },
{ "America/Kralendijk", Atlantic },
{ "Europe/Samara", Moscow },
{ "America/Antigua", Atlantic },
{ "America/Montreal", America_Eastern },
{ "Asia/Makassar", Indonesia_Central },
{ "America/Argentina/San_Juan", Argentina },
{ "America/Inuvik", America_Mountain },
{ "America/Iqaluit", America_Eastern },
{ "Antarctica/Macquarie", Macquarie },
{ "America/Moncton", Atlantic },
{ "America/Indiana/Winamac", America_Eastern },
{ "America/Boa_Vista", Amazon },
{ "America/St_Vincent", Atlantic },
{ "PST8PDT", America_Pacific },
{ "America/Grenada", Atlantic },
{ "Australia/Darwin", Australia_Central },
{ "Asia/Qyzylorda", Kazakhstan_Eastern },
{ "America/Yakutat", Alaska },
{ "America/Ciudad_Juarez", America_Mountain },
{ "America/Argentina/Tucuman", Argentina },
{ "Antarctica/Casey", Australia_Western },
{ "America/Merida", America_Central },
{ "America/Mazatlan", America_Mountain },
{ "America/St_Kitts", Atlantic },
{ "Australia/Broken_Hill", Australia_Central },
{ "America/Dominica", Atlantic },
{ "America/Guadeloupe", Atlantic },
{ "America/Mendoza", Argentina },
{ "America/Santarem", Brasilia },
{ "America/Boise", America_Mountain },
{ "Australia/Currie", Australia_Eastern },
{ "EST5EDT", America_Eastern },
{ "America/North_Dakota/New_Salem", America_Central },
{ "Asia/Anadyr", Magadan },
{ "Australia/Melbourne", Australia_Eastern },
{ "Asia/Irkutsk", Irkutsk },
{ "Atlantic/Bermuda", Atlantic },
{ "America/Costa_Rica", America_Central },
{ "America/Dawson", America_Pacific },
{ "America/Shiprock", America_Mountain },
{ "America/Winnipeg", America_Central },
{ "America/Indiana/Knox", America_Central },
{ "America/North_Dakota/Beulah", America_Central },
{ "America/Maceio", Brasilia },
{ "Australia/Lord_Howe", Lord_Howe },
{ "America/Toronto", America_Eastern },
{ "Australia/Lindeman", Australia_Eastern },
{ "MST7MDT", America_Mountain },
{ "America/Monterrey", America_Central },
{ "America/Nassau", America_Eastern },
{ "America/Jamaica", America_Eastern },
};
return data;
}
}