{"id":3174,"date":"2026-04-17T18:01:28","date_gmt":"2026-04-17T15:01:28","guid":{"rendered":"https:\/\/www.naseemnajd.com\/w\/?p=3174"},"modified":"2026-04-17T18:01:31","modified_gmt":"2026-04-17T15:01:31","slug":"%d9%83%d8%aa%d9%8a%d8%a8-150-%d8%b7%d8%b1%d9%8a%d9%82%d8%a9-%d9%84%d9%8a%d8%b5%d9%84-%d8%a8%d8%b1%d9%83-%d9%84%d8%a3%d9%85%d9%83-%d8%a8%d9%80-75-%d9%84%d8%ba%d8%a9-%d8%b9%d8%a7%d9%84%d9%85%d9%8a%d8%a9","status":"publish","type":"post","link":"https:\/\/www.naseemnajd.com\/w\/?p=3174","title":{"rendered":"\u0643\u062a\u064a\u0628 150 \u0637\u0631\u064a\u0642\u0629 \u0644\u064a\u0635\u0644 \u0628\u0631\u0643 \u0644\u0623\u0645\u0643 \u0628\u0640 75 \u0644\u063a\u0629 \u0639\u0627\u0644\u0645\u064a\u0629"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n\n\n\n<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>150 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645 \u2014 \u062a\u0631\u062c\u0645\u0629 \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u0644\u063a\u0627\u062a<\/title>\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --green: #1D9E75;\n    --green-dark: #0F6E56;\n    --green-light: #E1F5EE;\n    --text: #1a1a1a;\n    --text-muted: #666;\n    --border: #e0e0e0;\n    --bg: #f7f7f5;\n    --white: #ffffff;\n    --radius: 10px;\n    --shadow: 0 2px 12px rgba(0,0,0,0.08);\n  }\n  body {\n    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    min-height: 100vh;\n    direction: rtl;\n  }\n  .app-wrapper { max-width: 1100px; margin: 0 auto; padding: 20px 16px 60px; }\n\n  \/* HEADER *\/\n  .site-header {\n    text-align: center;\n    padding: 40px 20px 32px;\n    background: linear-gradient(135deg, #0a4a35 0%, #1D9E75 100%);\n    border-radius: var(--radius);\n    margin-bottom: 28px;\n    color: white;\n    position: relative;\n    overflow: hidden;\n  }\n  .site-header::before {\n    content: '\ud83d\udd4c';\n    position: absolute;\n    font-size: 120px;\n    opacity: 0.07;\n    right: -20px;\n    top: -20px;\n  }\n  .site-header h1 { font-size: 28px; font-weight: 700; margin-bottom: 8px; }\n  .site-header p { font-size: 15px; opacity: 0.85; }\n  .site-header .bismillah { font-size: 22px; margin-bottom: 10px; opacity: 0.9; font-family: 'Traditional Arabic', serif; }\n\n  \/* CARD *\/\n  .card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    padding: 20px;\n    margin-bottom: 20px;\n  }\n  .card-title {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--green-dark);\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .card-title::before { content: ''; display: inline-block; width: 4px; height: 16px; background: var(--green); border-radius: 2px; }\n\n  \/* QUICK LANG BUTTONS *\/\n  .lang-quick { display: flex; flex-wrap: wrap; gap: 8px; }\n  .lang-btn {\n    padding: 6px 14px;\n    font-size: 13px;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    background: var(--white);\n    color: var(--text-muted);\n    cursor: pointer;\n    transition: all 0.18s;\n    white-space: nowrap;\n  }\n  .lang-btn:hover { background: var(--green-light); color: var(--green-dark); border-color: var(--green); }\n  .lang-btn.active { background: var(--green); color: white; border-color: var(--green); font-weight: 600; }\n\n  \/* ALL LANGS *\/\n  .lang-search-input {\n    width: 100%;\n    padding: 9px 14px;\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    font-size: 14px;\n    margin-bottom: 12px;\n    direction: rtl;\n    outline: none;\n    transition: border-color 0.2s;\n  }\n  .lang-search-input:focus { border-color: var(--green); }\n  .all-langs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));\n    gap: 6px;\n    max-height: 220px;\n    overflow-y: auto;\n    padding: 4px 0;\n  }\n  .lang-item {\n    padding: 7px 10px;\n    font-size: 12px;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    cursor: pointer;\n    text-align: center;\n    background: var(--white);\n    color: var(--text-muted);\n    transition: all 0.15s;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n  }\n  .lang-item:hover { background: var(--green-light); }\n  .lang-item.selected { background: var(--green-light); color: var(--green-dark); border-color: var(--green); font-weight: 600; }\n\n  \/* ACTION BAR *\/\n  .action-bar {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    flex-wrap: wrap;\n    padding: 14px 20px;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    margin-bottom: 20px;\n    box-shadow: var(--shadow);\n  }\n  .selected-label { font-size: 14px; color: var(--text-muted); flex: 1; }\n  .selected-label strong { color: var(--green-dark); }\n  .btn-translate {\n    padding: 10px 28px;\n    background: var(--green);\n    color: white;\n    border: none;\n    border-radius: 8px;\n    font-size: 15px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: background 0.2s, transform 0.1s;\n    white-space: nowrap;\n  }\n  .btn-translate:hover { background: var(--green-dark); }\n  .btn-translate:active { transform: scale(0.97); }\n  .btn-translate:disabled { background: #ccc; cursor: not-allowed; transform: none; }\n\n  \/* PROGRESS *\/\n  .progress-wrap { margin-bottom: 16px; display: none; }\n  .progress-track { height: 6px; background: #e0e0e0; border-radius: 3px; overflow: hidden; }\n  .progress-fill { height: 100%; background: linear-gradient(90deg, var(--green), #5DCAA5); width: 0%; transition: width 0.4s ease; border-radius: 3px; }\n  .status-msg { font-size: 12px; color: var(--text-muted); margin-top: 6px; text-align: center; }\n\n  \/* CONTENT PANELS *\/\n  .content-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    display: none;\n  }\n  @media (max-width: 650px) { .content-grid { grid-template-columns: 1fr; } }\n  .panel {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    overflow: hidden;\n  }\n  .panel-head {\n    padding: 12px 16px;\n    background: #f0fdf7;\n    border-bottom: 1px solid var(--border);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .panel-head-label { font-size: 14px; font-weight: 600; color: var(--green-dark); }\n  .btn-copy {\n    font-size: 12px;\n    padding: 4px 10px;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    cursor: pointer;\n    color: var(--text-muted);\n    transition: all 0.15s;\n  }\n  .btn-copy:hover { background: var(--green-light); color: var(--green-dark); }\n  .panel-body {\n    padding: 16px;\n    max-height: 600px;\n    overflow-y: auto;\n  }\n  .way-item { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px dashed #eee; }\n  .way-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n  .way-num { font-size: 11px; font-weight: 700; color: var(--green); margin-bottom: 4px; }\n  .way-text { font-size: 13.5px; line-height: 1.75; color: var(--text); }\n  .rtl-text { text-align: right; direction: rtl; }\n  .ltr-text { text-align: left; direction: ltr; font-family: Georgia, serif; }\n\n  \/* LOADING *\/\n  .loading-msg { text-align: center; padding: 40px 20px; color: var(--text-muted); font-size: 14px; }\n  .spinner {\n    display: inline-block;\n    width: 22px; height: 22px;\n    border: 3px solid #ddd;\n    border-top-color: var(--green);\n    border-radius: 50%;\n    animation: spin 0.8s linear infinite;\n    vertical-align: middle;\n    margin-left: 8px;\n  }\n  @keyframes spin { to { transform: rotate(360deg); } }\n\n  \/* FOOTER *\/\n  .site-footer { text-align: center; margin-top: 40px; font-size: 12px; color: var(--text-muted); }\n\n  \/* INTRO *\/\n  .intro-box {\n    background: linear-gradient(135deg, #f0fdf7, #e6f7f1);\n    border: 1px solid #b2dfdb;\n    border-radius: var(--radius);\n    padding: 16px 20px;\n    margin-bottom: 20px;\n    font-size: 14px;\n    color: #2e7d5e;\n    line-height: 1.7;\n  }\n\n  \/* SCROLLBAR *\/\n  .panel-body::-webkit-scrollbar, .all-langs-grid::-webkit-scrollbar { width: 5px; }\n  .panel-body::-webkit-scrollbar-track, .all-langs-grid::-webkit-scrollbar-track { background: #f0f0f0; }\n  .panel-body::-webkit-scrollbar-thumb, .all-langs-grid::-webkit-scrollbar-thumb { background: var(--green); border-radius: 3px; }\n<\/style>\n<\/head>\n<body>\n<div class=\"app-wrapper\">\n\n  <header class=\"site-header\">\n    <div class=\"bismillah\">\u0628\u0633\u0645 \u0627\u0644\u0644\u0647 \u0627\u0644\u0631\u062d\u0645\u0646 \u0627\u0644\u0631\u062d\u064a\u0645<\/div>\n    <h1>\ud83d\udcd6 150 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645<\/h1>\n    <p>150 Ways To Be Dutiful To Your Mother \u2014 \u062a\u0631\u062c\u0645\u0629 \u0623\u062f\u0628\u064a\u0629 \u0641\u0648\u0631\u064a\u0629 \u0628\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0644\u0623\u0643\u062b\u0631 \u0645\u0646 75 \u0644\u063a\u0629<\/p>\n  <\/header>\n\n  <div class=\"intro-box\">\n    \ud83d\udca1 \u0627\u062e\u062a\u0631 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u062a\u064a \u062a\u0631\u064a\u062f \u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0625\u0644\u064a\u0647\u0627 \u0645\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0623\u062f\u0646\u0627\u0647\u060c \u062b\u0645 \u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0632\u0631 <strong>&#8220;\u062a\u0631\u062c\u0645 \u0627\u0644\u0643\u062a\u0627\u0628&#8221;<\/strong>. \u0633\u064a\u062a\u0645 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0639\u0631\u0628\u064a \u0648\u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629 \u062c\u0646\u0628\u064b\u0627 \u0625\u0644\u0649 \u062c\u0646\u0628 \u0628\u0623\u0633\u0644\u0648\u0628 \u0623\u062f\u0628\u064a \u0631\u0635\u064a\u0646.\n  <\/div>\n\n  <!-- Quick Languages -->\n  <div class=\"card\">\n    <div class=\"card-title\">\u0627\u0644\u0644\u063a\u0627\u062a \u0627\u0644\u0623\u0643\u062b\u0631 \u0634\u064a\u0648\u0639\u064b\u0627<\/div>\n    <div class=\"lang-quick\" id=\"quickLangs\"><\/div>\n  <\/div>\n\n  <!-- All Languages -->\n  <div class=\"card\">\n    <div class=\"card-title\">\u062c\u0645\u064a\u0639 \u0644\u063a\u0627\u062a \u0627\u0644\u0639\u0627\u0644\u0645 (\u0627\u0628\u062d\u062b \u0623\u0648 \u0627\u062e\u062a\u0631)<\/div>\n    <input type=\"text\" class=\"lang-search-input\" id=\"langSearch\" placeholder=\"\ud83d\udd0d \u0627\u0628\u062d\u062b \u0639\u0646 \u0644\u063a\u0629 \u0628\u0627\u0644\u0627\u0633\u0645...\" oninput=\"filterLangs()\">\n    <div class=\"all-langs-grid\" id=\"allLangs\"><\/div>\n  <\/div>\n\n  <!-- Action Bar -->\n  <div class=\"action-bar\">\n    <span class=\"selected-label\" id=\"selectedLabel\">\u0644\u0645 \u064a\u062a\u0645 \u0627\u062e\u062a\u064a\u0627\u0631 \u0644\u063a\u0629 \u0628\u0639\u062f<\/span>\n    <button class=\"btn-translate\" id=\"translateBtn\" onclick=\"startTranslation()\" disabled>\ud83c\udf10 \u062a\u0631\u062c\u0645 \u0627\u0644\u0643\u062a\u0627\u0628<\/button>\n  <\/div>\n\n  <!-- Progress -->\n  <div class=\"progress-wrap\" id=\"progressWrap\">\n    <div class=\"progress-track\"><div class=\"progress-fill\" id=\"progressFill\"><\/div><\/div>\n    <div class=\"status-msg\" id=\"statusMsg\"><\/div>\n  <\/div>\n\n  <!-- Content -->\n  <div class=\"content-grid\" id=\"contentGrid\">\n    <div class=\"panel\">\n      <div class=\"panel-head\">\n        <span class=\"panel-head-label\">\ud83d\udd4c \u0627\u0644\u0646\u0635 \u0627\u0644\u0639\u0631\u0628\u064a \u0627\u0644\u0623\u0635\u0644\u064a<\/span>\n      <\/div>\n      <div class=\"panel-body\" id=\"arabicContent\">\n        <div class=\"loading-msg\">\u0633\u064a\u0638\u0647\u0631 \u0627\u0644\u0646\u0635 \u0647\u0646\u0627 \u0628\u0639\u062f \u0628\u062f\u0621 \u0627\u0644\u062a\u0631\u062c\u0645\u0629<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"panel\">\n      <div class=\"panel-head\">\n        <span class=\"panel-head-label\" id=\"transLabel\">\ud83c\udf0d \u0627\u0644\u062a\u0631\u062c\u0645\u0629<\/span>\n        <div style=\"display:flex;gap:6px;flex-wrap:wrap;\">\n          <button class=\"btn-copy\" onclick=\"copyTranslation()\">\ud83d\udccb \u0646\u0633\u062e<\/button>\n          <button class=\"btn-copy btn-dl-txt\" onclick=\"downloadTXT()\" style=\"display:none\">\u2b07 TXT<\/button>\n          <button class=\"btn-copy btn-dl-html\" onclick=\"downloadHTML()\" style=\"display:none;background:#e8f5e9;color:#1D9E75;border-color:#1D9E75;\">\u2b07 HTML<\/button>\n        <\/div>\n      <\/div>\n      <div class=\"panel-body\" id=\"translatedContent\">\n        <div class=\"loading-msg\">\u0633\u062a\u0638\u0647\u0631 \u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0647\u0646\u0627<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <footer class=\"site-footer\">\n    \u0643\u062a\u0627\u0628: 150 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645 | \u062a\u0631\u062c\u0645\u0629 \u0622\u0644\u064a\u0629 \u0628\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a | \u0644\u0644\u0623\u063a\u0631\u0627\u0636 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u062f\u0639\u0648\u064a\u0629\n  <\/footer>\n\n<\/div>\n\n<script>\nconst LANGUAGES = [\n  {code:'ar',name:'\u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0641\u0635\u062d\u0649',flag:'\ud83c\uddf8\ud83c\udde6',rtl:true},\n  {code:'fr',name:'Fran\u00e7ais',flag:'\ud83c\uddeb\ud83c\uddf7',rtl:false},\n  {code:'es',name:'Espa\u00f1ol',flag:'\ud83c\uddea\ud83c\uddf8',rtl:false},\n  {code:'de',name:'Deutsch',flag:'\ud83c\udde9\ud83c\uddea',rtl:false},\n  {code:'tr',name:'T\u00fcrk\u00e7e',flag:'\ud83c\uddf9\ud83c\uddf7',rtl:false},\n  {code:'ur',name:'\u0627\u0631\u062f\u0648',flag:'\ud83c\uddf5\ud83c\uddf0',rtl:true},\n  {code:'id',name:'Bahasa Indonesia',flag:'\ud83c\uddee\ud83c\udde9',rtl:false},\n  {code:'ms',name:'Bahasa Melayu',flag:'\ud83c\uddf2\ud83c\uddfe',rtl:false},\n  {code:'zh',name:'\u4e2d\u6587',flag:'\ud83c\udde8\ud83c\uddf3',rtl:false},\n  {code:'ru',name:'\u0420\u0443\u0441\u0441\u043a\u0438\u0439',flag:'\ud83c\uddf7\ud83c\uddfa',rtl:false},\n  {code:'pt',name:'Portugu\u00eas',flag:'\ud83c\udde7\ud83c\uddf7',rtl:false},\n  {code:'it',name:'Italiano',flag:'\ud83c\uddee\ud83c\uddf9',rtl:false},\n  {code:'nl',name:'Nederlands',flag:'\ud83c\uddf3\ud83c\uddf1',rtl:false},\n  {code:'fa',name:'\u0641\u0627\u0631\u0633\u06cc',flag:'\ud83c\uddee\ud83c\uddf7',rtl:true},\n  {code:'bn',name:'\u09ac\u09be\u0982\u09b2\u09be',flag:'\ud83c\udde7\ud83c\udde9',rtl:false},\n  {code:'hi',name:'\u0939\u093f\u0928\u094d\u0926\u0940',flag:'\ud83c\uddee\ud83c\uddf3',rtl:false},\n  {code:'sw',name:'Kiswahili',flag:'\ud83c\uddf0\ud83c\uddea',rtl:false},\n  {code:'ha',name:'Hausa',flag:'\ud83c\uddf3\ud83c\uddec',rtl:false},\n  {code:'so',name:'Soomaali',flag:'\ud83c\uddf8\ud83c\uddf4',rtl:false},\n  {code:'am',name:'\u12a0\u121b\u122d\u129b',flag:'\ud83c\uddea\ud83c\uddf9',rtl:false},\n  {code:'yo',name:'Yor\u00f9b\u00e1',flag:'\ud83c\uddf3\ud83c\uddec',rtl:false},\n  {code:'ja',name:'\u65e5\u672c\u8a9e',flag:'\ud83c\uddef\ud83c\uddf5',rtl:false},\n  {code:'ko',name:'\ud55c\uad6d\uc5b4',flag:'\ud83c\uddf0\ud83c\uddf7',rtl:false},\n  {code:'th',name:'\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22',flag:'\ud83c\uddf9\ud83c\udded',rtl:false},\n  {code:'vi',name:'Ti\u1ebfng Vi\u1ec7t',flag:'\ud83c\uddfb\ud83c\uddf3',rtl:false},\n  {code:'pl',name:'Polski',flag:'\ud83c\uddf5\ud83c\uddf1',rtl:false},\n  {code:'ro',name:'Rom\u00e2n\u0103',flag:'\ud83c\uddf7\ud83c\uddf4',rtl:false},\n  {code:'cs',name:'\u010ce\u0161tina',flag:'\ud83c\udde8\ud83c\uddff',rtl:false},\n  {code:'hu',name:'Magyar',flag:'\ud83c\udded\ud83c\uddfa',rtl:false},\n  {code:'uk',name:'\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430',flag:'\ud83c\uddfa\ud83c\udde6',rtl:false},\n  {code:'el',name:'\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac',flag:'\ud83c\uddec\ud83c\uddf7',rtl:false},\n  {code:'he',name:'\u05e2\u05d1\u05e8\u05d9\u05ea',flag:'\ud83c\uddee\ud83c\uddf1',rtl:true},\n  {code:'az',name:'Az\u0259rbaycan',flag:'\ud83c\udde6\ud83c\uddff',rtl:false},\n  {code:'uz',name:'O\u02bbzbek',flag:'\ud83c\uddfa\ud83c\uddff',rtl:false},\n  {code:'kk',name:'\u049a\u0430\u0437\u0430\u049b\u0448\u0430',flag:'\ud83c\uddf0\ud83c\uddff',rtl:false},\n  {code:'tg',name:'\u0422\u043e\u04b7\u0438\u043a\u04e3',flag:'\ud83c\uddf9\ud83c\uddef',rtl:false},\n  {code:'ps',name:'\u067e\u069a\u062a\u0648',flag:'\ud83c\udde6\ud83c\uddeb',rtl:true},\n  {code:'ku',name:'Kurd\u00ee',flag:'\ud83c\udff3',rtl:true},\n  {code:'mn',name:'\u041c\u043e\u043d\u0433\u043e\u043b',flag:'\ud83c\uddf2\ud83c\uddf3',rtl:false},\n  {code:'my',name:'\u1019\u103c\u1014\u103a\u1019\u102c',flag:'\ud83c\uddf2\ud83c\uddf2',rtl:false},\n  {code:'km',name:'\u1781\u17d2\u1798\u17c2\u179a',flag:'\ud83c\uddf0\ud83c\udded',rtl:false},\n  {code:'si',name:'\u0dc3\u0dd2\u0d82\u0dc4\u0dbd',flag:'\ud83c\uddf1\ud83c\uddf0',rtl:false},\n  {code:'ta',name:'\u0ba4\u0bae\u0bbf\u0bb4\u0bcd',flag:'\ud83c\uddee\ud83c\uddf3',rtl:false},\n  {code:'te',name:'\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41',flag:'\ud83c\uddee\ud83c\uddf3',rtl:false},\n  {code:'ml',name:'\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02',flag:'\ud83c\uddee\ud83c\uddf3',rtl:false},\n  {code:'gu',name:'\u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0',flag:'\ud83c\uddee\ud83c\uddf3',rtl:false},\n  {code:'mr',name:'\u092e\u0930\u093e\u0920\u0940',flag:'\ud83c\uddee\ud83c\uddf3',rtl:false},\n  {code:'ne',name:'\u0928\u0947\u092a\u093e\u0932\u0940',flag:'\ud83c\uddf3\ud83c\uddf5',rtl:false},\n  {code:'zu',name:'isiZulu',flag:'\ud83c\uddff\ud83c\udde6',rtl:false},\n  {code:'af',name:'Afrikaans',flag:'\ud83c\uddff\ud83c\udde6',rtl:false},\n  {code:'sv',name:'Svenska',flag:'\ud83c\uddf8\ud83c\uddea',rtl:false},\n  {code:'no',name:'Norsk',flag:'\ud83c\uddf3\ud83c\uddf4',rtl:false},\n  {code:'da',name:'Dansk',flag:'\ud83c\udde9\ud83c\uddf0',rtl:false},\n  {code:'fi',name:'Suomi',flag:'\ud83c\uddeb\ud83c\uddee',rtl:false},\n  {code:'et',name:'Eesti',flag:'\ud83c\uddea\ud83c\uddea',rtl:false},\n  {code:'lv',name:'Latvie\u0161u',flag:'\ud83c\uddf1\ud83c\uddfb',rtl:false},\n  {code:'lt',name:'Lietuvi\u0173',flag:'\ud83c\uddf1\ud83c\uddf9',rtl:false},\n  {code:'sk',name:'Sloven\u010dina',flag:'\ud83c\uddf8\ud83c\uddf0',rtl:false},\n  {code:'sl',name:'Sloven\u0161\u010dina',flag:'\ud83c\uddf8\ud83c\uddee',rtl:false},\n  {code:'bg',name:'\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438',flag:'\ud83c\udde7\ud83c\uddec',rtl:false},\n  {code:'hr',name:'Hrvatski',flag:'\ud83c\udded\ud83c\uddf7',rtl:false},\n  {code:'sr',name:'Srpski',flag:'\ud83c\uddf7\ud83c\uddf8',rtl:false},\n  {code:'sq',name:'Shqip',flag:'\ud83c\udde6\ud83c\uddf1',rtl:false},\n  {code:'ca',name:'Catal\u00e0',flag:'\ud83c\udff4',rtl:false},\n  {code:'cy',name:'Cymraeg',flag:'\ud83c\udff4',rtl:false},\n  {code:'ga',name:'Gaeilge',flag:'\ud83c\uddee\ud83c\uddea',rtl:false},\n  {code:'mt',name:'Malti',flag:'\ud83c\uddf2\ud83c\uddf9',rtl:false},\n  {code:'is',name:'\u00cdslenska',flag:'\ud83c\uddee\ud83c\uddf8',rtl:false},\n  {code:'hy',name:'\u0540\u0561\u0575er\u00e9n',flag:'\ud83c\udde6\ud83c\uddf2',rtl:false},\n  {code:'ka',name:'\u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8',flag:'\ud83c\uddec\ud83c\uddea',rtl:false},\n  {code:'tk',name:'T\u00fcrkmen',flag:'\ud83c\uddf9\ud83c\uddf2',rtl:false},\n  {code:'ky',name:'\u041a\u044b\u0440\u0433\u044b\u0437\u0447\u0430',flag:'\ud83c\uddf0\ud83c\uddec',rtl:false},\n  {code:'xh',name:'isiXhosa',flag:'\ud83c\uddff\ud83c\udde6',rtl:false},\n  {code:'mk',name:'\u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0441\u043a\u0438',flag:'\ud83c\uddf2\ud83c\uddf0',rtl:false},\n];\n\nconst QUICK_CODES = ['ar','fr','tr','ur','id','ms','de','es','zh','ru','hi','sw','fa','bn','ja','ko'];\n\nconst ARABIC_BOOK = [\n  {n:0, label:'\u0645\u0642\u062f\u0645\u0629', text:'\u062a\u0623\u0645\u0644\u062a \u062d\u0627\u0644 \u0645\u0646 \u0648\u064f\u0641\u0650\u0651\u0642\u0647\u0645 \u0627\u0644\u0644\u0647 \u0644\u0628\u0631 \u0623\u0645\u0647\u0627\u062a\u0647\u0645\u060c \u0641\u062a\u0628\u064a\u064e\u0651\u0646 \u0644\u064a \u0623\u0646 \u0623\u0639\u0645\u0627\u0644\u0647\u0645 \u0644\u0645 \u062a\u0643\u0646 \u0634\u0627\u0642\u0629\u060c \u0648\u0623\u0646 \u0627\u0644\u062c\u0647\u062f \u0627\u0644\u0630\u064a \u0628\u0630\u0644\u0648\u0647 \u0644\u062a\u062d\u0642\u064a\u0642 \u0633\u0639\u0627\u062f\u0629 \u0623\u0645\u0647\u0627\u062a\u0647\u0645 \u0644\u0645 \u064a\u0643\u0646 \u0645\u064f\u0636\u0646\u064a\u064b\u0627\u061b \u0648\u0625\u0646 \u0645\u0639\u0631\u0641\u0629 \u064a\u064f\u0633\u0631 \u062a\u062d\u0635\u064a\u0644 \u0633\u0639\u0627\u062f\u062a\u0647\u0646 \u0644\u062a\u064f\u0642\u0650\u0631\u064f\u0651 \u0627\u0644\u0646\u0641\u0633 \u0648\u062a\u0631\u064a\u062d\u0647\u0627. \u0644\u0627\u062d\u0638\u062a \u0623\u0646\u0647\u0645 \u064a\u0645\u062a\u0644\u0643\u0648\u0646 \u062b\u0644\u0627\u062b \u0633\u0645\u0627\u062a: \u0627\u0644\u0630\u0643\u0627\u0621\u060c \u0648\u0627\u0644\u0648\u062c\u0647 \u0627\u0644\u0628\u0627\u0633\u0645\u060c \u0648\u0627\u0644\u0625\u062e\u0644\u0627\u0635. \u0648\u0647\u0646\u0627 \u062e\u0645\u0633\u0648\u0646 \u0648\u0645\u0627\u064a\u0629 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645.'},\n  {n:1, text:'\u0627\u062e\u062a\u064e\u0631 \u0647\u062f\u064a\u0629\u064b \u0645\u0646\u0627\u0633\u0628\u0629\u064b \u0644\u0643\u0644 \u0645\u0646\u0627\u0633\u0628\u0629\u060c \u0648\u0642\u062f\u0650\u0651\u0645\u0647\u0627 \u0628\u0623\u0633\u0644\u0648\u0628 \u0628\u0647\u064a\u062c \u064a\u064f\u0644\u0632\u0645\u0647\u0627 \u0628\u0642\u0628\u0648\u0644\u0647\u0627.'},\n  {n:2, text:'\u0627\u0641\u062a\u062d \u062d\u0633\u0627\u0628\u064b\u0627 \u0645\u0635\u0631\u0641\u064a\u064b\u0627 \u062a\u064f\u0634\u0627\u0631\u0643 \u0641\u064a\u0647 \u0633\u0627\u0626\u0631 \u0623\u0628\u0646\u0627\u0626\u0647\u0627 \u0628\u062f\u0641\u0639 \u0645\u0628\u0644\u063a \u0645\u062d\u062f\u062f \u0644\u062a\u063a\u0637\u064a\u0629 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a\u0647\u0627.'},\n  {n:3, text:'\u0627\u0641\u0647\u0645 \u0627\u0644\u0645\u0631\u0627\u062d\u0644 \u0627\u0644\u0645\u062e\u062a\u0644\u0641\u0629 \u0627\u0644\u062a\u064a \u062a\u0645\u0631 \u0628\u0647\u0627 \u0623\u0645\u0643\u060c \u0648\u062a\u0639\u0627\u0645\u0644 \u0645\u0639\u0647\u0627 \u0648\u0641\u0642 \u0643\u0644 \u0645\u0631\u062d\u0644\u0629.'},\n  {n:4, text:'\u0627\u0646\u062a\u0642\u0650 \u0628\u0639\u0646\u0627\u064a\u0629 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0629 \u062d\u064a\u0646 \u062a\u062d\u062f\u0650\u0651\u062b\u0647\u0627\u060c \u0643\u064a \u0644\u0627 \u062a\u064f\u0648\u062c\u0639\u0647\u0627\u061b \u0648\u0644\u0627 \u062a\u064f\u0641\u0644\u0650\u062a \u0645\u0646 \u0644\u0633\u0627\u0646\u0643 \u0643\u0644\u0645\u0629\u064c \u062c\u0627\u0641\u064a\u0629.'},\n  {n:5, text:'\u0627\u062d\u0631\u0635 \u0639\u0644\u0649 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0622\u062e\u0631 \u0645\u064e\u0646 \u064a\u064f\u0634\u064a\u0650\u0651\u0639\u0643 \u0639\u0646\u062f \u0633\u0641\u0631\u0643\u060c \u0648\u0623\u0638\u0647\u0650\u0631 \u0644\u0647\u0627 \u0645\u062d\u0628\u062a\u0643 \u0648\u062d\u0646\u0627\u0646\u0643\u061b \u0648\u0625\u0646 \u0643\u0627\u0646\u062a \u0641\u064a \u0628\u0644\u062f \u0622\u062e\u0631 \u0641\u0627\u062a\u0635\u0644 \u0628\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.'},\n  {n:6, text:'\u0627\u062d\u0631\u0635 \u0639\u0644\u0649 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0623\u0648\u0644 \u0645\u064e\u0646 \u062a\u0644\u0642\u0627\u0647 \u0639\u0646\u062f \u0639\u0648\u062f\u062a\u0643 \u0645\u0646 \u0627\u0644\u0633\u0641\u0631\u060c \u0648\u0623\u062e\u0628\u0631\u0647\u0627 \u0645\u0633\u0628\u0642\u064b\u0627 \u0628\u0645\u0648\u0639\u062f \u0648\u0635\u0648\u0644\u0643 \u062d\u062a\u0649 \u0644\u0627 \u062a\u064f\u0641\u0627\u062c\u0626\u0647\u0627.'},\n  {n:7, text:'\u0627\u062a\u0635\u0644 \u0628\u0647\u0627 \u064a\u0648\u0645\u064a\u064b\u0627 \u062d\u064a\u0646 \u062a\u0643\u0648\u0646 \u0641\u064a \u0627\u0644\u062e\u0627\u0631\u062c\u060c \u0648\u0644\u0648 \u0644\u062b\u0648\u0627\u0646\u064d \u0645\u0639\u062f\u0648\u062f\u0629\u060c \u0641\u0630\u0644\u0643 \u064a\u0646\u0628\u0639 \u0627\u0644\u0641\u0631\u062d \u0641\u064a \u0642\u0644\u0628\u0647\u0627.'},\n  {n:8, text:'\u0627\u062d\u0631\u0635 \u0639\u0644\u0649 \u0644\u0642\u0627\u0626\u0647\u0627 \u064a\u0648\u0645\u064a\u064b\u0627 \u0625\u0646 \u0643\u0646\u062a\u0645\u0627 \u0641\u064a \u0645\u062f\u064a\u0646\u0629 \u0648\u0627\u062d\u062f\u0629\u060c \u0648\u0644\u0627 \u062a\u062f\u0639 \u0635\u062e\u0628 \u0627\u0644\u062d\u064a\u0627\u0629 \u064a\u062d\u0648\u0644 \u062f\u0648\u0646\u0643 \u0648\u062f\u0648\u0646 \u0632\u064a\u0627\u0631\u062a\u0647\u0627.'},\n  {n:9, text:'\u0625\u0646 \u0644\u0645 \u062a\u0643\u0646 \u0641\u064a \u0627\u0644\u0628\u0644\u062f \u0630\u0627\u062a\u0647\u060c \u0641\u0623\u0648\u062c\u0650\u0628 \u0639\u0644\u0649 \u0646\u0641\u0633\u0643 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0647\u0627 \u064a\u0648\u0645\u064a\u064b\u0627 \u0645\u0647\u0645\u0627 \u0643\u0627\u0646\u062a \u0627\u0644\u0623\u062d\u0648\u0627\u0644.'},\n  {n:10, text:'\u062e\u064a\u0631 \u0633\u0628\u064a\u0644 \u0644\u0644\u062a\u0642\u0631\u0628 \u0625\u0644\u0649 \u0642\u0644\u0628\u0647\u0627 \u0623\u0646 \u062a\u064f\u062d\u0628\u0650\u0651\u0628 \u0625\u0644\u064a\u0647\u0627 \u0645\u064e\u0646 \u062a\u062d\u0628\u0647\u0645\u061b \u0641\u0643\u0646 \u0631\u062d\u064a\u0645\u064b\u0627 \u0628\u0623\u0628\u0646\u0627\u0626\u0647\u0627\u060c \u0625\u0630 \u0647\u0645 \u0623\u0639\u0632 \u0627\u0644\u0646\u0627\u0633 \u0625\u0644\u064a\u0647\u0627.'},\n  {n:11, text:'\u0642\u0628\u0650\u0651\u0644 \u0631\u0623\u0633\u0647\u0627 \u0648\u064a\u062f\u0647\u0627 \u0639\u0646\u062f \u0644\u0642\u0627\u0626\u0647\u0627\u060c \u0641\u0630\u0644\u0643 \u0645\u0645\u0627 \u064a\u064f\u062f\u062e\u0644 \u0627\u0644\u0633\u0631\u0648\u0631 \u0625\u0644\u0649 \u0642\u0644\u0628\u0647\u0627 \u0648\u064a\u064f\u0639\u0628\u0650\u0651\u0631 \u0639\u0646 \u0627\u0645\u062a\u0646\u0627\u0646\u0643 \u0644\u0647\u0627.'},\n  {n:12, text:'\u0639\u0644\u0650\u0651\u0645 \u0623\u0628\u0646\u0627\u0621\u0643 \u0645\u0646\u0632\u0644\u0629 \u0623\u0645\u0643 \u0627\u0644\u0639\u0644\u064a\u0629 \u0642\u0648\u0644\u064b\u0627 \u0648\u0641\u0639\u0644\u064b\u0627\u061b \u0648\u0643\u064f\u0646 \u0644\u0647\u0645 \u0642\u062f\u0648\u0629\u064b \u062d\u0633\u0646\u0629\u064b \u0641\u064a \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639\u0647\u0627.'},\n  {n:13, text:'\u0628\u0627\u062f\u0650\u0631 \u0625\u0644\u0649 \u062a\u0644\u0628\u064a\u0629 \u0637\u0644\u0628\u0627\u062a\u0647\u0627 \u0641\u064a \u0648\u0642\u062a\u0647\u0627\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u0642\u0631\u0650\u0651\u0628\u0643 \u0645\u0646\u0647\u0627 \u0648\u064a\u0635\u0648\u0646 \u0645\u0634\u0627\u0639\u0631\u0647\u0627 \u0645\u0646 \u0627\u0644\u062c\u0631\u062d.'},\n  {n:14, text:'\u0627\u0644\u0648\u0641\u0627\u0621 \u0628\u0648\u0639\u0648\u062f\u0647\u0627 \u0641\u0631\u064a\u0636\u0629\u061b \u0641\u0625\u0646 \u0639\u062c\u0632\u062a \u0641\u0644\u0627 \u062a\u0639\u0650\u062f.'},\n  {n:15, text:'\u0623\u0646\u0633\u064f\u0628 \u0643\u0644 \u0646\u062c\u0627\u062d \u0641\u064a \u062d\u064a\u0627\u062a\u0643 \u0625\u0644\u0649 \u0627\u0644\u0644\u0647 \u0623\u0648\u0644\u064b\u0627 \u062b\u0645 \u0625\u0644\u064a\u0647\u0627\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u0633\u0639\u062f\u0647\u0627 \u0648\u064a\u064f\u0634\u0639\u0631\u0647\u0627 \u0628\u0627\u0644\u0641\u062e\u0631 \u0628\u0643.'},\n  {n:16, text:'\u0644\u0627 \u062a\u062c\u0627\u062f\u0644\u0647\u0627 \u0648\u0644\u0648 \u0643\u0646\u062a \u0639\u0644\u0649 \u062d\u0642\u061b \u0648\u0625\u0646 \u0643\u0627\u0646 \u062b\u0645\u0629 \u0631\u0623\u064a \u062a\u0648\u062f\u064f\u0651 \u0625\u064a\u0635\u0627\u0644\u0647 \u0641\u0627\u062e\u062a\u064e\u0631 \u0644\u0647 \u0623\u064a\u0633\u0631 \u0627\u0644\u0623\u0633\u0627\u0644\u064a\u0628.'},\n  {n:17, text:'\u0644\u0627 \u062a\u064f\u0647\u0650\u0646 \u0631\u0623\u064a\u0647\u0627 \u0623\u0645\u0627\u0645 \u0625\u062e\u0648\u062a\u0647\u0627 \u0623\u0648 \u0627\u0644\u0646\u0627\u0633 \u063a\u064a\u0627\u0628\u064b\u0627 \u0623\u0648 \u062d\u0636\u0648\u0631\u064b\u0627\u060c \u0641\u0630\u0644\u0643 \u0645\u0646 \u0627\u0644\u0643\u0644\u0627\u0645 \u0627\u0644\u0642\u0628\u064a\u062d \u0627\u0644\u0630\u064a \u062a\u0643\u0631\u0647\u0647.'},\n  {n:18, text:'\u0644\u0627 \u062a\u0633\u062a\u0647\u0646 \u0628\u0647\u0627 \u0628\u0633\u0628\u0628 \u062c\u0647\u0644\u0647\u0627 \u0628\u0628\u0639\u0636 \u0623\u0645\u0648\u0631 \u0627\u0644\u062d\u064a\u0627\u0629\u061b \u0628\u0644 \u0635\u0648\u0650\u0651\u0628\u0647\u0627 \u0628\u0644\u0637\u0641 \u062f\u0648\u0646 \u0623\u0646 \u062a\u0624\u0630\u064a\u0647\u0627.'},\n  {n:19, text:'\u062a\u062c\u0646\u064e\u0651\u0628 \u0627\u0644\u0636\u062d\u0643 \u0627\u0644\u0645\u062c\u0644\u062c\u0644\u060c \u0648\u0631\u0641\u0639 \u0627\u0644\u0635\u0648\u062a\u060c \u0648\u0627\u0644\u0646\u0638\u0631\u0627\u062a \u0627\u0644\u063a\u0627\u0636\u0628\u0629\u060c \u0648\u0630\u0650\u0643\u0631 \u0645\u0627 \u062a\u0643\u0631\u0647 \u0628\u062d\u0636\u0631\u062a\u0647\u0627.'},\n  {n:20, text:'\u0627\u062c\u0639\u0644\u0647\u0627 \u0623\u0648\u0644 \u0645\u064e\u0646 \u064a\u0639\u0644\u0645 \u0628\u0627\u0644\u0623\u062e\u0628\u0627\u0631 \u0627\u0644\u0633\u0639\u064a\u062f\u0629 \u0641\u064a \u062d\u064a\u0627\u062a\u0643\u060c \u0648\u0623\u0628\u0650\u062d \u0644\u0647\u0627 \u0623\u0633\u0631\u0627\u0631\u0643\u060c \u0641\u0630\u0644\u0643 \u064a\u0641\u062a\u062d \u0642\u0644\u0628\u0647\u0627 \u0644\u0643.'},\n  {n:21, text:'\u0627\u0639\u062a\u0646\u0650 \u0628\u0635\u062d\u062a\u0647\u0627\u061b \u0648\u0625\u0646 \u0643\u0628\u0631\u062a \u0641\u064a \u0627\u0644\u0633\u0646 \u0641\u0632\u0648\u0650\u0651\u062f\u0647\u0627 \u0628\u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0635\u062d\u064a\u0629 \u0627\u0644\u0644\u0627\u0632\u0645\u0629 \u0643\u0623\u062c\u0647\u0632\u0629 \u0642\u064a\u0627\u0633 \u0627\u0644\u0636\u063a\u0637 \u0648\u0627\u0644\u0633\u0643\u0631.'},\n  {n:22, text:'\u0636\u0639 \u0628\u0631\u0646\u0627\u0645\u062c\u064b\u0627 \u0634\u0647\u0631\u064a\u064b\u0627 \u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0635\u062d\u062a\u0647\u0627 \u0648\u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062f\u0648\u0631\u064a \u0639\u0644\u064a\u0647\u0627.'},\n  {n:23, text:'\u0644\u0643\u0644 \u0645\u0631\u062d\u0644\u0629 \u0639\u0645\u0631\u064a\u0629 \u0645\u062a\u0637\u0644\u0628\u0627\u062a\u0647\u0627\u060c \u0641\u0627\u062d\u0631\u0635 \u0639\u0644\u0649 \u062a\u0648\u0641\u064a\u0631 \u0645\u0627 \u062a\u062d\u062a\u0627\u062c\u0647 \u0641\u064a \u0643\u0644 \u0645\u0631\u062d\u0644\u0629.'},\n  {n:24, text:'\u0641\u064a \u0645\u0631\u0636\u0647\u0627 \u0634\u0627\u0631\u0643\u0647\u0627 \u0623\u0644\u0645\u0647\u0627\u061b \u0648\u062d\u064a\u0646 \u062a\u062a\u0639\u0627\u0641\u0649 \u0623\u0638\u0647\u0650\u0631 \u0641\u0631\u062d\u0643\u060c \u0648\u0636\u0639 \u064a\u062f\u0643 \u0639\u0644\u0649 \u0645\u0648\u0636\u0639 \u0627\u0644\u0623\u0644\u0645 \u0648\u0627\u0642\u0631\u0623 \u0639\u0644\u064a\u0647\u0627.'},\n  {n:25, text:'\u062d\u064a\u0646 \u062a\u0645\u0631\u0636 \u0628\u0634\u0650\u0651\u0631\u0647\u0627 \u0628\u0627\u0644\u0634\u0641\u0627\u0621\u060c \u0648\u062a\u062c\u0646\u064e\u0651\u0628 \u0627\u0644\u062d\u062f\u064a\u062b \u0639\u0646 \u0627\u0644\u0645\u0622\u0644\u0627\u062a \u0627\u0644\u0633\u064a\u0626\u0629 \u0623\u0648 \u0627\u0644\u0623\u062e\u0628\u0627\u0631 \u0627\u0644\u0645\u0642\u0644\u0642\u0629.'},\n  {n:26, text:'\u062d\u064a\u0646 \u062a\u0645\u0631\u0636 \u0623\u062d\u0636\u0650\u0631 \u0644\u0647\u0627 \u0627\u0644\u0637\u0628\u064a\u0628 \u0623\u0648 \u062e\u064f\u0630\u0647\u0627 \u0625\u0644\u064a\u0647\u060c \u0648\u0648\u0636\u0650\u0651\u062d \u0644\u0644\u0637\u0628\u064a\u0628 \u0623\u0647\u0645\u064a\u0629 \u0628\u062b\u0650\u0651 \u0627\u0644\u0623\u0645\u0644 \u0641\u064a \u0646\u0641\u0633\u0647\u0627.'},\n  {n:27, text:'\u0623\u0639\u0650\u0646\u0647\u0627 \u0639\u0644\u0649 \u0635\u0644\u0629 \u0627\u0644\u0623\u0631\u062d\u0627\u0645 \u0648\u0632\u064a\u0627\u0631\u0629 \u0635\u062f\u064a\u0642\u0627\u062a\u0647\u0627\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u0633\u0639\u062f\u0647\u0627 \u0648\u064a\u0631\u0641\u0639 \u062f\u0631\u062c\u062a\u0643 \u0639\u0646\u062f \u0627\u0644\u0644\u0647.'},\n  {n:28, text:'\u0623\u0639\u0650\u062f\u064e\u0651 \u0644\u0647\u0627 \u0635\u0646\u062f\u0648\u0642\u064b\u0627 \u0635\u063a\u064a\u0631\u064b\u0627 \u064a\u062d\u0648\u064a \u0647\u062f\u0627\u064a\u0627 \u0644\u0644\u0623\u0637\u0641\u0627\u0644 \u0645\u0646 \u0634\u0648\u0643\u0648\u0644\u0627\u062a\u0629 \u0648\u0623\u0644\u0639\u0627\u0628\u060c \u062a\u064f\u0642\u062f\u0650\u0651\u0645\u0647\u0627 \u0644\u0623\u062d\u0641\u0627\u062f\u0647\u0627 \u062d\u064a\u0646 \u064a\u0632\u0648\u0631\u0648\u0646\u0647\u0627.'},\n  {n:29, text:'\u062d\u064a\u0646 \u062a\u064f\u0633\u0627\u0641\u0631 \u0641\u064a \u0631\u062d\u0644\u0629 \u0637\u0648\u064a\u0644\u0629 \u0627\u062a\u0635\u0644 \u0628\u0647\u0627 \u0628\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u062d\u062a\u0649 \u062a\u0635\u0644 \u0625\u0644\u0649 \u0648\u062c\u0647\u062a\u0647\u0627 \u0633\u0627\u0644\u0645\u0629.'},\n  {n:30, text:'\u0644\u0627 \u062a\u064f\u062d\u062f\u0650\u0651\u062b\u0647\u0627 \u0628\u062d\u0648\u0627\u062f\u062b\u0643 \u0627\u0644\u0645\u0624\u0644\u0645\u0629 \u0623\u0648 \u0627\u0644\u0643\u0631\u064a\u0647\u0629\u060c \u0641\u0630\u0644\u0643 \u0645\u0635\u062f\u0631 \u062d\u0632\u0646 \u0644\u0647\u0627.'},\n  {n:31, text:'\u0644\u0627 \u062a\u064f\u062c\u0627\u062f\u0644 \u0632\u0648\u062c\u062a\u0643 \u0623\u0645\u0627\u0645\u0647\u0627\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u0624\u0644\u0645\u0647\u0627\u061b \u0648\u0645\u0646 \u0628\u0631\u0650\u0651\u0647\u0627 \u0623\u0646 \u062a\u064f\u0628\u0639\u062f\u0647\u0627 \u0639\u0646 \u0647\u0630\u0627 \u0627\u0644\u0636\u062c\u0631.'},\n  {n:32, text:'\u0644\u0627 \u062a\u064f\u0637\u0631\u0650 \u0632\u0648\u062c\u062a\u0643 \u0643\u062b\u064a\u0631\u064b\u0627 \u0623\u0645\u0627\u0645 \u0623\u0645\u0643\u060c \u0648\u0644\u0627 \u062a\u064f\u062e\u0628\u0631\u0647\u0627 \u0628\u0645\u0627 \u062a\u064f\u0642\u062f\u0650\u0651\u0645\u0647 \u0644\u0632\u0648\u062c\u062a\u0643 \u0645\u0646 \u0647\u062f\u0627\u064a\u0627 \u0648\u0639\u0637\u0627\u064a\u0627.'},\n  {n:33, text:'\u0644\u0627 \u062a\u064f\u0641\u0635\u0650\u062d \u0639\u0646 \u062a\u0641\u0627\u0635\u064a\u0644 \u0639\u0644\u0627\u0642\u062a\u0643 \u0628\u0623\u0645\u0643 \u0644\u0632\u0648\u062c\u062a\u0643\u061b \u0648\u0627\u0631\u0641\u0639 \u0634\u0623\u0646 \u0623\u0645\u0643 \u0648\u0644\u0627 \u062a\u062d\u0637\u064e\u0651 \u0645\u0646 \u0642\u062f\u0631\u0647\u0627\u060c \u0648\u0639\u0632\u0650\u0651\u0632 \u0627\u0644\u0639\u0644\u0627\u0642\u0629 \u0628\u064a\u0646\u0647\u0645\u0627.'},\n  {n:34, text:'\u0644\u0627 \u062a\u062a\u062d\u0643\u064e\u0651\u0645 \u0641\u064a \u062e\u0644\u0627\u0641\u0627\u062a \u0648\u0627\u0644\u062f\u064a\u0643\u061b \u0643\u064f\u0646 \u0645\u062d\u0627\u064a\u062f\u064b\u0627 \u0641\u064a \u0627\u0644\u0638\u0627\u0647\u0631\u060c \u0648\u0627\u0646\u0635\u062d \u0641\u064a \u0627\u0644\u0633\u0631.'},\n  {n:35, text:'\u0644\u0627 \u062a\u0646\u062a\u0642\u062f \u0647\u064a\u0626\u062a\u0647\u0627 \u0623\u0648 \u0627\u062e\u062a\u064a\u0627\u0631\u0627\u062a\u0647\u0627 \u0623\u0648 \u0623\u0633\u0644\u0648\u0628\u0647\u0627 \u0641\u064a \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0627\u0644\u0646\u0627\u0633\u061b \u0648\u0625\u0646 \u0627\u0636\u0637\u0631\u0631\u062a \u0641\u0627\u0646\u0635\u062d\u0647\u0627 \u0628\u0631\u0641\u0642.'},\n  {n:36, text:'\u0623\u0628\u0642\u0650 \u0635\u0644\u062a\u0643 \u0628\u0625\u062e\u0648\u062a\u0643 \u0645\u062a\u064a\u0646\u0629\u061b \u0648\u0644\u0627 \u064a\u0643\u0646 \u0623\u064a \u0634\u0642\u0627\u0642 \u0628\u064a\u0646\u0643\u0645 \u0623\u0645\u0627\u0645\u0647\u0627\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u062d\u0632\u0646\u0647\u0627.'},\n  {n:37, text:'\u0644\u0627 \u062a\u064f\u0634\u062c\u0650\u0651\u0639 \u0623\u0628\u0627\u0643 \u0639\u0644\u0649 \u0627\u0644\u0632\u0648\u0627\u062c \u0628\u0623\u062e\u0631\u0649\u061b \u0648\u0625\u0646 \u062f\u0639\u062a \u0627\u0644\u0636\u0631\u0648\u0631\u0629 \u0641\u0623\u062e\u0641\u0650 \u0630\u0644\u0643.'},\n  {n:38, text:'\u0639\u0644\u0650\u0651\u0645\u0647\u0627 \u0627\u0644\u062f\u064a\u0646 \u0628\u062d\u0643\u0645\u0629 \u0648\u0645\u0648\u0639\u0638\u0629 \u062d\u0633\u0646\u0629\u060c \u0628\u0625\u0647\u062f\u0627\u0626\u0647\u0627 \u0627\u0644\u0623\u0634\u0631\u0637\u0629 \u0623\u0648 \u0627\u0635\u0637\u062d\u0627\u0628\u0647\u0627 \u0625\u0644\u0649 \u0627\u0644\u062f\u0631\u0648\u0633 \u0627\u0644\u062f\u064a\u0646\u064a\u0629.'},\n  {n:39, text:'\u0623\u0639\u0650\u0646\u0647\u0627 \u0639\u0644\u0649 \u062d\u0636\u0648\u0631 \u062d\u0644\u0642\u0627\u062a \u0627\u0644\u0630\u0643\u0631 \u0628\u0623\u0646 \u062a\u0648\u0635\u0644\u0647\u0627 \u0648\u062a\u064f\u0645\u062f\u064e\u0651\u0647\u0627 \u0628\u062c\u062f\u0627\u0648\u0644 \u0645\u0648\u0627\u0639\u064a\u062f\u0647\u0627.'},\n  {n:40, text:'\u0623\u0641\u0636\u0644 \u0648\u0642\u062a \u0644\u0628\u0631\u0650\u0651 \u0627\u0644\u0648\u0627\u0644\u062f\u064a\u0646 \u0648\u0642\u062a \u0627\u0644\u0639\u0628\u0627\u062f\u0629\u061b \u0641\u0643\u064f\u0646 \u0641\u064a \u0627\u0644\u062d\u062c \u0633\u0627\u0645\u0639\u064b\u0627 \u0645\u0637\u064a\u0639\u064b\u0627 \u0645\u062d\u0633\u0646\u064b\u0627.'},\n  {n:41, text:'\u0627\u0639\u062a\u0630\u0650\u0631 \u0639\u0646 \u0625\u062e\u0648\u062a\u0643 \u062d\u064a\u0646 \u064a\u064f\u0632\u0639\u062c\u0648\u0646\u0647\u0627\u060c \u0648\u0623\u062b\u0646\u0650 \u0639\u0644\u0649 \u062d\u0633\u0646 \u062a\u0631\u0628\u064a\u062a\u0647\u0627 \u0644\u0647\u0645.'},\n  {n:42, text:'\u0644\u0627 \u062a\u064f\u0636\u062e\u0650\u0651\u0645 \u0623\u062e\u0637\u0627\u0621 \u0630\u0648\u064a\u0647\u0627 \u0648\u0623\u0635\u062f\u0642\u0627\u0626\u0647\u0627 \u0641\u064a \u062d\u0642\u0647\u0627\u060c \u0628\u0644 \u062e\u0641\u0650\u0651\u0641 \u0648\u0642\u0639\u0647\u0627 \u0641\u0630\u0644\u0643 \u064a\u064f\u0644\u0637\u0650\u0651\u0641 \u0623\u0644\u0645\u0647\u0627.'},\n  {n:43, text:'\u0644\u0627 \u062a\u064f\u0628\u0644\u0650\u0651\u063a\u0647\u0627 \u0628\u0627\u0644\u0623\u062e\u0628\u0627\u0631 \u0627\u0644\u062d\u0632\u064a\u0646\u0629 \u062f\u0648\u0646 \u062a\u0645\u0647\u064a\u062f \u0644\u0647\u0627\u060c \u0648\u0630\u0643\u0650\u0651\u0631\u0647\u0627 \u0628\u0623\u062c\u0631 \u0627\u0644\u0635\u0628\u0631.'},\n  {n:44, text:'\u0627\u0644\u0646\u0633\u0627\u0621 \u0628\u0637\u0628\u0639\u0647\u0646 \u064a\u064f\u062d\u0628\u0650\u0628\u0646 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u062d\u0627\u0646\u064a\u0629 \u0648\u0627\u0644\u0631\u0642\u064a\u0642\u0629\u060c \u0641\u0644\u0627 \u062a\u0628\u062e\u0644 \u0639\u0644\u064a\u0647\u0627 \u0628\u0623\u062c\u0645\u0644 \u0645\u0627 \u0639\u0646\u062f\u0643.'},\n  {n:45, text:'\u0644\u0627 \u062a\u064f\u0634\u0639\u0631\u0647\u0627 \u0628\u0623\u0646\u0647\u0627 \u0642\u062f \u0634\u0627\u062e\u062a \u0648\u0639\u062c\u0632\u062a \u0639\u0646 \u0623\u062f\u0627\u0621 \u0645\u0647\u0627\u0645\u0647\u0627\u061b \u0628\u0644 \u0623\u0634\u0639\u0650\u0644\u0652 \u062b\u0642\u062a\u0647\u0627 \u0628\u0646\u0641\u0633\u0647\u0627 \u0628\u0643\u0644\u0645\u0627\u062a \u062a\u064f\u062d\u064a\u064a \u0631\u0648\u062d\u0647\u0627.'},\n  {n:46, text:'\u0644\u0627 \u062a\u062d\u0631\u0645\u0647\u0627 \u0645\u0645\u0627 \u062a\u062d\u0628\u0647 \u0627\u0644\u0646\u0633\u0627\u0621 \u0643\u0627\u0644\u0639\u0637\u0648\u0631 \u0648\u0627\u0644\u0645\u0633\u062a\u062d\u0636\u0631\u0627\u062a \u062d\u062a\u0649 \u0641\u064a \u0643\u0628\u0631\u0647\u0627.'},\n  {n:47, text:'\u0625\u0646 \u0643\u0627\u0646 \u0644\u0623\u0628\u064a\u0643 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0632\u0648\u062c\u0629 \u0648\u0648\u0642\u0639 \u0628\u064a\u0646\u0647\u0646 \u0648\u0628\u064a\u0646\u0647\u0627 \u062e\u0644\u0627\u0641\u060c \u0641\u0644\u0627 \u062a\u0646\u062d\u0627\u0632 \u0648\u0644\u0627 \u062a\u062d\u0643\u064f\u0645.'},\n  {n:48, text:'\u0644\u0627 \u062a\u064f\u0637\u0631\u064a \u0637\u0631\u064a\u0642\u0629 \u062a\u0631\u0628\u064a\u0629 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u0644\u0623\u0628\u0646\u0627\u0626\u0647\u0645 \u0628\u062d\u0636\u0631\u062a\u0647\u0627\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u0648\u062d\u064a \u0628\u0639\u062f\u0645 \u0631\u0636\u0627\u0643 \u0639\u0646 \u062a\u0631\u0628\u064a\u062a\u0647\u0627 \u0644\u0643.'},\n  {n:49, text:'\u062d\u064a\u0646 \u062a\u062a\u062d\u062f\u062b\u060c \u0623\u0642\u0628\u0650\u0644 \u0639\u0644\u064a\u0647\u0627 \u0628\u0643\u0627\u0645\u0644 \u0627\u0646\u062a\u0628\u0627\u0647\u0643 \u0648\u0642\u0644\u0628\u0643 \u0648\u0628\u0635\u0631\u0643\u061b \u0627\u0628\u062a\u0633\u0650\u0645 \u0644\u0646\u0643\u0627\u062a\u0647\u0627 \u0648\u0627\u0633\u062a\u062c\u0650\u0628 \u0644\u0623\u062d\u0632\u0627\u0646\u0647\u0627.'},\n  {n:50, text:'\u0627\u0644\u0642\u064e\u0647\u0627 \u0645\u0628\u062a\u0633\u0645\u064b\u0627\u060c \u0648\u0627\u0645\u0632\u064e\u062d \u0645\u0639\u0647\u0627 \u0628\u0627\u062d\u062a\u0631\u0627\u0645\u060c \u0648\u0631\u0628\u0650\u0651\u062a \u0639\u0644\u064a\u0647\u0627 \u0628\u0631\u0641\u0642. \u0648\u0641\u064a \u0627\u0644\u0623\u0648\u0642\u0627\u062a \u0627\u0644\u0635\u0639\u0628\u0629 \u0643\u064f\u0646 \u062c\u0627\u062f\u064b\u0627 \u0648\u064a\u0642\u0638\u064b\u0627.'},\n  {n:51, text:'\u0623\u0637\u0644\u0639\u0647\u0627 \u0639\u0644\u0649 \u0623\u062e\u0628\u0627\u0631 \u0627\u0644\u0639\u0627\u0644\u0645\u060c \u0648\u0623\u0646\u0628\u0626\u0647\u0627 \u0628\u0623\u062d\u0633\u0646 \u0627\u0644\u062d\u0643\u0627\u064a\u0627\u062a \u0648\u0645\u0627 \u064a\u064f\u0633\u0639\u062f\u0647\u0627\u060c \u0641\u0627\u0644\u0623\u0645\u0647\u0627\u062a \u064a\u0634\u062a\u0642\u0646 \u0625\u0644\u0649 \u062d\u062f\u064a\u062b \u0623\u0628\u0646\u0627\u0626\u0647\u0646.'},\n  {n:52, text:'\u0623\u062b\u0646\u0650 \u062f\u0627\u0626\u0645\u064b\u0627 \u0639\u0644\u0649 \u062d\u0633\u0646 \u062a\u0631\u0628\u064a\u062a\u0647\u0627 \u0644\u0643\u060c \u0648\u0627\u0634\u0643\u0631\u0647\u0627 \u0639\u0644\u0649 \u062a\u0639\u0628\u0647\u0627\u061b \u0648\u0645\u0627 \u0623\u064a\u0633\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0634\u0643\u0631.'},\n  {n:53, text:'\u0623\u062e\u0628\u0631\u0647\u0627 \u0623\u0646\u0643 \u062a\u062a\u0645\u0646\u0649 \u0644\u0647\u0627 \u062d\u064a\u0627\u0629\u064b \u0633\u0639\u064a\u062f\u0629 \u0648\u0623\u0646\u0643 \u062a\u0633\u0639\u0649 \u0644\u062a\u0643\u0648\u0646 \u0645\u0635\u062f\u0631 \u0628\u0647\u062c\u062a\u0647\u0627.'},\n  {n:54, text:'\u0625\u0646 \u0643\u0627\u0646 \u0648\u0627\u0644\u062f\u0627\u0647\u0627 \u0623\u062d\u064a\u0627\u0621 \u0641\u0623\u0639\u0650\u0646\u0647\u0627 \u0639\u0644\u0649 \u0628\u0631\u0650\u0651\u0647\u0645\u0627\u061b \u0648\u0625\u0646 \u062a\u0648\u0641\u064a\u0627 \u0641\u062a\u0635\u062f\u064e\u0651\u0642 \u0639\u0646\u0647\u0645\u0627 \u0648\u0627\u062f\u0639\u064f \u0644\u0647\u0645\u0627.'},\n  {n:55, text:'\u0623\u0648\u0642\u0641 \u0648\u0642\u0641\u064b\u0627 \u064a\u062c\u0631\u064a \u0639\u0644\u064a\u0647\u0627 \u0623\u062c\u0631\u0647 \u0641\u064a \u0627\u0644\u0622\u062e\u0631\u0629: \u0643\u0627\u0644\u0625\u0633\u0647\u0627\u0645 \u0641\u064a \u0628\u0646\u0627\u0621 \u0645\u0633\u062c\u062f\u060c \u0623\u0648 \u0643\u0641\u0627\u0644\u0629 \u064a\u062a\u064a\u0645\u060c \u0623\u0648 \u0645\u0633\u0627\u0639\u062f\u0629 \u0641\u0642\u064a\u0631.'},\n  {n:56, text:'\u062d\u064a\u0646 \u062a\u064f\u0628\u062f\u064a \u0623\u0645\u0646\u064a\u0629\u064b \u0628\u0627\u062f\u0650\u0631 \u0625\u0644\u0649 \u062a\u062d\u0642\u064a\u0642\u0647\u0627 \u062f\u0648\u0646 \u0623\u0646 \u062a\u0646\u062a\u0638\u0631 \u0645\u0646\u0647\u0627 \u0627\u0644\u0637\u0644\u0628.'},\n  {n:57, text:'\u0623\u0639\u0637\u0647\u0627 \u0627\u0644\u0623\u0648\u0644\u0648\u064a\u0629 \u0627\u0644\u0642\u0635\u0648\u0649 \u0639\u0644\u0649 \u0639\u0645\u0644\u0643 \u0648\u0623\u0628\u0646\u0627\u0626\u0643 \u0648\u0632\u0648\u062c\u062a\u0643.'},\n  {n:58, text:'\u0643\u064f\u0646 \u0643\u0631\u064a\u0645\u064b\u0627 \u0645\u0639\u0647\u0627 \u0641\u064a \u0628\u064a\u062a\u0643\u060c \u0627\u062f\u0639\u064f\u0647\u0627 \u0643\u062b\u064a\u0631\u064b\u0627 \u0648\u0623\u0642\u0646\u0639\u0647\u0627 \u0628\u0627\u0644\u0645\u0628\u064a\u062a \u0639\u0646\u062f\u0643\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u063a\u064a\u0631 \u062d\u064a\u0627\u062a\u0647\u0627.'},\n  {n:59, text:'\u062e\u064f\u0630\u0647\u0627 \u0645\u0639\u0643 \u0641\u064a \u0631\u062d\u0644\u0627\u062a\u0643 \u0645\u0639 \u0623\u0628\u0646\u0627\u0626\u0643 \u0648\u0625\u062e\u0648\u062a\u0643\u060c \u0648\u0627\u0628\u062a\u063a\u0650 \u0645\u0627 \u064a\u064f\u062f\u062e\u0644 \u0627\u0644\u0641\u0631\u062d \u0625\u0644\u0649 \u0642\u0644\u0628\u0647\u0627 \u0641\u064a\u064f\u062c\u062f\u0650\u0651\u062f \u0646\u0634\u0627\u0637\u0647\u0627.'},\n  {n:60, text:'\u0627\u0635\u062d\u0628\u0647\u0627 \u0645\u0646 \u062d\u064a\u0646 \u0644\u0622\u062e\u0631 \u0625\u0644\u0649 \u0645\u0637\u0639\u0645 \u0641\u0627\u062e\u0631\u060c \u0641\u0625\u0646 \u0631\u0641\u0636\u062a \u0641\u0623\u0642\u0646\u0639\u0647\u0627 \u0628\u0631\u0641\u0642.'},\n  {n:61, text:'\u0631\u0628\u0645\u0627 \u064a\u064f\u0628\u0647\u062c\u0647\u0627 \u0627\u0644\u062a\u062c\u0648\u064f\u0651\u0644 \u0641\u064a \u0627\u0644\u0645\u0631\u0627\u0643\u0632 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629\u060c \u0641\u062d\u0627\u0648\u0650\u0644 \u0623\u0646 \u062a\u064f\u062a\u064a\u062d \u0644\u0647\u0627 \u0630\u0644\u0643.'},\n  {n:62, text:'\u0623\u0647\u062f\u0650\u0647\u0627 \u0647\u062f\u064a\u0629\u064b \u0644\u062a\u064f\u0642\u062f\u0650\u0651\u0645\u0647\u0627 \u0644\u0623\u0628\u064a\u0643\u060c \u0641\u0630\u0644\u0643 \u0628\u0631 \u0628\u0627\u0644\u0648\u0627\u0644\u062f\u064a\u0646 \u0645\u0639\u064b\u0627.'},\n  {n:63, text:'\u0634\u0643\u0631\u0643 \u0648\u062d\u0633\u0646 \u0645\u0639\u0627\u0645\u0644\u062a\u0643 \u0644\u0623\u0628\u064a\u0643 \u0645\u0645\u0627 \u064a\u064f\u0639\u0632\u064f\u0651 \u0646\u0641\u0633\u0647\u0627 \u0648\u064a\u064f\u0641\u062e\u0631\u0647\u0627 \u0628\u0643.'},\n  {n:64, text:'\u062a\u0642\u062f\u064a\u0631\u0643 \u0644\u0625\u062f\u0627\u0631\u062a\u0647\u0627 \u0628\u064a\u062a\u0647\u0627 \u0648\u062e\u062f\u0645\u062a\u0647\u0627 \u0644\u0632\u0648\u062c\u0647\u0627 \u064a\u064f\u062d\u0641\u0650\u0651\u0632\u0647\u0627 \u0648\u064a\u0631\u0641\u0639 \u0631\u0648\u062d\u0647\u0627 \u0648\u064a\u064f\u0639\u0632\u0650\u0651\u0632 \u062b\u0642\u062a\u0647\u0627 \u0628\u0646\u0641\u0633\u0647\u0627.'},\n  {n:65, text:'\u0627\u0644\u0628\u0646\u0627\u062a \u0623\u0642\u0631\u0628 \u0625\u0644\u0649 \u0627\u0644\u0623\u0645\u0647\u0627\u062a \u0639\u0627\u062f\u0629\u064b\u061b \u0641\u0644\u062a\u064f\u0641\u0636\u064a \u0627\u0644\u0628\u0646\u062a \u0625\u0644\u064a\u0647\u0627 \u0623\u0633\u0631\u0627\u0631\u0647\u0627 \u0648\u062a\u064f\u0639\u0627\u0645\u0644\u0647\u0627 \u0643\u0635\u062f\u064a\u0642\u0629.'},\n  {n:66, text:'\u0627\u0644\u0623\u0645\u0647\u0627\u062a \u0641\u064a \u0627\u0644\u0623\u0632\u0645\u0627\u062a \u064a\u062d\u062a\u062c\u0646 \u0625\u0644\u0649 \u0627\u0644\u0623\u0628\u0646\u0627\u0621 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0627\u0644\u0628\u0646\u0627\u062a\u061b \u0641\u0644\u064a\u0643\u0646 \u0627\u0644\u0623\u0628\u0646\u0627\u0621 \u0633\u0646\u062f\u0647\u0627 \u0641\u064a \u0627\u0644\u0634\u062f\u0627\u0626\u062f.'},\n  {n:67, text:'\u0643\u064f\u0646 \u0631\u0641\u064a\u0642\u064b\u0627 \u0628\u0623\u062e\u0648\u0627\u062a\u0643 \u0648\u0623\u0647\u062f\u0650\u0647\u0646 \u0648\u0623\u062d\u0633\u0650\u0646 \u0645\u0639\u0627\u0645\u0644\u062a\u0647\u0646\u060c \u0641\u0630\u0644\u0643 \u0645\u0645\u0627 \u064a\u064f\u0633\u0639\u062f \u0623\u0645\u0643 \u0644\u0645\u062d\u0628\u062a\u0647\u0627 \u0628\u0646\u0627\u062a\u0647\u0627.'},\n  {n:68, text:'\u0644\u0627 \u062a\u062e\u062c\u0644 \u0645\u0646 \u0623\u064a \u062a\u0635\u0631\u0641 \u062a\u0642\u0648\u0645 \u0628\u0647 \u0623\u0645\u0643 \u064a\u062a\u0646\u0627\u0633\u0628 \u0645\u0639 \u0633\u0646\u0650\u0651\u0647\u0627 \u0648\u0628\u064a\u0626\u062a\u0647\u0627\u061b \u0628\u0644 \u0627\u0641\u062e\u0631 \u0628\u0647\u0627 \u0641\u064a \u0643\u0644 \u062d\u0627\u0644.'},\n  {n:69, text:'\u0639\u0644\u0650\u0651\u0645 \u0623\u0628\u0646\u0627\u0621\u0643 \u0623\u0646 \u064a\u064f\u062d\u0633\u0646\u0648\u0627 \u0645\u0639\u0627\u0645\u0644\u062a\u0647\u0627\u060c \u0648\u064a\u064f\u0642\u0628\u0650\u0651\u0644\u0648\u0627 \u0631\u0623\u0633\u0647\u0627 \u0648\u064a\u062f\u0647\u0627\u060c \u0648\u064a\u064f\u0631\u0633\u0644\u0648\u0627 \u0644\u0647\u0627 \u0627\u0644\u0647\u062f\u0627\u064a\u0627 \u0641\u064a \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0627\u062a.'},\n  {n:70, text:'\u062d\u064a\u0646 \u062a\u0643\u0628\u0631 \u062e\u064f\u0630 \u0628\u064a\u062f\u0647\u0627\u060c \u0648\u0633\u0627\u0639\u062f\u0647\u0627 \u0639\u0644\u0649 \u0644\u0628\u0633 \u062d\u0630\u0627\u0626\u0647\u0627\u060c \u0648\u0633\u0650\u0631 \u0628\u062c\u0627\u0646\u0628\u0647\u0627\u060c \u0648\u0627\u0646\u0642\u064f\u0644\u0647\u0627 \u0625\u0644\u0649 \u0623\u063a\u0631\u0627\u0636\u0647\u0627.'},\n  {n:71, text:'\u0623\u0646\u0634\u0626 \u062c\u0627\u0626\u0632\u0629\u064b \u0644\u0645\u0646 \u064a\u064f\u062d\u0633\u0646 \u0625\u0644\u064a\u0647\u0627 \u0645\u0646 \u0623\u0628\u0646\u0627\u0626\u0643 \u0623\u0648 \u064a\u0628\u062a\u0643\u0631 \u0637\u0631\u064a\u0642\u0629 \u062c\u062f\u064a\u062f\u0629 \u0644\u0644\u0628\u0631 \u0628\u0647\u0627.'},\n  {n:72, text:'\u0627\u0644\u0623\u0645\u0647\u0627\u062a \u064a\u0639\u062a\u0646\u064a\u0646 \u0628\u0628\u064a\u0648\u062a\u0647\u0646\u061b \u0641\u0623\u0639\u0650\u0646 \u0639\u0644\u0649 \u0635\u064a\u0627\u0646\u0629 \u0628\u064a\u062a\u0647\u0627 \u0648\u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u064a\u0647 \u0648\u062a\u0637\u0648\u064a\u0631\u0647.'},\n  {n:73, text:'\u0644\u063a\u0631\u0641\u0629 \u0627\u0644\u0646\u0648\u0645 \u0645\u0643\u0627\u0646\u0629 \u062e\u0627\u0635\u0629 \u0641\u064a \u0642\u0644\u0628 \u0627\u0644\u0623\u0645\u061b \u0641\u0623\u062d\u0633\u0650\u0646 \u0641\u064a \u0627\u062e\u062a\u064a\u0627\u0631 \u0647\u062f\u0627\u064a\u0627\u0647\u0627 \u0644\u062a\u0632\u064a\u064a\u0646\u0647\u0627.'},\n  {n:74, text:'\u0628\u0650\u0631\u064e\u0651 \u0623\u0631\u062d\u0627\u0645\u0647\u0627 \u0648\u0623\u0639\u0650\u0646\u0647\u0627 \u0641\u064a \u0630\u0644\u0643\u060c \u0648\u062d\u062b\u064e\u0651\u0647\u0627 \u0639\u0644\u0649 \u0632\u064a\u0627\u0631\u062a\u0647\u0645 \u0648\u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0647\u0645 \u0648\u0625\u0647\u062f\u0627\u0626\u0647\u0645.'},\n  {n:75, text:'\u0625\u0646 \u0643\u0627\u0646 \u0644\u0647\u0627 \u0647\u0648\u0627\u064a\u0629 \u0641\u062e\u0635\u0650\u0651\u0635 \u0644\u0647\u0627 \u0648\u0642\u062a\u064b\u0627 \u0648\u0623\u0645\u062f\u064e\u0651\u0647\u0627 \u0628\u0645\u0627 \u062a\u062d\u062a\u0627\u062c\u060c \u0648\u0639\u0631\u0650\u0651\u0641\u0647\u0627 \u0628\u0643\u0644 \u062c\u062f\u064a\u062f \u0641\u064a \u0645\u062c\u0627\u0644\u0647\u0627.'},\n  {n:76, text:'\u0623\u0634\u0631\u0643\u0647\u0627 \u0641\u064a \u0627\u0647\u062a\u0645\u0627\u0645\u0627\u062a\u0643\u061b \u0641\u0625\u0646 \u0643\u0646\u062a \u0634\u0627\u0639\u0631\u064b\u0627 \u0641\u0627\u0646\u0638\u0650\u0645 \u0644\u0647\u0627 \u0642\u0635\u064a\u062f\u0629\u060c \u0623\u0648 \u0627\u0643\u062a\u0628 \u0644\u0647\u0627 \u0645\u0642\u0627\u0644\u064b\u0627 \u0625\u0646 \u0643\u0646\u062a \u0643\u0627\u062a\u0628\u064b\u0627.'},\n  {n:77, text:'\u0643\u0631\u0650\u0651\u0645\u0647\u0627 \u0628\u0627\u0644\u0644\u0642\u0628 \u0627\u0644\u0630\u064a \u062a\u062a\u0645\u0646\u0627\u0647 \u0643\u0623\u0646 \u062a\u064f\u0646\u0633\u064e\u0628 \u0625\u0644\u0649 \u0627\u0633\u0645 \u0623\u062d\u0641\u0627\u062f\u0647\u0627.'},\n  {n:78, text:'\u0623\u0639\u0637\u0650\u0647\u0627 \u0627\u0644\u0623\u0648\u0644\u0648\u064a\u0629 \u0639\u0646\u062f \u0627\u0644\u0635\u0639\u0648\u062f \u0625\u0644\u0649 \u0627\u0644\u0633\u064a\u0627\u0631\u0629 \u0648\u0627\u0644\u0646\u0632\u0648\u0644 \u0645\u0646\u0647\u0627\u060c \u0648\u0623\u062c\u0644\u0650\u0633\u0647\u0627 \u0641\u064a \u0623\u0631\u064a\u062d \u0627\u0644\u0645\u0642\u0627\u0639\u062f.'},\n  {n:79, text:'\u0644\u0627 \u062a\u062e\u0627\u0637\u0628\u0647\u0627 \u0628\u062e\u0634\u0648\u0646\u0629 \u0623\u0648 \u062c\u0641\u0627\u0621\u061b \u0648\u0632\u064a\u0650\u0651\u0646 \u062d\u062f\u064a\u062b\u0643 \u0645\u0639\u0647\u0627 \u0628\u0623\u062c\u0645\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062a.'},\n  {n:80, text:'\u0646\u0638\u0650\u0651\u0645 \u0645\u0633\u0627\u0628\u0642\u0629\u064b \u0628\u064a\u0646 \u0623\u0628\u0646\u0627\u0626\u0643 \u0639\u0644\u0649 \u0623\u062c\u0645\u0644 \u0647\u062f\u064a\u0629 \u0644\u0623\u0645\u0647\u0645\u060c \u0641\u0630\u0644\u0643 \u064a\u0631\u0641\u0639 \u0645\u0643\u0627\u0646\u062a\u0647\u0627 \u0641\u064a \u0642\u0644\u0648\u0628\u0647\u0645.'},\n  {n:81, text:'\u0627\u0633\u062a\u063a\u0650\u0644 \u0645\u0648\u0627\u0637\u0646 \u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u062f\u0639\u0627\u0621 \u2014 \u0622\u062e\u0631 \u0627\u0644\u0644\u064a\u0644\u060c \u0627\u0644\u062c\u0645\u0639\u0629\u060c \u0627\u0644\u0633\u062c\u0648\u062f \u2014 \u0648\u0627\u062f\u0639\u064f \u0644\u0647\u0627 \u0641\u064a\u0647\u0627.'},\n  {n:82, text:'\u0623\u062e\u0628\u0631\u0647\u0627 \u0628\u0625\u0639\u062c\u0627\u0628 \u0636\u064a\u0648\u0641\u0647\u0627 \u0628\u0645\u0627 \u0642\u062f\u064e\u0651\u0645\u062a\u0647 \u0644\u0647\u0645 \u0641\u064a \u0645\u062c\u0627\u0644\u0633\u0647\u0627\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u0628\u0647\u062c\u0647\u0627 \u0648\u064a\u064f\u0646\u0639\u0634\u0647\u0627.'},\n  {n:83, text:'\u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u062e\u0635\u0635 \u0644\u0647\u0627 \u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0643\u0627\u0645\u0644\u064b\u0627 \u0628\u0644\u0627 \u0627\u0646\u0642\u0637\u0627\u0639 \u0644\u0623\u062c\u0644 \u0645\u0643\u0627\u0644\u0645\u0629 \u0623\u0648 \u0642\u0631\u0627\u0621\u0629 \u0635\u062d\u064a\u0641\u0629.'},\n  {n:84, text:'\u0639\u0644\u0649 \u0627\u0644\u0628\u0646\u062a \u0623\u0646 \u062a\u064f\u0639\u0631\u0650\u0651\u0641 \u0623\u0645\u0647\u0627 \u0628\u0635\u062f\u064a\u0642\u0627\u062a\u0647\u0627\u060c \u0648\u0644\u0627 \u062a\u0633\u062a\u062d\u064a\u064a \u0645\u0646\u0647\u0627 \u0648\u0644\u0627 \u062a\u0646\u0647\u0627\u0647\u0627 \u0639\u0646 \u0634\u064a\u0621 \u0628\u062d\u0636\u0631\u062a\u0647\u0646.'},\n  {n:85, text:'\u0627\u0641\u062e\u0631 \u0628\u0647\u0627 \u0641\u064a \u0643\u0644 \u0645\u0643\u0627\u0646 \u0648\u0632\u0645\u0627\u0646\u060c \u0648\u0644\u062a\u0643\u0646 \u0647\u064a \u0623\u0648\u0644\u0648\u064a\u062a\u0643 \u0627\u0644\u0623\u0648\u0644\u0649 \u062f\u0627\u0626\u0645\u064b\u0627.'},\n  {n:86, text:'\u0627\u062d\u0643\u0650 \u0644\u0647\u0627 \u0642\u0635\u0635 \u0627\u0644\u0628\u0631\u060c \u0648\u0623\u0631\u0633\u0644 \u0644\u0647\u0627 \u0645\u0642\u0627\u0637\u0639 \u0645\u0644\u0647\u0645\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0634\u0623\u0646.'},\n  {n:87, text:'\u0627\u0637\u0644\u0628 \u0645\u0646\u0647\u0627 \u0623\u0646 \u062a\u062f\u0639\u0648 \u0644\u0643 \u0628\u0623\u0646 \u064a\u064f\u0639\u064a\u0646\u0643 \u0627\u0644\u0644\u0647 \u0639\u0644\u0649 \u0628\u0631\u0650\u0651\u0647\u0627\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u0638\u0647\u0631 \u0644\u0647\u0627 \u0635\u062f\u0642 \u062d\u0631\u0635\u0643.'},\n  {n:88, text:'\u0627\u0637\u0644\u0628 \u0645\u0646\u0647\u0627 \u062f\u0627\u0626\u0645\u064b\u0627 \u0623\u0646 \u062a\u0631\u0636\u0649 \u0639\u0646\u0643\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u0628\u064a\u0650\u0651\u0646 \u0644\u0647\u0627 \u0623\u0647\u0645\u064a\u0629 \u0631\u0636\u0627\u0647\u0627 \u0641\u064a \u062d\u064a\u0627\u062a\u0643.'},\n  {n:89, text:'\u0643\u064f\u0646 \u0627\u0644\u0633\u0628\u064e\u0651\u0627\u0642 \u0625\u0644\u0649 \u0627\u0644\u0628\u0631 \u062f\u0627\u0626\u0645\u064b\u0627\u060c \u0648\u0627\u0628\u062a\u0643\u0650\u0631 \u0637\u0631\u0642\u064b\u0627 \u062c\u062f\u064a\u062f\u0629 \u0641\u064a \u0630\u0644\u0643\u060c \u0641\u0644\u0643 \u0623\u062c\u0631\u0647\u0627 \u0648\u0623\u062c\u0631 \u0645\u0646 \u0627\u0642\u062a\u062f\u0649 \u0628\u0643.'},\n  {n:90, text:'\u0644\u0627 \u062a\u0631\u0641\u0639 \u0635\u0648\u062a\u0643 \u0628\u062d\u0636\u0631\u062a\u0647\u0627\u061b \u0648\u0643\u064f\u0646 \u0645\u062a\u0648\u0627\u0636\u0639\u064b\u0627 \u0644\u064a\u0646\u064b\u0627 \u062d\u064a\u0646 \u062a\u0637\u0644\u0628 \u0623\u0648 \u062a\u062e\u062f\u0645.'},\n  {n:91, text:'\u0625\u0646 \u0643\u0646\u062a\u0645\u0627 \u0641\u064a \u0645\u062f\u064a\u0646\u0629 \u0648\u0627\u062d\u062f\u0629 \u0641\u0627\u0633\u0639\u064e \u0644\u0644\u0633\u0643\u0646 \u0642\u0631\u064a\u0628\u064b\u0627 \u0645\u0646\u0647\u0627\u060c \u0641\u0630\u0644\u0643 \u064a\u064f\u064a\u0633\u0650\u0651\u0631 \u0635\u0644\u062a\u0643 \u0628\u0647\u0627.'},\n  {n:92, text:'\u0625\u0646 \u0643\u0646\u062a \u062a\u0639\u0645\u0644 \u0641\u064a \u0645\u062f\u064a\u0646\u0629 \u0623\u062e\u0631\u0649 \u0641\u0627\u0646\u062a\u0647\u0650\u0632 \u0643\u0644 \u0641\u0631\u0635\u0629 \u0644\u0644\u0632\u064a\u0627\u0631\u0629\u060c \u0648\u0644\u0627 \u062a\u064f\u0637\u0644 \u0627\u0644\u063a\u064a\u0627\u0628.'},\n  {n:93, text:'\u0644\u0627 \u064a\u0643\u0641\u064a \u0632\u064a\u0627\u0631\u062a\u0647\u0627 \u0648\u062d\u062f\u0643\u061b \u0628\u0644 \u062e\u064f\u0630 \u0623\u0633\u0631\u062a\u0643 \u0645\u0639\u0643 \u062d\u062a\u0649 \u062a\u0646\u0634\u0623 \u0639\u0644\u0627\u0642\u0629 \u0648\u0637\u064a\u062f\u0629 \u0628\u064a\u0646\u0647\u0627 \u0648\u0628\u064a\u0646 \u0623\u0647\u0644\u0643.'},\n  {n:94, text:'\u062f\u0639 \u062c\u0627\u0646\u0628\u064b\u0627 \u0623\u0646\u0627\u0646\u064a\u062a\u0643 \u0648\u0647\u0648\u0627\u0643\u060c \u0648\u0622\u062b\u0650\u0631 \u0623\u0645\u0643 \u0639\u0644\u0649 \u0646\u0641\u0633\u0643.'},\n  {n:95, text:'\u0631\u0627\u062c\u0650\u0639 \u0646\u0641\u0633\u0643: \u0643\u064a\u0641 \u0643\u0627\u0646 \u0623\u062f\u0627\u0624\u0643 \u0645\u0639\u0647\u0627\u061f \u0647\u0644 \u0623\u0631\u0636\u064a\u062a\u0647\u0627 \u0623\u0645 \u0644\u0627 \u062a\u0632\u0627\u0644 \u0628\u062d\u0627\u062c\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0632\u064a\u062f\u061f'},\n  {n:96, text:'\u0643\u0645\u0627 \u062a\u0639\u0627\u0645\u0644 \u0648\u0627\u0644\u062f\u064a\u0643 \u0633\u064a\u064f\u0639\u0627\u0645\u0644\u0643 \u0623\u0628\u0646\u0627\u0624\u0643: \u0641\u0625\u0646 \u0628\u0631\u0631\u062a \u0628\u064f\u0631\u064e\u0651 \u0628\u0643\u060c \u0648\u0625\u0646 \u0639\u0642\u0642\u062a \u0639\u064f\u0648\u0642\u0628\u062a.'},\n  {n:97, text:'\u062d\u064a\u0646 \u062a\u0645\u0631\u0636 \u0643\u064f\u0646 \u0628\u062c\u0627\u0646\u0628\u0647\u0627\u060c \u0648\u0623\u062d\u0636\u0650\u0631 \u0645\u064e\u0646 \u064a\u062e\u062f\u0645\u0647\u0627.'},\n  {n:98, text:'\u0644\u0627 \u062a\u064f\u0647\u0645\u0650\u0644 \u0645\u062f\u062d \u0630\u0648\u0642\u0647\u0627 \u0641\u064a \u0627\u0644\u0645\u0644\u0628\u0633 \u0648\u0627\u0644\u0645\u0638\u0647\u0631 \u0623\u0645\u0627\u0645 \u0627\u0644\u062c\u0645\u064a\u0639.'},\n  {n:99, text:'\u0627\u062d\u0643\u0650 \u0644\u0647\u0627 \u0642\u0635\u0635 \u0633\u0641\u0631\u0643 \u0648\u0623\u0631\u0647\u0627 \u0635\u0648\u0631\u0643 \u0645\u0639 \u0623\u0635\u062f\u0642\u0627\u0626\u0643\u060c \u0641\u0630\u0644\u0643 \u064a\u062d\u0645\u0644\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u062f\u0639\u0627\u0621 \u0644\u0643.'},\n  {n:100, text:'\u0627\u0633\u062a\u0642\u0628\u0650\u0644 \u0647\u0645\u0648\u0645\u0647\u0627 \u0628\u0631\u062d\u0627\u0628\u0629 \u0635\u062f\u0631\u060c \u0648\u0627\u0642\u0628\u064e\u0644 \u0645\u0644\u0627\u062d\u0638\u0627\u062a\u0647\u0627 \u0648\u0646\u0641\u0650\u0651\u0630 \u062a\u0639\u0644\u064a\u0645\u0627\u062a\u0647\u0627 \u0628\u062a\u0648\u0627\u0636\u0639.'},\n  {n:101, text:'\u0627\u0633\u062a\u0634\u0650\u0631\u0647\u0627 \u0648\u062e\u064f\u0630 \u0628\u0631\u0623\u064a\u0647\u0627.'},\n  {n:102, text:'\u062d\u064a\u0646 \u062a\u062c\u0644\u0633 \u0645\u0639\u0647\u0627 \u0627\u062c\u0644\u0650\u0633 \u062c\u0644\u0633\u0629\u064b \u062a\u0644\u064a\u0642 \u0628\u0645\u0642\u0627\u0645\u0647\u0627.'},\n  {n:103, text:'\u0627\u062a\u064e\u0651\u0628\u0650\u0639 \u0622\u062f\u0627\u0628 \u0627\u0644\u0623\u0643\u0644 \u0645\u0639\u0647\u0627\u060c \u0648\u0622\u062b\u0650\u0631\u0647\u0627 \u0628\u0645\u0627 \u062a\u062d\u0628 \u0645\u0646 \u0637\u0639\u0627\u0645 \u0648\u0634\u0631\u0627\u0628.'},\n  {n:104, text:'\u0627\u0641\u0647\u0645 \u062d\u0627\u0644\u0647\u0627 \u0627\u0644\u0646\u0641\u0633\u064a\u0629 \u0648\u0623\u0633\u0644\u0648\u0628 \u062d\u064a\u0627\u062a\u0647\u0627\u060c \u0648\u062a\u0639\u0631\u064e\u0651\u0641 \u0639\u0644\u0649 \u0645\u064a\u0648\u0644\u0647\u0627\u060c \u0648\u0623\u0639\u0637\u0650\u0647\u0627 \u0623\u0643\u062b\u0631 \u0645\u0645\u0627 \u062a\u0633\u062a\u062d\u0642.'},\n  {n:105, text:'\u0639\u0644\u0649 \u0627\u0644\u0628\u0646\u0627\u062a \u0623\u0644\u064e\u0651\u0627 \u064a\u0633\u062a\u063a\u0631\u0642\u0647\u0646 \u0634\u0623\u0646 \u0627\u0644\u0632\u0648\u0627\u062c \u062d\u062a\u0649 \u064a\u064f\u0647\u0645\u0644\u0646 \u0623\u0645\u0647\u0627\u062a\u0647\u0646\u060c \u0641\u0644\u0644\u0628\u0646\u062a \u0645\u0643\u0627\u0646\u0629 \u062e\u0627\u0635\u0629 \u0639\u0646\u062f \u0623\u0645\u0647\u0627.'},\n  {n:106, text:'\u0628\u0639\u0636 \u0623\u0645\u0648\u0631 \u0627\u0644\u0623\u0645 \u0627\u0644\u062e\u0627\u0635\u0629 \u0644\u0627 \u064a\u0637\u064e\u0651\u0644\u0639 \u0639\u0644\u064a\u0647\u0627 \u0627\u0644\u0623\u0628\u0646\u0627\u0621\u061b \u0641\u0644\u062a\u0643\u064f\u0646 \u0627\u0644\u0628\u0646\u062a \u064a\u0642\u0638\u0629\u064b \u0644\u0630\u0644\u0643.'},\n  {n:107, text:'\u062d\u064a\u0646 \u062a\u0632\u0648\u0631\u060c \u0644\u0627 \u062a\u062f\u064e\u0639 \u0623\u0628\u0646\u0627\u0621\u0643 \u064a\u064f\u0641\u0633\u062f\u0648\u0646 \u0628\u064a\u062a\u0647\u0627\u060c \u0641\u0633\u064a\u064f\u062b\u0642\u0650\u0644 \u0630\u0644\u0643 \u0643\u0627\u0647\u0644\u0647\u0627 \u0628\u0627\u0644\u0625\u0635\u0644\u0627\u062d.'},\n  {n:108, text:'\u0625\u0646 \u0623\u062a\u0644\u0641 \u0623\u0628\u0646\u0627\u0624\u0643 \u0634\u064a\u0626\u064b\u0627 \u0645\u0646 \u0628\u064a\u062a\u0647\u0627 \u0641\u0623\u0635\u0644\u062d\u0647 \u0648\u0627\u0633\u062a\u0628\u062f\u0644\u0647 \u0628\u0645\u0627 \u0647\u0648 \u0623\u062d\u0633\u0646.'},\n  {n:109, text:'\u0642\u062f \u064a\u062a\u063a\u064a\u0631 \u0645\u0632\u0627\u062c \u0627\u0644\u0645\u0631\u064a\u0636\u061b \u0641\u0632\u064f\u0631\u0647\u0627 \u0645\u0639 \u0645\u0631\u0627\u0639\u0627\u0629 \u062a\u062c\u0646\u064a\u0628\u0647\u0627 \u0636\u062c\u064a\u062c \u0627\u0644\u0623\u0637\u0641\u0627\u0644.'},\n  {n:110, text:'\u0625\u0646 \u0643\u062b\u0631 \u0627\u0644\u0623\u0628\u0646\u0627\u0621 \u0641\u0646\u0638\u0650\u0651\u0645 \u062c\u062f\u0648\u0644 \u0627\u0644\u0632\u064a\u0627\u0631\u0627\u062a\u060c \u0644\u0623\u0646 \u062d\u0636\u0648\u0631 \u0627\u0644\u062c\u0645\u064a\u0639 \u062f\u0641\u0639\u0629\u064b \u0648\u0627\u062d\u062f\u0629 \u0642\u062f \u0644\u0627 \u064a\u0643\u0648\u0646 \u0645\u0646\u0627\u0633\u0628\u064b\u0627.'},\n  {n:111, text:'\u0645\u0646 \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0623\u062e\u0630 \u0627\u0644\u0623\u0637\u0641\u0627\u0644 \u0627\u0644\u0643\u062b\u064a\u0631\u064a\u0646 \u0625\u0644\u0649 \u062d\u062f\u064a\u0642\u0629 \u0623\u0648 \u0645\u0643\u0627\u0646 \u0641\u0633\u064a\u062d \u0631\u064a\u062b\u0645\u0627 \u062a\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 \u0623\u0645\u0643.'},\n  {n:112, text:'\u0627\u0644\u0623\u0639\u0645\u0627\u0644 \u0627\u0644\u062e\u064a\u0631\u064a\u0629 \u0647\u062f\u064a\u0629 \u0644\u0627\u0626\u0642\u0629 \u064a\u064f\u0642\u062f\u0650\u0651\u0645\u0647\u0627 \u0627\u0644\u0623\u0628\u0646\u0627\u0621 \u0627\u0645\u062a\u0646\u0627\u0646\u064b\u0627 \u0644\u0623\u0645\u0647\u0645.'},\n  {n:113, text:'\u0644\u0643\u0644 \u0627\u0628\u0646 \u0645\u0648\u0647\u0628\u062a\u0647 \u0627\u0644\u062e\u0627\u0635\u0629\u061b \u0641\u0627\u0628\u0631\u064e\u0651 \u0641\u064a\u0645\u0627 \u0648\u0647\u0628\u0643 \u0627\u0644\u0644\u0647.'},\n  {n:114, text:'\u0644\u064a\u0639\u0631\u0641 \u0643\u0644 \u0627\u0628\u0646 \u0645\u0627 \u062a\u064f\u062d\u0628\u0647 \u0623\u0645\u0647 \u0641\u064a\u0647 \u0648\u0644\u064a\u0633\u062a\u062b\u0645\u0631 \u0630\u0644\u0643.'},\n  {n:115, text:'\u0644\u0643\u064a \u062a\u0633\u0631\u0642 \u0642\u0644\u0628 \u0623\u0645\u0643 \u0641\u0644\u0627 \u062a\u0646\u0642\u0637\u0639 \u0639\u0646 \u0632\u064a\u0627\u0631\u062a\u0647\u0627\u061b \u0641\u0627\u0644\u0623\u0645 \u0644\u0627 \u062a\u0645\u0644\u064f\u0651 \u0645\u0646 \u0631\u0624\u064a\u0629 \u0623\u0628\u0646\u0627\u0626\u0647\u0627.'},\n  {n:116, text:'\u0632\u0648\u0650\u0651\u062f\u0647\u0627 \u0628\u0623\u062d\u062f\u062b \u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644\u060c \u0648\u0639\u0644\u0650\u0651\u0645\u0647\u0627 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647\u0627\u060c \u0648\u062a\u062d\u0645\u064e\u0651\u0644 \u062a\u0643\u0627\u0644\u064a\u0641 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643.'},\n  {n:117, text:'\u0625\u0646 \u0643\u0627\u0646 \u0645\u0639\u0647\u0627 \u0647\u0627\u062a\u0641 \u0641\u0623\u0631\u0633\u0650\u0644 \u0644\u0647\u0627 \u0623\u062c\u0645\u0644 \u0627\u0644\u062a\u0647\u0627\u0646\u064a \u0648\u0627\u0644\u0645\u0633\u062c\u0627\u062a\u060c \u0641\u0625\u0646\u0647\u0627 \u062a\u0628\u0642\u0649 \u0641\u064a \u0642\u0644\u0628\u0647\u0627.'},\n  {n:118, text:'\u0625\u0646 \u0643\u0628\u0631\u062a \u0641\u064a \u0627\u0644\u0633\u0646 \u0641\u0627\u062c\u0645\u064e\u0639 \u0644\u0647\u0627 \u0647\u062f\u0627\u064a\u0627 \u0644\u062a\u064f\u0642\u062f\u0650\u0651\u0645\u0647\u0627 \u0644\u0635\u062f\u064a\u0642\u0627\u062a\u0647\u0627 \u0648\u0639\u0627\u0631\u0641\u0627\u062a\u0647\u0627.'},\n  {n:119, text:'\u062d\u064a\u0646 \u062a\u062a\u0635\u0644 \u0628\u0647\u0627 \u0644\u0627 \u062a\u062a\u0633\u0631\u064e\u0651\u0639\u060c \u0628\u0644 \u0623\u0646\u0635\u0650\u062a \u062d\u062a\u0649 \u062a\u0639\u0631\u0641 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a\u0647\u0627 \u0648\u0644\u0627 \u062a\u063a\u0644\u0642 \u0642\u0628\u0644\u0647\u0627.'},\n  {n:120, text:'\u0628\u062d\u0636\u0631\u062a\u0647\u0627 \u0643\u064f\u0646 \u0645\u0624\u062f\u064e\u0651\u0628\u064b\u0627 \u062f\u0648\u0646 \u0631\u0641\u0639 \u0635\u0648\u062a \u0623\u0648 \u062c\u062f\u0627\u0644 \u0623\u0648 \u0646\u0642\u0627\u0634 \u0641\u064a\u0645\u0627 \u062a\u0643\u0631\u0647 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0646\u0647.'},\n  {n:121, text:'\u062d\u064a\u0646 \u062a\u0639\u0648\u062f \u0645\u0646 \u0633\u0641\u0631 \u0623\u062a\u0650\u0647\u0627 \u0628\u0647\u062f\u064a\u0629 \u0645\u0646 \u0630\u0644\u0643 \u0627\u0644\u0628\u0644\u062f\u060c \u0641\u0625\u0646\u0647\u0627 \u0633\u062a\u0628\u0642\u0649 \u0641\u064a \u0630\u0627\u0643\u0631\u062a\u0647\u0627 \u062a\u0639\u0628\u064a\u0631\u064b\u0627 \u0639\u0646 \u0628\u0647\u062c\u062a\u0643 \u0628\u0631\u0624\u064a\u062a\u0647\u0627.'},\n  {n:122, text:'\u0644\u0644\u0623\u0645\u0627\u0643\u0646 \u0627\u0644\u062a\u064a \u0646\u0634\u0623\u062a \u0641\u064a\u0647\u0627 \u0623\u0648 \u0623\u0645\u0636\u062a \u0641\u064a\u0647\u0627 \u0644\u064a\u0627\u0644\u064a \u0639\u0645\u0631\u0647\u0627 \u0627\u0644\u0623\u0648\u0644\u0649 \u0648\u0642\u0639 \u062e\u0627\u0635 \u0641\u064a \u0642\u0644\u0628\u0647\u0627\u060c \u0641\u062e\u064f\u0630\u0647\u0627 \u0644\u0632\u064a\u0627\u0631\u062a\u0647\u0627.'},\n  {n:123, text:'\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0623\u0628\u0646\u0627\u0621 \u0641\u0636\u064a\u0644\u0629 \u0627\u0644\u0628\u0631 \u0648\u062a\u062d\u0641\u064a\u0632\u0647\u0645 \u0639\u0644\u0649 \u0627\u0644\u062a\u0646\u0627\u0641\u0633 \u0641\u064a\u0647 \u0645\u0635\u062f\u0631 \u0633\u0639\u0627\u062f\u0629 \u0644\u0644\u062c\u0645\u064a\u0639.'},\n  {n:124, text:'\u0625\u0646 \u0627\u0646\u0641\u0635\u0644 \u0648\u0627\u0644\u062f\u0627\u0643 \u0641\u0644\u0627 \u062a\u0646\u062a\u0642\u062f \u0623\u064a\u064b\u0651\u0627 \u0645\u0646\u0647\u0645\u0627 \u0628\u0645\u0627 \u064a\u0643\u0631\u0647.'},\n  {n:125, text:'\u0641\u064a \u0627\u0644\u0646\u0632\u0627\u0639\u0627\u062a \u0627\u0644\u0623\u0633\u0631\u064a\u0629 \u0642\u062f\u0650\u0651\u0645 \u062d\u0644\u0648\u0644\u064b\u0627 \u0639\u0645\u0644\u064a\u0629 \u062f\u0628\u0644\u0648\u0645\u0627\u0633\u064a\u0629 \u062a\u064f\u0637\u0641\u0626 \u0627\u0644\u0641\u062a\u0646\u0629 \u0648\u062a\u064f\u0641\u0631\u062d \u0627\u0644\u0623\u0645.'},\n  {n:126, text:'\u0625\u0646 \u062a\u0632\u0648\u064e\u0651\u062c\u062a \u0623\u0645\u0643 \u0645\u0646 \u063a\u064a\u0631 \u0623\u0628\u064a\u0643 \u0641\u0627\u062d\u062a\u0631\u0645 \u0627\u0644\u0632\u0648\u062c \u0648\u0623\u0643\u0631\u0650\u0645\u0647\u060c \u0648\u0623\u0647\u062f\u0650 \u0623\u0645\u0643 \u0641\u064a \u0627\u0644\u0645\u0646\u0627\u0633\u0628\u0627\u062a.'},\n  {n:127, text:'\u0625\u0646 \u0643\u0627\u0646 \u0644\u0623\u0645\u0643 \u0632\u0648\u062c \u0622\u062e\u0631 \u0641\u0627\u062d\u062a\u0631\u0645\u0647 \u0648\u0627\u0633\u062a\u0634\u0650\u0631\u0647 \u0641\u064a \u0628\u0639\u0636 \u0623\u0645\u0648\u0631\u0643 \u0648\u062e\u064f\u0630 \u0628\u0631\u0623\u064a\u0647.'},\n  {n:128, text:'\u0627\u062a\u0635\u0650\u0644 \u0628\u0645\u0646 \u064a\u0639\u0632\u064f\u0651\u0648\u0646 \u0639\u0644\u064a\u0647\u0627 \u0645\u0646 \u0647\u0627\u062a\u0641\u0643\u060c \u0648\u0633\u0647\u0650\u0651\u0644 \u0644\u0647\u0627 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0628\u0647\u0645 \u0648\u0632\u064a\u0627\u0631\u062a\u0647\u0645.'},\n  {n:129, text:'\u062d\u064a\u0646 \u062a\u0643\u0628\u0631 \u0641\u0643\u064f\u0646 \u0645\u0639\u0647\u0627 \u062f\u0627\u0626\u0645\u064b\u0627\u060c \u0648\u062e\u064f\u0630 \u0628\u064a\u062f\u0647\u0627\u060c \u0648\u0627\u0631\u0634\u0650\u062f\u0647\u0627\u060c \u0648\u0623\u0645\u062f\u064e\u0651\u0647\u0627 \u0628\u0645\u0627 \u062a\u062d\u062a\u0627\u062c\u060c \u0648\u0644\u0627 \u062a\u062a\u0631\u0643\u0647\u0627 \u0648\u062d\u064a\u062f\u0629.'},\n  {n:130, text:'\u0625\u0646 \u062e\u0627\u0644\u0641 \u0631\u0623\u064a\u0647\u0627 \u0631\u0623\u064a\u0643 \u0641\u0644\u0627 \u062a\u062a\u0635\u0644\u064e\u0651\u0628\u060c \u0643\u064f\u0646 \u0645\u0631\u0646\u064b\u0627 \u0648\u0644\u0637\u064a\u0641\u064b\u0627\u060c \u0645\u0627 \u0644\u0645 \u064a\u0643\u0646 \u0630\u0644\u0643 \u0641\u064a \u0645\u0639\u0635\u064a\u0629 \u0627\u0644\u062e\u0627\u0644\u0642.'},\n  {n:131, text:'\u0625\u0646 \u0643\u0627\u0646\u062a \u062a\u064f\u062d\u0628 \u0627\u0644\u0645\u0637\u0627\u0644\u0639\u0629 \u0641\u0627\u0634\u062a\u0650\u0631\u0643 \u0644\u0647\u0627 \u0641\u064a \u0645\u062c\u0644\u0627\u062a \u0623\u0648 \u0643\u062a\u0628 \u062a\u064f\u0646\u0627\u0633\u0628\u0647\u0627 \u0647\u062f\u064a\u0629\u064b \u0645\u0646\u0643.'},\n  {n:132, text:'\u0623\u0639\u0637\u0650\u0647\u0627 \u0627\u0644\u0645\u0627\u0644 \u062f\u0627\u0626\u0645\u064b\u0627 \u0648\u0644\u0627 \u062a\u0646\u062a\u0638\u0631 \u0637\u0644\u0628\u0647\u0627\u060c \u0641\u0628\u0639\u0636 \u0627\u0644\u0623\u0645\u0647\u0627\u062a \u062a\u0623\u0646\u064e\u0641 \u0645\u0646 \u0627\u0644\u0633\u0624\u0627\u0644.'},\n  {n:133, text:'\u0625\u0646 \u0627\u0634\u062a\u0631\u064a\u062a \u0644\u0647\u0627 \u0645\u0627 \u062a\u062d\u062a\u0627\u062c \u0641\u0644\u0627 \u062a\u0631\u062c\u0650\u0639 \u0625\u0644\u0649 \u0623\u062e\u0630 \u062b\u0645\u0646\u0647\u060c \u0648\u0644\u064a\u0643\u064f\u0646 \u0647\u062f\u064a\u0629\u064b \u062e\u0627\u0644\u0635\u0629.'},\n  {n:134, text:'\u0627\u0641\u062a\u062d \u0644\u0647\u0627 \u062d\u0633\u0627\u0628\u064b\u0627 \u0645\u0635\u0631\u0641\u064a\u064b\u0627 \u0648\u0636\u064e\u0639 \u0641\u064a\u0647 \u0645\u0628\u0644\u063a\u064b\u0627 \u0645\u0646 \u062d\u064a\u0646 \u0644\u0622\u062e\u0631\u060c \u0648\u0639\u0644\u0650\u0651\u0645\u0647\u0627 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0635\u0631\u0627\u0641 \u0627\u0644\u0622\u0644\u064a \u0644\u062a\u0634\u0639\u0631 \u0628\u0627\u0644\u0623\u0645\u0627\u0646.'},\n  {n:135, text:'\u0625\u0646 \u0623\u062e\u0637\u0623\u062a \u0641\u064a \u062d\u0642\u0647\u0627 \u0641\u0628\u0627\u062f\u0650\u0631 \u0625\u0644\u0649 \u0627\u0644\u0627\u0639\u062a\u0630\u0627\u0631\u060c \u0648\u0623\u0631\u0633\u0650\u0644 \u0635\u062f\u064a\u0642\u064b\u0627 \u0645\u0634\u062a\u0631\u0643\u064b\u0627 \u0648\u0633\u064a\u0637\u064b\u0627\u060c \u0648\u0623\u0631\u0641\u0650\u0642 \u0647\u062f\u064a\u0629\u064b \u0644\u0644\u062a\u0633\u0627\u0645\u062d.'},\n  {n:136, text:'\u062d\u064a\u0646 \u062a\u0643\u0628\u0631 \u0644\u0627 \u062a\u0646\u0627\u062f\u064a\u0647\u0627 \u0628\u0623\u0644\u0642\u0627\u0628 \u062a\u0648\u062d\u064a \u0628\u0627\u0644\u0634\u064a\u062e\u0648\u062e\u0629 \u0643\u0640\u00ab\u062c\u062f\u0629\u00bb \u0645\u0645\u0627 \u0642\u062f \u064a\u064f\u0632\u0639\u062c\u0647\u0627.'},\n  {n:137, text:'\u0625\u0646 \u0644\u0627\u062d\u0638\u062a \u062e\u0644\u0644\u064b\u0627 \u0641\u064a \u062d\u064a\u0627\u062a\u0647\u0627 \u0627\u0644\u0632\u0648\u062c\u064a\u0629 \u0641\u0644\u0627 \u062a\u0646\u0635\u062d\u0647\u0627 \u0645\u0628\u0627\u0634\u0631\u0629\u064b\u060c \u0628\u0644 \u0648\u0636\u0650\u0651\u062d \u0628\u0644\u0637\u0641 \u062f\u0648\u0646 \u0625\u064a\u0630\u0627\u0621 \u0645\u0634\u0627\u0639\u0631\u0647\u0627.'},\n  {n:138, text:'\u062c\u062f\u0650\u0651\u062f \u062f\u0627\u0626\u0645\u064b\u0627 \u0641\u064a \u0637\u0631\u0642 \u0628\u0631\u0650\u0651\u0647\u0627\u061b \u0627\u0646\u0638\u0631 \u0625\u0644\u0649 \u0627\u0644\u0628\u0627\u0631\u0650\u0651\u064a\u0646 \u0645\u0646 \u062d\u0648\u0644\u0643 \u0648\u0627\u0633\u062a\u0644\u0647\u0650\u0645 \u0645\u0646\u0647\u0645.'},\n  {n:139, text:'\u0644\u0627 \u062a\u0642\u0641 \u0639\u0646\u062f \u062d\u062f\u064d\u0651 \u0645\u0639\u064a\u0646 \u0641\u064a \u0627\u0644\u0628\u0631\u061b \u0641\u0645\u0647\u0645\u0627 \u0641\u0639\u0644\u062a \u0641\u0647\u0648 \u062f\u0648\u0646 \u062d\u0642\u0647\u0627\u060c \u0641\u0627\u0628\u062d\u064e\u062b \u0639\u0646 \u0627\u0644\u0643\u0645\u0627\u0644 \u062f\u0627\u0626\u0645\u064b\u0627.'},\n  {n:140, text:'\u0645\u0647\u0645\u0627 \u0643\u0627\u0646\u062a \u062a\u0635\u0631\u0641\u0627\u062a\u0647\u0627 \u0648\u0622\u0631\u0627\u0624\u0647\u0627 \u0641\u0644\u0627 \u062a\u064f\u0628\u062f\u0650 \u0627\u0633\u062a\u0647\u0627\u0646\u0629\u064b \u0628\u0647\u0627\u061b \u0628\u0644 \u0643\u064f\u0646 \u0644\u064a\u0646\u064b\u0627 \u0645\u064f\u062b\u0646\u064a\u064b\u0627.'},\n  {n:141, text:'\u0644\u0627 \u062a\u0642\u0637\u0639\u0647\u0627 \u0648\u0644\u0627 \u062a\u064f\u0635\u0631\u0650\u0641 \u0627\u0646\u062a\u0628\u0627\u0647\u0643 \u0639\u0646\u0647\u0627 \u062d\u064a\u0646 \u062a\u062d\u062f\u0650\u0651\u062b\u0643\u061b \u0623\u0639\u0637\u0650\u0647\u0627 \u0643\u0644 \u062a\u0631\u0643\u064a\u0632\u0643.'},\n  {n:142, text:'\u0648\u0633\u0650\u0651\u0639 \u0645\u0639\u0631\u0641\u062a\u0643 \u0628\u0641\u0636\u0644 \u0627\u0644\u0628\u0631 \u0648\u0633\u0650\u064a\u064e\u0631 \u0627\u0644\u0635\u0627\u0644\u062d\u064a\u0646\u060c \u0641\u0630\u0644\u0643 \u064a\u0632\u064a\u062f \u0645\u0646 \u0647\u0645\u062a\u0643.'},\n  {n:143, text:'\u0625\u0646 \u0631\u0623\u064a\u062a \u0645\u064e\u0646 \u0627\u0628\u062a\u064f\u0644\u064a \u0628\u0627\u0644\u0639\u0642\u0648\u0642 \u0641\u0642\u064f\u0644: \u0627\u0644\u062d\u0645\u062f \u0644\u0644\u0647 \u0627\u0644\u0630\u064a \u0639\u0627\u0641\u0627\u0646\u064a \u0645\u0645\u0627 \u0627\u0628\u062a\u0644\u0627\u0647\u060c \u0641\u0647\u0648 \u062d\u0645\u0627\u064a\u0629\u064c \u0645\u0646 \u0627\u0644\u0627\u063a\u062a\u0631\u0627\u0631.'},\n  {n:144, text:'\u0641\u064a \u0632\u064a\u0627\u0631\u062a\u0647\u0627 \u0644\u0643 \u0644\u0627 \u062a\u064f\u0648\u064e\u0644\u0650\u0651\u064a\u0647\u0627 \u0638\u0647\u0631\u0643 \u0648\u0644\u0627 \u062a\u064f\u0634\u063a\u0650\u0644 \u0630\u0647\u0646\u0643 \u0639\u0646\u0647\u0627\u061b \u0643\u064f\u0646 \u0623\u0642\u0631\u0628 \u0627\u0644\u0646\u0627\u0633 \u0645\u0646\u0647\u0627 \u0648\u0623\u0633\u0631\u0639\u0647\u0645 \u0641\u064a \u062e\u062f\u0645\u062a\u0647\u0627.'},\n  {n:145, text:'\u062d\u064a\u0646 \u062a\u0631\u064a\u062f \u0627\u0644\u0633\u064a\u0631 \u0623\u062d\u0636\u0650\u0631 \u0644\u0647\u0627 \u062d\u0630\u0627\u0621\u0647\u0627 \u0648\u0623\u0644\u0628\u0650\u0633\u0647\u0627 \u0625\u064a\u0627\u0647\u060c \u0648\u0627\u0645\u0634\u0650 \u0628\u062c\u0627\u0646\u0628\u0647\u0627 \u0622\u062e\u0630\u064b\u0627 \u0628\u064a\u062f\u0647\u0627 \u0648\u0639\u064a\u0646\u0643 \u0639\u0644\u064a\u0647\u0627.'},\n  {n:146, text:'\u0644\u0627 \u062a\u0643\u064f\u0646 \u0622\u062e\u0631 \u0645\u064e\u0646 \u064a\u0639\u0644\u0645 \u0628\u0623\u062e\u0628\u0627\u0631\u0647\u0627 \u0623\u0648 \u064a\u064f\u0647\u0646\u0650\u0651\u0626\u0647\u0627 \u0623\u0648 \u064a\u064f\u0639\u0632\u0650\u0651\u064a\u0647\u0627\u061b \u0628\u0644 \u0628\u0627\u062f\u0650\u0631 \u0641\u0630\u0644\u0643 \u064a\u062f\u0644 \u0639\u0644\u0649 \u062d\u0631\u0635\u0643.'},\n  {n:147, text:'\u0625\u0646 \u063a\u0636\u0628\u062a \u0639\u0644\u064a\u0643 \u0641\u0644\u0627 \u062a\u064f\u0628\u0627\u062f\u0650\u0631 \u0628\u0627\u0644\u062a\u0628\u0631\u064a\u0631\u061b \u0648\u0625\u0646 \u0643\u0646\u062a \u0645\u062e\u0637\u0626\u064b\u0627 \u0641\u0628\u0627\u062f\u0650\u0631 \u0628\u0627\u0644\u0627\u0639\u062a\u0630\u0627\u0631 \u0648\u0637\u0644\u0628 \u0627\u0644\u0639\u0641\u0648.'},\n  {n:148, text:'\u0628\u0639\u0636 \u0627\u0644\u0623\u0645\u0647\u0627\u062a \u062d\u0627\u062f\u064e\u0651\u0627\u062a \u0627\u0644\u0645\u0632\u0627\u062c\u061b \u0641\u062a\u062d\u0644\u064e\u0651 \u0628\u0627\u0644\u0635\u0628\u0631 \u0648\u0627\u0644\u062a\u0633\u0627\u0645\u062d\u060c \u0648\u0627\u062f\u0639\u064f \u0627\u0644\u0644\u0647 \u0628\u062d\u0641\u0638\u0647\u0627 \u0648\u0644\u0643 \u0623\u062c\u0631 \u0635\u0628\u0631\u0643.'},\n  {n:149, text:'\u0627\u0643\u062a\u064f\u0628 \u0639\u0644\u0649 \u0648\u0631\u0642\u0629 \u0623\u062d\u0628 \u0627\u0644\u0623\u0634\u064a\u0627\u0621 \u0625\u0644\u064a\u0647\u0627\u060c \u0648\u0643\u0644 \u0637\u0631\u064a\u0642\u0629 \u062a\u0635\u0644 \u0628\u0647\u0627 \u0625\u0644\u0649 \u0642\u0644\u0628\u0647\u0627 \u0644\u062a\u0643\u0648\u0646 \u0628\u0627\u0631\u064b\u0651\u0627 \u062d\u0642\u064b\u0627.'},\n  {n:150, text:'\u062a\u0623\u0645\u064e\u0651\u0644 \u062d\u0627\u0644 \u0645\u064e\u0646 \u0641\u0642\u062f\u0648\u0627 \u0623\u0645\u0647\u0627\u062a\u0647\u0645 \u0648\u0641\u0627\u062a\u062a\u0647\u0645 \u0641\u0631\u0635\u0629 \u062c\u0646\u064a \u0627\u0644\u0623\u062c\u0631 \u0628\u0627\u0644\u0628\u0631 \u2014 \u0648\u0627\u0644\u0628\u0627\u0628 \u0644\u0627 \u064a\u0632\u0627\u0644 \u0645\u0641\u062a\u0648\u062d\u064b\u0627.'},\n  {n:151, text:'\u062d\u064a\u0646 \u062a\u0645\u0631\u0636 \u0623\u0644\u063a\u0650 \u0633\u0641\u0631\u0643 \u0648\u0645\u0648\u0627\u0639\u064a\u062f\u0643 \u0648\u062a\u0641\u0631\u064e\u0651\u063a \u0644\u0647\u0627 \u062d\u062a\u0649 \u062a\u062a\u0639\u0627\u0641\u0649 \u0628\u0648\u062c\u0648\u062f \u0623\u0628\u0646\u0627\u0626\u0647\u0627.'}\n];\n\nconst ENGLISH_BOOK = [\n  {n:0, text:\"I contemplated those guided by Allah to be dutiful to their mothers. Their deeds were not difficult, and the effort was not strenuous. They possessed intelligence, a smiling face, and sincerity. Here are 150 ways of dutifulness.\"},\n  {n:1, text:\"Choose an appropriate gift for each occasion and present it happily to oblige her to accept it.\"},\n  {n:2, text:\"Open a bank account in which all her children share to cover her needs.\"},\n  {n:3, text:\"Understand the different stages of life your mother is going through, and treat her accordingly.\"},\n  {n:4, text:\"Carefully select appropriate words when talking to her to prevent hurt; do not utter even one word of disrespect.\"},\n  {n:5, text:\"Ensure she is the last to see you off when you travel, and show her love and affection; if abroad, at least call her.\"},\n  {n:6, text:\"Ensure she is the first you meet when returning from a trip; tell her in advance of your arrival.\"},\n  {n:7, text:\"Call her daily when abroad, even for a few seconds \u2014 it is a source of happiness for her.\"},\n  {n:8, text:\"Meet her daily if you live in the same town; do not let daily distractions keep you from her.\"},\n  {n:9, text:\"If not in the same country, you must contact her daily, no matter what.\"},\n  {n:10, text:\"The best way to her heart is to cherish those she loves; be gentle with her children as they are dearest to her.\"},\n  {n:11, text:\"Kiss her head and hand when meeting her \u2014 a great way to make her happy and show appreciation.\"},\n  {n:12, text:\"Teach your children about your mother's high status in word and deed; be a good example for them.\"},\n  {n:13, text:\"Fulfill her requests at the required time \u2014 this brings you closer to her and prevents her from feeling hurt.\"},\n  {n:14, text:\"Keeping your promises to her is a must; otherwise do not make promises.\"},\n  {n:15, text:\"Attribute any success in your life to Allah first, then to her \u2014 it will make her happy and proud of you.\"},\n  {n:16, text:\"Do not argue with her even if you are right; use the easiest way to convey your opinion.\"},\n  {n:17, text:\"Do not underestimate her opinion before others whether she is present or absent.\"},\n  {n:18, text:\"Do not be disrespectful due to her unawareness of some matters; positively correct her without harming her.\"},\n  {n:19, text:\"Avoid laughing loudly, raising your voice, or looking angry in her presence.\"},\n  {n:20, text:\"Make her the first to know good news in your life, and reveal your secrets to her.\"},\n  {n:21, text:\"Take care of her health; if old, provide health equipment like blood pressure monitors.\"},\n  {n:22, text:\"Make a monthly checkup program for her health.\"},\n  {n:23, text:\"Every age has different requirements; provide what she needs accordingly.\"},\n  {n:24, text:\"During her illness share her pain; when she recovers, show happiness and recite ruqyah.\"},\n  {n:25, text:\"When sick, give her hope of recovery; be careful not to speak of ill outcomes.\"},\n  {n:26, text:\"When sick, bring the doctor to her or take her to the doctor, and explain the importance of giving her hope.\"},\n  {n:27, text:\"Support her in keeping family ties and visiting friends \u2014 this elevates your rank with Allah.\"},\n  {n:28, text:\"Provide her a special box of gifts for children \u2014 chocolate, toys \u2014 to present to her grandchildren.\"},\n  {n:29, text:\"When she travels long, call her frequently until she arrives safely.\"},\n  {n:30, text:\"Do not mention your painful incidents to her as it can cause sadness.\"},\n  {n:31, text:\"Do not engage in marital disputes in front of her \u2014 this will disappoint her.\"},\n  {n:32, text:\"Neither praise your wife too much nor tell her what gifts you give to your spouse.\"},\n  {n:33, text:\"Do not reveal detailed information about your relationship with your mother to your wife; strengthen the bond between them.\"},\n  {n:34, text:\"Avoid judging between your parents in their arguments; be neutral outwardly and advise secretly.\"},\n  {n:35, text:\"Do not criticize her appearance, choices, or style; if needed, advise her gently.\"},\n  {n:36, text:\"Maintain strong ties with your siblings; any disputes should not be visible to your mother.\"},\n  {n:37, text:\"Do not encourage your father to take another wife; if necessary, keep your support secret.\"},\n  {n:38, text:\"Teach her religion wisely by giving her recordings or taking her to religious seminars.\"},\n  {n:39, text:\"Help her attend dhikr sessions by providing transportation and schedules.\"},\n  {n:40, text:\"The best time to be dutiful is during worship; in pilgrimage be completely subservient and kind.\"},\n  {n:41, text:\"Apologize on behalf of your siblings when they upset her; praise her for her upbringing of them.\"},\n  {n:42, text:\"Do not exaggerate mistakes committed against her; minimize the effect to reduce her pain.\"},\n  {n:43, text:\"Do not tell her sad news without preparation; remind her of the reward of patience.\"},\n  {n:44, text:\"Women of all ages love kind and tender words \u2014 do not withhold your best words.\"},\n  {n:45, text:\"Do not make her feel old or unable; inspire her with words that restore her confidence.\"},\n  {n:46, text:\"Do not deprive her of things women love \u2014 perfumes and cosmetics \u2014 even in old age.\"},\n  {n:47, text:\"If your father has more than one wife and they disagree with your mother, avoid taking sides.\"},\n  {n:48, text:\"Do not excessively praise others' parenting in her presence \u2014 it implies dissatisfaction with hers.\"},\n  {n:49, text:\"When she speaks, give her your full attention; smile at her jokes and respond appropriately to sadness.\"},\n  {n:50, text:\"Meet her smiling, joke respectfully, and caress her gently. In hard times be serious and alert.\"},\n  {n:51, text:\"Inform her of world news; narrate stories that make her happy \u2014 mothers long to talk with their children.\"},\n  {n:52, text:\"Always praise her for your upbringing and be grateful for her efforts; saying thank you is easy.\"},\n  {n:53, text:\"Tell her you deeply wish for her to live happily and that you want to be the source of her joy.\"},\n  {n:54, text:\"If her parents are alive, help her be dutiful to them; if deceased, give charity and pray for them.\"},\n  {n:55, text:\"Make endowment for her that brings ongoing reward: contributing to mosques, sponsoring orphans, helping the poor.\"},\n  {n:56, text:\"When she mentions a wish, take the initiative to fulfill it without waiting for her to ask.\"},\n  {n:57, text:\"Give her the highest priority over your work, children, and wife.\"},\n  {n:58, text:\"Be generous in your home; invite her frequently and encourage her to stay the night.\"},\n  {n:59, text:\"Take her on journeys with your children; find what fills her heart with joy and refreshes her spirit.\"},\n  {n:60, text:\"Take her to a fine restaurant occasionally; if she refuses, gently persuade her.\"},\n  {n:61, text:\"Visiting malls might make her happy \u2014 try to make this happen.\"},\n  {n:62, text:\"Give her a gift to present to your father \u2014 this is righteousness to both parents.\"},\n  {n:63, text:\"Being kind and grateful to your father is something that makes her proud of you.\"},\n  {n:64, text:\"Your appreciation of her home management and service to your father motivates and uplifts her.\"},\n  {n:65, text:\"Daughters are generally closer to mothers; they should share secrets and treat her as a friend.\"},\n  {n:66, text:\"Mothers need sons more in difficult times; sons must be her support in hardship.\"},\n  {n:67, text:\"Be gentle with your sisters; treating them well makes your mother happy.\"},\n  {n:68, text:\"Do not be ashamed of any action your mother takes that suits her age and context; be proud of her always.\"},\n  {n:69, text:\"Teach your children to be kind to her, kiss her head and hand, and send gifts on occasions.\"},\n  {n:70, text:\"Hold her hand when she is old, help her with her shoes, walk with her, and assist her errands.\"},\n  {n:71, text:\"Create an award for whichever child treats her best or invents a new way to be dutiful.\"},\n  {n:72, text:\"Mothers care for their homes; help maintain and improve her home periodically.\"},\n  {n:73, text:\"The bedroom holds a special place in a mother's heart; present fitting gifts to make it comfortable.\"},\n  {n:74, text:\"Be dutiful to her relatives; help her visit them, remind her to call and buy them gifts.\"},\n  {n:75, text:\"If she has a hobby, dedicate time for it and provide what she needs; keep her updated in that field.\"},\n  {n:76, text:\"Engage her in your hobbies; if you are a poet, write her a poem; if a writer, write her an article.\"},\n  {n:77, text:\"Honor her with the title she desires, such as being called by her grandchild's name.\"},\n  {n:78, text:\"Give her priority in getting in and out of the car; give her the most comfortable seat.\"},\n  {n:79, text:\"Do not speak rudely; use the most beautiful words with her.\"},\n  {n:80, text:\"Hold a contest among your children for who presents the best gift to their mother.\"},\n  {n:81, text:\"Seek times of answered supplication \u2014 the last third of night, Friday, prostration \u2014 and pray for her.\"},\n  {n:82, text:\"Tell her how pleased your guests were with what she offered them at gatherings.\"},\n  {n:83, text:\"Time dedicated to her must be uninterrupted by phone calls or newspapers.\"},\n  {n:84, text:\"Daughters should introduce their friends to their mother and not be embarrassed by her.\"},\n  {n:85, text:\"Be proud of her everywhere and always; she must be your first priority.\"},\n  {n:86, text:\"Narrate stories of righteousness and send her inspiring clips on this subject.\"},\n  {n:87, text:\"Ask her to pray for you that Allah helps you be dutiful to her \u2014 this proves your sincere interest.\"},\n  {n:88, text:\"Always ask her to be satisfied with you, showing that her satisfaction matters deeply to you.\"},\n  {n:89, text:\"Always take the initiative and be the first to be dutiful; create new ways of dutifulness.\"},\n  {n:90, text:\"Do not raise your voice in her presence; be humble and gentle when requesting or serving her.\"},\n  {n:91, text:\"If you live in the same town, try to live near her as much as possible.\"},\n  {n:92, text:\"If you work in another city, visit her at every opportunity and do not stay away long.\"},\n  {n:93, text:\"Do not visit alone; take your family so a proper bond forms between them and her.\"},\n  {n:94, text:\"Set aside your ego; give your mother preference over yourself.\"},\n  {n:95, text:\"Review your deeds: how good was your performance toward your mother? Was it satisfactory?\"},\n  {n:96, text:\"What you do to your parents will return to you: if dutiful, your children will be so too.\"},\n  {n:97, text:\"When she is sick, attend to her and bring those who can serve her.\"},\n  {n:98, text:\"Do not neglect praising her taste in clothing and appearance before others.\"},\n  {n:99, text:\"Narrate your travel stories and show her your photos; this moves her to pray for you.\"},\n  {n:100, text:\"Welcome her concerns warmly, accept her remarks, and execute her instructions humbly.\"},\n  {n:101, text:\"Consult her and take her advice.\"},\n  {n:102, text:\"When sitting with her, sit in a manner that befits her status.\"},\n  {n:103, text:\"Follow proper meal manners; prefer her over yourself by giving what she likes.\"},\n  {n:104, text:\"Understand her psychological state; know her tendencies and provide more than she deserves.\"},\n  {n:105, text:\"Daughters must not be so absorbed in married life that they neglect their mother.\"},\n  {n:106, text:\"Some of a mother's private matters sons cannot know; daughters should be alert to this.\"},\n  {n:107, text:\"During visits, do not let your children ruin her home \u2014 the burden of repair falls on her.\"},\n  {n:108, text:\"If your children damage something, fix it and replace it with something better.\"},\n  {n:109, text:\"A patient's mood can change; visit during illness but keep noisy children at bay.\"},\n  {n:110, text:\"With many children, organize a visiting schedule rather than bringing all at once.\"},\n  {n:111, text:\"Take many children to a park or spacious place while you spend time with your mother.\"},\n  {n:112, text:\"Charitable works are a fitting gift of gratitude from children to their mother.\"},\n  {n:113, text:\"Each child has a special talent; be dutiful in the area where you are gifted.\"},\n  {n:114, text:\"Each son should know what traits his mother loves in him and employ them.\"},\n  {n:115, text:\"To win your mother's heart, never stop visiting her \u2014 a mother never tires of seeing her children.\"},\n  {n:116, text:\"Provide her with modern communication devices, teach her to use them, and pay the bills.\"},\n  {n:117, text:\"If she has a phone, send her the warmest greetings \u2014 they remain in her heart and multiply love.\"},\n  {n:118, text:\"If she is old, wrap sets of gifts for her to give to her friends and acquaintances.\"},\n  {n:119, text:\"When calling, do not hurry; slow down and listen until you know her needs; do not hang up before her.\"},\n  {n:120, text:\"In her presence be well-behaved without raising your voice, creating controversy, or quarreling.\"},\n  {n:121, text:\"When returning from a trip, bring her a gift from that country \u2014 it will stay in her memory.\"},\n  {n:122, text:\"Take her to visit places where she was raised or spent the early days of her marriage.\"},\n  {n:123, text:\"Teaching children about the virtue of dutifulness and inspiring competition over it brings happiness.\"},\n  {n:124, text:\"If your parents divorced, do not criticize either one of them.\"},\n  {n:125, text:\"In family disputes, offer diplomatic solutions to save the peace and gladden the mother.\"},\n  {n:126, text:\"If your mother remarried, respect and be generous to her husband.\"},\n  {n:127, text:\"If your mother has another husband, respect him and consult him on some of your matters.\"},\n  {n:128, text:\"Call those close to her heart from your own phone; make it easy for her to reach them.\"},\n  {n:129, text:\"When she grows old, remain by her side, hold her hand, guide her, and never leave her without support.\"},\n  {n:130, text:\"If her opinion differs from yours, do not be stubborn; be gentle unless it involves disobeying the Creator.\"},\n  {n:131, text:\"If she enjoys magazines or books, subscribe to them as a gift for her.\"},\n  {n:132, text:\"Always give her money without waiting for her to ask \u2014 some mothers are too shy to ask.\"},\n  {n:133, text:\"When you buy her needs, do not ask for money back; let it be a pure gift.\"},\n  {n:134, text:\"Open a bank account for her, deposit money periodically, and teach her to use the ATM for security.\"},\n  {n:135, text:\"If you wrong her, rush to apologize; send a mutual friend as mediator and include a gift.\"},\n  {n:136, text:\"When she is old, do not call her by names that hint at age \u2014 it may bother her.\"},\n  {n:137, text:\"If you notice issues in her marital life, advise gently without hurting her feelings.\"},\n  {n:138, text:\"Always renew your acts of righteousness; observe dutiful people around you for inspiration.\"},\n  {n:139, text:\"Do not limit yourself; whatever you offer is less than what she deserves \u2014 always seek perfection.\"},\n  {n:140, text:\"Whatever her actions or opinions, do not belittle them; be lenient and complimentary.\"},\n  {n:141, text:\"Do not interrupt her or look away; give her your full attention when she speaks.\"},\n  {n:142, text:\"Increase your knowledge of the virtue of dutifulness and biographies of righteous people.\"},\n  {n:143, text:\"If you see a person afflicted with impiety, say: 'All praise is due to Allah who preserved me from that.'\"},\n  {n:144, text:\"During her visits, do not turn your attention away; be the nearest and fastest to serve her.\"},\n  {n:145, text:\"When she wants to walk, bring her shoes; walk side by side holding her hand, your eyes upon her.\"},\n  {n:146, text:\"Do not be the last to know her news or congratulate her; take the initiative always.\"},\n  {n:147, text:\"If she is angry with you, do not immediately justify yourself; if wrong, apologize and seek forgiveness.\"},\n  {n:148, text:\"Some mothers are quick-tempered; be patient and tolerant; ask Allah to preserve her.\"},\n  {n:149, text:\"Write down her favorite things and every way to reach her heart so you may truly be dutiful.\"},\n  {n:150, text:\"Contemplate those who have lost their mother and missed their chance for reward \u2014 the door is still open.\"},\n  {n:151, text:\"When she is sick, cancel your trips and appointments and focus entirely on her until she recovers.\"}\n];\n\nlet selectedLang = null;\nlet filteredLangs = [...LANGUAGES];\n\nfunction initUI() {\n  const ql = document.getElementById('quickLangs');\n  QUICK_CODES.forEach(code => {\n    const lang = LANGUAGES.find(l => l.code === code);\n    if (!lang) return;\n    const btn = document.createElement('button');\n    btn.className = 'lang-btn';\n    btn.dataset.code = code;\n    btn.textContent = lang.flag + ' ' + lang.name;\n    btn.onclick = () => selectLang(code);\n    ql.appendChild(btn);\n  });\n  renderAllLangs();\n}\n\nfunction renderAllLangs() {\n  const container = document.getElementById('allLangs');\n  container.innerHTML = '';\n  filteredLangs.forEach(lang => {\n    const div = document.createElement('div');\n    div.className = 'lang-item' + (selectedLang === lang.code ? ' selected' : '');\n    div.textContent = lang.flag + ' ' + lang.name;\n    div.onclick = () => selectLang(lang.code);\n    container.appendChild(div);\n  });\n}\n\nfunction filterLangs() {\n  const q = document.getElementById('langSearch').value.toLowerCase();\n  filteredLangs = LANGUAGES.filter(l => l.name.toLowerCase().includes(q) || l.code.includes(q));\n  renderAllLangs();\n}\n\nfunction selectLang(code) {\n  selectedLang = code;\n  document.querySelectorAll('.lang-btn').forEach(b => b.classList.toggle('active', b.dataset.code === code));\n  renderAllLangs();\n  const lang = LANGUAGES.find(l => l.code === code);\n  document.getElementById('selectedLabel').innerHTML = '\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629: <strong>' + lang.flag + ' ' + lang.name + '<\/strong>';\n  document.getElementById('translateBtn').disabled = false;\n}\n\nasync function startTranslation() {\n  if (!selectedLang) return;\n  const lang = LANGUAGES.find(l => l.code === selectedLang);\n  const btn = document.getElementById('translateBtn');\n  btn.disabled = true;\n  btn.textContent = '\u23f3 \u062c\u0627\u0631\u064d \u0627\u0644\u062a\u0631\u062c\u0645\u0629...';\n  document.getElementById('progressWrap').style.display = 'block';\n  document.getElementById('contentGrid').style.display = 'grid';\n  document.getElementById('transLabel').textContent = lang.code === 'ar' ? '\u270d\ufe0f \u0635\u064a\u0627\u063a\u0629 \u0623\u062f\u0628\u064a\u0629 \u0641\u0635\u062d\u0649' : lang.flag + ' ' + lang.name;\n\n  const arabicDiv = document.getElementById('arabicContent');\n  const transDiv = document.getElementById('translatedContent');\n  arabicDiv.innerHTML = '<div class=\"loading-msg\"><span class=\"spinner\"><\/span> \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0646\u0635 \u0627\u0644\u0639\u0631\u0628\u064a...<\/div>';\n  transDiv.innerHTML = '<div class=\"loading-msg\"><span class=\"spinner\"><\/span> \u064a\u062a\u0645 \u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0628\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a\u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631...<\/div>';\n\n  const batchSize = 20;\n  const batches = [];\n  for (let i = 0; i < ENGLISH_BOOK.length; i += batchSize) {\n    batches.push(ENGLISH_BOOK.slice(i, i + batchSize));\n  }\n\n  const allTranslated = [];\n  for (let b = 0; b < batches.length; b++) {\n    const pct = Math.round((b \/ batches.length) * 100);\n    document.getElementById('progressFill').style.width = pct + '%';\n    document.getElementById('statusMsg').textContent = '\u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u062c\u0632\u0621 ' + (b + 1) + ' \u0645\u0646 ' + batches.length + ' (' + pct + '%)...';\n\n    const batchText = batches[b].map(item => '[' + item.n + ']: ' + item.text).join('\\n');\n    const isArabic = lang.code === 'ar';\n    const prompt = isArabic\n      ? `\u0623\u0646\u062a \u0645\u062a\u062e\u0635\u0635 \u0641\u064a \u0627\u0644\u0623\u062f\u0628 \u0627\u0644\u0639\u0631\u0628\u064a \u0627\u0644\u0641\u0635\u064a\u062d \u0648\u0643\u062a\u0627\u0628\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0625\u0633\u0644\u0627\u0645\u064a \u0627\u0644\u0631\u0635\u064a\u0646. \u0623\u0639\u0650\u062f \u0635\u064a\u0627\u063a\u0629 \u0627\u0644\u0641\u0642\u0631\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0645\u0646 \u0643\u062a\u0627\u0628 \"150 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645\" \u0628\u0639\u0631\u0628\u064a\u0629 \u0641\u0635\u062d\u0649 \u0631\u0627\u0642\u064a\u0629 \u0648\u0623\u0633\u0644\u0648\u0628 \u0623\u062f\u0628\u064a \u0631\u0635\u064a\u0646 \u062c\u0645\u064a\u0644\u060c \u0645\u0639 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0645\u0639\u0646\u0649 \u0648\u0627\u0644\u0631\u0648\u062d \u0627\u0644\u0625\u0633\u0644\u0627\u0645\u064a\u0629.\n\n\u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a:\n- \u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0641\u0635\u062d\u0649 \u0627\u0644\u0623\u062f\u0628\u064a\u0629 \u0627\u0644\u0631\u0627\u0642\u064a\u0629\n- \u062d\u0627\u0641\u0638 \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0644\u0648\u0628 \u0627\u0644\u0648\u0639\u0638\u064a \u0627\u0644\u0631\u0642\u064a\u0642 \u0648\u0627\u0644\u0645\u0624\u062b\u0631\n- \u0627\u062c\u0639\u0644 \u0627\u0644\u0635\u064a\u0627\u063a\u0629 \u0645\u062a\u062f\u0641\u0642\u0629 \u0648\u062c\u0645\u064a\u0644\u0629\n- \u0623\u0639\u0650\u062f \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0641\u0642\u0637 \u0643\u0645\u0635\u0641\u0648\u0641\u0629 JSON \u0628\u0647\u0630\u0627 \u0627\u0644\u0634\u0643\u0644 \u0628\u062f\u0648\u0646 \u0623\u064a \u0646\u0635 \u0625\u0636\u0627\u0641\u064a:\n[{\"n\":\u0627\u0644\u0631\u0642\u0645,\"text\":\"\u0627\u0644\u0646\u0635_\u0627\u0644\u0645\u064f\u0639\u0627\u062f_\u0635\u064a\u0627\u063a\u062a\u0647\"},...]\n\n\u0627\u0644\u0641\u0642\u0631\u0627\u062a:\n${batchText}`\n      : `You are a professional literary translator with deep knowledge of Islamic literature and culture. Translate the following numbered passages from the book \"150 Ways To Be Dutiful To Your Mother\" into ${lang.name} (language code: ${lang.code}).\n\nTranslation requirements:\n- Use elegant, literary, and dignified language appropriate for a religious\/spiritual book\n- Maintain warmth and sincerity in tone\n- Preserve the Islamic values and gentle advisory style\n- Use formal yet accessible language\n- For RTL languages (Arabic, Persian, Urdu, Hebrew, etc.) ensure proper RTL text\n- Return ONLY a valid JSON array in exactly this format with no extra text or markdown:\n[{\"n\":NUMBER,\"text\":\"TRANSLATED_TEXT_HERE\"},...]\n\nPassages:\n${batchText}`;\n\n    try {\n      const resp = await fetch('https:\/\/api.anthropic.com\/v1\/messages', {\n        method: 'POST',\n        headers: { 'Content-Type': 'application\/json' },\n        body: JSON.stringify({\n          model: 'claude-sonnet-4-20250514',\n          max_tokens: 4096,\n          messages: [{ role: 'user', content: prompt }]\n        })\n      });\n      const data = await resp.json();\n      const raw = data.content[0].text.replace(\/```json|```\/g, '').trim();\n      const parsed = JSON.parse(raw);\n      allTranslated.push(...parsed);\n    } catch (e) {\n      allTranslated.push(...batches[b].map(item => ({ n: item.n, text: '[\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u2014 Translation error]' })));\n    }\n  }\n\n  document.getElementById('progressFill').style.width = '100%';\n  document.getElementById('statusMsg').textContent = '\u2705 \u0627\u0643\u062a\u0645\u0644\u062a \u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0628\u0646\u062c\u0627\u062d!';\n\n  arabicDiv.innerHTML = '';\n  ARABIC_BOOK.forEach(item => {\n    const div = document.createElement('div');\n    div.className = 'way-item';\n    const label = item.label || (item.n + '.');\n    div.innerHTML = '<div class=\"way-num\">' + label + '<\/div><div class=\"way-text rtl-text\">' + item.text + '<\/div>';\n    arabicDiv.appendChild(div);\n  });\n\n  transDiv.innerHTML = '';\n  allTranslated.sort((a, b) => a.n - b.n);\n  const isRTL = lang.rtl;\n  allTranslated.forEach(item => {\n    const div = document.createElement('div');\n    div.className = 'way-item';\n    const label = item.n === 0 ? 'Intro' : item.n + '.';\n    const textClass = isRTL ? 'rtl-text' : 'ltr-text';\n    div.innerHTML = '<div class=\"way-num\">' + label + '<\/div><div class=\"way-text ' + textClass + '\">' + item.text + '<\/div>';\n    transDiv.appendChild(div);\n  });\n\n  btn.disabled = false;\n  btn.textContent = '\ud83d\udd04 \u062a\u0631\u062c\u0645 \u0644\u063a\u0629 \u0623\u062e\u0631\u0649';\n\n  document.querySelectorAll('.btn-dl-txt,.btn-dl-html').forEach(b => b.style.display = 'inline-block');\n  window._lastTranslated = allTranslated;\n  window._lastLang = lang;\n}\n\nfunction copyTranslation() {\n  const items = document.querySelectorAll('#translatedContent .way-text');\n  const text = Array.from(items).map((el, i) => i + '. ' + el.textContent).join('\\n\\n');\n  if (navigator.clipboard) {\n    navigator.clipboard.writeText(text).then(() => {\n      const btn = document.querySelector('.btn-copy');\n      btn.textContent = '\u2705 \u062a\u0645 \u0627\u0644\u0646\u0633\u062e';\n      setTimeout(() => { btn.textContent = '\ud83d\udccb \u0646\u0633\u062e'; }, 2500);\n    });\n  }\n}\n\nfunction downloadTXT() {\n  const lang = window._lastLang;\n  const data = window._lastTranslated;\n  if (!data) return;\n  const lines = ['150 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645', '150 Ways To Be Dutiful To Your Mother', '\u062a\u0631\u062c\u0645\u0629: ' + lang.name, '=' .repeat(50), ''];\n  data.forEach(item => {\n    const ar = ARABIC_BOOK.find(a => a.n === item.n);\n    const label = item.n === 0 ? '\u0645\u0642\u062f\u0645\u0629' : item.n + '.';\n    lines.push(label);\n    if (ar) lines.push('[\u0627\u0644\u0639\u0631\u0628\u064a\u0629] ' + ar.text);\n    lines.push('[' + lang.name + '] ' + item.text);\n    lines.push('');\n  });\n  const blob = new Blob([lines.join('\\n')], { type: 'text\/plain;charset=utf-8' });\n  const a = document.createElement('a');\n  a.href = URL.createObjectURL(blob);\n  a.download = '150_ways_mother_' + lang.code + '.txt';\n  a.click();\n}\n\nfunction downloadHTML() {\n  const lang = window._lastLang;\n  const data = window._lastTranslated;\n  if (!data) return;\n  const dir = lang.rtl ? 'rtl' : 'ltr';\n  let rows = '';\n  data.forEach(item => {\n    const ar = ARABIC_BOOK.find(a => a.n === item.n);\n    const label = item.n === 0 ? '\u0645\u0642\u062f\u0645\u0629' : item.n + '.';\n    rows += `<tr>\n      <td style=\"padding:10px 14px;border-bottom:1px solid #eee;vertical-align:top;width:50%;direction:rtl;text-align:right;\">\n        <span style=\"font-size:11px;font-weight:700;color:#1D9E75;display:block;margin-bottom:4px;\">${label}<\/span>\n        <span style=\"font-size:13px;line-height:1.8;\">${ar ? ar.text : ''}<\/span>\n      <\/td>\n      <td style=\"padding:10px 14px;border-bottom:1px solid #eee;vertical-align:top;width:50%;direction:${dir};text-align:${lang.rtl?'right':'left'};\">\n        <span style=\"font-size:11px;font-weight:700;color:#1D9E75;display:block;margin-bottom:4px;\">${label}<\/span>\n        <span style=\"font-size:13px;line-height:1.8;\">${item.text}<\/span>\n      <\/td>\n    <\/tr>`;\n  });\n\n  const html = `<!DOCTYPE html>\n<html lang=\"${lang.code}\" dir=\"${dir}\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\n<title>150 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645 \u2014 ${lang.name}<\/title>\n<style>\n  body{font-family:'Segoe UI',Tahoma,Arial,sans-serif;background:#f7f7f5;color:#1a1a1a;margin:0;padding:0;}\n  .cover{background:linear-gradient(135deg,#0a4a35,#1D9E75);color:white;text-align:center;padding:48px 24px;margin-bottom:32px;}\n  .cover h1{font-size:28px;margin-bottom:8px;}\n  .cover p{font-size:15px;opacity:.85;}\n  .bismillah{font-size:22px;margin-bottom:12px;font-family:'Traditional Arabic',serif;}\n  .container{max-width:1000px;margin:0 auto;padding:0 16px 60px;}\n  table{width:100%;border-collapse:collapse;background:white;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.07);}\n  thead th{background:#0F6E56;color:white;padding:12px 16px;font-size:14px;}\n  tr:hover{background:#f0fdf7;}\n  .footer{text-align:center;margin-top:32px;font-size:12px;color:#888;}\n<\/style>\n<\/head>\n<body>\n<div class=\"cover\">\n  <div class=\"bismillah\">\u0628\u0633\u0645 \u0627\u0644\u0644\u0647 \u0627\u0644\u0631\u062d\u0645\u0646 \u0627\u0644\u0631\u062d\u064a\u0645<\/div>\n  <h1>\ud83d\udcd6 150 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645<\/h1>\n  <p>150 Ways To Be Dutiful To Your Mother<\/p>\n  <p style=\"margin-top:8px;font-size:14px;opacity:.9;\">\u062a\u0631\u062c\u0645\u0629 \u0625\u0644\u0649: ${lang.flag} ${lang.name}<\/p>\n<\/div>\n<div class=\"container\">\n<table>\n  <thead><tr>\n    <th style=\"direction:rtl;\">\u0627\u0644\u0646\u0635 \u0627\u0644\u0639\u0631\u0628\u064a \ud83c\uddf8\ud83c\udde6<\/th>\n    <th style=\"direction:${dir};\">${lang.flag} ${lang.name}<\/th>\n  <\/tr><\/thead>\n  <tbody>${rows}<\/tbody>\n<\/table>\n<div class=\"footer\">\u0643\u062a\u0627\u0628: 150 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645 | \u062a\u0631\u062c\u0645\u0629 \u0622\u0644\u064a\u0629 \u0628\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a | \u0644\u0644\u0623\u063a\u0631\u0627\u0636 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u064a\u0629 \u0648\u0627\u0644\u062f\u0639\u0648\u064a\u0629<\/div>\n<\/div>\n<\/body>\n<\/html>`;\n\n  const blob = new Blob([html], { type: 'text\/html;charset=utf-8' });\n  const a = document.createElement('a');\n  a.href = URL.createObjectURL(blob);\n  a.download = '150_ways_mother_' + lang.code + '.html';\n  a.click();\n}\n\ninitUI();\n<\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>150 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645 \u2014 \u062a\u0631\u062c\u0645\u0629 \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u0644\u063a\u0627\u062a \u0628\u0633\u0645 \u0627\u0644\u0644\u0647 \u0627\u0644\u0631\u062d\u0645\u0646 \u0627\u0644\u0631\u062d\u064a\u0645 \ud83d\udcd6 150 \u0637\u0631\u064a\u0642\u0629 \u0644\u0644\u0628\u0631 \u0628\u0627\u0644\u0623\u0645 150 Ways To Be Dutiful To Your Mother \u2014 \u062a\u0631\u062c\u0645\u0629 \u0623\u062f\u0628\u064a\u0629 \u0641\u0648\u0631\u064a\u0629 \u0628\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0644\u0623\u0643\u062b\u0631 \u0645\u0646 75 \u0644\u063a\u0629 \ud83d\udca1 \u0627\u062e\u062a\u0631 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u062a\u064a \u062a\u0631\u064a\u062f \u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0625\u0644\u064a\u0647\u0627 \u0645\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0623\u062f\u0646\u0627\u0647\u060c \u062b\u0645 \u0627\u0636\u063a\u0637 \u0639\u0644\u0649 \u0632\u0631 &#8220;\u062a\u0631\u062c\u0645 \u0627\u0644\u0643\u062a\u0627\u0628&#8221;. \u0633\u064a\u062a\u0645 \u0639\u0631\u0636 \u0627\u0644\u0646\u0635 \u0627\u0644\u0639\u0631\u0628\u064a &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3174","post","type-post","status-publish","format-standard","","category-1"],"_links":{"self":[{"href":"https:\/\/www.naseemnajd.com\/w\/index.php?rest_route=\/wp\/v2\/posts\/3174","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.naseemnajd.com\/w\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.naseemnajd.com\/w\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.naseemnajd.com\/w\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.naseemnajd.com\/w\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3174"}],"version-history":[{"count":4,"href":"https:\/\/www.naseemnajd.com\/w\/index.php?rest_route=\/wp\/v2\/posts\/3174\/revisions"}],"predecessor-version":[{"id":3178,"href":"https:\/\/www.naseemnajd.com\/w\/index.php?rest_route=\/wp\/v2\/posts\/3174\/revisions\/3178"}],"wp:attachment":[{"href":"https:\/\/www.naseemnajd.com\/w\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.naseemnajd.com\/w\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.naseemnajd.com\/w\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}