Make WordPress Core

Ticket #50924: 50924.1.diff

File 50924.1.diff, 648.1 KB (added by Mista-Flo, 6 years ago)

Added some unit tests + farsi pack for tests

  • src/wp-includes/formatting.php

    diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php
    index 494c1b3e61..ef42479bef 100644
    a b function remove_accents( $string ) { 
    19141914                        // Grave accent.
    19151915                        'Ǜ' => 'U',
    19161916                        'ǜ' => 'u',
     1917                        // Persian.
     1918                        '\xe2\x80\x8c' => '-',
     1919                        '\xe2\x80\x8d' => '-',
     1920                        '‌' => '-',
     1921                        '‍' => '-',
    19171922                );
    19181923
    19191924                // Used for locale-specific rules.
  • new file tests/phpunit/data/languages/fa_IR.po

    diff --git a/tests/phpunit/data/languages/fa_IR.mo b/tests/phpunit/data/languages/fa_IR.mo
    new file mode 100644
    index 0000000000..b1dab37648
    Binary files /dev/null and b/tests/phpunit/data/languages/fa_IR.mo differ
    diff --git a/tests/phpunit/data/languages/fa_IR.po b/tests/phpunit/data/languages/fa_IR.po
    new file mode 100644
    index 0000000000..c28ceea9e3
    - +  
     1# Translation of WordPress - 5.5.x - Development in Persian
     2# This file is distributed under the same license as the WordPress - 5.5.x - Development package.
     3msgid ""
     4msgstr ""
     5"PO-Revision-Date: 2020-09-26 15:02:46+0000\n"
     6"MIME-Version: 1.0\n"
     7"Content-Type: text/plain; charset=UTF-8\n"
     8"Content-Transfer-Encoding: 8bit\n"
     9"Plural-Forms: nplurals=1; plural=0;\n"
     10"X-Generator: GlotPress/3.0.0-alpha.2\n"
     11"Language: fa\n"
     12"Project-Id-Version: WordPress - 5.5.x - Development\n"
     13
     14#: wp-includes/script-loader.php:1441
     15msgctxt "Google Font Name and Variants"
     16msgid "Noto Serif:400,400i,700,700i"
     17msgstr "Markazi Text:400,700"
     18
     19#: wp-includes/comment-template.php:915
     20msgctxt "Comment number declension: on or off"
     21msgid "off"
     22msgstr "off"
     23
     24#: wp-includes/general-template.php:839
     25msgid "html_lang_attribute"
     26msgstr "fa-IR"
     27
     28#: wp-includes/functions.php:334
     29msgctxt "decline months names: on or off"
     30msgid "off"
     31msgstr "off"
     32
     33#. translators: If your word count is based on single characters (e.g. East
     34#. Asian characters), enter 'characters_excluding_spaces' or
     35#. 'characters_including_spaces'. Otherwise, enter 'words'. Do not translate
     36#. into your own language.
     37#: wp-includes/script-loader.php:1619 wp-includes/formatting.php:3884
     38#: wp-includes/js/dist/editor.js:13029
     39msgctxt "Word count type. Do not translate!"
     40msgid "words"
     41msgstr "words"
     42
     43#: wp-includes/script-loader.php:1351
     44msgctxt "Open Sans font: on or off"
     45msgid "on"
     46msgstr "on"
     47
     48#. translators: 'rtl' or 'ltr'. This sets the text direction for WordPress.
     49#: wp-includes/class-wp-locale.php:217 wp-includes/js/dist/i18n.js:1092
     50msgctxt "text direction"
     51msgid "ltr"
     52msgstr "rtl"
     53
     54#. translators: Closing curly single quote.
     55#: wp-includes/formatting.php:99
     56msgctxt "closing curly single quote"
     57msgid "’"
     58msgstr "’"
     59
     60#. translators: Opening curly single quote.
     61#: wp-includes/formatting.php:97
     62msgctxt "opening curly single quote"
     63msgid "‘"
     64msgstr "‘"
     65
     66#. translators: Closing curly double quote.
     67#: wp-includes/formatting.php:86
     68msgctxt "closing curly double quote"
     69msgid "”"
     70msgstr "”"
     71
     72#. translators: Opening curly double quote.
     73#: wp-includes/formatting.php:84 wp-includes/formatting.php:5447
     74msgctxt "opening curly double quote"
     75msgid "“"
     76msgstr "“"
     77
     78#. translators: $thousands_sep argument for https://www.php.net/number_format,
     79#. default is ','
     80#: wp-includes/class-wp-locale.php:200
     81msgid "number_format_thousands_sep"
     82msgstr ","
     83
     84#. translators: $dec_point argument for https://www.php.net/number_format,
     85#. default is '.'
     86#: wp-includes/class-wp-locale.php:208
     87msgid "number_format_decimal_point"
     88msgstr "٫"
     89
     90#. translators: %s: WP_ENVIRONMENT_TYPES
     91#: wp-includes/load.php:164
     92msgid "The %s constant is no longer supported."
     93msgstr "مقدار ثابت %s دیگر پشتیبانی نمی‌شود."
     94
     95#: wp-includes/block-patterns/text-three-columns-buttons.php:11
     96msgid "Chapter Three"
     97msgstr "فصل سوم"
     98
     99#: wp-includes/block-patterns/text-three-columns-buttons.php:11
     100msgid "Chapter Two"
     101msgstr "فصل دوم"
     102
     103#: wp-includes/block-patterns/text-three-columns-buttons.php:11
     104msgid "Chapter One"
     105msgstr "فصل اول"
     106
     107#: wp-includes/block-patterns/large-header-button.php:10
     108msgid "Read now"
     109msgstr "هم‌اکنون بخوانید"
     110
     111#: wp-includes/block-patterns/quote.php:10
     112msgid "Pencil drawing of Don Quixote"
     113msgstr "طراحی مدادی دون کیشوت"
     114
     115#. translators: %s: Theme name.
     116#: wp-includes/customize/class-wp-customize-theme-control.php:161
     117#: wp-admin/includes/theme.php:895 wp-admin/includes/update.php:753
     118#: wp-admin/themes.php:447 wp-admin/themes.php:790 wp-admin/themes.php:1053
     119msgid "There is a new version of %s available, but it doesn’t work with your version of PHP."
     120msgstr "نگارش جدیدی از %s در دسترس است، اما با نگارش PHP شما کار نمی‌کند."
     121
     122#. translators: %s: Theme name.
     123#: wp-includes/customize/class-wp-customize-theme-control.php:146
     124#: wp-admin/includes/theme.php:880 wp-admin/includes/update.php:740
     125#: wp-admin/themes.php:434 wp-admin/themes.php:775 wp-admin/themes.php:1038
     126msgid "There is a new version of %s available, but it doesn’t work with your version of WordPress."
     127msgstr "نگارش جدیدی از %s در دسترس است، اما با نگارش وردپرس شما کار نمی‌کند."
     128
     129#. translators: %s: Theme name.
     130#: wp-includes/customize/class-wp-customize-theme-control.php:116
     131#: wp-admin/includes/theme.php:850 wp-admin/includes/update.php:712
     132#: wp-admin/themes.php:406 wp-admin/themes.php:745 wp-admin/themes.php:1008
     133msgid "There is a new version of %s available, but it doesn’t work with your versions of WordPress and PHP."
     134msgstr "نگارش جدیدی از %s در دسترس است، اما با نگارش PHP و وردپرس شما کار نمی‌کند."
     135
     136#: wp-includes/block-patterns/text-three-columns-buttons.php:13
     137msgctxt "Block pattern description"
     138msgid "Three small columns of text, each with an outlined button with rounded corners at the bottom."
     139msgstr "سه ستون از نوشته، هرکدام با یک دکمه دورخط‌‌دار گوشه گرد در پایین."
     140
     141#: wp-includes/block-patterns/text-three-columns-buttons.php:11
     142msgid "Wherein is related the droll way in which Don Quixote had himself dubbed a knight."
     143msgstr "در باب آن‌که دن کیشوت به چه شیوهٔ شیرینی عنوان پهلوانی گرفت."
     144
     145#: wp-includes/block-patterns/text-three-columns-buttons.php:11
     146msgid "Which treats of the first sally the ingenious Don Quixote made from home."
     147msgstr "در باب نخستین خروج دن کیشوت فرزانه از ولایت خود."
     148
     149#: wp-includes/block-patterns/text-three-columns-buttons.php:11
     150msgid "Which treats of the character and pursuits of the famous Don Quixote of La Mancha."
     151msgstr "در باب خصال و افعال دن کیشوت نامدار مانش."
     152
     153#: wp-includes/block-patterns/quote.php:13
     154msgctxt "Block pattern description"
     155msgid "A quote and citation with an image above, and a separator at the bottom."
     156msgstr "یک نقل قول و استناد به همراه تصویر بالا، و یک جداکننده در پایین."
     157
     158#: wp-includes/block-patterns/quote.php:10
     159msgid "\"Do you see over yonder, friend Sancho, thirty or forty hulking giants? I intend to do battle with them and slay them.\""
     160msgstr "”تماشا کن سانکو، هم‌اینک در برابر ما سی دیو بی‌قواره قد علم کرده‌اند و من در نظر دارم با همهٔ ایشان نبرد کنم و هر چند تن که باشند همه را به درک بفرستم.“"
     161
     162#: wp-includes/block-patterns/three-buttons.php:13
     163msgctxt "Block pattern description"
     164msgid "Three filled buttons with rounded corners, side by side."
     165msgstr "سه دکمه پرشده با گوشه‌های گرد، کنار هم."
     166
     167#: wp-includes/block-patterns/three-buttons.php:10
     168msgid "Books"
     169msgstr "کتاب‌ها"
     170
     171#: wp-includes/block-patterns/heading-paragraph.php:13
     172msgctxt "Block pattern description"
     173msgid "A heading preceded by a chapter number, and followed by a paragraph."
     174msgstr "یک تیتر قبل از یک شماره قسمت، و بعد از آن یک پاراگراف."
     175
     176#: wp-includes/block-patterns/heading-paragraph.php:10
     177msgid "These preliminaries settled, he did not care to put off any longer the execution of his design, urged on to it by the thought of all the world was losing by his delay, seeing what wrongs he intended to right, grievances to redress, injustices to repair, abuses to remove, and duties to discharge."
     178msgstr "این مقدمات حل‌وفصل شدند، او اهمیتی نداد که دیگر اجرای طرح خود را کنار بگذارد، خواستار آن شد با این فکر که همه دنیا با تأخیر او از دست می دهند، ببیند چه اشتباهی را به حق خود انجام داده است، شکایات به جبران خسارت، بی عدالتی به ترمیم، سوءاستفاده به حذف، و وظایف به تخلیه."
     179
     180#: wp-includes/block-patterns/heading-paragraph.php:10
     181msgid "Which treats of the first sally the ingenious Don Quixote made from home"
     182msgstr "در باب نخستین خروج دن کیشوت فرزانه از ولایت خود"
     183
     184#: wp-includes/block-patterns/heading-paragraph.php:9
     185msgid "Heading and paragraph"
     186msgstr "تیتر و بند"
     187
     188#: wp-includes/block-patterns/text-two-columns-with-images.php:12
     189msgctxt "Block pattern description"
     190msgid "Two columns of text, each with an image on top."
     191msgstr "دو ستون از نوشته، هریک تصویری در بالایشان."
     192
     193#: wp-includes/block-patterns/text-two-columns-with-images.php:11
     194msgid "But of all there were none he liked so well as those of the famous Feliciano de Silva's composition, for their lucidity of style and complicated conceits were as pearls in his sight, particularly when in his reading he came upon courtships and cartels, where he often found passages like \"the reason of the unreason with which my reason is afflicted so weakens my reason that with reason I murmur at your beauty;\" or again, \"the high heavens render you deserving of the desert your greatness deserves.\""
     195msgstr "اما از همه کسانی‌که بودند هیچ‌کسی را او دوست نداشت به همین دلیل از ترکیب معروف فلیسیانو دی سیلوا، به دلیل روشن بودن سبک و ادراکات پیچیده به چشم او مرواریدهایی بودند، به ویژه زمانی در خواندن او، او با معاشقه آمد، هنگامیکه اون قطعه متنی مانند \"دلیل بی‌دلیلی که دلیل من به آن رنجیده شده است، دلیل من را تضعیف می‌کند که با دلیل به زیبایی شما زمزمه می‌کنم؛\" یافت یا دوباره، \"آسمانهای مرتفع شما را مستحق بیابانی که سزاوار شماست می‌دانند.\""
     196
     197#: wp-includes/block-patterns/text-two-columns-with-images.php:11
     198msgid "They must know, then, that the above-named gentleman whenever he was at leisure (which was mostly all the year round) gave himself up to reading books of chivalry with such ardour and avidity that he almost entirely neglected the pursuit of his field-sports, and even the management of his property; and to such a pitch did his eagerness and infatuation go that he sold many an acre of tillageland to buy books of chivalry to read, and brought home as many of them as he could get."
     199msgstr "شما باید بدانید، سپس، که آقای باشخصیت نامبرده شده هروقت اوقات فراغت داشت (که بیشتر در تمام طول سال بود) خود را به خواندن کتاب‌های جوانمردی واگذار کرد با چنان بوی و هوایی که تقریباً به طور کامل از پیگیری ورزش‌های میدانی خود غافل شد، و حتی مدیریت اموالش؛ و به چنین اوج علاقه و اشتیاق خود را پیش برد که بسیاری از زمین خاکی را برای خرید کتاب جوانمردی فروخت تا بخواند، و تعداد زیادی از آنها را تا جاییکه می‌توانست به خانه آورد."
     200
     201#: wp-includes/block-patterns/text-two-columns.php:12
     202msgctxt "Block pattern description"
     203msgid "Two columns of text preceded by a long heading."
     204msgstr "دو ستون از نوشته که سربرگی طولانی پیش از آنها قرار دارد."
     205
     206#: wp-includes/block-patterns/text-two-columns.php:11
     207msgid "The rest of it went in a doublet of fine cloth and velvet breeches and shoes to match for holidays, while on week-days he made a brave figure in his best homespun. He had in his house a housekeeper past forty, a niece under twenty, and a lad for the field and market-place, who used to saddle the hack as well as handle the bill-hook. The age of this gentleman of ours was bordering on fifty; he was of a hardy habit, spare, gaunt-featured, a very early riser and a great sportsman."
     208msgstr "بقیه آن با یک پارچه ریز و پارچه‌های مخمل و کفش‌های مخملی رفتند تا برای تعطیلات مطابقت داشته باشند، درحالی‌که در روزهای هفته او در بهترین حیاط خانه خود چهره ای شجاع ساخته بود. او چهل سال گذشته در خانه خود یک خدمتکار، یک خواهرزاده زیر بیست، و یک پسر بچه برای میدان و بازار، که قبلتر زین می‌کرد و از قلاب نگهداری می‌کرد داشت. سن این آقاى ما حدود پنجاه بود؛ او از یک عادت سخت، بخشش، لاغری، سحرخیز و یک ورزشکار عالی بود."
     209
     210#: wp-includes/block-patterns/text-two-columns.php:11
     211msgid "In a village of La Mancha, the name of which I have no desire to call to mind, there lived not long since one of those gentlemen that keep a lance in the lance-rack, an old buckler, a lean hack, and a greyhound for coursing. An olla of rather more beef than mutton, a salad on most nights, scraps on Saturdays, lentils on Fridays, and a pigeon or so extra on Sundays, made away with three-quarters of his income."
     212msgstr "در یکی از دهکده‌های منطقه لامانچا، که نیازی به آوردن نام آن نیست، نجیب‌زاده‌ای میانسال با نیزه و سپری کهنه که در اسلحه خانه داشت، یابویی نحیف، و سگی شکاری، زندگی می کرد. سه چهارم آنچه درآمد داشت، صرف خوردن سوپ گوشت گوسفند که بسیار ارزانتر از گوشت گاو بود، به عنوان شام می شد و سایر مواد غذایی در روزهای مختلف، از جمله سالاد سرکه، تخم مرغ نیمرو شده با چربی خوک، عدس پخته، غذای او را تشکیل می‌داد. روزهای یکشنبه نیز علاوه بر غذای معمولی، جوجه کبوتری را تناول می‌کرد. یک‌چهارم باقیمانده از درآمد او، خرج سایر هزینه‌های زندگی و لباس هایش می‌شد."
     213
     214#: wp-includes/block-patterns/text-two-columns.php:11
     215msgid "Which treats of the character and pursuits of the famous gentleman Don Quixote of La Mancha"
     216msgstr "در باب خصال و افعال نجیب‌زادهٔ نامدار دن کیشوت مانش."
     217
     218#: wp-includes/block-patterns/large-header.php:13
     219msgctxt "Block pattern description"
     220msgid "A large hero section with an example background image and a heading in the center."
     221msgstr "یک بخش بالایی بزرگ با یک عکس پس‌زمینه نمونه و تیتر در وسط."
     222
     223#: wp-includes/block-patterns/large-header.php:10
     224msgid "Don Quixote"
     225msgstr "دون کیشوت"
     226
     227#: wp-includes/block-patterns/large-header.php:9
     228msgid "Large header with a heading"
     229msgstr "سربرگ بزرگ به همراه تیتر"
     230
     231#: wp-includes/block-patterns/two-buttons.php:13
     232msgctxt "Block pattern description"
     233msgid "Two buttons, one filled and one outlined, side by side."
     234msgstr "دو دکمه، یکی پر و دیگری توخالی، کنار هم."
     235
     236#: wp-includes/block-patterns/two-buttons.php:10
     237#: wp-includes/block-patterns/three-buttons.php:10
     238msgid "About Cervantes"
     239msgstr "در خصوص سروانتس"
     240
     241#: wp-includes/block-patterns/two-buttons.php:10
     242msgid "Download now"
     243msgstr "هم‌اکنون دریافت کنید"
     244
     245#: wp-includes/block-patterns/two-images.php:12
     246msgid "An old pencil drawing of Don Quixote and Sancho Panza sitting on their horses, by Wilhelm Marstrand."
     247msgstr "یک نقاشی مداد قدیمی از دون کیشوت و سانچو پانزا که بر روی اسب‌هایشان نشسته‌اند، توسط ویلهلم مارشترند."
     248
     249#: wp-includes/block-patterns/two-images.php:11
     250msgctxt "Block pattern description"
     251msgid "An image gallery with two example images."
     252msgstr "یک گالری تصویر با دو تصویر نمونه."
     253
     254#: wp-includes/block-patterns/large-header-button.php:13
     255msgctxt "Block pattern description"
     256msgid "A large hero section with a bright gradient background, a big heading and a filled button."
     257msgstr "یک بخش بالایی بزرگ با یک پس‌زمینه گرادیانت روشن، یک تیتر بزرگ و دکمه پرشده."
     258
     259#: wp-includes/block-patterns/large-header-button.php:10
     260msgid "nothing yet"
     261msgstr "هنوز هیچی"
     262
     263#: wp-includes/block-patterns/large-header-button.php:10
     264msgid "Thou hast seen"
     265msgstr "دیده‌ای"
     266
     267#: wp-includes/block-patterns/large-header-button.php:9
     268msgid "Large header with a heading and a button "
     269msgstr "سربرگ بزرگ همراه با تیتر و یک دکمه"
     270
     271#: wp-includes/customize/class-wp-customize-theme-control.php:220
     272#: wp-admin/includes/theme.php:966 wp-admin/themes.php:501
     273#: wp-admin/themes.php:848 wp-admin/themes.php:980
     274#: wp-admin/theme-install.php:320 wp-admin/theme-install.php:506
     275msgid "This theme doesn’t work with your version of PHP."
     276msgstr "این پوسته با نگارش PHP شما کار نمی‌کند."
     277
     278#: wp-includes/customize/class-wp-customize-theme-control.php:209
     279#: wp-admin/includes/theme.php:955 wp-admin/themes.php:492
     280#: wp-admin/themes.php:837 wp-admin/themes.php:969
     281#: wp-admin/theme-install.php:309 wp-admin/theme-install.php:495
     282msgid "This theme doesn’t work with your version of WordPress."
     283msgstr "این پوسته با نگارش وردپرس شما کار نمی‌کند."
     284
     285#. translators: %s: URL to Update PHP page.
     286#: wp-includes/customize/class-wp-customize-theme-control.php:136
     287#: wp-includes/customize/class-wp-customize-theme-control.php:167
     288#: wp-includes/customize/class-wp-customize-theme-control.php:201
     289#: wp-includes/customize/class-wp-customize-theme-control.php:224
     290#: wp-admin/includes/theme.php:870 wp-admin/includes/theme.php:901
     291#: wp-admin/includes/theme.php:947 wp-admin/includes/theme.php:970
     292#: wp-admin/includes/update.php:732 wp-admin/includes/update.php:759
     293#: wp-admin/includes/class-wp-plugin-install-list-table.php:668
     294#: wp-admin/includes/class-wp-plugin-install-list-table.php:687
     295#: wp-admin/includes/update-core.php:968 wp-admin/includes/plugin.php:1155
     296#: wp-admin/install.php:244 wp-admin/update-core.php:86
     297#: wp-admin/update-core.php:380 wp-admin/update-core.php:536
     298#: wp-admin/update-core.php:560 wp-admin/themes.php:426 wp-admin/themes.php:453
     299#: wp-admin/themes.php:486 wp-admin/themes.php:505 wp-admin/themes.php:765
     300#: wp-admin/themes.php:796 wp-admin/themes.php:829 wp-admin/themes.php:852
     301#: wp-admin/themes.php:961 wp-admin/themes.php:984 wp-admin/themes.php:1028
     302#: wp-admin/themes.php:1059 wp-admin/upgrade.php:86
     303#: wp-admin/theme-install.php:301 wp-admin/theme-install.php:324
     304#: wp-admin/theme-install.php:487 wp-admin/theme-install.php:510
     305msgid "<a href=\"%s\">Learn more about updating PHP</a>."
     306msgstr "<a href=\"%s\">درباره به‌روزرسانی وردپرس بیشتر بدانید</a>."
     307
     308#. translators: %s: URL to WordPress Updates screen.
     309#: wp-includes/customize/class-wp-customize-theme-control.php:130
     310#: wp-includes/customize/class-wp-customize-theme-control.php:152
     311#: wp-includes/customize/class-wp-customize-theme-control.php:195
     312#: wp-includes/customize/class-wp-customize-theme-control.php:213
     313#: wp-admin/includes/theme.php:864 wp-admin/includes/theme.php:886
     314#: wp-admin/includes/theme.php:941 wp-admin/includes/theme.php:959
     315#: wp-admin/includes/update.php:726 wp-admin/includes/update.php:746
     316#: wp-admin/includes/class-wp-plugin-install-list-table.php:662
     317#: wp-admin/includes/class-wp-plugin-install-list-table.php:678
     318#: wp-admin/update-core.php:530 wp-admin/update-core.php:551
     319#: wp-admin/themes.php:420 wp-admin/themes.php:440 wp-admin/themes.php:480
     320#: wp-admin/themes.php:496 wp-admin/themes.php:759 wp-admin/themes.php:781
     321#: wp-admin/themes.php:823 wp-admin/themes.php:841 wp-admin/themes.php:955
     322#: wp-admin/themes.php:973 wp-admin/themes.php:1022 wp-admin/themes.php:1044
     323#: wp-admin/theme-install.php:295 wp-admin/theme-install.php:313
     324#: wp-admin/theme-install.php:481 wp-admin/theme-install.php:499
     325msgid "<a href=\"%s\">Please update WordPress</a>."
     326msgstr "<a href=\"%s\">لطفاً وردپرس را بروز نمایید</a>."
     327
     328#. translators: 1: URL to WordPress Updates screen, 2: URL to Update PHP page.
     329#: wp-includes/customize/class-wp-customize-theme-control.php:122
     330#: wp-includes/customize/class-wp-customize-theme-control.php:187
     331#: wp-admin/includes/theme.php:856 wp-admin/includes/theme.php:933
     332#: wp-admin/includes/update.php:718
     333#: wp-admin/includes/class-wp-plugin-install-list-table.php:654
     334#: wp-admin/update-core.php:517 wp-admin/themes.php:412 wp-admin/themes.php:472
     335#: wp-admin/themes.php:751 wp-admin/themes.php:815 wp-admin/themes.php:947
     336#: wp-admin/themes.php:1014 wp-admin/theme-install.php:287
     337#: wp-admin/theme-install.php:473
     338msgid "<a href=\"%1$s\">Please update WordPress</a>, and then <a href=\"%2$s\">learn more about updating PHP</a>."
     339msgstr "<a href=\"%1$s\">لطفا وردپرس را به‌روزرسانی نمایید</a>، و سپس <a href=\"%2$s\">درباره به‌روزرسانی PHP بیشتر بیاموزید</a>."
     340
     341#: wp-includes/customize/class-wp-customize-theme-control.php:183
     342#: wp-admin/includes/theme.php:929 wp-admin/themes.php:468
     343#: wp-admin/themes.php:811 wp-admin/themes.php:943
     344#: wp-admin/theme-install.php:283 wp-admin/theme-install.php:469
     345msgid "This theme doesn&#8217;t work with your versions of WordPress and PHP."
     346msgstr "این پوسته با نگارش PHP و وردپرس شما کار نمی‌کند."
     347
     348#. translators: %s: register_rest_field
     349#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2432
     350msgid "Please use %s to add new schema properties."
     351msgstr "لطفاً برای افزودن ویژگی طرحوارهٔ تازه از %s استفاده نمایید."
     352
     353#. translators: %s: prepare_callback
     354#: wp-includes/theme.php:3129
     355msgid "The \"%s\" must be a callable function."
     356msgstr "\"%s\" باید یک تابع فراخوان باشد."
     357
     358#. translators: %s: customize_messenger_channel
     359#: wp-includes/class-wp-customize-manager.php:1914
     360msgid "Unauthorized. You may remove the %s param to preview as frontend."
     361msgstr "غیرمجاز. می‌توانید پارامتر %s را برای پیش‌نمایش به عنوان صفحهٔ اصلی حذف نمایید."
     362
     363#. translators: 1: Deprecated option key, 2: New option key.
     364#: wp-includes/option.php:53 wp-includes/option.php:354
     365#: wp-includes/option.php:541
     366msgid "The \"%1$s\" option key has been renamed to \"%2$s\"."
     367msgstr "کلید گزینه \"%1$s\"  به \"%2$s\" تغییر نام یافت."
     368
     369#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:670
     370msgid "Sorry, you are not allowed to manage network plugins."
     371msgstr "با عرض پوزش، شما اجازهٔ مدیریت افزونه‌های شبکه را ندارید."
     372
     373#. translators: 1. The REST API route being registered. 2. The argument name.
     374#. 3. The suggested function name.
     375#: wp-includes/rest-api.php:98
     376msgid "The REST API route definition for %1$s is missing the required %2$s argument. For REST API routes that are intended to be public, use %3$s as the permission callback."
     377msgstr "تعریف مسیر REST API برای %1$s فاقد آرگومان ضروری %2$s است. برای مسیر REST API که برای عمومی بودن در نظر گرفته شده‌اند، از %3$s به عنوان فراخوان دسترسی استفاده کنید."
     378
     379#: wp-includes/post.php:3991
     380msgid "Could not update attachment in the database."
     381msgstr "عدم توانایی در به‌روزرسانی پیوست در پایگاه داده."
     382
     383#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:678
     384#: wp-admin/plugins.php:48 wp-admin/plugins.php:175
     385msgid "Sorry, you are not allowed to activate this plugin."
     386msgstr "با عرض پوزش، شما مجاز به فعال‌سازی این افزونه نمی‌باشید."
     387
     388#. translators: %s: the author.
     389#. translators: byline. %s: current author.
     390#: wp-includes/blocks/rss.php:60 wp-includes/blocks/latest-posts.php:105
     391#: wp-includes/js/dist/block-library.js:17390
     392msgid "by %s"
     393msgstr "توسط %s"
     394
     395#: wp-includes/js/dist/core-data.js:2103
     396#: wp-admin/includes/ajax-actions.php:1507
     397msgid "Menu Item"
     398msgstr "مورد فهرست"
     399
     400#: wp-includes/js/dist/core-data.js:2091 wp-admin/includes/template.php:459
     401#: wp-admin/edit-form-comment.php:72
     402msgid "Comment"
     403msgstr "دیدگاه"
     404
     405#: wp-includes/js/dist/block-library.js:5285
     406#: wp-admin/includes/image-edit.php:54
     407msgid "Crop"
     408msgstr "برش"
     409
     410#: wp-includes/class-wp-oembed-controller.php:213
     411msgid "Embed Handler"
     412msgstr "جاسازی نگهدارنده"
     413
     414#. translators: %s: Documentation URL.
     415#: wp-includes/ms-load.php:497
     416msgid "Read the <a href=\"%s\" target=\"_blank\">Debugging a WordPress Network</a> article. Some of the suggestions there may help you figure out what went wrong."
     417msgstr "مقاله <a href=\"%s\" target=\"_blank\">اشکال‌زدایی یک شبکه وردپرس</a> را بخوانید. برخی از پیشنهادها ممکن است برای اینکه متوجه شود چه چیزی اشتباه است کمک کنند."
     418
     419#. translators: 1: Block pattern name.
     420#: wp-includes/class-wp-block-pattern-categories-registry.php:62
     421msgid "Block pattern category \"%1$s\" not found."
     422msgstr "دسته الگو بلوک \"%1$s\" پیدا نشد."
     423
     424#: wp-includes/class-wp-block-pattern-categories-registry.php:39
     425msgid "Block pattern category name must be a string."
     426msgstr "نام دسته الگو بلوک باید یک رشته باشد."
     427
     428#: wp-includes/block-patterns.php:46
     429msgctxt "Block pattern category"
     430msgid "Text"
     431msgstr "متن"
     432
     433#: wp-includes/block-patterns.php:45
     434msgctxt "Block pattern category"
     435msgid "Headers"
     436msgstr "سربرگ‌ها"
     437
     438#: wp-includes/block-patterns.php:44
     439msgctxt "Block pattern category"
     440msgid "Gallery"
     441msgstr "گالری"
     442
     443#: wp-includes/block-patterns.php:43
     444msgctxt "Block pattern category"
     445msgid "Columns"
     446msgstr "ستون‌ها"
     447
     448#: wp-includes/block-patterns.php:42
     449msgctxt "Block pattern category"
     450msgid "Buttons"
     451msgstr "دکمه‌ها"
     452
     453#. translators: 1: WP_REST_Response, 2: WP_Error
     454#: wp-includes/functions.php:4069
     455msgid "Return a %1$s or %2$s object from your callback when using the REST API."
     456msgstr "شی %1$s یا %2$s را از تابع بازگشتی در هنگام استفاده از  REST API بازگشت می‌دهد."
     457
     458#. translators: Unit symbol for byte.
     459#: wp-includes/functions.php:461 wp-includes/functions.php:466
     460msgctxt "unit symbol"
     461msgid "B"
     462msgstr "بایت"
     463
     464#. translators: Unit symbol for kilobyte.
     465#: wp-includes/functions.php:459
     466msgctxt "unit symbol"
     467msgid "KB"
     468msgstr "کیلوبایت"
     469
     470#. translators: Unit symbol for megabyte.
     471#: wp-includes/functions.php:457
     472msgctxt "unit symbol"
     473msgid "MB"
     474msgstr "مگابایت"
     475
     476#. translators: Unit symbol for gigabyte.
     477#: wp-includes/functions.php:455
     478msgctxt "unit symbol"
     479msgid "GB"
     480msgstr "گیگابایت"
     481
     482#. translators: Unit symbol for terabyte.
     483#: wp-includes/functions.php:453
     484msgctxt "unit symbol"
     485msgid "TB"
     486msgstr "ترابایت"
     487
     488#: wp-includes/general-template.php:4445
     489msgctxt "admin color scheme"
     490msgid "Modern"
     491msgstr "مدرن"
     492
     493#. translators: 1: Title prefix. 2: Title.
     494#: wp-includes/general-template.php:1725
     495msgctxt "archive title"
     496msgid "%1$s %2$s"
     497msgstr "%1$s %2$s"
     498
     499#. translators: %s: Taxonomy singular name.
     500#: wp-includes/general-template.php:1706
     501msgctxt "taxonomy term archive title prefix"
     502msgid "%s:"
     503msgstr "%s:"
     504
     505#: wp-includes/general-template.php:1698
     506msgctxt "post type archive title prefix"
     507msgid "Archives:"
     508msgstr "بایگانی‌ها:"
     509
     510#: wp-includes/general-template.php:1675
     511msgctxt "date archive title prefix"
     512msgid "Day:"
     513msgstr "روز:"
     514
     515#: wp-includes/general-template.php:1672
     516msgctxt "date archive title prefix"
     517msgid "Month:"
     518msgstr "ماه:"
     519
     520#: wp-includes/general-template.php:1669
     521msgctxt "date archive title prefix"
     522msgid "Year:"
     523msgstr "سال:"
     524
     525#: wp-includes/general-template.php:1666
     526msgctxt "author archive title prefix"
     527msgid "Author:"
     528msgstr "نویسنده:"
     529
     530#: wp-includes/general-template.php:1663
     531msgctxt "tag archive title prefix"
     532msgid "Tag:"
     533msgstr "برچسب: "
     534
     535#: wp-includes/general-template.php:1660
     536msgctxt "category archive title prefix"
     537msgid "Category:"
     538msgstr "دسته:"
     539
     540#. translators: %1: field name. %2: block name
     541#: wp-includes/blocks.php:115
     542msgid "The asset file for the \"%1$s\" defined in \"%2$s\" block definition is missing."
     543msgstr "تعریف پرونده برای \"%1$s\" تعریف شده در بلوک \"%2$s\" وجود ندارد."
     544
     545#: wp-includes/ms-deprecated.php:413
     546msgid "<strong>Error</strong>: There was a problem creating site entry."
     547msgstr "<strong>خطا</strong>: مشکلی در ساختن نوشته وجود دارد."
     548
     549#: wp-includes/ms-deprecated.php:404
     550msgid "<strong>Error</strong>: Site URL you&#8217;ve entered is already taken."
     551msgstr "<strong>خطا</strong>: نشانی URL سایتی که وارد کردید پیش از این گرفته شده است."
     552
     553#. translators: 1: Pattern name.
     554#: wp-includes/class-wp-block-patterns-registry.php:75
     555msgid "Pattern \"%1$s\" not found."
     556msgstr "الگوی \"%1$s\" یافت نشد."
     557
     558#: wp-includes/class-wp-block-patterns-registry.php:52
     559msgid "Pattern content must be a string."
     560msgstr "محتوا الگو باید یک رشته باشد."
     561
     562#: wp-includes/class-wp-block-patterns-registry.php:47
     563msgid "Pattern title must be a string."
     564msgstr "عنوان الگو باید یک رشته باشد."
     565
     566#: wp-includes/class-wp-block-patterns-registry.php:42
     567msgid "Pattern name must be a string."
     568msgstr "نام الگو باید یک رشته باشد."
     569
     570#: wp-includes/media.php:4241
     571msgid "Attachment details"
     572msgstr "جزئیات پیوست"
     573
     574#: wp-includes/media.php:4187 wp-includes/media.php:4209
     575msgid "Add media"
     576msgstr "افزودن رسانه"
     577
     578#: wp-includes/post.php:4014
     579msgid "Could not insert attachment into the database."
     580msgstr "پیوست‌ها نمی‌توانند در پایگاه‌داده درج شوند."
     581
     582#: wp-includes/comment.php:2525
     583msgid "Could not update comment in the database."
     584msgstr "دیدگاه در پایگاه‌داده نمی‌تواند به‌روزرسانی شود."
     585
     586#: wp-includes/media-template.php:503 wp-includes/media-template.php:694
     587#: wp-admin/includes/media.php:3269
     588msgid "File URL:"
     589msgstr "نشانی پرونده:"
     590
     591#. translators: %s is the name of a JSON field expecting a valid uuid.
     592#: wp-includes/rest-api.php:1769
     593msgid "%s is not a valid UUID."
     594msgstr "%s یک UUID معتبر نیست."
     595
     596#: wp-includes/rest-api.php:1745
     597msgid "Invalid hex color."
     598msgstr "رنگ hex نامعتبر است."
     599
     600#. translators: 1: Parameter, 2: Pattern.
     601#: wp-includes/rest-api.php:1732
     602msgid "%1$s does not match pattern %2$s."
     603msgstr "%1$s با الگوی %2$s مطابقت ندارد."
     604
     605#. translators: 1: Parameter, 2: Number of characters.
     606#: wp-includes/rest-api.php:1721
     607msgid "%1$s must be at most %2$s character long."
     608msgid_plural "%1$s must be at most %2$s characters long."
     609msgstr[0] "%1$s باید حداکثر %2$s کاراکتر طول داشته باشد."
     610
     611#. translators: 1: Parameter, 2: Number of characters.
     612#: wp-includes/rest-api.php:1709
     613msgid "%1$s must be at least %2$s character long."
     614msgid_plural "%1$s must be at least %2$s characters long."
     615msgstr[0] "%1$s باید حداقل %2$s کاراکتر طول داشته باشد."
     616
     617#. translators: 1: Property of an object, 2: Parameter.
     618#: wp-includes/rest-api.php:1633 wp-includes/rest-api.php:1640
     619msgid "%1$s is a required property of %2$s."
     620msgstr "%1$s یکی از ویژگی‌های لازم %2$s است."
     621
     622#. translators: 1: Parameter
     623#: wp-includes/rest-api.php:1617 wp-includes/rest-api.php:1869
     624msgid "%1$s has duplicate items."
     625msgstr "%1$s مورد تکراری دارد."
     626
     627#. translators: 1: Parameter, 2: Number.
     628#: wp-includes/rest-api.php:1612
     629msgid "%1$s must contain at most %2$s items."
     630msgstr "%1$s باید حاوی حداکثر %2$s مورد باشد."
     631
     632#. translators: 1: Parameter, 2: Number.
     633#: wp-includes/rest-api.php:1607
     634msgid "%1$s must contain at least %2$s items."
     635msgstr "%1$s باید حاوی حداقل %2$s مورد باشد."
     636
     637#. translators: 1. Parameter 2. The list of allowed types.
     638#. translators: 1. Parameter. 2. The list of allowed types.
     639#: wp-includes/rest-api.php:1583 wp-includes/rest-api.php:1853
     640msgid "The \"type\" schema keyword for %1$s can only be one of the built-in types: %2$l."
     641msgstr "کلیدواژه الگوی \"نوع\" برای %1$s فقط یکی از انواع داخلی می‌تواند باشد: %2$."
     642
     643#. translators: 1. Parameter
     644#: wp-includes/rest-api.php:1565 wp-includes/rest-api.php:1836
     645msgid "The \"type\" schema keyword for %s is required."
     646msgstr "کلیدواژه الگو \"نوع\" برای %s لازم است."
     647
     648#: wp-includes/rest-api.php:1528
     649msgid "Cannot stabilize objects. Convert the object to an array first."
     650msgstr "تثبیت اشیاء امکان پذیر نیست. ابتدا شیء را به آرایه تبدیل کنید."
     651
     652#. translators: 1. Parameter. 2. List of allowed types.
     653#: wp-includes/rest-api.php:1466
     654msgid "The \"type\" schema keyword for %1$s can only contain the built-in types: %2$l."
     655msgstr "کلیدواژه الگوی \"نوع\" برای %1$s فقط می‌تواند حاوی انواع داخلی باشد: %2$."
     656
     657#. translators: Developer debugging message. 1: PHP function name, 2:
     658#. Explanatory message.
     659#. translators: 1: Theme name. 2: Theme slug.
     660#: wp-includes/rest-api.php:637 wp-admin/includes/class-wp-debug-data.php:1055
     661#: wp-admin/includes/class-wp-debug-data.php:1074
     662#: wp-admin/includes/class-wp-debug-data.php:1171
     663#: wp-admin/includes/class-wp-debug-data.php:1336
     664msgid "%1$s (%2$s)"
     665msgstr "%1$s (%2$s)"
     666
     667#. translators: %s: Name of the script or stylesheet.
     668#: wp-includes/functions.wp-scripts.php:59
     669msgid "This notice was triggered by the %s handle."
     670msgstr "این اخطار توسط %s ایجاد شده است."
     671
     672#: wp-includes/comment.php:1344 wp-admin/options.php:215
     673msgid "Please consider writing more inclusive code."
     674msgstr "لطفاً نوشتن کد را به صورت جامع‌تر در نظر بگیرید."
     675
     676#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1317
     677msgid "URL to the edited image file."
     678msgstr "نشانی اینترنتی برای پروندهٔ تصویر ویرایش شده."
     679
     680#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1311
     681msgid "As a percentage of the image, the height to crop the image to."
     682msgstr "به عنوان درصدی از تصویر، ارتفاع برش تصویر به."
     683
     684#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1305
     685msgid "As a percentage of the image, the width to crop the image to."
     686msgstr "به عنوان درصدی از تصویر، عرض برش تصویر به."
     687
     688#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1299
     689msgid "As a percentage of the image, the y position to start the crop from."
     690msgstr "به عنوان درصدی از تصویر، موقعیت y برای آغاز برش از."
     691
     692#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1293
     693msgid "As a percentage of the image, the x position to start the crop from."
     694msgstr "به عنوان درصدی از تصویر، موقعیت x برای آغاز برش از."
     695
     696#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1285
     697msgid "The amount to rotate the image clockwise in degrees."
     698msgstr "میزان چرخش تصویر در جهت عقربه‌های ساعت به درجه."
     699
     700#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:512
     701msgid "Unable to crop this image."
     702msgstr "این تصویر را نمی‌توان برش زد."
     703
     704#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:493
     705msgid "Unable to rotate this image."
     706msgstr "این تصویر را نمی‌توان چرخاند."
     707
     708#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:482
     709msgid "Unable to edit this image."
     710msgstr "این تصویر را نمی‌توان ویرایش نمود."
     711
     712#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:462
     713msgid "The image was not edited. Edit the image before applying the changes."
     714msgstr "تصویر ویرایش نشده است. پیش از انجام تغییرات، تصویر را ویرایش نمایید."
     715
     716#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:441
     717msgid "This type of file cannot be edited."
     718msgstr "این نوع پرونده قابل ویرایش نیست."
     719
     720#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:431
     721msgid "Unable to get meta information for file."
     722msgstr "دسترسی به اطلاعات متا برای پرونده امکان‌پذیر نیست."
     723
     724#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:307
     725msgid "Limit result set to blocks matching the search term."
     726msgstr "نتیجه را محدود نمایید تا بلوک‌های سازگار با واژهٔ جستجو تنظیم شود."
     727
     728#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:278
     729#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:284
     730msgid "The date when the block was last updated, in fuzzy human readable format."
     731msgstr "تاریخی که بلوک آخرین بار به‌روزرسانی شد، در ساختار درهم قابل خواندن برای انسان."
     732
     733#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:272
     734msgid "The block icon."
     735msgstr "آیکون بلوک."
     736
     737#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:267
     738msgid "The WordPress.org username of the block author."
     739msgstr "نام کاربری نویسندهٔ بلوک در وردپرس."
     740
     741#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:262
     742msgid "The number of blocks published by the same author."
     743msgstr "تعداد بلوک‌های منتشر شده توسط همان نویسنده."
     744
     745#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:257
     746msgid "The average rating of blocks published by the same author."
     747msgstr "امتیاز متوسط بلوک‌های منتشر شده توسط همان نویسنده."
     748
     749#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:252
     750msgid "The number sites that have activated this block."
     751msgstr "تعداد سایت‌هایی که این بلوک را فعال نموده‌اند."
     752
     753#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:247
     754msgid "The number of ratings."
     755msgstr "تعداد امتیازها."
     756
     757#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:242
     758msgid "The star rating of the block."
     759msgstr "امتیاز ستاره از بلوک."
     760
     761#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:237
     762msgid "The block slug."
     763msgstr "نامک بلوک."
     764
     765#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:232
     766msgid "A short description of the block, in human readable format."
     767msgstr "یک توضیح کوتاه دربارهٔ بلوک، با ساختار قابل خواندن انسانی."
     768
     769#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:227
     770msgid "The block title, in human readable format."
     771msgstr "عنوان بلوک، در یک ساختار قابل خواندن انسانی."
     772
     773#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:222
     774msgid "The block name, in namespace/block-name format."
     775msgstr "نام بلوک، در ساختار نام-بلوک/فضای نام."
     776
     777#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:59
     778msgid "Sorry, you are not allowed to browse the block directory."
     779msgstr "با عرض پوزش، شما اجازهٔ مرور پوشهٔ بلوک را ندارید."
     780
     781#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1249
     782msgid "This username is invalid because it uses illegal characters. Please enter a valid username."
     783msgstr "این نام کاربری نامعتبر است زیرا نویسه‌های غیر مجاز در آن به کار رفته است. لطفاً یک نام کاربری معتبر وارد نمایید."
     784
     785#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:963
     786msgid "Limits results to plugins with the given status."
     787msgstr "نتایج افزونه‌ها را با تعیین وضعیت محدود نمایید."
     788
     789#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:939
     790msgid "The plugin's text domain."
     791msgstr "دامنه متنی افزونه‌ها."
     792
     793#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:933
     794msgid "Minimum required version of PHP."
     795msgstr "حداقل نگارش PHP لازم."
     796
     797#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:927
     798msgid "Minimum required version of WordPress."
     799msgstr "حداقل نگارش لازم برای وردپرس."
     800
     801#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:921
     802msgid "Whether the plugin can only be activated network-wide."
     803msgstr "اینکه آیا افزونه می‌تواند فقط در سراسر شبکه فعال شود."
     804
     805#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:915
     806msgid "The plugin version number."
     807msgstr "شمارهٔ نگارش افزونه."
     808
     809#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:909
     810msgid "The plugin description formatted for display."
     811msgstr "ساختار توضیح افزونه برای نمایش دادن."
     812
     813#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:905
     814msgid "The raw plugin description."
     815msgstr "توضیح افزونهٔ خام."
     816
     817#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:899
     818msgid "The plugin description."
     819msgstr "توضیح افزونه."
     820
     821#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:892
     822msgid "Plugin author's website address."
     823msgstr "نشانی وب سایت نویسندهٔ افزونه."
     824
     825#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:886
     826msgid "The plugin author."
     827msgstr "نویسندهٔ افزونه."
     828
     829#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:879
     830msgid "The plugin's website address."
     831msgstr "نشانی وب سایت افزونه."
     832
     833#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:873
     834msgid "The plugin name."
     835msgstr "نام افزونه."
     836
     837#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:860
     838msgid "The plugin file."
     839msgstr "پروندهٔ افزونه."
     840
     841#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:839
     842msgid "The filesystem is currently unavailable for managing plugins."
     843msgstr "سیستم پرونده در حال حاضر برای مدیریت افزونه‌ها در دسترس نیست."
     844
     845#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:720
     846msgid "Network only plugin must be network activated."
     847msgstr "فقط افزونهٔ شبکه باید فعال‌سازی شود."
     848
     849#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:686
     850#: wp-admin/plugins.php:198
     851msgid "Sorry, you are not allowed to deactivate this plugin."
     852msgstr "با عرض پوزش، شما اجازهٔ غیر فعال نمودن این افزونه را ندارید."
     853
     854#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:523
     855msgid "Cannot delete an active plugin. Please deactivate it first."
     856msgstr "نمی‌توانید افزونهٔ فعال را حذف نمایید. لطفاً نخست افزونه را غیر فعال نمایید."
     857
     858#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:488
     859#: wp-admin/includes/ajax-actions.php:4539 wp-admin/plugins.php:268
     860msgid "Sorry, you are not allowed to delete plugins for this site."
     861msgstr "با عرض پوزش، شما اجازهٔ حذف افزونه‌های این سایت را ندارید."
     862
     863#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:342
     864msgid "Unable to determine what plugin was installed."
     865msgstr "نمی‌توان مشخص نمود که چه افزونه‌ای نصب شده است."
     866
     867#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:336
     868#: wp-admin/includes/ajax-actions.php:4073
     869#: wp-admin/includes/ajax-actions.php:4203
     870#: wp-admin/includes/ajax-actions.php:4267
     871#: wp-admin/includes/ajax-actions.php:4367
     872#: wp-admin/includes/ajax-actions.php:4494
     873#: wp-admin/includes/ajax-actions.php:4563
     874msgid "Unable to connect to the filesystem. Please confirm your credentials."
     875msgstr "اتصال به سیستم پرونده امکان‌پذیر نیست. لطفاً مدارک خود را تأیید نمایید."
     876
     877#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:251
     878msgid "Sorry, you are not allowed to activate plugins."
     879msgstr "با عرض پوزش، شما اجازهٔ فعال‌سازی افزونه‌ها را ندارید."
     880
     881#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:243
     882#: wp-admin/includes/ajax-actions.php:4320 wp-admin/update.php:106
     883#: wp-admin/update.php:149 wp-admin/update.php:181
     884#: wp-admin/plugin-install.php:19
     885msgid "Sorry, you are not allowed to install plugins on this site."
     886msgstr "با عرض پوزش، شما اجازهٔ نصب افزونه در این سایت را ندارید."
     887
     888#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:213
     889#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:626
     890msgid "Plugin not found."
     891msgstr "افزونه پیدا نشد."
     892
     893#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:116
     894#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:166
     895#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:410
     896#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:480
     897#: wp-admin/includes/ajax-actions.php:4615
     898#: wp-admin/includes/ajax-actions.php:4667 wp-admin/plugins.php:13
     899msgid "Sorry, you are not allowed to manage plugins for this site."
     900msgstr "با عرض پوزش، شما اجازهٔ مدیریت افزونه‌های این سایت را ندارید."
     901
     902#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:59
     903#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:867
     904msgid "The plugin activation status."
     905msgstr "وضعیت فعال‌سازی افزونه."
     906
     907#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:55
     908msgid "WordPress.org plugin directory slug."
     909msgstr "نامک پوشهٔ افزونه WordPress.org."
     910
     911#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:398
     912msgid "The theme's current version."
     913msgstr "نگارش کنونی افزونه."
     914
     915#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:391
     916msgid "The URI of the theme's webpage, transformed for display."
     917msgstr "نشانی اینترنتی برگهٔ پوسته، تبدیل شده برای نمایش."
     918
     919#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:386
     920msgid "The URI of the theme's webpage, as found in the theme header."
     921msgstr "نشانی اینترنتی برگهٔ پوسته، به عنوان یافت شده در سربرگ پوسته."
     922
     923#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:381
     924msgid "The URI of the theme's webpage."
     925msgstr "نشانی اینترنتی برگهٔ پوسته."
     926
     927#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:370
     928msgid "The theme's text domain."
     929msgstr "دامنهٔ متنی پوسته."
     930
     931#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:364
     932msgid "The theme tags, transformed for display."
     933msgstr "برچسب‌های پوسته، تبدیل شده برای نمایش."
     934
     935#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:357
     936msgid "The theme tags, as found in the theme header."
     937msgstr "برچسب‌های پوسته، به عنوان یافت شده در سربرگ پوسته."
     938
     939#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:352
     940msgid "Tags indicating styles and features of the theme."
     941msgstr "برچسب‌هایی که سبک و ویژگی‌های پوسته را نشان می‌دهند."
     942
     943#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:346
     944msgid "The theme's screenshot URL."
     945msgstr "نشانی اینترنتی تصویر پوسته."
     946
     947#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:341
     948msgid "The minimum WordPress version required for the theme to work."
     949msgstr "حداقل نگارش وردپرس لازم برای کار کردن پوسته."
     950
     951#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:336
     952msgid "The minimum PHP version required for the theme to work."
     953msgstr "حداقل نگارش PHP لازم برای کار کردن پوسته."
     954
     955#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:330
     956msgid "The theme name, transformed for display."
     957msgstr "نام تغییر یافتهٔ پوسته برای نمایش."
     958
     959#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:326
     960msgid "The theme name, as found in the theme header."
     961msgstr "نام پوسته پیدا شده در سربرگ پوسته."
     962
     963#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:321
     964msgid "The name of the theme."
     965msgstr "نام پوسته."
     966
     967#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:315
     968msgid "The theme description, transformed for display."
     969msgstr "توضیحات تغییر یافتهٔ پوسته برای نمایش."
     970
     971#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:311
     972msgid "The theme description, as found in the theme header."
     973msgstr "توضیح پوسته، به عنوان یافت شده در سربرگ پوسته."
     974
     975#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:306
     976msgid "A description of the theme."
     977msgstr "یک توضیح دربارهٔ پوسته."
     978
     979#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:299
     980msgid "The website of the theme author, transformed for display."
     981msgstr "وب سایت نویسندهٔ پوسته، تبدیل شده برای نمایش."
     982
     983#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:294
     984msgid "The website of the theme author, as found in the theme header."
     985msgstr "وب سایت نویسندهٔ پوسته، به عنوان یافت شده در سربرگ پوسته."
     986
     987#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:289
     988msgid "The website of the theme author."
     989msgstr "وب سایت نویسندهٔ پوسته."
     990
     991#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:283
     992msgid "HTML for the theme author, transformed for display."
     993msgstr "HTML برای نویسندهٔ پوسته، تبدیل شده برای نمایش."
     994
     995#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:279
     996msgid "The theme author's name, as found in the theme header."
     997msgstr "نام نویسندهٔ پوسته، به عنوان یافت شده در سربرگ پوسته."
     998
     999#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:274
     1000msgid "The theme author."
     1001msgstr "نویسندهٔ پوسته."
     1002
     1003#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:269
     1004msgid "The theme's template. If this is a child theme, this refers to the parent theme, otherwise this is the same as the theme's stylesheet."
     1005msgstr "قالب پوسته. اگر این یک پوسته فرزند است، این به پوسته والد اشاره دارد، در غیر اینصورت این همانند شیوه‌نامه پوسته است."
     1006
     1007#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:264
     1008msgid "The theme's stylesheet. This uniquely identifies the theme."
     1009msgstr "شیوه‌نامهٔ پوسته. به طور منحصر به فرد پوسته را مشخص می‌کند."
     1010
     1011#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:587
     1012msgid "Block namespace."
     1013msgstr "فضای نام بلوک."
     1014
     1015#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:558
     1016msgid "A list of the inner block's own inner blocks. This is a recursive definition following the parent innerBlocks schema."
     1017msgstr "یک لیست از بلوک‌های داخلی که بلوک داخلی دارند. این تعریف بازگشتی است که طرح بلوک‌های داخلی والد را دنبال می‌کند."
     1018
     1019#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:554
     1020msgid "The attributes of the inner block."
     1021msgstr "ویژگی‌های بلوک داخلی."
     1022
     1023#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:550
     1024msgid "The name of the inner block."
     1025msgstr "نام بلوک داخلی."
     1026
     1027#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:544
     1028msgid "The list of inner blocks used in the example."
     1029msgstr "فهرست بلوک‌های داخلی مورد استفاده در نمونه."
     1030
     1031#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:540
     1032msgid "The attributes used in the example."
     1033msgstr "ویژگی‌های استفاده شد در نمونه."
     1034
     1035#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:535
     1036msgid "Block example."
     1037msgstr "نمونهٔ بلوک."
     1038
     1039#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:525
     1040msgid "Block keywords."
     1041msgstr "کلمات کلیدی بلوک."
     1042
     1043#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:515
     1044msgid "Parent blocks."
     1045msgstr "بلوک‌های مادر."
     1046
     1047#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:508
     1048msgid "Public text domain."
     1049msgstr "دامنهٔ متنی عمومی."
     1050
     1051#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:498
     1052msgid "Contains the handle that defines the block style."
     1053msgstr "شامل دسته‌ای است که سبک بلوک را تعریف می‌نماید."
     1054
     1055#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:494
     1056msgid "Inline CSS code that registers the CSS class required for the style."
     1057msgstr "کد CSS توکار که کلاس CSS را ثبت می‌کند برای شیوه‌نامه لازم است."
     1058
     1059#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:490
     1060msgid "The human-readable label for the style."
     1061msgstr "برچسب قابل خواندن توسط انسان برای استایل."
     1062
     1063#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:485
     1064msgid "Unique name identifying the style."
     1065msgstr "نام منحصر به فرد برای شناسایی سبک."
     1066
     1067#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:479
     1068msgid "Block style variations."
     1069msgstr "تغییرات سبک بلوک."
     1070
     1071#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:472
     1072msgid "Public facing style handle."
     1073msgstr "رسیدگی سبک برخورد عمومی."
     1074
     1075#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:465
     1076msgid "Editor style handle."
     1077msgstr "رسیدگی سبک ویرایشگر. "
     1078
     1079#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:458
     1080msgid "Public facing script handle."
     1081msgstr "دسته اسکریپت روکش عمومی."
     1082
     1083#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:451
     1084msgid "Editor script handle."
     1085msgstr "دسته اسکریپت ویرایشگر."
     1086
     1087#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:444
     1088msgid "Is the block dynamically rendered."
     1089msgstr "آیا بلوک به صورت پویا ارائه می‌شود."
     1090
     1091#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:437
     1092msgid "Block category."
     1093msgstr "دستهٔ بلوک."
     1094
     1095#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:429
     1096msgid "Block supports."
     1097msgstr "پشتیبانی بلوک."
     1098
     1099#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:419
     1100msgid "Context values inherited by blocks of this type."
     1101msgstr "مقادیر متن که توسط بلوک‌های این نوع به ارث رسیده است."
     1102
     1103#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:408
     1104msgid "Context provided by blocks of this type."
     1105msgstr "متن ارائه‌شده توسط این نوع بلوک."
     1106
     1107#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:397
     1108msgid "Block attributes."
     1109msgstr "ویژگی‌های بلوک."
     1110
     1111#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:390
     1112msgid "Icon of block type."
     1113msgstr "آیکون نوع بلوک."
     1114
     1115#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:383
     1116msgid "Description of block type."
     1117msgstr "توضیح نوع بلوک."
     1118
     1119#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:376
     1120msgid "Unique name identifying the block type."
     1121msgstr "نام یکتا برای شناسایی نوع بلوک."
     1122
     1123#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:369
     1124msgid "Title of block type."
     1125msgstr "عنوان نوع بلوک."
     1126
     1127#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:210
     1128msgid "Invalid block type."
     1129msgstr "نوع بلوک نامعتبر است."
     1130
     1131#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:196
     1132msgid "Sorry, you are not allowed to manage block types."
     1133msgstr "با عرض پوژش، شما اجازهٔ مدیریت نوع بلوک را ندارید."
     1134
     1135#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:94
     1136msgid "Block namespace"
     1137msgstr "فضای نام بلوک"
     1138
     1139#: wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php:90
     1140msgid "Block name"
     1141msgstr "نام بلوک"
     1142
     1143#: wp-includes/meta.php:1373
     1144msgid "When registering a default meta value the data must match the type provided."
     1145msgstr "هنگام ثبت یک مقدار متا پیش‌فرض، داده‌ها باید با نوع ارائه شده مط‌ابقت داشته باشند."
     1146
     1147#: wp-includes/widgets/class-wp-widget-rss.php:106
     1148msgid "RSS Feed"
     1149msgstr "خوراک RSS"
     1150
     1151#: wp-includes/block-patterns/text-three-columns-buttons.php:9
     1152msgid "Three columns of text with buttons"
     1153msgstr "متنی سه ستونه همراه با دکمه‌ها"
     1154
     1155#: wp-includes/block-patterns/quote.php:10
     1156msgid "— Don Quixote"
     1157msgstr "- دون کیشوت"
     1158
     1159#: wp-includes/block-patterns/three-buttons.php:9
     1160msgid "Three buttons"
     1161msgstr "سه دکمه"
     1162
     1163#: wp-includes/block-patterns/text-two-columns-with-images.php:9
     1164msgid "Two columns of text with images"
     1165msgstr "متنی دو ستونه همراه با تصاویر"
     1166
     1167#: wp-includes/block-patterns/text-two-columns.php:9
     1168msgid "Two columns of text"
     1169msgstr "متنی دو ستونه"
     1170
     1171#: wp-includes/block-patterns/two-buttons.php:9
     1172msgid "Two buttons"
     1173msgstr "دو دکمه"
     1174
     1175#: wp-includes/block-patterns/two-images.php:9
     1176msgid "Two images side by side"
     1177msgstr "دو تصویر کنار هم"
     1178
     1179#: wp-includes/theme.php:4007
     1180msgid "The post types that support thumbnails or true if all post types are supported."
     1181msgstr "انواع نوشته‌هایی که از تصاویر شاخص پشتیبانی می‌کنند یا صحیح است اگر همه انواع نوشته پشتیبانی شده‌اند."
     1182
     1183#: wp-includes/theme.php:3118
     1184msgid "When registering an \"object\" feature, the feature's schema must include the \"properties\" keyword."
     1185msgstr "وقتی یک ویژگی \"شیء\" ثبت می‌شود، ساختار ویژگی باید شامل کلیدواژه \"خصوصیات\" باشد."
     1186
     1187#: wp-includes/theme.php:3111
     1188msgid "When registering an \"array\" feature, the feature's schema must include the \"items\" keyword."
     1189msgstr "وقتی یک ویژگی \"آرایه\" ثبت می‌شود، ساختار ویژگی باید شامل کلیدواژه \"موارد\" باشد."
     1190
     1191#: wp-includes/theme.php:3104
     1192msgid "When registering an \"array\" or \"object\" feature to show in the REST API, the feature's schema must also be defined."
     1193msgstr "وقتی یک ویژگی \"آرایه\" یا \"شیء\" برای نمایش در REST API ثبت می‌شود، ساختار ویژگی باید تعریف شده باشد."
     1194
     1195#: wp-includes/theme.php:3096
     1196msgid "When registering a \"variadic\" theme feature, the \"type\" must be an \"array\"."
     1197msgstr "وقتی یک ویژگی پوسته \"متغییر\" ثبت می‌شود، \"نوع\" باید یک \"آرایه\" باشد."
     1198
     1199#: wp-includes/theme.php:3089
     1200msgid "The feature \"type\" is not valid JSON Schema type."
     1201msgstr "ویژگی \"نوع\" نوع ساختار JSON معتبر نیست."
     1202
     1203#. translators: %s: Theme name.
     1204#: wp-includes/theme.php:959
     1205msgctxt "theme"
     1206msgid "<strong>Error:</strong> Current WordPress version does not meet minimum requirements for %s."
     1207msgstr "<strong>خطا:</strong> نگارش فعلی وردپرس حداقل نیازمندی‌های %s را ندارد."
     1208
     1209#. translators: %s: Theme name.
     1210#: wp-includes/theme.php:950
     1211msgctxt "theme"
     1212msgid "<strong>Error:</strong> Current PHP version does not meet minimum requirements for %s."
     1213msgstr "<strong>خطا:</strong> نگارش فعلی PHP حداقل نیازمندی‌های %s را ندارد."
     1214
     1215#. translators: %s: Theme name.
     1216#: wp-includes/theme.php:941
     1217msgctxt "theme"
     1218msgid "<strong>Error:</strong> Current WordPress and PHP versions do not meet minimum requirements for %s."
     1219msgstr "<strong>خطا:</strong> نگارش فعلی وردپرس و PHP حداقل نیازمندی‌های %s را ندارد."
     1220
     1221#: wp-includes/script-loader.php:850
     1222msgid "This image cannot be displayed in a web browser. For best results convert it to JPEG before uploading."
     1223msgstr "این عکس نمی‌تواند در مرورگر وب نمایش داده شود. برای بهترین نتیجه آن را قبل از بارگذاری به JPEG تبدیل کنید."
     1224
     1225#: wp-includes/admin-bar.php:314
     1226msgid "Edit Profile"
     1227msgstr "ویرایش شناسنامه"
     1228
     1229#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:64
     1230msgid "Priority"
     1231msgstr "اولویت"
     1232
     1233#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:63
     1234msgid "Change Frequency"
     1235msgstr "تغییر فرکانس"
     1236
     1237#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:62
     1238#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:176
     1239#: wp-admin/includes/class-wp-posts-list-table.php:1103
     1240msgid "Last Modified"
     1241msgstr "آخرین ویرایش"
     1242
     1243#. translators: %s: Number of URLs.
     1244#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:56
     1245#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:170
     1246msgid "Number of URLs in this XML Sitemap: %s."
     1247msgstr "تعداد نشانی‌های اینترنتی در نقشهٔ سایت XML : %s."
     1248
     1249#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:51
     1250#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:165
     1251msgid "Learn more about XML sitemaps."
     1252msgstr "دربارهٔ نقشهٔ سایت XML بیشتر بدانید."
     1253
     1254#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:50
     1255#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:164
     1256msgid "https://www.sitemaps.org/"
     1257msgstr "https://www.sitemaps.org/"
     1258
     1259#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:47
     1260#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:161
     1261msgid "This XML Sitemap is generated by WordPress to make your content more visible for search engines."
     1262msgstr "نقشهٔ سایت XML توسط وردپرس ایجاد شد است تا مطمئن شوید که بیشتر نوشته‌ها برای موتورهای جستجو قابل مشاهده هستند."
     1263
     1264#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:46
     1265#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:160
     1266msgid "XML Sitemap"
     1267msgstr "نقشهٔ سایت XML"
     1268
     1269#. translators: %s: SimpleXML
     1270#: wp-includes/sitemaps/class-wp-sitemaps-renderer.php:264
     1271msgid "Could not generate XML sitemap due to missing %s extension"
     1272msgstr "به دلیل وجود نداشتن افزودنی %s نقشهٔ سایت XML نمی‌تواند ایجاد شود"
     1273
     1274#. translators: %s: List of element names.
     1275#: wp-includes/sitemaps/class-wp-sitemaps-renderer.php:235
     1276msgid "Fields other than %s are not currently supported for sitemaps."
     1277msgstr "درحال‌حاضر زمینه‌های غیر از %s برای نقشه‌سایت پشتیبانی نمی‌شوند."
     1278
     1279#. translators: %s: List of element names.
     1280#: wp-includes/sitemaps/class-wp-sitemaps-renderer.php:170
     1281msgid "Fields other than %s are not currently supported for the sitemap index."
     1282msgstr "درحال‌حاضر زمینه‌های غیر از %s برای ایندکس نقشه‌سایت پشتیبانی نمی‌شوند."
     1283
     1284#: wp-login.php:1168
     1285msgid "Check your email"
     1286msgstr "ایمیلتان را بررسی نمایید."
     1287
     1288#. translators: %s: Link to the login page.
     1289#: wp-login.php:1158
     1290msgid "Registration complete. Please check your email, then visit the <a href=\"%s\">login page</a>."
     1291msgstr "نام‌نویسی کامل شد. لطفا ایمیل خود را بررسی نمایید، سپس از <a href=\"%s\">برگه ورود</a> بازدید نمایید."
     1292
     1293#. translators: %s: Link to the login page.
     1294#: wp-login.php:1148
     1295msgid "Check your email for the confirmation link, then visit the <a href=\"%s\">login page</a>."
     1296msgstr "ایمیل خود را برای پیوند تاییدیه بررسی نمایید، سپس از <a href=\"%s\">برگه ورود</a> بازدید نمایید."
     1297
     1298#: wp-includes/comment-template.php:603 wp-admin/includes/meta-boxes.php:172
     1299#: wp-admin/includes/meta-boxes.php:201
     1300msgid "Password protected"
     1301msgstr "محافظت‌شده با رمز عبور"
     1302
     1303#: wp-includes/rest-api.php:51
     1304msgid "Namespace must not start or end with a slash."
     1305msgstr "فضای نام نباید با یک اسلش شروع یا پایان یابد."
     1306
     1307#: wp-includes/class-wp-xmlrpc-server.php:3385
     1308#: wp-includes/class-wp-xmlrpc-server.php:3388
     1309msgid "Sorry, the category could not be created."
     1310msgstr "با عرض پوزش، دسته نمی‌تواند ایجاد شود."
     1311
     1312#: wp-includes/class-wp-xmlrpc-server.php:1786
     1313#: wp-includes/class-wp-xmlrpc-server.php:5202
     1314msgid "Sorry, the post could not be deleted."
     1315msgstr "با عرض پوزش، نوشته نمی‌تواند حذف شود."
     1316
     1317#: wp-includes/class-wp-xmlrpc-server.php:1643
     1318#: wp-includes/class-wp-xmlrpc-server.php:5142
     1319#: wp-includes/class-wp-xmlrpc-server.php:5900
     1320msgid "Sorry, the post could not be updated."
     1321msgstr "با عرض پوزش، نوشته نمی‌تواند به‌روز شود."
     1322
     1323#: wp-includes/media.php:4288 wp-includes/js/dist/block-library.js:23701
     1324msgid "Select poster image"
     1325msgstr "انتخاب تصویر پوستر"
     1326
     1327#: wp-includes/js/dist/edit-post.js:6875 wp-admin/edit-form-advanced.php:143
     1328msgid "View post"
     1329msgstr "نمایش نوشته"
     1330
     1331#: wp-includes/js/dist/editor.js:11748 wp-admin/edit-tags.php:446
     1332#: wp-admin/includes/meta-boxes.php:890 wp-admin/includes/meta-boxes.php:1563
     1333#: wp-admin/includes/class-wp-terms-list-table.php:184
     1334#: wp-admin/includes/class-wp-terms-list-table.php:652
     1335#: wp-admin/includes/class-wp-posts-list-table.php:1555
     1336#: wp-admin/edit-tag-form.php:138
     1337msgid "Slug"
     1338msgstr "نامک"
     1339
     1340#: wp-includes/js/dist/editor.js:8628 wp-admin/includes/meta-boxes.php:708
     1341msgid "https://wordpress.org/support/article/excerpt/"
     1342msgstr "https://wordpress.org/support/article/excerpt/"
     1343
     1344#. translators: 1: Post status, 2: Capability name.
     1345#: wp-includes/capabilities.php:246
     1346msgid "The post status %1$s is not registered, so it may not be reliable to check the capability \"%2$s\" against a post with that status."
     1347msgstr "وضعیت انتشار %1$s ثبت نشده است، بنابراین نمی‌توانیم از بررسی قابلیت \"%2$s\" در برابر یک نوشته با آن وضعیت مطمئن باشیم."
     1348
     1349#. translators: %s: Comment link.
     1350#: wp-includes/comment-template.php:981
     1351#: wp-admin/includes/class-wp-comments-list-table.php:871
     1352#: wp-admin/comment.php:204
     1353msgid "In reply to %s."
     1354msgstr "در پاسخ به %s."
     1355
     1356#: wp-includes/general-template.php:2367
     1357msgid "Previous and next months"
     1358msgstr "ماه‌های قبلی و بعدی"
     1359
     1360#: wp-includes/option.php:2258
     1361msgid "When registering an \"array\" setting to show in the REST API, you must specify the schema for each array item in \"show_in_rest.schema.items\"."
     1362msgstr "هنگام ثبت یک نوع متای \"آرایه\" برای نمایش در REST API، شما باید الگو (schema) را برای هر مورد آرایه در \"show_in_rest.schema.items\" تنظیم نمایید."
     1363
     1364#: wp-includes/user.php:3144
     1365msgid "User&#8217;s Session Tokens data."
     1366msgstr "داده توکن‌های نشست کاربر."
     1367
     1368#: wp-includes/user.php:3143
     1369msgid "Session Tokens"
     1370msgstr "توکن‌های نشست"
     1371
     1372#: wp-includes/user.php:3122
     1373msgid "Last Login"
     1374msgstr "آخرین ورود"
     1375
     1376#: wp-includes/user.php:3121
     1377msgid "User Agent"
     1378msgstr "نقش کاربر"
     1379
     1380#: wp-includes/user.php:3119
     1381msgid "Expiration"
     1382msgstr "انقضا"
     1383
     1384#: wp-includes/user.php:3109
     1385msgid "User&#8217;s location data used for the Community Events in the WordPress Events and News dashboard widget."
     1386msgstr "داده‌های موقعیت مکانی کاربر برای رویدادهای انجمن در ابزارک‌های رویدادهای وردپرس و اخبار پیش‌خوان استفاده می‌شود."
     1387
     1388#: wp-includes/user.php:3108
     1389msgid "Community Events Location"
     1390msgstr "مکان رویدادهای اجتماعی"
     1391
     1392#: wp-includes/user.php:3092 wp-includes/user.php:3120
     1393msgid "IP"
     1394msgstr "IP"
     1395
     1396#: wp-includes/user.php:3091
     1397msgid "Longitude"
     1398msgstr "طول جغرافیایی"
     1399
     1400#: wp-includes/user.php:3090
     1401msgid "Latitude"
     1402msgstr "عرض جغرافیایی"
     1403
     1404#: wp-includes/user.php:3089
     1405msgid "Country"
     1406msgstr "کشور"
     1407
     1408#: wp-includes/user.php:3088
     1409msgid "City"
     1410msgstr "شهر"
     1411
     1412#. translators: %s: wp_privacy_additional_user_profile_data
     1413#: wp-includes/user.php:3064
     1414msgid "Filter %s returned items with reserved names."
     1415msgstr "صافی %s مواردی با نام‌های دخیره شده را بازگشت داد."
     1416
     1417#: wp-includes/media-template.php:424 wp-includes/media-template.php:623
     1418#: wp-admin/includes/media.php:3410
     1419msgid "Original image:"
     1420msgstr "تصویر اصلی:"
     1421
     1422#: wp-includes/cron.php:831
     1423msgid "Once Weekly"
     1424msgstr "یک‌بار در هفته"
     1425
     1426#. translators: Comment moderation. %s: Parent comment edit URL.
     1427#. translators: %s: Comment link.
     1428#: wp-includes/pluggable.php:1630 wp-includes/pluggable.php:1814
     1429#: wp-admin/edit-form-comment.php:177
     1430msgid "In reply to: %s"
     1431msgstr "در پاسخ به: %s"
     1432
     1433#: wp-includes/pluggable.php:1274
     1434msgid "HTTP redirect status code must be a redirection code, 3xx."
     1435msgstr "کد وضعیت تغییر مسیر HTTP باید کد تغییر مسیر باشد، 3xx."
     1436
     1437#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2717
     1438msgid "Limit result set based on relationship between multiple taxonomies."
     1439msgstr "نتیجه را بر پایهٔ رابطهٔ میان طبقه‌بندی‌های چندگانه محدود نمایید."
     1440
     1441#. translators: 1. The taxonomy name, 2. The property name, either 'rest_base'
     1442#. or 'name', 3. The conflicting value.
     1443#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2384
     1444msgid "The \"%1$s\" taxonomy \"%2$s\" property (%3$s) conflicts with an existing property on the REST API Posts Controller. Specify a custom \"rest_base\" when registering the taxonomy to avoid this error."
     1445msgstr "\"%1$s\" طبقه‌بندی \"%2$s\" ویژگی (%3$s) با ویژگی موجود در  REST API Posts Controller ناسازگار است. برای جلوگیری از این خطا در هنگام ثبت طبقه‌بندی از یک \"rest_base\" سفارشی استفاده نمایید."
     1446
     1447#: wp-includes/theme.php:4035
     1448msgid "Whether theme opts in to default WordPress block styles for viewing."
     1449msgstr "آیا پوسته به طور پیش‌فرض برای دیدن حالت‌های بلوک وردپرس انتخاب شود."
     1450
     1451#: wp-includes/theme.php:4028
     1452msgid "Whether the theme can manage the document title tag."
     1453msgstr "آیا اینکه پوسته می‌تواند برچسب عنوان سند را مدیریت کند."
     1454
     1455#: wp-includes/theme.php:3961
     1456msgid "Allows use of HTML5 markup for search forms, comment forms, comment lists, gallery, and caption."
     1457msgstr "امکان استفاده از HTML5 برای فرم‌های جستجو، فرم‌های دیدگاه، فهرست دیدگاه، گالری و عنوان را فراهم می‌کند."
     1458
     1459#: wp-includes/theme.php:3953
     1460msgid "Whether theme opts in to the editor styles CSS wrapper."
     1461msgstr "آیا اینکه پوسته بسته‌بندی CSS ویرایشگر را انتخاب می‌کند."
     1462
     1463#: wp-includes/theme.php:3929
     1464msgid "Custom gradient presets if defined by the theme."
     1465msgstr "گرادیانت سفارشی اگر در پوسته تعریف شده باشد."
     1466
     1467#: wp-includes/theme.php:3904
     1468msgid "Custom font sizes if defined by the theme."
     1469msgstr "اندازه فونت سفارشی اگر در پوسته تعریف شده باشد."
     1470
     1471#: wp-includes/theme.php:3879
     1472msgid "Custom color palette if defined by the theme."
     1473msgstr "جعبه رنگ سفارشی اگر در پوسته تعریف شده باشد."
     1474
     1475#: wp-includes/theme.php:3871
     1476msgid "Whether the theme disables custom gradients."
     1477msgstr "آیا اینکه پوسته گرادیانت‌های دلخواه را غیرفعال می‌کند."
     1478
     1479#: wp-includes/theme.php:3864
     1480msgid "Whether the theme disables custom font sizes."
     1481msgstr "آیا اینکه پوسته اندازه‌های فونت دلخواه را غیرفعال می‌کند."
     1482
     1483#: wp-includes/theme.php:3857
     1484msgid "Whether the theme disables custom colors."
     1485msgstr "آیا اینکه پوسته رنگ‌های دلخواه را غیرفعال می‌کند."
     1486
     1487#: wp-includes/theme.php:3850
     1488msgid "Whether theme opts in to the dark editor style UI."
     1489msgstr "آیا اینکه پوسته رابط کاربری تیره را برای ویرایشگر انتخاب می‌کند."
     1490
     1491#: wp-includes/theme.php:3843
     1492msgid "Whether the theme enables Selective Refresh for Widgets being managed with the Customizer."
     1493msgstr "آیا اینکه پوسته تازه‌کردن انتخاب برای ابزارک‌ها که توسط سفارشی‌ساز مدیریت می‌شود را فعال کرده است."
     1494
     1495#: wp-includes/theme.php:3810
     1496msgid "Custom logo if defined by the theme."
     1497msgstr "آرم سفارشی اگر در پوسته تعریف شده باشد."
     1498
     1499#: wp-includes/theme.php:3695
     1500msgid "Custom background if defined by the theme."
     1501msgstr "پس‌زمینه سفارشی اگر در پوسته تعریف شده باشد."
     1502
     1503#: wp-includes/theme.php:3765
     1504msgid "Custom header if defined by the theme."
     1505msgstr "سربرگ سفارشی اگر در پوسته تعریف شده باشد."
     1506
     1507#: wp-includes/theme.php:3688
     1508msgid "Whether posts and comments RSS feed links are added to head."
     1509msgstr "آیا اینکه پیوندهای خوراک RSS نوشته‌ها و دیدگاه‌ها به سرصفحه اضافه شده‌اند."
     1510
     1511#: wp-includes/theme.php:3681
     1512msgid "Whether theme opts in to wide alignment CSS class."
     1513msgstr "آیا اینکه پوسته کلاس CSS چینش عریض را انتخاب می‌کند."
     1514
     1515#: wp-includes/class-wp-xmlrpc-server.php:4989
     1516#: wp-includes/class-wp-xmlrpc-server.php:5002
     1517msgid "Sorry, this method is not supported."
     1518msgstr "با عرض پوزش، این روش پشتیبانی نمی‌شود."
     1519
     1520#: wp-includes/class-wp-xmlrpc-server.php:1645
     1521#: wp-includes/class-wp-xmlrpc-server.php:5062
     1522#: wp-includes/class-wp-xmlrpc-server.php:5555
     1523msgid "Sorry, the post could not be created."
     1524msgstr "با عرض پوزش، نوشته نمی‌تواند ایجاد شود."
     1525
     1526#. translators: Minimum input length in characters to start searching posts in
     1527#. the "Insert/edit link" modal.
     1528#: wp-includes/script-loader.php:1067
     1529msgctxt "minimum input length for searching post links"
     1530msgid "3"
     1531msgstr "3"
     1532
     1533#: wp-includes/script-loader.php:835
     1534msgid "Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels."
     1535msgstr "فرآیند بارگذاری تصویر انجام نشد چون سرور مشغول است یا منابع کافی ندارد. بارگذاری یک تصویر کوچکتر ممکن است کمک کند. حداکثر اندازهٔ پیشنهادی ۲۵۰۰ پیکسل است."
     1536
     1537#: wp-login.php:861
     1538msgid "Please enter your username or email address. You will receive an email message with instructions on how to reset your password."
     1539msgstr "لطفا نام کاربری یا آدرس ایمیل خود را وارد نمایید. شما یک پیام ایمیل با دستورالعمل راه‌اندازی مجدد گذرواژه خود دریافت خواهید کرد."
     1540
     1541#. translators: Accessibility text.
     1542#: wp-includes/media-template.php:188
     1543msgid "Selected media actions"
     1544msgstr "اقدام برای رسانه انتخاب شده"
     1545
     1546#: wp-includes/media-template.php:177
     1547msgctxt "media modal menu"
     1548msgid "Menu"
     1549msgstr "فهرست"
     1550
     1551#: wp-includes/media-template.php:175
     1552msgctxt "media modal menu actions"
     1553msgid "Actions"
     1554msgstr "کارها"
     1555
     1556#: wp-includes/post.php:2798
     1557msgctxt "file type group"
     1558msgid "Archives"
     1559msgstr "بایگانی‌ها"
     1560
     1561#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:906
     1562msgid "List of the missing image sizes of the attachment."
     1563msgstr "فهرست پیوست بدون اندازه‌های تصویر"
     1564
     1565#: wp-includes/user.php:231
     1566msgid "Unknown email address. Check again or try your username."
     1567msgstr "آدرس ایمیل ناشناس. دوباره بررسی یا از نام کاربری خود استفاده نمایید."
     1568
     1569#: wp-includes/user.php:152
     1570msgid "Unknown username. Check again or try your email address."
     1571msgstr "نام کاربری ناشناس. دوباره بررسی نمایید یا از آدرس ایمیل خود استفاده نمایید. "
     1572
     1573#: wp-includes/media.php:4313
     1574msgid "Media list"
     1575msgstr "فهرست رسانه"
     1576
     1577#: wp-includes/media.php:4312
     1578msgid "Filter media"
     1579msgstr "صافی رسانه"
     1580
     1581#: wp-includes/media-template.php:316
     1582#: wp-includes/js/dist/block-library.js:17332
     1583#: wp-includes/js/dist/block-library.js:20087
     1584#: wp-admin/includes/class-wp-media-list-table.php:45
     1585msgid "Grid view"
     1586msgstr "نمایش شبکه‌ای"
     1587
     1588#: wp-includes/media-template.php:313
     1589#: wp-includes/js/dist/block-library.js:17323
     1590#: wp-includes/js/dist/block-library.js:20078
     1591#: wp-admin/includes/class-wp-media-list-table.php:44
     1592msgid "List view"
     1593msgstr "نمایش فهرستی"
     1594
     1595#: wp-includes/js/dist/block-directory.js:1763
     1596#: wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php:62
     1597#: wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php:105
     1598#: wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php:111
     1599#: wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php:67
     1600#: wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php:111
     1601#: wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php:118
     1602msgid "Retry"
     1603msgstr "تلاش دوباره"
     1604
     1605#: wp-includes/js/dist/editor.js:8000 wp-admin/includes/template.php:2547
     1606msgid "Restore the backup"
     1607msgstr "بازسازی نسخه پشتیبان"
     1608
     1609#: wp-includes/js/dist/editor.js:7997 wp-admin/includes/template.php:2546
     1610msgid "The backup of this post in your browser is different from the version below."
     1611msgstr "نسخه پشتیبان این نوشته در مرورگر شما با نگارش زیر متفاوت است."
     1612
     1613#: wp-includes/nav-menu.php:97
     1614msgid "Nav menu locations must be strings."
     1615msgstr "جایگاه‌های فهرست ناوبری باید رشته باشند."
     1616
     1617#. translators: %s: The currently used PHP version.
     1618#: wp-includes/class-wp-recovery-mode-email-service.php:347
     1619msgid "PHP version %s"
     1620msgstr "PHP نگارش %s"
     1621
     1622#. translators: 1: The failing plugins name. 2: The failing plugins version.
     1623#: wp-includes/class-wp-recovery-mode-email-service.php:339
     1624msgid "Current plugin: %1$s (version %2$s)"
     1625msgstr "افزونه فعلی: %1$s (نگارش %2$s)"
     1626
     1627#. translators: 1: Current active theme name. 2: Current active theme version.
     1628#: wp-includes/class-wp-recovery-mode-email-service.php:330
     1629msgid "Current theme: %1$s (version %2$s)"
     1630msgstr "پوسته فعلی: %1$s (نگارش %2$s)"
     1631
     1632#. translators: %s: Your current version of WordPress.
     1633#: wp-includes/class-wp-recovery-mode-email-service.php:325
     1634#: wp-admin/includes/class-wp-site-health.php:264
     1635msgid "WordPress version %s"
     1636msgstr "نگارش وردپرس %s"
     1637
     1638#: wp-includes/ms-load.php:498
     1639msgid "https://wordpress.org/support/article/debugging-a-wordpress-network/"
     1640msgstr "https://wordpress.org/support/article/debugging-a-wordpress-network/"
     1641
     1642#: wp-includes/formatting.php:4857
     1643msgid "https://wordpress.org/support/article/using-permalinks/#choosing-your-permalink-structure"
     1644msgstr "https://wordpress.org/support/article/using-permalinks/#choosing-your-permalink-structure"
     1645
     1646#: wp-includes/link-template.php:2585 wp-includes/link-template.php:2667
     1647#: wp-includes/link-template.php:2735
     1648#: wp-admin/includes/class-wp-users-list-table.php:360
     1649msgid "Posts"
     1650msgstr "نوشته‌ها"
     1651
     1652#: wp-includes/customize/class-wp-customize-nav-menu-locations-control.php:54
     1653msgid "https://wordpress.org/support/article/wordpress-widgets/"
     1654msgstr "https://wordpress.org/support/article/wordpress-widgets/"
     1655
     1656#. translators: 1: UTC abbreviation and offset, 2: UTC offset.
     1657#: wp-includes/customize/class-wp-customize-date-time-control.php:252
     1658msgid "Your timezone is set to %1$s (Coordinated Universal Time %2$s)."
     1659msgstr "منطقهٔ زمانی شما روی %1$s تنظیم شده است (زمان هماهنگ جهانی %2$s)."
     1660
     1661#. translators: 1: Timezone name, 2: Timezone abbreviation, 3: UTC abbreviation
     1662#. and offset, 4: UTC offset.
     1663#: wp-includes/customize/class-wp-customize-date-time-control.php:238
     1664msgid "Your timezone is set to %1$s (%2$s), currently %3$s (Coordinated Universal Time %4$s)."
     1665msgstr "منطقهٔ زمانی شما روی %1$s (%2$s) تنظیم شده است، اکنون %3$s (زمان هماهنگ جهانی %4$s)."
     1666
     1667#. translators: 1: Block name, 2: Block style name.
     1668#: wp-includes/class-wp-block-styles-registry.php:77
     1669msgid "Block \"%1$s\" does not contain a style named \"%2$s\"."
     1670msgstr "بلوک \"%1$s\" حاوی شیوه‌ای به نام \"%2$s\" نیست."
     1671
     1672#: wp-includes/class-wp-block-styles-registry.php:52
     1673msgid "Block style name must be a string."
     1674msgstr "نام سبک بلوک باید یک رشته باشد."
     1675
     1676#: wp-includes/class-wp-block-styles-registry.php:46
     1677msgid "Block name must be a string."
     1678msgstr "نام بلوک باید یک رشته باشد."
     1679
     1680#: wp-includes/class-wp-fatal-error-handler.php:196
     1681#: wp-admin/includes/class-wp-site-health.php:1439
     1682msgid "Learn more about debugging in WordPress."
     1683msgstr "دربارهٔ اشکال‌زدایی در وردپرس بیشتر بدانید."
     1684
     1685#. translators: Documentation explaining debugging in WordPress.
     1686#: wp-includes/class-wp-fatal-error-handler.php:195
     1687#: wp-includes/functions.php:5214
     1688#: wp-admin/includes/class-wp-site-health.php:1438
     1689msgid "https://wordpress.org/support/article/debugging-in-wordpress/"
     1690msgstr "https://wordpress.org/support/article/debugging-in-wordpress/"
     1691
     1692#: wp-includes/class-wp-fatal-error-handler.php:188
     1693msgid "There has been a critical error on your website."
     1694msgstr "یک خطای مهم در وب سایت شما رخ داده است."
     1695
     1696#: wp-includes/class-wp-fatal-error-handler.php:186
     1697msgid "There has been a critical error on your website. Please check your site admin email inbox for instructions."
     1698msgstr "یک خطای مهم در وب سایت شما وجود داشت. لطفاً صندوق ایمیل مدیر سایت را برای دستورالعمل بررسی نمایید."
     1699
     1700#: wp-includes/class-wp-fatal-error-handler.php:184
     1701msgid "There has been a critical error on your website, putting it in recovery mode. Please check the Themes and Plugins screens for more details. If you just installed or updated a theme or plugin, check the relevant page for that first."
     1702msgstr "یک خطای بحرانی در وب سایت شما وجود داشته است، که آن را در حالت تعمیر قرار داده است. لطفا برای جزئیات بیشتر صفحه پوسته‌ها و افزونه‌ها را بررسی نمایید. در صورتی که پوسته یا افزونه‌ای نصب کرده‌اید، اول برگه مرتبط را برای آن بررسی نمایید."
     1703
     1704#: wp-includes/class-wp-image-editor-imagick.php:633
     1705msgid "The image cannot be rotated because the embedded meta data cannot be updated."
     1706msgstr "تصویر نمی‌تواند بچرخد زیرا فراداده‌ جا سازی‌شده نمی‌تواند به روز رسانی شود."
     1707
     1708#: wp-includes/user.php:3079
     1709msgid "User&#8217;s profile data."
     1710msgstr "داده‌های شناسنامهٔ کاربر."
     1711
     1712#: wp-includes/user.php:1816
     1713msgid "Not enough data to create this user."
     1714msgstr "داده‌ها برای ساخت این کاربر کافی نیست."
     1715
     1716#: wp-includes/user.php:1687
     1717msgid "Sorry, marking a user as spam is only supported on Multisite."
     1718msgstr "با عرض پوزش، انتخاب کاربر به عنوان جفنگ فقط در وردپرس شبکه پشتیبانی می‌شود."
     1719
     1720#: wp-includes/media.php:4751
     1721msgid "User&#8217;s media data."
     1722msgstr "داده‌های رسانهٔ کاربر."
     1723
     1724#: wp-includes/media.php:4238
     1725msgid "No media items found. Try a different search."
     1726msgstr "هیچ مورد رسانه‌ای یافت نشد. جستجوی دیگری انجام دهید."
     1727
     1728#: wp-includes/media.php:4236
     1729msgid "Number of media items displayed: %d. Scroll the page for more results."
     1730msgstr "تعداد موارد رسانه‌ای نمایش داده شده: %d.برای نتایج بیشتر برگه را پیمایش نمایید."
     1731
     1732#: wp-includes/media.php:4235
     1733msgid "Number of media items found: %d"
     1734msgstr "تعداد موارد رسانه‌ای پیدا شده: %d"
     1735
     1736#. translators: %s: Number of archives.
     1737#: wp-includes/post.php:2801
     1738msgid "Archive <span class=\"count\">(%s)</span>"
     1739msgid_plural "Archives <span class=\"count\">(%s)</span>"
     1740msgstr[0] "بایگانی‌ها <span class=\"count\">(%s)</span>"
     1741
     1742#: wp-includes/post.php:2799
     1743msgid "Manage Archives"
     1744msgstr "مدیریت بایگانی‌ها"
     1745
     1746#. translators: %s: Number of spreadsheets.
     1747#: wp-includes/post.php:2792
     1748msgid "Spreadsheet <span class=\"count\">(%s)</span>"
     1749msgid_plural "Spreadsheets <span class=\"count\">(%s)</span>"
     1750msgstr[0] "برگهٔ گسترده <span class=\"count\">(%s)</span>"
     1751
     1752#: wp-includes/post.php:2790
     1753msgid "Manage Spreadsheets"
     1754msgstr "مدیریت صفحات گسترده"
     1755
     1756#: wp-includes/post.php:2789
     1757msgid "Spreadsheets"
     1758msgstr "صفحه‌های گسترده"
     1759
     1760#: wp-includes/post.php:2781
     1761msgid "Manage Documents"
     1762msgstr "مدیریت مستندات"
     1763
     1764#: wp-includes/post.php:2780
     1765msgid "Documents"
     1766msgstr "مستندات"
     1767
     1768#: wp-includes/load.php:124 wp-admin/install.php:287
     1769msgid "Requirements Not Met"
     1770msgstr "موارد مورد نیاز برآورده نشده"
     1771
     1772#. translators: 1: "srclang" HTML attribute, 2: "label" HTML attribute, 3:
     1773#. "kind" HTML attribute.
     1774#: wp-includes/media-template.php:1385
     1775msgid "The %1$s, %2$s, and %3$s values can be edited to set the video track language and kind."
     1776msgstr "مقادیر %1$s, %2$s, و %3$s برای تنظیم نوع و زبان ویدیو می‌توانند ویرایش شوند."
     1777
     1778#: wp-includes/comment.php:3646
     1779msgid "User&#8217;s comment data."
     1780msgstr "داده دیدگاه کاربر."
     1781
     1782#: wp-includes/class-wp-text-diff-renderer-table.php:137
     1783msgid "Unchanged:"
     1784msgstr "بدون تغییر: "
     1785
     1786#: wp-includes/class-wp-text-diff-renderer-table.php:116
     1787msgid "Added:"
     1788msgstr "افزوده شد:"
     1789
     1790#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:344
     1791msgid "Whether posts of this status may have floating published dates."
     1792msgstr "این که شاید نوشته‌های این وضعیت تاریخ‌ انتشار شناور دارند."
     1793
     1794#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:413
     1795msgid "Sorry, you are not allowed to delete revisions of this post."
     1796msgstr "با عرض پوزش، شما مجاز به حذف رونوشت‌های این نوشته نیستید."
     1797
     1798#. translators: %s: Custom field key.
     1799#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:315
     1800#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:329
     1801#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:379
     1802msgid "Could not update the meta value of %s in database."
     1803msgstr "مقدار متای %s در پایگاه‌داده نمی‌تواند به روزرسانی شود."
     1804
     1805#: wp-includes/meta.php:1331
     1806msgid "When registering an \"array\" meta type to show in the REST API, you must specify the schema for each array item in \"show_in_rest.schema.items\"."
     1807msgstr "هنگام ثبت یک نوع متای \"آرایه\" برای نمایش در REST API، شما باید الگو (schema) را برای هر مورد آرایه در \"show_in_rest.schema.items\" تعیین نمایید."
     1808
     1809#. translators: %s: taxonomy name
     1810#: wp-includes/blocks/tag-cloud.php:37
     1811msgid "Your site doesn&#8217;t have any %s, so there&#8217;s nothing to display here at the moment."
     1812msgstr "سایت شما هیچ %s ندارد، هم‌اکنون هیچ چیزی برای نمایش در اینجا وجود ندارد."
     1813
     1814#: wp-includes/widgets/class-wp-widget-meta.php:74
     1815msgid "Comments feed"
     1816msgstr "خوراک دیدگاه‌ها"
     1817
     1818#: wp-includes/widgets/class-wp-widget-meta.php:73
     1819msgid "Entries feed"
     1820msgstr "خوراک ورودی‌ها"
     1821
     1822#: wp-includes/script-loader.php:834
     1823msgid "Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page."
     1824msgstr "یک پاسخ غیرمنتظره از سرور دریافت شد. پرونده با موفقیت بارگذاری شده است. کتابخانهٔ رسانه را بررسی یا برگه را نوسازی نمایید."
     1825
     1826#: wp-load.php:83 wp-admin/setup-config.php:194
     1827msgid "https://wordpress.org/support/article/editing-wp-config-php/"
     1828msgstr "https://wordpress.org/support/article/editing-wp-config-php/"
     1829
     1830#: wp-login.php:740
     1831msgid "Remind me later"
     1832msgstr "بعدا به من یادآوری کن"
     1833
     1834#: wp-login.php:724
     1835msgid "The email is correct"
     1836msgstr "ایمیل صحیح است"
     1837
     1838#: wp-login.php:712
     1839msgid "This email may be different from your personal email address."
     1840msgstr "این ایمیل امکان دارد با آدرس ایمیل شخصی شما متفاوت باشد."
     1841
     1842#. translators: %s: Admin email address.
     1843#: wp-login.php:705
     1844msgid "Current administration email: %s"
     1845msgstr "ایمیل کنونی مدیریت: %s"
     1846
     1847#: wp-login.php:694
     1848msgid "Why is this important?"
     1849msgstr "چرا این مهم است؟"
     1850
     1851#. translators: URL to the WordPress help section about admin email.
     1852#: wp-login.php:686
     1853msgid "https://wordpress.org/support/article/settings-general-screen/#email-address"
     1854msgstr "https://wordpress.org/support/article/settings-general-screen/#email-address"
     1855
     1856#: wp-login.php:682
     1857msgid "Please verify that the <strong>administration email</strong> for this website is still correct."
     1858msgstr "لطفاً اگر هنوز <strong>ایمیل مدیریت</strong> برای این وب سایت درست است تأیید نمایید."
     1859
     1860#: wp-login.php:679
     1861msgid "Administration email verification"
     1862msgstr "درستی‌سنجی ایمیل مدیریت"
     1863
     1864#: wp-login.php:650
     1865msgid "Confirm your administration email"
     1866msgstr "تایید نمودن ایمیل مدیریت شما"
     1867
     1868#. translators: Maximum number of words used in a post excerpt.
     1869#: wp-includes/formatting.php:3823
     1870msgctxt "excerpt_length"
     1871msgid "55"
     1872msgstr "55"
     1873
     1874#: wp-includes/class-wp-customize-manager.php:5527
     1875#: wp-admin/includes/class-custom-background.php:430
     1876msgctxt "Original Size"
     1877msgid "Original"
     1878msgstr "سایز اصلی"
     1879
     1880#. translators: Maximum number of words used in a comment excerpt.
     1881#: wp-includes/comment-template.php:607
     1882msgctxt "comment_excerpt_length"
     1883msgid "20"
     1884msgstr "20"
     1885
     1886#: wp-includes/class-wp-image-editor-imagick.php:467
     1887#: wp-includes/class-wp-image-editor-gd.php:260
     1888msgid "Cannot resize the image. Both width and height are not set."
     1889msgstr "نمیتوان تصویر را تغییر اندازه داد. عرض و ارتفاع هردو باهم تنظیم نیستند."
     1890
     1891#: wp-includes/media-template.php:1113
     1892msgid "Image size in pixels"
     1893msgstr "اندازه تصویر به پیکسل"
     1894
     1895#: wp-includes/media-template.php:582
     1896msgid "Media title&hellip;"
     1897msgstr "عنوان رسانه&hellip;"
     1898
     1899#: wp-includes/media-template.php:581
     1900msgid "Media title"
     1901msgstr "عنوان رسانه"
     1902
     1903#: wp-includes/media-template.php:579
     1904msgid "Audio title&hellip;"
     1905msgstr "عنوان صدا&hellip;"
     1906
     1907#: wp-includes/media-template.php:578
     1908msgid "Audio title"
     1909msgstr "عنوان صدا"
     1910
     1911#: wp-includes/media-template.php:576
     1912msgid "Video title&hellip;"
     1913msgstr "عنوان ویدئو&hellip;"
     1914
     1915#: wp-includes/media-template.php:575
     1916msgid "Video title"
     1917msgstr "عنوان ویدئو"
     1918
     1919#: wp-includes/media-template.php:571
     1920msgid "Caption&hellip;"
     1921msgstr "توضیح مختصر&hellip;"
     1922
     1923#: wp-includes/media-template.php:407
     1924#: wp-admin/includes/class-wp-themes-list-table.php:271
     1925#: wp-admin/includes/class-wp-theme-install-list-table.php:369
     1926#: wp-admin/import.php:205
     1927msgid "Details"
     1928msgstr "جزئیات"
     1929
     1930#: wp-includes/media-template.php:356
     1931msgid "Attachment Preview"
     1932msgstr "پیش‌نمایش پیوست"
     1933
     1934#: wp-includes/media-template.php:232
     1935msgid "Your browser cannot upload files"
     1936msgstr "مرورگر شما نمی‌تواند پرونده‌ها را بارگذاری نماید."
     1937
     1938#: wp-includes/class-wp-xmlrpc-server.php:615 wp-includes/option.php:2185
     1939msgid "Allow people to submit comments on new posts."
     1940msgstr "اجازه دهید دیگران برای نوشته‌های جدید دیدگاه ارسال کنند."
     1941
     1942#. translators: %s: Documentation URL.
     1943#: wp-login.php:474
     1944msgid "<strong>Error</strong>: The email could not be sent. Your site may not be correctly configured to send emails. <a href=\"%s\">Get support for resetting your password</a>."
     1945msgstr "<strong>خطا</strong>: ایمیل نمی‌تواند فرستاده شود. شاید سایت شما برای ارسال ایمیل به درستی پیکربندی نشده است. <a href=\"%s\">دریافت پشتیبانی برای بازنشانی رمز عبور</a>."
     1946
     1947#: wp-login.php:475
     1948msgid "https://wordpress.org/support/article/resetting-your-password/"
     1949msgstr "https://wordpress.org/support/article/resetting-your-password/"
     1950
     1951#: wp-includes/customize/class-wp-customize-theme-control.php:98
     1952#: wp-admin/themes.php:397 wp-admin/themes.php:736
     1953msgid "New version available."
     1954msgstr "نگارش جدید دردسترس است."
     1955
     1956#: wp-includes/taxonomy.php:2362
     1957msgid "Could not insert term taxonomy into the database."
     1958msgstr "درج طبقه‌بندی در پایگاه‌داده ممکن نیست."
     1959
     1960#. translators: 1: Link to tutorial, 2: Additional link attributes, 3:
     1961#. Accessibility text.
     1962#: wp-includes/media-template.php:161 wp-admin/includes/media.php:3193
     1963msgid "<a href=\"%1$s\" %2$s>Describe the purpose of the image%3$s</a>. Leave empty if the image is purely decorative."
     1964msgstr "<a href=\"%1$s\" %2$s>هدف از تصویر%3$s را شرح دهید</a>. اگر تصویر کاملا تزئینی است این را خالی رها نمایید."
     1965
     1966#. translators: %s: Theme name.
     1967#: wp-includes/class-wp-recovery-mode-email-service.php:269
     1968msgid "In this case, WordPress caught an error with your theme, %s."
     1969msgstr "در این مورد، وردپرس خطایی با پوسته شما گرفت، %s."
     1970
     1971#. translators: %s: Plugin name.
     1972#: wp-includes/class-wp-recovery-mode-email-service.php:263
     1973msgid "In this case, WordPress caught an error with one of your plugins, %s."
     1974msgstr "در این مورد، وردپرس خطایی با یکی از افزونه‌های شما گرفت، %s."
     1975
     1976#. translators: Do not translate LINK, EXPIRES, CAUSE, DETAILS, SITEURL,
     1977#. PAGEURL, SUPPORT. DEBUG: those are placeholders.
     1978#: wp-includes/class-wp-recovery-mode-email-service.php:152
     1979msgid ""
     1980"Howdy!\n"
     1981"\n"
     1982"Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.\n"
     1983"###CAUSE###\n"
     1984"First, visit your website (###SITEURL###) and check for any visible issues. Next, visit the page where the error was caught (###PAGEURL###) and check for any visible issues.\n"
     1985"\n"
     1986"###SUPPORT###\n"
     1987"\n"
     1988"If your site appears broken and you can't access your dashboard normally, WordPress now has a special \"recovery mode\". This lets you safely login to your dashboard and investigate further.\n"
     1989"\n"
     1990"###LINK###\n"
     1991"\n"
     1992"To keep your site safe, this link will expire in ###EXPIRES###. Don't worry about that, though: a new link will be emailed to you if the error occurs again after it expires.\n"
     1993"\n"
     1994"When seeking help with this issue, you may be asked for some of the following information:\n"
     1995"###DEBUG###\n"
     1996"\n"
     1997"###DETAILS###"
     1998msgstr ""
     1999"درود،\n"
     2000"\n"
     2001"از وردپرس ۵.۲ ویژگی‌های درونی برای تشخیص اینکه چه موقع یک افزونه یا پوسته در سایت شما دچار خطای مهلک شد، و با این ایمیل خودکار به شما اطلاع دهد، وجود دارد.\n"
     2002"###CAUSE###\n"
     2003"اول، سایت خود (###SITEURL###) را ببینید و برای هر خطای قابل رویتی بررسی نمایید.\n"
     2004" سپس، برگه‌ای که خطا در ان رخ داد را ببینید (###PAGEURL###) و برای هر خطای قابل رویتی بررسی نمایید.\n"
     2005"\n"
     2006"###SUPPORT###\n"
     2007"\n"
     2008"اگر سایت شما با مشکل نمایش داده می‌شود و شما نمی‌توانید بصورت معمول به پیشخوان دسترسی داشته باشید، هم‌اکنون وردپرس دارای یک \"حالت ترمیم\" ویژه است. این به شما اجازه می‌دهد با خیال راحت وارد پیشخوان خود شوید و بررسی بیشتری نمایید.\n"
     2009"\n"
     2010"###LINK###\n"
     2011"\n"
     2012"برای امن نگه‌داشتن سایتتان، این پیوند در ###EXPIRES### منقضی می‌شود. بابت آن نگران نباشید، اگرچه: اگر بعد از انقضای آن دوباره خطایی اتفاق بیوفتد یک پیوند جدید به شما ایمیل خواهد شد.\n"
     2013"\n"
     2014"وقتی دنبال کمک برای این مشکل هستید، شاید از شما برخی از اطلاعات زیر پرسیده شود:\n"
     2015"###DEBUG###\n"
     2016"\n"
     2017"###DETAILS###"
     2018
     2019#: wp-includes/class-wp-recovery-mode-email-service.php:140
     2020msgid "Please contact your host for assistance with investigating this issue further."
     2021msgstr "لطفا برای کمک بیشتر درخصوص بررسی این مشکل با میزبان خود تماس بگیرید."
     2022
     2023#: wp-includes/class-wp-recovery-mode.php:177
     2024msgid "Error occurred on a non-protected endpoint."
     2025msgstr "خطایی در نقطه‌پایانی محافظت‌نشده رخ داده است."
     2026
     2027#. translators: %s: Login screen title.
     2028#. translators: %s: Admin screen title.
     2029#: wp-login.php:75 wp-admin/admin-header.php:57
     2030msgid "Recovery Mode &#8212; %s"
     2031msgstr "حالت بازیابی &#8212; %s"
     2032
     2033#. translators: Login details notification email subject. %s: Site title.
     2034#: wp-includes/pluggable.php:2059
     2035msgid "[%s] Login Details"
     2036msgstr "جزئیات ورود [%s]"
     2037
     2038#: wp-includes/media-template.php:523 wp-includes/media-template.php:644
     2039#: wp-includes/media.php:4226 wp-admin/includes/meta-boxes.php:337
     2040#: wp-admin/includes/meta-boxes.php:441 wp-admin/includes/media.php:1710
     2041#: wp-admin/includes/class-wp-media-list-table.php:177
     2042#: wp-admin/includes/class-wp-comments-list-table.php:374
     2043#: wp-admin/includes/class-wp-posts-list-table.php:420 wp-admin/comment.php:136
     2044#: wp-admin/edit-form-comment.php:205
     2045msgid "Move to Trash"
     2046msgstr "انتقال به زباله‌دان"
     2047
     2048#: wp-includes/media-template.php:521 wp-includes/media-template.php:642
     2049#: wp-includes/media.php:4227
     2050msgid "Restore from Trash"
     2051msgstr "بازیافت از زباله‌دان"
     2052
     2053#: wp-login.php:1258 wp-includes/wp-db.php:1122 wp-includes/wp-db.php:1701
     2054#: wp-includes/wp-db.php:1858 wp-includes/update.php:166
     2055#: wp-includes/update.php:401 wp-includes/update.php:605
     2056#: wp-includes/customize/class-wp-customize-themes-section.php:90
     2057#: wp-admin/includes/theme.php:544 wp-admin/includes/theme.php:558
     2058#: wp-admin/includes/theme.php:573 wp-admin/includes/translation-install.php:66
     2059#: wp-admin/includes/translation-install.php:80
     2060#: wp-admin/includes/translation-install.php:92
     2061#: wp-admin/includes/update.php:141 wp-admin/includes/plugin-install.php:181
     2062#: wp-admin/includes/plugin-install.php:196
     2063#: wp-admin/includes/plugin-install.php:211
     2064#: wp-admin/includes/class-wp-automatic-updater.php:788
     2065#: wp-admin/includes/class-wp-automatic-updater.php:1157
     2066#: wp-admin/theme-install.php:63
     2067msgid "https://wordpress.org/support/forums/"
     2068msgstr "https://wordpress.org/support/forums/"
     2069
     2070#: wp-includes/admin-bar.php:184
     2071msgid "Support"
     2072msgstr "پشتیبانی"
     2073
     2074#. translators: Network admin email change notification email subject. %s:
     2075#. Network title.
     2076#: wp-includes/ms-functions.php:2825
     2077msgid "[%s] Network Admin Email Changed"
     2078msgstr "[%s] ایمیل مدیر شبکه تغییر کرد"
     2079
     2080#. translators: Email change notification email subject. %s: Network title.
     2081#: wp-includes/ms-functions.php:2762
     2082msgid "[%s] Network Admin Email Change Request"
     2083msgstr "[%s] درخواست تغییر ایمیل مدیر شبکه"
     2084
     2085#. translators: Site admin email change notification email subject. %s: Site
     2086#. title.
     2087#: wp-includes/functions.php:7059
     2088msgid "[%s] Admin Email Changed"
     2089msgstr "[%s] ایمیل مدیر تغییر کرد"
     2090
     2091#. translators: New email address notification email subject. %s: Site title.
     2092#: wp-includes/user.php:2900
     2093msgid "[%s] Email Change Request"
     2094msgstr "[%s] درخواست تغییر ایمیل"
     2095
     2096#. translators: Email change notification email subject. %s: Site title.
     2097#: wp-includes/user.php:2098
     2098msgid "[%s] Email Changed"
     2099msgstr "[%s] ایمیل تغییر کرد"
     2100
     2101#: wp-includes/js/dist/block-library.js:11127 wp-admin/options-reading.php:151
     2102msgid "posts"
     2103msgstr "نوشته‌ها"
     2104
     2105#: wp-includes/widgets/class-wp-widget-calendar.php:34
     2106#: wp-includes/js/dist/block-library.js:11125
     2107msgid "A calendar of your site’s posts."
     2108msgstr "یک تقویم از نوشته‌های سایت شما."
     2109
     2110#: wp-includes/media.php:4252
     2111msgid "Edit gallery"
     2112msgstr "ویرایش گالری"
     2113
     2114#: wp-includes/class-wp-recovery-mode.php:246
     2115msgid "Failed to exit recovery mode. Please try again later."
     2116msgstr "خروج از حالت بازیابی ناموفق بود. لطفا دوباره تلاش کنید."
     2117
     2118#: wp-includes/class-wp-recovery-mode.php:242
     2119msgid "Exit recovery mode link expired."
     2120msgstr "پیوند خروج از حالت تعمیر منقضی شد."
     2121
     2122#: wp-includes/class-wp-recovery-mode.php:188
     2123msgid "Failed to store the error."
     2124msgstr "ناموفق در ذخیره سازی خطا."
     2125
     2126#: wp-includes/class-wp-recovery-mode.php:172
     2127msgid "Error not caused by a plugin or theme."
     2128msgstr "خطا توسط یک افزونه یا پوسته ایجاد نشده است."
     2129
     2130#. translators: %s: Site title.
     2131#: wp-includes/class-wp-recovery-mode-email-service.php:199
     2132msgid "[%s] Your Site is Experiencing a Technical Issue"
     2133msgstr "[%s] سایت شما یک مشکل فنی را تجربه می‌کند"
     2134
     2135#: wp-includes/class-wp-recovery-mode-email-service.php:125
     2136msgid "Error Details"
     2137msgstr "جزئیات خطا"
     2138
     2139#. translators: 1. Last sent as a human time diff, 2. Wait time as a human time
     2140#. diff.
     2141#: wp-includes/class-wp-recovery-mode-email-service.php:79
     2142msgid "A recovery link was already sent %1$s ago. Please wait another %2$s before requesting a new email."
     2143msgstr "یک پیوند بازیابی %1$s قبل ارسال شده. لطفا %2$sدیگ صبر کنید و بعد یک ایمیل جدید درخواست دهید."
     2144
     2145#. translators: %s: mail()
     2146#: wp-includes/class-wp-recovery-mode-email-service.php:71
     2147msgid "The email could not be sent. Possible reason: your host may have disabled the %s function."
     2148msgstr "ایمیل نمی‌تواند ارسال شود. دلیل احتمالی: میزبان شما شاید تایع %s را غیرفعال کرده باشد."
     2149
     2150#: wp-includes/class-wp-recovery-mode-email-service.php:58
     2151msgid "Could not update the email last sent time."
     2152msgstr "نمی‌توان زمان ارسال آخرین ایمیل را به‌روز کرد."
     2153
     2154#: wp-includes/class-wp-recovery-mode-key-service.php:113
     2155msgid "Recovery key expired."
     2156msgstr "کلید بازیابی منقضی شده است."
     2157
     2158#: wp-includes/class-wp-recovery-mode-key-service.php:109
     2159msgid "Invalid recovery key."
     2160msgstr "کلید بازیابی نامعتبر."
     2161
     2162#: wp-includes/class-wp-recovery-mode-key-service.php:105
     2163msgid "Invalid recovery key format."
     2164msgstr "ساختار کلید بازیابی نامعتبر."
     2165
     2166#: wp-includes/class-wp-recovery-mode-key-service.php:97
     2167msgid "Recovery Mode not initialized."
     2168msgstr "حالت بازیابی تنظیم نشده است."
     2169
     2170#. translators: User role for subscribers.
     2171#: wp-includes/capabilities.php:1077
     2172msgctxt "User role"
     2173msgid "Subscriber"
     2174msgstr "مشترک"
     2175
     2176#. translators: User role for contributors.
     2177#: wp-includes/capabilities.php:1075
     2178msgctxt "User role"
     2179msgid "Contributor"
     2180msgstr "مشارکت‌کننده"
     2181
     2182#. translators: User role for authors.
     2183#: wp-includes/capabilities.php:1073
     2184msgctxt "User role"
     2185msgid "Author"
     2186msgstr "نویسنده"
     2187
     2188#. translators: User role for editors.
     2189#: wp-includes/capabilities.php:1071
     2190msgctxt "User role"
     2191msgid "Editor"
     2192msgstr "ویرایشگر"
     2193
     2194#. translators: User role for administrators.
     2195#: wp-includes/capabilities.php:1069
     2196msgctxt "User role"
     2197msgid "Administrator"
     2198msgstr "مدیر کل"
     2199
     2200#: wp-includes/customize/class-wp-customize-media-control.php:246
     2201msgid "Select site icon"
     2202msgstr "انتخاب آیکون سایت"
     2203
     2204#: wp-includes/user.php:3610
     2205msgid "An incomplete request for this email address already exists."
     2206msgstr "در حال حاضر یک درخواست کامل نشده برای این نشانی ایمیل وجود دارد."
     2207
     2208#: wp-includes/class-wp-customize-widgets.php:778
     2209msgid "Keep widget settings and move it to the inactive widgets"
     2210msgstr "تنظیمات ابزارک را حفظ و آن را به ابزارک‌های غیرفعال انتقال دهید."
     2211
     2212#: wp-includes/class-wp-recovery-mode-cookie-service.php:107
     2213msgid "Invalid cookie."
     2214msgstr "کوکی نامعتبر."
     2215
     2216#: wp-includes/class-wp-recovery-mode-cookie-service.php:100
     2217msgid "Cookie expired."
     2218msgstr "کوکی منقضی شده است."
     2219
     2220#: wp-includes/class-wp-recovery-mode-cookie-service.php:93
     2221#: wp-includes/class-wp-recovery-mode-cookie-service.php:156
     2222msgid "Invalid cookie format."
     2223msgstr "ساختار کوکی نامعتبر."
     2224
     2225#: wp-includes/class-wp-recovery-mode-cookie-service.php:78
     2226#: wp-includes/class-wp-recovery-mode-cookie-service.php:127
     2227msgid "No cookie present."
     2228msgstr "هیچ کوکی وجود ندارد."
     2229
     2230#. translators: 1: Error type, 2: Error line number, 3: Error file name, 4:
     2231#. Error message.
     2232#: wp-includes/error-protection.php:63
     2233msgid "An error of type %1$s was caused in line %2$s of the file %3$s. Error message: %4$s"
     2234msgstr "یک خطا از نوع %1$s در خط %2$s از پرونده %3$s رخ داد. پیام خطا: %4$s"
     2235
     2236#: wp-includes/class-wp-theme.php:320
     2237#: wp-admin/includes/class-wp-themes-list-table.php:286
     2238#: wp-admin/theme-editor.php:43 wp-admin/theme-editor.php:368
     2239#: wp-admin/update-core.php:480
     2240msgid "https://developer.wordpress.org/themes/advanced-topics/child-themes/"
     2241msgstr "https://developer.wordpress.org/themes/advanced-topics/child-themes/"
     2242
     2243#. translators: %s: The amount of additional, not visible images in the gallery
     2244#. widget preview.
     2245#: wp-includes/widgets/class-wp-widget-media-gallery.php:218
     2246msgid "Additional images added to this gallery: %s"
     2247msgstr "تصاویر افزوده‌ای به این گالری اضافه شد: %s"
     2248
     2249#. translators: %s: The image file name.
     2250#: wp-includes/widgets/class-wp-widget-media-image.php:364
     2251#: wp-includes/widgets/class-wp-widget-media-gallery.php:204
     2252msgid "The current image has no alternative text. The file name is: %s"
     2253msgstr "تصویر فعلی متن جایگزین ندارد. نام پرونده: %s"
     2254
     2255#: wp-includes/admin-bar.php:1101
     2256msgid "Exit Recovery Mode"
     2257msgstr "خروج از حالت بازیابی"
     2258
     2259#. translators: %s: Number of comments.
     2260#: wp-includes/admin-bar.php:921 wp-admin/includes/ajax-actions.php:470
     2261#: wp-admin/includes/ajax-actions.php:541
     2262#: wp-admin/includes/ajax-actions.php:1377 wp-admin/includes/dashboard.php:311
     2263#: wp-admin/menu.php:94
     2264msgid "%s Comment in moderation"
     2265msgid_plural "%s Comments in moderation"
     2266msgstr[0] "%s دیدگاه در حالت رسیدگی"
     2267
     2268#: wp-content/plugins/hello.php:62 hello.php:62
     2269msgid "Quote from Hello Dolly song, by Jerry Herman:"
     2270msgstr "گفتاوردی از ترانهٔ سلام عزیزم، توسط جری هرمن:"
     2271
     2272#: wp-login.php:1373
     2273msgid "Recovery Mode Initialized. Please log in to continue."
     2274msgstr "حالت ترمیم فعال شد. برای ادامه لطفا وارد شوید."
     2275
     2276#: wp-login.php:1268
     2277msgid "https://wordpress.org/support/article/cookies/#enable-cookies-in-your-browser"
     2278msgstr "https://wordpress.org/support/article/cookies/#enable-cookies-in-your-browser"
     2279
     2280#: wp-login.php:1257
     2281msgid "https://wordpress.org/support/article/cookies/"
     2282msgstr "https://wordpress.org/support/article/cookies/"
     2283
     2284#: wp-login.php:1178 wp-includes/user.php:3872
     2285msgid "Missing confirm key."
     2286msgstr "فاقد کلید تایید."
     2287
     2288#: wp-login.php:1174 wp-admin/includes/ajax-actions.php:4730
     2289#: wp-admin/includes/ajax-actions.php:4920
     2290msgid "Missing request ID."
     2291msgstr "فاقد شناسه درخواست."
     2292
     2293#: wp-login.php:148
     2294msgid "Usage of the title attribute on the login logo is not recommended for accessibility reasons. Use the link text instead."
     2295msgstr "استفاده از خاصیت عنوان برای نشان ورود به جهت در دسترس‌پذیری توصیه نمی‌شود. به‌جای آن از متن پیوند استفاده کنید."
     2296
     2297#: wp-includes/functions.php:7479
     2298msgid "Update PHP"
     2299msgstr "به‌روزرسانی PHP"
     2300
     2301#: wp-includes/ms-site.php:79
     2302msgid "Could not retrieve site data."
     2303msgstr "بازیابی داده‌های سایت ممکن نیست."
     2304
     2305#. translators: %s: rest_api_init
     2306#: wp-includes/rest-api.php:59
     2307msgid "REST API routes must be registered on the %s action."
     2308msgstr "مسیرهای REST API باید در عمل %s ثبت نام شوند."
     2309
     2310#. translators: Used to join last two items in a list with more than 2 times.
     2311#: wp-includes/formatting.php:5123
     2312msgid "%1$s, and %2$s"
     2313msgstr "%1$s، و %2$s"
     2314
     2315#. translators: %s: Number of failed requests.
     2316#: wp-includes/post.php:456
     2317msgid "Failed <span class=\"count\">(%s)</span>"
     2318msgid_plural "Failed <span class=\"count\">(%s)</span>"
     2319msgstr[0] "<span class=\"count\">(%s)</span> ناموفق شد"
     2320
     2321#: wp-includes/class-walker-comment.php:304
     2322#: wp-includes/class-walker-comment.php:402
     2323msgid "Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved."
     2324msgstr "دیدگاه شما منتظر بررسی است. این یک پیش‌نمایش است، دیدگاه شما بعد از تأیید قابل نمایش خواهد شد."
     2325
     2326#. translators: %s: Database table name.
     2327#: wp-includes/ms-site.php:1334
     2328msgid "The %s table is not installed. Please run the network database upgrade."
     2329msgstr "جدول %s نصب نشده است. لطفاً به‌روزرسانی پایگاه‌دادهٔ شبکه را اجرا نمایید."
     2330
     2331#: wp-includes/ms-site.php:817
     2332msgid "The site appears to be already uninitialized."
     2333msgstr "به نظر می‌رسد سایت پیش از این از کار انداخته شده است."
     2334
     2335#. translators: %d: Site ID.
     2336#: wp-includes/ms-site.php:699
     2337msgid "Site %d"
     2338msgstr "سایت %d"
     2339
     2340#: wp-includes/ms-site.php:686
     2341msgid "The site appears to be already initialized."
     2342msgstr "به نظر می‌رسد سایت پیش از این راه‌اندازی شده است."
     2343
     2344#: wp-includes/ms-site.php:682 wp-includes/ms-site.php:813
     2345msgid "Site with the ID does not exist."
     2346msgstr "سایت با این شناسه وجود ندارد."
     2347
     2348#: wp-includes/ms-site.php:626
     2349msgid "Both registration and last updated dates must be valid dates."
     2350msgstr "هر دو تاریخ نام نویسی و آخرین به‌روزرسانی باید تاریخ‌های معتبری باشند."
     2351
     2352#: wp-includes/ms-site.php:615
     2353msgid "Both registration and last updated dates must be provided."
     2354msgstr "هر دو تاریخ نام‌نویسی و آخرین به‌روزرسانی باید ارائه شود."
     2355
     2356#: wp-includes/ms-site.php:608
     2357msgid "Site network ID must be provided."
     2358msgstr "شناسهٔ شبکه سایت باید ارائه شود."
     2359
     2360#: wp-includes/ms-site.php:603
     2361msgid "Site path must not be empty."
     2362msgstr "مسیر سایت نباید خالی باشد."
     2363
     2364#: wp-includes/ms-site.php:598
     2365msgid "Site domain must not be empty."
     2366msgstr "دامنه سایت نباید خالی باشد."
     2367
     2368#: wp-includes/ms-site.php:269
     2369msgid "Could not delete site from the database."
     2370msgstr "نمی‌توانید سایت را از پایگاه‌داده حذف نمایید."
     2371
     2372#: wp-includes/ms-site.php:180
     2373msgid "Could not update site in the database."
     2374msgstr "عدم توانایی در به‌روزرسانی سایت در پایگاه‌داده."
     2375
     2376#: wp-includes/ms-site.php:166 wp-includes/ms-site.php:219
     2377msgid "Site does not exist."
     2378msgstr "سایت وجود ندارد."
     2379
     2380#: wp-includes/ms-site.php:161 wp-includes/ms-site.php:214
     2381#: wp-includes/ms-site.php:677 wp-includes/ms-site.php:808
     2382msgid "Site ID must not be empty."
     2383msgstr "شناسهٔ سایت نباید خالی باشد."
     2384
     2385#: wp-includes/ms-site.php:69
     2386msgid "Could not insert site into the database."
     2387msgstr "عدم توانایی در درج اطلاعات سایت در پایگاه‌داده."
     2388
     2389#: wp-includes/ms-functions.php:2099
     2390msgid "Unable to submit this form, please try again."
     2391msgstr "قادر به فرستادن این فرم نیستیم، لطفاً دوباره تلاش نمایید."
     2392
     2393#: wp-includes/taxonomy.php:165
     2394msgctxt "post format"
     2395msgid "Formats"
     2396msgstr "ساختار"
     2397
     2398#. translators: Used to join items in a list with more than 2 items.
     2399#: wp-includes/formatting.php:5121
     2400msgid "%1$s, %2$s"
     2401msgstr "%1$s، %2$s"
     2402
     2403#. translators: %s: Default Update PHP page URL.
     2404#: wp-includes/functions.php:7422
     2405msgid "This resource is provided by your web host, and is specific to your site. For more information, <a href=\"%s\" target=\"_blank\">see the official WordPress documentation</a>."
     2406msgstr "این منبع توسط میزبان وب شما ارائه شده است، و این ویژه سایت شماست. برای اطلاعات بیشتر، <a href=\"%s\" target=\"_blank\">مستندات رسمی وردپرس را ببینید</a>."
     2407
     2408#: wp-includes/functions.php:7379
     2409msgctxt "localized PHP upgrade information page"
     2410msgid "https://wordpress.org/support/update-php/"
     2411msgstr "https://wordpress.org/support/update-php/"
     2412
     2413#. translators: %s: Time duration in second or seconds.
     2414#. translators: Time difference between two dates, in seconds. %s: Number of
     2415#. seconds.
     2416#: wp-includes/functions.php:542 wp-includes/formatting.php:3735
     2417msgid "%s second"
     2418msgid_plural "%s seconds"
     2419msgstr[0] "%s ثانیه"
     2420
     2421#. translators: %s: Time duration in minute or minutes.
     2422#: wp-includes/functions.php:536
     2423msgid "%s minute"
     2424msgid_plural "%s minutes"
     2425msgstr[0] "%s دقیقه"
     2426
     2427#. translators: 1: A number of pixels wide, 2: A number of pixels tall.
     2428#: wp-includes/media-template.php:418 wp-includes/media-template.php:617
     2429msgid "%1$s by %2$s pixels"
     2430msgstr "%1$s در %2$s پیکسل"
     2431
     2432#: wp-includes/class-wp-theme.php:423
     2433msgid "This theme failed to load properly and was paused within the admin backend."
     2434msgstr "این پوسته در بارگذاری صحیح ناموفق بود و در داخل بخش مدیریت متوقف شد."
     2435
     2436#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:394
     2437msgid "Whether to show the taxonomy in the quick/bulk edit panel."
     2438msgstr "نمایش طبقه‌بندی در پنل ویرایش دسته‌ای/سریع یا خیر."
     2439
     2440#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:390
     2441msgid "Whether to make the taxonomy available for selection in navigation menus."
     2442msgstr "این که آیا طبقه‌بندی را برای انتخاب در فهرست راهبری دردسترس قرار دهید."
     2443
     2444#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:386
     2445msgid "Whether to allow automatic creation of taxonomy columns on associated post-types table."
     2446msgstr "این که آیا اجازه ایجاد خودکار ستون‌های طبقه‌بندی در جدول مربوط به نوع‌نوشته‌ها را داشته باشیم."
     2447
     2448#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:382
     2449msgid "Whether to generate a default UI for managing this taxonomy."
     2450msgstr "آیا یک رابط کاربری پیشفرض برای مدیریت این طبقه‌بندی تولید شود یا خیر."
     2451
     2452#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:378
     2453msgid "Whether the taxonomy is publicly queryable."
     2454msgstr "آیا طبقه‌بندی به صورت عمومی قابل پرس‌وجو است یا خیر."
     2455
     2456#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:374
     2457msgid "Whether a taxonomy is intended for use publicly either via the admin interface or by front-end users."
     2458msgstr "این که آیا طبقه‌بندی برای استفاده عموم یا از طریق رابط مدیر یا کاربران سایت در نظر گرفته شده است."
     2459
     2460#: wp-login.php:365 wp-login.php:407 wp-includes/user.php:2288
     2461msgid "<strong>Error</strong>: There is no account with that username or email address."
     2462msgstr "<strong>خطا</strong>: هیچ حساب کاربری با آن نام کاربری یا نشانی ایمیل وجود ندارد."
     2463
     2464#: wp-includes/class-wp.php:300 wp-includes/ms-deprecated.php:275
     2465#: wp-includes/ms-deprecated.php:294
     2466msgid "A variable mismatch has been detected."
     2467msgstr "یک ناهمسانی متغیر شناسایی شد."
     2468
     2469#: wp-activate.php:30
     2470msgid "A key value mismatch has been detected. Please follow the link provided in your activation email."
     2471msgstr "یک ناهمسانی مقدر کلید شناسایی داده شده است. لطفاً پیوند ارائه شده در ایمیل فعال‌سازی خود را دنبال کنید."
     2472
     2473#: wp-includes/class-wp-editor.php:1394
     2474msgid "Classic Block Keyboard Shortcuts"
     2475msgstr "میانبرهای تخته‌کلید بلوک کلاسیک"
     2476
     2477#: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:166
     2478msgid "Sorry, you are not allowed to view autosaves of this post."
     2479msgstr "با عرض پوزش، شما مجاز به مشاهدهٔ ذخیره خودکار این نوشته نمی‌باشید."
     2480
     2481#: wp-includes/js/dist/block-editor.js:23850
     2482#: wp-includes/js/dist/block-library.js:2457 wp-admin/edit-form-blocks.php:285
     2483msgid "Start writing or type / to choose a block"
     2484msgstr "شروع به نوشتن نمایید یا جهت انتخاب یک بلوک / را تایپ نمایید"
     2485
     2486#: wp-includes/media.php:4264 wp-includes/js/dist/block-library.js:5701
     2487#: wp-includes/js/dist/block-library.js:5702
     2488msgid "Edit image"
     2489msgstr "ویرایش تصویر"
     2490
     2491#: wp-includes/media-template.php:506 wp-includes/media-template.php:697
     2492#: wp-includes/js/dist/block-library.js:15020 wp-admin/includes/media.php:3272
     2493msgid "Copy URL"
     2494msgstr "کپی URL"
     2495
     2496#: wp-includes/block-patterns/large-header-button.php:10
     2497#: wp-includes/block-patterns/large-header.php:10
     2498#: wp-includes/js/dist/block-library.js:12993
     2499#: wp-includes/js/dist/block-library.js:13049
     2500#: wp-includes/js/dist/block-library.js:13095
     2501#: wp-includes/js/dist/block-library.js:13150
     2502msgid "Write title…"
     2503msgstr "نوشتن عنوان…"
     2504
     2505#: wp-includes/js/dist/blocks.js:5991 wp-admin/options-media.php:100
     2506msgid "Embeds"
     2507msgstr "جاسازی‌ها"
     2508
     2509#: wp-includes/js/dist/edit-post.js:5415 wp-includes/js/dist/edit-post.js:6975
     2510#: wp-admin/includes/meta-boxes.php:1545 wp-admin/menu.php:296
     2511msgid "Discussion"
     2512msgstr "گفت‌وگو"
     2513
     2514#: wp-includes/js/dist/editor.js:12796 wp-includes/js/dist/editor.js:12801
     2515#: wp-admin/edit-form-advanced.php:517 wp-admin/edit-form-blocks.php:296
     2516msgid "Add title"
     2517msgstr "افزودن عنوان"
     2518
     2519#: wp-includes/js/dist/editor.js:10965 wp-admin/includes/meta-boxes.php:163
     2520msgid "Visibility:"
     2521msgstr "قابلیت مشاهده: "
     2522
     2523#: wp-includes/media-template.php:507 wp-includes/media-template.php:698
     2524#: wp-includes/js/dist/editor.js:11130 wp-includes/js/dist/edit-post.js:1874
     2525#: wp-includes/js/dist/block-library.js:15020
     2526#: wp-admin/includes/class-wp-privacy-policy-content.php:423
     2527#: wp-admin/includes/media.php:3273 wp-admin/site-health-info.php:102
     2528msgid "Copied!"
     2529msgstr "کپی شد!"
     2530
     2531#: wp-includes/js/dist/editor.js:9793 wp-admin/includes/meta-boxes.php:364
     2532#: wp-admin/includes/meta-boxes.php:365
     2533msgid "Submit for Review"
     2534msgstr "فرستادن برای بازبینی"
     2535
     2536#: wp-includes/media.php:4262 wp-includes/js/dist/block-library.js:8171
     2537msgid "Replace image"
     2538msgstr "جایگزینی تصویر"
     2539
     2540#: wp-includes/js/dist/editor.js:8588 wp-admin/includes/meta-boxes.php:801
     2541msgid "Allow comments"
     2542msgstr "پذیرفتن دیدگاه"
     2543
     2544#: wp-includes/js/dist/editor.js:8204 wp-admin/includes/meta-boxes.php:1008
     2545#: wp-admin/includes/media.php:1385 wp-admin/includes/media.php:2544
     2546#: wp-admin/includes/class-wp-posts-list-table.php:1703
     2547msgid "Order"
     2548msgstr "ترتیب"
     2549
     2550#: wp-includes/js/dist/block-editor.js:17671
     2551#: wp-admin/includes/class-theme-installer-skin.php:248
     2552#: wp-admin/includes/class-plugin-installer-skin.php:224
     2553msgid "Current"
     2554msgstr "فعلی"
     2555
     2556#: wp-includes/js/dist/components.js:40069
     2557#: wp-admin/includes/edit-tag-messages.php:14
     2558msgid "Item added."
     2559msgstr "مورد افزوده شد."
     2560
     2561#. translators: accessibility text
     2562#. translators: Accessibility text.
     2563#: wp-login.php:689 wp-includes/widgets/class-wp-widget-custom-html.php:317
     2564#: wp-includes/media-template.php:167
     2565#: wp-includes/customize/class-wp-customize-nav-menu-locations-control.php:59
     2566#: wp-includes/functions.php:7481
     2567#: wp-includes/class-wp-customize-manager.php:4338
     2568#: wp-includes/class-wp-customize-manager.php:5660
     2569#: wp-includes/class-wp-customize-manager.php:5681
     2570#: wp-includes/js/dist/components.js:37307 wp-includes/js/dist/editor.js:9329
     2571#: wp-admin/includes/theme.php:829
     2572#: wp-admin/includes/class-wp-privacy-policy-content.php:360
     2573#: wp-admin/includes/meta-boxes.php:80 wp-admin/includes/media.php:3199
     2574#: wp-admin/includes/class-wp-site-health.php:736
     2575#: wp-admin/includes/class-wp-site-health.php:848
     2576#: wp-admin/includes/class-wp-site-health.php:1166
     2577#: wp-admin/includes/class-wp-site-health.php:1403
     2578#: wp-admin/includes/class-wp-site-health.php:1441
     2579#: wp-admin/includes/class-wp-site-health.php:1510
     2580#: wp-admin/includes/dashboard.php:1233 wp-admin/includes/dashboard.php:1245
     2581#: wp-admin/includes/dashboard.php:1258 wp-admin/includes/dashboard.php:1756
     2582msgid "(opens in a new tab)"
     2583msgstr "(در یک برگهٔ جدید باز می‌شود)"
     2584
     2585#: wp-includes/post.php:282 wp-includes/js/dist/editor.js:6085
     2586msgid "Block updated."
     2587msgstr "بلوک به‌روزرسانی شد."
     2588
     2589#: wp-includes/post.php:281
     2590msgid "Block scheduled."
     2591msgstr "بلوک زمانبندی‌شد."
     2592
     2593#: wp-includes/post.php:280
     2594msgid "Block reverted to draft."
     2595msgstr "بلوک به حالت پیشنویس بازگردانده‌شد."
     2596
     2597#: wp-includes/post.php:279
     2598msgid "Block published privately."
     2599msgstr "بلوک به صورت خصوصی منتشرشد."
     2600
     2601#: wp-includes/post.php:278
     2602msgid "Block published."
     2603msgstr "بلوک منتشرشد."
     2604
     2605#: wp-includes/post.php:277
     2606msgid "Blocks list"
     2607msgstr "لیست بلوک‌ها"
     2608
     2609#: wp-includes/post.php:276
     2610msgid "Blocks list navigation"
     2611msgstr "راهبری فهرست بلوک‌ها"
     2612
     2613#: wp-includes/post.php:275
     2614msgid "Filter blocks list"
     2615msgstr "فیلترکردن لیست بلوک‌ها"
     2616
     2617#: wp-includes/post.php:273 wp-includes/js/dist/edit-post.js:5047
     2618msgid "No blocks found."
     2619msgstr "بلوکی یافت نشد."
     2620
     2621#: wp-includes/post.php:271
     2622msgid "All Blocks"
     2623msgstr "تمام بلوک‌ها"
     2624
     2625#: wp-includes/post.php:270
     2626msgid "View Block"
     2627msgstr "مشاهده بلوک"
     2628
     2629#: wp-includes/post.php:269
     2630msgid "Edit Block"
     2631msgstr "ویرایش بلوک"
     2632
     2633#: wp-includes/post.php:268
     2634msgid "New Block"
     2635msgstr "بلوک جدید"
     2636
     2637#: wp-includes/post.php:267
     2638msgid "Add New Block"
     2639msgstr "افزودن بلوک جدید"
     2640
     2641#: wp-includes/post.php:266
     2642msgctxt "Block"
     2643msgid "Add New"
     2644msgstr "افزودن جدید"
     2645
     2646#: wp-includes/post.php:265
     2647msgctxt "add new on admin bar"
     2648msgid "Block"
     2649msgstr "بلوک"
     2650
     2651#: wp-includes/post.php:264
     2652msgctxt "admin menu"
     2653msgid "Blocks"
     2654msgstr "بلوک‌ها"
     2655
     2656#: wp-includes/post.php:263
     2657msgctxt "post type singular name"
     2658msgid "Block"
     2659msgstr "بلوک"
     2660
     2661#: wp-includes/post.php:262
     2662msgctxt "post type general name"
     2663msgid "Blocks"
     2664msgstr "بلوک‌ها"
     2665
     2666#. translators: Abbreviated date/time format, see https://www.php.net/date
     2667#: wp-includes/script-loader.php:354
     2668msgid "M j, Y g:i a"
     2669msgstr "M j، Y g:i a"
     2670
     2671#: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:210
     2672msgid "The rendered block."
     2673msgstr "بلوک تولیدشده."
     2674
     2675#: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:167
     2676msgid "Invalid block."
     2677msgstr "بلوک نامعتبر."
     2678
     2679#: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:130
     2680msgid "Sorry, you are not allowed to read blocks as this user."
     2681msgstr "با عرض پوزش، شما مجاز به خواندن بلوک‌ها توسط این کاربر نمی‌باشید."
     2682
     2683#: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:120
     2684msgid "Sorry, you are not allowed to read blocks of this post."
     2685msgstr "با عرض پوزش، شما مجاز به خواندن بلوک‌های این نوشته نمی‌باشید."
     2686
     2687#: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:91
     2688msgid "ID of the post context."
     2689msgstr "شناسه متن نوشته."
     2690
     2691#: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:54
     2692msgid "Attributes for the block"
     2693msgstr "ویژگی‌ها برای بلوک"
     2694
     2695#: wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php:43
     2696msgid "Unique registered name for the block."
     2697msgstr "نام ثبت شده یکتا برای بلوک."
     2698
     2699#: wp-includes/post.php:272
     2700msgid "Search Blocks"
     2701msgstr "جست‌وجوی بلوک‌ها"
     2702
     2703#: wp-includes/theme.php:4021
     2704msgid "Whether the theme supports responsive embedded content."
     2705msgstr "این که آیا پوسته از محتوای جاسازی شده واکنشگرا را پشتیبانی می‌کند."
     2706
     2707#. translators: %s: Duration.
     2708#: wp-includes/script-loader.php:341
     2709msgid "%s from now"
     2710msgstr "%s از حالا"
     2711
     2712#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:431
     2713msgid "Limit result set to themes assigned one or more statuses."
     2714msgstr "نتیجه محدود شده به پوسته‌های دارای یک یا چند وضعیت."
     2715
     2716#: wp-includes/theme.php:3984
     2717msgid "Post formats supported."
     2718msgstr "حالات مختلف نوشته پشتیبانی می‌شود."
     2719
     2720#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:375
     2721msgid "Features supported by this theme."
     2722msgstr "ویژگی‌ها توسط این پوسته پشتیبانی می‌شوند."
     2723
     2724#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:368
     2725msgid "The visibility settings for the taxonomy."
     2726msgstr "تنظیمات قابلیت مشاهده برای طبقه‌بندی."
     2727
     2728#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:376
     2729msgid "Invalid type parameter."
     2730msgstr "نوع پارامتر نامعتبر است."
     2731
     2732#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:319
     2733msgid "Limit results to items of one or more object subtypes."
     2734msgstr "محدود کردن نتایج به موارد یک یا چند شیء زیرمجموعه."
     2735
     2736#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:312
     2737msgid "Limit results to items of an object type."
     2738msgstr "محدود کردن نتایج به موارد یک نوع شیء."
     2739
     2740#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:273
     2741msgid "Object subtype."
     2742msgstr "شی زیرنوع."
     2743
     2744#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:266
     2745msgid "Object type."
     2746msgstr "نوع شیء."
     2747
     2748#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:138
     2749msgid "Internal search handler error."
     2750msgstr "خطای رسیدگی کننده جستجوی داخلی."
     2751
     2752#. translators: %s: PHP class name.
     2753#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:74
     2754msgid "REST search handlers must extend the %s class."
     2755msgstr "رسیدگی کنندگان جستجوی REST باید کلاس %s را گسترش دهند."
     2756
     2757#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2476
     2758msgid "The current user can post unfiltered HTML markup and JavaScript."
     2759msgstr "کاربر فعلی می تواند HTML صافی نشده و جاوااسکریپت را ارسال نماید."
     2760
     2761#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2252
     2762msgid "Version of the content block format used by the object."
     2763msgstr "نسخه قالب بلوک محتوای استفاده‌شده توسط شیء (object)."
     2764
     2765#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2137
     2766msgid "Slug automatically generated from the object title."
     2767msgstr "نامک بصورت خودکار از عنوان تولید گردید."
     2768
     2769#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2130
     2770msgid "Permalink template for the object."
     2771msgstr "قالب پیوند برای این شی"
     2772
     2773#: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:379
     2774msgid "There is nothing to save. The autosave and the post content are the same."
     2775msgstr "چیزی برای ذخیره وجود ندارد! ذخیره خودکار و محتوی نوشته یکسان هستند. "
     2776
     2777#: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:324
     2778msgid "Preview link for the post."
     2779msgstr "پیوند پیش‌نمایش برای نوشته."
     2780
     2781#: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:269
     2782msgid "There is no autosave revision for this post."
     2783msgstr "برای این نوشته هیچ ذخیره خودکاری از رونوشت وجود ندارد."
     2784
     2785#: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:119
     2786msgid "The ID for the object."
     2787msgstr "شناسه (ID) برای شیء."
     2788
     2789#: wp-includes/post.php:1725 wp-admin/edit-form-advanced.php:195
     2790#: wp-admin/edit-form-advanced.php:198
     2791msgid "Page updated."
     2792msgstr "برگه به‌روزرسانی شد."
     2793
     2794#: wp-includes/post.php:1725 wp-admin/edit-form-advanced.php:180
     2795#: wp-admin/edit-form-advanced.php:183
     2796msgid "Post updated."
     2797msgstr "نوشته به‌روزرسانی شد."
     2798
     2799#: wp-includes/post.php:1724
     2800msgid "Page scheduled."
     2801msgstr "برگه زمان‌بندی شد."
     2802
     2803#: wp-includes/post.php:1724
     2804msgid "Post scheduled."
     2805msgstr "نوشته زمانبندی شد."
     2806
     2807#: wp-includes/post.php:1723
     2808msgid "Page reverted to draft."
     2809msgstr "بازگرداندن برگه به پیش‌نویس."
     2810
     2811#: wp-includes/post.php:1723
     2812msgid "Post reverted to draft."
     2813msgstr "نوشته پیش‌نویس شد."
     2814
     2815#: wp-includes/post.php:1722
     2816msgid "Page published privately."
     2817msgstr "برگهٔ خصوصی منتشر شد."
     2818
     2819#: wp-includes/post.php:1722
     2820msgid "Post published privately."
     2821msgstr "نوشته به طور خصوصی منتشر شد."
     2822
     2823#: wp-includes/post.php:1721 wp-admin/edit-form-advanced.php:201
     2824msgid "Page published."
     2825msgstr "برگه منتشر شد."
     2826
     2827#: wp-includes/post.php:1721 wp-admin/edit-form-advanced.php:186
     2828msgid "Post published."
     2829msgstr "نوشته منتشر شد."
     2830
     2831#. translators: %s: Block name.
     2832#: wp-includes/class-wp-block-type-registry.php:108
     2833msgid "Block type \"%s\" is not registered."
     2834msgstr "نوع بلوک \"%s\" ثبت نشده است."
     2835
     2836#. translators: %s: Block name.
     2837#: wp-includes/class-wp-block-type-registry.php:78
     2838msgid "Block type \"%s\" is already registered."
     2839msgstr "نوع بلوک \"%s\" هم‌اکنون ثبت شده است."
     2840
     2841#: wp-includes/class-wp-block-type-registry.php:71
     2842msgid "Block type names must contain a namespace prefix. Example: my-plugin/my-custom-block-type"
     2843msgstr "نام‌های نوع بلوک باید فاصله بین کلمه داشته باشند. مانند: my-plugin/my-custom-block-type"
     2844
     2845#: wp-includes/class-wp-block-type-registry.php:64
     2846msgid "Block type names must not contain uppercase characters."
     2847msgstr "نام‌های نوع بلوک نباید حروف بزرگ داشته باشند."
     2848
     2849#: wp-includes/class-wp-block-type-registry.php:58
     2850msgid "Block type names must be strings."
     2851msgstr "نام‌های نوع بلوک باید رشته باشند."
     2852
     2853#: wp-includes/blocks/latest-comments.php:147
     2854msgid "No comments to show."
     2855msgstr "دیدگاهی برای نمایش وجود ندارد."
     2856
     2857#. translators: 1: author name (inside <a> or <span> tag, based on if they have
     2858#. a URL), 2: post title related to this comment
     2859#: wp-includes/blocks/latest-comments.php:99
     2860msgid "%1$s on %2$s"
     2861msgstr "%1$s در %2$s"
     2862
     2863#: wp-includes/blocks/archives.php:104
     2864msgid "No archives to show."
     2865msgstr "بایگانی برای نمایش وجود ندارد."
     2866
     2867#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:306
     2868msgid "The offset number requested is larger than or equal to the number of available revisions."
     2869msgstr "شماره درخواستی بزرگتر یا برابر با شماره رونوشت‌های موجود است."
     2870
     2871#: wp-includes/user.php:3811
     2872msgid "Unable to send personal data export confirmation email."
     2873msgstr "امکان ارسال ایمیل تاییدیه اطلاعات شخصی وجود ندارد."
     2874
     2875#: wp-includes/user.php:3678
     2876msgid "Invalid user request."
     2877msgstr "درخواست کاربر نامعتبر است"
     2878
     2879#. translators: Privacy data request confirmed notification email subject. 1:
     2880#. Site title, 2: Name of the confirmed action.
     2881#: wp-includes/user.php:3296
     2882msgid "[%1$s] Action Confirmed: %2$s"
     2883msgstr "[%1$s] اقدام تأیید شد: %2$s"
     2884
     2885#. translators: %s: Taxonomy name.
     2886#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2530
     2887msgid "The current user can create terms in the %s taxonomy."
     2888msgstr "کاربر فعلی می‌تواند شرایط را در طبقه بندی %s ایجاد کند."
     2889
     2890#. translators: %s: Taxonomy name.
     2891#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2528
     2892msgid "The current user can assign terms in the %s taxonomy."
     2893msgstr "کاربر فعلی می‌تواند شرایط را در طبقه بندی %s تعیین کند."
     2894
     2895#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2509
     2896msgid "The current user can change the author on this post."
     2897msgstr "کاربر فعلی می‌تواند نویسنده این نوشته را تغییر دهد."
     2898
     2899#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2493
     2900msgid "The current user can sticky this post."
     2901msgstr "کاربر فعلی می‌تواند این نوشته را سنجاق کند."
     2902
     2903#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2460
     2904msgid "The current user can publish this post."
     2905msgstr "کاربر فعلی می‌تواند این نوشته را منتشر کند."
     2906
     2907#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1267
     2908#: wp-admin/includes/ms.php:45
     2909msgid "You have used your space quota. Please delete files before uploading."
     2910msgstr "شما از سهمیه فضای سایتتان استفاده کرده‌اید. لطفا قبل از بارگذاری پروندهای بیشتر، پرونده‌های قبلی را حذف نمایید."
     2911
     2912#. translators: %s: Required disk space in kilobytes.
     2913#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1247
     2914#: wp-admin/includes/ms.php:36
     2915msgid "Not enough space to upload. %s KB needed."
     2916msgstr "فضای کافی برای بارگذاری وجود ندارد. %s کیلوبایت نیاز دارید."
     2917
     2918#: wp-includes/user.php:3550
     2919msgid "The site administrator has been notified. You will receive an email confirmation when they erase your data."
     2920msgstr "مدیریت سایت با خبر شده است. تاییدیه حذف اطلاعات شما از سوی آن‌ها از طریق ایمیل به اطلاع شما خواهد رسید."
     2921
     2922#: wp-includes/user.php:3549
     2923msgid "Thanks for confirming your erasure request."
     2924msgstr "با تشکر از تایید درخواست حذف شما."
     2925
     2926#: wp-includes/user.php:3547
     2927msgid "The site administrator has been notified. You will receive a link to download your export via email when they fulfill your request."
     2928msgstr "مدیر سایت آگاه شد. هنگامیکه درخواست شما انجام شد، پیوندی جهت دریافت خروجی‌تان از طریق ایمیل دریافت می‌کنید."
     2929
     2930#: wp-includes/user.php:3546
     2931msgid "Thanks for confirming your export request."
     2932msgstr "با تشکر از تایید درخواست استخراج شما."
     2933
     2934#. translators: Do not translate SITENAME, SITEURL, PRIVACY_POLICY_URL; those
     2935#. are placeholders.
     2936#: wp-includes/user.php:3445
     2937msgid ""
     2938"Howdy,\n"
     2939"\n"
     2940"Your request to erase your personal data on ###SITENAME### has been completed.\n"
     2941"\n"
     2942"If you have any follow-up questions or concerns, please contact the site administrator.\n"
     2943"\n"
     2944"For more information, you can also read our privacy policy: ###PRIVACY_POLICY_URL###\n"
     2945"\n"
     2946"Regards,\n"
     2947"All at ###SITENAME###\n"
     2948"###SITEURL###"
     2949msgstr ""
     2950"چطورید،\n"
     2951"\n"
     2952"درخواست شما برای حذف اطلاعات شخصی در ###SITENAME### انجام شد.\n"
     2953"\n"
     2954"اگر شما سوالات یا نگرانی بیشتری دارید، لطفاً با مدیریت سایت تماس بگیرید.\n"
     2955"\n"
     2956"برای اطلاعات بیشتر شما می‌توانید حریم خصوصی ما را بخوانید:\n"
     2957"###PRIVACY_POLICY_URL###\n"
     2958"\n"
     2959"با احترام،\n"
     2960"همه در ###SITENAME###\n"
     2961"###SITEURL###"
     2962
     2963#. translators: Do not translate SITENAME, SITEURL; those are placeholders.
     2964#: wp-includes/user.php:3432
     2965msgid ""
     2966"Howdy,\n"
     2967"\n"
     2968"Your request to erase your personal data on ###SITENAME### has been completed.\n"
     2969"\n"
     2970"If you have any follow-up questions or concerns, please contact the site administrator.\n"
     2971"\n"
     2972"Regards,\n"
     2973"All at ###SITENAME###\n"
     2974"###SITEURL###"
     2975msgstr ""
     2976"چطورید،\n"
     2977"\n"
     2978"درخواست شما برای حذف اطلاعات شخصی در ###SITENAME### انجام شد.\n"
     2979"\n"
     2980"اگر شما سوالات یا نگرانی بیشتری دارید، لطفاً با مدیریت سایت تماس بگیرید.\n"
     2981"\n"
     2982"با احترام،\n"
     2983"همه در ###SITENAME###\n"
     2984"###SITEURL###"
     2985
     2986#. translators: Erasure request fulfilled notification email subject. %s: Site
     2987#. title.
     2988#: wp-includes/user.php:3405
     2989msgid "[%s] Erasure Request Fulfilled"
     2990msgstr "درخواست حذف در [%s] انجام شد"
     2991
     2992#. translators: Do not translate SITENAME, USER_EMAIL, DESCRIPTION, MANAGE_URL,
     2993#. SITEURL; those are placeholders.
     2994#: wp-includes/user.php:3242
     2995msgid ""
     2996"Howdy,\n"
     2997"\n"
     2998"A user data privacy request has been confirmed on ###SITENAME###:\n"
     2999"\n"
     3000"User: ###USER_EMAIL###\n"
     3001"Request: ###DESCRIPTION###\n"
     3002"\n"
     3003"You can view and manage these data privacy requests here:\n"
     3004"\n"
     3005"###MANAGE_URL###\n"
     3006"\n"
     3007"Regards,\n"
     3008"All at ###SITENAME###\n"
     3009"###SITEURL###"
     3010msgstr ""
     3011"چطورید،\n"
     3012"\n"
     3013"یک درخواست حریم خصوصی در ###SITENAME### تایید شد:\n"
     3014"\n"
     3015"کاربر: ###USER_EMAIL###\n"
     3016"درخواست: ###DESCRIPTION###\n"
     3017"\n"
     3018"شما می‌توانید این درخواست‌های حریم خصوصی را در اینجا دیده و مدیریت کنید:\n"
     3019"\n"
     3020"###MANAGE_URL###\n"
     3021"\n"
     3022"با احترام،\n"
     3023"همه در ###SITENAME###\n"
     3024"###SITEURL###"
     3025
     3026#. translators: Confirm privacy data request notification email subject. 1:
     3027#. Site title, 2: Name of the action.
     3028#: wp-includes/user.php:3758
     3029msgid "[%1$s] Confirm Action: %2$s"
     3030msgstr "[%1$s] تایید نمودن عملیات %2$s"
     3031
     3032#: wp-includes/user.php:3644
     3033#: wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php:108
     3034#: wp-admin/erase-personal-data.php:54 wp-admin/menu.php:284
     3035msgid "Erase Personal Data"
     3036msgstr "پاک‌سازی اطلاعات شخصی"
     3037
     3038#: wp-includes/comment-template.php:2385
     3039msgid "Save my name, email, and website in this browser for the next time I comment."
     3040msgstr "ذخیره نام، ایمیل و وبسایت من در مرورگر برای زمانی که دوباره دیدگاهی می‌نویسم."
     3041
     3042#: wp-includes/user.php:2996
     3043msgid "User Description"
     3044msgstr "توضیح کاربر"
     3045
     3046#: wp-includes/user.php:2995
     3047msgid "User Last Name"
     3048msgstr "نام خانوادگی کاربر"
     3049
     3050#: wp-includes/user.php:2994
     3051msgid "User First Name"
     3052msgstr "نام "
     3053
     3054#: wp-includes/user.php:2993
     3055msgid "User Nickname"
     3056msgstr "نام مستعار"
     3057
     3058#: wp-includes/user.php:2992
     3059msgid "User Display Name"
     3060msgstr "نام نمایشی کاربر"
     3061
     3062#: wp-includes/user.php:2991
     3063msgid "User Registration Date"
     3064msgstr "تاریخ نام‌نویسی کاربر"
     3065
     3066#: wp-includes/user.php:2990
     3067msgid "User URL"
     3068msgstr "نشانی اینترنتی کاربر"
     3069
     3070#: wp-includes/user.php:2989
     3071msgid "User Email"
     3072msgstr "ایمیل کاربر"
     3073
     3074#: wp-includes/user.php:2988
     3075msgid "User Nice Name"
     3076msgstr "نام کاربر"
     3077
     3078#: wp-includes/user.php:2987
     3079msgid "User Login Name"
     3080msgstr "نام ورود کاربر"
     3081
     3082#: wp-includes/user.php:2986
     3083msgid "User ID"
     3084msgstr "شناسهٔ کاربر"
     3085
     3086#: wp-includes/user.php:2952
     3087msgid "WordPress User"
     3088msgstr "کاربر وردپرس"
     3089
     3090#: wp-includes/media.php:4694
     3091msgid "WordPress Media"
     3092msgstr "رسانه وردپرس"
     3093
     3094#: wp-login.php:1206
     3095msgid "User action confirmed."
     3096msgstr "اقدام کاربر تایید شده است."
     3097
     3098#: wp-includes/user.php:3868
     3099msgid "This link has expired."
     3100msgstr "این پیوند منقضی شده است."
     3101
     3102#: wp-includes/user.php:3864 wp-admin/includes/privacy-tools.php:23
     3103#: wp-admin/includes/privacy-tools.php:52
     3104msgid "Invalid request."
     3105msgstr "درخواست نامعتبر است."
     3106
     3107#. translators: %s: Action name.
     3108#: wp-includes/user.php:3648
     3109msgid "Confirm the \"%s\" action"
     3110msgstr "تأیید عملیات \"%s\""
     3111
     3112#: wp-includes/user.php:3641 wp-admin/export-personal-data.php:54
     3113#: wp-admin/menu.php:283
     3114msgid "Export Personal Data"
     3115msgstr "برون‌بری دادهٔ شخصی"
     3116
     3117#: wp-includes/user.php:3589
     3118msgid "Invalid action name."
     3119msgstr "نام عملیات معتبر نیست."
     3120
     3121#: wp-includes/user.php:3542
     3122msgid "The site administrator has been notified and will fulfill your request as soon as possible."
     3123msgstr "مدیر سایت مطلع شده است و درخواست شما را در اسرع وقت انجام خواهد داد."
     3124
     3125#: wp-includes/post.php:245
     3126msgid "User Request"
     3127msgstr "درخواست کاربر"
     3128
     3129#: wp-includes/post.php:244
     3130msgid "User Requests"
     3131msgstr "درخواست‌های کاربر"
     3132
     3133#. translators: Deleted long text.
     3134#: wp-includes/functions.php:7206
     3135msgid "This content was deleted by the author."
     3136msgstr "این محتوا توسط نویسنده حذف شد."
     3137
     3138#. translators: Deleted text.
     3139#: wp-includes/functions.php:7202
     3140msgid "[deleted]"
     3141msgstr "[حذف شده]"
     3142
     3143#. translators: %d: Comment ID.
     3144#: wp-includes/comment.php:3747
     3145msgid "Comment %d contains personal data but could not be anonymized."
     3146msgstr "دیدگاه %d حاوی اطلاعات شخصی است اما نمی‌تواند ناشناس باشد."
     3147
     3148#: wp-includes/user.php:3541
     3149msgid "Action has been confirmed."
     3150msgstr "عملیات تأیید شده است."
     3151
     3152#: wp-includes/user.php:3906
     3153msgid "The confirmation email has expired."
     3154msgstr "ایمیل تایید منقضی شده است"
     3155
     3156#: wp-includes/user.php:3888 wp-admin/includes/privacy-tools.php:107
     3157#: wp-admin/includes/privacy-tools.php:119
     3158msgid "Invalid action."
     3159msgstr "اقدام نامعتبر."
     3160
     3161#. translators: Do not translate DESCRIPTION, CONFIRM_URL, SITENAME, SITEURL:
     3162#. those are placeholders.
     3163#: wp-includes/user.php:3707
     3164msgid ""
     3165"Howdy,\n"
     3166"\n"
     3167"A request has been made to perform the following action on your account:\n"
     3168"\n"
     3169"     ###DESCRIPTION###\n"
     3170"\n"
     3171"To confirm this, please click on the following link:\n"
     3172"###CONFIRM_URL###\n"
     3173"\n"
     3174"You can safely ignore and delete this email if you do not want to\n"
     3175"take this action.\n"
     3176"\n"
     3177"Regards,\n"
     3178"All at ###SITENAME###\n"
     3179"###SITEURL###"
     3180msgstr ""
     3181"چطوری،\n"
     3182"\n"
     3183"برای انجام درخواست در حساب شما عملیات زیر را دنبال کنید:\n"
     3184"\n"
     3185"###DESCRIPTION###\n"
     3186"\n"
     3187"برای تایید، لطفا بر روی پیوند زیر کلیک کنید:\n"
     3188"\n"
     3189"###CONFIRM_URL###\n"
     3190"\n"
     3191"اگر نمی‌خواهید این نامه را با خیال راحت نادیده بگیرید و آن را حذف کنید\n"
     3192"این عمل را انجام دهید.\n"
     3193"\n"
     3194"این ایمیل فرستاده شده است به ###EMAIL###.\n"
     3195"\n"
     3196"با احترام،\n"
     3197"همه در ###SITENAME###\n"
     3198"###SITEURL###"
     3199
     3200#: wp-includes/post.php:467 wp-includes/post.php:990
     3201msgctxt "request status"
     3202msgid "Completed"
     3203msgstr "تکمیل شده"
     3204
     3205#: wp-includes/post.php:452 wp-includes/post.php:989
     3206msgctxt "request status"
     3207msgid "Failed"
     3208msgstr "خطا"
     3209
     3210#: wp-includes/post.php:437 wp-includes/post.php:988
     3211msgctxt "request status"
     3212msgid "Confirmed"
     3213msgstr "تأیید شده"
     3214
     3215#: wp-includes/post.php:422 wp-includes/post.php:987
     3216msgctxt "request status"
     3217msgid "Pending"
     3218msgstr "در انتظار"
     3219
     3220#: wp-includes/comment.php:3602
     3221msgid "Comment URL"
     3222msgstr "نشانی اینترنتی دیدگاه"
     3223
     3224#: wp-includes/comment.php:3601
     3225msgid "Comment Content"
     3226msgstr "محتوای دیدگاه"
     3227
     3228#: wp-includes/comment.php:3600
     3229msgid "Comment Date"
     3230msgstr "تاریخ دیدگاه"
     3231
     3232#: wp-includes/comment.php:3599
     3233msgid "Comment Author User Agent"
     3234msgstr "دیدگاه نویسنده نماینده کاربر"
     3235
     3236#: wp-includes/comment.php:3598
     3237msgid "Comment Author IP"
     3238msgstr "IP نویسندهٔ دیدگاه"
     3239
     3240#: wp-includes/comment.php:3597
     3241msgid "Comment Author URL"
     3242msgstr "آدرس اینترنتی نویسندهٔ دیدگاه"
     3243
     3244#: wp-includes/comment.php:3596
     3245msgid "Comment Author Email"
     3246msgstr "ایمیل نویسندهٔ دیدگاه"
     3247
     3248#: wp-includes/comment.php:3595 wp-admin/edit-form-comment.php:45
     3249msgid "Comment Author"
     3250msgstr "نویسندهٔ دیدگاه"
     3251
     3252#: wp-includes/comment.php:3560 wp-includes/comment.php:3670
     3253msgid "WordPress Comments"
     3254msgstr "دیدگاه‌های وردپرس"
     3255
     3256#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1550
     3257msgid "Limit result set to users who are considered authors."
     3258msgstr "محدود نمودن نتیجه به کاربرانی که نویسندگان را در نظر گرفته اند."
     3259
     3260#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:229
     3261msgid "Sorry, you are not allowed to query users by this parameter."
     3262msgstr "با عرض پوزش، شما اجازه پرس‌و‌جوی کاربران با این پارامتر را ندارید."
     3263
     3264#: wp-includes/media.php:4219
     3265#: wp-admin/includes/class-wp-media-list-table.php:153
     3266msgctxt "media items"
     3267msgid "Mine"
     3268msgstr "رسانه‌های من"
     3269
     3270#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:293
     3271msgid "Whether or not the post type can be viewed."
     3272msgstr "این که آیا نوع نوشته را می‌توان مشاهده کرد یا نه."
     3273
     3274#: wp-includes/functions.php:3258
     3275msgid "The link you followed has expired."
     3276msgstr "پیوندی که شما دنبال می‌کردید منقضی شده است."
     3277
     3278#: wp-includes/script-loader.php:1111
     3279#: wp-includes/class-wp-customize-manager.php:514 wp-admin/edit-tags.php:28
     3280#: wp-admin/edit-tags.php:85 wp-admin/edit-tags.php:116
     3281#: wp-admin/edit-tags.php:136 wp-admin/edit-tags.php:172
     3282#: wp-admin/includes/bookmark.php:31 wp-admin/press-this.php:21
     3283#: wp-admin/nav-menus.php:25 wp-admin/customize.php:17
     3284#: wp-admin/customize.php:34 wp-admin/user-new.php:15 wp-admin/user-new.php:22
     3285#: wp-admin/user-new.php:55 wp-admin/user-new.php:156 wp-admin/themes.php:14
     3286#: wp-admin/themes.php:42 wp-admin/themes.php:62 wp-admin/edit-comments.php:13
     3287#: wp-admin/term.php:42 wp-admin/options.php:49 wp-admin/options.php:77
     3288#: wp-admin/widgets.php:17 wp-admin/users.php:15 wp-admin/post-new.php:60
     3289#: wp-admin/edit.php:41 wp-admin/media-upload.php:46
     3290msgid "You need a higher level of permission."
     3291msgstr "شما به یک مجوز سطح بالاتر نیاز دارید."
     3292
     3293#: wp-includes/script-loader.php:667 wp-includes/script-loader.php:1110
     3294#: wp-includes/class-wp-xmlrpc-server.php:3934 wp-includes/functions.php:3269
     3295#: wp-includes/class-wp-customize-manager.php:449
     3296#: wp-admin/includes/class-custom-image-header.php:775
     3297#: wp-admin/includes/class-custom-image-header.php:939
     3298#: wp-admin/includes/class-custom-image-header.php:947
     3299#: wp-admin/includes/file.php:618 wp-admin/customize.php:79
     3300#: wp-admin/themes.php:27 wp-admin/themes.php:70 wp-admin/users.php:145
     3301#: wp-admin/media-upload.php:38 wp-admin/js/tags.js:62
     3302#: wp-admin/js/updates.js:1859 wp-admin/network/site-users.php:163
     3303msgid "Something went wrong."
     3304msgstr "مشکلی رخ داد."
     3305
     3306#. translators: %s: User who is customizing the changeset in customizer.
     3307#: wp-includes/class-wp-customize-manager.php:4105
     3308msgid "%s is already customizing this changeset. Do you want to take over?"
     3309msgstr "%s در حال سفارشی‌سازی تغییرات است. می‌خواهید به‌دست بگیرید؟"
     3310
     3311#. translators: %s: User who is customizing the changeset in customizer.
     3312#: wp-includes/class-wp-customize-manager.php:4103
     3313msgid "%s is already customizing this changeset. Please wait until they are done to try customizing. Your latest changes have been autosaved."
     3314msgstr "%s در حال سفارشی‌سازی تغییرات است. لطفاً صبور باشید تا کار سفارشی‌سازی انجام شود. آخرین تغییرات شما به طور خودکار ذخیره شده است."
     3315
     3316#: wp-includes/class-wp-customize-manager.php:4311
     3317#: wp-admin/includes/file.php:335
     3318msgid "Update anyway, even though it might break your site?"
     3319msgstr "در هر صورت به‌روزرسانی شود، حتی اگر منجر به از کار افتادن سایت‌تان شود؟"
     3320
     3321#: wp-includes/wp-db.php:1374
     3322msgid "The query only expected one placeholder, but an array of multiple placeholders was sent."
     3323msgstr "پرس‌وجو (query) فقط انتظار یک دارنده مکانی (placeholder) را داشت، اما یک آرایه از چند دارنده مکانی ارسال شده بود."
     3324
     3325#: wp-includes/script-loader.php:1100
     3326msgctxt "customizer changeset status"
     3327msgid "Scheduled"
     3328msgstr "زمانبندی‌شده"
     3329
     3330#: wp-includes/customize/class-wp-customize-theme-control.php:243
     3331#: wp-includes/customize/class-wp-customize-theme-control.php:255
     3332#: wp-admin/includes/class-wp-theme-install-list-table.php:317
     3333#: wp-admin/includes/class-wp-theme-install-list-table.php:475
     3334#: wp-admin/theme-install.php:276
     3335msgctxt "theme"
     3336msgid "Installed"
     3337msgstr "نصب‌شده"
     3338
     3339#. translators: %s: Property of an object.
     3340#: wp-includes/rest-api.php:1654
     3341msgid "%1$s is not a valid property of Object."
     3342msgstr "%1$s یک ویژگی شیء معتبر نیست."
     3343
     3344#. translators: %s: URL to Add Themes admin screen.
     3345#: wp-includes/script-loader.php:1149
     3346msgid "You won&#8217;t be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href=\"%s\">add themes in the admin</a>."
     3347msgstr "شما هنوز قادر به نصب پوسته‌های جدید از اینجا نخواهید بود، از آنجایی که نصب شما نیازمند اطلاعات SFTP است. در حال حاضر، لطفا <a href=\"%s\">پوسته‌ها را در مدیریت بیافزایید</a>."
     3348
     3349#. translators: Tab heading when selecting from the most used terms.
     3350#: wp-includes/taxonomy.php:606 wp-admin/includes/meta-boxes.php:1119
     3351msgctxt "categories"
     3352msgid "Most Used"
     3353msgstr "پراستفاده"
     3354
     3355#. translators: Tab heading when selecting from the most used terms.
     3356#: wp-includes/taxonomy.php:606
     3357msgctxt "tags"
     3358msgid "Most Used"
     3359msgstr "پراستفاده"
     3360
     3361#: wp-includes/class-wp-customize-nav-menus.php:1109
     3362msgid "Click &#8220;Next&#8221; to start adding links to your new menu."
     3363msgstr "برای شروع افزودن پیوندها به فهرست جدیدتان &#8220;بعدی&#8221; را کلیک نمایید."
     3364
     3365#. translators: %s: A list of valid video file extensions.
     3366#: wp-includes/widgets/class-wp-widget-media-video.php:51
     3367msgid "Sorry, we can&#8217;t load the video at the supplied URL. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo)."
     3368msgstr "با عرض پوزش، ما نمی‌توانیم ویدئو را در URL ارائه شده بارگذاری نماییم. لطفا بررسی نمایید که URL برای یک پرونده ویدئویی پشتیبانی شده (%s) یا یک stream است (مانند یوتیوب و ویمئو)."
     3369
     3370#: wp-includes/script-loader.php:1099
     3371#: wp-includes/class-wp-customize-manager.php:4822
     3372msgctxt "customizer changeset action/button label"
     3373msgid "Schedule"
     3374msgstr "زمان‌بندی"
     3375
     3376#: wp-includes/customize/class-wp-customize-nav-menu-location-control.php:85
     3377msgid "+ Create New Menu"
     3378msgstr "+ ایجاد فهرست تازه"
     3379
     3380#: wp-includes/customize/class-wp-customize-nav-menu-location-control.php:85
     3381msgid "Create a menu for this location"
     3382msgstr "یک فهرست برای این مکان بسازید"
     3383
     3384#. translators: 1: fopen(), 2: File name.
     3385#: wp-includes/class-wp-http-streams.php:257
     3386#: wp-includes/class-wp-http-curl.php:193
     3387msgid "Could not open handle for %1$s to %2$s."
     3388msgstr "عدم توانایی در بازکردن دستگیره (handle) برای %1$s به %2$s."
     3389
     3390#: wp-includes/widgets/class-wp-nav-menu-widget.php:26
     3391msgid "Add a navigation menu to your sidebar."
     3392msgstr "افزودن یک فهرست راهبری به نوار کناری شما."
     3393
     3394#. translators: %s: Display name of the user who has taken over the changeset
     3395#. in customizer.
     3396#: wp-includes/script-loader.php:1124
     3397msgid "%s has taken over and is currently customizing."
     3398msgstr "%s در دست گرفته است و در حال سفارشی‌سازی است."
     3399
     3400#: wp-includes/script-loader.php:1118
     3401msgid "Looks like something&#8217;s gone wrong. Wait a couple seconds, and then try again."
     3402msgstr "به نظر می‌رسد &#8217;s اشتباهی رخ داده است. لطفا چند ثانیه صبر کنید و سپس دوباره امتحان کنید."
     3403
     3404#: wp-includes/class-wp-customize-manager.php:4297
     3405#: wp-admin/includes/post.php:1773
     3406msgid "Take over"
     3407msgstr "بر عهده گرفتن"
     3408
     3409#: wp-includes/class-wp-customize-manager.php:4293
     3410#: wp-admin/includes/post.php:1690 wp-admin/comment.php:78
     3411#: wp-admin/comment.php:276 wp-admin/theme-editor.php:376
     3412#: wp-admin/plugin-editor.php:330
     3413msgid "Go back"
     3414msgstr "بازگشت"
     3415
     3416#. translators: %s: User who is customizing the changeset in customizer.
     3417#: wp-includes/class-wp-customize-manager.php:4110
     3418msgid "%s is already customizing this site. Please wait until they are done to try customizing. Your latest changes have been autosaved."
     3419msgstr "در حال حاضر %s این سایت را سفارشی می‌کند. لطفأ منتظر بمانید تا سفارشی‌سازی پایان یابد. آخرین تغییرات شما به صورت خودکار ذخیره شده‌ است."
     3420
     3421#. translators: %s: User who is customizing the changeset in customizer.
     3422#: wp-includes/class-wp-customize-manager.php:4112
     3423msgid "%s is already customizing this site. Do you want to take over?"
     3424msgstr "در حال حاضر %s این سایت را سفارشی می‌کند. آیا می‌خواهید برعهده بگیرید؟"
     3425
     3426#: wp-includes/class-wp-customize-manager.php:3387
     3427msgid "Sorry, you are not allowed to take over."
     3428msgstr "با عرض پوزش، شما مجاز به دردست گرفتن نمی‌باشید."
     3429
     3430#: wp-includes/class-wp-customize-manager.php:3378
     3431msgid "No changeset found to take over"
     3432msgstr "لیست تغییراتی برای به عهده گرفتن یافت نشد"
     3433
     3434#: wp-includes/class-wp-customize-manager.php:3367
     3435msgid "Security check failed."
     3436msgstr "بررسی امنیتی ناموفق شد."
     3437
     3438#: wp-includes/class-wp-customize-manager.php:2531
     3439#: wp-includes/class-wp-customize-manager.php:3165
     3440msgid "Changeset is being edited by other user."
     3441msgstr "مجموعه تغییراتی در حال ویرایش توسط کاربر دیگری است."
     3442
     3443#: wp-includes/customize/class-wp-customize-nav-menu-locations-control.php:66
     3444msgctxt "menu locations"
     3445msgid "Here&#8217;s where this menu appears. If you&#8217;d like to change that, pick another location."
     3446msgstr "اینجا جایی است که این فهرست ظاهر می‌شود. در صورتی که مایلید تا آن را تغییر دهید، مکان دیگری برگزینید."
     3447
     3448#. translators: 1: Documentation URL, 2: Additional link attributes, 3:
     3449#. Accessibility text.
     3450#: wp-includes/customize/class-wp-customize-nav-menu-locations-control.php:53
     3451msgctxt "menu locations"
     3452msgid "(If you plan to use a menu <a href=\"%1$s\" %2$s>widget%3$s</a>, skip this step.)"
     3453msgstr "(در صورتی که درنظر دارید تا از یک <a href=\"%1$s\" %2$s>ابزارک%3$s</a> فهرست استفاده نمایید، از این گام بگذرید.)"
     3454
     3455#: wp-includes/customize/class-wp-customize-nav-menu-locations-control.php:48
     3456msgctxt "menu locations"
     3457msgid "Where do you want this menu to appear?"
     3458msgstr "کجا می‌خواهید این فهرست ظاهر شود؟"
     3459
     3460#: wp-includes/class-wp-customize-nav-menus.php:1123
     3461msgid "You&#8217;ll create a menu, assign it a location, and add menu items like links to pages and categories. If your theme has multiple menu areas, you might need to create more than one."
     3462msgstr "شما یک فهرست ایجاد می‌کنید، آن را به یک مکان انتساب می‌دهید، و آیتم‌های فهرست مانند پیوند به برگه‌ها و دسته‌ها را اضافه می‌نمایید. در صورتی که پوسته شما چند ناحیه فهرست دارد، ممکن است نیاز به ایجاد بیش از یک مورد داشته باشید."
     3463
     3464#: wp-includes/class-wp-customize-nav-menus.php:1120
     3465msgid "It doesn&#8217;t look like your site has any menus yet. Want to build one? Click the button to start."
     3466msgstr "به نظر نمی‌رسد که سایت شما هیچ‌گونه فهرستی داشته باشد. مایل به ایجاد یک مورد هستید؟ برای شروع، دکمه را کلیک نمایید."
     3467
     3468#: wp-includes/class-wp-customize-nav-menus.php:697
     3469msgctxt "menu locations"
     3470msgid "View All Locations"
     3471msgstr "مشاهده همهٔ مکان‌ها"
     3472
     3473#: wp-includes/class-wp-customize-manager.php:5027
     3474msgid "While previewing a new theme, you can continue to tailor things like widgets and menus, and explore theme-specific options."
     3475msgstr "درهنگام پیش‌نمایش یک پوسته جدید، می‌توانید به ادامه وارسی چیزهایی مانند ابزارک‌ها و فهرست‌ها بپردازید، و گزینه‌های ویژه پوسته را مرور نمایید."
     3476
     3477#: wp-includes/class-wp-customize-manager.php:5026
     3478msgid "Looking for a theme? You can search or browse the WordPress.org theme directory, install and preview themes, then activate them right here."
     3479msgstr "به دنبال یک پوسته هستید؟ شما میتوانید در فهرست پوسته‌های سایت WordPress.org جستجو کنید، پیش‌نمایش پوسته‌ها را ببینید و نصب کنید، سپس آنها را از اینجا فعال کنید."
     3480
     3481#: wp-includes/class-wp-customize-nav-menus.php:697
     3482msgctxt "menu locations"
     3483msgid "View Location"
     3484msgstr "مشاهده مکان"
     3485
     3486#: wp-includes/customize/class-wp-customize-themes-section.php:97
     3487#: wp-admin/themes.php:235 wp-admin/themes.php:565
     3488#: wp-admin/theme-install.php:68 wp-admin/theme-install.php:245
     3489msgid "No themes found. Try a different search."
     3490msgstr "هیچ پوسته‌ای یافت نشد. جستجوی دیگری انجام دهید."
     3491
     3492#: wp-includes/class-wp-customize-nav-menus.php:683
     3493msgid "Your theme can display menus in one location. Select which menu you would like to use."
     3494msgstr "پوستهٔ شما می‌تواند فهرست‌ها را در یک مکان نمایش دهد. انتخاب کنید کدام فهرست را برای استفاده می‌خواهید."
     3495
     3496#. translators: %s: Site name.
     3497#: wp-login.php:432
     3498msgid "Site Name: %s"
     3499msgstr "نام سایت: %s"
     3500
     3501#. translators: Login screen title. 1: Login screen name, 2: Network or site
     3502#. name.
     3503#. translators: Admin screen title. 1: Admin screen name, 2: Network or site
     3504#. name.
     3505#: wp-login.php:71 wp-admin/admin-header.php:52
     3506msgid "%1$s &lsaquo; %2$s &#8212; WordPress"
     3507msgstr "%1$s &lsaquo; %2$s &#8212; وردپرس"
     3508
     3509#. translators: 1: Number of placeholders, 2: Number of arguments passed.
     3510#: wp-includes/wp-db.php:1389
     3511msgid "The query does not contain the correct number of placeholders (%1$d) for the number of arguments passed (%2$d)."
     3512msgstr "پرس‌وجو (query) حاوی تعداد صحیحی از دارنده‌های مکانی (placeholder) (%1$d) برای تعداد آرگومان ارسال‌شده (%2$d) نیست."
     3513
     3514#. translators: %s: Value type.
     3515#: wp-includes/wp-db.php:1331
     3516msgid "Unsupported value type (%s)."
     3517msgstr "نوع مقدار پشتیبانی نمی‌شود (%s)."
     3518
     3519#. translators: %s: register_widget()
     3520#: wp-includes/widgets.php:1147
     3521msgid "Widgets need to be registered using %s, before they can be displayed."
     3522msgstr "ابزارک‌ها، قبل از اینکه بتوانند نمایش داده شوند، نیاز به ثبت توسط %s دارند."
     3523
     3524#: wp-includes/widgets/class-wp-widget-media-image.php:342
     3525msgid "Link to:"
     3526msgstr "پیوند به:"
     3527
     3528#: wp-includes/widgets/class-wp-widget-media-gallery.php:38
     3529msgid "No images selected"
     3530msgstr "تصویری انتخاب نشده"
     3531
     3532#: wp-includes/widgets/class-wp-widget-media-gallery.php:30
     3533msgid "Displays an image gallery."
     3534msgstr "نمایش یک گالری تصویر."
     3535
     3536#: wp-includes/widgets/class-wp-widget-media-gallery.php:28
     3537#: wp-includes/js/dist/editor.js:8963 wp-includes/js/dist/block-library.js:8743
     3538#: wp-includes/js/dist/block-library.js:9164 wp-admin/includes/media.php:20
     3539msgid "Gallery"
     3540msgstr "گالری"
     3541
     3542#: wp-includes/widgets/class-wp-widget-custom-html.php:333
     3543msgid "Custom HTML Widget"
     3544msgstr "ابزارک HTML سفارشی"
     3545
     3546#: wp-includes/widgets/class-wp-widget-custom-html.php:304
     3547msgid "Use the Custom HTML widget to add arbitrary HTML code to your widget areas."
     3548msgstr "از ابزارک HTML سفارشی برای افزودن کد HTML دلخواه به ناحیه‌های ابزارکتان استفاده نمایید."
     3549
     3550#. translators: %s: New email address.
     3551#: wp-includes/user.php:2922
     3552msgid "Your email address has not been updated yet. Please check your inbox at %s for a confirmation email."
     3553msgstr "آدرس ایمیل شما هنوز به‌روزرسانی نشده است. لطفا صندوق ورودی خود در %s را برای ایمیل تایید، بررسی نمایید."
     3554
     3555#. translators: Do not translate USERNAME, ADMIN_URL, EMAIL, SITENAME, SITEURL:
     3556#. those are placeholders.
     3557#: wp-includes/user.php:2852
     3558msgid ""
     3559"Howdy ###USERNAME###,\n"
     3560"\n"
     3561"You recently requested to have the email address on your account changed.\n"
     3562"\n"
     3563"If this is correct, please click on the following link to change it:\n"
     3564"###ADMIN_URL###\n"
     3565"\n"
     3566"You can safely ignore and delete this email if you do not want to\n"
     3567"take this action.\n"
     3568"\n"
     3569"This email has been sent to ###EMAIL###\n"
     3570"\n"
     3571"Regards,\n"
     3572"All at ###SITENAME###\n"
     3573"###SITEURL###"
     3574msgstr ""
     3575"چطوری ###USERNAME###،\n"
     3576"\n"
     3577"شما بتازگی درخواست آدرس ایمیل حساب کاربری تغییر داده شده خود را کرده‌اید.\n"
     3578"\n"
     3579"در صورتی که صحیح است، لطفا جهت تغییر آن، بر روی پیوند زیر کلیک نمایید:\n"
     3580"###ADMIN_URL###\n"
     3581"\n"
     3582"در صورتی که مایل به انجام این عمل نمی‌باشید، می‌توانید این ایمیل را به صورت امن،\n"
     3583"نادیده گرفته و حذف نمایید.\n"
     3584"\n"
     3585"این ایمیل به ###EMAIL### ارسال شده است\n"
     3586"\n"
     3587"با احترام،\n"
     3588"###SITENAME###\n"
     3589"###SITEURL###"
     3590
     3591#: wp-includes/user.php:2832
     3592msgid "<strong>Error</strong>: The email address is already used."
     3593msgstr "<strong>خطا</strong>: نشانی ایمیل در حال حاضر استفاده شده است."
     3594
     3595#: wp-includes/taxonomy.php:607
     3596msgid "&larr; Back to Categories"
     3597msgstr "&larr; بازگشت به دسته‌ها"
     3598
     3599#: wp-includes/taxonomy.php:142
     3600msgid "&larr; Back to Link Categories"
     3601msgstr "&larr; بازگشت به دسته‌های پیوند"
     3602
     3603#: wp-includes/script-loader.php:1146
     3604msgid "Sorry, you can&#8217;t preview new themes when you have changes scheduled or saved as a draft. Please publish your changes, or wait until they publish to preview new themes."
     3605msgstr "با عرض پوزش، شما نمی‌توانید پوسته‌های جدید را، در هنگامی که تغییرات زمانبندی شده یا ذخیره به عنوان پیش‌نویس دارید، پیش‌نمایش کنید. لطفا تغییرات خود را منتشر نمایید، یا منتظر انتشار آنها باشید تا پوسته‌های جدید را پیش‌نمایش نمایید."
     3606
     3607#: wp-includes/script-loader.php:1145
     3608msgid "Schedule your customization changes to publish (\"go live\") at a future date."
     3609msgstr "تغییرات سفارشی‌سازی‌تان را برای انتشار (\"عملیاتی کردن\") در یک تاریخ آینده، زمانبندی نمایید."
     3610
     3611#: wp-includes/script-loader.php:1137
     3612msgid "Homepage and posts page must be different."
     3613msgstr "صفحه خانه و برگه نوشته‌ها باید متفاوت باشند."
     3614
     3615#. translators: %d: Error count.
     3616#: wp-includes/script-loader.php:1132 wp-includes/script-loader.php:1134
     3617#: wp-includes/widgets/class-wp-widget-custom-html.php:228
     3618#: wp-includes/widgets/class-wp-widget-custom-html.php:230
     3619msgid "There is %d error which must be fixed before you can save."
     3620msgid_plural "There are %d errors which must be fixed before you can save."
     3621msgstr[0] "خطای %d وجود دارد که باید قبل از ذخیره کردن برطرف شود."
     3622
     3623#. translators: %s: URL to the Customizer to load the autosaved version.
     3624#: wp-includes/script-loader.php:1126
     3625msgid "There is a more recent autosave of your changes than the one you are previewing. <a href=\"%s\">Restore the autosave</a>"
     3626msgstr "یک ذخیرهٔ خودکار از تغییرات شما نسبت به چیزی که در حال پیش‌نمایش است وجود دارد. <a href=\"%s\">بازنشانی ذخیرهٔ خودکار</a>"
     3627
     3628#: wp-includes/script-loader.php:1122
     3629msgid "Are you sure you want to discard your unpublished changes?"
     3630msgstr "اطمینان دارید که می‌خواهید تغییرات منتشرنشده خود را باطل کنید؟"
     3631
     3632#: wp-includes/script-loader.php:1121
     3633msgid "Reverting unpublished changes&hellip;"
     3634msgstr "بازگرداندن تغییرات منتشر نشده&hellip;"
     3635
     3636#: wp-includes/script-loader.php:1120
     3637msgid "Setting up your live preview. This may take a bit."
     3638msgstr "راه اندازی پیش نمایش زنده. ممکن است کمی طول بکشد."
     3639
     3640#: wp-includes/script-loader.php:1119
     3641msgid "Downloading your new theme&hellip;"
     3642msgstr "در حال دریافت پوستهٔ جدیدتان &hellip;"
     3643
     3644#: wp-includes/script-loader.php:1109
     3645msgid "Discard changes"
     3646msgstr "لغو تغییرات"
     3647
     3648#: wp-includes/script-loader.php:1102
     3649msgid "Please save your changes in order to share the preview."
     3650msgstr "لطفا جهت اشتراک پیش‌نمایش، تغییرات خود را ذخیره نمایید."
     3651
     3652#: wp-includes/script-loader.php:1098
     3653msgid "Updating"
     3654msgstr "در حال به‌روزرسانی"
     3655
     3656#: wp-includes/script-loader.php:1097
     3657msgid "Draft Saved"
     3658msgstr "پیش‌نویس ذخیره شد"
     3659
     3660#: wp-includes/script-loader.php:1092 wp-admin/customize.php:189
     3661msgid "Activate &amp; Publish"
     3662msgstr "فعالسازی و انتشار"
     3663
     3664#: wp-includes/script-loader.php:980
     3665msgid "Yiddish"
     3666msgstr "ییدیش"
     3667
     3668#: wp-includes/script-loader.php:979
     3669msgid "Welsh"
     3670msgstr "ولزی"
     3671
     3672#: wp-includes/script-loader.php:978
     3673msgid "Vietnamese"
     3674msgstr "ویتنامی"
     3675
     3676#: wp-includes/script-loader.php:977
     3677msgid "Ukrainian"
     3678msgstr "اوکراینی"
     3679
     3680#: wp-includes/script-loader.php:976
     3681msgid "Turkish"
     3682msgstr "ترکی"
     3683
     3684#: wp-includes/script-loader.php:975
     3685msgid "Thai"
     3686msgstr "تایلندی"
     3687
     3688#: wp-includes/script-loader.php:974
     3689msgid "Tagalog"
     3690msgstr "تاگالوگ"
     3691
     3692#: wp-includes/script-loader.php:973
     3693msgid "Swedish"
     3694msgstr "سوئدی"
     3695
     3696#: wp-includes/script-loader.php:972
     3697msgid "Swahili"
     3698msgstr "سواحیلی"
     3699
     3700#: wp-includes/script-loader.php:971
     3701msgid "Spanish"
     3702msgstr "اسپانیایی"
     3703
     3704#: wp-includes/script-loader.php:970
     3705msgid "Slovenian"
     3706msgstr "اسلوونیایی"
     3707
     3708#: wp-includes/script-loader.php:969
     3709msgid "Slovak"
     3710msgstr "اسلواکی"
     3711
     3712#: wp-includes/script-loader.php:968
     3713msgid "Serbian"
     3714msgstr "صربستانی"
     3715
     3716#: wp-includes/script-loader.php:967
     3717msgid "Russian"
     3718msgstr "روسی"
     3719
     3720#: wp-includes/script-loader.php:966
     3721msgid "Romanian"
     3722msgstr "رومانیایی"
     3723
     3724#: wp-includes/script-loader.php:965
     3725msgid "Portuguese"
     3726msgstr "پرتغالی"
     3727
     3728#: wp-includes/script-loader.php:964
     3729msgid "Polish"
     3730msgstr "لهستانی"
     3731
     3732#: wp-includes/script-loader.php:963
     3733msgid "Persian"
     3734msgstr "فارسی"
     3735
     3736#: wp-includes/script-loader.php:962
     3737msgid "Norwegian"
     3738msgstr "نروژی"
     3739
     3740#: wp-includes/script-loader.php:961
     3741msgid "Maltese"
     3742msgstr "مالتی"
     3743
     3744#: wp-includes/script-loader.php:960
     3745msgid "Malay"
     3746msgstr "مالایی"
     3747
     3748#: wp-includes/script-loader.php:959
     3749msgid "Macedonian"
     3750msgstr "مقدونی"
     3751
     3752#: wp-includes/script-loader.php:958
     3753msgid "Lithuanian"
     3754msgstr "لیتوانیایی"
     3755
     3756#: wp-includes/script-loader.php:957
     3757msgid "Latvian"
     3758msgstr "لتونی"
     3759
     3760#: wp-includes/script-loader.php:956
     3761msgid "Korean"
     3762msgstr "کره‌ای"
     3763
     3764#: wp-includes/script-loader.php:955
     3765msgid "Japanese"
     3766msgstr "ژاپنی"
     3767
     3768#: wp-includes/script-loader.php:954
     3769msgid "Italian"
     3770msgstr "ایتالیایی"
     3771
     3772#: wp-includes/script-loader.php:953
     3773msgid "Irish"
     3774msgstr "ایرلندی"
     3775
     3776#: wp-includes/script-loader.php:952
     3777msgid "Indonesian"
     3778msgstr "اندونزیایی"
     3779
     3780#: wp-includes/script-loader.php:951
     3781msgid "Icelandic"
     3782msgstr "ایسلندی"
     3783
     3784#: wp-includes/script-loader.php:950
     3785msgid "Hungarian"
     3786msgstr "مجارستانی"
     3787
     3788#: wp-includes/script-loader.php:949
     3789msgid "Hindi"
     3790msgstr "هندی"
     3791
     3792#: wp-includes/script-loader.php:948
     3793msgid "Hebrew"
     3794msgstr "عبری"
     3795
     3796#: wp-includes/script-loader.php:947
     3797msgid "Haitian Creole"
     3798msgstr "کریول هائیتی"
     3799
     3800#: wp-includes/script-loader.php:946
     3801msgid "Greek"
     3802msgstr "یونانی"
     3803
     3804#: wp-includes/script-loader.php:945
     3805msgid "German"
     3806msgstr "آلمانی"
     3807
     3808#: wp-includes/script-loader.php:944
     3809msgid "Galician"
     3810msgstr "گالیسی"
     3811
     3812#: wp-includes/script-loader.php:943
     3813msgid "French"
     3814msgstr "فرانسوی"
     3815
     3816#: wp-includes/script-loader.php:941
     3817msgid "Filipino"
     3818msgstr "فیلیپینی"
     3819
     3820#: wp-includes/script-loader.php:940
     3821msgid "Estonian"
     3822msgstr "استونیایی"
     3823
     3824#: wp-includes/script-loader.php:939 wp-admin/includes/ms.php:664
     3825msgid "English"
     3826msgstr "انگلیسی"
     3827
     3828#: wp-includes/script-loader.php:938
     3829msgid "Dutch"
     3830msgstr "هلندی"
     3831
     3832#: wp-includes/script-loader.php:937
     3833msgid "Danish"
     3834msgstr "دانمارکی"
     3835
     3836#: wp-includes/script-loader.php:936
     3837msgid "Czech"
     3838msgstr "چکی"
     3839
     3840#: wp-includes/script-loader.php:935
     3841msgid "Croatian"
     3842msgstr "کرواتی"
     3843
     3844#: wp-includes/script-loader.php:934
     3845msgid "Chinese (Traditional)"
     3846msgstr "چینی (سنتی)"
     3847
     3848#: wp-includes/script-loader.php:933
     3849msgid "Chinese (Simplified)"
     3850msgstr "چینی (ساده شده)"
     3851
     3852#: wp-includes/script-loader.php:932
     3853msgid "Chinese"
     3854msgstr "چینی"
     3855
     3856#: wp-includes/script-loader.php:931
     3857msgid "Catalan"
     3858msgstr "کاتالان"
     3859
     3860#: wp-includes/script-loader.php:930
     3861msgid "Bulgarian"
     3862msgstr "بلغاری"
     3863
     3864#: wp-includes/script-loader.php:929
     3865msgid "Belarusian"
     3866msgstr "بلاروس"
     3867
     3868#: wp-includes/script-loader.php:928
     3869msgid "Arabic"
     3870msgstr "عربی"
     3871
     3872#: wp-includes/script-loader.php:927
     3873msgid "Albanian"
     3874msgstr "آلبانیایی"
     3875
     3876#: wp-includes/script-loader.php:926
     3877msgid "Afrikaans"
     3878msgstr "آفریکانس"
     3879
     3880#: wp-includes/script-loader.php:916
     3881msgid "Live Broadcast"
     3882msgstr "پخش زنده"
     3883
     3884#: wp-includes/script-loader.php:924
     3885msgid "Chapters"
     3886msgstr "فصل‌ها"
     3887
     3888#: wp-includes/script-loader.php:910
     3889msgid "You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https://get.adobe.com/flashplayer/"
     3890msgstr "شما از مرورگری استفاده می‌کنید که روی آن فلش‌پلیر را فعال یا نصب نکرده‌اید. لطفاً افزونه فلش‌پلیر خود را فعال و یا آخرین نسخه را از اینجا دریافت کنید https://get.adobe.com/flashplayer/"
     3891
     3892#. translators: %s: register_routes()
     3893#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:52
     3894msgid "Method '%s' must be overridden."
     3895msgstr "روش '%s' باید رونویسی شود."
     3896
     3897#: wp-includes/post.php:227
     3898msgid "oEmbed Response"
     3899msgstr "پاسخ oEmbed"
     3900
     3901#: wp-includes/post.php:226
     3902msgid "oEmbed Responses"
     3903msgstr "پاسخ‌های oEmbed"
     3904
     3905#. translators: %s: Post custom field name.
     3906#: wp-includes/post-template.php:1107
     3907msgctxt "Post custom field name"
     3908msgid "%s:"
     3909msgstr "%s:"
     3910
     3911#. translators: 1: Comment author's name, 2: Comment author's IP address, 3:
     3912#. Comment author's hostname.
     3913#: wp-includes/pluggable.php:1622 wp-includes/pluggable.php:1806
     3914msgid "Author: %1$s (IP address: %2$s, %3$s)"
     3915msgstr "نویسنده: %1$s (IP address: %2$s, %3$s)"
     3916
     3917#. translators: 1: Trackback/pingback website name, 2: Website IP address, 3:
     3918#. Website hostname.
     3919#: wp-includes/pluggable.php:1594 wp-includes/pluggable.php:1608
     3920#: wp-includes/pluggable.php:1784 wp-includes/pluggable.php:1795
     3921msgid "Website: %1$s (IP address: %2$s, %3$s)"
     3922msgstr "وب‌سایت: %1$s (آدرس IP: %2$s، %3$s)"
     3923
     3924#. translators: Do not translate OLD_EMAIL, NEW_EMAIL, SITENAME, SITEURL: those
     3925#. are placeholders.
     3926#: wp-includes/ms-functions.php:2808
     3927msgid ""
     3928"Hi,\n"
     3929"\n"
     3930"This notice confirms that the network admin email address was changed on ###SITENAME###.\n"
     3931"\n"
     3932"The new network admin email address is ###NEW_EMAIL###.\n"
     3933"\n"
     3934"This email has been sent to ###OLD_EMAIL###\n"
     3935"\n"
     3936"Regards,\n"
     3937"All at ###SITENAME###\n"
     3938"###SITEURL###"
     3939msgstr ""
     3940"سلام،\n"
     3941"\n"
     3942"این اطلاع، تأیید می‌کند که آدرس ایمیل مدیر شبکه در\n"
     3943"###SITENAME### تغییر کرد.\n"
     3944"\n"
     3945"آدرس جدید ایمیل مدیر شبکه ###NEW_EMAIL### است.\n"
     3946"\n"
     3947"این ایمیل به ###OLD_EMAIL### فرستاده شده است\n"
     3948"\n"
     3949"با احترام،\n"
     3950"###SITENAME###\n"
     3951"###SITEURL###"
     3952
     3953#. translators: Do not translate USERNAME, ADMIN_URL, EMAIL, SITENAME, SITEURL:
     3954#. those are placeholders.
     3955#: wp-includes/ms-functions.php:2710
     3956msgid ""
     3957"Howdy ###USERNAME###,\n"
     3958"\n"
     3959"You recently requested to have the network admin email address on\n"
     3960"your network changed.\n"
     3961"\n"
     3962"If this is correct, please click on the following link to change it:\n"
     3963"###ADMIN_URL###\n"
     3964"\n"
     3965"You can safely ignore and delete this email if you do not want to\n"
     3966"take this action.\n"
     3967"\n"
     3968"This email has been sent to ###EMAIL###\n"
     3969"\n"
     3970"Regards,\n"
     3971"All at ###SITENAME###\n"
     3972"###SITEURL###"
     3973msgstr ""
     3974"چه طوری ###USERNAME###،\n"
     3975"شما به تازگی درخواست تغییر آدرس ایمیل مدیر شبکه را در شبکه‌تان دادید.\n"
     3976"\n"
     3977"اگر صحیح است، لطفاً روی پیوند زیر برای تغییر آن، کلیک نمایید:\n"
     3978"###ADMIN_URL###\n"
     3979"\n"
     3980"اگر مایل به انجام این کار نیستید می‌توانید این ایمیل را\n"
     3981"نادیده بگیرید و حذف نمایید.\n"
     3982"\n"
     3983"این ایمیل به ###EMAIL### فرستاده شده است\n"
     3984"\n"
     3985"با احترام،\n"
     3986"###SITENAME###\n"
     3987"###SITEURL###"
     3988
     3989#: wp-includes/ms-functions.php:197
     3990msgid "User cannot be added to this site."
     3991msgstr "کاربر نمی‌تواند به این سایت افزوده شود."
     3992
     3993#: wp-includes/load.php:1499
     3994msgid "Scrape nonce check failed. Please try again."
     3995msgstr "بررسی Scrape nonce ناموفق بود. لطفاً دوباره تلاش نمایید."
     3996
     3997#. translators: Do not translate OLD_EMAIL, NEW_EMAIL, SITENAME, SITEURL: those
     3998#. are placeholders.
     3999#: wp-includes/functions.php:7042
     4000msgid ""
     4001"Hi,\n"
     4002"\n"
     4003"This notice confirms that the admin email address was changed on ###SITENAME###.\n"
     4004"\n"
     4005"The new admin email address is ###NEW_EMAIL###.\n"
     4006"\n"
     4007"This email has been sent to ###OLD_EMAIL###\n"
     4008"\n"
     4009"Regards,\n"
     4010"All at ###SITENAME###\n"
     4011"###SITEURL###"
     4012msgstr ""
     4013"سلام،\n"
     4014"\n"
     4015"این اطلاع، تایید می‌کند که آدرس ایمیل مدیر، در\n"
     4016"###SITENAME### تغییر کرده است.\n"
     4017"\n"
     4018"آدرس ایمیل مدیر جدید ###NEW_EMAIL### است.\n"
     4019"\n"
     4020"این ایمیل به ###OLD_EMAIL### ارسال شده است\n"
     4021"\n"
     4022"با احترام\n"
     4023"###SITENAME###\n"
     4024"###SITEURL###"
     4025
     4026#: wp-includes/functions.php:6961
     4027msgid "Only UUID V4 is supported at this time."
     4028msgstr "در حال حاضر تنها از UUID V4 پشتیبانی می‌شود."
     4029
     4030#: wp-includes/deprecated.php:3958 wp-includes/deprecated.php:3975
     4031#: wp-admin/press-this.php:74
     4032msgid "The Press This plugin is required."
     4033msgstr "انتشار این افزونه مورد نیاز است."
     4034
     4035#. translators: %s: Number of themes displayed.
     4036#: wp-includes/customize/class-wp-customize-themes-section.php:152
     4037msgid "%s themes"
     4038msgstr "%s پوسته‌ها"
     4039
     4040#. translators: %s: Number of filters selected.
     4041#: wp-includes/customize/class-wp-customize-themes-section.php:136
     4042msgid "Filter themes (%s)"
     4043msgstr "صافی پوسته‌ها (%s)"
     4044
     4045#: wp-includes/customize/class-wp-customize-themes-section.php:124
     4046msgid "Back to theme sources"
     4047msgstr "بازگشت به منابع پوسته"
     4048
     4049#: wp-includes/customize/class-wp-customize-themes-section.php:103
     4050msgid "Search WordPress.org themes"
     4051msgstr "جستجوی پوسته‌های WordPress.org"
     4052
     4053#: wp-includes/customize/class-wp-customize-theme-control.php:261
     4054#: wp-includes/customize/class-wp-customize-theme-control.php:263
     4055#: wp-admin/includes/theme.php:1006 wp-admin/includes/theme.php:1009
     4056msgid "Install &amp; Preview"
     4057msgstr "نصب &amp; پیش‌نمایش"
     4058
     4059#: wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:722
     4060msgid "Invalid URL."
     4061msgstr "URL نامعتبر."
     4062
     4063#. translators: %s: "Add Items" button text.
     4064#: wp-includes/customize/class-wp-customize-nav-menu-control.php:46
     4065msgid "Time to add some links! Click &#8220;%s&#8221; to start putting pages, categories, and custom links in your menu. Add as many things as you&#8217;d like."
     4066msgstr "زمان افزودن چند پیوند رسیده است! برای شروع قرار دادن برگه‌ها، دسته‌ها، و پیوندهای سفارشی در فهرستتان &#8220;%s&#8221; را کلیک نمایید. هر تعداد موردی که مایلید، بیافزایید."
     4067
     4068#: wp-includes/media.php:4267
     4069#: wp-includes/customize/class-wp-customize-media-control.php:252
     4070msgid "Choose image"
     4071msgstr "انتخاب تصویر"
     4072
     4073#: wp-includes/customize/class-wp-customize-media-control.php:241
     4074msgid "Choose audio"
     4075msgstr "انتخاب صدا"
     4076
     4077#: wp-includes/customize/class-wp-customize-media-control.php:236
     4078msgid "Change audio"
     4079msgstr "تغییر صدا"
     4080
     4081#: wp-includes/customize/class-wp-customize-media-control.php:235
     4082#: wp-includes/customize/class-wp-customize-media-control.php:240
     4083msgid "Select audio"
     4084msgstr "صدا را انتخاب کنید"
     4085
     4086#. translators: %s: Header height in pixels.
     4087#: wp-includes/customize/class-wp-customize-header-image-control.php:219
     4088msgid "Click &#8220;Add new image&#8221; to upload an image file from your computer. Your theme works best with an image with a header height of %s pixels &#8212; you&#8217;ll be able to crop your image once you upload it for a perfect fit."
     4089msgstr "برای بارگذاری یک پروندهٔ تصویر از رایانهٔ خود، &#8220;افزودن تصویر تازه&#8221; را کلیک نمایید. پوستهٔ شما با یک تصویر، با ارتفاع سرصفحه %s پیکسل، بهتر کار می‌کند &#8212; شما قادر هستید تا تصویرتان را، پس از بارگذاری، جهت اندازه‌بندی مناسب قاب‌بُری نمایید."
     4090
     4091#. translators: %s: Header width in pixels.
     4092#: wp-includes/customize/class-wp-customize-header-image-control.php:213
     4093msgid "Click &#8220;Add new image&#8221; to upload an image file from your computer. Your theme works best with an image with a header width of %s pixels &#8212; you&#8217;ll be able to crop your image once you upload it for a perfect fit."
     4094msgstr "برای بارگذاری یک پروندهٔ تصویر، از رایانهٔ خود، &#8220;افزودن تصویر جدید&#8221; را کلیک نمایید. پوستهٔ شما با یک تصویر، با پهنای سرصفحه %s پیکسل، بهتر کار می‌کند &#8212; شما قادر هستید تا تصویرتان را، پس از بارگذاری، جهت اندازه‌بندی مناسب، قاب‌بُری نمایید."
     4095
     4096#. translators: %s: Header size in pixels.
     4097#: wp-includes/customize/class-wp-customize-header-image-control.php:207
     4098msgid "Click &#8220;Add new image&#8221; to upload an image file from your computer. Your theme works best with an image with a header size of %s pixels &#8212; you&#8217;ll be able to crop your image once you upload it for a perfect fit."
     4099msgstr "برای بارگذاری یک پروندهٔ تصویر، از رایانهٔ خود، &#8220;افزودن تصویر جدید&#8221; را کلیک نمایید. پوستهٔ شما با یک تصویر، با اندازه سرصفحه %s پیکسل، بهتر کار می‌کند &#8212; شما قادر هستید تا تصویرتان را، پس از بارگذاری، جهت اندازه‌بندی مناسب، قاب‌بُری نمایید."
     4100
     4101#: wp-includes/customize/class-wp-customize-header-image-control.php:203
     4102msgid "Click &#8220;Add new image&#8221; to upload an image file from your computer. Your theme works best with an image that matches the size of your video &#8212; you&#8217;ll be able to crop your image once you upload it for a perfect fit."
     4103msgstr "برای بارگذاری یک پروندهٔ تصویر، از رایانه خود، &#8220;افزودن تصویر جدید&#8221; را کلیک نمایید. پوستهٔ شما با یک تصویر، که با اندازهٔ ویدئوی شما همخوانی دارد، بهتر کار می‌کند &#8212; شما قادر هستید تا تصویرتان را، پس از بارگذاری، جهت اندازه‌بندی مناسب، قاب‌بُری نمایید."
     4104
     4105#. translators: 1: Month number (01, 02, etc.), 2: Month abbreviation.
     4106#: wp-includes/customize/class-wp-customize-date-time-control.php:204
     4107#: wp-admin/includes/template.php:822
     4108msgid "%1$s-%2$s"
     4109msgstr "%1$s-%2$s"
     4110
     4111#: wp-includes/customize/class-wp-customize-date-time-control.php:170
     4112msgid "Meridian"
     4113msgstr "نیم‌روز"
     4114
     4115#: wp-includes/customize/class-wp-customize-date-time-control.php:167
     4116#: wp-admin/includes/template.php:829
     4117msgid "Minute"
     4118msgstr "دقیقه"
     4119
     4120#: wp-includes/customize/class-wp-customize-date-time-control.php:162
     4121#: wp-admin/includes/template.php:828
     4122msgid "Hour"
     4123msgstr "ساعت"
     4124
     4125#: wp-includes/customize/class-wp-customize-date-time-control.php:160
     4126#: wp-includes/js/dist/components.js:35698
     4127msgid "Time"
     4128msgstr "زمان"
     4129
     4130#: wp-includes/customize/class-wp-customize-date-time-control.php:146
     4131#: wp-includes/js/dist/components.js:35652 wp-admin/includes/template.php:826
     4132msgid "Day"
     4133msgstr "روز"
     4134
     4135#: wp-includes/customize/class-wp-customize-date-time-control.php:130
     4136#: wp-includes/js/dist/components.js:35614 wp-admin/includes/template.php:816
     4137msgid "Month"
     4138msgstr "ماه"
     4139
     4140#: wp-includes/customize/class-wp-customize-date-time-control.php:127
     4141#: wp-includes/js/dist/components.js:35684
     4142#: wp-admin/includes/ajax-actions.php:2183
     4143#: wp-admin/includes/class-wp-posts-list-table.php:661
     4144#: wp-admin/includes/class-wp-posts-list-table.php:1567
     4145msgid "Date"
     4146msgstr "تاریخ"
     4147
     4148#: wp-includes/class-wp-user.php:748
     4149msgid "Usage of user levels is deprecated. Use capabilities instead."
     4150msgstr "استفاده از رده‌های کاربر، منسوخ شده است. از قابلیت‌ها (capabilities) به جای آن استفاده نمایید."
     4151
     4152#. translators: %s: Template.
     4153#: wp-includes/class-wp-theme.php:292
     4154msgid "The theme defines itself as its parent theme. Please check the %s header."
     4155msgstr "پوسته خودش را به عنوان پوستهٔ مادر تعیین می‌کند. لطفاً سربرگ %s را بررسی نمایید."
     4156
     4157#: wp-includes/class-wp-editor.php:190 wp-includes/class-wp-editor.php:1388
     4158msgctxt "Name for the Visual editor tab"
     4159msgid "Visual"
     4160msgstr "دیداری"
     4161
     4162#: wp-includes/class-wp-customize-nav-menus.php:1127
     4163msgid "Create New Menu"
     4164msgstr "ایجاد فهرست جدید"
     4165
     4166#: wp-includes/class-wp-customize-nav-menus.php:843
     4167msgid "New Menu"
     4168msgstr "فهرست تازه"
     4169
     4170#. translators: URL to the Widgets panel of the Customizer.
     4171#: wp-includes/class-wp-customize-nav-menus.php:691
     4172msgid "If your theme has widget areas, you can also add menus there. Visit the <a href=\"%s\">Widgets panel</a> and add a &#8220;Navigation Menu widget&#8221; to display a menu in a sidebar or footer."
     4173msgstr "همچنین در صورتی که پوسته شما ناحیه‌های ابزارک دارد، می‌توانید فهرست‌ها را در آنجا اضافه نمایید. <a href=\"%s\">بخش ابزارک‌ها</a> را بازدید نمایید و یک &#8220;ابزارک فهرست راهبری&#8221; برای نمایش یک فهرست، در یک نوار کناری یا پایین صفحه (footer)، اضافه نمایید."
     4174
     4175#: wp-includes/class-wp-customize-nav-menus.php:512
     4176msgid "If your theme has multiple menus, giving them clear names will help you manage them."
     4177msgstr "اگر پوسته شما چند فهرست‌ دارد، نام‌گذاری واضح آنها، به شما کمک می‌کند تا آنها را مدیریت نمایید."
     4178
     4179#. translators: %s: Number of menu locations.
     4180#: wp-includes/class-wp-customize-nav-menus.php:495
     4181msgid "Your theme can display menus in %s location."
     4182msgid_plural "Your theme can display menus in %s locations."
     4183msgstr[0] "پوسته شما می‌تواند فهرست‌ها را در %s مکان نمایش دهد."
     4184
     4185#: wp-includes/class-wp-customize-nav-menus.php:492
     4186msgid "Your theme can display menus in one location."
     4187msgstr "پوستهٔ شما می‌تواند فهرست‌ها را در یک مکان نمایش دهد."
     4188
     4189#: wp-includes/class-wp-customize-manager.php:5716
     4190msgid "CSS code"
     4191msgstr "کد css"
     4192
     4193#. translators: 1: Link to user profile, 2: Additional link attributes, 3:
     4194#. Accessibility text.
     4195#: wp-includes/widgets/class-wp-widget-custom-html.php:311
     4196#: wp-includes/class-wp-customize-manager.php:5675
     4197msgid "The edit field automatically highlights code syntax. You can disable this in your <a href=\"%1$s\" %2$s>user profile%3$s</a> to work in plain text mode."
     4198msgstr "ورودی فیلد ویرایش به صورت خودکار گرامر کد را رنگ‌بندی می‌کند. می‌توانید این مورد را در <a href=\"%1$s\" %2$s>مشخصات کاربری‌تان%3$s</a> غیر‌فعال نمایید تا در حالت متن ساده کار کنید."
     4199
     4200#: wp-includes/widgets/class-wp-widget-custom-html.php:326
     4201#: wp-includes/class-wp-customize-manager.php:5668 wp-admin/theme-editor.php:36
     4202#: wp-admin/plugin-editor.php:133
     4203msgid "Screen reader users: when in forms mode, you may need to press the Esc key twice."
     4204msgstr "کاربران صفحه‌خوان: در هنگام حالت فرم‌ها، ممکن است شما نیاز به فشردن دوبار کلید Esc داشته باشید."
     4205
     4206#: wp-includes/widgets/class-wp-widget-custom-html.php:325
     4207#: wp-includes/class-wp-customize-manager.php:5667 wp-admin/theme-editor.php:35
     4208#: wp-admin/plugin-editor.php:132
     4209msgid "To move away from this area, press the Esc key followed by the Tab key."
     4210msgstr "برای عبور از این ناحیه، کلید Esc را به همراه کلید Tab فشار دهید."
     4211
     4212#: wp-includes/widgets/class-wp-widget-custom-html.php:324
     4213#: wp-includes/class-wp-customize-manager.php:5666 wp-admin/theme-editor.php:34
     4214#: wp-admin/plugin-editor.php:131
     4215msgid "In the editing area, the Tab key enters a tab character."
     4216msgstr "در ناحیه ویرایش، کلید Tab یک حرف Tab وارد می‌کند."
     4217
     4218#: wp-includes/widgets/class-wp-widget-custom-html.php:322
     4219#: wp-includes/class-wp-customize-manager.php:5664 wp-admin/theme-editor.php:32
     4220#: wp-admin/plugin-editor.php:129
     4221msgid "When using a keyboard to navigate:"
     4222msgstr "هنگامی که از یک صفحه‌کلید جهت راهبری استفاده می‌کنید:"
     4223
     4224#: wp-includes/class-wp-customize-manager.php:5654
     4225msgid "Add your own CSS code here to customize the appearance and layout of your site."
     4226msgstr "کد CSS خود را در اینجا اضافه نمایید تا ظاهر و طرح سایت‌تان را سفارشی نمایید."
     4227
     4228#: wp-includes/class-wp-customize-manager.php:5606
     4229#: wp-admin/options-reading.php:85 wp-admin/options-reading.php:86
     4230msgid "Your homepage displays"
     4231msgstr "صفحه اصلی شما نمایش داده می‌شود"
     4232
     4233#: wp-includes/class-wp-customize-manager.php:5589
     4234msgid "You can choose what&#8217;s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed."
     4235msgstr "می‌توانید انتخاب کنید که چه چیزی در صفحه خانه سایت‌تان نمایش داده شود. آن می‌تواند نوشته‌ها در ترتیب زمانی معکوس (بلاگ کلاسیک)، یا برگه ایستا/ثابت باشد. برای تنظیم یک صفحه خانه ایستا، ابتدا نیاز به ایجاد دو برگه دارید. یکی صفحه خانه خواهد شد، و دیگری جایی که نوشته‌های شما نمایش داده خواهد شد."
     4236
     4237#: wp-includes/class-wp-customize-manager.php:5587
     4238msgid "Homepage Settings"
     4239msgstr "تنظیمات برگه خانه"
     4240
     4241#. translators: %s: Site icon size in pixels.
     4242#: wp-includes/class-wp-customize-manager.php:5161
     4243msgid "Site Icons should be square and at least %s pixels."
     4244msgstr "نمادک سایت، باید مربعی باشد و دست کم %s پیکسل باشد."
     4245
     4246#: wp-includes/class-wp-customize-manager.php:5159
     4247msgid "Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. Upload one here!"
     4248msgstr "نمادک‌های سایت چیزهایی هستند که در برگه‌های مرورگر (tab)، نوارهای نشان‌گذاری (bookmark)، و برنامه‌های موبایل وردپرس مشاهده می‌نمایید. یکی از آنها را در اینجا بارگذاری نمایید!"
     4249
     4250#: wp-includes/class-wp-customize-manager.php:5055
     4251msgid "WordPress.org themes"
     4252msgstr "پوسته‌های WordPress.org"
     4253
     4254#: wp-includes/class-wp-customize-manager.php:5040
     4255msgid "Installed themes"
     4256msgstr "پوسته‌های نصب شده"
     4257
     4258#: wp-includes/script-loader.php:1152 wp-admin/customize.php:192
     4259#: wp-admin/customize.php:197 wp-admin/edit-form-advanced.php:394
     4260msgid "Publish Settings"
     4261msgstr "تنظیمات انتشار"
     4262
     4263#: wp-includes/class-wp-customize-manager.php:4341
     4264msgid "Copied"
     4265msgstr "کپی شد"
     4266
     4267#: wp-includes/class-wp-customize-manager.php:4335
     4268msgid "Preview Link"
     4269msgstr "پیش‌نمایش پیوند"
     4270
     4271#: wp-includes/class-wp-customize-manager.php:4332
     4272msgid "See how changes would look live on your website, and share the preview with people who can't access the Customizer."
     4273msgstr "به صورت زنده مشاهده نمایید که تغییرات، چگونه در وب‌سایت شما نمایان خواهد شد، و پیش‌نمایش را با افرادی که نمی‌توانند به قسمت سفارشی‌سازی دستیابی داشته باشند، به اشتراک بگذارید."
     4274
     4275#: wp-includes/class-wp-customize-manager.php:4330
     4276msgid "Share Preview Link"
     4277msgstr "اشتراک پیوند پیش‌نمایش"
     4278
     4279#: wp-includes/class-wp-customize-manager.php:3194
     4280msgid "Changes trashed successfully."
     4281msgstr "تغییرات با موفقیت به زباله‌دان انتقال یافتند."
     4282
     4283#: wp-includes/class-wp-customize-manager.php:3175
     4284msgid "Changes have already been trashed."
     4285msgstr "تغییرات در حال حاضر به زباله‌دان منتقل شده‌اند."
     4286
     4287#: wp-includes/class-wp-customize-manager.php:3154
     4288#: wp-includes/class-wp-customize-manager.php:3187
     4289msgid "Unable to trash changes."
     4290msgstr "عدم توانایی در انتقال تغییرات به زباله‌دان."
     4291
     4292#: wp-includes/class-wp-customize-manager.php:3142
     4293msgid "No changes saved yet, so there is nothing to trash."
     4294msgstr "هیچ تغییری هنوز ذخیره نشده است، بنابراین چیزی برای ارسال به زباله‌دان وجود ندارد."
     4295
     4296#: wp-includes/class-wp-customize-manager.php:3132
     4297msgid "There was an authentication problem. Please reload and try again."
     4298msgstr "مشکلی با احراز هویت وجود داشت. لطفاً بارگذاری و دوباره سعی نمایید."
     4299
     4300#. translators: %s: Number of invalid settings.
     4301#: wp-includes/script-loader.php:1140 wp-includes/script-loader.php:1142
     4302#: wp-includes/class-wp-customize-manager.php:2787
     4303msgid "Unable to save due to %s invalid setting."
     4304msgid_plural "Unable to save due to %s invalid settings."
     4305msgstr[0] "به دلیل تنظیمات نامعتبر %s قابل ذخیره نیست."
     4306
     4307#: wp-includes/script-loader.php:1103
     4308#: wp-includes/class-wp-customize-manager.php:2668
     4309#: wp-includes/class-wp-customize-manager.php:2683
     4310msgid "You must supply a future date to schedule."
     4311msgstr "برای برنامه‌ریزی باید تاریخی در آینده را وارد کنید."
     4312
     4313#: wp-includes/class-wp-customize-manager.php:2645
     4314msgid "The previous set of changes has already been published. Please try saving your current set of changes again."
     4315msgstr "مجموعه قبلی از تغییرات در حال حاضر منتشر شده است. لطفا مجموعه تغییرات فعلی خود را مجددا ذخیره کنید."
     4316
     4317#: wp-includes/admin-bar.php:820
     4318msgid "Edit User"
     4319msgstr "ویرایش کاربر"
     4320
     4321#: wp-includes/admin-bar.php:774
     4322msgid "View User"
     4323msgstr "مشاهدهٔ کاربر"
     4324
     4325#: wp-includes/widgets/class-wp-widget-text.php:498
     4326msgid "This widget may have contained code that may work better in the &#8220;Custom HTML&#8221; widget. If you haven&#8217;t yet, how about trying that widget instead?"
     4327msgstr "این ابزارک ممکن است کدهایی در بر داشته باشد که در ابزارک &#8220;سفارشی HTML&#8221; بهتر کار کند. اگر هنوز امتحانش نکردید، چطور است الان امتحان کنید؟"
     4328
     4329#: wp-includes/widgets/class-wp-widget-text.php:551
     4330msgid "Hey there, looks like you just pasted HTML into the &#8220;Visual&#8221; tab of the Text widget. You may want to paste your code into the &#8220;Text&#8221; tab instead. Alternately, try out the new &#8220;Custom HTML&#8221; widget!"
     4331msgstr "سلام، به نظر میرسد شما کد HTML را در زبانه &#8220;دیداری&#8221; ابزارک متن جاگذاری کردید. شما ممکن است در عوض بخواهید کد خود را به زبانه &#8220;متن&#8221; بچسبانید. به همین ترتیب، ابزارک جدید &#8220;سفارشی HTML&#8221; را امتحان کنید!"
     4332
     4333#: wp-includes/widgets/class-wp-widget-text.php:550
     4334msgid "Did you just paste HTML?"
     4335msgstr "آیا همین الان HTML قرار دادید؟"
     4336
     4337#: wp-includes/widgets/class-wp-widget-text.php:535
     4338msgid "Did you know there is a &#8220;Custom HTML&#8221; widget now? You can find it by scanning the list of available widgets on this screen. Check it out to add some custom code to your site!"
     4339msgstr "آیا می‌دانستید هم اکنون یک ابزارک &#8220;سفارشی HTML&#8221 وجود دارد؟ شما می‌توانید آن‌را با بررسی لیست ابزارک‌های موجود در این صفحه  پیدا کنید. برای افزودن برخی کدهای سفارشی به سایت خود، آن‌را امتحان کنید."
     4340
     4341#: wp-includes/widgets/class-wp-widget-text.php:533
     4342msgid "Did you know there is a &#8220;Custom HTML&#8221; widget now? You can find it by pressing the &#8220;<a class=\"add-widget\" href=\"#\">Add a Widget</a>&#8221; button and searching for &#8220;HTML&#8221;. Check it out to add some custom code to your site!"
     4343msgstr "آیا می‌دانستید هم اکنون یک ابزارک &#8220;سفارشی HTML&#8221 وجود دارد؟ شما می‌توانید آن‌را با فشردن دکمه &#8220;<a class=\"add-widget\" href=\"#\">افزودن ابزارک</a>&#8221; و جستجوی &#8220;HTML&#8221; پیدا کنید. برای افزودن برخی کدهای سفارشی به سایت خود، آن‌را امتحان کنید."
     4344
     4345#: wp-includes/widgets/class-wp-widget-text.php:531
     4346msgid "New Custom HTML Widget"
     4347msgstr "ابزارک سفارشی جدید HTML"
     4348
     4349#: wp-includes/widgets/class-wp-widget-text.php:496
     4350msgid "This widget may contain code that may work better in the &#8220;Custom HTML&#8221; widget. How about trying that widget instead?"
     4351msgstr "این ابزارک ممکن است کدهایی در بر داشته باشد که در ابزارک &#8220;سفارشی HTML&#8221; بهتر کار کند. چطور است آن‌را بجایش امتحان کنید؟"
     4352
     4353#: wp-includes/widgets/class-wp-widget-text.php:35
     4354msgid "Arbitrary text."
     4355msgstr "متن دلخواه."
     4356
     4357#: wp-includes/widgets/class-wp-widget-custom-html.php:283
     4358msgid "Some HTML tags are not permitted, including:"
     4359msgstr "تعدادی از تگ‌های HTML مجاز نیستند، شامل:"
     4360
     4361#: wp-includes/widgets/class-wp-widget-custom-html.php:53
     4362#: wp-includes/js/dist/block-library.js:15487
     4363msgid "Custom HTML"
     4364msgstr "HTML سفارشی"
     4365
     4366#: wp-includes/widgets/class-wp-widget-custom-html.php:46
     4367msgid "Arbitrary HTML code."
     4368msgstr "کد HTML دلخواه."
     4369
     4370#: wp-includes/widgets/class-wp-widget-tag-cloud.php:179
     4371msgid "Show tag counts"
     4372msgstr "نمایش تعداد برچسب‌ها"
     4373
     4374#. translators: %s: Number of items (tags).
     4375#. translators: %s: Number of items.
     4376#. translators: Number of items.
     4377#. translators: %s: Number of comments.
     4378#: wp-includes/category-template.php:861 wp-includes/category-template.php:872
     4379#: wp-admin/includes/class-wp-list-table.php:847
     4380#: wp-admin/includes/class-wp-list-table.php:1454
     4381#: wp-admin/includes/ajax-actions.php:533
     4382msgid "%s item"
     4383msgid_plural "%s items"
     4384msgstr[0] "%s مورد"
     4385
     4386#: wp-includes/widgets/class-wp-widget-media.php:70
     4387msgctxt "label for button in the media widget"
     4388msgid "Add Media"
     4389msgstr "افزودن رسانه"
     4390
     4391#: wp-includes/widgets/class-wp-widget-media-video.php:39
     4392msgctxt "label for button in the video widget"
     4393msgid "Add Video"
     4394msgstr "افزودن ویدئو"
     4395
     4396#: wp-includes/widgets/class-wp-widget-media-image.php:39
     4397msgctxt "label for button in the image widget"
     4398msgid "Add Image"
     4399msgstr "افزودن تصویر"
     4400
     4401#: wp-includes/widgets/class-wp-widget-media-audio.php:39
     4402msgctxt "label for button in the audio widget"
     4403msgid "Add Audio"
     4404msgstr "افزودن صوت"
     4405
     4406#: wp-includes/media.php:3784
     4407msgid "(no author)"
     4408msgstr "(بدون نویسنده)"
     4409
     4410#. translators: %s: The name of a city.
     4411#: wp-includes/script-loader.php:1753
     4412msgid "City updated. Listing events near %s."
     4413msgstr "شهر به‌روزرسانی شد. فهرست روبدادهای نزدیک %s."
     4414
     4415#. translators: %s is the name of the city we couldn't locate. * Replace the
     4416#. examples with cities in your locale, but test * that they match the expected
     4417#. location before including them. * Use endonyms (native locale names)
     4418#. whenever possible.
     4419#: wp-includes/script-loader.php:1749 wp-admin/includes/dashboard.php:1364
     4420msgid "We couldn&#8217;t locate %s. Please try another nearby city. For example: Kansas City; Springfield; Portland."
     4421msgstr "نمی‌توانیم %s را پیدا کنیم. لطفاً شهری نزدیک به خود را انتخاب نمایید، برای نمونه: اهواز، تهران، زاهدان، تبریز."
     4422
     4423#: wp-includes/script-loader.php:1731
     4424msgid "Attend an upcoming event near you."
     4425msgstr "رفتن به رویدادی نزدیک."
     4426
     4427#: wp-includes/script-loader.php:1730 wp-admin/includes/dashboard.php:1280
     4428msgid "An error occurred. Please try again."
     4429msgstr "خطایی رخ داده. لطفا دوباره تلاش کنید."
     4430
     4431#: wp-includes/script-loader.php:1729
     4432msgid "Enter your closest city to find nearby events."
     4433msgstr "نزدیک‌ترین شهر را برای یافتن رویدادها انتخاب کنید."
     4434
     4435#. translators: %s: URL to Network Settings screen.
     4436#: wp-signup.php:926
     4437msgid "To change or disable registration go to your <a href=\"%s\">Options page</a>."
     4438msgstr "برای تغییر یا غیر فعال‌سازی نام‌نویسی به <a href=\"%s\"> تنظیمات</a> بروید."
     4439
     4440#: wp-signup.php:919
     4441msgid "The network currently allows both site and user registrations."
     4442msgstr "در حال حاضر شبکه به سایت و کاربر اجازهٔ نام‌نویسی می‌دهد."
     4443
     4444#: wp-signup.php:916
     4445msgid "The network currently allows user registrations."
     4446msgstr "درحال حاضر شبکه اجازهٔ نام‌نویسی به کاربر می‌دهد."
     4447
     4448#: wp-signup.php:913
     4449msgid "The network currently allows site registrations."
     4450msgstr "در حال حاضر شبکه اجازهٔ ثبت سایت می‌دهد."
     4451
     4452#: wp-signup.php:910
     4453msgid "The network currently disallows registrations."
     4454msgstr "در حال حاضر شبکه اجازه نام‌نویسی نمی‌دهد."
     4455
     4456#: wp-signup.php:905
     4457msgid "Greetings Network Administrator!"
     4458msgstr "مدیر شبکه خوش آمدی!"
     4459
     4460#: wp-includes/widgets/class-wp-widget-media-gallery.php:63
     4461#: wp-includes/widgets/class-wp-widget-media.php:154
     4462msgid "Title for the widget"
     4463msgstr "عنوان برای ابزارک"
     4464
     4465#: wp-includes/widgets/class-wp-widget-media.php:148
     4466msgid "URL to the media file"
     4467msgstr "نشانی پروندهٔ چند رسانه‌ای"
     4468
     4469#: wp-includes/widgets/class-wp-widget-media.php:141
     4470msgid "Attachment post ID"
     4471msgstr "شناسهٔ نوشتهٔ پیوست"
     4472
     4473#: wp-includes/widgets/class-wp-widget-media.php:82
     4474msgid "Looks like this isn&#8217;t the correct kind of file. Please link to an appropriate file instead."
     4475msgstr "به نظر می‌رسد این نوع پرونده قابل قبول نیست. به جای آن به یک پروندهٔ مناسب پیوند دهید."
     4476
     4477#: wp-includes/widgets/class-wp-widget-media.php:81
     4478msgid "Media Widget"
     4479msgstr "ابزارک رسانه"
     4480
     4481#. translators: %d: Widget count.
     4482#: wp-includes/widgets/class-wp-widget-media.php:80
     4483msgid "Media Widget (%d)"
     4484msgid_plural "Media Widget (%d)"
     4485msgstr[0] "ابزارک رسانه (%d)"
     4486
     4487#. translators: %s: URL to media library.
     4488#: wp-includes/widgets/class-wp-widget-media.php:76
     4489msgid "We can&#8217;t find that file. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted."
     4490msgstr "نمی‌توان پرونده را پیدا کرد. <a href=\"%s\">کتابخانهٔ رسانهٔ</a> خود را بررسی کنید و مطمئن شوید که پرونده پاک نشده است."
     4491
     4492#: wp-includes/widgets/class-wp-widget-media.php:73
     4493msgid "Add to Widget"
     4494msgstr "افزودن به ابزارک"
     4495
     4496#: wp-includes/widgets/class-wp-widget-media.php:72
     4497msgctxt "label for button in the media widget; should preferably not be longer than ~13 characters long"
     4498msgid "Edit Media"
     4499msgstr "ویرایش رسانه"
     4500
     4501#: wp-includes/widgets/class-wp-widget-media.php:71
     4502msgctxt "label for button in the media widget; should preferably not be longer than ~13 characters long"
     4503msgid "Replace Media"
     4504msgstr "جایگزینی رسانه"
     4505
     4506#: wp-includes/widgets/class-wp-widget-media.php:69
     4507msgid "No media selected"
     4508msgstr "رسانه‌ای انتخاب نشده است"
     4509
     4510#: wp-includes/widgets/class-wp-widget-media.php:60
     4511msgid "A media item."
     4512msgstr "یک مورد رسانه."
     4513
     4514#. translators: %s: Video extension.
     4515#: wp-includes/widgets/class-wp-widget-media-video.php:98
     4516msgid "URL to the %s video source file"
     4517msgstr "نشانی اینترنتی پروندهٔ %s ویدئویی"
     4518
     4519#: wp-includes/widgets/class-wp-widget-media-video.php:49
     4520msgid "Video Widget"
     4521msgstr "ابزارک ویدئو"
     4522
     4523#. translators: %d: Widget count.
     4524#: wp-includes/widgets/class-wp-widget-media-video.php:48
     4525msgid "Video Widget (%d)"
     4526msgid_plural "Video Widget (%d)"
     4527msgstr[0] "ابزارک ویدئو (%d)"
     4528
     4529#. translators: %s: URL to media library.
     4530#: wp-includes/widgets/class-wp-widget-media-video.php:44
     4531msgid "We can&#8217;t find that video. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted."
     4532msgstr "قادر به یافتن پروندهٔ ویدئویی نیستیم. لطفا <a href=\"%s\">کتابخانه رسانه</a> خود را بررسی کنید و مطمئن شوید که پرونده پاک نشده است."
     4533
     4534#: wp-includes/widgets/class-wp-widget-media-video.php:41
     4535msgctxt "label for button in the video widget; should preferably not be longer than ~13 characters long"
     4536msgid "Edit Video"
     4537msgstr "ویرایش ویدئو"
     4538
     4539#: wp-includes/widgets/class-wp-widget-media-video.php:40
     4540msgctxt "label for button in the video widget; should preferably not be longer than ~13 characters long"
     4541msgid "Replace Video"
     4542msgstr "جایگزینی ویدئو"
     4543
     4544#: wp-includes/widgets/class-wp-widget-media-gallery.php:39
     4545msgctxt "label for button in the gallery widget; should not be longer than ~13 characters long"
     4546msgid "Add Images"
     4547msgstr "افزودن تصاویر"
     4548
     4549#: wp-includes/widgets/class-wp-widget-media-video.php:30
     4550msgid "Displays a video from the media library or from YouTube, Vimeo, or another provider."
     4551msgstr "نمایش یک ویدئو از کتابخانه رسانه‌ها، یوتیوب، ویمو یا سایر ارائه‌دهندگان."
     4552
     4553#: wp-includes/widgets/class-wp-widget-media-image.php:49
     4554msgid "Image Widget"
     4555msgstr "ابزارک تصویر"
     4556
     4557#. translators: %d: Widget count.
     4558#: wp-includes/widgets/class-wp-widget-media-image.php:48
     4559msgid "Image Widget (%d)"
     4560msgid_plural "Image Widget (%d)"
     4561msgstr[0] "ابزارک تصویر (%d)"
     4562
     4563#. translators: %s: URL to media library.
     4564#: wp-includes/widgets/class-wp-widget-media-image.php:44
     4565msgid "We can&#8217;t find that image. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted."
     4566msgstr "نمی‌توان تصویر را پیدا کرد. <a href=\"%s\">کتابخانه رسانه</a> خود را بررسی کنید و مطمئن شوید که تصویر پاک نشده است. "
     4567
     4568#: wp-includes/widgets/class-wp-widget-media-image.php:41
     4569msgctxt "label for button in the image widget; should preferably not be longer than ~13 characters long"
     4570msgid "Edit Image"
     4571msgstr "ویرایش تصویر"
     4572
     4573#: wp-includes/widgets/class-wp-widget-media-image.php:40
     4574msgctxt "label for button in the image widget; should preferably not be longer than ~13 characters long"
     4575msgid "Replace Image"
     4576msgstr "جایگزینی تصویر"
     4577
     4578#: wp-includes/widgets/class-wp-widget-media-gallery.php:41
     4579msgctxt "label for button in the gallery widget; should not be longer than ~13 characters long"
     4580msgid "Edit Gallery"
     4581msgstr "ویرایش گالری"
     4582
     4583#: wp-includes/widgets/class-wp-widget-media-image.php:30
     4584msgid "Displays an image."
     4585msgstr "یک تصویر نمایش می‌دهد."
     4586
     4587#: wp-includes/widgets/class-wp-widget-media-image.php:354
     4588#: wp-includes/widgets/class-wp-widget-media-audio.php:197
     4589#: wp-includes/widgets/class-wp-widget-media-video.php:240
     4590msgid "Unable to preview media due to an unknown error."
     4591msgstr "به دلیل یک خطای ناشناخته قادر به پیش‌نمایش رسانه نیستیم."
     4592
     4593#. translators: %s: Audio extension.
     4594#: wp-includes/widgets/class-wp-widget-media-audio.php:87
     4595msgid "URL to the %s audio source file"
     4596msgstr "پیوند به پرونده %s صوتی"
     4597
     4598#: wp-includes/widgets/class-wp-widget-media-audio.php:50
     4599msgid "Looks like this isn&#8217;t the correct kind of file. Please link to an audio file instead."
     4600msgstr "به نظر می‌رسد این نوع پرونده قابل‌قبول نیست. لطفاً پیوند یک پروندهٔ صوتی را وارد نمایید."
     4601
     4602#: wp-includes/widgets/class-wp-widget-media-audio.php:49
     4603msgid "Audio Widget"
     4604msgstr "ابزارک صدا"
     4605
     4606#. translators: %d: Widget count.
     4607#: wp-includes/widgets/class-wp-widget-media-audio.php:48
     4608msgid "Audio Widget (%d)"
     4609msgid_plural "Audio Widget (%d)"
     4610msgstr[0] "ابزارک صدا (%d)"
     4611
     4612#. translators: %s: URL to media library.
     4613#: wp-includes/widgets/class-wp-widget-media-audio.php:44
     4614msgid "We can&#8217;t find that audio file. Check your <a href=\"%s\">media library</a> and make sure it wasn&#8217;t deleted."
     4615msgstr "نمی‌توان پرونده صوتی را پیدا کرد. <a href=\"%s\">کتابخانه رسانه</a> خود را بررسی کنید و مطمئن شوید که پرونده پاک نشده است. "
     4616
     4617#: wp-includes/widgets/class-wp-widget-media-audio.php:41
     4618msgctxt "label for button in the audio widget; should preferably not be longer than ~13 characters long"
     4619msgid "Edit Audio"
     4620msgstr "ویرایش صوت"
     4621
     4622#: wp-includes/widgets/class-wp-widget-media-audio.php:40
     4623msgctxt "label for button in the audio widget; should preferably not be longer than ~13 characters long"
     4624msgid "Replace Audio"
     4625msgstr "جایگزینی صوت"
     4626
     4627#: wp-includes/widgets/class-wp-widget-media-audio.php:38
     4628#: wp-includes/customize/class-wp-customize-media-control.php:239
     4629msgid "No audio selected"
     4630msgstr "صوتی امتخاب نشده"
     4631
     4632#: wp-includes/widgets/class-wp-widget-media-audio.php:30
     4633msgid "Displays an audio player."
     4634msgstr "نمایش پخش‌کننده صدا"
     4635
     4636#. translators: 1: Parameter, 2: Maximum number.
     4637#: wp-includes/rest-api.php:1790
     4638msgid "%1$s must be less than or equal to %2$d"
     4639msgstr "%1$s باید کمتر یا برابر %2$d باشد"
     4640
     4641#. translators: 1: Parameter, 2: Maximum number.
     4642#: wp-includes/rest-api.php:1787
     4643msgid "%1$s must be less than %2$d"
     4644msgstr "%1$s باید کمتر از %2$d باشد"
     4645
     4646#. translators: 1: Parameter, 2: Minimum number.
     4647#: wp-includes/rest-api.php:1782
     4648msgid "%1$s must be greater than or equal to %2$d"
     4649msgstr "%1$s باید بیشتر یا برابر %2$d باشد"
     4650
     4651#. translators: 1: Parameter, 2: Minimum number.
     4652#: wp-includes/rest-api.php:1779
     4653msgid "%1$s must be greater than %2$d"
     4654msgstr "%1$s باید بزرگتر از %2$d باشد"
     4655
     4656#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1534
     4657msgid "Limit result set to users with one or more specific slugs."
     4658msgstr "محدودسازی نتایج جستجو به کاربرانی با یک نامک یا بیشتر."
     4659
     4660#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1076
     4661msgid "Limit result set to terms with one or more specific slugs."
     4662msgstr "محدودسازی نتایج جستجو به مواردی با یک نامک یا بیشتر. "
     4663
     4664#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:312
     4665#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:354
     4666#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:160
     4667msgid "The page number requested is larger than the number of pages available."
     4668msgstr "شماره برگه درخواست‌شده بزرگتر از تعداد برگه‌های در دسترس است."
     4669
     4670#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:237
     4671#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:174
     4672msgid "You need to define an include parameter to order by include."
     4673msgstr "شما نیاز دارید یک پارامتر برای نمایش ترتیب براساس آن را تعریف کنید."
     4674
     4675#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:317
     4676msgid "All features, supported by the post type."
     4677msgstr "تمام ویژگی‌ها، توسط نوع نوشته (post type) پشتیبانی می‌شود."
     4678
     4679#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:85
     4680#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:107
     4681msgid "The password for the parent post of the comment (if the post is password protected)."
     4682msgstr "رمز عبور برای نوشته مادر دیدگاه (اگر نوشته محافظت شده باشد)."
     4683
     4684#: wp-includes/post.php:1717
     4685msgctxt "page"
     4686msgid "Use as featured image"
     4687msgstr "استفاده به‌عنوان تصویر شاخص"
     4688
     4689#: wp-includes/post.php:1717
     4690msgctxt "post"
     4691msgid "Use as featured image"
     4692msgstr "استفاده به‌عنوان تصویر شاخص"
     4693
     4694#: wp-includes/post.php:1716
     4695msgctxt "page"
     4696msgid "Remove featured image"
     4697msgstr "پاک کردن تصویر شاخص"
     4698
     4699#: wp-includes/post.php:1716
     4700msgctxt "post"
     4701msgid "Remove featured image"
     4702msgstr "پاک کردن تصویر شاخص"
     4703
     4704#: wp-includes/post.php:1715
     4705msgctxt "page"
     4706msgid "Set featured image"
     4707msgstr "تنظیم تصویر شاخص"
     4708
     4709#: wp-includes/post.php:1715
     4710msgctxt "post"
     4711msgid "Set featured image"
     4712msgstr "قرار دادن به‌عنوان تصویر شاخص"
     4713
     4714#: wp-includes/post.php:1714
     4715msgctxt "page"
     4716msgid "Featured image"
     4717msgstr "تصویر شاخص"
     4718
     4719#: wp-includes/post.php:1714
     4720msgctxt "post"
     4721msgid "Featured image"
     4722msgstr "تصویر شاخص"
     4723
     4724#. translators: 1: $sanitize_callback, 2: register_setting()
     4725#: wp-includes/option.php:2376
     4726msgid "%1$s is deprecated. The callback from %2$s is used instead."
     4727msgstr "%1$s منسوخ شده است. لطفا به‌جای آن از %2$s استفاده کنید."
     4728
     4729#: wp-includes/media.php:4223
     4730msgid ""
     4731"You are about to permanently delete these items from your site.\n"
     4732"This action cannot be undone.\n"
     4733" 'Cancel' to stop, 'OK' to delete."
     4734msgstr ""
     4735"شما می‌خواهید این موارد را برای همیشه از سایت‌تان پاک کنید.\n"
     4736"این کار غیرقابل‌بازگردانی است.\n"
     4737"'Cancel' برای انصراف، 'OK' برای پاک کردن."
     4738
     4739#: wp-includes/media.php:4222
     4740msgid ""
     4741"You are about to permanently delete this item from your site.\n"
     4742"This action cannot be undone.\n"
     4743" 'Cancel' to stop, 'OK' to delete."
     4744msgstr ""
     4745"شما می‌خواهید این مورد را برای همیشه از سایت‌تان پاک کنید.\n"
     4746"این کار غیرقابل‌بازگردانی است.\n"
     4747"'Cancel' برای انصراف، 'OK' برای پاک کردن."
     4748
     4749#. translators: 1: Suggested width number, 2: Suggested height number.
     4750#: wp-includes/media-template.php:296 wp-includes/media.php:4274
     4751msgid "Suggested image dimensions: %1$s by %2$s pixels."
     4752msgstr "اندازه پیشنهادی تصویر: %1$s در %2$s پیکسل."
     4753
     4754#: wp-includes/script-loader.php:827 wp-includes/functions.php:2668
     4755#: wp-includes/js/dist/media-utils.js:1103 wp-admin/includes/file.php:857
     4756msgid "Sorry, this file type is not permitted for security reasons."
     4757msgstr "با عرض پوزش، این نوع پرونده به دلایل امنیتی مجاز نیست."
     4758
     4759#: wp-includes/comment.php:3443
     4760msgid "Sorry, comments are not allowed for this item."
     4761msgstr "با عرض پوزش، دیدگاه‌ها برای این مورد فعال نیست."
     4762
     4763#: wp-includes/class-wp-oembed-controller.php:149
     4764msgid "Sorry, you are not allowed to make proxied oEmbed requests."
     4765msgstr "با عرض پوزش، شما مجاز به درخواست ایجاد جاسازی با پروکسی نیستید."
     4766
     4767#: wp-includes/class-wp-oembed-controller.php:98
     4768msgid "Whether to perform an oEmbed discovery request for unsanctioned providers."
     4769msgstr "انجام جاسازی برای سایت‌هایی که در لیست بدون مجوز تامین‌کنندگان قرار ندارند."
     4770
     4771#: wp-includes/class-wp-oembed-controller.php:93
     4772msgid "The maximum height of the embed frame in pixels."
     4773msgstr "بیشینهٔ ارتفاع قاب جاسازی به پیکسل."
     4774
     4775#: wp-includes/class-wp-oembed-controller.php:87
     4776msgid "The maximum width of the embed frame in pixels."
     4777msgstr "بیشینهٔ پهنای قاب جاسازی به پیکسل."
     4778
     4779#: wp-includes/class-wp-oembed-controller.php:78
     4780msgid "The oEmbed format to use."
     4781msgstr "ساختار oEmbed قابل استفاده."
     4782
     4783#: wp-includes/class-wp-oembed-controller.php:44
     4784#: wp-includes/class-wp-oembed-controller.php:72
     4785msgid "The URL of the resource for which to fetch oEmbed data."
     4786msgstr "نشانی اینترنتی منبع برای دریافت اطلاعات جاسازی."
     4787
     4788#: wp-includes/class-wp-editor.php:1273
     4789msgctxt "Short for blue in RGB"
     4790msgid "B"
     4791msgstr "B"
     4792
     4793#: wp-includes/class-wp-editor.php:1272
     4794msgctxt "Short for green in RGB"
     4795msgid "G"
     4796msgstr "G"
     4797
     4798#: wp-includes/class-wp-editor.php:1271
     4799msgctxt "Short for red in RGB"
     4800msgid "R"
     4801msgstr "R"
     4802
     4803#: wp-includes/class-wp-editor.php:1230
     4804msgid "Insert/edit media"
     4805msgstr "درج/ویرایش رسانه"
     4806
     4807#: wp-includes/class-wp-editor.php:1227
     4808msgid "Insert/edit code sample"
     4809msgstr "درج/ویرایش نمونه کد"
     4810
     4811#: wp-includes/class-wp-editor.php:1226 wp-admin/includes/privacy-tools.php:438
     4812#: wp-admin/includes/class-wp-privacy-policy-content.php:435
     4813msgid "Table of Contents"
     4814msgstr "فهرست محتوا"
     4815
     4816#: wp-includes/class-wp-editor.php:1224
     4817msgid "Date/time"
     4818msgstr "تاریخ/زمان"
     4819
     4820#: wp-includes/class-wp-editor.php:1200
     4821msgctxt "Id for link anchor (TinyMCE)"
     4822msgid "Id"
     4823msgstr "Id"
     4824
     4825#: wp-includes/class-wp-editor.php:1199
     4826msgid "Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores."
     4827msgstr "Id باید با حروف آغاز شود و بعد از آن می‌توان از اعداد، حروف، نقطه و خط تیره استفاده کرد."
     4828
     4829#: wp-includes/class-wp-customize-widgets.php:782
     4830msgid "You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages."
     4831msgstr "هنگام استفاده از سفارشی‌ساز می‌توانید به دیگر برگه‌های سایت‌تان سر بزنید و ابزارک‌های نمایش‌داده شده در آن‌ها را ویرایش کنید."
     4832
     4833#. translators: %s: The total number of widget areas registered.
     4834#: wp-includes/class-wp-customize-widgets.php:758
     4835msgid "Your theme has %s widget area, but this particular page doesn&#8217;t display it."
     4836msgid_plural "Your theme has %s widget areas, but this particular page doesn&#8217;t display them."
     4837msgstr[0] "پوستهٔ شما %s ناحیه ابزارک دارد، اما این برگه آن(ها) را نمایش نمی‌دهد."
     4838
     4839#: wp-includes/class-wp-customize-widgets.php:749
     4840msgid "Your theme has 1 widget area, but this particular page doesn&#8217;t display it."
     4841msgstr "پوستهٔ شما یک ناحیه ابزارک دارد، اما این برگه آن را نمایش نمی‌دهد."
     4842
     4843#. translators: %s: The number of other widget areas registered but not
     4844#. rendered.
     4845#: wp-includes/class-wp-customize-widgets.php:734
     4846msgid "Your theme has %s other widget area, but this particular page doesn&#8217;t display it."
     4847msgid_plural "Your theme has %s other widget areas, but this particular page doesn&#8217;t display them."
     4848msgstr[0] "پوستهٔ شما %s ناحیه ابزارک دیگر دارد، اما این برگه آن(ها) را نمایش نمی‌دهد."
     4849
     4850#: wp-includes/class-wp-customize-widgets.php:725
     4851msgid "Your theme has 1 other widget area, but this particular page doesn&#8217;t display it."
     4852msgstr "پوستهٔ شما یک ناحیه ابزارک دیگر دارد، اما این برگه آن را نمایش نمی‌دهد."
     4853
     4854#: wp-includes/option.php:2059
     4855msgid "This address is used for admin purposes, like new user notification."
     4856msgstr "این نشانی برای کارهای مدیریتی، همانند اطلاعیه کاربر تازه استفاده می‌شود."
     4857
     4858#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:102
     4859#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:925
     4860msgid "Unique identifier for the term."
     4861msgstr "شناسه یکتا برای اصطلاح."
     4862
     4863#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:128
     4864msgid "Required to be true, as terms do not support trashing."
     4865msgstr "موارد ضروری باید درست باشند، طبقه‌بندی‌ها زباله‌دان را پشتیبانی نمی‌کنند."
     4866
     4867#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:58
     4868#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:341
     4869msgid "An alphanumeric identifier for the taxonomy."
     4870msgstr "یک شناسه الفبایی برای رده."
     4871
     4872#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:122
     4873msgid "Required to be true, as revisions do not support trashing."
     4874msgstr "موارد ضروری باید درست باشند، رونوشت‌ها زباله‌دان را پشتیبانی نمی‌کند."
     4875
     4876#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:332
     4877msgid "REST base route for the post type."
     4878msgstr "مسیر مبتنی بر REST برای نوع نوشته."
     4879
     4880#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:58
     4881#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:311
     4882msgid "An alphanumeric identifier for the post type."
     4883msgstr "یک شناسه الفبایی برای نوع نوشته."
     4884
     4885#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:299
     4886msgid "Human-readable labels for the post type for various contexts."
     4887msgstr "برچسب قابل خواندن توسط انسان برای نوع نوشته برای زمینه‌های مختلف."
     4888
     4889#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:287
     4890msgid "Whether or not the post type should have children."
     4891msgstr "خواه ناخواه نوع نوشته باید دارای فرزند باشد."
     4892
     4893#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:281
     4894msgid "A human-readable description of the post type."
     4895msgstr "توضیح قابل خواندن توسط انسان برای نوع نوشته."
     4896
     4897#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:275
     4898msgid "All capabilities used by the post type."
     4899msgstr "همهٔ قابلیت‌های استفاده شده در این نوع نوشته."
     4900
     4901#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:58
     4902#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:338
     4903msgid "An alphanumeric identifier for the status."
     4904msgstr "مشخص‌کنندهٔ الفبایی برای وضعیت."
     4905
     4906#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1577
     4907msgid "Limit response to comments published before a given ISO8601 compliant date."
     4908msgstr "محدود کردن پاسخ به دیدگاه‌های منتشر شده قبل از یک تاریخ سازگار با ISO8601."
     4909
     4910#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1548
     4911msgid "Limit response to comments published after a given ISO8601 compliant date."
     4912msgstr "محدود کردن پاسخ به دیدگاه‌های منتشر شده قبل از یک تاریخ سازگار با ISO8601."
     4913
     4914#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1460
     4915msgid "Avatar URLs for the user."
     4916msgstr "آدرس اینترنتی آواتار برای کاربر."
     4917
     4918#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1413
     4919msgid "Roles assigned to the user."
     4920msgstr "نقش‌های اختصاص داده شده به کاربر."
     4921
     4922#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1390
     4923msgid "The nickname for the user."
     4924msgstr "نام مستعار برای کاربر."
     4925
     4926#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1384
     4927msgid "Locale for the user."
     4928msgstr "زبان محلی برای کاربر."
     4929
     4930#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1377
     4931msgid "Author URL of the user."
     4932msgstr "نشانی اینترنتی URL نویسنده کاربر."
     4933
     4934#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1372
     4935msgid "Description of the user."
     4936msgstr "توضیحات کاربر."
     4937
     4938#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1366
     4939msgid "URL of the user."
     4940msgstr "نشان اینترنتی کاربر."
     4941
     4942#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1351
     4943msgid "Last name for the user."
     4944msgstr "نام خانوادگی کاربر."
     4945
     4946#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1343
     4947msgid "First name for the user."
     4948msgstr "نام کوچک کاربر."
     4949
     4950#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1335
     4951msgid "Display name for the user."
     4952msgstr "نام نمایشی برای کاربر."
     4953
     4954#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1326
     4955msgid "Login name for the user."
     4956msgstr "نام ورود برای کاربر."
     4957
     4958#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:860
     4959#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:907
     4960msgid "The user cannot be deleted."
     4961msgstr "کاربر نمی‌تواند پاک شود."
     4962
     4963#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:567
     4964msgid "Error creating new user."
     4965msgstr "خطا در ایجاد کردن کاربر تازه."
     4966
     4967#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:979
     4968msgid "The parent term ID."
     4969msgstr "شناسه اصطلاح والد."
     4970
     4971#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:949
     4972msgid "HTML title for the term."
     4973msgstr "عنوان HTML برای اصطلاح."
     4974
     4975#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:942
     4976msgid "URL of the term."
     4977msgstr "آدرس اینترنتی اصطلاح."
     4978
     4979#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:687
     4980msgid "The term cannot be deleted."
     4981msgstr "اصطلاح نمی‌تواند حذف شود."
     4982
     4983#: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:73
     4984msgid "Sorry, you are not allowed to view themes."
     4985msgstr "با عرض پوزش، شما مجاز به مشاهده پوسته‌ها نمی‌باشید."
     4986
     4987#: wp-includes/class-wp-xmlrpc-server.php:2174
     4988#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:432
     4989#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:569
     4990msgid "Cannot set parent term, taxonomy is not hierarchical."
     4991msgstr "نمی‌توان سرآغاز مورد را تنظیم کرد، این رده سلسه مراتبی نیست."
     4992
     4993#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:324
     4994msgid "Term does not exist."
     4995msgstr "اصطلاح وجود ندارد."
     4996
     4997#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:353
     4998msgid "Types associated with the taxonomy."
     4999msgstr "نوع مرتبط با طبقه‌بندی."
     5000
     5001#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:335
     5002msgid "The title for the taxonomy."
     5003msgstr "عنوان برای رده."
     5004
     5005#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:305
     5006msgid "The title for the post type."
     5007msgstr "عنوان برای نوع نوشته."
     5008
     5009#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:149
     5010msgid "Cannot view post type."
     5011msgstr "نمی‌توانید نوع نوشته را مشاهده نمایید."
     5012
     5013#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:302
     5014msgid "The title for the status."
     5015msgstr "عنوان برای وضعیت."
     5016
     5017#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:154
     5018msgid "Cannot view status."
     5019msgstr "امکان مشاهده وضعیت وجود ندارد."
     5020
     5021#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:144
     5022#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:202
     5023msgid "Invalid status."
     5024msgstr "وضعیت نامعتبر است."
     5025
     5026#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:898
     5027msgid "URL to the original attachment file."
     5028msgstr "نشانی اینترنتی URL به پرونده پیوست اصلی."
     5029
     5030#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:878
     5031msgid "The attachment MIME type."
     5032msgstr "نوع MIME پیوست."
     5033
     5034#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:870
     5035msgid "Attachment type."
     5036msgstr "نوع پیوست."
     5037
     5038#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:847
     5039msgid "The attachment description."
     5040msgstr "توضیحات پیوست."
     5041
     5042#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:824
     5043msgid "The attachment caption."
     5044msgstr "توضیح مختصر پیوست."
     5045
     5046#: wp-includes/option.php:2136
     5047msgid "Default post category."
     5048msgstr "دسته‌بندی پیشفرض نوشته."
     5049
     5050#: wp-includes/option.php:2026
     5051msgid "Site tagline."
     5052msgstr "شعار سایت."
     5053
     5054#. translators: Theme author name.
     5055#: wp-includes/customize/class-wp-customize-theme-control.php:88
     5056msgctxt "theme author"
     5057msgid "By %s"
     5058msgstr "توسط %s"
     5059
     5060#. translators: New user notification email subject. 1: Network title, 2: New
     5061#. user login.
     5062#: wp-includes/ms-functions.php:1128
     5063msgctxt "New user notification email subject"
     5064msgid "[%1$s] Activate %2$s"
     5065msgstr "[%1$s] فعالسازی %2$s"
     5066
     5067#. translators: New site notification email subject. 1: Network title, 2: New
     5068#. site URL.
     5069#: wp-includes/ms-functions.php:1016
     5070msgctxt "New site notification email subject"
     5071msgid "[%1$s] Activate %2$s"
     5072msgstr "[%1$s] فعالسازی %2$s"
     5073
     5074#: wp-includes/blocks/rss.php:19 wp-includes/widgets.php:1503
     5075#: wp-includes/widgets.php:1626
     5076msgid "RSS Error:"
     5077msgstr "خطای RSS:"
     5078
     5079#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:578
     5080msgid "Cannot create a comment with that type."
     5081msgstr "نمی‌توانید یک دیدگاه با آن نوع ایجاد نمایید."
     5082
     5083#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:733
     5084msgid "Invalid slug."
     5085msgstr "نامک نامعتبر."
     5086
     5087#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:717
     5088#: wp-includes/rest-api.php:1757 wp-includes/user.php:3585
     5089#: wp-admin/network/site-new.php:96
     5090msgid "Invalid email address."
     5091msgstr "نشانی ایمیل نامعتبر است."
     5092
     5093#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:597
     5094#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:853
     5095msgid "Invalid comment content."
     5096msgstr "محتوای دیدگاه نامعتیر."
     5097
     5098#: wp-includes/rest-api/class-wp-rest-server.php:341
     5099msgid "Invalid JSONP callback function."
     5100msgstr "تابع برگشتی JSONP نامعتبر."
     5101
     5102#: wp-includes/post.php:4150
     5103msgid "Invalid page template."
     5104msgstr "قالب صفحه نامعتبر."
     5105
     5106#: wp-includes/script-loader.php:1153 wp-includes/rest-api.php:1751
     5107#: wp-includes/post.php:3793 wp-admin/includes/post.php:188
     5108msgid "Invalid date."
     5109msgstr "تاریخ نامعتبر."
     5110
     5111#: wp-includes/theme.php:1585
     5112msgid "Video is playing."
     5113msgstr "ویدئو در حال پخش است."
     5114
     5115#: wp-includes/theme.php:1584
     5116msgid "Video is paused."
     5117msgstr "ویدئو متوقف شده است."
     5118
     5119#: wp-includes/theme.php:2175
     5120msgctxt "Theme starter content"
     5121msgid "Archives"
     5122msgstr "بایگانی"
     5123
     5124#: wp-includes/theme.php:2327
     5125msgctxt "Theme starter content"
     5126msgid "This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts."
     5127msgstr "این نمونه‌ای از یک بخش از صفحهٔ نخست است. بخش‌های صفحه نخست می‌توانند از هر بخشی به جز خود صفحهٔ نخست باشند، مانند برگه‌ای که آخرین نوشته‌های بلاگ شما را نمایش می‌دهد."
     5128
     5129#: wp-includes/theme.php:2319
     5130msgctxt "Theme starter content"
     5131msgid "News"
     5132msgstr "اخبار"
     5133
     5134#: wp-includes/theme.php:2310
     5135msgctxt "Theme starter content"
     5136msgid "This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form."
     5137msgstr "این یک صفحه شامل یک سری اطلاعات تماس ساده از قبیل نشانی و شماره تلفن است. همچنین می‌توانید از یک افزونه برای اضافه کردن فرم تماس استفاده کنید."
     5138
     5139#: wp-includes/theme.php:2302
     5140msgctxt "Theme starter content"
     5141msgid "You might be an artist who would like to introduce yourself and your work here or maybe you&rsquo;re a business with a mission to describe."
     5142msgstr "ممکن است شما هنرمندی باشید که تمایل دارد خودش و نمونه کارهایش را در این بخش معرفی کند یا شاید شما صاحب تجارتی باشید که می‌خواهید آن را معرفی کنید."
     5143
     5144#: wp-includes/theme.php:2294
     5145msgctxt "Theme starter content"
     5146msgid "Welcome to your site! This is your homepage, which is what most visitors will see when they come to your site for the first time."
     5147msgstr "به سایت خودتان خودش آمدید! این صفحه نخست شماست، چیزی که اکثر بازدیدکنندگان زمانی که برای اولین بار به وبسایت شما سر می‌زنند، آن را می‌بینند."
     5148
     5149#: wp-includes/theme.php:2205
     5150msgctxt "Theme starter content"
     5151msgid "Recent Posts"
     5152msgstr "آخرین نوشته‌ها"
     5153
     5154#: wp-includes/theme.php:2199
     5155msgctxt "Theme starter content"
     5156msgid "Recent Comments"
     5157msgstr "آخرین دیدگاه‌ها"
     5158
     5159#: wp-includes/theme.php:2193
     5160msgctxt "Theme starter content"
     5161msgid "Meta"
     5162msgstr "متا"
     5163
     5164#: wp-includes/theme.php:2181
     5165msgctxt "Theme starter content"
     5166msgid "Calendar"
     5167msgstr "تقویم"
     5168
     5169#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:811
     5170msgid "Sorry, you are not allowed to change the comment type."
     5171msgstr "با عرض پوزش، شما اجازهٔ تغییر نوع دیدگاه را ندارید."
     5172
     5173#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1208
     5174#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1222
     5175#: wp-admin/includes/user.php:62 wp-admin/users.php:123
     5176#: wp-admin/network/site-users.php:151
     5177msgid "Sorry, you are not allowed to give users that role."
     5178msgstr "با عرض پوزش، شما اجازهٔ اختصاص دادن آن نقش به کاربران را ندارید."
     5179
     5180#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:212
     5181msgid "Sorry, you are not allowed to order users by this parameter."
     5182msgstr "با عرض پوزش، شما اجازهٔ مرتب‌سازی کاربران بر اساس این گزینه را ندارید."
     5183
     5184#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:196
     5185msgid "Sorry, you are not allowed to filter users by role."
     5186msgstr "با عرض پوزش، شما اجازهٔ پالایش کاربران بر اساس نقش را ندارید."
     5187
     5188#: wp-includes/class-wp-xmlrpc-server.php:3679
     5189#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:934
     5190msgid "Sorry, you are not allowed to delete this comment."
     5191msgstr "با عرض پوزش، شما اجازه پاک کردن این دیدگاه را ندارید."
     5192
     5193#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:175
     5194msgid "Sorry, you are not allowed to view revisions of this post."
     5195msgstr "با عرض پوزش، شما مجاز به مشاهده رونوشت‌های این نوشته نمی‌باشید."
     5196
     5197#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:525
     5198#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:533
     5199msgid "Sorry, you are not allowed to create a comment on this post."
     5200msgstr "با عرض پوزش، شما مجاز به افزودن دیدگاه به این نوشته نمی‌باشید."
     5201
     5202#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:507
     5203#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:517
     5204msgid "Sorry, you are not allowed to create this comment without a post."
     5205msgstr "با عرض پوزش، شما بدون یک نوشته مجاز به ایجاد این دیدگاه نیستید. "
     5206
     5207#. translators: %s: Request parameter.
     5208#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:479
     5209#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:489
     5210#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:499
     5211msgid "Sorry, you are not allowed to edit '%s' for comments."
     5212msgstr "با عرض پوزش، شما مجاز به ویرایش '%s' برای دیدگاه‌ها نمی‌باشید."
     5213
     5214#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:134
     5215#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:405
     5216#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:541
     5217msgid "Sorry, you are not allowed to read the post for this comment."
     5218msgstr "با عرض پوزش، شما مجاز به خواندن نوشتهٔ این دیدگاه نیستید."
     5219
     5220#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:397
     5221msgid "Sorry, you are not allowed to read this comment."
     5222msgstr "با عرض پوزش، شما اجازهٔ خواندن این دیدگاه را ندارید."
     5223
     5224#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:140
     5225msgid "Sorry, you are not allowed to read comments without a post."
     5226msgstr "با عرض پوزش، شما بدون یک نوشته مجاز به خواندن دیدگاه‌ها نیستید. "
     5227
     5228#: wp-includes/theme.php:2284
     5229msgctxt "Theme starter content"
     5230msgid "YouTube"
     5231msgstr "یوتوب"
     5232
     5233#: wp-includes/theme.php:2272
     5234msgctxt "Theme starter content"
     5235msgid "Pinterest"
     5236msgstr "پینترست"
     5237
     5238#: wp-includes/theme.php:2268
     5239msgctxt "Theme starter content"
     5240msgid "LinkedIn"
     5241msgstr "لینکدین"
     5242
     5243#: wp-includes/theme.php:2260
     5244msgctxt "Theme starter content"
     5245msgid "GitHub"
     5246msgstr "گیت‌هاب"
     5247
     5248#: wp-includes/theme.php:2256
     5249msgctxt "Theme starter content"
     5250msgid "Foursquare"
     5251msgstr "فورسکوئر"
     5252
     5253#: wp-includes/theme.php:2167
     5254msgctxt "Theme starter content"
     5255msgid "This may be a good place to introduce yourself and your site or include some credits."
     5256msgstr "اینجا مکان مناسبی است برای معرفی شما و سایت‌تان."
     5257
     5258#: wp-includes/theme.php:2166
     5259msgctxt "Theme starter content"
     5260msgid "About This Site"
     5261msgstr "دربارهٔ این سایت"
     5262
     5263#. translators: %s: Custom field key.
     5264#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:222
     5265#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:264
     5266#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:359
     5267msgid "Sorry, you are not allowed to edit the %s custom field."
     5268msgstr "با عرض پوزش، شما مجاز به ویرایش فیلد سفارشی %s نیستید. "
     5269
     5270#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:561
     5271#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:732
     5272msgid "Sorry, you are not allowed to assign the provided terms."
     5273msgstr "با عرض پوزش، شما مجاز به اختصاص دادن موارد ارائه شده نیستید."
     5274
     5275#: wp-includes/class-wp-xmlrpc-server.php:1340
     5276#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:545
     5277#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:724
     5278msgid "Sorry, you are not allowed to make posts sticky."
     5279msgstr "با عرض پوزش، شما اجازهٔ سنجاق کردن نوشته‌ها را ندارید."
     5280
     5281#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:104
     5282#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:144
     5283msgid "Reassign the deleted user's posts and links to this user ID."
     5284msgstr "اختصاص دادن دوباره پیوندها و نوشته‌های حذف شده کاربر به این شناسه کاربری."
     5285
     5286#: wp-includes/script-loader.php:1127
     5287msgid "This theme doesn&#8217;t support video headers on this page. Navigate to the front page or another page that supports video headers."
     5288msgstr "این پوسته از سربرگ ویدئویی در این برگه پشتیبانی نمی‌کند. به برگهٔ نخست یا برگه‌ای دیگر که از سربرگ ویدئویی پشتیبانی می‌کنند بروید."
     5289
     5290#: wp-includes/customize/class-wp-customize-media-control.php:231
     5291msgid "Choose video"
     5292msgstr "انتخاب ویدئو"
     5293
     5294#: wp-includes/widgets/class-wp-widget-media-video.php:38
     5295#: wp-includes/customize/class-wp-customize-media-control.php:229
     5296msgid "No video selected"
     5297msgstr "ویدئویی انتخاب نشده"
     5298
     5299#: wp-includes/customize/class-wp-customize-media-control.php:226
     5300msgid "Change video"
     5301msgstr "تغییر ویدئو"
     5302
     5303#: wp-includes/customize/class-wp-customize-media-control.php:225
     5304#: wp-includes/customize/class-wp-customize-media-control.php:230
     5305msgid "Select video"
     5306msgstr "انتخاب ویدئو"
     5307
     5308#: wp-includes/theme.php:2324
     5309msgctxt "Theme starter content"
     5310msgid "A homepage section"
     5311msgstr "یک بخش صفحهٔ خانگی"
     5312
     5313#: wp-includes/theme.php:2315
     5314msgctxt "Theme starter content"
     5315msgid "Blog"
     5316msgstr "بلاگ"
     5317
     5318#: wp-includes/theme.php:2307
     5319msgctxt "Theme starter content"
     5320msgid "Contact"
     5321msgstr "ارتباط"
     5322
     5323#: wp-includes/theme.php:2299
     5324msgctxt "Theme starter content"
     5325msgid "About"
     5326msgstr "درباره"
     5327
     5328#: wp-includes/theme.php:2218 wp-includes/theme.php:2291
     5329msgctxt "Theme starter content"
     5330msgid "Home"
     5331msgstr "خانه"
     5332
     5333#: wp-includes/theme.php:2248
     5334msgctxt "Theme starter content"
     5335msgid "Email"
     5336msgstr "ایمیل"
     5337
     5338#: wp-includes/theme.php:2264
     5339msgctxt "Theme starter content"
     5340msgid "Instagram"
     5341msgstr "اینستاگرام"
     5342
     5343#: wp-includes/theme.php:2276
     5344msgctxt "Theme starter content"
     5345msgid "Twitter"
     5346msgstr "توییتر"
     5347
     5348#: wp-includes/theme.php:2252
     5349msgctxt "Theme starter content"
     5350msgid "Facebook"
     5351msgstr "فیسبوک"
     5352
     5353#: wp-includes/theme.php:2280
     5354msgctxt "Theme starter content"
     5355msgid "Yelp"
     5356msgstr "Yelp"
     5357
     5358#: wp-includes/theme.php:2187
     5359msgctxt "Theme starter content"
     5360msgid "Categories"
     5361msgstr "دسته‌بندی‌ها"
     5362
     5363#: wp-includes/theme.php:2211
     5364msgctxt "Theme starter content"
     5365msgid "Search"
     5366msgstr "جستجو"
     5367
     5368#: wp-includes/theme.php:2156
     5369msgctxt "Theme starter content"
     5370msgid "Saturday &amp; Sunday: 11:00AM&ndash;3:00PM"
     5371msgstr "پنجشنبه و جمعه: ۱۱ صبح تا ۳ بعد از ظهر"
     5372
     5373#: wp-includes/theme.php:2156
     5374msgctxt "Theme starter content"
     5375msgid "Monday&ndash;Friday: 9:00AM&ndash;5:00PM"
     5376msgstr "شنبه تا چهارشنبه: ۹ صبح تا ۵ بعد از ظهر"
     5377
     5378#: wp-includes/theme.php:2155
     5379msgctxt "Theme starter content"
     5380msgid "Hours"
     5381msgstr "ساعت کاری"
     5382
     5383#: wp-includes/theme.php:2154
     5384msgctxt "Theme starter content"
     5385msgid "New York, NY 10001"
     5386msgstr "نیویورک، نیویورک ۱۰۰۰۱"
     5387
     5388#: wp-includes/theme.php:2154
     5389msgctxt "Theme starter content"
     5390msgid "123 Main Street"
     5391msgstr "خیابان ۱۲۳"
     5392
     5393#: wp-includes/theme.php:2153
     5394msgctxt "Theme starter content"
     5395msgid "Address"
     5396msgstr "نشانی"
     5397
     5398#: wp-includes/theme.php:2149
     5399msgctxt "Theme starter content"
     5400msgid "Find Us"
     5401msgstr "ما را بیابید"
     5402
     5403#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1294
     5404msgid "Passwords cannot contain the \"\\\" character."
     5405msgstr "رمز نمی‌تواند شامل کاراکتر \"\\\" باشد."
     5406
     5407#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1286
     5408msgid "Passwords cannot be empty."
     5409msgstr "رمز نمی‌تواند خالی باشد."
     5410
     5411#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:178
     5412#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:542
     5413msgid "Invalid user parameter(s)."
     5414msgstr "پارامتر(های) کاربری نامعتبر."
     5415
     5416#: wp-includes/script-loader.php:1116
     5417msgctxt "label for hide controls button without length constraints"
     5418msgid "Show Controls"
     5419msgstr "نمایش کنترل‌ها"
     5420
     5421#: wp-includes/script-loader.php:1115 wp-admin/customize.php:245
     5422msgctxt "label for hide controls button without length constraints"
     5423msgid "Hide Controls"
     5424msgstr "پنهان کردن کنترل‌ها"
     5425
     5426#: wp-includes/media-template.php:396
     5427msgid "Document Preview"
     5428msgstr "پیش‌نمایش سند"
     5429
     5430#: wp-includes/class-wp-customize-manager.php:5288
     5431msgid "Header Media"
     5432msgstr "رسانهٔ سربرگ"
     5433
     5434#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:362
     5435msgid "REST base route for the taxonomy."
     5436msgstr "مسیر پایه REST برای طبقه بندی."
     5437
     5438#. translators: %s: Add New Page label.
     5439#. translators: %s: Add New taxonomy label.
     5440#: wp-includes/class-wp-customize-control.php:631
     5441#: wp-admin/includes/meta-boxes.php:636
     5442msgid "+ %s"
     5443msgstr "+ %s"
     5444
     5445#: wp-includes/l10n.php:1578
     5446msgctxt "default site language"
     5447msgid "Site Default"
     5448msgstr "پیش‌فرض سایت"
     5449
     5450#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:861
     5451msgid "HTML description for the object, transformed for display."
     5452msgstr "توضیحات HTML برای شیء، برای نمایش دادن تبدیل شد."
     5453
     5454#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:856
     5455msgid "Description for the object, as it exists in the database."
     5456msgstr "توضیحات برای این موضوع، همان‌گونه که در پایگاه‌داده وجود دارد."
     5457
     5458#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:838
     5459msgid "HTML caption for the attachment, transformed for display."
     5460msgstr "توضیح مختصر HTML برای پیوست، برای نمایش تبدیل می‌شود."
     5461
     5462#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:833
     5463msgid "Caption for the attachment, as it exists in the database."
     5464msgstr "توضیح مختصر برای پیوست در پایگاه‌داده وجود دارد."
     5465
     5466#: wp-includes/class-wp-customize-manager.php:6065
     5467msgid "Please enter a valid YouTube URL."
     5468msgstr "لطفا نشانی اینترنتی معتبر یوتیوب را وارد کنید."
     5469
     5470#. translators: %s: force=true
     5471#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:880
     5472msgid "Users do not support trashing. Set '%s' to delete."
     5473msgstr "کاربران حذف نمی‌شوند. برای حذف '%s' را تنظیم نمایید."
     5474
     5475#. translators: %s: force=true
     5476#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:673
     5477msgid "Terms do not support trashing. Set '%s' to delete."
     5478msgstr "شرایط حذف نمی‌شوند. برای حذف '%s' را تنظیم نمایید."
     5479
     5480#. translators: %s: force=true
     5481#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:460
     5482msgid "Revisions do not support trashing. Set '%s' to delete."
     5483msgstr "رونوشت‌ها قابل حذف شدن نیستند. برای حذف '%s' را تنظیم نمایید."
     5484
     5485#. translators: %s: force=true
     5486#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:925
     5487msgid "The post does not support trashing. Set '%s' to delete."
     5488msgstr "نوشته حذف نمی‌شود. برای حذف '%s' را تنظیم نمایید."
     5489
     5490#. translators: %s: force=true
     5491#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:987
     5492msgid "The comment does not support trashing. Set '%s' to delete."
     5493msgstr "دیدگاه حذف نمی‌شود. برای حذف '%s' را تنظیم نمایید."
     5494
     5495#: wp-includes/class-wp-customize-manager.php:5402
     5496msgid "Or, enter a YouTube URL:"
     5497msgstr "یا، یک نشانی یوتوب وارد کنید:"
     5498
     5499#: wp-includes/rest-api/class-wp-rest-request.php:687
     5500msgid "Invalid JSON body passed."
     5501msgstr "بدنه JSON نامعتبر شد."
     5502
     5503#. translators: %s: Taxonomy name.
     5504#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2738
     5505msgid "Limit result set to all items except those that have the specified term assigned in the %s taxonomy."
     5506msgstr "محدود نمودن نتیجه برای همهٔ موارد بجز آنهایی که مورد مشخص شده تخصیص یافته در طبقه‌بندی %s دارند."
     5507
     5508#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2704
     5509msgid "Limit result set to posts assigned one or more statuses."
     5510msgstr "محدود نمودن تتیجه به نوشته‌های تخصیص یافته یک یا چند وضعیت."
     5511
     5512#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:651
     5513#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:866
     5514msgid "Comment field exceeds maximum length allowed."
     5515msgstr "فیلد دیدگاه بیش از حداکثر طول مجاز است."
     5516
     5517#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:323
     5518msgid "Taxonomies associated with post type."
     5519msgstr "طبقه‌بندی‌های مرتبط با نوع نوشته."
     5520
     5521#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2694
     5522msgid "Limit result set to posts with one or more specific slugs."
     5523msgstr "محدود نمودن تتیجه به نوشته‌ها با یک یا چند نامک خاص."
     5524
     5525#: wp-includes/class-wp-xmlrpc-server.php:3879
     5526msgid "Comment is required."
     5527msgstr "دیدگاه لازم است."
     5528
     5529#: wp-includes/class-wp-customize-nav-menus.php:949
     5530msgid "Empty title."
     5531msgstr "عنوان خالی."
     5532
     5533#: wp-trackback.php:130
     5534msgid "We already have a ping from that URL for this post."
     5535msgstr "ما پیش از این یک پینگ از آن URL برای این نوشته داشته‌ایم."
     5536
     5537#: wp-trackback.php:115
     5538msgid "Sorry, trackbacks are closed for this item."
     5539msgstr "با عرض پوزش، بازتاب برای این مورد بسته شده است."
     5540
     5541#: wp-trackback.php:88
     5542msgid "I really need an ID for this to work."
     5543msgstr "واقعاً به یک شناسه برای این کار نیازمندم."
     5544
     5545#: wp-includes/block-patterns/three-buttons.php:10
     5546msgid "Contact us"
     5547msgstr "تماس با ما"
     5548
     5549#: wp-includes/class-wp-customize-manager.php:5627
     5550#: wp-admin/includes/file.php:38
     5551msgid "Homepage"
     5552msgstr "صفحه نخست"
     5553
     5554#: wp-includes/script-loader.php:777
     5555msgid "Item selected."
     5556msgstr "مورد انتخاب شد."
     5557
     5558#. translators: 1: Parameter, 2: Minimum number, 3: Maximum number.
     5559#: wp-includes/rest-api.php:1811
     5560msgid "%1$s must be between %2$d (inclusive) and %3$d (inclusive)"
     5561msgstr "%1$s باید بین %2$d (همگانی) و %3$d (همگانی) باشد."
     5562
     5563#. translators: 1: Parameter, 2: Minimum number, 3: Maximum number.
     5564#: wp-includes/rest-api.php:1806
     5565msgid "%1$s must be between %2$d (exclusive) and %3$d (inclusive)"
     5566msgstr "%1$s باید بین %2$d (انحصاری) و %3$d (همگانی) باشد."
     5567
     5568#. translators: 1: Parameter, 2: Minimum number, 3: Maximum number.
     5569#: wp-includes/rest-api.php:1801
     5570msgid "%1$s must be between %2$d (inclusive) and %3$d (exclusive)"
     5571msgstr "%1$s باید بین %2$d (همگانی) و %3$d (انحصاری) باشد."
     5572
     5573#. translators: 1: Parameter, 2: Minimum number, 3: Maximum number.
     5574#: wp-includes/rest-api.php:1796
     5575msgid "%1$s must be between %2$d (exclusive) and %3$d (exclusive)"
     5576msgstr "%1$s باید بین %2$d (انحصاری) و %3$d (انحصاری) باشد."
     5577
     5578#. translators: %s: IP address.
     5579#: wp-includes/rest-api.php:1763
     5580msgid "%s is not a valid IP address."
     5581msgstr "%s یک آدرس آی‌پی معتبر نیست"
     5582
     5583#. translators: 1: Parameter, 2: List of types.
     5584#. translators: 1: Parameter, 2: Type name.
     5585#: wp-includes/rest-api.php:1573 wp-includes/rest-api.php:1591
     5586#: wp-includes/rest-api.php:1624 wp-includes/rest-api.php:1670
     5587#: wp-includes/rest-api.php:1685 wp-includes/rest-api.php:1690
     5588#: wp-includes/rest-api.php:1695 wp-includes/rest-api.php:1701
     5589msgid "%1$s is not of type %2$s."
     5590msgstr "%1$s از نوع %2$s نیست."
     5591
     5592#. translators: 1: Parameter, 2: List of valid values.
     5593#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1363
     5594#: wp-includes/rest-api.php:1679
     5595msgid "%1$s is not one of %2$s."
     5596msgstr "%1$s یکی از %2$s نیست."
     5597
     5598#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:496
     5599msgid "Meta fields."
     5600msgstr "زمینه‌های متا."
     5601
     5602#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:233
     5603msgid "Could not delete meta value from database."
     5604msgstr "نمی توانید مقدار متا را از پایگاه داده حذف نمایید."
     5605
     5606#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1542
     5607msgid "Limit result set to users matching at least one specific role provided. Accepts csv list or single role."
     5608msgstr "محدود نمودن تتیجه برای کاربرانی که حداقل با یک نقش ارائه شده خاص تطابق دارند. بصورت فهرست csv یا یک نقش قابل قبول است."
     5609
     5610#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1436
     5611msgid "Any extra capabilities assigned to the user."
     5612msgstr "هر توانایی اضافه تخصیص یافته به کاربر."
     5613
     5614#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1430
     5615msgid "All capabilities assigned to the user."
     5616msgstr "همهٔ قابلیت‌های اختصاص‌ داده‌ شده به کاربر."
     5617
     5618#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1421
     5619msgid "Password for the user (never included)."
     5620msgstr "رمز عبور برای کاربر (هرگز شامل نمی‌شود)."
     5621
     5622#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1406
     5623msgid "Registration date for the user."
     5624msgstr "تاریخ نام‌نویسی برای کاربر."
     5625
     5626#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1359
     5627msgid "The email address for the user."
     5628msgstr "آدرس ایمیل برای کاربر."
     5629
     5630#. translators: %s: Role key.
     5631#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1190
     5632msgid "The role %s does not exist."
     5633msgstr "نقش %s وجود ندارد."
     5634
     5635#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:889
     5636msgid "Invalid user ID for reassignment."
     5637msgstr "شناسه کاربر برای تخصیص مجدد نامعتبر است."
     5638
     5639#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:839
     5640msgid "Sorry, you are not allowed to delete this user."
     5641msgstr "با عرض پوزش، شما مجاز به حذف این کاربر نمی‌باشید."
     5642
     5643#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:725
     5644msgid "Username isn't editable."
     5645msgstr "نام‌ کاربری قابل ویرایش نیست."
     5646
     5647#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:663
     5648msgid "Sorry, you are not allowed to edit roles of this user."
     5649msgstr "با عرض پوزش، شما مجاز به ویرایش نقش‌های این کاربر نمی‌باشید."
     5650
     5651#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:431
     5652msgid "Sorry, you are not allowed to delete this revision."
     5653msgstr "با عرض پوزش، شما مجاز به حذف این رونوشت نیستید."
     5654
     5655#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:519
     5656msgid "Cannot create existing user."
     5657msgstr "نمی‌توانید کاربر موجود را ایجاد نمایید."
     5658
     5659#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:474
     5660msgid "You are not currently logged in."
     5661msgstr " شما درحال‌حاضر وارد نشده‌اید."
     5662
     5663#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1070
     5664msgid "Limit result set to terms assigned to a specific post."
     5665msgstr "محدود نمودن تتیجه به موارد تخصیص یافته به یک نوشته خاص."
     5666
     5667#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1064
     5668msgid "Limit result set to terms assigned to a specific parent."
     5669msgstr "محدود نمودن تتیجه به موارد تخصیص یافته به یک سرآغاز خاص."
     5670
     5671#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1057
     5672msgid "Whether to hide terms not assigned to any posts."
     5673msgstr "این که آیا موارد تخصیص داده نشده به هر پستی مخفی شود."
     5674
     5675#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1041
     5676msgid "Sort collection by term attribute."
     5677msgstr " مرتب‌سازی مجموعه براساس صفت رده."
     5678
     5679#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:966
     5680msgid "Type attribution for the term."
     5681msgstr "نوع تخصیص برای این واژه."
     5682
     5683#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:958
     5684msgid "An alphanumeric identifier for the term unique to its type."
     5685msgstr "یک مشخص کننده الفبایی برای مورد یکتا از نوع آن."
     5686
     5687#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:937
     5688msgid "HTML description of the term."
     5689msgstr "توضیح HTML اصطلاح."
     5690
     5691#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:931
     5692msgid "Number of published posts for the term."
     5693msgstr "تعداد نوشته‌های منتشرشده برای این مورد."
     5694
     5695#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:74
     5696#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1320
     5697msgid "Unique identifier for the user."
     5698msgstr "شناسه یکتا برای کاربر."
     5699
     5700#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:100
     5701#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:140
     5702msgid "Required to be true, as users do not support trashing."
     5703msgstr "لازم است درست باشد، به عنوان کاربر بخش زباله‌دان را پشتیبانی نمی‌کند."
     5704
     5705#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:419
     5706msgid "Limit results to taxonomies associated with a specific post type."
     5707msgstr "محدود کردن نتایج به مواردی که مرتبط با یک نوع نوشته خاص هستند."
     5708
     5709#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:347
     5710msgid "Whether or not the term cloud should be displayed."
     5711msgstr "خواه ناخواه رده باید نمایش داده شود."
     5712
     5713#. translators: %s: Custom field key.
     5714#. translators: %s: Property name.
     5715#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:159
     5716#: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:178
     5717#: wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php:197
     5718msgid "The %s property has an invalid stored value, and cannot be updated to null."
     5719msgstr "ویژگی %s دارای مقدار ذخیره‌شده نامعتبر است، و نمی‌تواند به‌صورت خالی به‌روزرسانی شود."
     5720
     5721#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:194
     5722msgid "Invalid revision ID."
     5723msgstr "شناسه بازبینی نامعتبر."
     5724
     5725#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2805
     5726#: wp-includes/class-wp-customize-nav-menus.php:952
     5727msgid "Status is forbidden."
     5728msgstr "وضعیت ممنوع است."
     5729
     5730#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2749
     5731msgid "Limit result set to items that are sticky."
     5732msgstr "محدود نمودن تتیجه به مواردی که سنجاق‌شده هستند."
     5733
     5734#. translators: %s: Taxonomy name.
     5735#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2728
     5736msgid "Limit result set to all items that have the specified term assigned in the %s taxonomy."
     5737msgstr "محدود نمودن تتیجه به همه مواردی که مورد خاص تخصیص یافته در طبقه‌بندی %s دارند."
     5738
     5739#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2684
     5740msgid "Limit result set to all items except those of a particular parent ID."
     5741msgstr "محدود نمودن نتیجه به همهٔ موارد به‌جز آنهایی که از شناسه مادر خاص هستند."
     5742
     5743#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2676
     5744msgid "Limit result set to items with particular parent IDs."
     5745msgstr "محدود نمودن تتیجه به موارد با شناسه‌های مادر خاص."
     5746
     5747#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1601
     5748#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:785
     5749#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2639
     5750#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1506
     5751#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1025
     5752msgid "Offset the result set by a specific number of items."
     5753msgstr "آفست نتیجه را با یک تعداد خاص از موارد تنظیم نمایید."
     5754
     5755#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2633
     5756msgid "Limit result set to posts with a specific menu_order value."
     5757msgstr "محدود نمودن تتیجه به پست‌ها با یک مقدار مشخص menu_order."
     5758
     5759#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2598
     5760msgid "Ensure result set excludes posts assigned to specific authors."
     5761msgstr "مطمئن شوید که نتیجه نوشته‌های تخصیص یافته به نویسدنه‌های خاص را محدود می‌نماید."
     5762
     5763#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2590
     5764msgid "Limit result set to posts assigned to specific authors."
     5765msgstr "محدود نمودن تتیجه به نوشته‌های تخصیص یافته به نویسنده‌های خاص."
     5766
     5767#. translators: %s: Taxonomy name.
     5768#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2395
     5769msgid "The terms assigned to the object in the %s taxonomy."
     5770msgstr "شرایط تخصیص یافته به شیء درطبقه بندی %s."
     5771
     5772#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2365
     5773msgid "The theme file to use to display the object."
     5774msgstr "پرونده پوسته مورد استفاده برای نمایش شیء."
     5775
     5776#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2120
     5777msgid "A password to protect access to the content and excerpt."
     5778msgstr "یک رمز عبور برای محافظت دسترسی به محتوا و چکیده."
     5779
     5780#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2358
     5781msgid "Whether or not the object should be treated as sticky."
     5782msgstr "خواه ناخواه شیء باید سنجاق‌شده درنظرگرفته شود."
     5783
     5784#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2342
     5785msgid "The format for the object."
     5786msgstr "قالب برای شیء."
     5787
     5788#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2331
     5789msgid "The order of the object in relation to other object of its type."
     5790msgstr "ترتیب یک شیء در رابطه با شیء دیگر از نوع خودش."
     5791
     5792#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2322
     5793msgid "Whether or not the object can be pinged."
     5794msgstr "این که آیا شی می‌تواند مورد استفاده قرار گیرد یا نه."
     5795
     5796#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2316
     5797msgid "Whether or not comments are open on the object."
     5798msgstr "خواه ناخواه دیدگاه‌ها در شیء باز هستند."
     5799
     5800#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2308
     5801msgid "The ID of the featured media for the object."
     5802msgstr "شناسه رسانه ویژه برای شیء."
     5803
     5804#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2297
     5805msgid "Whether the excerpt is protected with a password."
     5806msgstr "این که چکیده با یک رمز عبور محافظت شده است."
     5807
     5808#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2291
     5809msgid "HTML excerpt for the object, transformed for display."
     5810msgstr "چکیدهٔ HTML برای شیء، تبدیل شده برای نمایش."
     5811
     5812#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2286
     5813msgid "Excerpt for the object, as it exists in the database."
     5814msgstr "خلاصه برای شیء، همان‌گونه که در پایگاه‌داده وجود دارد."
     5815
     5816#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2277
     5817msgid "The excerpt for the object."
     5818msgstr "چکیده‌ای برای شی."
     5819
     5820#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:678
     5821#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2269
     5822msgid "The ID for the author of the object."
     5823msgstr "شناسه برای نویسنده شیء."
     5824
     5825#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2258
     5826msgid "Whether the content is protected with a password."
     5827msgstr "اینکه محتوا با یک رمز عبور محافظت شده است."
     5828
     5829#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2221
     5830msgid "HTML title for the object, transformed for display."
     5831msgstr "عنوان HTML برای شیء، برای نمایش تبدیل شده است."
     5832
     5833#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2216
     5834msgid "Title for the object, as it exists in the database."
     5835msgstr "عنوان برای موضوع، همان‌گونه که در پایگاه‌داده وجود دارد."
     5836
     5837#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2207
     5838#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:253
     5839msgid "The title for the object."
     5840msgstr "عنوان برای شی."
     5841
     5842#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2114
     5843msgid "Type of Post for the object."
     5844msgstr "نوع نوشته برای شی."
     5845
     5846#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2108
     5847msgid "A named status for the object."
     5848msgstr "یک وضعیت نام‌گذاری شده برای شی."
     5849
     5850#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:722
     5851#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2100
     5852msgid "An alphanumeric identifier for the object unique to its type."
     5853msgstr "یک مشخص‌کننده الفبایی برای شیء یکتا ازنوع خودش."
     5854
     5855#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:711
     5856#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2093
     5857msgid "The date the object was last modified, as GMT."
     5858msgstr "آخرین تاریخی که شیء ویرایش شد، به GMT."
     5859
     5860#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:705
     5861#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2086
     5862msgid "The date the object was last modified, in the site's timezone."
     5863msgstr "آخرین تاریخی که شیء ویرایش شد، در منطقهٔ زمانی سایت."
     5864
     5865#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2065
     5866msgid "GUID for the object, transformed for display."
     5867msgstr "GUID برای شیء، تبدیل شده برای نمایش."
     5868
     5869#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:695
     5870#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2059
     5871msgid "GUID for the object, as it exists in the database."
     5872msgstr "GUID برای شیء، همان‌گونه که در پایگاه‌داده وجود دارد."
     5873
     5874#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2053
     5875msgid "The globally unique identifier for the object."
     5876msgstr "مشخص‌کنندهٔ یکتای سراسری برای شیء."
     5877
     5878#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1463
     5879#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:689
     5880#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2047
     5881msgid "The date the object was published, as GMT."
     5882msgstr "تاریخ شیء منتشر شده بود، به عنوان GMT."
     5883
     5884#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1457
     5885#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:683
     5886#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2041
     5887msgid "The date the object was published, in the site's timezone."
     5888msgstr "تاریخی که شیء منتشر شد، در منطقهٔ زمانی سایت. "
     5889
     5890#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1317
     5891msgid "Invalid featured media ID."
     5892msgstr "شناسه رسانه ویژه نامعتبر."
     5893
     5894#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:143
     5895#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1210
     5896#: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:259
     5897msgid "Invalid post parent ID."
     5898msgstr "شناسه والد نوشته نامعتبر."
     5899
     5900#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1194
     5901msgid "A password protected post can not be set to sticky."
     5902msgstr "نوشته محافظت شده با رمزعبور نمی تواند سنجاق شود."
     5903
     5904#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1183
     5905msgid "A sticky post can not be password protected."
     5906msgstr "یک نوشته سنجاق شده نمی تواند با رمزعبور محافظت شود."
     5907
     5908#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1175
     5909msgid "A post can not be sticky and have a password."
     5910msgstr "یک نوشته نمی‌تواند سنجاق‌شده و رمز داشته باشد."
     5911
     5912#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:934
     5913msgid "The post has already been deleted."
     5914msgstr "نوشته پیش از این حذف‌شده است."
     5915
     5916#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:150
     5917#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:387
     5918#: wp-admin/edit-comments.php:14
     5919msgid "Sorry, you are not allowed to edit comments."
     5920msgstr "با عرض پوزش، شما مجاز به ویرایش دیدگاه‌ها نمی‌باشید."
     5921
     5922#: wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php:226
     5923msgid "Sorry, you are not allowed to manage this plugin."
     5924msgstr "با عرض پوزش، شما اجازهٔ مدیریت این افزونه را ندارید."
     5925
     5926#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:527
     5927#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:581
     5928msgid "Cannot create existing post."
     5929msgstr "نمی‌توانید نوشته موجود ایجاد نمایید."
     5930
     5931#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:499
     5932msgid "Sorry, you are not allowed to create new users."
     5933msgstr "با عرض پوزش، شما مجاز به ایجاد کاربر تازه نمی‌باشید."
     5934
     5935#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:441
     5936msgid "Incorrect post password."
     5937msgstr "رمزعبور نوشته نادرست است."
     5938
     5939#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:228
     5940#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:165
     5941msgid "You need to define a search term to order by relevance."
     5942msgstr "شما نیاز به تعریف یک شرط جستجو براساس ارتباط دارید."
     5943
     5944#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1674
     5945#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:85
     5946msgid "The password for the post if it is password protected."
     5947msgstr "رمز عبور برای نوشته اگر آن با رمز عبور محافظت شده است."
     5948
     5949#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:329
     5950msgid "Human-readable labels for the taxonomy for various contexts."
     5951msgstr "برچسب قابل خواندن توسط انسان برای طبقه‌بندی برای زمینه‌های مختلف."
     5952
     5953#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:323
     5954msgid "Whether or not the taxonomy should have children."
     5955msgstr "خواه ناخواه طبقه‌بندی باید فرزند داشته باشد."
     5956
     5957#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:317
     5958msgid "A human-readable description of the taxonomy."
     5959msgstr "یک شرح قابل خواندن توسط انسان از طبقه‌بندی."
     5960
     5961#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:311
     5962msgid "All capabilities used by the taxonomy."
     5963msgstr "همه توانایی‌های استفاده شده توسط طبقه‌بندی."
     5964
     5965#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:95
     5966msgid "Sorry, you are not allowed to manage post statuses."
     5967msgstr "با عرض پوزش، شما مجاز به مدیریت وضعیت‌های نوشته نیستد."
     5968
     5969#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1398
     5970msgid "An alphanumeric identifier for the user."
     5971msgstr "یک مشخص کننده حرفی‌عددی برای کاربر."
     5972
     5973#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:332
     5974msgid "Whether to include posts in the edit listing for their post type."
     5975msgstr "این که آیا پست‌ها در فهرست ویرایش برای نوع نوشته‌هایشان باشند."
     5976
     5977#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:326
     5978msgid "Whether posts with this status should be publicly-queryable."
     5979msgstr "این که پست‌ها با این وضعیت باید قابل پرس‌وجوی عمومی باشند."
     5980
     5981#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:320
     5982msgid "Whether posts of this status should be shown in the front end of the site."
     5983msgstr "این که پست‌ها با این وضعیت باید در بخش کاربری سایت نمایش داده شوند."
     5984
     5985#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:314
     5986msgid "Whether posts with this status should be protected."
     5987msgstr "این که پست‌ها با این وضعیت باید محافظت شده باشد."
     5988
     5989#: wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php:308
     5990msgid "Whether posts with this status should be private."
     5991msgstr "این که پست‌ها با این وضعیت باید خصوصی باشند."
     5992
     5993#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:381
     5994msgid "Scope under which the request is made; determines fields present in response."
     5995msgstr "محدوده زیرکه درخواست ساخته شده است؛ تعیین زمینه‌های حضور در پاسخ."
     5996
     5997#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:361
     5998msgid "Limit results to those matching a string."
     5999msgstr "نتایج مربوط به تطابق با یک رشته را محدود نمایید."
     6000
     6001#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:352
     6002msgid "Maximum number of items to be returned in result set."
     6003msgstr "حداکثر تعداد موارد که در مجموعه نتیجه بازگردانده می‌شود."
     6004
     6005#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:344
     6006msgid "Current page of the collection."
     6007msgstr "برگه فعلی از مجموعه."
     6008
     6009#. translators: %s: Method name.
     6010#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:69
     6011#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:86
     6012#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:103
     6013#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:120
     6014#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:137
     6015#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:154
     6016#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:171
     6017#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:188
     6018#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:205
     6019#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:222
     6020#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:239
     6021#: wp-includes/rest-api/endpoints/class-wp-rest-controller.php:257
     6022msgid "Method '%s' not implemented. Must be overridden in subclass."
     6023msgstr "روش '%s' پیاده‌سازی نشده است. باید در زیرکلاس لغو شود."
     6024
     6025#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1667
     6026msgid "Limit result set to comments assigned a specific type. Requires authorization."
     6027msgstr "محدود نمودن نتیجه به دیدگاه‌های تخصیص یافته یک نوع خاص. نیازمند مجوز است."
     6028
     6029#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1659
     6030msgid "Limit result set to comments assigned a specific status. Requires authorization."
     6031msgstr "محدود نمودن نتیجه به دیدگاه‌های تخصیص یافته یک وضعیت خاص. نیازمند مجوز است. "
     6032
     6033#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1650
     6034msgid "Limit result set to comments assigned to specific post IDs."
     6035msgstr "محدود نمودن نتیجه به دیدگاه‌های تخصیص یافته به شناسه‌های نوشته خاص."
     6036
     6037#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1641
     6038msgid "Ensure result set excludes specific parent IDs."
     6039msgstr "مطمئن شوید نتیجه شناسه‌های والد خاص را محدود می‌نماید."
     6040
     6041#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1632
     6042msgid "Limit result set to comments of specific parent IDs."
     6043msgstr "محدود نمودن نتیجه به دیدگاه‌های شناسه‌های مادر خاص."
     6044
     6045#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1616
     6046#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:797
     6047#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2651
     6048#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1519
     6049msgid "Sort collection by object attribute."
     6050msgstr "مرتب‌سازی براساس مشخصه شی."
     6051
     6052#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1606
     6053#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:790
     6054#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2644
     6055#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1512
     6056#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1031
     6057msgid "Order sort attribute ascending or descending."
     6058msgstr "مرتب کردن ویژگی صعودی یا نزولی."
     6059
     6060#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1592
     6061#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:776
     6062#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2623
     6063#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1497
     6064#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1015
     6065msgid "Limit result set to specific IDs."
     6066msgstr "محدود نمودن تتیجه به شناسه‌های خاص."
     6067
     6068#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1583
     6069#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:767
     6070#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2614
     6071#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1488
     6072#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1006
     6073msgid "Ensure result set excludes specific IDs."
     6074msgstr "مطمئن شوید نتیجه مستثنی از شناسه‌های خاص است. "
     6075
     6076#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2608
     6077msgid "Limit response to posts published before a given ISO8601 compliant date."
     6078msgstr "محدود نمودن نتیجه به نوشته‌های منتشر شده پس از یک تاریخ سازگار با ISO8601."
     6079
     6080#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1571
     6081msgid "Limit result set to that from a specific author email. Requires authorization."
     6082msgstr "محدود نمودن نتیجه به ایمیل نویسنده خاص. نیازمند مجوز است. "
     6083
     6084#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1562
     6085msgid "Ensure result set excludes comments assigned to specific user IDs. Requires authorization."
     6086msgstr "مطمئن شوید نتیجه دیدگاه‌های تخصیص یافته به شناسه‌های کاربری خاص را محدود می‌نماید. نیاز به مجوز دارد."
     6087
     6088#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1554
     6089msgid "Limit result set to comments assigned to specific user IDs. Requires authorization."
     6090msgstr "محدود نمودن نتیجه به دیدگاه‌های تخصیص یافته به شناسه‌های کاربری خاص. نیازمند مجوز است. "
     6091
     6092#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2583
     6093msgid "Limit response to posts published after a given ISO8601 compliant date."
     6094msgstr "محدود نمودن نتیجه به نوشته‌های منتشر شده پس از یک تاریخ سازگار با ISO8601."
     6095
     6096#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1520
     6097msgid "Avatar URLs for the object author."
     6098msgstr "نشانی‌های اینترنتی نمایه برای نویسنده شی."
     6099
     6100#. translators: %d: Avatar image size in pixels.
     6101#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1512
     6102#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1452
     6103msgid "Avatar URL with image size of %d pixels."
     6104msgstr "نشانی نمایه به همراه اندازه تصویر از %d پیکسل."
     6105
     6106#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1496
     6107msgid "Type of Comment for the object."
     6108msgstr "نوع دیدگاه برای شی."
     6109
     6110#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1488
     6111msgid "State of the object."
     6112msgstr "حالت شی."
     6113
     6114#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1482
     6115msgid "The ID of the associated post object."
     6116msgstr "شناسه مرتبط شده با شیء نوشته."
     6117
     6118#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1476
     6119#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:78
     6120#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:98
     6121#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:717
     6122#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2146
     6123#: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:89
     6124#: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:115
     6125msgid "The ID for the parent of the object."
     6126msgstr "شناسه برای والد شیء. "
     6127
     6128#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1469
     6129#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2079
     6130#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:259
     6131msgid "URL to the object."
     6132msgstr "پیوند به شی."
     6133
     6134#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1449
     6135#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2246
     6136msgid "HTML content for the object, transformed for display."
     6137msgstr "محتوای HTML برای شیء، تبدیل شده برای نمایش."
     6138
     6139#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1444
     6140#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2241
     6141msgid "Content for the object, as it exists in the database."
     6142msgstr "محتوا برای شیء، همان‌گونه که در پایگاه‌داده وجود دارد."
     6143
     6144#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1435
     6145#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2232
     6146msgid "The content for the object."
     6147msgstr "محتوا برای شی."
     6148
     6149#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1427
     6150msgid "User agent for the object author."
     6151msgstr "عامل کاربر برای نویسنده شی."
     6152
     6153#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1421
     6154msgid "URL for the object author."
     6155msgstr "نشانی اینترنتی برای نویسنده شی."
     6156
     6157#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1413
     6158msgid "Display name for the object author."
     6159msgstr "نام نمایشی برای نویسنده شی."
     6160
     6161#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1407
     6162msgid "IP address for the object author."
     6163msgstr "نشانی IP برای نویسنده شی."
     6164
     6165#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1397
     6166msgid "Email address for the object author."
     6167msgstr "نشانی ایمیل برای نویسنده شی."
     6168
     6169#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1392
     6170msgid "The ID of the user object, if author was a user."
     6171msgstr "شناسه شیء کاربر، اگر نویسنده یک کاربر بود."
     6172
     6173#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:74
     6174#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1386
     6175#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:102
     6176#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:700
     6177#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:95
     6178#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:2073
     6179#: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:247
     6180#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:37
     6181msgid "Unique identifier for the object."
     6182msgstr "شناسه یکتا برای شیء."
     6183
     6184#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1309
     6185msgid "Invalid comment author ID."
     6186msgstr "شناسهٔ نویسندهٔ دیدگاه نامعتبر است."
     6187
     6188#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1008
     6189msgid "The comment cannot be deleted."
     6190msgstr "دیدگاه نمی‌تواند حذف شود."
     6191
     6192#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:995
     6193msgid "The comment has already been trashed."
     6194msgstr "این دیدگاه قبلا پیش‌تر به زباله‌دان فرستاده شده است."
     6195
     6196#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:876
     6197msgid "Updating comment failed."
     6198msgstr "به‌روزرسانی دیدگاه ناموفق بود."
     6199
     6200#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:841
     6201msgid "Updating comment status failed."
     6202msgstr "به‌روزرسانی وضعیت دیدگاه ناموفق بود."
     6203
     6204#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:704
     6205msgid "Creating comment failed."
     6206msgstr "ایجاد دیدگاه ناموفق بود."
     6207
     6208#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:627
     6209msgid "Creating a comment requires valid author name and email values."
     6210msgstr "ایجاد یک دیدگاه نیازمند وارد کردن نام نویسنده و ایمیل معتبر است."
     6211
     6212#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:569
     6213msgid "Cannot create existing comment."
     6214msgstr "نمی‌توان دیدگاهی که موجود است را ایجاد کرد."
     6215
     6216#: wp-includes/class-wp-xmlrpc-server.php:3852
     6217#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:446
     6218#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:468
     6219#: wp-includes/comment.php:3495
     6220msgid "Sorry, you must be logged in to comment."
     6221msgstr "با عرض پوزش، شما برای نوشتن دیدگاه باید وارد شده باشید."
     6222
     6223#. translators: %s: List of forbidden parameters.
     6224#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:177
     6225msgid "Query parameter not permitted: %s"
     6226msgstr "پارامتر کوئری مجاز نیست: %s"
     6227
     6228#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:104
     6229#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:119
     6230msgid "Whether to bypass Trash and force deletion."
     6231msgstr "این که آیا زباله‌دان را رد کند و مستقیم پاک کند."
     6232
     6233#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1124
     6234msgid "Limit result set to attachments of a particular MIME type."
     6235msgstr "محدود نمودن تتیجه به پیوست یک نوع MIME خاص."
     6236
     6237#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1117
     6238msgid "Limit result set to attachments of a particular media type."
     6239msgstr "محدود نمودن نتیجه به پیوست‌های یک نوع رسانه خاص."
     6240
     6241#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:992
     6242msgid "Could not open file handle."
     6243msgstr "عدم توانایی در باز کردن دستگیره پرونده."
     6244
     6245#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:972
     6246#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1158
     6247msgid "Content hash did not match expected."
     6248msgstr "هَش محتوا با آن‌چه انتظار می‌رفت مطابقت ندارد."
     6249
     6250#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:959
     6251msgid "Invalid Content-Disposition supplied. Content-Disposition needs to be formatted as `attachment; filename=\"image.png\"` or similar."
     6252msgstr "محتوا-گرایش نامعتبر ارائه شده است. محتوا-گرایش باید مانند `پیوست; نام فایل = \"image.png\" ` یا شبیه آن باشد."
     6253
     6254#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:949
     6255msgid "No Content-Disposition supplied."
     6256msgstr "محتوا-گرایش عرضه نشده است."
     6257
     6258#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:941
     6259msgid "No Content-Type supplied."
     6260msgstr "محتوا-نوع عرضه نشده است."
     6261
     6262#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:933
     6263#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1144
     6264msgid "No data supplied."
     6265msgstr "داده‌ای عرضه نشده است."
     6266
     6267#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:892
     6268msgid "The ID for the associated post of the attachment."
     6269msgstr "شناسه برای نوشته مرتبط با پیوست."
     6270
     6271#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:885
     6272msgid "Details about the media file, specific to its type."
     6273msgstr "اطلاعات بیشتر در مورد فایل‌های رسانه‌ای، مختص به نوع آن."
     6274
     6275#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:815
     6276msgid "Alternative text to display when attachment is not displayed."
     6277msgstr "متن جایگزین برای نمایش زمانی که پیوست نمایش داده نمی‌شود."
     6278
     6279#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:145
     6280#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:317
     6281msgid "Invalid parent type."
     6282msgstr "نوع مادر نامعتبر است."
     6283
     6284#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:125
     6285msgid "Sorry, you are not allowed to upload media to this post."
     6286msgstr "با عرض پوزش، شما مجاز به بارگذاری رسانه در این نوشته نمی‌باشید."
     6287
     6288#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:116
     6289#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:399
     6290msgid "Sorry, you are not allowed to upload media on this site."
     6291msgstr "با عرض پوزش، شما دسترسی لازم برای بارگذاری رسانه در این سایت را ندارید."
     6292
     6293#. translators: %s: rest_authentication_errors
     6294#: wp-includes/rest-api/class-wp-rest-server.php:317
     6295msgid "The REST API can no longer be completely disabled, the %s filter can be used to restrict access to the API, instead."
     6296msgstr "API REST  دیگر نمی‌تواند به طور کامل غیر فعال شده باشد، از صافی %s می‌توان برای محدود کردن دسترسی به API، به جای آن استفاده کرد."
     6297
     6298#: wp-includes/post.php:1711 wp-admin/edit-form-advanced.php:417
     6299msgid "Page Attributes"
     6300msgstr "ویژگی‌های برگه"
     6301
     6302#: wp-includes/post.php:1711
     6303msgid "Post Attributes"
     6304msgstr "ویژگی‌های نوشته"
     6305
     6306#: wp-includes/post.php:1704
     6307msgid "View Pages"
     6308msgstr "دیدن برگه‌ها"
     6309
     6310#: wp-includes/post.php:1704
     6311msgid "View Posts"
     6312msgstr "دیدن نوشته‌ها"
     6313
     6314#: wp-includes/post.php:190
     6315msgid "No changesets found in Trash."
     6316msgstr "تغییراتی در زباله‌دان یافت نشد."
     6317
     6318#: wp-includes/post.php:189
     6319msgid "No changesets found."
     6320msgstr "تغییراتی یافت نشد."
     6321
     6322#: wp-includes/post.php:188
     6323msgid "Search Changesets"
     6324msgstr "تغییرات جستجو"
     6325
     6326#: wp-includes/post.php:187
     6327msgid "All Changesets"
     6328msgstr "همهٔ تغییرات"
     6329
     6330#: wp-includes/post.php:186
     6331msgid "View Changeset"
     6332msgstr "نمایش تغییرات"
     6333
     6334#: wp-includes/post.php:185
     6335msgid "Edit Changeset"
     6336msgstr "ویرایش تغییرات"
     6337
     6338#: wp-includes/post.php:184
     6339msgid "New Changeset"
     6340msgstr "تغییرات تازه"
     6341
     6342#: wp-includes/post.php:183
     6343msgid "Add New Changeset"
     6344msgstr "افزودن تغییرات تازه"
     6345
     6346#: wp-includes/post.php:182
     6347msgctxt "Customize Changeset"
     6348msgid "Add New"
     6349msgstr "افزودن"
     6350
     6351#: wp-includes/post.php:181
     6352msgctxt "add new on admin bar"
     6353msgid "Changeset"
     6354msgstr "تغییرات"
     6355
     6356#: wp-includes/post.php:180
     6357msgctxt "admin menu"
     6358msgid "Changesets"
     6359msgstr "تغییرات"
     6360
     6361#: wp-includes/post.php:179
     6362msgctxt "post type singular name"
     6363msgid "Changeset"
     6364msgstr "تغییرات"
     6365
     6366#: wp-includes/post.php:178
     6367msgctxt "post type general name"
     6368msgid "Changesets"
     6369msgstr "تغییرات"
     6370
     6371#: wp-includes/post.php:146 wp-includes/post.php:147
     6372msgid "Custom CSS"
     6373msgstr "CSS سفارشی"
     6374
     6375#: wp-includes/post.php:79
     6376msgid "Attachment Attributes"
     6377msgstr "ویژگی‌های پیوست"
     6378
     6379#. translators: Post revision title. 1: Author avatar, 2: Author name, 3: Time
     6380#. ago, 4: Date.
     6381#: wp-includes/post-template.php:1882
     6382msgid "%1$s %2$s, %3$s ago (%4$s)"
     6383msgstr "%1$s %2$s، %3$s پیش (%4$s)"
     6384
     6385#. translators: %s: misc
     6386#. translators: %s: privacy
     6387#: wp-includes/option.php:2271 wp-includes/option.php:2284
     6388#: wp-includes/option.php:2344 wp-includes/option.php:2357
     6389#: wp-admin/includes/template.php:1563 wp-admin/includes/template.php:1576
     6390#: wp-admin/includes/template.php:1634 wp-admin/includes/template.php:1647
     6391msgid "The \"%s\" options group has been removed. Use another settings group."
     6392msgstr "گروه گزینه‌های \"%s\" حذف شده است. از گروه تنظیمات دیگری استفاده کنید."
     6393
     6394#: wp-includes/option.php:2171
     6395msgid "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles."
     6396msgstr "اجازه دادن به دیگر سایت‌ها برای فرستادن بازتاب بر مقالات تازه."
     6397
     6398#: wp-includes/option.php:2156
     6399msgid "Blog pages show at most."
     6400msgstr "بیشترین تعداد نوشته‌ها در هر برگهٔ بلاگ."
     6401
     6402#: wp-includes/option.php:2146
     6403msgid "Default post format."
     6404msgstr "ساختار پیش‌فرض نوشته."
     6405
     6406#: wp-includes/option.php:2125
     6407msgid "Convert emoticons like :-) and :-P to graphics on display."
     6408msgstr "تبدیل شکلک‌هایی مانند :-) و :-P به گرافیک هنگام نمایش."
     6409
     6410#: wp-includes/option.php:2114
     6411msgid "WordPress locale code."
     6412msgstr "کد بومی وردپرس."
     6413
     6414#: wp-includes/option.php:2102
     6415msgid "A day number of the week that the week should start on."
     6416msgstr "عدد روزی که هفته از آن آغاز می‌شود."
     6417
     6418#: wp-includes/option.php:2092
     6419msgid "A time format for all time strings."
     6420msgstr "یک ساختار زمان برای تمام رشته‌های زمانی."
     6421
     6422#: wp-includes/option.php:2082
     6423msgid "A date format for all date strings."
     6424msgstr "یک ساختار برای همهٔ تاریخ‌ها."
     6425
     6426#: wp-includes/option.php:2072
     6427msgid "A city in the same timezone as you."
     6428msgstr "شهری در منطقهٔ زمانی شما."
     6429
     6430#: wp-includes/option.php:2014
     6431msgid "Site title."
     6432msgstr "عنوان سایت."
     6433
     6434#: wp-includes/media.php:4234
     6435msgid "Search media items..."
     6436msgstr "جستجو در پرونده‌های چندرسانه‌ای…"
     6437
     6438#: wp-includes/link-template.php:2733
     6439msgctxt "next set of posts"
     6440msgid "Next"
     6441msgstr "بعدی"
     6442
     6443#: wp-includes/link-template.php:2732
     6444msgctxt "previous set of posts"
     6445msgid "Previous"
     6446msgstr "قبلی"
     6447
     6448#: wp-login.php:873 wp-login.php:1411 wp-includes/general-template.php:510
     6449msgid "Username or Email Address"
     6450msgstr "نام کاربری یا نشانی ایمیل"
     6451
     6452#. translators: %s: "Search WordPress.org themes" button text.
     6453#: wp-includes/customize/class-wp-customize-themes-section.php:102
     6454msgid "No themes found. Try a different search, or %s."
     6455msgstr "پوسته‌ای پیدا نشد. جستجوی دیگری را سعی نمایید، یا %s."
     6456
     6457#. translators: %s: Themes panel title in the Customizer.
     6458#: wp-includes/customize/class-wp-customize-themes-panel.php:76
     6459msgid "You are browsing %s"
     6460msgstr "شما در حال مرور %s هستید"
     6461
     6462#: wp-includes/customize/class-wp-customize-themes-section.php:133
     6463msgid "Filter themes"
     6464msgstr "فیلتر کردن پوسته‌ها"
     6465
     6466#: wp-includes/customize/class-wp-customize-themes-panel.php:49
     6467msgid "Change theme"
     6468msgstr "تغییر پوسته"
     6469
     6470#: wp-includes/customize/class-wp-customize-theme-control.php:103
     6471msgid "Update now"
     6472msgstr "اکنون به‌روزرسانی نمایید"
     6473
     6474#. translators: %s: "Update now" button.
     6475#: wp-includes/customize/class-wp-customize-theme-control.php:102
     6476msgid "New version available. %s"
     6477msgstr "نگارش تازه آماده است. %s"
     6478
     6479#. translators: %s: Theme name.
     6480#: wp-includes/customize/class-wp-customize-theme-control.php:67
     6481msgid "Install and preview theme: %s"
     6482msgstr "نصب و پیش‌نمایش پوسته: %s"
     6483
     6484#. translators: %s: Theme name.
     6485#: wp-includes/customize/class-wp-customize-theme-control.php:65
     6486msgid "Live preview theme: %s"
     6487msgstr "پیش‌نمایش زنده پوسته: %s"
     6488
     6489#. translators: %s: Theme name.
     6490#: wp-includes/customize/class-wp-customize-theme-control.php:63
     6491msgid "Customize theme: %s"
     6492msgstr "سفارشی‌سازی پوسته: %s"
     6493
     6494#. translators: %s: Theme name.
     6495#: wp-includes/customize/class-wp-customize-theme-control.php:61
     6496msgid "Details for theme: %s"
     6497msgstr "جزئیات پوسته: %s"
     6498
     6499#: wp-includes/customize/class-wp-customize-selective-refresh.php:180
     6500msgid "Click to edit this element."
     6501msgstr "برای ویرایش این عنصر کلیک نمایید."
     6502
     6503#: wp-includes/customize/class-wp-customize-selective-refresh.php:179
     6504msgid "Click to edit the site title."
     6505msgstr "برای ویرایش عنوان سایت کلیک کنید."
     6506
     6507#: wp-includes/customize/class-wp-customize-selective-refresh.php:178
     6508msgid "Click to edit this widget."
     6509msgstr "برای ویرایش این ابزارک کلیک نمایید."
     6510
     6511#: wp-includes/customize/class-wp-customize-selective-refresh.php:177
     6512msgid "Click to edit this menu."
     6513msgstr "برای ویرایش این فهرست کلیک نمایید."
     6514
     6515#: wp-includes/customize/class-wp-customize-custom-css-setting.php:163
     6516msgid "Markup is not allowed in CSS."
     6517msgstr "نشانه‌گذاری در CSS مجاز نیست."
     6518
     6519#: wp-includes/class-wp-xmlrpc-server.php:3797
     6520msgid "Sorry, the comment could not be updated."
     6521msgstr "با عرض پوزش، دیدگاه نمی‌تواند ویرایش شود."
     6522
     6523#: wp-includes/class-wp-xmlrpc-server.php:2731
     6524msgid "Invalid role."
     6525msgstr "نقش نامعتبر است."
     6526
     6527#: wp-includes/class-wp-xmlrpc-server.php:2351
     6528msgid "Sorry, you are not allowed to assign this term."
     6529msgstr "با عرض پوزش، شما اجازهٔ اختصاص دادن این شرط را ندارید."
     6530
     6531#: wp-includes/class-wp-xmlrpc-server.php:2271
     6532#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:644
     6533msgid "Sorry, you are not allowed to delete this term."
     6534msgstr "با عرض پوزش، شما اجازهٔ پاک کردن این شرط را ندارید. "
     6535
     6536#: wp-includes/class-wp-xmlrpc-server.php:2161
     6537#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:362
     6538#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:543
     6539msgid "Sorry, you are not allowed to edit this term."
     6540msgstr "با عرض پوزش، شما اجازهٔ ویرایش این شرط را ندارید. "
     6541
     6542#: wp-includes/class-wp-xmlrpc-server.php:2088
     6543msgid "Sorry, the term could not be created."
     6544msgstr "با عرض پوزش، شرط شما نمی‌تواند ساخته شود."
     6545
     6546#: wp-includes/class-wp-customize-widgets.php:790
     6547#: wp-includes/class-wp-customize-widgets.php:846
     6548msgid "No widgets found."
     6549msgstr "هیچ ابزارکی یافت نشد."
     6550
     6551#. translators: %d: The number of widgets found.
     6552#: wp-includes/class-wp-customize-widgets.php:789
     6553msgid "Number of widgets found: %d"
     6554msgstr "تعداد ابزارک‌های یافت شده: %d"
     6555
     6556#. translators: 1: Post type name, 2: Error message.
     6557#: wp-includes/class-wp-customize-nav-menus.php:1043
     6558msgid "%1$s could not be created: %2$s"
     6559msgstr "%1$s نمی‌تواند ساخته شود: %2$s"
     6560
     6561#: wp-includes/class-wp-customize-nav-menus.php:1038
     6562msgid "Post"
     6563msgstr "نوشته"
     6564
     6565#. translators: 1: .mp4, 2: .mov
     6566#: wp-includes/class-wp-customize-manager.php:6040
     6567msgid "Only %1$s or %2$s files may be used for header video. Please convert your video file and try again, or, upload your video to YouTube and link it with the option below."
     6568msgstr "تنها پرونده‌های %1$s و %2$s می‌توانند به عنوان سربرگ ویدئویی استفاده شوند. لطفا ویدئوی خود را تبدیل و دوباره تلاش کنید، یا ویدئوی خود را در یوتوب بارگذاری کنید و از طریق گزینهٔ زیر از آن استفاده کنید."
     6569
     6570#: wp-includes/class-wp-customize-manager.php:6032
     6571msgid "This video file is too large to use as a header video. Try a shorter video or optimize the compression settings and re-upload a file that is less than 8MB. Or, upload your video to YouTube and link it with the option below."
     6572msgstr "حجم این ویدئو برای استفاده در سربرگ خیلی زیاد است. لطفا ویدئو را کم‌حجم یا بهینه کنید و ویدئویی با حجم کمتر از ۸ مگابایت بارگذاری کنید. همچنین می‌توانید ویدئوی خود را در یوتوب بارگذاری کنید و از طریق گزینهٔ زیر از آن استفاده کنید. "
     6573
     6574#: wp-includes/class-wp-customize-manager.php:5991
     6575msgid "Unrecognized background setting."
     6576msgstr "تنظیمات ناشناختهٔ پس‌زمینه."
     6577
     6578#: wp-includes/class-wp-customize-manager.php:5982
     6579#: wp-includes/class-wp-customize-manager.php:5986
     6580msgid "Invalid value for background size."
     6581msgstr "مقدار نامعتبر برای اندازهٔ پس‌زمینه."
     6582
     6583#: wp-includes/class-wp-customize-manager.php:5978
     6584msgid "Invalid value for background position Y."
     6585msgstr "مقدار نامعتبر برای موقعیت Y پس‌زمینه. "
     6586
     6587#: wp-includes/class-wp-customize-manager.php:5974
     6588msgid "Invalid value for background position X."
     6589msgstr "مقدار نامعتبر برای موقعیت X پس‌زمینه. "
     6590
     6591#: wp-includes/class-wp-customize-manager.php:5970
     6592msgid "Invalid value for background attachment."
     6593msgstr "مقدار نامعتبر برای پیوست پس‌زمینه. "
     6594
     6595#: wp-includes/class-wp-customize-manager.php:5966
     6596msgid "Invalid value for background repeat."
     6597msgstr "مقدار نامعتبر برای تکرار پس‌زمینه. "
     6598
     6599#: wp-includes/class-wp-customize-manager.php:5658
     6600msgid "Learn more about CSS"
     6601msgstr "دربارهٔ css بیشتر بدانید"
     6602
     6603#: wp-includes/class-wp-customize-manager.php:5694
     6604msgid "Additional CSS"
     6605msgstr "css اضافی"
     6606
     6607#: wp-includes/class-wp-customize-manager.php:5564
     6608#: wp-admin/includes/class-custom-background.php:449
     6609msgid "Scroll with Page"
     6610msgstr "متحرک با صفحه"
     6611
     6612#: wp-includes/class-wp-customize-manager.php:5546
     6613#: wp-admin/includes/class-custom-background.php:441
     6614msgid "Repeat Background Image"
     6615msgstr "تکرار تصویر پس‌زمینه"
     6616
     6617#: wp-includes/class-wp-customize-manager.php:5523
     6618#: wp-admin/includes/class-custom-background.php:427
     6619#: wp-admin/includes/class-custom-background.php:428
     6620msgid "Image Size"
     6621msgstr "اندازه تصویر"
     6622
     6623#: wp-includes/customize/class-wp-customize-background-position-control.php:93
     6624#: wp-includes/class-wp-customize-manager.php:5501
     6625#: wp-admin/includes/class-custom-background.php:408
     6626#: wp-admin/includes/class-custom-background.php:409
     6627msgid "Image Position"
     6628msgstr "موقعیت تصویر"
     6629
     6630#: wp-includes/class-wp-customize-manager.php:5473
     6631msgctxt "Custom Preset"
     6632msgid "Custom"
     6633msgstr "سفارشی"
     6634
     6635#: wp-includes/class-wp-customize-manager.php:5472
     6636msgctxt "Repeat Image"
     6637msgid "Repeat"
     6638msgstr "تکرار"
     6639
     6640#: wp-includes/class-wp-customize-manager.php:5471
     6641#: wp-includes/class-wp-customize-manager.php:5528
     6642#: wp-admin/includes/class-custom-background.php:431
     6643msgid "Fit to Screen"
     6644msgstr "به‌اندازهٔ صفحه نمایش"
     6645
     6646#: wp-includes/class-wp-customize-manager.php:5469
     6647msgctxt "Default Preset"
     6648msgid "Default"
     6649msgstr "پیشفرض"
     6650
     6651#: wp-includes/class-wp-customize-manager.php:5465
     6652msgctxt "Background Preset"
     6653msgid "Preset"
     6654msgstr "کنونی"
     6655
     6656#: wp-includes/class-wp-customize-manager.php:5388
     6657msgid "Header Video"
     6658msgstr "ویدئوی سربرگ"
     6659
     6660#. translators: 1: .mp4, 2: Header height in pixels.
     6661#: wp-includes/class-wp-customize-manager.php:5310
     6662msgid "Upload your video in %1$s format and minimize its file size for best results. Your theme recommends a height of %2$s pixels."
     6663msgstr "برای گرفتن بهترین نتایج ویدئوی خود را با پسوند %1$s و کمترین حجم بارگذاری نمایید. پوستهٔ شما ارتفاع %2$s پیکسل را پیشنهاد می‌دهد."
     6664
     6665#. translators: 1: .mp4, 2: Header width in pixels.
     6666#: wp-includes/class-wp-customize-manager.php:5303
     6667msgid "Upload your video in %1$s format and minimize its file size for best results. Your theme recommends a width of %2$s pixels."
     6668msgstr "برای گرفتن بهترین نتایج ویدئوی خود را با پسوند %1$s و کمترین حجم بارگذاری نمایید. پوستهٔ شما عرض %2$s پیکسل را پیشنهاد می‌دهد."
     6669
     6670#. translators: 1: .mp4, 2: Header size in pixels.
     6671#: wp-includes/class-wp-customize-manager.php:5296
     6672msgid "Upload your video in %1$s format and minimize its file size for best results. Your theme recommends dimensions of %2$s pixels."
     6673msgstr "برای گرفتن بهترین نتایج ویدئوی خود را با پسوند %1$s و کمترین حجم بارگذاری نمایید. پوستهٔ شما ابعاد %2$s پیکسل را پیشنهاد می‌دهد."
     6674
     6675#: wp-includes/class-wp-customize-manager.php:5289
     6676msgid "If you add a video, the image will be used as a fallback while the video loads."
     6677msgstr "اگر یک ویدیو اضافه کنید، تا قبل از آماده شدن ویدیو برای نمایش، تصویر نمایش داده خواهد شد."
     6678
     6679#: wp-includes/customize/class-wp-customize-themes-section.php:127
     6680#: wp-includes/customize/class-wp-customize-themes-section.php:128
     6681#: wp-includes/customize/class-wp-customize-themes-section.php:142
     6682#: wp-includes/customize/class-wp-customize-themes-section.php:143
     6683msgid "Search themes&hellip;"
     6684msgstr "جستجوی پوسته‌ها&hellip;"
     6685
     6686#. translators: %s: Theme name.
     6687#: wp-includes/class-wp-customize-manager.php:4905
     6688msgid "Showing details for theme: %s"
     6689msgstr "نمایش جزئیات برای پوسته: %s"
     6690
     6691#. translators: %d: Number of themes being displayed, which cannot currently
     6692#. consider singular vs. plural forms.
     6693#: wp-includes/class-wp-customize-manager.php:4903
     6694msgid "Displaying %d themes"
     6695msgstr "نمایش %d پوسته‌ها"
     6696
     6697#. translators: %d: Number of theme search results, which cannot currently
     6698#. consider singular vs. plural forms.
     6699#: wp-includes/class-wp-customize-manager.php:4901
     6700msgid "%d themes found"
     6701msgstr "%d پوسته یافت شد"
     6702
     6703#: wp-includes/class-wp-customize-manager.php:4899
     6704#: wp-admin/network/themes.php:157
     6705msgid "Are you sure you want to delete this theme?"
     6706msgstr "آیا مطمئنید می‌خواهید این پوسته را حذف کنید؟"
     6707
     6708#: wp-includes/class-wp-customize-manager.php:2350
     6709msgid "Unauthorized to modify setting due to capability."
     6710msgstr "به دلیل سطح توانایی‌ها، مجاز به ویرایش تنظیمات نیستید."
     6711
     6712#: wp-includes/class-wp-customize-manager.php:2345
     6713msgid "Setting does not exist or is unrecognized."
     6714msgstr "تنظیمات وجود ندارد یا ناشناخته است."
     6715
     6716#: wp-includes/class-wp-customize-manager.php:2135
     6717msgid "This form is not live-previewable."
     6718msgstr "این فرم زنده‌پیش‌نمایش نیست."
     6719
     6720#: wp-includes/class-wp-customize-manager.php:2134
     6721msgid "This link is not live-previewable."
     6722msgstr "این پیوند زنده‌پیش‌نمایش نیست."
     6723
     6724#: wp-includes/class-wp-customize-manager.php:551
     6725msgid "Non-existent changeset UUID."
     6726msgstr "changeset UUID ناموجود."
     6727
     6728#: wp-includes/class-wp-customize-manager.php:524
     6729msgid "Invalid changeset UUID"
     6730msgstr "changeset UUID نامعتبر"
     6731
     6732#: wp-includes/class-wp-customize-control.php:636
     6733msgid "New page title&hellip;"
     6734msgstr "عنوان برگه تازه&hellip;"
     6735
     6736#: wp-includes/class-wp-customize-control.php:635
     6737msgid "New page title"
     6738msgstr "عنوان برگهٔ تازه"
     6739
     6740#: wp-includes/feed.php:588 wp-admin/link-parse-opml.php:77
     6741#: wp-admin/link-parse-opml.php:78
     6742msgid "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension."
     6743msgstr "افزونهٔ XML برای PHP دردسترس نیست. برای فعال‌سازی آن با سرویس‌دهنده هاست سایتتان تماس بگیرید."
     6744
     6745#. translators: %s: Current user's display name.
     6746#: wp-includes/admin-bar.php:244
     6747msgid "Howdy, %s"
     6748msgstr "سلام %s"
     6749
     6750#: wp-includes/customize/class-wp-customize-nav-menu-location-control.php:86
     6751#: wp-admin/nav-menus.php:780
     6752msgid "Edit selected menu"
     6753msgstr "ویرایش فهرست انتخاب‌شده"
     6754
     6755#: wp-includes/class-wp-editor.php:1408
     6756#: wp-includes/js/dist/format-library.js:1408
     6757msgid "Warning: the link has been inserted but may have errors. Please test it."
     6758msgstr "هشدار: پیوند وارد شد اما ممکن است خطا داشته باشد. لطفا آن را بررسی کنید."
     6759
     6760#: wp-includes/js/dist/block-editor.js:25280
     6761#: wp-includes/js/dist/block-editor.js:25421
     6762#: wp-includes/js/dist/block-editor.js:25426
     6763#: wp-admin/includes/class-wp-plugin-install-list-table.php:102
     6764#: wp-admin/includes/class-wp-theme-install-list-table.php:61
     6765#: wp-admin/includes/file.php:32 wp-admin/js/updates.js:2493
     6766msgid "Search Results"
     6767msgstr "نتایج جستجو"
     6768
     6769#: wp-includes/class-wp-editor.php:1361
     6770msgid "Rich Text Area. Press Control-Option-H for help."
     6771msgstr "محدودهٔ متنِ حالت‌دار. برای دسترسی به راهنما، دکمه‌های Control-Option-H را بزنید."
     6772
     6773#: wp-includes/script-loader.php:915
     6774msgid "Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds."
     6775msgstr "برای جلو رفتن به مدت یک ثانیه از کلیدهای چپ و راست، و برای ده ثانیه از کلیدهای بالا و پایین استفاده کنید."
     6776
     6777#: wp-includes/script-loader.php:917
     6778msgid "Use Up/Down Arrow keys to increase or decrease volume."
     6779msgstr "برای افزایش یا کاهش صدا از کلیدهای بالا و پایین استفاده کنید."
     6780
     6781#: wp-includes/script-loader.php:920
     6782msgid "Volume Slider"
     6783msgstr "میزان صدا"
     6784
     6785#: wp-includes/script-loader.php:922
     6786msgid "Audio Player"
     6787msgstr "پخش‌کننده صوت"
     6788
     6789#: wp-includes/script-loader.php:921
     6790msgid "Video Player"
     6791msgstr "نمایشگر ویدیو"
     6792
     6793#: wp-includes/script-loader.php:914
     6794msgid "Time Slider"
     6795msgstr "کنترل‌کنندهٔ زمان"
     6796
     6797#: wp-includes/script-loader.php:913 wp-includes/theme.php:1582
     6798msgid "Pause"
     6799msgstr "توقف"
     6800
     6801#: wp-includes/script-loader.php:912 wp-includes/theme.php:1583
     6802msgid "Play"
     6803msgstr "پخش"
     6804
     6805#: wp-includes/taxonomy.php:2201 wp-includes/taxonomy.php:2968
     6806msgid "A name is required for this term."
     6807msgstr "نام‌گذاری این مورد الزامی است."
     6808
     6809#: wp-includes/class-wp-tax-query.php:645
     6810msgid "Inexistent terms."
     6811msgstr "گذاره‌های ناموجود."
     6812
     6813#: wp-includes/class-wp-xmlrpc-server.php:4835
     6814msgid "Sorry, you are not allowed to access user data on this site."
     6815msgstr "با عرض پوزش، شما اجازهٔ دسترسی به اطلاعات کاربران این سایت را ندارید."
     6816
     6817#: wp-includes/class-wp-xmlrpc-server.php:2968
     6818#: wp-includes/class-wp-xmlrpc-server.php:3190 wp-admin/includes/post.php:478
     6819msgid "Sorry, you are not allowed to edit pages."
     6820msgstr "با عرض پوزش، شما اجازهٔ ویرایش برگه‌ها را ندارید."
     6821
     6822#: wp-includes/class-wp-xmlrpc-server.php:2793
     6823#: wp-includes/class-wp-xmlrpc-server.php:2843
     6824msgid "Sorry, you are not allowed to edit your profile."
     6825msgstr "با عرض پوزش، شما اجازهٔ ویرایش شناسنامهٔ خود را ندارید."
     6826
     6827#: wp-includes/class-wp-xmlrpc-server.php:2650
     6828#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:680
     6829#: wp-admin/user-edit.php:93 wp-admin/user-edit.php:125
     6830#: wp-admin/user-edit.php:181 wp-admin/users.php:106 wp-admin/users.php:132
     6831msgid "Sorry, you are not allowed to edit this user."
     6832msgstr "با عرض پوزش، شما اجازهٔ ویرایش این کاربر را ندارید."
     6833
     6834#: wp-includes/class-wp-theme.php:961
     6835msgid "Seasonal"
     6836msgstr "فصلی"
     6837
     6838#: wp-includes/class-wp-theme.php:960
     6839msgid "Photoblogging"
     6840msgstr "عکس‌بلاگ"
     6841
     6842#: wp-includes/class-wp-theme.php:958
     6843msgid "Responsive Layout"
     6844msgstr "طرح واکنش‌گرا"
     6845
     6846#: wp-includes/class-wp-theme.php:957
     6847msgid "Fluid Layout"
     6848msgstr "طرح شناور"
     6849
     6850#: wp-includes/class-wp-theme.php:956
     6851msgid "Fixed Layout"
     6852msgstr "طرح ثابت"
     6853
     6854#: wp-includes/class-wp-theme.php:954
     6855msgid "Dark"
     6856msgstr "تاریک"
     6857
     6858#: wp-includes/class-wp-theme.php:951
     6859msgid "Tan"
     6860msgstr "برنزه"
     6861
     6862#: wp-includes/class-wp-xmlrpc-server.php:2925
     6863#: wp-includes/class-wp-xmlrpc-server.php:3141 wp-admin/includes/post.php:265
     6864#: wp-admin/includes/ajax-actions.php:1994
     6865msgid "Sorry, you are not allowed to edit this page."
     6866msgstr "با عرض پوزش، شما اجازهٔ ویرایش این برگه را ندارید."
     6867
     6868#: wp-includes/class-wp-xmlrpc-server.php:3075
     6869msgid "Sorry, you are not allowed to delete this page."
     6870msgstr "با عرض پوزش، شما اجازهٔ پاک کردن این برگه را ندارید."
     6871
     6872#: wp-includes/class-wp-xmlrpc-server.php:1780
     6873#: wp-includes/class-wp-xmlrpc-server.php:5196
     6874#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:853
     6875#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:901
     6876msgid "Sorry, you are not allowed to delete this post."
     6877msgstr "با عرض پوزش، شما اجازهٔ پاک کردن این نوشته را ندارید."
     6878
     6879#. translators: %s: Site title.
     6880#: wp-login.php:288
     6881msgctxt "site"
     6882msgid "&larr; Back to %s"
     6883msgstr "&rarr; بازگشت به %s"
     6884
     6885#: wp-includes/wp-db.php:1958 wp-includes/wp-db.php:1964
     6886msgid "Unable to retrieve the error message from MySQL"
     6887msgstr "نمی‌توان پیام خطای MySQL را دریافت کرد"
     6888
     6889#: wp-includes/widgets/class-wp-nav-menu-widget.php:195
     6890#: wp-includes/customize/class-wp-customize-nav-menu-location-control.php:86
     6891msgid "Edit Menu"
     6892msgstr "ویرایش فهرست"
     6893
     6894#: wp-includes/script-loader.php:1673 wp-admin/includes/dashboard.php:964
     6895msgid "Today"
     6896msgstr "امروز"
     6897
     6898#: wp-includes/class-wp-text-diff-renderer-table.php:127
     6899msgid "Deleted:"
     6900msgstr "حذف‌شده:"
     6901
     6902#: wp-login.php:997 wp-admin/install.php:171 wp-admin/user-new.php:566
     6903#: wp-admin/js/user-profile.js:42
     6904msgid "Confirm use of weak password"
     6905msgstr "تایید بکارگیری رمز سست"
     6906
     6907#: wp-includes/script-loader.php:1035
     6908msgctxt "password strength"
     6909msgid "Password strength unknown"
     6910msgstr "قدرت رمز نامشخص"
     6911
     6912#: wp-includes/script-loader.php:666
     6913#: wp-includes/rest-api/class-wp-rest-server.php:1023 wp-admin/js/tags.js:58
     6914msgid "Sorry, you are not allowed to do that."
     6915msgstr "با عرض پوزش، شما اجازهٔ این کار را ندارید."
     6916
     6917#: wp-includes/revision.php:610
     6918msgid "Sorry, you are not allowed to preview drafts."
     6919msgstr "با عرض پوزش، شما اجازهٔ دیدن پیش‌نویس‌ها را ندارید."
     6920
     6921#. translators: Password change notification email subject. %s: Site title.
     6922#: wp-includes/pluggable.php:1924 wp-includes/user.php:2040
     6923msgid "[%s] Password Changed"
     6924msgstr "[%s] گذرواژه تغییر کرد."
     6925
     6926#. translators: %s: User name.
     6927#: wp-includes/pluggable.php:1916
     6928msgid "Password changed for user: %s"
     6929msgstr "گذرواژه برای کاربر %s تغییر کرد."
     6930
     6931#: wp-includes/media-template.php:1437
     6932msgid "Image crop area preview. Requires mouse interaction."
     6933msgstr "بخش پیش‌نمایش بریدن تصویر. نیازمند عکس‌العمل ماوس."
     6934
     6935#. translators: %s: Documentation URL.
     6936#: wp-includes/formatting.php:4856
     6937msgid "A structure tag is required when using custom permalinks. <a href=\"%s\">Learn more</a>"
     6938msgstr "هنگام استفاده از پیوندهای یکتای سفارشی، استفاده از یک تگ ساختاری الزامی است. <a href=\"%s\">بیشتر بدانید</a>"
     6939
     6940#: wp-includes/class-wp-xmlrpc-server.php:4288
     6941#: wp-includes/class-wp-xmlrpc-server.php:4341
     6942#: wp-includes/class-wp-xmlrpc-server.php:6318
     6943#: wp-admin/includes/ajax-actions.php:2430
     6944#: wp-admin/includes/ajax-actions.php:2496 wp-admin/async-upload.php:38
     6945#: wp-admin/upload.php:13 wp-admin/media-new.php:16
     6946#: wp-admin/media-upload.php:20
     6947msgid "Sorry, you are not allowed to upload files."
     6948msgstr "با عرض پوزش، شما اجازهٔ بارگذاری پرونده‌ها را ندارید."
     6949
     6950#: wp-includes/class-wp-xmlrpc-server.php:3353
     6951msgid "Sorry, you are not allowed to add a category."
     6952msgstr "با عرض پوزش، شما اجازهٔ افزودن دسته را ندارید."
     6953
     6954#: wp-includes/class-wp-xmlrpc-server.php:2713
     6955#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:204
     6956#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:426
     6957#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:432
     6958#: wp-admin/users.php:16
     6959msgid "Sorry, you are not allowed to list users."
     6960msgstr "با عرض پوزش، شما اجازهٔ مرور کاربران را ندارید."
     6961
     6962#: wp-includes/script-loader.php:1154
     6963#: wp-includes/class-wp-customize-setting.php:592
     6964#: wp-includes/class-wp-customize-manager.php:2373
     6965msgid "Invalid value."
     6966msgstr "مقدار نامعتبر."
     6967
     6968#: wp-includes/script-loader.php:1112
     6969#: wp-includes/class-wp-customize-manager.php:515 wp-admin/customize.php:18
     6970msgid "Sorry, you are not allowed to customize this site."
     6971msgstr "با عرض پوزش، شما اجازهٔ سفارشی‌سازی این سایت را ندارید."
     6972
     6973#. translators: 1: <script>, 2: wp_add_inline_script()
     6974#. translators: 1: <style>, 2: wp_add_inline_style()
     6975#: wp-includes/functions.wp-scripts.php:138
     6976#: wp-includes/functions.wp-styles.php:95
     6977msgid "Do not pass %1$s tags to %2$s."
     6978msgstr "تگ‌های %1$s را به %2$s نفرستید."
     6979
     6980#: wp-includes/class-wp-editor.php:1387
     6981msgid "Link options"
     6982msgstr "تنظیمات پیوند"
     6983
     6984#: wp-includes/script-loader.php:1065
     6985#: wp-includes/js/dist/format-library.js:1412
     6986msgid "Link inserted."
     6987msgstr "پیوند درج شد."
     6988
     6989#: wp-includes/script-loader.php:1064 wp-includes/js/dist/block-editor.js:33366
     6990msgid "Link selected."
     6991msgstr "پیوند انتخاب شد."
     6992
     6993#. translators: %s: ImageMagick method name.
     6994#: wp-includes/class-wp-image-editor-imagick.php:743
     6995#: wp-includes/class-wp-image-editor-imagick.php:748
     6996msgid "%s is required to strip image meta."
     6997msgstr "برای به دست آوردن فرادادهٔ تصویر، نیاز به %s است."
     6998
     6999#: wp-includes/media.php:4237
     7000msgid "No media items found."
     7001msgstr "هیچ پروندهٔ رسانه‌ای پیدا نشد."
     7002
     7003#. translators: 1: Post title, 2: Site title.
     7004#: wp-includes/embed.php:479
     7005msgid "&#8220;%1$s&#8221; &#8212; %2$s"
     7006msgstr "&#8220;%1$s&#8221; &#8212; %2$s"
     7007
     7008#. translators: %d: Number of results found when using jQuery UI Autocomplete.
     7009#: wp-includes/script-loader.php:776
     7010msgid "%d results found. Use up and down arrow keys to navigate."
     7011msgstr "%d نتیجه پیدا شد. جهت بررسی موارد از کلید‌های بالا و پایین استفاده نمائید."
     7012
     7013#. translators: Number of results found when using jQuery UI Autocomplete.
     7014#: wp-includes/script-loader.php:774
     7015msgid "1 result found. Use up and down arrow keys to navigate."
     7016msgstr "یک نتیجه پیدا شد. برای پیمایش، از کلیدهای جهت بالا و پایین استفاده نمایید. "
     7017
     7018#. translators: %s: User name.
     7019#: wp-includes/comment-template.php:2436
     7020msgid "Logged in as %s. Edit your profile."
     7021msgstr "وارد شده به عنوان %s. شناسنامه خود را ویرایش کنید."
     7022
     7023#. translators: 1: Edit user link, 2: Accessibility text, 3: User name, 4:
     7024#. Logout URL.
     7025#: wp-includes/comment-template.php:2433
     7026msgid "<a href=\"%1$s\" aria-label=\"%2$s\">Logged in as %3$s</a>. <a href=\"%4$s\">Log out?</a>"
     7027msgstr "<a href=\"%1$s\" aria-label=\"%2$s\">با عنوان %3$s وارد شده‌اید</a>. <a href=\"%4$s\">خارج می‌شوید؟</a>"
     7028
     7029#. translators: 1: VHOST, 2: SUBDOMAIN_INSTALL, 3: wp-config.php, 4:
     7030#. is_subdomain_install()
     7031#: wp-includes/ms-default-constants.php:139
     7032msgid "The constant %1$s <strong>is deprecated</strong>. Use the boolean constant %2$s in %3$s to enable a subdomain configuration. Use %4$s to check whether a subdomain configuration is enabled."
     7033msgstr "ثابت %1$s <strong>منسوخ شده است</strong>. برای فعالسازی پیکربندی زیردامنه از ثابت بولی %2$s در %3$s استفاده کنید. برای بررسی فعال بودن پیکربندی زیردامنه از %4$s استفاده کنید."
     7034
     7035#. translators: 1: Panel ID, 2: Link to 'customize_loaded_components' filter
     7036#. reference.
     7037#: wp-includes/class-wp-customize-manager.php:3908
     7038msgid "Removing %1$s manually will cause PHP warnings. Use the %2$s filter instead."
     7039msgstr "حذف دستی %1$s منجر به هشدارهای php خواهد شد. به جای آن از صافی%2$s استفاده نمایید."
     7040
     7041#: wp-includes/class-wp-editor.php:1416
     7042msgid "The next group of formatting shortcuts are applied as you type or when you insert them around plain text in the same paragraph. Press Escape or the Undo button to undo."
     7043msgstr "گروه بعدی میان‌برهای ساختاربندی هنگامی اعمال می‌شوند که شما در حال نوشتن هستید یا آن‌ها را پیرامون متن خام قرار دهید. برای بازگردانی از کلید Escape یا دکمهٔ بازگردانی استفاده نمایید."
     7044
     7045#: wp-login.php:1362
     7046msgid "Your session has expired. Please log in to continue where you left off."
     7047msgstr "مدت زمان حضور شما به اتمام رسیده است. لطفا دوباره وارد شوید تا از همان‌جایی که قطع شده‌اید، ادامه دهید."
     7048
     7049#. translators: 1: User's display name, 2: User login.
     7050#: wp-includes/user.php:1208
     7051msgctxt "user dropdown"
     7052msgid "%1$s (%2$s)"
     7053msgstr "%1$s (%2$s)"
     7054
     7055#. translators: %s: Email address.
     7056#: wp-includes/user.php:247
     7057msgid "<strong>Error</strong>: The password you entered for the email address %s is incorrect."
     7058msgstr "<strong>خطا</strong>: رمز عبور وارد شده برای ایمیل %s نادرست است."
     7059
     7060#: wp-includes/user.php:212
     7061msgid "<strong>Error</strong>: The email field is empty."
     7062msgstr "<strong>خطا</strong>: جای ایمیل خالی است."
     7063
     7064#: wp-includes/taxonomy.php:501
     7065msgid "Unregistering a built-in taxonomy is not allowed."
     7066msgstr "لغو ثبت ردهٔ توکار مجاز نیست."
     7067
     7068#: wp-includes/script-loader.php:1117
     7069#: wp-includes/js/dist/block-library.js:11268
     7070msgid "(Untitled)"
     7071msgstr "(بدون عنوان)"
     7072
     7073#: wp-includes/rest-api.php:44
     7074msgid "Route must be specified."
     7075msgstr "مسیر باید مشخص شده باشد."
     7076
     7077#: wp-includes/rest-api.php:41
     7078msgid "Routes must be namespaced with plugin or theme name and version."
     7079msgstr "مسیرها باید از طریق نام افزونه یا پوسته و نگارش آن نامگذاری شوند."
     7080
     7081#: wp-includes/post.php:1480
     7082msgid "Unregistering a built-in post type is not allowed"
     7083msgstr "لغو ثبت نوع نوشتهٔ توکار مجاز نیست"
     7084
     7085#: wp-includes/post.php:387
     7086msgctxt "post status"
     7087msgid "Trash"
     7088msgstr "زباله‌دان"
     7089
     7090#: wp-includes/post.php:373 wp-admin/includes/template.php:2173
     7091msgctxt "post status"
     7092msgid "Private"
     7093msgstr "خصوصی"
     7094
     7095#: wp-includes/post.php:358 wp-admin/includes/template.php:2187
     7096msgctxt "post status"
     7097msgid "Pending"
     7098msgstr "در انتظار"
     7099
     7100#: wp-includes/post.php:343 wp-admin/includes/template.php:2180
     7101msgctxt "post status"
     7102msgid "Draft"
     7103msgstr "پیش‌نویس"
     7104
     7105#: wp-includes/post.php:329 wp-admin/includes/template.php:2195
     7106msgctxt "post status"
     7107msgid "Scheduled"
     7108msgstr "زمان‌بندی‌شده"
     7109
     7110#: wp-includes/post.php:315
     7111msgctxt "post status"
     7112msgid "Published"
     7113msgstr "منتشرشده"
     7114
     7115#: wp-includes/post-template.php:1721
     7116msgctxt "post password form"
     7117msgid "Enter"
     7118msgstr "ورود رمز"
     7119
     7120#: wp-includes/pluggable.php:554
     7121msgid "<strong>Error</strong>: Invalid username, email address or incorrect password."
     7122msgstr "<strong>خطا</strong>: نام کاربری یا ایمیل نامعتبر، یا رمز عبور اشتباه."
     7123
     7124#. translators: 1: Blog name, 2: Separator (raquo), 3: Term name, 4: Taxonomy
     7125#. singular name.
     7126#: wp-includes/general-template.php:3105
     7127msgid "%1$s %2$s %3$s %4$s Feed"
     7128msgstr "خوراک %1$s %2$s %3$s %4$s"
     7129
     7130#: wp-includes/media-template.php:199 wp-includes/media-template.php:347
     7131#: wp-includes/functions.php:6531 wp-includes/js/dist/components.js:41563
     7132msgid "Close dialog"
     7133msgstr "بستن کادر"
     7134
     7135#. translators: 1: PHP class name, 2: PHP parent class name, 3: Version number,
     7136#. 4: __construct() method.
     7137#: wp-includes/functions.php:4860
     7138msgid "The called constructor method for %1$s in %2$s is <strong>deprecated</strong> since version %3$s! Use %4$s instead."
     7139msgstr "روش ساختار فراخوانی شده برای %1$s در %2$s از نگارش %3$s <strong>منقضی شده است</strong>! بجای آن از %4$s استفاده نمایید."
     7140
     7141#: wp-includes/class-wp-customize-manager.php:5200
     7142msgid "Choose logo"
     7143msgstr "انتخاب نشان"
     7144
     7145#: wp-includes/class-wp-customize-manager.php:5198
     7146msgid "No logo selected"
     7147msgstr "هیچ نشانی گزیده نشده"
     7148
     7149#: wp-includes/class-wp-customize-manager.php:5195
     7150msgid "Change logo"
     7151msgstr "تغییر نشان"
     7152
     7153#: wp-includes/class-wp-customize-manager.php:5194
     7154#: wp-includes/class-wp-customize-manager.php:5199
     7155msgid "Select logo"
     7156msgstr "گزینش نشان"
     7157
     7158#. translators: %s: document.write()
     7159#: wp-includes/customize/class-wp-customize-selective-refresh.php:182
     7160msgid "%s is forbidden"
     7161msgstr "%s ممنوع است"
     7162
     7163#: wp-includes/customize/class-wp-customize-partial.php:225
     7164msgid "Partial render must echo the content or return the content string (or array), but not both."
     7165msgstr "رندر جزئی باید محتوا را نمایش دهد یا رشته محتوا (یا آرایه) را بازگرداند، اما نه هردو."
     7166
     7167#: wp-includes/comment.php:1306
     7168msgid "<strong>Error</strong>: Your comment is too long."
     7169msgstr "<strong>خطا</strong>: دیدگاه شما بسیار طولانی است."
     7170
     7171#: wp-includes/comment.php:1302
     7172msgid "<strong>Error</strong>: Your URL is too long."
     7173msgstr "<strong>خطا</strong>: نشانی اینترنتی‌تان بسیار طولانی است."
     7174
     7175#: wp-includes/comment.php:1298
     7176msgid "<strong>Error</strong>: Your email address is too long."
     7177msgstr "<strong>خطا</strong>: ایمیل شما بسیار طولانی است."
     7178
     7179#: wp-includes/comment.php:1294
     7180msgid "<strong>Error</strong>: Your name is too long."
     7181msgstr "<strong>خطا</strong>: نامتان بسیار طولانی است."
     7182
     7183#: wp-includes/comment.php:262
     7184msgctxt "comment status"
     7185msgid "Trash"
     7186msgstr "زباله‌دان"
     7187
     7188#: wp-includes/comment.php:261 wp-admin/edit-form-comment.php:118
     7189msgctxt "comment status"
     7190msgid "Spam"
     7191msgstr "جفنگ"
     7192
     7193#: wp-includes/comment.php:260 wp-admin/edit-form-comment.php:116
     7194msgctxt "comment status"
     7195msgid "Approved"
     7196msgstr "تایید شده"
     7197
     7198#. translators: 1: index.php, 2: Documentation URL, 3: style.css
     7199#: wp-includes/class-wp-theme.php:318
     7200msgid "Template is missing. Standalone themes need to have a %1$s template file. <a href=\"%2$s\">Child themes</a> need to have a Template header in the %3$s stylesheet."
     7201msgstr "قالب پیدا نشد. پوسته‌های مستقل باید یک پروندهٔ %1$s داشته باشند. <a href=\"%2$s\">پوسته‌های فرزند</a> باید یک سربرگ قالب در %3$s داشته باشند."
     7202
     7203#: wp-includes/class-wp-metadata-lazyloader.php:77
     7204#: wp-includes/class-wp-metadata-lazyloader.php:117
     7205msgid "Invalid object type."
     7206msgstr "نوع شیء نامعتبر."
     7207
     7208#: wp-includes/class-wp-editor.php:1385
     7209#: wp-includes/js/dist/block-editor.js:33411
     7210msgid "Paste URL or type to search"
     7211msgstr "نشانی اینترنتی را بچسبانید یا جهت جستجو، تایپ نمایید"
     7212
     7213#: wp-includes/class-wp-customize-manager.php:5186
     7214#: wp-admin/includes/template.php:2284
     7215msgid "Logo"
     7216msgstr "نشان"
     7217
     7218#: wp-includes/class-wp-customize-manager.php:5135
     7219#: wp-includes/class-wp-customize-manager.php:5243
     7220msgid "Display Site Title and Tagline"
     7221msgstr "نمایش عنوان و خلاصه توضیحات سایت"
     7222
     7223#: wp-includes/class-wp-customize-manager.php:4992
     7224msgid "Enter mobile preview mode"
     7225msgstr "ورود به حالت پیش‌نمایش تلفن همراه"
     7226
     7227#: wp-includes/class-wp-customize-manager.php:4989
     7228msgid "Enter tablet preview mode"
     7229msgstr "ورود به حالت پیش‌نمایش تبلت"
     7230
     7231#: wp-includes/class-wp-customize-manager.php:4985
     7232msgid "Enter desktop preview mode"
     7233msgstr "ورود به حالت پیش‌نمایش رایانه"
     7234
     7235#: wp-includes/customize/class-wp-customize-selective-refresh.php:176
     7236#: wp-includes/class-wp-customize-manager.php:2133
     7237msgid "Shift-click to edit this element."
     7238msgstr "برای ویرایش این مورد از شیفت-کلیک استفاده کنید."
     7239
     7240#: wp-comments-post.php:31
     7241msgid "Comment Submission Failure"
     7242msgstr "خطا در ارسال دیدگاه"
     7243
     7244#: wp-includes/user.php:2528 wp-admin/includes/user.php:196
     7245msgid "<strong>Error</strong>: Sorry, that username is not allowed."
     7246msgstr "<strong>خطا</strong>: با عرض پوزش، این شناسه مجاز نیست."
     7247
     7248#: wp-includes/rest-api/class-wp-rest-request.php:901
     7249msgid "Invalid parameter."
     7250msgstr "گزینه نامعتبر."
     7251
     7252#. translators: %s: Menu name.
     7253#: wp-includes/customize/class-wp-customize-nav-menu-locations-control.php:81
     7254msgctxt "menu location"
     7255msgid "(Current: %s)"
     7256msgstr "(فعلی: %s)"
     7257
     7258#. translators: %s: Menu location.
     7259#: wp-includes/class-wp-customize-nav-menus.php:508
     7260msgctxt "menu"
     7261msgid "(Currently set to: %s)"
     7262msgstr "(درحال‌حاضر تنظیم‌شده روی : %s)"
     7263
     7264#. translators: %s: Documentation URL.
     7265#: wp-includes/functions.php:5213
     7266msgid "Please see <a href=\"%s\">Debugging in WordPress</a> for more information."
     7267msgstr "لطفاً برای اطلاعات بیشتر، <a href=\"%s\">اشکال زدایی در وردپرس</a> را مشاهده کنید."
     7268
     7269#. translators: 1: $table_prefix, 2: wp-config.php
     7270#: wp-includes/load.php:548
     7271msgid "<strong>Error</strong>: %1$s in %2$s can only contain numbers, letters, and underscores."
     7272msgstr "<strong>خطا</strong>: %1$s در %2$s فقط می‌تواند شامل اعداد، حروف و زیر خط باشد."
     7273
     7274#. translators: %s: Documentation URL.
     7275#: wp-load.php:82
     7276msgid "Need more help? <a href='%s'>We got it</a>."
     7277msgstr "به کمک بیشتری نیاز دارید؟ <a href='%s'>متوجه شدیم</a>."
     7278
     7279#. translators: %s: wp-config.php
     7280#: wp-load.php:77
     7281msgid "There doesn't seem to be a %s file. I need this before we can get started."
     7282msgstr "به نظر نمی‌رسد که یک پروندهٔ %s موجود باشد. من برای شروع به آن نیاز دارم."
     7283
     7284#. translators: %s: WP_User->ID
     7285#: wp-includes/class-wp-user.php:273 wp-includes/class-wp-user.php:306
     7286#: wp-includes/class-wp-user.php:347 wp-includes/class-wp-user.php:372
     7287msgid "Use %s instead."
     7288msgstr "به‌جای آن از %s استفاده کنید."
     7289
     7290#. translators: %s: get_trackback_url()
     7291#. translators: %s: get_the_author()
     7292#: wp-includes/comment-template.php:1182 wp-includes/author-template.php:71
     7293msgid "Use %s instead if you do not want the value echoed."
     7294msgstr "در صورتی که مایلید مقدار بازگشتی نمایش داده نشود از %s استفاده نمایید."
     7295
     7296#: wp-includes/class-wp-term.php:159
     7297msgid "Term ID is shared between multiple taxonomies"
     7298msgstr "شناسه این مورد بین چندین رده مشترک است"
     7299
     7300#: wp-includes/taxonomy.php:1261 wp-includes/taxonomy.php:1323
     7301msgid "Term meta cannot be added to terms that are shared between taxonomies."
     7302msgstr "متاواژه نمی‌تواند به واژگانی که در رده‌ها دیده می‌شود اضافه شود."
     7303
     7304#. translators: Month name, genitive.
     7305#: wp-includes/class-wp-locale.php:174
     7306msgctxt "genitive"
     7307msgid "December"
     7308msgstr "دسامبر"
     7309
     7310#. translators: Month name, genitive.
     7311#: wp-includes/class-wp-locale.php:173
     7312msgctxt "genitive"
     7313msgid "November"
     7314msgstr "نوامبر"
     7315
     7316#. translators: Month name, genitive.
     7317#: wp-includes/class-wp-locale.php:172
     7318msgctxt "genitive"
     7319msgid "October"
     7320msgstr "اکتبر"
     7321
     7322#. translators: Month name, genitive.
     7323#: wp-includes/class-wp-locale.php:171
     7324msgctxt "genitive"
     7325msgid "September"
     7326msgstr "سپتامبر"
     7327
     7328#. translators: Month name, genitive.
     7329#: wp-includes/class-wp-locale.php:170
     7330msgctxt "genitive"
     7331msgid "August"
     7332msgstr "اوت"
     7333
     7334#. translators: Month name, genitive.
     7335#: wp-includes/class-wp-locale.php:169
     7336msgctxt "genitive"
     7337msgid "July"
     7338msgstr "جولای"
     7339
     7340#. translators: Month name, genitive.
     7341#: wp-includes/class-wp-locale.php:168
     7342msgctxt "genitive"
     7343msgid "June"
     7344msgstr "ژوئن"
     7345
     7346#. translators: Month name, genitive.
     7347#: wp-includes/class-wp-locale.php:167
     7348msgctxt "genitive"
     7349msgid "May"
     7350msgstr "مه"
     7351
     7352#. translators: Month name, genitive.
     7353#: wp-includes/class-wp-locale.php:166
     7354msgctxt "genitive"
     7355msgid "April"
     7356msgstr "آوریل"
     7357
     7358#. translators: Month name, genitive.
     7359#: wp-includes/class-wp-locale.php:165
     7360msgctxt "genitive"
     7361msgid "March"
     7362msgstr "مارس"
     7363
     7364#. translators: Month name, genitive.
     7365#: wp-includes/class-wp-locale.php:164
     7366msgctxt "genitive"
     7367msgid "February"
     7368msgstr "فوریه"
     7369
     7370#. translators: Month name, genitive.
     7371#: wp-includes/class-wp-locale.php:163
     7372msgctxt "genitive"
     7373msgid "January"
     7374msgstr "ژانویه"
     7375
     7376#: wp-includes/embed.php:1153
     7377msgid "Sharing options"
     7378msgstr "گزینه‌های هم‌رسانی"
     7379
     7380#: wp-includes/class-wp-xmlrpc-server.php:600
     7381msgid "Medium-Large size image height"
     7382msgstr "بلندی تصویر با اندازه متوسط-بزرگ"
     7383
     7384#: wp-includes/class-wp-xmlrpc-server.php:595
     7385msgid "Medium-Large size image width"
     7386msgstr "پهنای تصویر با اندازه متوسط-بزرگ"
     7387
     7388#. translators: %s: Site link.
     7389#: wp-includes/theme-compat/sidebar.php:105
     7390msgid "You are currently browsing the %s blog archives."
     7391msgstr "اکنون در حال مرور بایگانی وبلاگ %s هستید."
     7392
     7393#. translators: 1: Site link, 2: Archive year.
     7394#: wp-includes/theme-compat/sidebar.php:81
     7395msgid "You are currently browsing the %1$s blog archives for the year %2$s."
     7396msgstr "شما در حال مرور بایگانی بلاگ %1$s برای سال %2$s هستید."
     7397
     7398#. translators: 1: Site link, 2: Archive month.
     7399#: wp-includes/theme-compat/sidebar.php:69
     7400msgid "You are currently browsing the %1$s blog archives for %2$s."
     7401msgstr "شما در حال مرور بایگانی بلاگ %1$s برای %2$s هستید. "
     7402
     7403#. translators: 1: Site link, 2: Archive date.
     7404#: wp-includes/theme-compat/sidebar.php:57
     7405msgid "You are currently browsing the %1$s blog archives for the day %2$s."
     7406msgstr "شما در حال مرور بایگانی بلاگ %1$s برای روز %2$s هستید."
     7407
     7408#. translators: %s: Admin email link.
     7409#: wp-includes/ms-load.php:111
     7410msgid "This site has not been activated yet. If you are having problems activating your site, please contact %s."
     7411msgstr "این سایت در حال حاضر فعال نیست. اگر مشکلی با فعال‌سازی سایتتان دارید، لطفاً با %s تماس بگیرید."
     7412
     7413#. translators: %s: Email address.
     7414#: wp-signup.php:676 wp-signup.php:834
     7415msgid "Check your inbox at %s and click the link given."
     7416msgstr "صندوق پستی مربوط به %s را بررسی کرده و روی پیوند دریافتی کلیک کنید."
     7417
     7418#. translators: %s: Menu name.
     7419#: wp-includes/nav-menu.php:340 wp-includes/nav-menu.php:355
     7420msgid "The menu name %s conflicts with another menu name. Please try another."
     7421msgstr "نام فهرست %s با نام فهرستی دیگر تداخل دارد. لطفاً نامی دیگر برگزینید."
     7422
     7423#. translators: %s: Site address.
     7424#: wp-signup.php:993
     7425msgid "The site you were looking for, %s, does not exist."
     7426msgstr "سایت %s که دنبالش هستید، وجود ندارد."
     7427
     7428#. translators: %s: A link to the embedded site.
     7429#: wp-includes/theme-compat/embed-404.php:21
     7430msgid "It looks like nothing was found at this location. Maybe try visiting %s directly?"
     7431msgstr "به نظر می‌رسد این‌جا چیزی پیدا نمی‌شود. شاید بتوانید آن را به طور مستقیم در %s بیابید."
     7432
     7433#: wp-includes/theme-compat/embed-404.php:14
     7434msgid "Oops! That embed can&#8217;t be found."
     7435msgstr "اوه! مورد جاسازی شده یافت نمی‌شود."
     7436
     7437#. translators: %s: Post title.
     7438#: wp-includes/embed.php:953 wp-includes/post-template.php:298
     7439msgid "Continue reading %s"
     7440msgstr "ادامه خواندن %s"
     7441
     7442#: wp-signup.php:162
     7443msgid "Site Language:"
     7444msgstr "زبان سایت:"
     7445
     7446#. translators: %s: The message ID.
     7447#: wp-mail.php:258
     7448msgid "Mission complete. Message %s deleted."
     7449msgstr "عملیات موفق بود. پیام %s حذف شد."
     7450
     7451#: wp-mail.php:245
     7452msgid "Posted title:"
     7453msgstr "عنوان نوشته:"
     7454
     7455#: wp-mail.php:244 wp-admin/includes/plugin-install.php:656
     7456msgid "Author:"
     7457msgstr "نویسنده:"
     7458
     7459#: wp-includes/wp-db.php:1852
     7460msgid "Are you sure the database server is not under particularly heavy load?"
     7461msgstr "آیا مطمئن هستید که پایگاه‌دادهٔ شما زیر هیچ‌گونه بار اضافی‌ نیست؟"
     7462
     7463#. translators: %s: Database host.
     7464#: wp-includes/wp-db.php:1846
     7465msgid "This means that we lost contact with the database server at %s. This could mean your host&#8217;s database server is down."
     7466msgstr "این به معنی عدم برقراری ارتباط با پایگاه‌داده در %s است. احتمالاً در حال حاضر پایگاه‌دادهٔ هاست شما در دسترس نیست."
     7467
     7468#: wp-includes/wp-db.php:1842
     7469msgid "Error reconnecting to the database"
     7470msgstr "خطا در برقراری دوبارهٔ ارتباط با پایگاه‌داده"
     7471
     7472#. translators: %s: Support forums URL.
     7473#: wp-includes/wp-db.php:1700 wp-includes/wp-db.php:1857
     7474msgid "If you&#8217;re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href=\"%s\">WordPress Support Forums</a>."
     7475msgstr "اگر از معنی دقیق این واژگان مطمئن نیستید، احتمالا باید با مدیر سرویس میزبانی خود تماس بگیرید. در صورتی که به کمک بیشتری نیاز دارید، می‌توانید در <a href=\"%s\">انجمن پشتیبانی وردپرس</a> به دنبال یافتن راه‌حل باشید."
     7476
     7477#: wp-includes/wp-db.php:1695 wp-includes/wp-db.php:1851
     7478msgid "Are you sure the database server is running?"
     7479msgstr "آیا از کارکرد درست پایگاه‌داده سرور اطمینان دارید؟"
     7480
     7481#: wp-includes/wp-db.php:1694
     7482msgid "Are you sure you have typed the correct hostname?"
     7483msgstr "اطمیمنان دارید که نام میزبان را درست تایپ کرده‌اید؟"
     7484
     7485#: wp-includes/wp-db.php:1693
     7486msgid "Are you sure you have the correct username and password?"
     7487msgstr "مطمئن هستید که نام کاربری و رمزعبور شما درست هستند؟"
     7488
     7489#. translators: 1: wp-config.php, 2: Database host.
     7490#: wp-includes/wp-db.php:1687
     7491msgid "This either means that the username and password information in your %1$s file is incorrect or we can&#8217;t contact the database server at %2$s. This could mean your host&#8217;s database server is down."
     7492msgstr "احتمالاً نام کاربری یا رمز عبورتان در %1$s اشتباه است یا ارتباط با پایگاه‌داده به هر دلیلی در %2$s برقرار نیست. ممکن است پایگاه‌داده شما از دسترس خارج شده باشد."
     7493
     7494#. translators: %s: Support forums URL.
     7495#: wp-includes/wp-db.php:1121
     7496msgid "If you don&#8217;t know how to set up a database you should <strong>contact your host</strong>. If all else fails you may find help at the <a href=\"%s\">WordPress Support Forums</a>."
     7497msgstr "در صورتی که دربارهٔ چگونگی پیکربندی درست پایگاه‌داده آگاهی ندارید، <strong>با مدیر هاست خود تماس بگیرید</strong>. با این حال ممکن است بتوانید مشکلتان را از طریق مراجعه به <a href=\"%s\">انجمن پشتیبانی وردپرس</a> نیز حل نمایید."
     7498
     7499#. translators: %s: Database name.
     7500#: wp-includes/wp-db.php:1113
     7501msgid "On some systems the name of your database is prefixed with your username, so it would be like <code>username_%1$s</code>. Could that be the problem?"
     7502msgstr "در برخی سیستم‌ها ممکن است نام کاربری شما به عنوان پیشوند در نام پایگاه داده قرار داده شود؛ چیزی مانند <code>username_%1$s</code>. ممکن است مشکل از این‌جا باشد؟"
     7503
     7504#. translators: 1: Database user, 2: Database name.
     7505#: wp-includes/wp-db.php:1106
     7506msgid "Does the user %1$s have permission to use the %2$s database?"
     7507msgstr "آیا کاربر %1$s برای استفاده از پایگاه‌داده %2$s دسترسی‌های لازم را دارد؟"
     7508
     7509#: wp-includes/wp-db.php:1102
     7510msgid "Are you sure it exists?"
     7511msgstr "آیا اطمینان دارید که وجود دارد؟"
     7512
     7513#. translators: %s: Database name.
     7514#: wp-includes/wp-db.php:1097
     7515msgid "We were able to connect to the database server (which means your username and password is okay) but not able to select the %s database."
     7516msgstr "امکان برقراری ارتباط به سرور پایگاه‌دادهٔ مورد نظر وجود ندارد (یعنی نام کاربری و رمزعبورتان درست است) اما امکان انتخاب پایگاه‌داده %s وجود ندارد."
     7517
     7518#: wp-includes/wp-db.php:1093
     7519msgid "Can&#8217;t select database"
     7520msgstr "انتخاب پایگاه‌داده ممکن نیست"
     7521
     7522#: wp-includes/widgets/class-wp-widget-tag-cloud.php:145
     7523msgid "The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget."
     7524msgstr "تا زمانی که هیچ رده‌ای از ابرچسب پشتیبانی نکند، ابرچسب نمی‌تواند نمایش داده شود."
     7525
     7526#: wp-includes/user.php:1617
     7527msgid "Nicename may not be longer than 50 characters."
     7528msgstr "نام مستعار نمی‌تواند بیش‌تر از ۵۰ حرف باشد."
     7529
     7530#. translators: %s: User name.
     7531#: wp-includes/user.php:175
     7532msgid "<strong>Error</strong>: The password you entered for the username %s is incorrect."
     7533msgstr "<strong>خطا</strong>: رمز عبوری که برای نام کاربری %s وارد شده درست نیست."
     7534
     7535#: wp-includes/taxonomy.php:604
     7536msgid "Categories list"
     7537msgstr "فهرست دسته‌ها"
     7538
     7539#: wp-includes/taxonomy.php:604
     7540msgid "Tags list"
     7541msgstr "فهرست برچسب‌ها"
     7542
     7543#: wp-includes/taxonomy.php:603
     7544msgid "Categories list navigation"
     7545msgstr "راهبری فهرست دسته‌ها"
     7546
     7547#: wp-includes/taxonomy.php:603
     7548msgid "Tags list navigation"
     7549msgstr "راهبری فهرست برچسب‌ها"
     7550
     7551#. translators: 1: Shortcode name, 2: Space-separated list of reserved
     7552#. characters.
     7553#: wp-includes/shortcodes.php:74
     7554msgid "Invalid shortcode name: %1$s. Do not use spaces or reserved characters: %2$s"
     7555msgstr "نام shortcode نامعتبر: %1$s. از فاصله یا حروف برعکس استفاده نکنید: %2$s"
     7556
     7557#: wp-includes/shortcodes.php:67
     7558msgid "Invalid shortcode name: Empty name given."
     7559msgstr "نام shortcode نامعتبر است: هیچ نامی داده نشده."
     7560
     7561#: wp-includes/rest-api.php:1000
     7562msgid "Cookie nonce is invalid"
     7563msgstr "کلید امنیتی کوکی نامعتبر است"
     7564
     7565#. translators: 1: Function name, 2: WordPress version number, 3: Error
     7566#. message.
     7567#. translators: Developer debugging message. 1: PHP function name, 2: WordPress
     7568#. version number, 3: Explanatory message.
     7569#: wp-includes/rest-api.php:608 wp-includes/rest-api.php:633
     7570msgid "%1$s (since %2$s; %3$s)"
     7571msgstr "%1$s (از %2$s؛ %3$s)"
     7572
     7573#. translators: 1: Function name, 2: WordPress version number.
     7574#: wp-includes/rest-api.php:587 wp-includes/rest-api.php:611
     7575msgid "%1$s (since %2$s; no alternative available)"
     7576msgstr "%1$s (از %2$s؛ هیچ جایگزینی در دسترس نیست)"
     7577
     7578#. translators: 1: Function name, 2: WordPress version number, 3: New function
     7579#. name.
     7580#: wp-includes/rest-api.php:584
     7581msgid "%1$s (since %2$s; use %3$s instead)"
     7582msgstr "%1$s (از %2$s; به جای آن از %3$s استفاده کنید)"
     7583
     7584#: wp-includes/rest-api/class-wp-rest-server.php:1179
     7585msgid "The specified namespace could not be found."
     7586msgstr "namespace مشخص شده یافت نشد."
     7587
     7588#: wp-includes/rest-api/class-wp-rest-server.php:1092
     7589msgid "No route was found matching the URL and request method"
     7590msgstr "هیچ مسیری منطبق با URL و روش درخواست پیدا نشد"
     7591
     7592#: wp-includes/rest-api/class-wp-rest-server.php:962
     7593msgid "The handler for the route is invalid"
     7594msgstr "برنامه کنترل برای مسیر نامعتبر است"
     7595
     7596#: wp-includes/rest-api/class-wp-rest-server.php:335
     7597msgid "JSONP support is disabled on this site."
     7598msgstr "پشتیبانی JSONP در این سایت غیر فعال است."
     7599
     7600#. translators: %s: List of invalid parameters.
     7601#: wp-includes/rest-api/class-wp-rest-request.php:832
     7602#: wp-includes/rest-api/class-wp-rest-request.php:914
     7603msgid "Invalid parameter(s): %s"
     7604msgstr "پارامتر(های) نامعتبر: %s"
     7605
     7606#. translators: %s: List of required parameters.
     7607#: wp-includes/rest-api/class-wp-rest-request.php:878
     7608msgid "Missing parameter(s): %s"
     7609msgstr "پارامتر(های) گمشده: %s"
     7610
     7611#. translators: 1: pre_get_posts, 2: WP_Query->is_main_query(), 3:
     7612#. is_main_query(), 4: Link to codex is_main_query() page.
     7613#: wp-includes/query.php:901
     7614msgid "In %1$s, use the %2$s method, not the %3$s function. See %4$s."
     7615msgstr "در %1$s، از متد %2$s به جای تابع %3$s  استفاده نمایید. %4$s را ببینید"
     7616
     7617#: wp-includes/post.php:1720
     7618msgid "Pages list"
     7619msgstr "فهرست برگه‌ها"
     7620
     7621#: wp-includes/post.php:1720
     7622msgid "Posts list"
     7623msgstr "فهرست نوشته‌ها"
     7624
     7625#: wp-includes/post.php:1719
     7626msgid "Pages list navigation"
     7627msgstr "راهبری فهرست برگه‌ها"
     7628
     7629#: wp-includes/post.php:1719
     7630msgid "Posts list navigation"
     7631msgstr "راهبری فهرست نوشته‌ها"
     7632
     7633#: wp-includes/post.php:1718
     7634msgid "Filter pages list"
     7635msgstr "پالایش فهرست برگه‌ها"
     7636
     7637#: wp-includes/post.php:1718
     7638msgid "Filter posts list"
     7639msgstr "پالایش فهرست نوشته‌ها"
     7640
     7641#: wp-includes/post.php:1710
     7642msgid "Page Archives"
     7643msgstr "بایگانی برگه‌ها"
     7644
     7645#: wp-includes/post.php:1710
     7646msgid "Post Archives"
     7647msgstr "بایگانی نوشته‌ها"
     7648
     7649#: wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:320
     7650#: wp-includes/class-wp-customize-nav-menus.php:197
     7651#: wp-includes/nav-menu.php:865
     7652msgid "Post Type Archive"
     7653msgstr "بایگانی نوع نوشته"
     7654
     7655#: wp-includes/ms-functions.php:657
     7656msgid "Site names can only contain lowercase letters (a-z) and numbers."
     7657msgstr "نام سایت تنها می‌تواند شامل حروف کوچک و اعداد باشد."
     7658
     7659#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:1260
     7660#: wp-includes/user.php:1607 wp-includes/ms-functions.php:496
     7661#: wp-includes/ms-functions.php:503
     7662msgid "Sorry, that username is not allowed."
     7663msgstr "با عرض پوزش، این نام‌کاربری مجاز نیست."
     7664
     7665#: wp-includes/ms-functions.php:480
     7666msgid "Usernames can only contain lowercase letters (a-z) and numbers."
     7667msgstr "نام کاربری فقط می‌تواند شامل حروف کوچک (a-z) و اعداد باشد."
     7668
     7669#. translators: %s: Playlist item title.
     7670#: wp-includes/media.php:2414 wp-includes/media.php:2431
     7671msgctxt "playlist item title"
     7672msgid "&#8220;%s&#8221;"
     7673msgstr "“%s”"
     7674
     7675#. translators: Three-letter abbreviation of the month.
     7676#: wp-includes/class-wp-locale.php:188
     7677msgctxt "December abbreviation"
     7678msgid "Dec"
     7679msgstr "دسامبر"
     7680
     7681#. translators: Three-letter abbreviation of the month.
     7682#: wp-includes/class-wp-locale.php:187
     7683msgctxt "November abbreviation"
     7684msgid "Nov"
     7685msgstr "نوامبر"
     7686
     7687#. translators: Three-letter abbreviation of the month.
     7688#: wp-includes/class-wp-locale.php:186
     7689msgctxt "October abbreviation"
     7690msgid "Oct"
     7691msgstr "اکتبر"
     7692
     7693#. translators: Three-letter abbreviation of the month.
     7694#: wp-includes/class-wp-locale.php:185
     7695msgctxt "September abbreviation"
     7696msgid "Sep"
     7697msgstr "سپتامبر"
     7698
     7699#. translators: Three-letter abbreviation of the month.
     7700#: wp-includes/class-wp-locale.php:184
     7701msgctxt "August abbreviation"
     7702msgid "Aug"
     7703msgstr "آگوست"
     7704
     7705#. translators: Three-letter abbreviation of the month.
     7706#: wp-includes/class-wp-locale.php:183
     7707msgctxt "July abbreviation"
     7708msgid "Jul"
     7709msgstr "جولای"
     7710
     7711#. translators: Three-letter abbreviation of the month.
     7712#: wp-includes/class-wp-locale.php:182
     7713msgctxt "June abbreviation"
     7714msgid "Jun"
     7715msgstr "ژوئن"
     7716
     7717#. translators: Three-letter abbreviation of the month.
     7718#: wp-includes/class-wp-locale.php:181
     7719msgctxt "May abbreviation"
     7720msgid "May"
     7721msgstr "مه"
     7722
     7723#. translators: Three-letter abbreviation of the month.
     7724#: wp-includes/class-wp-locale.php:180
     7725msgctxt "April abbreviation"
     7726msgid "Apr"
     7727msgstr "آوریل"
     7728
     7729#. translators: Three-letter abbreviation of the month.
     7730#: wp-includes/class-wp-locale.php:179
     7731msgctxt "March abbreviation"
     7732msgid "Mar"
     7733msgstr "مارس"
     7734
     7735#. translators: Three-letter abbreviation of the month.
     7736#: wp-includes/class-wp-locale.php:178
     7737msgctxt "February abbreviation"
     7738msgid "Feb"
     7739msgstr "فوریه"
     7740
     7741#. translators: Three-letter abbreviation of the month.
     7742#: wp-includes/class-wp-locale.php:177
     7743msgctxt "January abbreviation"
     7744msgid "Jan"
     7745msgstr "ژانویه"
     7746
     7747#. translators: One-letter abbreviation of the weekday.
     7748#: wp-includes/class-wp-locale.php:137
     7749msgctxt "Saturday initial"
     7750msgid "S"
     7751msgstr "ش"
     7752
     7753#. translators: One-letter abbreviation of the weekday.
     7754#: wp-includes/class-wp-locale.php:136
     7755msgctxt "Friday initial"
     7756msgid "F"
     7757msgstr "ج"
     7758
     7759#. translators: One-letter abbreviation of the weekday.
     7760#: wp-includes/class-wp-locale.php:135
     7761msgctxt "Thursday initial"
     7762msgid "T"
     7763msgstr "پ"
     7764
     7765#. translators: One-letter abbreviation of the weekday.
     7766#: wp-includes/class-wp-locale.php:134
     7767msgctxt "Wednesday initial"
     7768msgid "W"
     7769msgstr "چ"
     7770
     7771#. translators: One-letter abbreviation of the weekday.
     7772#: wp-includes/class-wp-locale.php:133
     7773msgctxt "Tuesday initial"
     7774msgid "T"
     7775msgstr "س"
     7776
     7777#. translators: One-letter abbreviation of the weekday.
     7778#: wp-includes/class-wp-locale.php:132
     7779msgctxt "Monday initial"
     7780msgid "M"
     7781msgstr "د"
     7782
     7783#. translators: One-letter abbreviation of the weekday.
     7784#: wp-includes/class-wp-locale.php:131
     7785msgctxt "Sunday initial"
     7786msgid "S"
     7787msgstr "ی"
     7788
     7789#: wp-includes/link-template.php:3060
     7790msgid "Newer comments"
     7791msgstr "دیدگاه‌های تازه‌تر"
     7792
     7793#: wp-includes/link-template.php:3059
     7794msgid "Older comments"
     7795msgstr "دیدگاه‌های کهنه‌تر"
     7796
     7797#. translators: Post calendar label. %s: Date.
     7798#: wp-includes/general-template.php:2340
     7799msgid "Posts published on %s"
     7800msgstr "نوشته‌های منتشر شده در %s"
     7801
     7802#. translators: %s: 'document_title_separator' filter name.
     7803#: wp-includes/feed.php:106 wp-includes/feed.php:132
     7804msgid "Use the %s filter instead."
     7805msgstr "از صافی %s استفاده کنید."
     7806
     7807#: wp-includes/embed.php:1180
     7808msgid "Close sharing dialog"
     7809msgstr "بستن صفحه اشتراک"
     7810
     7811#: wp-includes/embed.php:1175
     7812msgid "Copy and paste this code into your site to embed"
     7813msgstr "برای جاسازی این نوشته، این کد را در سایت خود قرار دهید."
     7814
     7815#: wp-includes/embed.php:1168
     7816msgid "Copy and paste this URL into your WordPress site to embed"
     7817msgstr "برای جاسازی نوشته، این نشانی را در سایت وردپرسی خود قرار دهید."
     7818
     7819#: wp-includes/embed.php:1161
     7820msgid "HTML Embed"
     7821msgstr "جاسازی HTML"
     7822
     7823#: wp-includes/embed.php:1158
     7824msgid "WordPress Embed"
     7825msgstr "جاسازی وردپرسی"
     7826
     7827#: wp-includes/embed.php:1136
     7828msgid "Open sharing dialog"
     7829msgstr "باز کردن کادر اشتراک"
     7830
     7831#. translators: %s: Number of comments.
     7832#: wp-includes/embed.php:1112
     7833msgid "%s <span class=\"screen-reader-text\">Comment</span>"
     7834msgid_plural "%s <span class=\"screen-reader-text\">Comments</span>"
     7835msgstr[0] "%s <span class=\"screen-reader-text\">دیدگاه</span>"
     7836
     7837#: wp-includes/customize/class-wp-widget-area-customize-control.php:63
     7838msgid "When in reorder mode, additional controls to reorder widgets will be available in the widgets list above."
     7839msgstr "در حالت بازچینی، کنترل‌های اضافی برای چینش تازه ابزارک‌ها، در بالای فهرست ابزارک‌ها در دسترس است."
     7840
     7841#: wp-includes/class-wp-xmlrpc-server.php:3543
     7842#: wp-includes/class-wp-xmlrpc-server.php:3747
     7843msgid "Sorry, you are not allowed to moderate or edit this comment."
     7844msgstr "با عرض پوزش، شما اجازهٔ مدیریت یا ویرایش این دیدگاه را ندارید."
     7845
     7846#: wp-includes/class-wp-customize-widgets.php:787
     7847#: wp-includes/customize/class-wp-widget-area-customize-control.php:59
     7848msgid "Reorder widgets"
     7849msgstr "بازچینی ابزارک‌ها"
     7850
     7851#: wp-includes/class-wp-customize-section.php:359
     7852#: wp-admin/includes/template.php:1512
     7853msgid "Press return or enter to open this section"
     7854msgstr "برای باز کردن این بخش کلید اینتر را فشار دهید"
     7855
     7856#. translators: %s: Document title from the preview.
     7857#: wp-includes/class-wp-customize-manager.php:4542
     7858msgid "Live Preview: %s"
     7859msgstr "پیش‌نمایش زنده: %s"
     7860
     7861#: wp-includes/class-wp-customize-manager.php:580
     7862#: wp-admin/includes/ajax-actions.php:4252 wp-admin/includes/file.php:430
     7863#: wp-admin/includes/file.php:440 wp-admin/theme-editor.php:69
     7864#: wp-admin/theme-editor.php:73 wp-admin/themes.php:28 wp-admin/themes.php:71
     7865msgid "The requested theme does not exist."
     7866msgstr "پوسته درخواست شده پیدا نشد."
     7867
     7868#: wp-includes/class-wp-customize-manager.php:570 wp-admin/nav-menus.php:26
     7869#: wp-admin/themes.php:15 wp-admin/widgets.php:18
     7870msgid "Sorry, you are not allowed to edit theme options on this site."
     7871msgstr "با عرض پوزش، شما اجازهٔ ویرایش تنظیمات پوستهٔ این سایت را ندارید. "
     7872
     7873#. translators: 1: "type => link", 2: "taxonomy => link_category"
     7874#. translators: 1: caller_get_posts, 2: ignore_sticky_posts
     7875#: wp-includes/category.php:47 wp-includes/category-template.php:370
     7876#: wp-includes/class-wp-query.php:1817
     7877msgid "%1$s is deprecated. Use %2$s instead."
     7878msgstr "%1$s تاریخ‌گذشته است. به جای آن از %2$s استفاده نمایید."
     7879
     7880#. translators: 1: Post type, 2: Capability name.
     7881#: wp-includes/capabilities.php:89 wp-includes/capabilities.php:160
     7882#: wp-includes/capabilities.php:229 wp-includes/capabilities.php:274
     7883msgid "The post type %1$s is not registered, so it may not be reliable to check the capability \"%2$s\" against a post of that type."
     7884msgstr "نوع نوشتهٔ %1$s ثبت نشده است، در نتیجه نمی‌توان نسبت به صحت نتیجهٔ عمل بررسی میزان %2$s بر اساس نوع نوشته موردنظر اتکا کرد."
     7885
     7886#: wp-includes/class-wp-customize-widgets.php:837
     7887#: wp-includes/class-wp-customize-nav-menus.php:1164
     7888msgid "Clear Results"
     7889msgstr "پاکسازی نتایج"
     7890
     7891#: wp-includes/class-wp-editor.php:1414
     7892msgid "The following formatting shortcuts are replaced when pressing Enter. Press Escape or the Undo button to undo."
     7893msgstr "میان‌برهای ویرایشگر با کلید Enter جایگزین خواهند شد. برای بازگردانی از کلید Escape یا دکمه «بازگردانی» استفاده کنید."
     7894
     7895#. translators: %s: Title of a section with menu items.
     7896#: wp-includes/class-wp-customize-nav-menus.php:1214
     7897msgid "Toggle section: %s"
     7898msgstr "تغییر وضعیت قسمت %s"
     7899
     7900#: wp-includes/class-wp-customize-nav-menus.php:1250
     7901msgid "Toggle section: Custom Links"
     7902msgstr "تغییر وضعیت قسمت پیوندهای سفارشی"
     7903
     7904#. translators: 1: Title of a menu item, 2: Type of a menu item.
     7905#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:83
     7906msgid "Remove Menu Item: %1$s (%2$s)"
     7907msgstr "حذف گزینهٔ فهرست: %1$s (%2$s)"
     7908
     7909#. translators: 1: Title of a menu item, 2: Type of a menu item.
     7910#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:77
     7911msgid "Edit menu item: %1$s (%2$s)"
     7912msgstr "ویرایش گزینهٔ فهرست: %1$s (%2$s)"
     7913
     7914#: wp-login.php:990 wp-admin/install.php:144 wp-admin/user-new.php:543
     7915#: wp-admin/user-edit.php:636 wp-admin/js/user-profile.js:67
     7916msgid "Hide password"
     7917msgstr "پنهان کردن رمز"
     7918
     7919#: wp-login.php:1419 wp-admin/user-new.php:537 wp-admin/js/user-profile.js:67
     7920msgid "Show password"
     7921msgstr "نمایش رمز"
     7922
     7923#: wp-includes/class-wp-customize-nav-menus.php:511 wp-admin/nav-menus.php:963
     7924msgid "Menu Name"
     7925msgstr "نام فهرست "
     7926
     7927#: wp-includes/media-template.php:1456
     7928#: wp-includes/customize/class-wp-customize-site-icon-control.php:73
     7929msgid "Preview as an app icon"
     7930msgstr "پیش‌نمایش به عنوان نمادک یک اپلیکیشن"
     7931
     7932#: wp-includes/media-template.php:1454
     7933msgid "As an app icon"
     7934msgstr "به عنوان نمادک یک اپلیکیشن"
     7935
     7936#: wp-includes/media-template.php:1449
     7937#: wp-includes/customize/class-wp-customize-site-icon-control.php:69
     7938msgid "Preview as a browser icon"
     7939msgstr "پیش‌نمایش به‌عنوان نمادک مرورگر"
     7940
     7941#: wp-includes/media-template.php:1444
     7942msgid "As a browser icon"
     7943msgstr "به عنوان نمادک مرورگر"
     7944
     7945#: wp-includes/class-wp-customize-nav-menus.php:1209
     7946msgid "No items"
     7947msgstr "بدون مورد"
     7948
     7949#: wp-login.php:1120
     7950msgid "Registration confirmation will be emailed to you."
     7951msgstr "تأیید نام‌نویسی به شما ایمیل خواهد شد."
     7952
     7953#: wp-includes/script-loader.php:1040
     7954msgctxt "password mismatch"
     7955msgid "Mismatch"
     7956msgstr "ناهمسان"
     7957
     7958#: wp-includes/script-loader.php:1039
     7959msgctxt "password strength"
     7960msgid "Strong"
     7961msgstr "نیرومند"
     7962
     7963#: wp-includes/script-loader.php:1037
     7964msgctxt "password strength"
     7965msgid "Weak"
     7966msgstr "سست"
     7967
     7968#: wp-includes/script-loader.php:1036
     7969msgctxt "password strength"
     7970msgid "Very weak"
     7971msgstr "بسیار سست"
     7972
     7973#: wp-includes/customize/class-wp-customize-header-image-control.php:237
     7974msgid "Add new image"
     7975msgstr "افزودن تصویر تازه"
     7976
     7977#: wp-includes/customize/class-wp-customize-header-image-control.php:237
     7978msgid "Add new header image"
     7979msgstr "افزودن تصویر سربرگ تازه"
     7980
     7981#: wp-includes/customize/class-wp-customize-header-image-control.php:236
     7982msgid "Hide image"
     7983msgstr "پنهان کردن تصویر"
     7984
     7985#: wp-includes/customize/class-wp-customize-header-image-control.php:236
     7986msgid "Hide header image"
     7987msgstr "پنهان‌کردن تصویر سربرگ"
     7988
     7989#: wp-includes/class-wp-customize-manager.php:5157
     7990#: wp-admin/includes/template.php:2280
     7991msgid "Site Icon"
     7992msgstr "نمادک سایت"
     7993
     7994#: wp-includes/class-wp-customize-manager.php:5082
     7995msgid "Site Identity"
     7996msgstr "هویت سایت"
     7997
     7998#. translators: 1: Title of a menu item, 2: Type of a menu item.
     7999#: wp-includes/class-wp-customize-nav-menus.php:1077
     8000msgid "Add to menu: %1$s (%2$s)"
     8001msgstr "افزودن به فهرست: %1$s (%2$s)"
     8002
     8003#: wp-includes/class-wp-editor.php:1412
     8004msgid "When starting a new paragraph with one of these formatting shortcuts followed by a space, the formatting will be applied automatically. Press Backspace or Escape to undo."
     8005msgstr "هنگامی که پاراگرافی تازه را با یکی از میانبُرهای ساختاری زیر شروع نمایید، ساختار مورد نظر به طور خودکار اعمال می‌شود. برای بازگرداندن تغییرات دکمهٔ Backspace یا Escape را فشار دهید."
     8006
     8007#: wp-login.php:836
     8008msgid "Your password reset link has expired. Please request a new link below."
     8009msgstr "پیوند بازگرداندن رمز عبور شما منقضی شده است. لطفاً یک پیوند تازه درخواست دهید."
     8010
     8011#: wp-login.php:834
     8012msgid "Your password reset link appears to be invalid. Please request a new link below."
     8013msgstr "پیوند بازگرداندن رمز معتبر نیست. یک پیوند تازه درخواست دهید."
     8014
     8015#: wp-includes/wp-db.php:1482 wp-includes/wp-db.php:1499
     8016msgid "WordPress database error:"
     8017msgstr "خطای پایگاه‌دادهٔ وردپرس :"
     8018
     8019#: wp-includes/pluggable.php:2051
     8020msgid "To set your password, visit the following address:"
     8021msgstr "برای تنظیم رمز خود، این نشانی را ببینید:"
     8022
     8023#: wp-includes/user.php:1590 wp-includes/ms-functions.php:517
     8024msgid "Username may not be longer than 60 characters."
     8025msgstr "نام‌کاربری نمی‌تواند بیشتر از ۶۰ حرف باشد."
     8026
     8027#. translators: 1: PHP class name, 2: Version number, 3: __construct() method.
     8028#: wp-includes/functions.php:4872
     8029msgid "The called constructor method for %1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead."
     8030msgstr "روش ساختار فراخوانی شده برای %1$s از نگارش %2$s <strong>منقضی شده است</strong>! بجای آن از %3$s استفاده شود."
     8031
     8032#: wp-includes/class-wp-editor.php:1147
     8033msgctxt "HTML tag"
     8034msgid "Preformatted"
     8035msgstr "پیش‌ساختارمند"
     8036
     8037#. translators: 1: Original menu name, 2: Duplicate count.
     8038#: wp-includes/customize/class-wp-customize-nav-menu-setting.php:522
     8039msgid "%1$s (%2$d)"
     8040msgstr "%1$s (%2$d)"
     8041
     8042#: wp-includes/customize/class-wp-customize-themes-panel.php:44
     8043msgid "Previewing theme"
     8044msgstr "پیش‌نمایش پوسته"
     8045
     8046#: wp-includes/customize/class-wp-customize-themes-panel.php:42
     8047msgid "Active theme"
     8048msgstr "پوسته فعال"
     8049
     8050#: wp-includes/class-wp-customize-nav-menus.php:659
     8051msgid "Menus can be displayed in locations defined by your theme."
     8052msgstr "فهرست‌ها می‌توانند در محل‌هایی که پوسته شما تعریف می‌کند به نمایش درآیند."
     8053
     8054#. translators: %s: URL to the Widgets panel of the Customizer.
     8055#: wp-includes/class-wp-customize-nav-menus.php:655
     8056msgid "Menus can be displayed in locations defined by your theme or in <a href=\"%s\">widget areas</a> by adding a &#8220;Navigation Menu&#8221; widget."
     8057msgstr "فهرست‌ها می‌توانند در محل‌هایی که پوسته شما تعریف کرده، یا در <a href=\"%s\">ناحیه‌های ابزارک</a> با افزودن ابزارک «فهرست سفارشی» به نمایش درآیند."
     8058
     8059#: wp-includes/class-wp-customize-widgets.php:786
     8060#: wp-includes/class-wp-customize-nav-menus.php:533
     8061msgid "Reorder mode closed"
     8062msgstr "حالت بازچینی بسته شد"
     8063
     8064#: wp-includes/class-wp-customize-widgets.php:785
     8065#: wp-includes/class-wp-customize-nav-menus.php:532
     8066msgid "Reorder mode enabled"
     8067msgstr "حالت بازچینی فعال شد"
     8068
     8069#: wp-includes/customize/class-wp-customize-nav-menu-setting.php:440
     8070#: wp-includes/class-wp-customize-nav-menus.php:504
     8071msgctxt "Missing menu name."
     8072msgid "(unnamed)"
     8073msgstr "(بی‌نام)"
     8074
     8075#: wp-includes/customize/class-wp-customize-nav-menu-control.php:60
     8076msgid "When in reorder mode, additional controls to reorder menu items will be available in the items list above."
     8077msgstr "در حالت بازچینش، اختیارات بازچینی بیشتری در فهرست بالا در دسترس خواهد بود."
     8078
     8079#: wp-includes/class-wp-customize-nav-menus.php:535
     8080msgid "Close reorder mode"
     8081msgstr "بستن حالت بازچینی"
     8082
     8083#: wp-includes/customize/class-wp-customize-nav-menu-control.php:55
     8084#: wp-includes/class-wp-customize-nav-menus.php:534
     8085msgid "Reorder menu items"
     8086msgstr "بازچینی گزینه‌های فهرست"
     8087
     8088#: wp-includes/customize/class-wp-customize-nav-menu-control.php:52
     8089msgid "Add or remove menu items"
     8090msgstr "افزودن یا حذف موراد فهرست"
     8091
     8092#. translators: Do not translate USERNAME, ADMIN_EMAIL, NEW_EMAIL, EMAIL,
     8093#. SITENAME, SITEURL: those are placeholders.
     8094#: wp-includes/user.php:2080
     8095msgid ""
     8096"Hi ###USERNAME###,\n"
     8097"\n"
     8098"This notice confirms that your email address on ###SITENAME### was changed to ###NEW_EMAIL###.\n"
     8099"\n"
     8100"If you did not change your email, please contact the Site Administrator at\n"
     8101"###ADMIN_EMAIL###\n"
     8102"\n"
     8103"This email has been sent to ###EMAIL###\n"
     8104"\n"
     8105"Regards,\n"
     8106"All at ###SITENAME###\n"
     8107"###SITEURL###"
     8108msgstr ""
     8109"سلام ###USERNAME###،\n"
     8110"\n"
     8111"این پیغام تأیید می‌کند که ایمیل شما در سایت ###SITENAME### تغییر کرده است.\n"
     8112"\n"
     8113"اگر ایمیل خود را تغییر نداده‌اید، خواهشمندیم با مدیر سایت با نشانی ایمیل زیر تماس بگیرید: ###ADMIN_EMAIL###\n"
     8114"\n"
     8115"این ایمیل به نشانی ###EMAIL### فرستاده شده است.\n"
     8116"\n"
     8117"با احترام\n"
     8118"گروه ###SITENAME###\n"
     8119"###SITEURL###"
     8120
     8121#. translators: Do not translate USERNAME, ADMIN_EMAIL, EMAIL, SITENAME,
     8122#. SITEURL: those are placeholders.
     8123#: wp-includes/user.php:2022
     8124msgid ""
     8125"Hi ###USERNAME###,\n"
     8126"\n"
     8127"This notice confirms that your password was changed on ###SITENAME###.\n"
     8128"\n"
     8129"If you did not change your password, please contact the Site Administrator at\n"
     8130"###ADMIN_EMAIL###\n"
     8131"\n"
     8132"This email has been sent to ###EMAIL###\n"
     8133"\n"
     8134"Regards,\n"
     8135"All at ###SITENAME###\n"
     8136"###SITEURL###"
     8137msgstr ""
     8138"سلام ###USERNAME###،\n"
     8139"\n"
     8140"این پیغام تأیید می‌کند که رمز شما در سایت ###SITENAME### تغییر کرده است.\n"
     8141"\n"
     8142"اگر رمز خود را تغییر نداده‌اید، خواهشمندیم با مدیر سایت با نشانی ایمیل زیر تماس بگیرید: ###ADMIN_EMAIL###\n"
     8143"\n"
     8144"این ایمیل به نشانی ###EMAIL### فرستاده شده است.\n"
     8145"\n"
     8146"با احترام\n"
     8147"گروه ###SITENAME###\n"
     8148"###SITEURL###"
     8149
     8150#: wp-includes/taxonomy.php:602
     8151msgid "No tags"
     8152msgstr "بدون برچسب"
     8153
     8154#. translators: %s: Shortcode tag.
     8155#: wp-includes/shortcodes.php:318
     8156msgid "Attempting to parse a shortcode without a valid callback: %s"
     8157msgstr "در حال تلاش برای تفسیر یک shortcode بدون فراخوان معتبر: %s"
     8158
     8159#: wp-includes/script-loader.php:650
     8160msgid "Close code tag"
     8161msgstr "بستن تگ کد"
     8162
     8163#: wp-includes/script-loader.php:648
     8164msgid "Close list item tag"
     8165msgstr "بستن تگ مورد لیست"
     8166
     8167#: wp-includes/script-loader.php:647
     8168msgid "List item"
     8169msgstr "گزینهٔ فهرست"
     8170
     8171#: wp-includes/script-loader.php:646
     8172msgid "Close numbered list tag"
     8173msgstr "بستن تگ لیست شماره‌دار"
     8174
     8175#: wp-includes/script-loader.php:644
     8176msgid "Close bulleted list tag"
     8177msgstr "بستن تگ لیستِ بی‌اولویت"
     8178
     8179#: wp-includes/script-loader.php:641
     8180msgid "Close inserted text tag"
     8181msgstr "بستن برچسب نوشتهٔ وارده"
     8182
     8183#: wp-includes/script-loader.php:640
     8184msgid "Inserted text"
     8185msgstr "نوشتهٔ وارده"
     8186
     8187#: wp-includes/script-loader.php:639
     8188msgid "Close deleted text tag"
     8189msgstr "بستن تگ متنِ پاک‌شده"
     8190
     8191#: wp-includes/script-loader.php:638
     8192msgid "Deleted text (strikethrough)"
     8193msgstr "متنِ پاک‌شده"
     8194
     8195#: wp-includes/script-loader.php:637
     8196msgid "Close blockquote tag"
     8197msgstr "بستن تگ نقل‌قول"
     8198
     8199#: wp-includes/script-loader.php:634
     8200msgid "Close italic tag"
     8201msgstr "بستن تگ کج"
     8202
     8203#: wp-includes/script-loader.php:632
     8204msgid "Close bold tag"
     8205msgstr "بستن تگ توپُر"
     8206
     8207#: wp-includes/media-template.php:1392
     8208msgctxt "media"
     8209msgid "Remove video track"
     8210msgstr "حذف ویدیو"
     8211
     8212#: wp-includes/media-template.php:1345
     8213msgid "Remove poster image"
     8214msgstr "حذف تصویر پوستر"
     8215
     8216#: wp-includes/media-template.php:1308 wp-includes/media-template.php:1322
     8217msgid "Remove video source"
     8218msgstr "حذف منبع ویدیو"
     8219
     8220#: wp-includes/media-template.php:1217 wp-includes/media-template.php:1232
     8221msgid "Remove audio source"
     8222msgstr "حذف منبع صوت"
     8223
     8224#: wp-includes/formatting.php:129
     8225msgctxt "Comma-separated list of replacement words in your language"
     8226msgid "&#8217;tain&#8217;t,&#8217;twere,&#8217;twas,&#8217;tis,&#8217;twill,&#8217;til,&#8217;bout,&#8217;nuff,&#8217;round,&#8217;cause,&#8217;em"
     8227msgstr "&#8217;tain&#8217;t,&#8217;twere,&#8217;twas,&#8217;tis,&#8217;twill,&#8217;til,&#8217;bout,&#8217;nuff,&#8217;round,&#8217;cause,&#8217;em"
     8228
     8229#: wp-includes/formatting.php:121
     8230msgctxt "Comma-separated list of words to texturize in your language"
     8231msgid "'tain't,'twere,'twas,'tis,'twill,'til,'bout,'nuff,'round,'cause,'em"
     8232msgstr "'tain't,'twere,'twas,'tis,'twill,'til,'bout,'nuff,'round,'cause,'em"
     8233
     8234#: wp-includes/widgets/class-wp-widget-text.php:502
     8235#: wp-includes/widgets/class-wp-widget-text.php:563
     8236#: wp-includes/widgets/class-wp-widget-custom-html.php:270
     8237msgid "Content:"
     8238msgstr "محتوا:"
     8239
     8240#: wp-includes/class-wp-xmlrpc-server.php:620
     8241msgid "Allow link notifications from other blogs (pingbacks and trackbacks) on new posts."
     8242msgstr "اجازه دادن به دیگر سایت‌ها برای فرستادن آگاه‌سازی پیوند (بازتاب) بر نوشته‌های تازه."
     8243
     8244#: wp-includes/class-wp-editor.php:1405
     8245msgid "Ctrl + letter:"
     8246msgstr "کنترل + حرف:"
     8247
     8248#: wp-includes/class-wp-editor.php:1404
     8249msgid "Cmd + letter:"
     8250msgstr "Cmd + حرف:"
     8251
     8252#: wp-includes/class-wp-editor.php:1403
     8253msgid "Shift + Alt + letter:"
     8254msgstr "Shift + Alt + حرف:"
     8255
     8256#: wp-includes/class-wp-editor.php:1402
     8257msgid "Ctrl + Alt + letter:"
     8258msgstr "Ctrl + Alt + حرف:"
     8259
     8260#: wp-includes/class-wp-editor.php:1398
     8261msgid "Inline toolbar (when an image, link or preview is selected)"
     8262msgstr "نوارابزار توکار (هنگامی که یک تصویر، پیوند یا پیش‌نمایش انتخاب شده است)"
     8263
     8264#: wp-includes/class-wp-editor.php:1396
     8265msgid "Additional shortcuts,"
     8266msgstr "میانبرهای افزوده،"
     8267
     8268#: wp-includes/class-wp-editor.php:1395
     8269msgid "Default shortcuts,"
     8270msgstr "میانبُرهای پیش‌فرض،"
     8271
     8272#: wp-includes/class-wp-customize-section.php:247
     8273msgid "Customizing"
     8274msgstr "درحال شخصی‌سازی"
     8275
     8276#: wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php:42
     8277#: wp-includes/customize/class-wp-customize-nav-menus-panel.php:85
     8278msgid "Menu Options"
     8279msgstr "تنظیمات فهرست"
     8280
     8281#: wp-includes/class-wp-customize-nav-menus.php:1266
     8282#: wp-admin/includes/nav-menu.php:312 wp-admin/includes/nav-menu.php:667
     8283#: wp-admin/includes/nav-menu.php:899
     8284msgid "Add to Menu"
     8285msgstr "افزودن به فهرست"
     8286
     8287#: wp-includes/class-wp-customize-nav-menus.php:1248
     8288#: wp-admin/includes/nav-menu.php:148
     8289msgid "Custom Links"
     8290msgstr "پیوندهای دل‌خواه"
     8291
     8292#: wp-includes/class-wp-customize-widgets.php:838
     8293#: wp-includes/customize/class-wp-customize-themes-section.php:130
     8294#: wp-includes/customize/class-wp-customize-themes-section.php:145
     8295#: wp-includes/class-wp-customize-nav-menus.php:1160 wp-admin/plugins.php:546
     8296#: wp-admin/themes.php:137 wp-admin/theme-install.php:101
     8297#: wp-admin/plugin-install.php:91
     8298msgid "The search results will be updated as you type."
     8299msgstr "نتایج جستجو همزمان با تایپ کردن شما به‌روز می‌شود."
     8300
     8301#: wp-includes/class-wp-customize-nav-menus.php:1159
     8302msgid "Search menu items&hellip;"
     8303msgstr "جستجوی گزینه‌های فهرست&hellip;"
     8304
     8305#: wp-includes/class-wp-customize-nav-menus.php:1158
     8306msgid "Search Menu Items"
     8307msgstr "جستجوی گزینه‌های فهرست"
     8308
     8309#: wp-includes/class-wp-customize-nav-menus.php:1153
     8310msgid "Add Menu Items"
     8311msgstr "افزودن گزینه‌های فهرست"
     8312
     8313#. translators: &#9656; is the unicode right-pointing triangle. %s: Section
     8314#. title in the Customizer.
     8315#: wp-includes/class-wp-customize-section.php:245
     8316#: wp-includes/class-wp-customize-widgets.php:827
     8317#: wp-includes/class-wp-customize-nav-menus.php:522
     8318#: wp-includes/class-wp-customize-nav-menus.php:1150
     8319msgid "Customizing &#9656; %s"
     8320msgstr "در حال شخصی‌سازی &#9666; %s"
     8321
     8322#: wp-includes/class-wp-customize-nav-menus.php:1094
     8323msgid "Move one level down"
     8324msgstr "یک پله پایین بردن"
     8325
     8326#: wp-includes/class-wp-customize-nav-menus.php:1093
     8327msgid "Move one level up"
     8328msgstr "یک پله بالا بردن"
     8329
     8330#: wp-includes/class-wp-customize-nav-menus.php:509
     8331msgid "Menu Locations"
     8332msgstr "مکان‌های فهرست"
     8333
     8334#. translators: %s: Number of menu locations.
     8335#: wp-includes/class-wp-customize-nav-menus.php:686
     8336msgid "Your theme can display menus in %s location. Select which menu you would like to use."
     8337msgid_plural "Your theme can display menus in %s locations. Select which menu appears in each location."
     8338msgstr[0] "پوستهٔ شما دارای %s مکان فهرست است. مکان مور نظر خود را برای استفاده انتخاب نمایید."
     8339
     8340#: wp-includes/class-wp-customize-nav-menus.php:651
     8341msgid "This panel is used for managing navigation menus for content you have already published on your site. You can create menus and add items for existing content such as pages, posts, categories, tags, formats, or custom links."
     8342msgstr "این بخش برای مدیریت فهرست‌های راهبری محتوای از پیش منتشرشدهٔ سایت شما استفاده می‌شود. می‌توانید فهرست‌های تازه بسازید و گزینه‌هایی از محتوای موجود در سایتتان مانند برگه‌ها، نوشته‌ها، دسته‌ها، برچسب‌ها، ساختارها یا پیوندهای شخصی به آن بیافزایید."
     8343
     8344#. translators: 1: Item name, 2: Item position, 3: Parent item name.
     8345#: wp-includes/class-wp-customize-nav-menus.php:566 wp-admin/nav-menus.php:496
     8346msgid "%1$s. Sub item number %2$d under %3$s."
     8347msgstr "%1$s. زیرمجموعه شماره %2$d زیر %3$s."
     8348
     8349#. translators: 1: Item name, 2: Item position, 3: Total number of items.
     8350#: wp-includes/class-wp-customize-nav-menus.php:564 wp-admin/nav-menus.php:494
     8351msgid "%1$s. Menu item %2$d of %3$d."
     8352msgstr "%1$s. گزینهٔ فهرست %2$d از %3$d."
     8353
     8354#. translators: %s: Previous item name.
     8355#: wp-includes/class-wp-customize-nav-menus.php:562 wp-admin/nav-menus.php:492
     8356msgid "Out from under %s"
     8357msgstr "خروج از زیر %s"
     8358
     8359#. translators: %s: Previous item name.
     8360#: wp-includes/class-wp-customize-nav-menus.php:560 wp-admin/nav-menus.php:490
     8361msgid "Under %s"
     8362msgstr "زیر %s"
     8363
     8364#. translators: %s: Previous item name.
     8365#: wp-includes/class-wp-customize-nav-menus.php:558 wp-admin/nav-menus.php:488
     8366msgid "Move out from under %s"
     8367msgstr "بیرون کشیدن از زیر %s "
     8368
     8369#. translators: %s: Previous item name.
     8370#: wp-includes/class-wp-customize-nav-menus.php:556 wp-admin/nav-menus.php:486
     8371msgid "Move under %s"
     8372msgstr "انتقال به زیر %s"
     8373
     8374#: wp-includes/class-wp-customize-nav-menus.php:554 wp-admin/nav-menus.php:484
     8375msgid "Move to the top"
     8376msgstr "انتقال به بالاترین سطح"
     8377
     8378#: wp-includes/class-wp-customize-nav-menus.php:553 wp-admin/nav-menus.php:483
     8379msgid "Move down one"
     8380msgstr "انتقال به یکی پایین‌تر"
     8381
     8382#: wp-includes/class-wp-customize-nav-menus.php:552 wp-admin/nav-menus.php:482
     8383msgid "Move up one"
     8384msgstr "انتقال به یکی بالاتر"
     8385
     8386#: wp-includes/class-wp-customize-nav-menus.php:531
     8387msgid "Loading more results... please wait."
     8388msgstr "بارگذاری نتایج بیشتر... لطفاً منتظر بمانید."
     8389
     8390#. translators: %d: Number of additional menu items found.
     8391#: wp-includes/class-wp-customize-nav-menus.php:530
     8392msgid "Additional items found: %d"
     8393msgstr "دیگر موارد یافت‌شده: %d"
     8394
     8395#. translators: %d: Number of menu items found.
     8396#: wp-includes/class-wp-customize-nav-menus.php:528
     8397msgid "Number of items found: %d"
     8398msgstr "تعداد گزینه‌های پیداشده: %d"
     8399
     8400#. translators: %s: Title of a menu item in draft status.
     8401#: wp-includes/class-wp-customize-nav-menus.php:526
     8402#: wp-admin/includes/class-walker-nav-menu-edit.php:107
     8403msgid "%s (Pending)"
     8404msgstr "%s (منتظر بررسی)"
     8405
     8406#. translators: %s: Title of an invalid menu item.
     8407#: wp-includes/class-wp-customize-nav-menus.php:524
     8408#: wp-admin/includes/class-walker-nav-menu-edit.php:103
     8409msgid "%s (Invalid)"
     8410msgstr "%s (غیرمعتبر)"
     8411
     8412#: wp-includes/class-wp-customize-nav-menus.php:520
     8413msgid "Menu item is now a sub-item"
     8414msgstr "گزینهٔ فهرست اکنون یک زیرگزینه است"
     8415
     8416#: wp-includes/class-wp-customize-nav-menus.php:519
     8417msgid "Menu item moved out of submenu"
     8418msgstr "گزینه‌ٔ فهرست از زیرفهرست بیرون رفت"
     8419
     8420#: wp-includes/class-wp-customize-nav-menus.php:518
     8421msgid "Menu item moved down"
     8422msgstr "گزینهٔ فهرست پایین‌تر رفت"
     8423
     8424#: wp-includes/class-wp-customize-nav-menus.php:517
     8425msgid "Menu item moved up"
     8426msgstr "گزینه‌ٔ فهرست بالاتر رفت"
     8427
     8428#: wp-includes/class-wp-customize-nav-menus.php:516
     8429msgid "Menu deleted"
     8430msgstr "فهرست پاک شد"
     8431
     8432#: wp-includes/class-wp-customize-nav-menus.php:515
     8433msgid "Menu created"
     8434msgstr "فهرست ساخته شد"
     8435
     8436#: wp-includes/class-wp-customize-nav-menus.php:514
     8437msgid "Menu item deleted"
     8438msgstr "گزینه‌ٔ فهرست حذف شد"
     8439
     8440#: wp-includes/class-wp-customize-nav-menus.php:513
     8441msgid "Menu item added"
     8442msgstr "گزینهٔ فهرست افزوده شد"
     8443
     8444#: wp-includes/class-wp-customize-nav-menus.php:166
     8445#: wp-includes/class-wp-customize-nav-menus.php:450
     8446#: wp-admin/includes/nav-menu.php:393
     8447msgctxt "nav menu home label"
     8448msgid "Home"
     8449msgstr "خانه"
     8450
     8451#: wp-includes/customize/class-wp-customize-new-menu-control.php:59
     8452#: wp-admin/nav-menus.php:966 wp-admin/nav-menus.php:1101
     8453msgid "Create Menu"
     8454msgstr "ایجاد فهرست"
     8455
     8456#. translators: Nav menu item original title. %s: Original title.
     8457#. translators: %s: Link to menu item's original object.
     8458#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:153
     8459#: wp-admin/includes/class-walker-nav-menu-edit.php:259
     8460msgid "Original: %s"
     8461msgstr "اصلی: %s"
     8462
     8463#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:133
     8464#: wp-admin/includes/class-walker-nav-menu-edit.php:226
     8465msgid "The description will be displayed in the menu if the current theme supports it."
     8466msgstr "توضیحات فهرست در صورت پشتیبانی توسط پوسته نمایش داده می‌شود."
     8467
     8468#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:125
     8469#: wp-admin/includes/class-walker-nav-menu-edit.php:218
     8470#: wp-admin/includes/nav-menu.php:1109 wp-admin/edit-link-form.php:33
     8471msgid "Link Relationship (XFN)"
     8472msgstr "پیوندهای هم‌سو (XFN)"
     8473
     8474#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:119
     8475#: wp-admin/includes/nav-menu.php:1108
     8476msgid "CSS Classes"
     8477msgstr "کلاس CSS"
     8478
     8479#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:113
     8480#: wp-admin/includes/class-walker-nav-menu-edit.php:200
     8481#: wp-admin/includes/nav-menu.php:1107
     8482msgid "Title Attribute"
     8483msgstr "صفتِ عنوان"
     8484
     8485#: wp-includes/widgets/class-wp-widget-media-image.php:144
     8486#: wp-includes/media-template.php:1161
     8487#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:108
     8488#: wp-includes/class-wp-editor.php:1849
     8489#: wp-admin/includes/class-walker-nav-menu-edit.php:207
     8490msgid "Open link in a new tab"
     8491msgstr "بازکردن پیوند در زبانه تازه"
     8492
     8493#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:101
     8494#: wp-admin/includes/class-walker-nav-menu-edit.php:194
     8495msgid "Navigation Label"
     8496msgstr "متن"
     8497
     8498#: wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php:46
     8499#: wp-admin/nav-menus.php:1035
     8500msgid "Automatically add new top-level pages to this menu"
     8501msgstr "افزودن خودکار برگه‌های رده‌بالا به این فهرست"
     8502
     8503#: wp-includes/class-wp-customize-nav-menus.php:509
     8504#: wp-includes/js/dist/core-data.js:2109
     8505msgid "Menu Location"
     8506msgstr "مکان‌های فهرست"
     8507
     8508#: wp-includes/class-wp-customize-nav-menus.php:1103
     8509#: wp-admin/nav-menus.php:1095
     8510msgid "Delete Menu"
     8511msgstr "پاک کردن‌ فهرست"
     8512
     8513#: wp-includes/customize/class-wp-customize-nav-menu-control.php:40
     8514msgid "Add Items"
     8515msgstr "افزودن موارد"
     8516
     8517#. translators: %s: Site title.
     8518#. translators: User dashboard screen title. %s: Network title.
     8519#: wp-includes/admin-bar.php:359 wp-admin/admin-header.php:42
     8520msgid "User Dashboard: %s"
     8521msgstr "پیشخوان کاربر: %s"
     8522
     8523#: wp-includes/query.php:905
     8524msgid "https://codex.wordpress.org/Function_Reference/is_main_query"
     8525msgstr "https://codex.wordpress.org/Function_Reference/is_main_query"
     8526
     8527#: wp-includes/admin-bar.php:175
     8528msgid "https://codex.wordpress.org/"
     8529msgstr "https://codex.wordpress.org/"
     8530
     8531#. translators: 1: The 'id' argument, 2: Sidebar name, 3: Recommended 'id'
     8532#. value.
     8533#: wp-includes/widgets.php:282
     8534msgid "No %1$s was set in the arguments array for the \"%2$s\" sidebar. Defaulting to \"%3$s\". Manually set the %1$s to \"%3$s\" to silence this notice and keep existing sidebar content."
     8535msgstr "هیچ %1$s در آرگومان‌های آرایه برای نوار کناری \"%2$s\" تنظیم نشده است. پیش‌فرض به \"%3$s\" شد. %1$s را به‌صورت دستی به \"%3$s\" تنظیم نمایید تا این اخطار خاموش شود و محتوای فعلی نوار کناری حفظ شود."
     8536
     8537#: wp-includes/customize/class-wp-customize-themes-panel.php:49
     8538msgctxt "theme"
     8539msgid "Change"
     8540msgstr "تغییر بده"
     8541
     8542#. translators: 1: Number of comments, 2: Post title.
     8543#: wp-includes/theme-compat/comments.php:44
     8544msgid "%1$s response to %2$s"
     8545msgid_plural "%1$s responses to %2$s"
     8546msgstr[0] "%1$s پاسخ به %2$s"
     8547
     8548#: wp-includes/theme.php:3490
     8549msgid "Customizer"
     8550msgstr "سفارشی‌ساز"
     8551
     8552#: wp-includes/taxonomy.php:3947
     8553msgid "Could not split shared term."
     8554msgstr "Could not split shared term."
     8555
     8556#: wp-includes/taxonomy.php:432 wp-includes/taxonomy.php:433
     8557msgid "Taxonomy names must be between 1 and 32 characters in length."
     8558msgstr "نام رده‌ها باید بین ۱ تا ۳۲ حرف باشد."
     8559
     8560#: wp-includes/script-loader.php:1113
     8561msgid "Site Preview"
     8562msgstr "پیش‌نمایش سایت"
     8563
     8564#: wp-includes/post.php:1429 wp-includes/post.php:1430
     8565msgid "Post type names must be between 1 and 20 characters in length."
     8566msgstr "نامِ نوعِ نوشته باید بین ۱ تا ۲۰ حرف باشد."
     8567
     8568#. translators: Revision date format, see https://www.php.net/date
     8569#: wp-includes/post-template.php:1828 wp-includes/post-template.php:1870
     8570msgctxt "revision date format"
     8571msgid "F j, Y @ H:i:s"
     8572msgstr "F j, Y @ H:i:s"
     8573
     8574#: wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:322
     8575#: wp-includes/class-wp-customize-nav-menus.php:168
     8576#: wp-includes/class-wp-customize-nav-menus.php:457
     8577#: wp-includes/class-wp-customize-nav-menus.php:505
     8578#: wp-includes/nav-menu.php:898
     8579msgid "Custom Link"
     8580msgstr "پیوند سفارشی"
     8581
     8582#. translators: 1: Site URL, 2: Table name, 3: Database name.
     8583#: wp-includes/ms-load.php:488
     8584msgid "<strong>Could not find site %1$s.</strong> Searched for table %2$s in database %3$s. Is that right?"
     8585msgstr "<strong>سایت %1$s یافت نشد.</strong> در جدول %2$s پایگاه‌داده %3$s جستجو شد. درست است؟"
     8586
     8587#. translators: %s: Table name.
     8588#: wp-includes/ms-load.php:482
     8589msgid "<strong>Database tables are missing.</strong> This means that MySQL is not running, WordPress was not installed properly, or someone deleted %s. You really should look at your database now."
     8590msgstr "<strong>جدول‌های پایگاه‌داده وجود ندارند.</strong> به این معنی است که MySQL کار نمی‌کند، وردپرس درست نصب نشده است، یا کسی %s را حذف نموده است. هم‌اکنون باید پایگاه‌داده‌تان را ببینید."
     8591
     8592#. translators: Do not translate USERNAME, PASSWORD, LOGINLINK, SITE_NAME:
     8593#. those are placeholders.
     8594#: wp-includes/ms-functions.php:2315
     8595msgid ""
     8596"Howdy USERNAME,\n"
     8597"\n"
     8598"Your new account is set up.\n"
     8599"\n"
     8600"You can log in with the following information:\n"
     8601"Username: USERNAME\n"
     8602"Password: PASSWORD\n"
     8603"LOGINLINK\n"
     8604"\n"
     8605"Thanks!\n"
     8606"\n"
     8607"--The Team @ SITE_NAME"
     8608msgstr ""
     8609"درود USERNAME،\n"
     8610"\n"
     8611"حساب کاربری تازهٔ شما راه‌اندازی شد.\n"
     8612"\n"
     8613"می‌توانید با اطلاعات زیر وارد شوید:\n"
     8614"نام کاربری: USERNAME\n"
     8615"رمز عبور: PASSWORD\n"
     8616"LOGINLINK\n"
     8617"\n"
     8618"سپاس!\n"
     8619"\n"
     8620"--مدیریت @ SITE_NAME"
     8621
     8622#. translators: Do not translate USERNAME, SITE_NAME, BLOG_URL, PASSWORD: those
     8623#. are placeholders.
     8624#: wp-includes/ms-functions.php:1621 wp-admin/includes/schema.php:1188
     8625msgid ""
     8626"Howdy USERNAME,\n"
     8627"\n"
     8628"Your new SITE_NAME site has been successfully set up at:\n"
     8629"BLOG_URL\n"
     8630"\n"
     8631"You can log in to the administrator account with the following information:\n"
     8632"\n"
     8633"Username: USERNAME\n"
     8634"Password: PASSWORD\n"
     8635"Log in here: BLOG_URLwp-login.php\n"
     8636"\n"
     8637"We hope you enjoy your new site. Thanks!\n"
     8638"\n"
     8639"--The Team @ SITE_NAME"
     8640msgstr ""
     8641"درود USERNAME،\n"
     8642"\n"
     8643"سایت تازه شما، SITE_NAME با موفقیت راه‌اندازی شد در:\n"
     8644"BLOG_URL\n"
     8645"\n"
     8646"می‌توانید با اطلاعات زیر وارد بخش مدیریت شوید:\n"
     8647"\n"
     8648"نام‌کاربری:‌ USERNAME\n"
     8649"رمز عبور:‌ PASSWORD\n"
     8650"از اینجا وارد شوید: BLOG_URLwp-login.php\n"
     8651"\n"
     8652"امیدواریم از سایت تازه خود لذت ببرید. باتشکر!\n"
     8653"\n"
     8654"--گروه مدیریت @ SITE_NAME"
     8655
     8656#: wp-includes/media.php:4201
     8657msgid "Drag and drop to reorder media files."
     8658msgstr "برای تغییر چینش تصاویر از کشیدن و رها کردن استفاده کنید."
     8659
     8660#. translators: 1: 'text_direction' argument, 2: bloginfo() function name, 3:
     8661#. is_rtl() function name.
     8662#: wp-includes/general-template.php:851
     8663msgid "The %1$s option is deprecated for the family of %2$s functions. Use the %3$s function instead."
     8664msgstr "گزینه %1$s برای خانواده توابع %2$s منسوخ شده است. بجای آن از گزینه %3$s استفاده کنید."
     8665
     8666#. translators: 1: 'siteurl'/'home' argument, 2: bloginfo() function name, 3:
     8667#. 'url' argument.
     8668#: wp-includes/general-template.php:770
     8669msgid "The %1$s option is deprecated for the family of %2$s functions. Use the %3$s option instead."
     8670msgstr "گزینه %1$s برای خانواده توابع %2$s منسوخ شده است. بجای آن از گزینه %3$s استفاده کنید."
     8671
     8672#: wp-includes/widgets/class-wp-widget-archives.php:99
     8673#: wp-includes/blocks/archives.php:65
     8674msgid "Select Post"
     8675msgstr "گزینش نوشته"
     8676
     8677#: wp-includes/widgets/class-wp-widget-archives.php:96
     8678#: wp-includes/blocks/archives.php:62
     8679msgid "Select Week"
     8680msgstr "گزینش هفته"
     8681
     8682#: wp-includes/widgets/class-wp-widget-archives.php:93
     8683#: wp-includes/blocks/archives.php:59
     8684msgid "Select Day"
     8685msgstr "گزینش روز"
     8686
     8687#: wp-includes/widgets/class-wp-widget-archives.php:87
     8688#: wp-includes/blocks/archives.php:53
     8689msgid "Select Year"
     8690msgstr "گزینش سال"
     8691
     8692#. translators: %s: Post title.
     8693#: wp-includes/comment-template.php:1577
     8694msgid "Comments Off<span class=\"screen-reader-text\"> on %s</span>"
     8695msgstr "دیدگاه‌ها <span class=\"screen-reader-text\"> برای %s</span> بسته هستند"
     8696
     8697#. translators: 1: Number of comments, 2: Post title.
     8698#: wp-includes/comment-template.php:1571
     8699msgid "%1$s Comment<span class=\"screen-reader-text\"> on %2$s</span>"
     8700msgid_plural "%1$s Comments<span class=\"screen-reader-text\"> on %2$s</span>"
     8701msgstr[0] "%1$s دیدگاه <span class=\"screen-reader-text\">برای %2$s</span>"
     8702
     8703#. translators: %s: Post title.
     8704#: wp-includes/comment-template.php:1566
     8705msgid "1 Comment<span class=\"screen-reader-text\"> on %s</span>"
     8706msgstr "۱ دیدگاه <span class=\"screen-reader-text\">برای %s</span>"
     8707
     8708#. translators: %s: Post title.
     8709#: wp-includes/comment-template.php:1561
     8710msgid "No Comments<span class=\"screen-reader-text\"> on %s</span>"
     8711msgstr "هیچ دیدگاهی <span class=\"screen-reader-text\"> برای %s</span> ثبت نشده"
     8712
     8713#: wp-includes/media-template.php:950 wp-includes/class-wp-editor.php:1844
     8714#: wp-includes/class-wp-customize-nav-menus.php:1261
     8715#: wp-admin/includes/nav-menu.php:306
     8716msgid "Link Text"
     8717msgstr "متن پیوند"
     8718
     8719#: wp-includes/customize/class-wp-customize-theme-control.php:249
     8720#: wp-includes/customize/class-wp-customize-theme-control.php:251
     8721#: wp-admin/includes/class-wp-themes-list-table.php:223
     8722#: wp-admin/includes/theme.php:999 wp-admin/includes/theme.php:1001
     8723#: wp-admin/includes/class-theme-installer-skin.php:131
     8724#: wp-admin/includes/class-theme-upgrader-skin.php:103 wp-admin/themes.php:544
     8725#: wp-admin/themes.php:553 wp-admin/themes.php:891 wp-admin/themes.php:898
     8726#: wp-admin/themes.php:1106 wp-admin/themes.php:1115
     8727#: wp-admin/theme-install.php:361 wp-admin/theme-install.php:377
     8728#: wp-admin/js/updates.js:1377
     8729msgid "Live Preview"
     8730msgstr "پیش‌نمایش زنده"
     8731
     8732#: wp-includes/customize/class-wp-customize-theme-control.php:237
     8733msgctxt "theme"
     8734msgid "Previewing:"
     8735msgstr "پیش‌نمایش:"
     8736
     8737#: wp-includes/customize/class-wp-customize-theme-control.php:83
     8738#: wp-includes/customize/class-wp-customize-themes-section.php:78
     8739#: wp-admin/themes.php:515 wp-admin/themes.php:563 wp-admin/themes.php:862
     8740msgid "Theme Details"
     8741msgstr "جزئیات پوسته"
     8742
     8743#: wp-includes/taxonomy.php:601
     8744msgid "No categories found."
     8745msgstr "هیچ دسته‌ای پیدا نشد."
     8746
     8747#: wp-includes/script-loader.php:630 wp-includes/class-wp-editor.php:1381
     8748msgid "Distraction-free writing mode"
     8749msgstr "حالتِ نوشتنِ بدون مزاحم"
     8750
     8751#. translators: 1: title-tag, 2: wp_loaded
     8752#: wp-includes/theme.php:2706
     8753msgid "Theme support for %1$s should be registered before the %2$s hook."
     8754msgstr "پشتیبانی پوسته از  %1$ باید قبل از هوک %2$s به ثبت‌ رسیده باشد."
     8755
     8756#: wp-includes/class-wp-customize-widgets.php:781
     8757msgid "Widget moved down"
     8758msgstr "ابزارک به پایین منتقل شد"
     8759
     8760#: wp-includes/class-wp-customize-widgets.php:780
     8761msgid "Widget moved up"
     8762msgstr "ابزارک به بالا منتقل شد"
     8763
     8764#: wp-includes/class-wp-editor.php:1410
     8765msgid "To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons."
     8766msgstr "برای جابه‌جایی به دیگر دکمه‌ها از کلید Tab و یا کلید‌های جهت استفاده‌ نمایید. برای بازگشت به ویرایشگر، از دکمهٔ Escape یا یکی از دکمه‌های دیگر استفاده نمایید."
     8767
     8768#: wp-includes/class-wp-editor.php:1401
     8769msgid "Elements path"
     8770msgstr "مسیر عناصر"
     8771
     8772#: wp-includes/class-wp-editor.php:1400
     8773msgid "Editor toolbar"
     8774msgstr "نوارابزار ویرایشگر"
     8775
     8776#: wp-includes/class-wp-editor.php:1399
     8777msgid "Editor menu (when enabled)"
     8778msgstr "فهرست ویرایشگر (در صورت فعال بودن)"
     8779
     8780#: wp-includes/class-wp-editor.php:1397
     8781msgid "Focus shortcuts:"
     8782msgstr "میانبُرهای تمرکز:"
     8783
     8784#: wp-includes/class-wp-editor.php:1360
     8785msgid "Rich Text Area. Press Alt-Shift-H for help."
     8786msgstr "محدودهٔ متنِ حالت‌دار. دکمه‌های Alt-Shift-H را برای دسترسی به راهنما فشار دهید."
     8787
     8788#. translators: 1: Month, 2: Day of month.
     8789#: wp-includes/class-wp-date-query.php:446
     8790msgid "The following values do not describe a valid date: month %1$s, day %2$s."
     8791msgstr "مقادیر وارد شده، یک تاریخ معتبر نیستند: ماه %1$s، روز %2$s."
     8792
     8793#. translators: %s: Database access abstraction class, usually wpdb or a class
     8794#. extending wpdb.
     8795#: wp-includes/wp-db.php:1172
     8796msgid "%s must set a database connection for use with escaping."
     8797msgstr "%s برای استفاده همراه با escaping باید یک اتصال پایگاه‌داده برقرار کند."
     8798
     8799#: wp-includes/theme.php:2527
     8800msgid "You need to pass an array of types."
     8801msgstr "شما باید آرایه‌ای از نوع دیدگاه‌ها را پاس دهید."
     8802
     8803#: wp-includes/taxonomy.php:2314
     8804msgid "A term with the name provided already exists in this taxonomy."
     8805msgstr "یک مورد با نام و نامک مشابه در زیرمجموعه‌های این رده قرار دارد."
     8806
     8807#: wp-includes/pluggable.php:1635
     8808msgid "You can see all comments on this post here:"
     8809msgstr "می‌توانید همهٔ دیدگاه‌های این نوشته را اینجا ببینید:"
     8810
     8811#: wp-includes/pluggable.php:1613
     8812msgid "You can see all pingbacks on this post here:"
     8813msgstr "دراینجا می‌توانید تمامی باز‌تاب‌های این نوشته را مشاهده کنید:"
     8814
     8815#: wp-includes/pluggable.php:1599
     8816msgid "You can see all trackbacks on this post here:"
     8817msgstr "دراینجا می‌توانید تمامی باز‌تاب‌های این نوشته را مشاهده کنید:"
     8818
     8819#. translators: %s: Comment text.
     8820#: wp-includes/pluggable.php:1598 wp-includes/pluggable.php:1612
     8821#: wp-includes/pluggable.php:1634 wp-includes/pluggable.php:1818
     8822msgid "Comment: %s"
     8823msgstr "دیدگاه: %s"
     8824
     8825#. translators: %s: Trackback/pingback/comment author URL.
     8826#: wp-includes/pluggable.php:1596 wp-includes/pluggable.php:1610
     8827#: wp-includes/pluggable.php:1626 wp-includes/pluggable.php:1786
     8828#: wp-includes/pluggable.php:1797 wp-includes/pluggable.php:1810
     8829msgid "URL: %s"
     8830msgstr "نشانی: %s"
     8831
     8832#: wp-includes/media.php:4220
     8833msgctxt "noun"
     8834msgid "Trash"
     8835msgstr "زباله‌دان"
     8836
     8837#: wp-includes/media-template.php:708
     8838msgid "Edit Selection"
     8839msgstr "ویرایش انتخاب‌شده‌ها"
     8840
     8841#: wp-includes/script-loader.php:1677 wp-includes/js/dist/components.js:42054
     8842msgid "Previous"
     8843msgstr "قبلی"
     8844
     8845#: wp-includes/link-template.php:2666 wp-includes/link-template.php:2734
     8846#: wp-includes/link-template.php:2786
     8847msgid "Posts navigation"
     8848msgstr "راهبری نوشته‌ها"
     8849
     8850#: wp-includes/link-template.php:2665
     8851msgid "Newer posts"
     8852msgstr "نوشته‌های تازه‌تر"
     8853
     8854#: wp-includes/link-template.php:2664
     8855msgid "Older posts"
     8856msgstr "نوشته‌های کهنه‌تر"
     8857
     8858#: wp-includes/l10n.php:1605
     8859msgctxt "translations"
     8860msgid "Available"
     8861msgstr "دردسترس"
     8862
     8863#: wp-includes/l10n.php:1570
     8864msgctxt "translations"
     8865msgid "Installed"
     8866msgstr "نصب‌شده"
     8867
     8868#: wp-includes/general-template.php:1694
     8869msgctxt "post format archive title"
     8870msgid "Chats"
     8871msgstr "گپ‌ها"
     8872
     8873#: wp-includes/general-template.php:1692
     8874msgctxt "post format archive title"
     8875msgid "Audio"
     8876msgstr "صدا"
     8877
     8878#: wp-includes/general-template.php:1690
     8879msgctxt "post format archive title"
     8880msgid "Statuses"
     8881msgstr "وضعیت‌ها"
     8882
     8883#: wp-includes/general-template.php:1688
     8884msgctxt "post format archive title"
     8885msgid "Links"
     8886msgstr "پیوندها"
     8887
     8888#: wp-includes/general-template.php:1686
     8889msgctxt "post format archive title"
     8890msgid "Quotes"
     8891msgstr "گفتاوردها"
     8892
     8893#: wp-includes/general-template.php:1684
     8894msgctxt "post format archive title"
     8895msgid "Videos"
     8896msgstr "ویدیوها"
     8897
     8898#: wp-includes/general-template.php:1682
     8899msgctxt "post format archive title"
     8900msgid "Images"
     8901msgstr "تصویرها"
     8902
     8903#: wp-includes/general-template.php:1680
     8904msgctxt "post format archive title"
     8905msgid "Galleries"
     8906msgstr "گالری‌‌ها"
     8907
     8908#: wp-includes/general-template.php:1678
     8909msgctxt "post format archive title"
     8910msgid "Asides"
     8911msgstr "حاشیه‌ها"
     8912
     8913#: wp-includes/general-template.php:1674 wp-includes/general-template.php:2338
     8914msgctxt "daily archives date format"
     8915msgid "F j, Y"
     8916msgstr "F j, Y"
     8917
     8918#. translators: 1: Year, 2: Month, 3: Day of month.
     8919#: wp-includes/class-wp-date-query.php:430
     8920msgid "The following values do not describe a valid date: year %1$s, month %2$s, day %3$s."
     8921msgstr "مقادیر واردشده یک مقدار معتبر برای تاریخ نیستند: سال %1$s، ماه %2$s، روز %3$s."
     8922
     8923#. translators: Date query invalid date message. 1: Invalid value, 2: Type of
     8924#. value, 3: Minimum valid value, 4: Maximum valid value.
     8925#: wp-includes/class-wp-date-query.php:400
     8926msgid "Invalid value %1$s for %2$s. Expected value should be between %3$s and %4$s."
     8927msgstr "مقدار %1$s برای %2$s نامعتبر است. مقدار معتبر باید بین %3$s و %4$s باشد."
     8928
     8929#. translators: Comment reply button text. %s: Comment author name.
     8930#: wp-includes/comment-template.php:1660
     8931msgid "Reply to %s"
     8932msgstr "پاسخ به %s"
     8933
     8934#: wp-includes/class-wp-editor.php:1382
     8935msgid "No alignment"
     8936msgstr "بدون چینش"
     8937
     8938#: wp-includes/class-wp-editor.php:1333
     8939msgctxt "vertical table cell alignment"
     8940msgid "V Align"
     8941msgstr "چینش عمودی"
     8942
     8943#: wp-includes/class-wp-editor.php:1328
     8944msgctxt "horizontal table cell alignment"
     8945msgid "H Align"
     8946msgstr "چینش افقی"
     8947
     8948#: wp-includes/class-wp-editor.php:1299
     8949msgid "Border color"
     8950msgstr "رنگ کناره"
     8951
     8952#: wp-includes/class-wp-editor.php:1291
     8953msgid "Add to Dictionary"
     8954msgstr "افزودن به واژه‌نامه"
     8955
     8956#: wp-includes/class-wp-editor.php:1270
     8957msgid "No color"
     8958msgstr "بدون رنگ"
     8959
     8960#: wp-includes/class-wp-editor.php:1269
     8961msgctxt "label for custom color"
     8962msgid "Custom..."
     8963msgstr "سفارشی..."
     8964
     8965#: wp-includes/class-wp-editor.php:1268 wp-includes/js/dist/components.js:30666
     8966msgid "Custom color"
     8967msgstr "رنگ سفارشی"
     8968
     8969#: wp-includes/class-wp-editor.php:1267
     8970#: wp-includes/js/dist/block-library.js:13458
     8971#: wp-includes/js/dist/block-library.js:20746
     8972msgid "Color"
     8973msgstr "رنگ"
     8974
     8975#: wp-includes/widgets/class-wp-widget-media-image.php:38
     8976#: wp-includes/customize/class-wp-customize-media-control.php:250
     8977msgid "No image selected"
     8978msgstr "تصویری انتخاب نشده است"
     8979
     8980#: wp-includes/customize/class-wp-customize-media-control.php:245
     8981#: wp-includes/customize/class-wp-customize-media-control.php:251
     8982msgid "Select image"
     8983msgstr "انتخاب تصویر"
     8984
     8985#: wp-includes/customize/class-wp-customize-media-control.php:262
     8986msgid "Choose file"
     8987msgstr "انتخاب پرونده"
     8988
     8989#: wp-includes/customize/class-wp-customize-media-control.php:260
     8990msgid "No file selected"
     8991msgstr "پرونده‌ای انتخاب نشده است"
     8992
     8993#: wp-includes/customize/class-wp-customize-media-control.php:257
     8994msgid "Change file"
     8995msgstr "تغییر پرونده"
     8996
     8997#: wp-includes/post.php:76
     8998msgctxt "add new media"
     8999msgid "Add New"
     9000msgstr "افزودن"
     9001
     9002#: wp-includes/post.php:74
     9003msgctxt "post type general name"
     9004msgid "Media"
     9005msgstr "رسانه"
     9006
     9007#: wp-includes/post.php:49
     9008msgctxt "add new from admin bar"
     9009msgid "Page"
     9010msgstr "برگه"
     9011
     9012#: wp-includes/post.php:25
     9013msgctxt "add new from admin bar"
     9014msgid "Post"
     9015msgstr "نوشته"
     9016
     9017#: wp-includes/class-wp-editor.php:1374
     9018msgctxt "TinyMCE menu"
     9019msgid "Format"
     9020msgstr "ساختار"
     9021
     9022#: wp-includes/class-wp-editor.php:1185
     9023msgctxt "list style"
     9024msgid "Default"
     9025msgstr "پیش‌فرض"
     9026
     9027#: wp-includes/admin-bar.php:850
     9028msgctxt "add new from admin bar"
     9029msgid "Link"
     9030msgstr "پیوند"
     9031
     9032#: wp-login.php:1371
     9033msgid "<strong>You have successfully updated WordPress!</strong> Please log back in to see what&#8217;s new."
     9034msgstr "<strong>شما وردپرس را با موفقیت به‌روزرسانی کردید!</strong> لطفاً دوباره وارد شوید تا ببینید چه چیزهای تازه‌ای در انتظارتان است."
     9035
     9036#: wp-includes/media.php:4224
     9037msgid ""
     9038"You are about to trash these items.\n"
     9039"  'Cancel' to stop, 'OK' to delete."
     9040msgstr ""
     9041"در حال انتقال این موارد به زباله‌دان هستید.\n"
     9042"'Cancel' برای توقف، 'OK' برای حذف نمودن."
     9043
     9044#: wp-includes/class-wp-customize-panel.php:349
     9045msgid "Press return or enter to open this panel"
     9046msgstr "برای باز شدن این پنجره دکمه بازگشت یا اینتر را بزنید"
     9047
     9048#: wp-includes/media.php:4225
     9049msgid "Bulk select"
     9050msgstr "انتخاب دسته‌جمعی"
     9051
     9052#. translators: %s: Taxonomy label, %l: List of terms formatted as per
     9053#. $term_template.
     9054#: wp-includes/taxonomy.php:4464
     9055msgid "%s: %l."
     9056msgstr "%s: %l."
     9057
     9058#: wp-includes/class-wp-customize-nav-menus.php:503 wp-admin/js/nav-menu.js:591
     9059msgctxt "missing menu item navigation label"
     9060msgid "(no label)"
     9061msgstr "(بدون برچسب)"
     9062
     9063#: wp-includes/ms-load.php:99
     9064msgid "This site is no longer available."
     9065msgstr "این سایت دیگر در دسترس نیست."
     9066
     9067#: wp-includes/media.php:4233
     9068msgid "Search media"
     9069msgstr "جستجوی رسانه"
     9070
     9071#: wp-includes/media.php:4231
     9072#: wp-admin/includes/class-wp-media-list-table.php:269
     9073msgid "Filter by type"
     9074msgstr "صافی بر اساس گونه"
     9075
     9076#: wp-includes/media.php:4230 wp-admin/includes/class-wp-list-table.php:611
     9077msgid "Filter by date"
     9078msgstr "صافی براساس تاریخ"
     9079
     9080#: wp-includes/media.php:4218
     9081#: wp-admin/includes/class-wp-media-list-table.php:148
     9082msgid "Unattached"
     9083msgstr "پیوست‌نشده"
     9084
     9085#: wp-includes/media.php:4215 wp-admin/includes/media.php:2807
     9086#: wp-admin/includes/class-wp-list-table.php:613
     9087msgid "All dates"
     9088msgstr "همهٔ تاریخ‌ها"
     9089
     9090#: wp-includes/media.php:2784
     9091msgid "Bitrate Mode"
     9092msgstr "گونهٔ Bitrate"
     9093
     9094#: wp-includes/media.php:2783
     9095msgid "Bitrate"
     9096msgstr "نرخ بیت"
     9097
     9098#: wp-includes/media-template.php:516
     9099msgid "Edit more details"
     9100msgstr "ویرایش جزئیات بیشتر"
     9101
     9102#: wp-includes/media-template.php:514
     9103msgid "View attachment page"
     9104msgstr "نمایش صفحهٔ پیوست"
     9105
     9106#: wp-includes/media-template.php:494
     9107msgid "Uploaded To"
     9108msgstr "بارگذاری شده در"
     9109
     9110#: wp-includes/media-template.php:489
     9111msgid "Uploaded By"
     9112msgstr "بارگذاری شده توسط"
     9113
     9114#: wp-includes/media-template.php:438 wp-admin/includes/media.php:3321
     9115msgid "Bitrate:"
     9116msgstr "نرخ بیت:"
     9117
     9118#: wp-includes/media-template.php:415 wp-admin/includes/media.php:1671
     9119#: wp-admin/includes/media.php:3402
     9120msgid "Dimensions:"
     9121msgstr "ابعاد:"
     9122
     9123#: wp-includes/media-template.php:412 wp-admin/includes/media.php:3313
     9124msgid "File size:"
     9125msgstr "اندازه پرونده:"
     9126
     9127#: wp-includes/media-template.php:410
     9128msgid "Uploaded on:"
     9129msgstr "تاریخ بارگذاری:"
     9130
     9131#: wp-includes/media-template.php:409 wp-admin/includes/media.php:1667
     9132#: wp-admin/includes/media.php:3280
     9133msgid "File type:"
     9134msgstr "نوع پرونده:"
     9135
     9136#: wp-includes/media-template.php:408 wp-admin/includes/media.php:1666
     9137#: wp-admin/includes/media.php:3277
     9138#: wp-admin/includes/class-wp-media-list-table.php:434
     9139msgid "File name:"
     9140msgstr "نام پرونده:"
     9141
     9142#: wp-includes/media-template.php:346
     9143msgid "Edit next media item"
     9144msgstr "ویرایش رسانهٔ بعدی"
     9145
     9146#: wp-includes/media-template.php:345
     9147msgid "Edit previous media item"
     9148msgstr "ویرایش رسانهٔ پیشین"
     9149
     9150#. translators: %s: Maximum allowed file size.
     9151#: wp-includes/media-template.php:286 wp-admin/includes/media.php:2254
     9152msgid "Maximum upload file size: %s."
     9153msgstr "حداکثر اندازه پرونده برای بارگذاری: %s."
     9154
     9155#: wp-includes/media-template.php:224
     9156msgid "Close uploader"
     9157msgstr "بستنِ بارگذارنده"
     9158
     9159#: wp-includes/class-wp-editor.php:1870
     9160msgid "Search or use up and down arrow keys to select an item."
     9161msgstr "جستجو کنید یا برای انتخاب موارد، از کلیدهای جهت بالا و پایین استفاده کنید."
     9162
     9163#: wp-includes/class-wp-editor.php:1380
     9164msgid "Read more..."
     9165msgstr "بیشتر بخوانید..."
     9166
     9167#: wp-includes/class-wp-editor.php:1365
     9168msgid "Your browser does not support direct access to the clipboard. Please use keyboard shortcuts or your browser&#8217;s edit menu instead."
     9169msgstr "مرورگر شما امکان دسترسی مستقیم به کلیپ‌برد را ندارد. لطفاً از میان‌برهای صفحه کلید یا گزینهٔ ویرایش در مرورگرتان استفاده نمایید."
     9170
     9171#: wp-includes/class-wp-customize-widgets.php:416
     9172msgid "Widgets are independent sections of content that can be placed into widgetized areas provided by your theme (commonly called sidebars)."
     9173msgstr "ابزارک‌ها بخش‌هایی مستقل از محتوا هستند که می‌توان آن‌ها را در قسمت‌های درنظر گرفته شده در پوسته قرار داد (معمولاً ستون‌های کناری)."
     9174
     9175#. translators: %s: The site/panel title in the Customizer.
     9176#: wp-includes/class-wp-customize-panel.php:374
     9177#: wp-includes/customize/class-wp-customize-nav-menus-panel.php:78
     9178#: wp-admin/customize.php:226
     9179msgid "You are customizing %s"
     9180msgstr "شما در حال سفارشی‌سازی %s هستید"
     9181
     9182#: wp-includes/comment.php:3544
     9183msgid "<strong>Error</strong>: The comment could not be saved. Please try again later."
     9184msgstr "<strong>خطا</strong>: دیدگاه نمی‌تواند ذخیره شود. لطفاً دوباره تلاش نمایید."
     9185
     9186#: wp-includes/update.php:167 wp-includes/update.php:402
     9187#: wp-includes/update.php:606 wp-admin/includes/theme.php:545
     9188#: wp-admin/includes/translation-install.php:67
     9189#: wp-admin/includes/update.php:142 wp-admin/includes/plugin-install.php:182
     9190msgid "(WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.)"
     9191msgstr "(وردپرس نتوانست ارتباطی امن با سایت WordPress.org برقرار کند. لطفاً با مدیر سرور خود تماس بگیرید.)"
     9192
     9193#: wp-includes/class-wp-customize-widgets.php:1175
     9194msgid "Shift-click to edit this widget."
     9195msgstr "برای ویرایش این ابزارک، همراه با نگاه‌داشتن دکمه Shift کلیک نمایید."
     9196
     9197#: wp-includes/class-wp-editor.php:1148
     9198msgctxt "HTML tag"
     9199msgid "Address"
     9200msgstr "نشانی"
     9201
     9202#: wp-includes/class-wp-editor.php:1358
     9203msgid "If you&#8217;re looking to paste rich content from Microsoft Word, try turning this option off. The editor will clean up text pasted from Word automatically."
     9204msgstr "اگر شما می‌خواهید محتوا را از نرم‌افزار مایکروسافت ورد برگردانید، این گزینه را غیر فعال نمایید. ویرایش‌گر به طور خودکار، متن کپی شده را مرتب و تمیز برمی‌گرداند."
     9205
     9206#: wp-includes/class-wp-editor.php:1393 wp-admin/user-edit.php:317
     9207msgid "Keyboard Shortcuts"
     9208msgstr "میان‌برهای صفحه کلید"
     9209
     9210#. translators: %s: Browser cookie documentation URL.
     9211#: wp-login.php:1267
     9212msgid "<strong>Error</strong>: Cookies are blocked or not supported by your browser. You must <a href=\"%s\">enable cookies</a> to use WordPress."
     9213msgstr "<strong>خطا</strong>کوکی‌ها مسدود شده‌اند یا توسط مرورگر شما پشتیبانی نمی‌شوند. شما باید آن‌ها را <a href=\"%s\">فعال کنید</a>  تا وردپرس بتواند از آن استفاده نماید."
     9214
     9215#. translators: 1: Browser cookie documentation URL, 2: Support forums URL.
     9216#: wp-login.php:1256
     9217msgid "<strong>Error</strong>: Cookies are blocked due to unexpected output. For help, please see <a href=\"%1$s\">this documentation</a> or try the <a href=\"%2$s\">support forums</a>."
     9218msgstr "<strong>خطا</strong>: کوکی‌ها به خاطر خروجی غیرمنتظره مسدود هستند. برای راهنمایی، لطفاً <a href=\"%1$s\">این نوشته</a> را ببینید یا <a href=\"%2$s\">انجمن پشتیبانی</a> را امتحان کنید."
     9219
     9220#: wp-includes/media.php:4299
     9221msgid "Add to Audio Playlist"
     9222msgstr "افزودن صدا به فهرست پخش صوتی"
     9223
     9224#: wp-includes/media.php:4298
     9225msgid "Add to audio playlist"
     9226msgstr "افزودن به فهرست پخش صوتی"
     9227
     9228#: wp-includes/media.php:4297
     9229msgid "Update audio playlist"
     9230msgstr "به‌روزرسانی فهرست پخش صوتی"
     9231
     9232#: wp-includes/media.php:4296
     9233msgid "Insert audio playlist"
     9234msgstr "گذاشتن فهرست پخش صوتی"
     9235
     9236#: wp-includes/media.php:4295
     9237msgid "&#8592; Cancel audio playlist"
     9238msgstr "&#8592; لغو فهرست پخش شنیداری"
     9239
     9240#: wp-includes/media.php:4294
     9241msgid "Edit audio playlist"
     9242msgstr "ویرایش فهرست پخش شنیداری"
     9243
     9244#: wp-includes/media.php:4275
     9245msgid "There has been an error cropping your image."
     9246msgstr "خطایی در برش تصویر رخ داد."
     9247
     9248#: wp-includes/media.php:2781
     9249msgctxt "video or audio"
     9250msgid "Length"
     9251msgstr "مدت"
     9252
     9253#: wp-includes/media.php:2780
     9254#: wp-includes/customize/class-wp-customize-date-time-control.php:151
     9255#: wp-includes/js/dist/components.js:35689 wp-admin/includes/template.php:827
     9256msgid "Year"
     9257msgstr "سال"
     9258
     9259#: wp-includes/media.php:2779
     9260msgid "Genre"
     9261msgstr "نوع"
     9262
     9263#: wp-includes/media-template.php:471 wp-includes/media-template.php:676
     9264#: wp-includes/media.php:2775
     9265msgid "Album"
     9266msgstr "آلبوم"
     9267
     9268#: wp-includes/media-template.php:470 wp-includes/media-template.php:675
     9269#: wp-includes/media.php:2774
     9270msgid "Artist"
     9271msgstr "هنرمند"
     9272
     9273#: wp-includes/widgets/class-wp-widget-media-image.php:130
     9274#: wp-includes/media-template.php:1168
     9275#: wp-includes/js/dist/block-editor.js:36006
     9276msgid "Link CSS Class"
     9277msgstr "کلاس CSS پیوند"
     9278
     9279#: wp-includes/widgets/class-wp-widget-media-image.php:121
     9280#: wp-includes/media-template.php:1154
     9281msgid "Image CSS Class"
     9282msgstr "کلاس CSS تصویر"
     9283
     9284#: wp-includes/widgets/class-wp-widget-media-image.php:152
     9285#: wp-includes/media-template.php:1150
     9286msgid "Image Title Attribute"
     9287msgstr "ویژگی عنوان تصویر"
     9288
     9289#: wp-includes/media-template.php:1146
     9290msgid "Advanced Options"
     9291msgstr "تنظیمات پیشرفته"
     9292
     9293#: wp-includes/media-template.php:1098 wp-includes/js/dist/components.js:38917
     9294msgid "Custom Size"
     9295msgstr "اندازهٔ سفارشی"
     9296
     9297#: wp-includes/media-template.php:1045
     9298msgid "Display Settings"
     9299msgstr "تنظیمات نمایش"
     9300
     9301#: wp-includes/media-template.php:1180
     9302msgid "Edit Original"
     9303msgstr "ویرایش اصلی"
     9304
     9305#: wp-includes/media-template.php:919
     9306msgid "Show Video List"
     9307msgstr "نمایش فهرست ویدیو"
     9308
     9309#: wp-includes/class-wp-editor.php:1332
     9310msgctxt "table cell alignment attribute"
     9311msgid "None"
     9312msgstr "هیچ‌کدام"
     9313
     9314#: wp-includes/class-wp-editor.php:1322
     9315msgid "Split table cell"
     9316msgstr "جدا کردن سلول"
     9317
     9318#: wp-includes/class-wp-editor.php:1161
     9319msgid "Font Sizes"
     9320msgstr "اندازه‌ قلم"
     9321
     9322#: wp-includes/class-wp-editor.php:1160
     9323msgid "Font Family"
     9324msgstr "نوع قلم"
     9325
     9326#: wp-includes/class-wp-editor.php:1133
     9327msgctxt "TinyMCE"
     9328msgid "Headings"
     9329msgstr "تیترها"
     9330
     9331#: wp-includes/class-wp-customize-widgets.php:835
     9332msgid "Search widgets&hellip;"
     9333msgstr "جستجوی ابزارک‌ها&hellip;"
     9334
     9335#: wp-includes/class-wp-customize-widgets.php:834
     9336msgid "Search Widgets"
     9337msgstr "جستجوی ابزارک‌ها"
     9338
     9339#: wp-includes/class-wp-customize-widgets.php:776
     9340msgid "Save and preview changes before publishing them."
     9341msgstr "قبل از انتشار تغییرات، آن‌ها را ذخیره کنید و پیش‌نمایش را ببینید."
     9342
     9343#: wp-includes/class-wp-customize-widgets.php:704
     9344msgctxt "Move widget"
     9345msgid "Move"
     9346msgstr "جابه‌جایی"
     9347
     9348#: wp-includes/customize/class-wp-customize-header-image-control.php:135
     9349msgid "Set image"
     9350msgstr "انتخاب تصویر"
     9351
     9352#: wp-includes/media-template.php:1254 wp-includes/media-template.php:1353
     9353msgctxt "auto preload"
     9354msgid "Auto"
     9355msgstr "خودکار"
     9356
     9357#: wp-includes/media.php:4272
     9358msgid "Cropping&hellip;"
     9359msgstr "در حال برش&hellip;"
     9360
     9361#: wp-includes/widgets/class-wp-widget-media-video.php:87
     9362#: wp-includes/media-template.php:1379 wp-includes/media-template.php:1395
     9363msgid "Tracks (subtitles, captions, descriptions, chapters, or metadata)"
     9364msgstr "قطعه‌های صوتی (عنوان‌های فرعی، توضیح مختصر، شرح‌ها، بخش‌ها، یا فراداده)"
     9365
     9366#: wp-includes/class-wp-customize-widgets.php:695
     9367msgid "Move to another area&hellip;"
     9368msgstr "انتقال به ناحیهٔ دیگر&hellip;"
     9369
     9370#: wp-includes/class-wp-editor.php:1373
     9371msgctxt "TinyMCE menu"
     9372msgid "Table"
     9373msgstr "جدول"
     9374
     9375#: wp-includes/class-wp-editor.php:1372
     9376msgctxt "TinyMCE menu"
     9377msgid "View"
     9378msgstr "نمایش"
     9379
     9380#: wp-includes/class-wp-editor.php:1371
     9381msgctxt "TinyMCE menu"
     9382msgid "Tools"
     9383msgstr "ابزارها"
     9384
     9385#: wp-includes/class-wp-editor.php:1370
     9386msgctxt "TinyMCE menu"
     9387msgid "Edit"
     9388msgstr "ویرایش"
     9389
     9390#: wp-includes/class-wp-editor.php:1369
     9391msgctxt "TinyMCE menu"
     9392msgid "File"
     9393msgstr "پوشه"
     9394
     9395#: wp-includes/class-wp-editor.php:1368
     9396msgctxt "TinyMCE menu"
     9397msgid "Insert"
     9398msgstr "گذاشتن"
     9399
     9400#. translators: Word count.
     9401#: wp-includes/class-wp-editor.php:1355
     9402msgid "Words: %s"
     9403msgstr "تعداد کلمات: %s"
     9404
     9405#: wp-includes/class-wp-editor.php:1351
     9406msgctxt "editor button"
     9407msgid "Show blocks"
     9408msgstr "نمایش بلوک‌ها"
     9409
     9410#: wp-includes/class-wp-editor.php:1347
     9411msgctxt "TinyMCE"
     9412msgid "Templates"
     9413msgstr "قالب‌ها"
     9414
     9415#: wp-includes/class-wp-editor.php:1346
     9416msgctxt "TinyMCE"
     9417msgid "Insert template"
     9418msgstr "گذاشتن قالب"
     9419
     9420#: wp-includes/class-wp-editor.php:1344
     9421msgctxt "table cell scope attribute"
     9422msgid "Scope"
     9423msgstr "گستره"
     9424
     9425#: wp-includes/class-wp-editor.php:1309
     9426msgctxt "table footer"
     9427msgid "Footer"
     9428msgstr "پاورقی"
     9429
     9430#: wp-includes/class-wp-editor.php:1308
     9431msgctxt "table body"
     9432msgid "Body"
     9433msgstr "بدنه"
     9434
     9435#: wp-includes/class-wp-editor.php:1307
     9436msgctxt "table header"
     9437msgid "Header"
     9438msgstr "عنوان جدول"
     9439
     9440#: wp-includes/class-wp-editor.php:1305
     9441msgctxt "table cell"
     9442msgid "Cell"
     9443msgstr "سلول"
     9444
     9445#: wp-includes/class-wp-editor.php:1304
     9446msgctxt "table columns"
     9447msgid "Cols"
     9448msgstr "ستون‌ها"
     9449
     9450#: wp-includes/class-wp-editor.php:1303
     9451msgctxt "table column"
     9452msgid "Column"
     9453msgstr "ستون"
     9454
     9455#: wp-includes/class-wp-editor.php:1290
     9456msgctxt "spellcheck"
     9457msgid "Ignore"
     9458msgstr "نادیده گرفتن"
     9459
     9460#: wp-includes/class-wp-editor.php:1289
     9461msgctxt "spellcheck"
     9462msgid "Ignore all"
     9463msgstr "نادیده گرفتن همه"
     9464
     9465#: wp-includes/class-wp-editor.php:1288
     9466msgctxt "spellcheck"
     9467msgid "Finish"
     9468msgstr "پایان"
     9469
     9470#: wp-includes/class-wp-editor.php:1285
     9471msgctxt "find/replace"
     9472msgid "Replace all"
     9473msgstr "جایگزینی همه"
     9474
     9475#: wp-includes/class-wp-editor.php:1284
     9476msgctxt "find/replace"
     9477msgid "Find"
     9478msgstr "یافتن"
     9479
     9480#: wp-includes/class-wp-editor.php:1283
     9481msgctxt "find/replace"
     9482msgid "Replace with"
     9483msgstr "جایگزینی با"
     9484
     9485#: wp-includes/class-wp-editor.php:1281
     9486msgctxt "find/replace"
     9487msgid "Whole words"
     9488msgstr "کلمات کامل"
     9489
     9490#. translators: Previous.
     9491#: wp-includes/class-wp-editor.php:1280
     9492msgctxt "find/replace"
     9493msgid "Prev"
     9494msgstr "پیشین"
     9495
     9496#: wp-includes/class-wp-editor.php:1278
     9497msgctxt "find/replace"
     9498msgid "Next"
     9499msgstr "بعدی"
     9500
     9501#: wp-includes/class-wp-editor.php:1277
     9502msgctxt "find/replace"
     9503msgid "Replace"
     9504msgstr "جایگزینی"
     9505
     9506#: wp-includes/class-wp-editor.php:1240
     9507#: wp-includes/js/dist/block-library.js:2342
     9508msgctxt "editor button"
     9509msgid "Left to right"
     9510msgstr "چپ به راست"
     9511
     9512#: wp-includes/class-wp-editor.php:1239
     9513msgctxt "editor button"
     9514msgid "Right to left"
     9515msgstr "راست به چپ"
     9516
     9517#: wp-includes/class-wp-editor.php:1197
     9518msgctxt "Link anchors (TinyMCE)"
     9519msgid "Anchors"
     9520msgstr "لنگرها"
     9521
     9522#: wp-includes/class-wp-editor.php:1196
     9523msgctxt "Link anchor (TinyMCE)"
     9524msgid "Anchor"
     9525msgstr "نشانی داخلی"
     9526
     9527#: wp-includes/class-wp-editor.php:1195
     9528msgctxt "Name of link anchor (TinyMCE)"
     9529msgid "Name"
     9530msgstr "نام"
     9531
     9532#: wp-includes/class-wp-editor.php:1192
     9533msgctxt "list style"
     9534msgid "Lower Roman"
     9535msgstr "حروف کوچک رومی"
     9536
     9537#: wp-includes/class-wp-editor.php:1191
     9538msgctxt "list style"
     9539msgid "Upper Roman"
     9540msgstr "حروف بزرگ رومی"
     9541
     9542#: wp-includes/class-wp-editor.php:1190
     9543msgctxt "list style"
     9544msgid "Upper Alpha"
     9545msgstr "حروف بزرگ"
     9546
     9547#: wp-includes/class-wp-editor.php:1189
     9548msgctxt "list style"
     9549msgid "Lower Alpha"
     9550msgstr "حروف کوچک"
     9551
     9552#: wp-includes/class-wp-editor.php:1188
     9553msgctxt "list style"
     9554msgid "Lower Greek"
     9555msgstr "حروف کوچک یونانی"
     9556
     9557#: wp-includes/class-wp-editor.php:1187
     9558msgctxt "list style"
     9559msgid "Disc"
     9560msgstr "دایره"
     9561
     9562#: wp-includes/class-wp-editor.php:1186
     9563msgctxt "list style"
     9564msgid "Circle"
     9565msgstr "گرد"
     9566
     9567#: wp-includes/class-wp-editor.php:1184
     9568msgctxt "list style"
     9569msgid "Square"
     9570msgstr "مربع"
     9571
     9572#: wp-includes/script-loader.php:643 wp-includes/class-wp-editor.php:1182
     9573msgid "Bulleted list"
     9574msgstr "لیست نشانه‌دار"
     9575
     9576#: wp-includes/class-wp-editor.php:1150
     9577msgctxt "HTML elements"
     9578msgid "Inline"
     9579msgstr "توکار"
     9580
     9581#: wp-includes/class-wp-editor.php:1146
     9582msgctxt "HTML tag"
     9583msgid "Pre"
     9584msgstr "Pre"
     9585
     9586#: wp-includes/class-wp-editor.php:1145
     9587msgctxt "HTML tag"
     9588msgid "Div"
     9589msgstr "Div"
     9590
     9591#. translators: Block tags.
     9592#: wp-includes/class-wp-editor.php:1142
     9593msgctxt "TinyMCE"
     9594msgid "Blocks"
     9595msgstr "بلوک‌ها"
     9596
     9597#: wp-includes/class-wp-editor.php:1131
     9598msgctxt "TinyMCE"
     9599msgid "Formats"
     9600msgstr "ساختارها"
     9601
     9602#: wp-includes/media-template.php:1239 wp-includes/media-template.php:1330
     9603msgid "Add alternate sources for maximum HTML5 playback"
     9604msgstr "افزودن منبع‌های جایگزین برای بهترین حالت پخش HTML5:"
     9605
     9606#: wp-includes/user.php:2262
     9607msgid "Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! \" ? $ % ^ &amp; )."
     9608msgstr "راهنمایی: رمز باید دستکم ۷ حرف باشد. برای قوی‌تر کردن آن، از حروف کوچک و بزرگ انگلیسی، اعداد و نمادهایی مانند ! \" ؟ $ % ^ &amp; ) استفاده کنید."
     9609
     9610#. translators: %s: wpdb::prepare()
     9611#: wp-includes/wp-db.php:1310
     9612msgid "The query argument of %s must have a placeholder."
     9613msgstr "آرگومان کوئری %s باید دارای نگهدارندهٔ مکان (placeholder) باشد."
     9614
     9615#: wp-includes/nav-menu.php:431
     9616msgid "Invalid menu ID."
     9617msgstr "شناسه فهرست معتبر نیست."
     9618
     9619#: wp-includes/media.php:4309
     9620msgid "Add to video Playlist"
     9621msgstr "افزودن به لیست پخش ویدئو"
     9622
     9623#: wp-includes/media.php:4308
     9624msgid "Add to video playlist"
     9625msgstr "افزودن به فهرست پخش ویدیویی"
     9626
     9627#: wp-includes/media.php:4307
     9628msgid "Update video playlist"
     9629msgstr "به‌روزرسانی فهرست پخش ویدیویی"
     9630
     9631#: wp-includes/media.php:4306
     9632msgid "Insert video playlist"
     9633msgstr "گذاشتن فهرست پخش ویدیویی"
     9634
     9635#: wp-includes/media.php:4305
     9636msgid "&#8592; Cancel video playlist"
     9637msgstr "&#8592; لغو فهرست پخش ویدیویی"
     9638
     9639#: wp-includes/media.php:4304
     9640msgid "Edit video playlist"
     9641msgstr "ویرایش فهرست پخش ویدیویی "
     9642
     9643#: wp-includes/media.php:4303
     9644msgid "Create video playlist"
     9645msgstr "ساختن فهرست پخش ویدیویی"
     9646
     9647#: wp-includes/media.php:4302
     9648msgid "Drag and drop to reorder videos."
     9649msgstr "بکشید و رها نمایید تا ترتیب ویدئو‌ها عوض شود."
     9650
     9651#: wp-includes/media.php:4293
     9652msgid "Create audio playlist"
     9653msgstr "ساختن فهرست پخش شنیداری"
     9654
     9655#: wp-includes/media.php:4292
     9656msgid "Drag and drop to reorder tracks."
     9657msgstr "بردارید و بگذارید تا ترتیب قطعه‌ها عوض شود."
     9658
     9659#: wp-includes/media.php:4289
     9660msgid "Add subtitles"
     9661msgstr "افزودن زیرنویس‌ها"
     9662
     9663#: wp-includes/media.php:4286
     9664msgid "Add video source"
     9665msgstr "افزودن منبع ویدیو"
     9666
     9667#: wp-includes/media.php:4285
     9668msgid "Replace video"
     9669msgstr "جایگزینی ویدئو"
     9670
     9671#: wp-includes/media.php:4284
     9672msgid "Video details"
     9673msgstr "جزئیات ویدئو"
     9674
     9675#: wp-includes/media.php:4280
     9676msgid "Add audio source"
     9677msgstr "افزودن منبع صدا"
     9678
     9679#: wp-includes/media.php:4279
     9680msgid "Replace audio"
     9681msgstr "جای‌گزینی صدا"
     9682
     9683#: wp-includes/media.php:4278
     9684msgid "Audio details"
     9685msgstr "جزئیات صدا"
     9686
     9687#: wp-includes/media.php:4271
     9688msgid "Crop your image"
     9689msgstr "تصویرتان را برش بزنید"
     9690
     9691#: wp-includes/media.php:4270
     9692msgid "Crop image"
     9693msgstr "برش تصویر"
     9694
     9695#: wp-includes/media.php:4269
     9696msgid "Skip cropping"
     9697msgstr "صرف نظر از قاب‌بُری"
     9698
     9699#: wp-includes/media.php:4268
     9700msgid "Select and crop"
     9701msgstr "انتخاب و برش"
     9702
     9703#: wp-includes/media.php:4263 wp-includes/media.php:4281
     9704#: wp-includes/media.php:4287
     9705msgid "Cancel edit"
     9706msgstr "لغو ویرایش"
     9707
     9708#: wp-includes/media.php:4261
     9709msgid "Image details"
     9710msgstr "جزئیات تصویر"
     9711
     9712#: wp-includes/media.php:4212
     9713msgid "Create a new video playlist"
     9714msgstr "ساخت یک فهرست ویدئویی تازه"
     9715
     9716#: wp-includes/media.php:4211
     9717msgid "Create a new playlist"
     9718msgstr "ایجاد فهرست پخش تازه"
     9719
     9720#: wp-includes/class-wp-customize-section.php:365
     9721#: wp-includes/class-wp-customize-widgets.php:821 wp-includes/media.php:4194
     9722#: wp-includes/class-wp-customize-panel.php:369
     9723#: wp-includes/customize/class-wp-customize-themes-panel.php:70
     9724#: wp-includes/customize/class-wp-customize-nav-menus-panel.php:72
     9725#: wp-includes/class-wp-customize-nav-menus.php:1144
     9726#: wp-includes/js/dist/edit-post.js:5654 wp-admin/includes/ms.php:49
     9727#: wp-admin/theme-install.php:59
     9728msgid "Back"
     9729msgstr "بازگشت"
     9730
     9731#: wp-includes/media-template.php:1396
     9732msgid "There are no associated subtitles."
     9733msgstr "زیرنویس مرتبطی وجود ندارد."
     9734
     9735#: wp-includes/media-template.php:1343
     9736msgid "Poster Image"
     9737msgstr "تصویر پوستر"
     9738
     9739#: wp-includes/media-template.php:1264 wp-includes/media-template.php:1363
     9740#: wp-includes/js/dist/block-library.js:9526
     9741#: wp-includes/js/dist/block-library.js:23439
     9742msgid "Autoplay"
     9743msgstr "پخش خودکار"
     9744
     9745#: wp-includes/media-template.php:1255 wp-includes/media-template.php:1354
     9746#: wp-includes/js/dist/block-library.js:9551
     9747#: wp-includes/js/dist/block-library.js:23472
     9748#: wp-admin/includes/meta-boxes.php:1462
     9749msgid "Metadata"
     9750msgstr "فراداده"
     9751
     9752#: wp-includes/media-template.php:942
     9753msgid "Show Images"
     9754msgstr "نمایش تصاویر"
     9755
     9756#: wp-includes/media-template.php:932
     9757msgid "Show Artist Name in Tracklist"
     9758msgstr "نمایش نام هنرمند در فهرست پخش"
     9759
     9760#: wp-includes/media-template.php:921
     9761msgid "Show Tracklist"
     9762msgstr "نمایش فهرست پخش"
     9763
     9764#: wp-includes/media-template.php:908
     9765msgid "Playlist Settings"
     9766msgstr "تنظیمات فهرست پخش"
     9767
     9768#: wp-includes/widgets/class-wp-widget-search.php:30
     9769msgctxt "Search widget"
     9770msgid "Search"
     9771msgstr "جستجو"
     9772
     9773#: wp-includes/script-loader.php:651 wp-includes/class-wp-editor.php:1378
     9774msgid "Insert Read More tag"
     9775msgstr "گذاشتن برچسب بیشتر"
     9776
     9777#: wp-includes/class-wp-editor.php:1377
     9778msgid "Toolbar Toggle"
     9779msgstr "تغییر نوار ابزار"
     9780
     9781#: wp-includes/js/dist/block-editor.js:35607
     9782#: wp-includes/js/dist/block-editor.js:35614
     9783#: wp-includes/js/dist/edit-post.js:1974 wp-admin/tools.php:42
     9784#: wp-admin/menu.php:278
     9785msgid "Tools"
     9786msgstr "ابزارها"
     9787
     9788#: wp-includes/class-wp-editor.php:1352
     9789msgid "Show invisible characters"
     9790msgstr "نمایش حروف نامرئی"
     9791
     9792#: wp-includes/class-wp-editor.php:1350
     9793#: wp-includes/js/dist/block-library.js:19308
     9794msgid "Text color"
     9795msgstr "رنگ متن"
     9796
     9797#: wp-includes/class-wp-editor.php:1349
     9798#: wp-includes/js/dist/block-library.js:22615
     9799msgid "Background color"
     9800msgstr "رنگ پس‌زمینه"
     9801
     9802#: wp-includes/class-wp-editor.php:1318
     9803msgid "Delete column"
     9804msgstr "حذف ستون"
     9805
     9806#: wp-includes/class-wp-editor.php:1338
     9807msgid "Row group"
     9808msgstr "گروه ردیف"
     9809
     9810#: wp-includes/class-wp-editor.php:1341
     9811msgid "Cell type"
     9812msgstr "نوع سلول"
     9813
     9814#: wp-includes/class-wp-editor.php:1306
     9815msgid "Header cell"
     9816msgstr "عنوان سلول"
     9817
     9818#: wp-includes/class-wp-editor.php:1294
     9819msgid "Insert table"
     9820msgstr "گذاشتن جدول"
     9821
     9822#: wp-includes/class-wp-editor.php:1340
     9823msgid "Row type"
     9824msgstr "نوع ردیف"
     9825
     9826#: wp-includes/class-wp-editor.php:1343
     9827msgid "Cell spacing"
     9828msgstr "فاصله بین سلول‌ها"
     9829
     9830#: wp-includes/class-wp-editor.php:1342
     9831msgid "Cell padding"
     9832msgstr "حاشیه سلول"
     9833
     9834#: wp-includes/class-wp-editor.php:1339
     9835msgid "Column group"
     9836msgstr "گروه ستون"
     9837
     9838#: wp-includes/class-wp-editor.php:1302
     9839msgid "Rows"
     9840msgstr "ردیف‌ها"
     9841
     9842#: wp-includes/script-loader.php:942
     9843msgid "Finnish"
     9844msgstr "فنلاندی"
     9845
     9846#: wp-includes/class-wp-editor.php:1286
     9847msgid "Match case"
     9848msgstr "تطبیق دقیق"
     9849
     9850#: wp-includes/class-wp-editor.php:1282
     9851msgid "Find and replace"
     9852msgstr "جستجو و جایگزینی"
     9853
     9854#: wp-includes/media-template.php:1181 wp-includes/media.php:4192
     9855#: wp-includes/js/dist/block-editor.js:34392
     9856#: wp-includes/js/dist/block-library.js:23711
     9857msgid "Replace"
     9858msgstr "جایگزینی"
     9859
     9860#: wp-includes/class-wp-editor.php:1276
     9861msgid "Could not find the specified string."
     9862msgstr "عبارت مشخص شده پیدا نشد."
     9863
     9864#: wp-includes/class-wp-editor.php:1244
     9865msgid "Paste as text"
     9866msgstr "چسباندن به صورت متن"
     9867
     9868#: wp-includes/class-wp-editor.php:1243
     9869#: wp-includes/js/dist/block-library.js:18606
     9870msgid "Page break"
     9871msgstr "جداکننده صفحه"
     9872
     9873#: wp-includes/class-wp-editor.php:1242
     9874msgid "Nonbreaking space"
     9875msgstr "فاصلهٔ بدون جداکننده"
     9876
     9877#: wp-includes/class-wp-editor.php:1235
     9878msgid "Embed"
     9879msgstr "جاسازی"
     9880
     9881#: wp-includes/class-wp-editor.php:1234
     9882msgid "Insert video"
     9883msgstr "د‌رج ویدئو"
     9884
     9885#: wp-includes/class-wp-editor.php:1233
     9886msgid "Paste your embed code below:"
     9887msgstr "کد توکار را اینجا بچسبانید:"
     9888
     9889#: wp-includes/class-wp-editor.php:1232
     9890msgid "Alternative source"
     9891msgstr "منبع جایگزین"
     9892
     9893#: wp-includes/class-wp-editor.php:1259
     9894msgid "New window"
     9895msgstr "پنجرهٔ جدید"
     9896
     9897#: wp-includes/class-wp-editor.php:1260
     9898msgid "Text to display"
     9899msgstr "متن نمایشی"
     9900
     9901#: wp-includes/class-wp-editor.php:1225
     9902msgid "Insert date/time"
     9903msgstr "گذاشتن تاریخ/زمان"
     9904
     9905#: wp-includes/script-loader.php:642 wp-includes/class-wp-editor.php:1223
     9906msgid "Insert image"
     9907msgstr "گذاشتن تصویر"
     9908
     9909#: wp-includes/class-wp-editor.php:1221
     9910msgid "Style"
     9911msgstr "حالت"
     9912
     9913#: wp-includes/class-wp-editor.php:1249
     9914msgid "Horizontal line"
     9915msgstr "خط افقی"
     9916
     9917#: wp-includes/class-wp-editor.php:1207
     9918msgid "Encoding"
     9919msgstr "نحوه کدکردن متن"
     9920
     9921#: wp-includes/class-wp-editor.php:1206
     9922msgid "Keywords"
     9923msgstr "کلیدواژه‌ها"
     9924
     9925#: wp-includes/class-wp-editor.php:1204
     9926msgid "Robots"
     9927msgstr "ربات‌ها"
     9928
     9929#: wp-includes/class-wp-editor.php:1241
     9930msgid "Emoticons"
     9931msgstr "شکلک‌ها"
     9932
     9933#: wp-includes/class-wp-editor.php:1159
     9934msgid "Source code"
     9935msgstr "منبع کد"
     9936
     9937#: wp-includes/class-wp-editor.php:1238
     9938msgid "Special character"
     9939msgstr "کاراکتر ویژه"
     9940
     9941#: wp-includes/class-wp-editor.php:1251
     9942msgid "Restore last draft"
     9943msgstr "بازیابی آخرین پیش‌نویس"
     9944
     9945#: wp-includes/class-wp-editor.php:1180
     9946msgid "Visual aids"
     9947msgstr "کمک‌های دیداری"
     9948
     9949#: wp-includes/class-wp-editor.php:1165
     9950#: wp-includes/js/dist/block-editor.js:12238
     9951msgid "Align left"
     9952msgstr "چپ‌چین"
     9953
     9954#: wp-includes/class-wp-editor.php:1166
     9955msgid "Justify"
     9956msgstr "تراز کردن"
     9957
     9958#: wp-includes/class-wp-editor.php:1357
     9959msgid "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off."
     9960msgstr "اکنون چسباندن در حالت متن ساده است. تا هنگامی که این گزینه را خاموش ننمایید مطالب به صورت متن ساده چسبانده خواهند شد."
     9961
     9962#: wp-includes/class-wp-editor.php:1168
     9963msgid "Decrease indent"
     9964msgstr "کاهش فرو رفتگی"
     9965
     9966#: wp-includes/class-wp-editor.php:1163
     9967#: wp-includes/js/dist/block-editor.js:12242
     9968msgid "Align center"
     9969msgstr "وسط‌چین"
     9970
     9971#: wp-includes/class-wp-editor.php:1155
     9972msgid "Clear formatting"
     9973msgstr "پاک‌سازی ساختار"
     9974
     9975#: wp-includes/class-wp-editor.php:1167
     9976msgid "Increase indent"
     9977msgstr "افزایش تورفتگی"
     9978
     9979#: wp-includes/script-loader.php:645 wp-includes/class-wp-editor.php:1183
     9980msgid "Numbered list"
     9981msgstr "فهرست عددی"
     9982
     9983#: wp-includes/class-wp-editor.php:1164
     9984#: wp-includes/js/dist/block-editor.js:12246
     9985msgid "Align right"
     9986msgstr "راست‌چین"
     9987
     9988#: wp-includes/class-wp-customize-widgets.php:779
     9989#: wp-admin/includes/ajax-actions.php:1075
     9990#: wp-admin/includes/ajax-actions.php:2305 wp-admin/js/media.js:127
     9991#: wp-admin/js/media.js:132 wp-admin/js/updates.js:1868
     9992msgid "An error has occurred. Please reload the page and try again."
     9993msgstr "خطایی رخ داد. لطفاً برگه را دوباره بارگذاری و دوباره تلاش نمایید."
     9994
     9995#: wp-includes/class-wp-customize-widgets.php:703
     9996msgid "Select an area to move this widget into:"
     9997msgstr "برای جابه‌جایی این ابزارک ناحیه‌ای را انتخاب کنید."
     9998
     9999#: wp-includes/class-wp-customize-widgets.php:697
     10000#: wp-includes/class-wp-customize-nav-menus.php:1091
     10001#: wp-includes/js/dist/block-editor.js:17340
     10002#: wp-admin/includes/class-walker-nav-menu-edit.php:138
     10003#: wp-admin/includes/template.php:1339
     10004msgid "Move up"
     10005msgstr "انتقال به پایین"
     10006
     10007#: wp-includes/class-wp-customize-widgets.php:696
     10008#: wp-includes/class-wp-customize-nav-menus.php:1092
     10009#: wp-includes/js/dist/block-editor.js:17346
     10010#: wp-admin/includes/class-walker-nav-menu-edit.php:155
     10011#: wp-admin/includes/template.php:1349
     10012msgid "Move down"
     10013msgstr "انتقال به بالا"
     10014
     10015#: wp-includes/customize/class-wp-customize-nav-menu-control.php:56
     10016#: wp-includes/customize/class-wp-widget-area-customize-control.php:60
     10017msgid "Reorder"
     10018msgstr "بازچینی"
     10019
     10020#: wp-includes/class-wp-customize-widgets.php:830
     10021#: wp-includes/customize/class-wp-widget-area-customize-control.php:57
     10022msgid "Add a Widget"
     10023msgstr "اضافه کردن ابزارک"
     10024
     10025#: wp-includes/customize/class-wp-customize-header-image-control.php:249
     10026msgctxt "custom headers"
     10027msgid "Suggested"
     10028msgstr "پیشنهاد‌شده"
     10029
     10030#: wp-includes/customize/class-wp-customize-header-image-control.php:242
     10031msgctxt "custom headers"
     10032msgid "Previously uploaded"
     10033msgstr "قبلاً بارگذاری شده"
     10034
     10035#: wp-includes/customize/class-wp-customize-header-image-control.php:228
     10036msgid "Current header"
     10037msgstr "سربرگ کنونی"
     10038
     10039#: wp-includes/customize/class-wp-customize-header-image-control.php:167
     10040msgid "No image set"
     10041msgstr "تصویری مشخص نشده است"
     10042
     10043#: wp-includes/customize/class-wp-customize-header-image-control.php:155
     10044msgid "Randomizing suggested headers"
     10045msgstr "در حال تصادفی‌سازی سربرگ‌های پیشنهادی"
     10046
     10047#: wp-includes/customize/class-wp-customize-header-image-control.php:153
     10048msgid "Randomizing uploaded headers"
     10049msgstr "در حال اتفاقی کردن سربرگ‌های بارگذاری شده"
     10050
     10051#: wp-includes/customize/class-wp-customize-header-image-control.php:126
     10052msgid "Randomize suggested headers"
     10053msgstr "نمایش اتفاقی سربرگ‌های پیشنهادی"
     10054
     10055#: wp-includes/customize/class-wp-customize-header-image-control.php:124
     10056msgid "Randomize uploaded headers"
     10057msgstr "نمایش اتفاقی سربرگ‌های بارگذاری شده"
     10058
     10059#: wp-includes/admin-bar.php:195
     10060msgid "https://wordpress.org/support/forum/requests-and-feedback"
     10061msgstr "https://wordpress.org/support/forum/requests-and-feedback"
     10062
     10063#: wp-includes/admin-bar.php:185
     10064msgid "https://wordpress.org/support/"
     10065msgstr "https://wordpress.org/support/"
     10066
     10067#: wp-login.php:122 wp-includes/admin-bar.php:165
     10068#: wp-includes/widgets/class-wp-widget-meta.php:90 wp-admin/upgrade.php:68
     10069#: wp-admin/admin-footer.php:38 wp-admin/maint/repair.php:24
     10070msgid "https://wordpress.org/"
     10071msgstr "https://wordpress.org/"
     10072
     10073#: wp-includes/js/dist/editor.js:8978
     10074#: wp-admin/includes/class-wp-privacy-requests-table.php:44
     10075#: wp-admin/includes/ajax-actions.php:2183
     10076#: wp-admin/includes/class-wp-posts-list-table.php:1813
     10077msgid "Status"
     10078msgstr "وضعیت"
     10079
     10080#: wp-includes/general-template.php:4517
     10081msgctxt "admin color scheme"
     10082msgid "Coffee"
     10083msgstr "قهوه"
     10084
     10085#: wp-includes/general-template.php:4505
     10086msgctxt "admin color scheme"
     10087msgid "Ocean"
     10088msgstr "اقیانوس"
     10089
     10090#: wp-includes/general-template.php:4493
     10091msgctxt "admin color scheme"
     10092msgid "Ectoplasm"
     10093msgstr "برون‌مایه"
     10094
     10095#: wp-includes/general-template.php:4481
     10096msgctxt "admin color scheme"
     10097msgid "Sunrise"
     10098msgstr "طلوع"
     10099
     10100#: wp-includes/class-wp-image-editor.php:277
     10101msgid "Attempted to set image quality outside of the range [1,100]."
     10102msgstr "سعی کردید کیفیت تصویر را خارج از محدوده [۱,۱۰۰] تعیین کنید."
     10103
     10104#: wp-includes/widgets/class-wp-widget-tag-cloud.php:26
     10105#: wp-includes/js/dist/block-library.js:24132
     10106msgid "A cloud of your most used tags."
     10107msgstr "ابری از برچسب‌هایی که بیشتر استفاده کرده‌اید."
     10108
     10109#: wp-includes/widgets/class-wp-widget-rss.php:26
     10110msgid "Entries from any RSS or Atom feed."
     10111msgstr "ورودی از هر خوراک RSS یا Atom."
     10112
     10113#: wp-includes/widgets/class-wp-widget-recent-comments.php:27
     10114msgid "Your site&#8217;s most recent comments."
     10115msgstr "آخرین دیدگاه‌های سایت شما."
     10116
     10117#: wp-includes/widgets/class-wp-widget-recent-posts.php:27
     10118msgid "Your site&#8217;s most recent Posts."
     10119msgstr "آخرین نوشته‌های سایت شما."
     10120
     10121#: wp-includes/widgets/class-wp-widget-categories.php:27
     10122msgid "A list or dropdown of categories."
     10123msgstr "یک فهرست یا منوی کشویی از دسته‌ها."
     10124
     10125#: wp-includes/widgets/class-wp-widget-meta.php:29
     10126msgid "Login, RSS, &amp; WordPress.org links."
     10127msgstr "پیوندهای ورود، RSS و WordPress.org."
     10128
     10129#: wp-includes/widgets/class-wp-widget-archives.php:27
     10130msgid "A monthly archive of your site&#8217;s Posts."
     10131msgstr "بایگانی ماهانهٔ نوشته‌های سایت شما."
     10132
     10133#: wp-includes/widgets/class-wp-widget-search.php:27
     10134msgid "A search form for your site."
     10135msgstr "کادر جست‌وجو برای سایت شما."
     10136
     10137#: wp-includes/widgets/class-wp-widget-pages.php:27
     10138msgid "A list of your site&#8217;s Pages."
     10139msgstr "فهرستی از برگه‌های سایت شما."
     10140
     10141#. translators: %s: Support forums URL.
     10142#: wp-includes/update.php:165 wp-includes/update.php:400
     10143#: wp-includes/update.php:604
     10144#: wp-includes/customize/class-wp-customize-themes-section.php:89
     10145#: wp-admin/includes/theme.php:543 wp-admin/includes/theme.php:557
     10146#: wp-admin/includes/theme.php:572 wp-admin/includes/translation-install.php:65
     10147#: wp-admin/includes/translation-install.php:79
     10148#: wp-admin/includes/translation-install.php:91
     10149#: wp-admin/includes/update.php:140 wp-admin/includes/plugin-install.php:180
     10150#: wp-admin/includes/plugin-install.php:195
     10151#: wp-admin/includes/plugin-install.php:210 wp-admin/theme-install.php:62
     10152msgid "An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href=\"%s\">support forums</a>."
     10153msgstr "یک خطای غیرمنتظره رخ داد. ممکن است مشکل از WordPress.org یا تنظیمات سرویس‌دهنده شما باشد. اگر کماکان این مشکلات ادامه داشت، لطفا سری به <a href=\"%s\">انجمن‌های پشتیبانی</a> بزنید."
     10154
     10155#: wp-includes/script-loader.php:1358
     10156msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
     10157msgid "no-subset"
     10158msgstr "no-subset"
     10159
     10160#. translators: %s: The word 'and'.
     10161#: wp-includes/link-template.php:1724
     10162msgid "Use commas instead of %s to separate excluded terms."
     10163msgstr "بجای %s از کاما برای جدا کردن عبارت‌های استثنا شده استفاده نمایید."
     10164
     10165#: wp-includes/general-template.php:4469
     10166msgctxt "admin color scheme"
     10167msgid "Midnight"
     10168msgstr "نیمه شب"
     10169
     10170#: wp-includes/general-template.php:4433
     10171msgctxt "admin color scheme"
     10172msgid "Light"
     10173msgstr "روشن"
     10174
     10175#: wp-includes/general-template.php:4421
     10176msgctxt "admin color scheme"
     10177msgid "Default"
     10178msgstr "پیش‌فرض"
     10179
     10180#: wp-includes/admin-bar.php:212
     10181#: wp-includes/widgets/class-wp-nav-menu-widget.php:49
     10182#: wp-includes/js/dist/core-data.js:2097
     10183msgid "Menu"
     10184msgstr "فهرست"
     10185
     10186#: wp-includes/update.php:747
     10187msgid "Translation Updates"
     10188msgstr "به‌روزرسانی‌های ترجمه"
     10189
     10190#. translators: %s: Theme directory name.
     10191#: wp-includes/class-wp-theme.php:240
     10192msgid "The theme directory \"%s\" does not exist."
     10193msgstr "پوشهٔ پوستهٔ \"%s\" وجود ندارد."
     10194
     10195#: wp-includes/class-wp-query.php:1468
     10196msgctxt "Comma-separated list of search stopwords in your language"
     10197msgid "about,an,are,as,at,be,by,com,for,from,how,in,is,it,of,on,or,that,the,this,to,was,what,when,where,who,will,with,www"
     10198msgstr "و,در,به,که,از,این,را,است,با,برای,آن,نیز,بر,یا,یک,دو,بود,تا,دارد,دیگر,شد,هر,دارند,باید,آنان"
     10199
     10200#: wp-includes/post-template.php:1720
     10201msgid "This content is password protected. To view it please enter your password below:"
     10202msgstr "این محتوا با رمز محافظت شده است. برای مشاهده رمز را در پایین وارد نمایید:"
     10203
     10204#: wp-includes/functions.php:1558
     10205msgid "Error: This is not a valid feed template."
     10206msgstr "خطا: این قالب خوراک معتبر نیست."
     10207
     10208#: wp-includes/class-wp-http-streams.php:290
     10209#: wp-includes/class-wp-http-curl.php:276
     10210msgid "Failed to write request to temporary file."
     10211msgstr "نوشتن درخواست در پروندهٔ موقتی شکست خورد."
     10212
     10213#: wp-includes/class-wp-http-streams.php:164
     10214#: wp-includes/class-wp-http-streams.php:173
     10215msgid "The SSL certificate for the host could not be verified."
     10216msgstr "گواهی امن SSL برای میزبان قابل تأیید نیست."
     10217
     10218#: wp-includes/media-template.php:762
     10219msgid "Embed Media Player"
     10220msgstr "جاسازی پخش‌کنندهٔ رسانه"
     10221
     10222#: wp-includes/media-template.php:779
     10223msgid "Link to Attachment Page"
     10224msgstr "پیوند به برگه‌ٔ پیوست"
     10225
     10226#: wp-includes/media-template.php:772
     10227msgid "Link to Media File"
     10228msgstr "پیوند به پرونده چند‌رسانه‌ای"
     10229
     10230#: wp-includes/media-template.php:749
     10231msgid "Embed or Link"
     10232msgstr "جاسازی یا پیوند"
     10233
     10234#: wp-includes/media-template.php:430 wp-includes/media-template.php:633
     10235#: wp-admin/includes/media.php:3320
     10236msgid "Length:"
     10237msgstr "طول:"
     10238
     10239#: wp-includes/script-loader.php:923
     10240msgid "Captions/Subtitles"
     10241msgstr "توضیحات مختصر/زیرعنوا‌ن‌ها"
     10242
     10243#: wp-includes/script-loader.php:918
     10244msgid "Unmute"
     10245msgstr "پخش صدا"
     10246
     10247#: wp-includes/script-loader.php:909
     10248msgid "Download File"
     10249msgstr "دریافت پرونده"
     10250
     10251#: wp-includes/script-loader.php:1101
     10252msgid "Invalid"
     10253msgstr "غیرمعتبر"
     10254
     10255#. translators: Time difference between two dates, in years. %s: Number of
     10256#. years.
     10257#: wp-includes/formatting.php:3777
     10258msgid "%s year"
     10259msgid_plural "%s years"
     10260msgstr[0] "%s سال"
     10261
     10262#. translators: Time difference between two dates, in months. %s: Number of
     10263#. months.
     10264#: wp-includes/formatting.php:3770
     10265msgid "%s month"
     10266msgid_plural "%s months"
     10267msgstr[0] "%s ماه"
     10268
     10269#. translators: Time difference between two dates, in weeks. %s: Number of
     10270#. weeks.
     10271#: wp-includes/formatting.php:3763
     10272msgid "%s week"
     10273msgid_plural "%s weeks"
     10274msgstr[0] "%s هفته"
     10275
     10276#. translators: %d: ID of a post.
     10277#. translators: %d: ID of a term.
     10278#: wp-includes/class-walker-page-dropdown.php:75
     10279#: wp-includes/class-walker-page.php:157
     10280#: wp-includes/customize/class-wp-customize-nav-menu-item-setting.php:278
     10281#: wp-includes/class-wp-customize-nav-menus.php:237
     10282#: wp-includes/class-wp-customize-nav-menus.php:398
     10283#: wp-includes/nav-menu.php:850 wp-includes/nav-menu.php:892
     10284#: wp-includes/nav-menu.php:939
     10285msgid "#%d (no title)"
     10286msgstr "#%d (بدون عنوان)"
     10287
     10288#: wp-includes/post-template.php:1955
     10289msgid "JavaScript must be enabled to use this feature."
     10290msgstr "برای استفاده از این قابلیت باید جاوااسکریپت فعال باشد."
     10291
     10292#. translators: Date/Time format, see https://www.php.net/date
     10293#. translators: Localized date and time format, see https://www.php.net/date
     10294#. translators: Links last updated date format, see https://www.php.net/date
     10295#: wp-includes/script-loader.php:159 wp-includes/script-loader.php:352
     10296#: wp-includes/class-wp-locale.php:367 wp-admin/includes/schema.php:430
     10297msgid "F j, Y g:i a"
     10298msgstr "F j, Y g:i a"
     10299
     10300#. translators: Time format, see https://www.php.net/date
     10301#. translators: Localized time format, see https://www.php.net/date
     10302#. translators: Default time format, see https://www.php.net/date
     10303#. translators: Comment time format. See https://www.php.net/date
     10304#. translators: 1: Post creation date, 2: Post creation time.
     10305#. translators: Post time format. See https://www.php.net/date
     10306#. translators: 1: Date, 2: Time.
     10307#. translators: 1: Name of most recent post author, 2: Post edited date, 3:
     10308#. Post edited time.
     10309#. translators: 1: Post edited date, 2: Post edited time.
     10310#: wp-includes/script-loader.php:155 wp-includes/script-loader.php:348
     10311#: wp-includes/class-wp-locale.php:365 wp-admin/includes/schema.php:428
     10312#: wp-admin/includes/class-wp-comments-list-table.php:953
     10313#: wp-admin/includes/ajax-actions.php:1564
     10314#: wp-admin/includes/ajax-actions.php:2803
     10315#: wp-admin/includes/ajax-actions.php:2806
     10316#: wp-admin/includes/class-wp-posts-list-table.php:1087
     10317#: wp-admin/options-general.php:292 wp-admin/options-general.php:355
     10318#: wp-admin/comment.php:221 wp-admin/update-core.php:879 wp-admin/admin.php:114
     10319#: wp-admin/edit-form-advanced.php:625 wp-admin/edit-form-advanced.php:628
     10320msgid "g:i a"
     10321msgstr "g:i a"
     10322
     10323#. translators: Date format, see https://www.php.net/date
     10324#. translators: Localized date format, see https://www.php.net/date
     10325#. translators: Default date format, see https://www.php.net/date
     10326#. translators: 1: Post creation date, 2: Post creation time.
     10327#. translators: 1: Date, 2: Time.
     10328#. translators: 1: Name of most recent post author, 2: Post edited date, 3:
     10329#. Post edited time.
     10330#. translators: 1: Post edited date, 2: Post edited time.
     10331#: wp-includes/script-loader.php:158 wp-includes/script-loader.php:350
     10332#: wp-includes/media.php:3770 wp-includes/class-wp-locale.php:363
     10333#: wp-admin/includes/class-wp-privacy-policy-content.php:379
     10334#: wp-admin/includes/schema.php:426 wp-admin/includes/media.php:1668
     10335#: wp-admin/includes/ajax-actions.php:1564
     10336#: wp-admin/includes/ajax-actions.php:2802
     10337#: wp-admin/includes/ajax-actions.php:2805 wp-admin/includes/dashboard.php:623
     10338#: wp-admin/options-general.php:292 wp-admin/options-general.php:318
     10339#: wp-admin/update-core.php:879 wp-admin/admin.php:113
     10340#: wp-admin/edit-form-advanced.php:625 wp-admin/edit-form-advanced.php:628
     10341msgid "F j, Y"
     10342msgstr "F j, Y"
     10343
     10344#: wp-includes/class-wp-xmlrpc-server.php:503
     10345msgid "The URL to the admin area"
     10346msgstr "نشانی بخش پیشخوان"
     10347
     10348#: wp-includes/class-wp-xmlrpc-server.php:498
     10349msgid "Login Address (URL)"
     10350msgstr "نشانی ورود (URL)"
     10351
     10352#. translators: %s: https://apps.wordpress.org
     10353#: wp-includes/media-template.php:237 wp-admin/includes/media.php:2065
     10354msgid "The web browser on your device cannot be used to upload files. You may be able to use the <a href=\"%s\">native app for your device</a> instead."
     10355msgstr "مروگر وبِ دستگاه شما نمی‌تواند برای بارگذاری پرونده‌ها استفاده شود. می‌توانید به جای آن از <a href=\"%s\">نرم‌افزار اختصاصی دستگاه خود</a> استفاده نمایید."
     10356
     10357#. translators: %s: Admin email address.
     10358#: wp-includes/user.php:2584
     10359msgid "<strong>Error</strong>: Couldn&#8217;t register you&hellip; please contact the <a href=\"mailto:%s\">site admin</a>!"
     10360msgstr "<strong>خطا</strong>: امکان نام‌نویسی شما نیست، به <a href=\"mailto:%s\">مدیر سایت</a> نامه بنویسید!"
     10361
     10362#: wp-includes/post-template.php:306
     10363msgid "(more&hellip;)"
     10364msgstr "(بیشتر&hellip;)"
     10365
     10366#. translators: %s: Site address.
     10367#: wp-signup.php:987
     10368msgid "The site you were looking for, %s, does not exist, but you can create it now!"
     10369msgstr "سایتی که به دنبالش می‌گشتید، %s وجود ندارد، اما می‌توانید همین حالا آن را ایجاد نمایید!"
     10370
     10371#. translators: %s: Email address.
     10372#: wp-signup.php:847
     10373msgid "Have you entered your email correctly? You have entered %s, if it&#8217;s incorrect, you will not receive your email."
     10374msgstr "ایمیلتان را به درستی وارد کرده‌اید؟ شما ایمیل‌تان را %s وارد کرده‌اید، در صورت نادرست بودن ایمیلی دریافت نخواهید نمود."
     10375
     10376#: wp-includes/functions.php:6551
     10377msgid "The login page will open in a new tab. After logging in you can close it and return to this page."
     10378msgstr "برگهٔ ورود در یک پنجرهٔ تازه باز خواهد شد. پس از ورود می‌توانید پنجره را بسته و به این برگه بازگردید."
     10379
     10380#. translators: %s: Comment author link.
     10381#: wp-includes/class-walker-comment.php:326
     10382#: wp-includes/class-walker-comment.php:423
     10383msgid "%s <span class=\"says\">says:</span>"
     10384msgstr "%s <span class=\"says\">گفت:</span>"
     10385
     10386#: wp-includes/general-template.php:322 wp-includes/general-template.php:329
     10387msgctxt "submit button"
     10388msgid "Search"
     10389msgstr "جستجو"
     10390
     10391#: wp-includes/general-template.php:319 wp-includes/general-template.php:327
     10392msgctxt "label"
     10393msgid "Search for:"
     10394msgstr "جستجو برای:"
     10395
     10396#: wp-includes/general-template.php:320
     10397msgctxt "placeholder"
     10398msgid "Search &hellip;"
     10399msgstr "جستجو &hellip;"
     10400
     10401#: wp-includes/script-loader.php:1114 wp-includes/functions.php:6549
     10402msgid "Session expired"
     10403msgstr "نشست باطل شده است"
     10404
     10405#: wp-includes/taxonomy.php:601
     10406msgid "No tags found."
     10407msgstr "برچسبی پیدا نشد."
     10408
     10409#. translators: 1: Script name, 2: wp_enqueue_scripts
     10410#: wp-includes/functions.wp-scripts.php:305
     10411msgid "Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook."
     10412msgstr "اسکریپت %1$s را در ناحیه مدیریت غیرفعال نکنید. برای استفاده در پوسته، از قلاب %2$s استفاده نمایید."
     10413
     10414#: wp-includes/class-wp-xmlrpc-server.php:493 wp-admin/options-general.php:92
     10415#: wp-admin/network/site-info.php:162 wp-admin/network/site-info.php:170
     10416#: wp-admin/network/site-new.php:232
     10417msgid "Site Address (URL)"
     10418msgstr "نشانی سایت (URL)"
     10419
     10420#: wp-includes/class-wp-xmlrpc-server.php:488 wp-admin/options-general.php:87
     10421msgid "WordPress Address (URL)"
     10422msgstr "نشانی وردپرس (URL)"
     10423
     10424#: wp-includes/class-wp-xmlrpc-server.php:2656
     10425#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:383
     10426#: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:707
     10427#: wp-includes/user.php:1559 wp-includes/user.php:1952
     10428#: wp-includes/user.php:1958 wp-admin/user-edit.php:23
     10429#: wp-admin/user-edit.php:25
     10430msgid "Invalid user ID."
     10431msgstr "شناسه کاربر نامعتبر است."
     10432
     10433#: wp-includes/media-template.php:873
     10434msgid "Random Order"
     10435msgstr "چینش تصادفی"
     10436
     10437#: wp-includes/media.php:4244 wp-includes/js/dist/block-editor.js:35125
     10438msgid "Insert from URL"
     10439msgstr "گذاشتن از نشانی"
     10440
     10441#: wp-includes/media.php:4200
     10442msgid "%d selected"
     10443msgstr "گزینش‌شده: %d"
     10444
     10445#: wp-includes/widgets/class-wp-widget-links.php:161
     10446msgctxt "Links widget"
     10447msgid "Random"
     10448msgstr "تصادفی"
     10449
     10450#: wp-includes/media-template.php:1430 wp-includes/media.php:4216
     10451#: wp-admin/includes/class-wp-themes-list-table.php:93
     10452#: wp-admin/includes/class-wp-list-table.php:335
     10453#: wp-admin/includes/ajax-actions.php:2180
     10454#: wp-admin/includes/ajax-actions.php:3784
     10455msgid "No items found."
     10456msgstr "موردی پیدا نشد."
     10457
     10458#: wp-includes/media.php:4258
     10459msgid "Reverse order"
     10460msgstr "چینش معکوس"
     10461
     10462#: wp-includes/media-template.php:563
     10463msgid "Deselect"
     10464msgstr "گزینش نکردن"
     10465
     10466#: wp-includes/media-template.php:526 wp-includes/media-template.php:647
     10467#: wp-includes/media.php:4228 wp-admin/includes/meta-boxes.php:335
     10468#: wp-admin/includes/meta-boxes.php:444
     10469#: wp-admin/includes/class-wp-media-list-table.php:175
     10470#: wp-admin/includes/class-wp-media-list-table.php:180
     10471#: wp-admin/includes/class-wp-comments-list-table.php:372
     10472#: wp-admin/includes/class-wp-posts-list-table.php:418
     10473msgid "Delete permanently"
     10474msgstr "حذف برای همیشه"
     10475
     10476#: wp-includes/media-template.php:245
     10477msgid "Upload Limit Exceeded"
     10478msgstr "بیش از حد مجاز بارگذاری"
     10479
     10480#: wp-includes/media-template.php:323
     10481msgid "Dismiss Errors"
     10482msgstr "نادیده گرفتن خطاها"
     10483
     10484#: wp-includes/media-template.php:322
     10485msgid "Uploading"
     10486msgstr "در حال بارگذاری"
     10487
     10488#: wp-includes/media.php:3567
     10489msgid "No editor could be selected."
     10490msgstr "ویرایشگری قابل گزینش نیست."
     10491
     10492#. translators: %s: Number of video files.
     10493#: wp-includes/post.php:2774
     10494msgid "Video <span class=\"count\">(%s)</span>"
     10495msgid_plural "Video <span class=\"count\">(%s)</span>"
     10496msgstr[0] "ویدئو <span class=\"count\">(%s)</span>"
     10497
     10498#: wp-includes/post.php:2772
     10499msgid "Manage Video"
     10500msgstr "مدیریت ویدئو"
     10501
     10502#: wp-includes/widgets/class-wp-widget-media-video.php:28
     10503#: wp-includes/post.php:2771 wp-includes/js/dist/editor.js:8981
     10504#: wp-includes/js/dist/block-editor.js:35059
     10505#: wp-includes/js/dist/block-library.js:23948
     10506msgid "Video"
     10507msgstr "ویدئو"
     10508
     10509#. translators: %s: Number of audio files.
     10510#: wp-includes/post.php:2765
     10511msgid "Audio <span class=\"count\">(%s)</span>"
     10512msgid_plural "Audio <span class=\"count\">(%s)</span>"
     10513msgstr[0] "صوت <span class=\"count\">(%s)</span>"
     10514
     10515#: wp-includes/post.php:2763
     10516msgid "Manage Audio"
     10517msgstr "مدیریت صوت‌ها"
     10518
     10519#. translators: %s: Number of images.
     10520#: wp-includes/post.php:2756
     10521msgid "Image <span class=\"count\">(%s)</span>"
     10522msgid_plural "Images <span class=\"count\">(%s)</span>"
     10523msgstr[0] "تصویر <span class=\"count\">(%s)</span>"
     10524
     10525#: wp-includes/post.php:2754
     10526msgid "Manage Images"
     10527msgstr "مدیریت تصویرها "
     10528
     10529#: wp-includes/post.php:1713
     10530msgid "Uploaded to this page"
     10531msgstr "بارگذاری شده در این برگه"
     10532
     10533#: wp-includes/post.php:1712
     10534msgid "Insert into page"
     10535msgstr "گذاشتن در برگه"
     10536
     10537#: wp-includes/widgets/class-wp-widget-media-audio.php:28
     10538#: wp-includes/post.php:2762 wp-includes/js/dist/editor.js:8984
     10539#: wp-includes/js/dist/block-editor.js:35055
     10540#: wp-includes/js/dist/block-library.js:9722
     10541msgid "Audio"
     10542msgstr "صوت"
     10543
     10544#: wp-includes/post.php:1713
     10545msgid "Uploaded to this post"
     10546msgstr "بارگذاری شده در این نوشته"
     10547
     10548#: wp-includes/media.php:4214
     10549#: wp-admin/includes/class-wp-media-list-table.php:125
     10550msgid "All media items"
     10551msgstr "همهٔ موارد رسانه‌ای"
     10552
     10553#: wp-includes/media.php:4213
     10554msgid "&#8592; Return to library"
     10555msgstr "&#8594; بازگشت به کتابخانه"
     10556
     10557#: wp-includes/media-template.php:786 wp-includes/media-template.php:1010
     10558#: wp-includes/media-template.php:1133
     10559msgid "Custom URL"
     10560msgstr "نشانی دلخواه"
     10561
     10562#: wp-includes/media-template.php:858 wp-includes/js/dist/block-library.js:8765
     10563#: wp-includes/js/dist/block-library.js:12048
     10564#: wp-includes/js/dist/block-library.js:12387
     10565#: wp-includes/js/dist/block-library.js:17299
     10566#: wp-includes/js/dist/block-library.js:20134
     10567#: wp-includes/js/dist/block-library.js:23039
     10568#: wp-admin/includes/class-wp-screen.php:1153
     10569msgid "Columns"
     10570msgstr "ستون‌ها"
     10571
     10572#: wp-includes/media-template.php:661
     10573msgid "Alt Text"
     10574msgstr "متن جایگزین"
     10575
     10576#: wp-includes/media-template.php:591 wp-admin/upload.php:65
     10577msgid "Attachment Details"
     10578msgstr "جزئیات پیوست"
     10579
     10580#: wp-includes/media-template.php:811 wp-includes/media-template.php:891
     10581#: wp-includes/media-template.php:1082 wp-includes/media.php:3842
     10582#: wp-includes/js/dist/components.js:35981
     10583#: wp-includes/js/dist/block-editor.js:18472
     10584#: wp-admin/includes/class-custom-background.php:597
     10585#: wp-admin/includes/media.php:1144 wp-admin/edit-form-blocks.php:219
     10586msgid "Large"
     10587msgstr "بزرگ"
     10588
     10589#: wp-includes/media.php:4253
     10590msgid "&#8592; Cancel gallery"
     10591msgstr "&#8594; لغو گالری"
     10592
     10593#: wp-includes/media.php:4205
     10594msgid "Upload images"
     10595msgstr "بارگذاری تصاویر"
     10596
     10597#: wp-includes/media-template.php:833 wp-admin/includes/media.php:2572
     10598msgid "Gallery Settings"
     10599msgstr "تنظیمات گالری"
     10600
     10601#: wp-includes/media-template.php:719
     10602msgid "Attachment Display Settings"
     10603msgstr "تنظیمات نمایش پیوست"
     10604
     10605#: wp-includes/ms-functions.php:2177
     10606msgid "WordPress &rsaquo; Success"
     10607msgstr "وردپرس &rsaquo; کامیابی"
     10608
     10609#: wp-includes/media.php:4204
     10610msgid "Upload files"
     10611msgstr "بارگذاری پرونده‌ها"
     10612
     10613#: wp-includes/media.php:4254 wp-admin/includes/media.php:2643
     10614msgid "Insert gallery"
     10615msgstr "درج گالری"
     10616
     10617#: wp-includes/media-template.php:209 wp-includes/media-template.php:216
     10618#: wp-includes/media-template.php:253 wp-includes/js/dist/components.js:36813
     10619#: wp-admin/includes/media.php:2207
     10620msgid "Drop files to upload"
     10621msgstr "برای بارگذاری، پرونده‌ها را بکشید"
     10622
     10623#: wp-includes/media.php:4251
     10624msgid "Create gallery"
     10625msgstr "ایجاد گالری"
     10626
     10627#: wp-includes/media.php:4208 wp-includes/js/dist/block-editor.js:35167
     10628#: wp-admin/includes/media.php:21 wp-admin/upload.php:79
     10629#: wp-admin/upload.php:216
     10630msgid "Media Library"
     10631msgstr "کتابخانه پرونده‌های چندرسانه‌ای"
     10632
     10633#: wp-includes/ms-deprecated.php:617 wp-admin/install.php:218
     10634msgid "You appear to have already installed WordPress. To reinstall please clear your old database tables first."
     10635msgstr "شما پیش از‌این وردپرس را برپا نموده‌اید. برای راه‌اندازی دوباره ابتدا جدول‌های کهنه در پایگاه‌داده را پاک نمایید."
     10636
     10637#: wp-includes/ms-deprecated.php:617 wp-admin/install.php:217
     10638msgid "Already Installed"
     10639msgstr "پیش از‌ این راه‌اندازی شده است "
     10640
     10641#. translators: New user notification email. %s: Activation URL.
     10642#: wp-includes/ms-functions.php:1104
     10643msgid ""
     10644"To activate your user, please click the following link:\n"
     10645"\n"
     10646"%s\n"
     10647"\n"
     10648"After you activate, you will receive *another email* with your login."
     10649msgstr ""
     10650"برای فعال‌سازی کاربر خود، روی پیوند زیر کلیک کنید:\n"
     10651"\n"
     10652"%s\n"
     10653"\n"
     10654"پس از فعال‌سازی *ایمیل دیگری* همراه با اطلاعات ورود دریافت خواهید نمود."
     10655
     10656#. translators: New user notification email. 1: User login, 2: User IP address,
     10657#. 3: URL to Network Settings screen.
     10658#: wp-includes/ms-functions.php:1504
     10659msgid ""
     10660"New User: %1$s\n"
     10661"Remote IP address: %2$s\n"
     10662"\n"
     10663"Disable these notifications: %3$s"
     10664msgstr ""
     10665"کاربر جدید: %1$s\n"
     10666"Remote IP: %2$s\n"
     10667"\n"
     10668"غیر فعال کردن این آگاه‌سازی‌ها: %3$s"
     10669
     10670#. translators: New site notification email. 1: Site URL, 2: User IP address,
     10671#. 3: URL to Network Settings screen.
     10672#: wp-includes/ms-functions.php:1446
     10673msgid ""
     10674"New Site: %1$s\n"
     10675"URL: %2$s\n"
     10676"Remote IP address: %3$s\n"
     10677"\n"
     10678"Disable these notifications: %4$s"
     10679msgstr ""
     10680"سایت جدید: %1$s\n"
     10681"نشانی: %2$s\n"
     10682"Remote IP: %3$s\n"
     10683"\n"
     10684"غیر فعال کردن این آگاه‌سازی‌ها: %4$s"
     10685
     10686#: wp-includes/media-template.php:774 wp-includes/media-template.php:849
     10687#: wp-includes/media-template.php:1122
     10688#: wp-includes/js/dist/block-editor.js:35939
     10689#: wp-includes/js/dist/block-library.js:8370
     10690msgid "Media File"
     10691msgstr "پرونده رسانه‌ای"
     10692
     10693#: wp-includes/media-template.php:781 wp-includes/media-template.php:846
     10694#: wp-includes/media-template.php:1125
     10695#: wp-includes/js/dist/block-editor.js:35944
     10696#: wp-includes/js/dist/block-library.js:8367 wp-admin/includes/media.php:2585
     10697msgid "Attachment Page"
     10698msgstr "برگهٔ پیوست"
     10699
     10700#: wp-includes/widgets/class-wp-widget-media-image.php:105
     10701#: wp-includes/media-template.php:751 wp-includes/media-template.php:836
     10702#: wp-includes/media-template.php:1003 wp-includes/media-template.php:1118
     10703msgid "Link To"
     10704msgstr "پیوند به"
     10705
     10706#: wp-includes/media.php:4255
     10707msgid "Update gallery"
     10708msgstr "به‌روزرسانی گالری"
     10709
     10710#: wp-includes/user.php:2522 wp-admin/includes/user.php:189
     10711msgid "<strong>Error</strong>: This username is already registered. Please choose another one."
     10712msgstr "<strong>خطا</strong>:  نام کاربری پیش‌تر ثبت شده، شناسهٔ دیگری بنویسید."
     10713
     10714#: wp-includes/ms-functions.php:507 wp-admin/user-new.php:330
     10715msgid "Please enter a valid email address."
     10716msgstr "لطفاً یک نشانی ایمیل معتبر بنویسید."
     10717
     10718#: wp-includes/ms-functions.php:174 wp-admin/user-new.php:327
     10719msgid "The requested user does not exist."
     10720msgstr "کاربر درخواست‌شده وجود ندارد."
     10721
     10722#: wp-includes/class-wp-image-editor-gd.php:432
     10723#: wp-includes/class-wp-image-editor-gd.php:441
     10724#: wp-includes/class-wp-image-editor-gd.php:445
     10725#: wp-includes/class-wp-image-editor-gd.php:448
     10726msgid "Image Editor Save Failed"
     10727msgstr "ذخیرهٔ ویرایش تصویر ناموفق بود."
     10728
     10729#: wp-includes/class-wp-image-editor-gd.php:394
     10730msgid "Image flip failed."
     10731msgstr "برگردان تصویر با شکست روبه‌رو شد."
     10732
     10733#: wp-includes/class-wp-image-editor-gd.php:365
     10734msgid "Image rotate failed."
     10735msgstr "چرخش تصویر با شکست روبه‌رو شد."
     10736
     10737#: wp-includes/class-wp-image-editor-gd.php:339
     10738msgid "Image crop failed."
     10739msgstr "قاب‌بُری با شکست روبه‌رو شد."
     10740
     10741#: wp-includes/class-wp-image-editor-gd.php:170
     10742#: wp-includes/class-wp-image-editor-gd.php:196
     10743msgid "Image resize failed."
     10744msgstr "تغییر اندازه با شکست روبه‌رو شد."
     10745
     10746#: wp-includes/class-wp-image-editor-imagick.php:220
     10747#: wp-includes/class-wp-image-editor-gd.php:104
     10748msgid "Could not read image size."
     10749msgstr "نمی‌توان اندازهٔ تصویر را به دست آورد."
     10750
     10751#: wp-includes/class-wp-image-editor-imagick.php:154
     10752#: wp-includes/class-wp-image-editor-gd.php:99
     10753msgid "File is not an image."
     10754msgstr "پروندهٔ یک تصویر نیست."
     10755
     10756#: wp-includes/class-wp-image-editor-imagick.php:131
     10757#: wp-includes/class-wp-image-editor-gd.php:90
     10758msgid "File doesn&#8217;t exist?"
     10759msgstr "پرونده  &#8220;%s&#8221; پیدا نشد؟"
     10760
     10761#. translators: 1: User's first name, 2: Last name.
     10762#: wp-includes/user.php:1733
     10763msgctxt "Display name based on first name and last name"
     10764msgid "%1$s %2$s"
     10765msgstr "%1$s %2$s"
     10766
     10767#: wp-includes/taxonomy.php:2658
     10768msgid "Could not insert term relationship into the database."
     10769msgstr "ارتباط موارد نمی‌تواند به بانک اطلاعاتی افزوده شود."
     10770
     10771#: wp-includes/media-template.php:711 wp-includes/js/dist/components.js:30669
     10772#: wp-includes/js/dist/components.js:41364 wp-admin/theme-install.php:209
     10773#: wp-admin/theme-install.php:232 wp-admin/js/color-picker.js:154
     10774msgid "Clear"
     10775msgstr "پاکسازی"
     10776
     10777#: wp-includes/media.php:4256 wp-includes/media.php:4257
     10778msgid "Add to gallery"
     10779msgstr "افزودن به گالری"
     10780
     10781#: wp-includes/post.php:1712
     10782msgid "Insert into post"
     10783msgstr "گذاشتن در نوشته"
     10784
     10785#: wp-includes/media.php:4210
     10786msgid "Create a new gallery"
     10787msgstr "گالری تازه بسازید"
     10788
     10789#: wp-includes/post.php:78
     10790msgid "View Attachment Page"
     10791msgstr "دیدن برگهٔ پیوست"
     10792
     10793#: wp-includes/media-template.php:255 wp-admin/includes/media.php:2209
     10794msgid "Select Files"
     10795msgstr "گزینش پرونده‌ها"
     10796
     10797#: wp-includes/media-template.php:254 wp-admin/includes/media.php:2208
     10798msgctxt "Uploader: Drop files here - or - Select Files"
     10799msgid "or"
     10800msgstr "یا"
     10801
     10802#: wp-includes/widgets/class-wp-widget-media-image.php:98
     10803#: wp-includes/media-template.php:456 wp-includes/media-template.php:967
     10804#: wp-includes/media-template.php:1030 wp-admin/includes/media.php:1449
     10805#: wp-admin/includes/media.php:2928 wp-admin/includes/media.php:3185
     10806msgid "Alternative Text"
     10807msgstr "متن جایگزین"
     10808
     10809#. translators: 1: Blog name, 2: Separator (raquo), 3: Post type name.
     10810#: wp-includes/general-template.php:3111
     10811msgid "%1$s %2$s %3$s Feed"
     10812msgstr "%1$s %2$s %3$s خوراک"
     10813
     10814#: wp-includes/widgets/class-wp-widget-recent-posts.php:179
     10815msgid "Display post date?"
     10816msgstr "نمایش تاریخ نوشته؟"
     10817
     10818#: wp-includes/class-wp-xmlrpc-server.php:5373 wp-admin/includes/post.php:40
     10819#: wp-admin/includes/post.php:85
     10820msgid "Sorry, you are not allowed to create pages as this user."
     10821msgstr "با عرض پوزش، شما اجازهٔ ساختن برگه با این نام کاربری را ندارید. "
     10822
     10823#: wp-includes/class-wp-xmlrpc-server.php:4621
     10824#: wp-includes/class-wp-xmlrpc-server.php:4704
     10825msgid "Sorry, revisions are disabled."
     10826msgstr "با عرض پوزش، رونوشت‌ها غیر فعال شدند."
     10827
     10828#: wp-includes/class-wp-xmlrpc-server.php:3251
     10829#: wp-includes/class-wp-xmlrpc-server.php:4616
     10830#: wp-includes/class-wp-xmlrpc-server.php:4942
     10831#: wp-includes/class-wp-xmlrpc-server.php:6129 wp-admin/includes/post.php:480
     10832msgid "Sorry, you are not allowed to edit posts."
     10833msgstr "با عرض پوزش، شما مجاز نیستید نوشته‌ها را ویرایش کنید."
     10834
     10835#: wp-includes/class-wp-xmlrpc-server.php:2886
     10836msgid "Sorry, the user could not be updated."
     10837msgstr "با عرض پوزش، کاربر نمی‌تواند به‌روزرسانی شود."
     10838
     10839#: wp-includes/class-wp-xmlrpc-server.php:1700
     10840msgid "There is a revision of this post that is more recent."
     10841msgstr "رونوشت تازه‌تری از این نوشته وجود دارد."
     10842
     10843#: wp-includes/class-wp-xmlrpc-server.php:279
     10844msgid "Incorrect username or password."
     10845msgstr "نام‌کاربری یا رمز اشتباه است."
     10846
     10847#: wp-includes/class-wp-xmlrpc-server.php:268
     10848msgid "XML-RPC services are disabled on this site."
     10849msgstr "سرویس‌های XML-RPC در این سایت غیر فعال شده‌اند."
     10850
     10851#: wp-includes/class-wp-editor.php:192 wp-includes/class-wp-editor.php:1389
     10852msgctxt "Name for the Text editor tab (formerly HTML)"
     10853msgid "Text"
     10854msgstr "متن"
     10855
     10856#: wp-includes/class-wp-admin-bar.php:440 wp-admin/menu-header.php:288
     10857msgid "Skip to toolbar"
     10858msgstr "رفتن به نوار ابزار"
     10859
     10860#: wp-includes/class-wp-customize-manager.php:5255
     10861msgid "Header Text Color"
     10862msgstr "رنگ متن سربرگ"
     10863
     10864#: wp-includes/class-wp-customize-manager.php:5221
     10865msgid "Colors"
     10866msgstr "رنگ‌ها"
     10867
     10868#: wp-includes/script-loader.php:1105 wp-includes/js/dist/editor.js:11556
     10869#: wp-admin/js/widgets.js:130 wp-admin/js/widgets.js:575
     10870msgid "Saved"
     10871msgstr "ذخیره شد."
     10872
     10873#: wp-includes/script-loader.php:1093
     10874msgid "Save &amp; Publish"
     10875msgstr "ذخیره و انتشار"
     10876
     10877#: wp-includes/customize/class-wp-customize-media-control.php:256
     10878#: wp-includes/customize/class-wp-customize-media-control.php:261
     10879msgid "Select file"
     10880msgstr "انتخاب پرونده"
     10881
     10882#: wp-includes/admin-bar.php:447
     10883#: wp-includes/customize/class-wp-customize-theme-control.php:240
     10884#: wp-admin/includes/theme.php:990
     10885#: wp-admin/includes/class-theme-upgrader-skin.php:92
     10886#: wp-admin/customize.php:202 wp-admin/themes.php:535 wp-admin/themes.php:882
     10887#: wp-admin/themes.php:1094 wp-admin/theme-install.php:363
     10888#: wp-admin/menu.php:192
     10889msgid "Customize"
     10890msgstr "سفارشی‌سازی"
     10891
     10892#: wp-includes/class-wp-xmlrpc-server.php:736
     10893msgid "Insufficient arguments passed to this XML-RPC method."
     10894msgstr "آرگومان‌های لازم جهت استفاده از روش XML-RPC فرستاده نشده."
     10895
     10896#: wp-includes/class-wp-xmlrpc-server.php:1332
     10897msgid "Sorry, you cannot stick a private post."
     10898msgstr "با عرض پوزش، شما نمی‌توانید یک نوشته خصوصی را چسبان کنید."
     10899
     10900#: wp-includes/class-wp-xmlrpc-server.php:5851
     10901msgid "Sorry, you are not allowed to publish this page."
     10902msgstr "با عرض پوزش، شما اجازهٔ انتشار این برگه را ندارید."
     10903
     10904#: wp-includes/customize/class-wp-customize-header-image-control.php:54
     10905#: wp-includes/class-wp-customize-manager.php:5316
     10906#: wp-admin/includes/class-custom-image-header.php:107
     10907#: wp-admin/includes/class-custom-image-header.php:502
     10908#: wp-admin/includes/template.php:2249 wp-admin/includes/template.php:2256
     10909msgid "Header Image"
     10910msgstr "تصویر سربرگ"
     10911
     10912#: wp-includes/class-wp-xmlrpc-server.php:533
     10913msgid "Post Thumbnail"
     10914msgstr "تصویرکِ نوشته"
     10915
     10916#: wp-includes/script-loader.php:629
     10917msgid "Toggle Editor Text Direction"
     10918msgstr "تغییر جهت نوشتن در ویرایشگر"
     10919
     10920#: wp-includes/script-loader.php:628
     10921msgid "text direction"
     10922msgstr "جهت متن"
     10923
     10924#: wp-includes/ms-functions.php:703
     10925msgid "Please enter a site title."
     10926msgstr "لطفاً عنوان سایت را وارد نمایید."
     10927
     10928#. translators: %s: Minimum site name length.
     10929#: wp-includes/ms-functions.php:675
     10930msgid "Site name must be at least %s character."
     10931msgid_plural "Site name must be at least %s characters."
     10932msgstr[0] "نام سایت باید حداقل %s کاراکتر باشد."
     10933
     10934#: wp-includes/ms-functions.php:661
     10935msgid "That name is not allowed."
     10936msgstr "این نام مجاز نیست."
     10937
     10938#: wp-includes/ms-functions.php:653
     10939msgid "Please enter a site name."
     10940msgstr "لطفاً نام سایت را وارد نمایید."
     10941
     10942#: wp-includes/ms-functions.php:513
     10943msgid "Username must be at least 4 characters."
     10944msgstr "نام‌کاربری باید حداقل ۴ حرف داشته باشد."
     10945
     10946#: wp-includes/ms-functions.php:487
     10947msgid "Please enter a username."
     10948msgstr "لطفاً نام کاربری را وارد نمایید."
     10949
     10950#: wp-includes/class-wp-customize-manager.php:5611
     10951msgid "A static page"
     10952msgstr "برگهٔ ایستا"
     10953
     10954#: wp-includes/customize/class-wp-customize-background-image-control.php:33
     10955#: wp-includes/class-wp-customize-manager.php:5425
     10956#: wp-admin/includes/class-custom-background.php:253
     10957#: wp-admin/includes/template.php:2270
     10958msgid "Background Image"
     10959msgstr "تصویر پس‌زمینه"
     10960
     10961#: wp-includes/class-wp-customize-manager.php:5279
     10962#: wp-includes/js/dist/block-editor.js:13970
     10963#: wp-includes/js/dist/block-editor.js:15347
     10964#: wp-includes/js/dist/block-library.js:10436
     10965#: wp-admin/includes/class-custom-background.php:454
     10966#: wp-admin/includes/class-custom-background.php:455
     10967msgid "Background Color"
     10968msgstr "رنگ پس‌زمینه"
     10969
     10970#: wp-includes/js/dist/block-editor.js:13966
     10971#: wp-includes/js/dist/block-editor.js:15346
     10972#: wp-includes/js/dist/block-library.js:10432
     10973#: wp-includes/js/dist/format-library.js:1888
     10974#: wp-admin/includes/class-custom-image-header.php:716
     10975msgid "Text Color"
     10976msgstr "رنگ متن"
     10977
     10978#: wp-includes/customize/class-wp-customize-media-control.php:247
     10979msgid "Change image"
     10980msgstr "تغییر تصویر"
     10981
     10982#: wp-includes/customize/class-wp-customize-header-image-control.php:140
     10983#: wp-includes/js/dist/editor.js:8759 wp-includes/js/dist/block-library.js:8176
     10984msgid "Remove image"
     10985msgstr "حذف تصویر"
     10986
     10987#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:784
     10988#: wp-admin/comment.php:82
     10989msgid "Sorry, you are not allowed to edit this comment."
     10990msgstr "با عرض پوزش، شما مجاز به ویرایش این دیدگاه نیستید."
     10991
     10992#: wp-includes/class-wp-customize-manager.php:5645
     10993msgid "Posts page"
     10994msgstr "برگهٔ نوشته‌ها"
     10995
     10996#: wp-includes/script-loader.php:1129
     10997msgid "Allowed Files"
     10998msgstr "پرونده‌های مجاز"
     10999
     11000#: wp-includes/media-template.php:559
     11001#: wp-includes/class-wp-customize-widgets.php:777 wp-includes/media.php:4193
     11002#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:158
     11003#: wp-includes/customize/class-wp-customize-media-control.php:228
     11004#: wp-includes/customize/class-wp-customize-media-control.php:238
     11005#: wp-includes/customize/class-wp-customize-media-control.php:249
     11006#: wp-includes/customize/class-wp-customize-media-control.php:259
     11007#: wp-includes/class-wp-customize-manager.php:5196
     11008#: wp-includes/class-wp-editor.php:1383 wp-includes/js/dist/edit-post.js:1795
     11009#: wp-includes/js/dist/block-library.js:23721
     11010#: wp-admin/includes/class-walker-nav-menu-edit.php:278
     11011#: wp-admin/includes/class-wp-users-list-table.php:269
     11012#: wp-admin/includes/class-wp-users-list-table.php:458
     11013msgid "Remove"
     11014msgstr "حذف"
     11015
     11016#: wp-includes/js/dist/block-editor.js:34515
     11017#: wp-includes/js/dist/block-editor.js:35181
     11018#: wp-includes/js/dist/block-editor.js:35194
     11019#: wp-admin/includes/class-custom-background.php:333
     11020#: wp-admin/includes/media.php:2234 wp-admin/includes/media.php:2236
     11021#: wp-admin/includes/class-custom-image-header.php:613
     11022#: wp-admin/includes/class-wp-theme-install-list-table.php:63
     11023msgid "Upload"
     11024msgstr "بارگذاری"
     11025
     11026#: wp-includes/class-wp-xmlrpc-server.php:2406
     11027#: wp-includes/class-wp-xmlrpc-server.php:2512
     11028msgid "Sorry, you are not allowed to assign terms in this taxonomy."
     11029msgstr "با عرض پوزش، شما اجازهٔ اختصاص دادن موارد در این رده را ندارید. "
     11030
     11031#: wp-includes/class-wp-xmlrpc-server.php:2281
     11032msgid "Sorry, deleting the term failed."
     11033msgstr "با عرض پوزش، پاک کردن مورد با مشکل مواجه شد."
     11034
     11035#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:99
     11036#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:166
     11037#: wp-admin/edit-tags.php:29
     11038msgid "Sorry, you are not allowed to manage terms in this taxonomy."
     11039msgstr "با عرض پوزش، شما اجازهٔ پاک کردن موارد در این رده را ندارید. "
     11040
     11041#: wp-includes/class-wp-xmlrpc-server.php:2206
     11042msgid "Sorry, editing the term failed."
     11043msgstr "با عرض پوزش، ویرایش مورد با مشکل مواجه شد."
     11044
     11045#: wp-includes/class-wp-xmlrpc-server.php:1534
     11046#: wp-includes/class-wp-xmlrpc-server.php:2157
     11047#: wp-includes/class-wp-xmlrpc-server.php:2267
     11048#: wp-includes/class-wp-xmlrpc-server.php:2347 wp-includes/taxonomy.php:2197
     11049msgid "Invalid term ID."
     11050msgstr "شناسهٔ نادرست."
     11051
     11052#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:155
     11053#: wp-admin/edit-tags.php:23
     11054msgid "Sorry, you are not allowed to edit terms in this taxonomy."
     11055msgstr "با عرض پوزش، شما اجازهٔ ویرایش موارد این رده را ندارید. "
     11056
     11057#: wp-includes/class-wp-xmlrpc-server.php:2067
     11058#: wp-includes/class-wp-xmlrpc-server.php:2185
     11059#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:442
     11060#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:579
     11061#: wp-includes/taxonomy.php:2213 wp-includes/taxonomy.php:2972
     11062msgid "Parent term does not exist."
     11063msgstr "مورد مادر موجود نیست."
     11064
     11065#: wp-includes/class-wp-xmlrpc-server.php:2056
     11066msgid "This taxonomy is not hierarchical."
     11067msgstr "این رده سلسله‌مراتبی نیست."
     11068
     11069#: wp-includes/class-wp-xmlrpc-server.php:2051
     11070#: wp-includes/class-wp-xmlrpc-server.php:2168
     11071msgid "The term name cannot be empty."
     11072msgstr "نام مورد نمی‌تواند خالی باشد."
     11073
     11074#: wp-includes/class-wp-xmlrpc-server.php:2041
     11075#: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:411
     11076#: wp-admin/edit-tags.php:86
     11077msgid "Sorry, you are not allowed to create terms in this taxonomy."
     11078msgstr "با عرض پوزش، شما اجازهٔ ساختن موارد در این رده را ندارید. "
     11079
     11080#: wp-includes/class-wp-term.php:172
     11081#: wp-includes/class-wp-xmlrpc-server.php:2035
     11082#: wp-includes/class-wp-xmlrpc-server.php:2140
     11083#: wp-includes/class-wp-xmlrpc-server.php:2256
     11084#: wp-includes/class-wp-xmlrpc-server.php:2335
     11085#: wp-includes/class-wp-xmlrpc-server.php:2400
     11086#: wp-includes/class-wp-xmlrpc-server.php:2506
     11087#: wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:189
     11088#: wp-includes/class-wp-tax-query.php:548
     11089#: wp-includes/class-wp-tax-query.php:555 wp-includes/taxonomy.php:494
     11090#: wp-includes/taxonomy.php:760 wp-includes/taxonomy.php:861
     11091#: wp-includes/taxonomy.php:1045 wp-includes/taxonomy.php:1212
     11092#: wp-includes/taxonomy.php:2041 wp-includes/taxonomy.php:2179
     11093#: wp-includes/taxonomy.php:2528 wp-includes/taxonomy.php:2715
     11094#: wp-includes/taxonomy.php:2926 wp-admin/edit-tags.php:13
     11095#: wp-admin/edit-tags.php:19 wp-admin/includes/class-wp-terms-list-table.php:58
     11096msgid "Invalid taxonomy."
     11097msgstr "رده نامعتبر."
     11098
     11099#: wp-includes/widgets/class-wp-widget-links.php:147
     11100msgid "Select Link Category:"
     11101msgstr "انتخاب دستهٔ پیوند:"
     11102
     11103#: wp-includes/class-wp-xmlrpc-server.php:528 wp-admin/includes/file.php:53
     11104#: wp-admin/includes/file.php:61
     11105msgid "Stylesheet"
     11106msgstr "شیوه‌نامه"
     11107
     11108#: wp-includes/class-wp-xmlrpc-server.php:523
     11109#: wp-admin/includes/meta-boxes.php:976
     11110#: wp-admin/includes/class-wp-posts-list-table.php:1714
     11111msgid "Template"
     11112msgstr "قالب"
     11113
     11114#: wp-includes/widgets/class-wp-widget-links.php:183
     11115msgid "Number of links to show:"
     11116msgstr "تعداد پیوندهایی که نمایش داده می‌شود:"
     11117
     11118#: wp-includes/widgets/class-wp-widget-links.php:160
     11119msgid "Link ID"
     11120msgstr "شناسهٔ پیوند"
     11121
     11122#: wp-includes/widgets/class-wp-widget-links.php:159
     11123msgid "Link rating"
     11124msgstr "امتیاز پیوند"
     11125
     11126#: wp-includes/widgets/class-wp-widget-links.php:158
     11127msgid "Link title"
     11128msgstr "عنوان پیوند"
     11129
     11130#. translators: %s: Theme directory name.
     11131#: wp-includes/class-wp-theme.php:383 wp-includes/class-wp-theme.php:402
     11132msgid "The \"%s\" theme is not a valid parent theme."
     11133msgstr "\"%s\" یک پوستهٔ مادر نامعتبر است."
     11134
     11135#: wp-includes/class-wp-theme.php:263
     11136msgid "Stylesheet is not readable."
     11137msgstr "شیوه‌نامه قابل خواندن نیست."
     11138
     11139#: wp-includes/class-wp-theme.php:258
     11140msgid "Error: The themes directory is either empty or doesn&#8217;t exist. Please check your installation."
     11141msgstr "خطا: پوشهٔ مربوط به پوسته‌ها خالی است یا وجود ندارد. لطفاً بررسی نمایید."
     11142
     11143#. translators: %s: Document title from the preview.
     11144#: wp-includes/class-wp-customize-manager.php:4539
     11145msgid "Customize: %s"
     11146msgstr "سفارشی‌سازی: %s"
     11147
     11148#: wp-includes/widgets/class-wp-nav-menu-widget.php:185
     11149#: wp-includes/class-wp-customize-control.php:589
     11150#: wp-includes/class-wp-customize-nav-menus.php:704
     11151#: wp-admin/options-reading.php:113 wp-admin/options-reading.php:130
     11152#: wp-admin/includes/template.php:728 wp-admin/nav-menus.php:853
     11153#: wp-admin/widgets.php:333 wp-admin/export.php:211 wp-admin/export.php:216
     11154#: wp-admin/export.php:258 wp-admin/export.php:263 wp-admin/export.php:298
     11155#: wp-admin/export.php:303 wp-admin/options-privacy.php:218
     11156msgid "&mdash; Select &mdash;"
     11157msgstr "&mdash; گزینش &mdash;"
     11158
     11159#: wp-includes/class-wp-customize-manager.php:5116
     11160#: wp-admin/options-general.php:69
     11161msgid "Tagline"
     11162msgstr "معرفی کوتاه"
     11163
     11164#: wp-includes/class-wp-customize-manager.php:5610
     11165#: wp-admin/options-reading.php:89
     11166msgid "Your latest posts"
     11167msgstr "آخرین نوشته‌های شما"
     11168
     11169#: wp-includes/class-wp-xmlrpc-server.php:1405
     11170#: wp-includes/class-wp-xmlrpc-server.php:5677
     11171msgid "The post type may not be changed."
     11172msgstr "نوع نوشته نمی‌تواند تغییر یابد."
     11173
     11174#: wp-includes/class-wp-xmlrpc-server.php:518
     11175msgid "Image default align"
     11176msgstr "چینش پیش‌فرض تصویر"
     11177
     11178#: wp-includes/class-wp-xmlrpc-server.php:513
     11179msgid "Image default size"
     11180msgstr "اندازه پیش‌فرض تصویر"
     11181
     11182#: wp-includes/class-wp-xmlrpc-server.php:508
     11183msgid "Image default link type"
     11184msgstr "نوع پیوند پیش‌فرض تصویر"
     11185
     11186#: wp-includes/class-wp-xmlrpc-server.php:1402
     11187#: wp-includes/class-wp-xmlrpc-server.php:1881
     11188#: wp-includes/class-wp-xmlrpc-server.php:4699
     11189#: wp-includes/class-wp-xmlrpc-server.php:4885
     11190#: wp-includes/class-wp-xmlrpc-server.php:5124
     11191#: wp-includes/class-wp-xmlrpc-server.php:5667
     11192#: wp-includes/class-wp-xmlrpc-server.php:5988
     11193#: wp-includes/class-wp-xmlrpc-server.php:6361
     11194#: wp-includes/class-wp-xmlrpc-server.php:6550
     11195#: wp-includes/class-wp-xmlrpc-server.php:6608
     11196#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:431
     11197#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:708
     11198#: wp-admin/includes/post.php:267 wp-admin/includes/post.php:1891
     11199#: wp-admin/includes/post.php:1895 wp-admin/includes/media.php:3706
     11200#: wp-admin/includes/ajax-actions.php:1998
     11201msgid "Sorry, you are not allowed to edit this post."
     11202msgstr "با عرض پوزش، شما مجاز نیستید این نوشته را ویرایش کنید."
     11203
     11204#: wp-includes/admin-bar.php:390
     11205msgid "Edit Site"
     11206msgstr "ویرایش سایت"
     11207
     11208#: wp-includes/post.php:4712 wp-admin/includes/meta-boxes.php:538
     11209#: wp-admin/includes/post.php:540 wp-admin/includes/post.php:2067
     11210#: wp-admin/includes/ajax-actions.php:125 wp-admin/js/tags-suggest.js:12
     11211#: wp-admin/js/inline-edit-post.js:330 wp-admin/js/tags-box.js:9
     11212msgctxt "tag delimiter"
     11213msgid ","
     11214msgstr "،"
     11215
     11216#: wp-includes/class-wp-xmlrpc-server.php:1947
     11217#: wp-includes/class-wp-xmlrpc-server.php:4490
     11218#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:143
     11219#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:95
     11220#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:157
     11221#: wp-admin/post.php:135 wp-admin/edit.php:17 wp-admin/edit.php:42
     11222msgid "Sorry, you are not allowed to edit posts in this post type."
     11223msgstr "با عرض پوزش، شما اجازهٔ ویرایش نوشته‌هایی با این نوع نوشته را ندارید. "
     11224
     11225#: wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php:484
     11226#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:949
     11227msgid "The post cannot be deleted."
     11228msgstr "نوشته نمی‌تواند حذف شود."
     11229
     11230#: wp-includes/class-wp-xmlrpc-server.php:3435
     11231msgid "Sorry, you are not allowed to delete this category."
     11232msgstr "با عرض پوزش، شما اجازهٔ پاک کردن این دسته را ندارید. "
     11233
     11234#: wp-includes/class-wp-xmlrpc-server.php:1589
     11235msgid "Sorry, you are not allowed to add a term to one of the given taxonomies."
     11236msgstr "با عرض پوزش، شما مجاز نیستید مورد را به رده‌های داده شده بیافزایید."
     11237
     11238#: wp-includes/class-wp-xmlrpc-server.php:1581
     11239msgid "Ambiguous term name used in a hierarchical taxonomy. Please use term ID instead."
     11240msgstr "نام استفاده شده در سلسله مراتب رده مبهم است. لطفاً از شناسهٔ واژه به جای آن استفاده نمایید."
     11241
     11242#: wp-includes/class-wp-xmlrpc-server.php:1525
     11243#: wp-includes/class-wp-xmlrpc-server.php:1552
     11244msgid "Sorry, you are not allowed to assign a term to one of the given taxonomies."
     11245msgstr "با عرض پوزش، شما مجاز نیستید مورد را به رده‌های داده شده اختصاص دهید."
     11246
     11247#: wp-includes/class-wp-xmlrpc-server.php:1521
     11248#: wp-includes/class-wp-xmlrpc-server.php:1548
     11249msgid "Sorry, one of the given taxonomies is not supported by the post type."
     11250msgstr "با عرض پوزش، یکی از رده‌های داده شده توسط این نوع نوشته پشتیبانی نمی‌شود."
     11251
     11252#: wp-includes/class-wp.php:300 wp-includes/ms-deprecated.php:275
     11253#: wp-includes/ms-deprecated.php:294
     11254msgid "Sorry, you are not allowed to view this item."
     11255msgstr "با عرض پوزش، شما اجازهٔ مشاهدهٔ این مورد را ندارید."
     11256
     11257#: wp-includes/class-wp-xmlrpc-server.php:1448
     11258#: wp-includes/class-wp-xmlrpc-server.php:5381
     11259#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1158
     11260msgid "Invalid author ID."
     11261msgstr "شناسهٔ نویسندهٔ نامعتبر"
     11262
     11263#: wp-includes/class-wp-xmlrpc-server.php:1442
     11264#: wp-includes/class-wp-xmlrpc-server.php:5368
     11265#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:537
     11266#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:553
     11267#: wp-admin/includes/post.php:42 wp-admin/includes/post.php:87
     11268#: wp-admin/press-this.php:20 wp-admin/post-new.php:61
     11269msgid "Sorry, you are not allowed to create posts as this user."
     11270msgstr "با عرض پوزش، شما اجازهٔ ایجاد نوشته با این نام کاربری را ندارید. "
     11271
     11272#: wp-includes/class-wp-xmlrpc-server.php:1436
     11273msgid "Sorry, you are not allowed to create password protected posts in this post type."
     11274msgstr "با عرض پوزش، شما مجاز نیستید در این نوع نوشته نوشتهٔ رمزدار بسازید."
     11275
     11276#: wp-includes/class-wp-xmlrpc-server.php:1419
     11277#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1273
     11278msgid "Sorry, you are not allowed to create private posts in this post type."
     11279msgstr "با عرض پوزش، شما مجاز نیستید نوشتهٔ خصوصی با این نوع بسازید."
     11280
     11281#: wp-includes/general-template.php:1185 wp-includes/general-template.php:1668
     11282msgctxt "yearly archives date format"
     11283msgid "Y"
     11284msgstr "Y"
     11285
     11286#: wp-includes/general-template.php:1188 wp-includes/general-template.php:1671
     11287msgctxt "monthly archives date format"
     11288msgid "F Y"
     11289msgstr "F Y"
     11290
     11291#. translators: Double prime, for example in 9" (nine inches).
     11292#: wp-includes/formatting.php:94
     11293msgctxt "double prime"
     11294msgid "&#8243;"
     11295msgstr "&#8243;"
     11296
     11297#. translators: Prime, for example in 9' (nine feet).
     11298#: wp-includes/formatting.php:92
     11299msgctxt "prime"
     11300msgid "&#8242;"
     11301msgstr "&#8242;"
     11302
     11303#. translators: Apostrophe, for example in 'cause or can't.
     11304#: wp-includes/formatting.php:89
     11305msgctxt "apostrophe"
     11306msgid "&#8217;"
     11307msgstr "&#8217;"
     11308
     11309#: wp-signup.php:202
     11310msgid "Allow search engines to index this site."
     11311msgstr "موتورهای جستجو اجازه دارند محتوای این سایت را بررسی کنند."
     11312
     11313#: wp-load.php:90
     11314msgid "Create a Configuration File"
     11315msgstr "یک پروندهٔ پیکربندی بسازید"
     11316
     11317#. translators: %s: wp-config.php
     11318#: wp-load.php:87
     11319msgid "You can create a %s file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file."
     11320msgstr "می‌توانید پروندهٔ %s را از طریق یک رابط تحت وب بسازید، هرچند ممکن است این رابط در همهٔ سرویس‌دهنده اجرا نشود. امن‌ترین راه ساخت پرونده به صورت دستی است."
     11321
     11322#: wp-includes/class-wp-customize-manager.php:5657
     11323msgid "https://codex.wordpress.org/CSS"
     11324msgstr "https://codex.wordpress.org/CSS"
     11325
     11326#. translators: 1: Link to new site, 2: Login URL, 3: Username.
     11327#: wp-signup.php:529
     11328msgid "%1$s is your new site. <a href=\"%2$s\">Log in</a> as &#8220;%3$s&#8221; using your existing password."
     11329msgstr "%1$s سایت جدید شماست. با رمز عبورتان به عنوان &#8220;%3$s&#8221; <a href=\"%2$s\">وارد شوید</a>."
     11330
     11331#. translators: 1: Site URL, 2: Username, 3: User email address, 4: Lost
     11332#. password URL.
     11333#: wp-activate.php:159
     11334msgid "Your site at %1$s is active. You may now log in to your site using your chosen username of &#8220;%2$s&#8221;. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%4$s\">reset your password</a>."
     11335msgstr "سایت شما در %1$s فعال است. حالا می‌توانید با استفاده از نام‌کاربری انتخابی‌تان &#8220;%2$s&#8221; وارد سایت شوید. لطفا برای دریافت رمز و دستورات وارد شدن به سایت به صندوق ایمیل خود در %3$s سر بزنید. اگر ایمیل مورد نظر را پیدا نکردید، به پوشه جفنگ‌نامه‌ها نیز سر بزنید. اگر همچنان بعد از یک ساعت ایمیل موردنظر دریافت نشد، <a href=\"%4$s\">رمز خود را بازیابی کنید</a>."
     11336
     11337#. translators: 1: Login URL, 2: Username, 3: User email address, 4: Lost
     11338#. password URL.
     11339#: wp-activate.php:150
     11340msgid "Your account has been activated. You may now <a href=\"%1$s\">log in</a> to the site using your chosen username of &#8220;%2$s&#8221;. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%4$s\">reset your password</a>."
     11341msgstr "حساب شما فعال شد. حالا می‌توانید با استفاده از نام‌کاربری &#8220;%2$s&#8221; که خودتان ساخته‌اید، <a href=\"%1$s\">وارد</a> سایت شوید. لطفا برای دریافت رمز و دستورات وارد شدن به سایت به صندوق ایمیل خود در %3$s سر بزنید. اگر ایمیل مورد نظر را پیدا نکردید، به پوشه جفنگ‌نامه‌ها نیز سر بزنید. اگر همچنان بعد از یک ساعت ایمیل موردنظر دریافت نشد، <a href=\"%4$s\">رمز خود را بازیابی کنید</a>."
     11342
     11343#. translators: %s: Database repair URL.
     11344#: wp-includes/functions.php:1767
     11345msgid "One or more database tables are unavailable. The database may need to be <a href=\"%s\">repaired</a>."
     11346msgstr "تعدادی از جدول‌های پایگاه‌داده در دسترس نیستند. احتمالاً باید پایگاه‌داده <a href=\"%s\">تعمیر</a> شود."
     11347
     11348#: wp-includes/comment.php:790 wp-includes/comment.php:951
     11349msgid "You are posting comments too quickly. Slow down."
     11350msgstr "دیدگاه‌هایتان را خیلی سریع می‌نویسید، آرام‌تر."
     11351
     11352#: wp-includes/admin-bar.php:881
     11353msgctxt "admin bar menu group label"
     11354msgid "New"
     11355msgstr "تازه"
     11356
     11357#. translators: %s: File name.
     11358#: wp-includes/script-loader.php:840
     11359msgid "%s exceeds the maximum upload size for the multi-file uploader when used in your browser."
     11360msgstr "اندازه %s از حد تعیین شده برای بارگذاری پرونده‌ها در بارگذار چندپرونده‌ای بزرگ‌تر است."
     11361
     11362#. translators: %s: File name.
     11363#. translators: %s: Name of the file that failed to upload.
     11364#: wp-includes/script-loader.php:849 wp-admin/async-upload.php:104
     11365msgid "&#8220;%s&#8221; has failed to upload."
     11366msgstr "&#8220;%s&#8221; به‌خاطر وجود ایراد بارگذاری نشد."
     11367
     11368#. translators: 1: Opening link tag, 2: Closing link tag.
     11369#: wp-includes/script-loader.php:838
     11370msgid "Please try uploading this file with the %1$sbrowser uploader%2$s."
     11371msgstr "لطفاً جهت بارگذاری این پرونده از %1$sبارگذار مرورگر%2$s استفاده نمایید."
     11372
     11373#: wp-includes/widgets/class-wp-widget-links.php:149
     11374msgctxt "links widget"
     11375msgid "All Links"
     11376msgstr "همهٔ پیوندها"
     11377
     11378#. translators: Em dash.
     11379#: wp-includes/formatting.php:104
     11380msgctxt "em dash"
     11381msgid "&#8212;"
     11382msgstr "&#8212;"
     11383
     11384#. translators: En dash.
     11385#: wp-includes/formatting.php:102
     11386msgctxt "en dash"
     11387msgid "&#8211;"
     11388msgstr "&#8211;"
     11389
     11390#: wp-includes/class-wp-admin-bar.php:140
     11391msgid "The menu ID should not be empty."
     11392msgstr "شناسه فهرست نباید خالی باشد."
     11393
     11394#: wp-includes/admin-bar.php:134 wp-includes/admin-bar.php:153
     11395msgid "About WordPress"
     11396msgstr "درباره وردپرس"
     11397
     11398#. translators: %s: File name.
     11399#: wp-includes/script-loader.php:825
     11400msgid "%s exceeds the maximum upload size for this site."
     11401msgstr "اندازهٔ %s از حد تعیین شده برای بارگذاری پرونده‌ها در این سایت بزرگ‌تر است."
     11402
     11403#: wp-includes/admin-bar.php:194
     11404msgid "Feedback"
     11405msgstr "بازخورد"
     11406
     11407#: wp-includes/comment.php:3530
     11408msgid "<strong>Error</strong>: Please type your comment text."
     11409msgstr "<strong>خطا</strong>: لطفاً دیدگاهتان را بنویسید."
     11410
     11411#: wp-includes/comment.php:3505
     11412msgid "<strong>Error</strong>: Please enter a valid email address."
     11413msgstr "<strong>خطا</strong>: لطفا نشانی ایمیل معتبری را وارد نمایید."
     11414
     11415#: wp-includes/comment.php:3503
     11416msgid "<strong>Error</strong>: Please fill the required fields (name, email)."
     11417msgstr "<strong>خطا</strong>: لطفاً بخش‌های لازم را پر نمایید (نام، ایمیل)."
     11418
     11419#: wp-includes/admin-bar.php:174
     11420msgid "Documentation"
     11421msgstr "مستندات"
     11422
     11423#: wp-includes/general-template.php:4323 wp-includes/formatting.php:3872
     11424#: wp-admin/themes.php:249
     11425msgid "&hellip;"
     11426msgstr "&hellip;"
     11427
     11428#: wp-includes/wp-db.php:1683 wp-includes/functions.php:4708
     11429#: wp-includes/ms-load.php:473
     11430msgid "Error establishing a database connection"
     11431msgstr "خطا در برقراری ارتباط با پایگاه‌داده"
     11432
     11433#: wp-includes/functions.php:4708
     11434msgid "Database Error"
     11435msgstr "خطای پایگاه‌داده"
     11436
     11437#. translators: %s: Number of comments.
     11438#: wp-includes/comment-template.php:908 wp-includes/comment-template.php:923
     11439#: wp-admin/includes/ajax-actions.php:465
     11440#: wp-admin/includes/ajax-actions.php:1372 wp-admin/includes/dashboard.php:305
     11441msgid "%s Comment"
     11442msgid_plural "%s Comments"
     11443msgstr[0] "%s دیدگاه"
     11444
     11445#: wp-includes/admin-bar.php:164
     11446#: wp-includes/widgets/class-wp-widget-meta.php:91
     11447msgid "WordPress.org"
     11448msgstr "وردپرس"
     11449
     11450#. translators: %s: Site title.
     11451#. translators: Network admin screen title. %s: Network title.
     11452#: wp-includes/admin-bar.php:356 wp-admin/admin-header.php:39
     11453msgid "Network Admin: %s"
     11454msgstr "مدیر شبکه: %s"
     11455
     11456#: wp-includes/taxonomy.php:587
     11457msgctxt "taxonomy singular name"
     11458msgid "Tag"
     11459msgstr "برچسب"
     11460
     11461#: wp-includes/taxonomy.php:586
     11462msgctxt "taxonomy general name"
     11463msgid "Tags"
     11464msgstr "برچسب‌ها"
     11465
     11466#. translators: 1: wp_enqueue_scripts, 2: admin_enqueue_scripts, 3:
     11467#. login_enqueue_scripts
     11468#: wp-includes/functions.wp-scripts.php:50
     11469msgid "Scripts and styles should not be registered or enqueued until the %1$s, %2$s, or %3$s hooks."
     11470msgstr "اسکریپت‌ها و شیوه‌نامه‌ها نباید پیش از %1$s، %2$s و %3$s ثبت یا فراخوانی شوند."
     11471
     11472#. translators: 1: Home URL, 2: Admin URL.
     11473#: wp-includes/ms-functions.php:2173
     11474msgid "You have been added to this site. Please visit the <a href=\"%1$s\">homepage</a> or <a href=\"%2$s\">log in</a> using your username and password."
     11475msgstr "شما به این سایت افزوده شدید. لطفاً با استفاده از نام کاربری و رمزعبور خود به <a href=\"%1$s\">صفحهٔ اصلی</a> یا <a href=\"%2$s\">بخش ورود</a> مراجعه نمایید."
     11476
     11477#: wp-includes/script-loader.php:829
     11478msgid "Memory exceeded. Please try another smaller file."
     11479msgstr "حافظه سرریز شد. لطفاً پروندهٔ کوچک‌تری را امتحان نمایید."
     11480
     11481#: wp-includes/script-loader.php:830
     11482msgid "This is larger than the maximum size. Please try another."
     11483msgstr "اندازهٔ این پرونده بیشتر از حد مجاز است. لطفاً یکی دیگر را امتحان نمایید."
     11484
     11485#: wp-includes/script-loader.php:828
     11486msgid "This file is not an image. Please try another."
     11487msgstr "این پرونده تصویر نیست. لطفأ پرونده‌ٔ دیگری را امتحان نمایید."
     11488
     11489#: wp-includes/general-template.php:4457
     11490msgctxt "admin color scheme"
     11491msgid "Blue"
     11492msgstr "آبی"
     11493
     11494#: wp-includes/formatting.php:4838
     11495msgid "The timezone you have entered is not valid. Please select a valid timezone."
     11496msgstr "منطقهٔ زمانی انتخابی شما نامعتبر است. لطفاً یک منطقهٔ معتبر را انتخاب نمایید."
     11497
     11498#: wp-includes/admin-bar.php:874
     11499msgctxt "add new from admin bar"
     11500msgid "User"
     11501msgstr "کاربر"
     11502
     11503#: wp-includes/post.php:75
     11504msgctxt "add new from admin bar"
     11505msgid "Media"
     11506msgstr "رسانه"
     11507
     11508#: wp-includes/taxonomy.php:594
     11509msgid "View Category"
     11510msgstr "نمایش دسته"
     11511
     11512#: wp-includes/taxonomy.php:594
     11513msgid "View Tag"
     11514msgstr "دیدن برچسب"
     11515
     11516#: wp-includes/pluggable.php:1135 wp-includes/pluggable.php:1180
     11517msgid "You should specify a nonce action to be verified by using the first parameter."
     11518msgstr "شما باید برای تأیید و شناسایی توسط متغیر اول یک عمل فوری مشخص کنید."
     11519
     11520#. translators: 1: Login URL, 2: Network home URL.
     11521#: wp-activate.php:202
     11522msgid "Your account is now activated. <a href=\"%1$s\">Log in</a> or go back to the <a href=\"%2$s\">homepage</a>."
     11523msgstr "حساب شما هم‌اکنون فعال شد. می‌توانید <a href=\"%1$s\">وارد</a> سایت شوید یا به <a href=\"%2$s\">صفحه اصلی</a> برگردید."
     11524
     11525#. translators: 1: Site URL, 2: Login URL.
     11526#: wp-activate.php:194
     11527msgid "Your account is now activated. <a href=\"%1$s\">View your site</a> or <a href=\"%2$s\">Log in</a>"
     11528msgstr "حساب شما هم‌اکنون فعال شد. می‌توانید سایت را <a href=\"%1$s\">مشاهده</a> کنید یا <a href=\"%2$s\">وارد</a> آن شوید."
     11529
     11530#: wp-includes/class-wp-editor.php:1256 wp-includes/js/dist/editor.js:8966
     11531#: wp-includes/js/dist/block-library.js:10621
     11532#: wp-includes/js/dist/format-library.js:1462
     11533msgid "Link"
     11534msgstr "پیوند"
     11535
     11536#: wp-includes/post.php:1709
     11537msgid "All Pages"
     11538msgstr "همهٔ برگه‌ها"
     11539
     11540#: wp-includes/post.php:1709
     11541msgid "All Posts"
     11542msgstr "همهٔ نوشته‌ها"
     11543
     11544#: wp-includes/class-walker-comment.php:250
     11545msgid "Pingback:"
     11546msgstr "بازتاب:"
     11547
     11548#: wp-includes/link-template.php:2584
     11549msgid "Post navigation"
     11550msgstr "راهبری نوشته"
     11551
     11552#: wp-includes/link-template.php:3061 wp-includes/link-template.php:3124
     11553msgid "Comments navigation"
     11554msgstr "راهبری دیدگاه‌ها"
     11555
     11556#: wp-includes/class-wp-editor.php:1231
     11557msgid "Poster"
     11558msgstr "پوستر"
     11559
     11560#: wp-includes/widgets/class-wp-widget-media-audio.php:72
     11561#: wp-includes/widgets/class-wp-widget-media-video.php:74
     11562#: wp-includes/media-template.php:1251 wp-includes/media-template.php:1350
     11563#: wp-includes/js/dist/block-library.js:9535
     11564#: wp-includes/js/dist/block-library.js:23460
     11565msgid "Preload"
     11566msgstr "پیش‌بارگذاری"
     11567
     11568#: wp-includes/class-wp-admin-bar.php:442 wp-admin/user-edit.php:329
     11569msgid "Toolbar"
     11570msgstr "نوار ابزار"
     11571
     11572#: wp-includes/class-http.php:299
     11573msgid "Destination directory for file streaming does not exist or is not writable."
     11574msgstr "پوشهٔ مشخص‌شده برای خواندن پرونده‌ها وجود ندارد یا قابل نوشتن نیست."
     11575
     11576#: wp-includes/class-http.php:572
     11577msgid "There are no HTTP transports available which can complete the requested request."
     11578msgstr "هیچ دادوستد داده‌ای برای تکمیل فرآیند این درخواست وجود ندارد."
     11579
     11580#: wp-includes/taxonomy.php:166 wp-admin/includes/meta-boxes.php:1469
     11581#: wp-admin/includes/class-wp-posts-list-table.php:1862
     11582msgctxt "post format"
     11583msgid "Format"
     11584msgstr "ساختار"
     11585
     11586#: wp-includes/class-wp-editor.php:1852
     11587msgid "Or link to existing content"
     11588msgstr "یا پیوند به محتوای موجود"
     11589
     11590#: wp-includes/class-wp-editor.php:1838
     11591msgid "Enter the destination URL"
     11592msgstr "نشانی مقصد را وارد نمایید"
     11593
     11594#: wp-includes/query.php:157 wp-includes/query.php:183
     11595#: wp-includes/query.php:209 wp-includes/query.php:238
     11596#: wp-includes/query.php:267 wp-includes/query.php:296
     11597#: wp-includes/query.php:333 wp-includes/query.php:357
     11598#: wp-includes/query.php:383 wp-includes/query.php:409
     11599#: wp-includes/query.php:429 wp-includes/query.php:462
     11600#: wp-includes/query.php:495 wp-includes/query.php:525
     11601#: wp-includes/query.php:549 wp-includes/query.php:581
     11602#: wp-includes/query.php:605 wp-includes/query.php:629
     11603#: wp-includes/query.php:649 wp-includes/query.php:669
     11604#: wp-includes/query.php:693 wp-includes/query.php:727
     11605#: wp-includes/query.php:761 wp-includes/query.php:785
     11606#: wp-includes/query.php:809 wp-includes/query.php:833
     11607#: wp-includes/query.php:857 wp-includes/query.php:877
     11608msgid "Conditional query tags do not work before the query is run. Before then, they always return false."
     11609msgstr "دستورات شرطی قبل از اجرای کوئری اصلی کار نمی‌کنند و همیشه مقدار false را برمی‌گردانند."
     11610
     11611#: wp-includes/ms-functions.php:1173
     11612msgid "The user is already active."
     11613msgstr "این کاربر از پیش فعال است."
     11614
     11615#. translators: Developer debugging message. 1: PHP function name, 2:
     11616#. Explanatory message, 3: WordPress version number.
     11617#: wp-includes/functions.php:5220
     11618msgid "%1$s was called <strong>incorrectly</strong>. %2$s %3$s"
     11619msgstr "تابع %1$s به طور<strong>نادرست</strong> فراخوانی شد. %2$s %3$s"
     11620
     11621#. translators: %s: Version number.
     11622#: wp-includes/functions.php:5208
     11623msgid "(This message was added in version %s.)"
     11624msgstr "(این پیام در نگارش %s افزوده شده است.)"
     11625
     11626#. translators: %s: Comment URL.
     11627#: wp-includes/pluggable.php:1643
     11628msgid "Permalink: %s"
     11629msgstr "پیوند یکتا: %s"
     11630
     11631#: wp-includes/post-formats.php:98
     11632msgctxt "Post format"
     11633msgid "Standard"
     11634msgstr "استاندارد"
     11635
     11636#. translators: %s: Site address.
     11637#: wp-signup.php:137
     11638msgid "Your address will be %s."
     11639msgstr "نشانی شما خواهد بود %s."
     11640
     11641#: wp-signup.php:131
     11642msgid "domain"
     11643msgstr "دامنه"
     11644
     11645#: wp-includes/post-formats.php:107
     11646msgctxt "Post format"
     11647msgid "Audio"
     11648msgstr "صدا"
     11649
     11650#: wp-includes/class-wp-xmlrpc-server.php:5329
     11651#: wp-includes/class-wp-xmlrpc-server.php:5684
     11652msgid "Invalid post format."
     11653msgstr "ساختار نامعتبر نوشته."
     11654
     11655#: wp-includes/class-wp-editor.php:1869
     11656msgid "No search term specified. Showing recent items."
     11657msgstr "معیاری برای جستجو مشخص نشده است. نمایش دادن آخرین موارد."
     11658
     11659#: wp-includes/plugin.php:837
     11660msgid "Only a static class method or function can be used in an uninstall hook."
     11661msgstr "فقط یک متد کلاس ایستا یا تابع می‌تواند در قلاب حذف استفاده شود."
     11662
     11663#: wp-includes/post.php:3519
     11664msgid "Passing an integer number of posts is deprecated. Pass an array of arguments instead."
     11665msgstr "تاریخ مصرف استفاده از اعداد برای فراخوانی نوشته‌ها گذشته است، در عوض باید از آرگومان استفاده کنید."
     11666
     11667#: wp-includes/post-formats.php:106
     11668msgctxt "Post format"
     11669msgid "Video"
     11670msgstr "ویدئو"
     11671
     11672#: wp-includes/post-formats.php:105
     11673msgctxt "Post format"
     11674msgid "Status"
     11675msgstr "وضعیت"
     11676
     11677#: wp-includes/post-formats.php:104
     11678msgctxt "Post format"
     11679msgid "Quote"
     11680msgstr "گفتاورد"
     11681
     11682#: wp-includes/post-formats.php:103
     11683msgctxt "Post format"
     11684msgid "Image"
     11685msgstr "تصویر"
     11686
     11687#: wp-includes/post-formats.php:102
     11688msgctxt "Post format"
     11689msgid "Link"
     11690msgstr "پیوند"
     11691
     11692#: wp-includes/post-formats.php:101
     11693msgctxt "Post format"
     11694msgid "Gallery"
     11695msgstr "گالری"
     11696
     11697#: wp-includes/post-formats.php:100
     11698msgctxt "Post format"
     11699msgid "Chat"
     11700msgstr "گپ"
     11701
     11702#: wp-includes/post-formats.php:99
     11703msgctxt "Post format"
     11704msgid "Aside"
     11705msgstr "حاشیه"
     11706
     11707#: wp-includes/post.php:1707
     11708msgid "No pages found in Trash."
     11709msgstr "برگه‌ای در زباله‌دان یافت نشد."
     11710
     11711#: wp-includes/post.php:1707
     11712msgid "No posts found in Trash."
     11713msgstr "نوشته‌ای در زباله‌دان یافت نشد."
     11714
     11715#: wp-includes/post.php:1706
     11716msgid "No pages found."
     11717msgstr "برگه‌ای پیدا نشد."
     11718
     11719#: wp-includes/admin-bar.php:679
     11720msgid "Shortlink"
     11721msgstr "پیوندک"
     11722
     11723#: wp-includes/class-wp-xmlrpc-server.php:1498
     11724#: wp-includes/class-wp-xmlrpc-server.php:4296
     11725#: wp-includes/class-wp-xmlrpc-server.php:5531
     11726#: wp-includes/class-wp-xmlrpc-server.php:5925
     11727msgid "Invalid attachment ID."
     11728msgstr "شناسهٔ پیوست نامعتبر است."
     11729
     11730#: wp-includes/registration.php:9 wp-includes/registration-functions.php:9
     11731msgid "This file no longer needs to be included."
     11732msgstr "دیگر نیازی به فراخوانی (include) این پرونده نیست."
     11733
     11734#: wp-includes/widgets/class-wp-widget-categories.php:193
     11735#: wp-includes/widgets/class-wp-widget-archives.php:224
     11736#: wp-includes/js/dist/block-library.js:9221
     11737#: wp-includes/js/dist/block-library.js:11359
     11738msgid "Display as dropdown"
     11739msgstr "نمایش به عنوان فهرست بازشو"
     11740
     11741#: wp-includes/class-wp-xmlrpc-server.php:610
     11742msgid "Large size image height"
     11743msgstr "ارتفاع تصویر بزرگ"
     11744
     11745#: wp-includes/class-wp-xmlrpc-server.php:605
     11746msgid "Large size image width"
     11747msgstr "پهنای تصویر بزرگ"
     11748
     11749#: wp-includes/class-wp-xmlrpc-server.php:590
     11750msgid "Medium size image height"
     11751msgstr "ارتفاع تصویر میانه"
     11752
     11753#: wp-includes/class-wp-xmlrpc-server.php:585
     11754msgid "Medium size image width"
     11755msgstr "پهنای تصویر میانه"
     11756
     11757#: wp-includes/class-wp-xmlrpc-server.php:580
     11758msgid "Crop thumbnail to exact dimensions"
     11759msgstr "بریدن تصویرک با اندازهٔ دقیق"
     11760
     11761#: wp-includes/class-wp-xmlrpc-server.php:575
     11762msgid "Thumbnail Height"
     11763msgstr "ارتفاع تصویرک"
     11764
     11765#: wp-includes/class-wp-xmlrpc-server.php:570
     11766msgid "Thumbnail Width"
     11767msgstr "پهنای تصویرک"
     11768
     11769#: wp-login.php:1002
     11770msgid "Confirm new password"
     11771msgstr "تأیید رمز جدید"
     11772
     11773#: wp-login.php:984
     11774msgid "New password"
     11775msgstr "رمز جدید"
     11776
     11777#: wp-login.php:976
     11778msgid "Enter your new password below."
     11779msgstr "روز عبور تازهٔ خود را در زیر بنویسید."
     11780
     11781#: wp-login.php:976 wp-login.php:1023
     11782msgid "Reset Password"
     11783msgstr "نوسازی رمز"
     11784
     11785#: wp-login.php:968
     11786msgid "Your password has been reset."
     11787msgstr "رمز عبورتان نوسازی شد."
     11788
     11789#: wp-login.php:968
     11790msgid "Password Reset"
     11791msgstr "نوسازی رمز"
     11792
     11793#: wp-login.php:952
     11794msgid "The passwords do not match."
     11795msgstr "این رمزها یکسان نیستند."
     11796
     11797#: wp-login.php:436
     11798msgid "To reset your password, visit the following address:"
     11799msgstr "برای نوسازی رمزتان‌ این نشانی را ببینید:"
     11800
     11801#: wp-login.php:435
     11802msgid "If this was a mistake, just ignore this email and nothing will happen."
     11803msgstr "اگر اشتباهی رخ داده، کافیست‌ این نامه را نادیده بگیرید و هیچ اتفاقی رخ نمی‌دهد."
     11804
     11805#: wp-login.php:430
     11806msgid "Someone has requested a password reset for the following account:"
     11807msgstr "کسی درخواست به‌روزرسانی رمز این حساب را داده است:"
     11808
     11809#: wp-includes/post-formats.php:74
     11810msgid "Invalid post."
     11811msgstr "نوشته نامعتبر."
     11812
     11813#: wp-includes/admin-bar.php:640
     11814msgid "Manage Comments"
     11815msgstr "مدیریت دیدگاه‌ها"
     11816
     11817#: wp-includes/class-wp-theme.php:959
     11818msgid "Blavatar"
     11819msgstr "نیم‌رخ وبلاگ"
     11820
     11821#. translators: %s: Taxonomy name.
     11822#: wp-includes/post.php:4080
     11823msgid "Invalid taxonomy: %s."
     11824msgstr "رده نامعتبر: %s."
     11825
     11826#: wp-includes/taxonomy.php:138
     11827msgid "New Link Category Name"
     11828msgstr "نام تازهٔ دستهٔ پیوند"
     11829
     11830#: wp-includes/taxonomy.php:137
     11831msgid "Add New Link Category"
     11832msgstr "افزودن دستهٔ پیوند تازه"
     11833
     11834#: wp-includes/taxonomy.php:136
     11835msgid "Update Link Category"
     11836msgstr "به‌روزرسانی دستهٔ پیوند"
     11837
     11838#: wp-includes/taxonomy.php:134
     11839msgid "All Link Categories"
     11840msgstr "همهٔ دسته‌های پیوند"
     11841
     11842#: wp-includes/taxonomy.php:132
     11843msgid "Search Link Categories"
     11844msgstr "جستجو در دسته‌های پیوند"
     11845
     11846#: wp-includes/taxonomy.php:131
     11847msgid "Link Category"
     11848msgstr "دستهٔ پیوند"
     11849
     11850#: wp-includes/user.php:3078 wp-includes/js/dist/core-data.js:2081
     11851msgid "User"
     11852msgstr "کاربر"
     11853
     11854#: wp-includes/admin-bar.php:501
     11855msgid "Network Admin"
     11856msgstr "مدیر شبکه"
     11857
     11858#. translators: 1: Site link, 2: Search query.
     11859#: wp-includes/theme-compat/sidebar.php:93
     11860msgid "You have searched the %1$s blog archives for <strong>&#8216;%2$s&#8217;</strong>. If you are unable to find anything in these search results, you can try one of these links."
     11861msgstr "شما بایگانی وبلاگ <a href=\"%1$s/\">%2$s</a> را برای <strong>&#8216;%3$s&#8217;</strong> جستجو کردید. اگر نتیجه دلخواه را در میان نتایج جستجو پیدا نکرده‌اید، پیوند‌های زیر را امتحان نمایید."
     11862
     11863#: wp-includes/theme-compat/sidebar.php:71
     11864msgid "F, Y"
     11865msgstr "F, Y"
     11866
     11867#: wp-includes/theme-compat/sidebar.php:59
     11868msgid "l, F jS, Y"
     11869msgstr "l, F jS, Y"
     11870
     11871#. translators: %s: Category name.
     11872#: wp-includes/theme-compat/sidebar.php:46
     11873msgid "You are currently browsing the archives for the %s category."
     11874msgstr "شما در حال مرور بایگانی دستهٔ %s هستید."
     11875
     11876#. translators: Used to join items in a list with only 2 items.
     11877#: wp-includes/formatting.php:5125
     11878msgid "%1$s and %2$s"
     11879msgstr "%1$s و %2$s"
     11880
     11881#. translators: 1: Blog name, 2: WordPress
     11882#: wp-includes/theme-compat/footer.php:26
     11883msgid "%1$s is proudly powered by %2$s"
     11884msgstr "%1$s با افتخار نیرو گرفته از %2$s"
     11885
     11886#: wp-includes/theme-compat/comments.php:24
     11887msgid "This post is password protected. Enter the password to view comments."
     11888msgstr "این نوشته با رمز عبور محافظت شده‌است. برای نمایش دیدگاه‌ها رمز عبور خود را وارد نمایید."
     11889
     11890#: wp-includes/taxonomy.php:600
     11891msgid "Choose from the most used tags"
     11892msgstr "انتخاب از برچسب‌های بیشتر استفاده شده"
     11893
     11894#: wp-includes/taxonomy.php:597
     11895msgid "New Category Name"
     11896msgstr "نام تازهٔ دسته"
     11897
     11898#: wp-includes/taxonomy.php:597
     11899msgid "New Tag Name"
     11900msgstr "نام جدید برچسب"
     11901
     11902#: wp-includes/taxonomy.php:596
     11903msgid "Add New Category"
     11904msgstr "افزودن دسته تازه"
     11905
     11906#: wp-includes/taxonomy.php:596
     11907msgid "Add New Tag"
     11908msgstr "افزودن برچسب"
     11909
     11910#: wp-includes/taxonomy.php:595
     11911msgid "Update Tag"
     11912msgstr "به‌روزرسانی برچسب"
     11913
     11914#: wp-includes/taxonomy.php:592
     11915msgid "Parent Category:"
     11916msgstr "دستهٔ مادر:"
     11917
     11918#: wp-includes/taxonomy.php:591 wp-includes/js/dist/editor.js:12315
     11919msgid "Parent Category"
     11920msgstr "دستهٔ مادر"
     11921
     11922#: wp-includes/taxonomy.php:590
     11923msgid "All Tags"
     11924msgstr "همهٔ برچسب‌ها"
     11925
     11926#: wp-includes/taxonomy.php:589
     11927msgid "Popular Tags"
     11928msgstr "برچسب‌های محبوب"
     11929
     11930#: wp-includes/taxonomy.php:588
     11931msgid "Search Tags"
     11932msgstr "جست‌وجوی برچسب‌ها"
     11933
     11934#: wp-includes/taxonomy.php:587
     11935msgctxt "taxonomy singular name"
     11936msgid "Category"
     11937msgstr "دسته"
     11938
     11939#: wp-includes/taxonomy.php:586
     11940msgctxt "taxonomy general name"
     11941msgid "Categories"
     11942msgstr "دسته‌ها"
     11943
     11944#: wp-signup.php:976
     11945msgid "Sorry, new registrations are not allowed at this time."
     11946msgstr "با عرض پوزش، نام‌نویسی‌های جدید هم‌اکنون غیر فعال شده است."
     11947
     11948#: wp-signup.php:843
     11949msgid "Check the junk or spam folder of your email client. Sometime emails wind up there by mistake."
     11950msgstr "پوشهٔ junk یا spam ایمیل خود را بررسی نمایید. گاهی ایمیل‌ها به اشتباه به آن‌جا می‌روند."
     11951
     11952#: wp-signup.php:842
     11953msgid "Wait a little longer. Sometimes delivery of email can be delayed by processes outside of our control."
     11954msgstr "کمی بیشتر صبر کنید، گاهی عواملی خارج از کنترل ما باعث تاخیر در دریافت ایمیل می‌شوند."
     11955
     11956#: wp-signup.php:273
     11957msgid "We send your registration email to this address. (Double-check your email address before continuing.)"
     11958msgstr "ما ایمیل نام‌نویسی شما را به این نشانی ارسال می‌کنیم. (پیش از ادامه دادن، مجدداً نشانی ایمیل خود را بررسی کنید.)"
     11959
     11960#: wp-includes/post.php:1708
     11961msgid "Parent Page:"
     11962msgstr "برگهٔ مادر:"
     11963
     11964#: wp-includes/post.php:274
     11965msgid "No blocks found in Trash."
     11966msgstr "هیچ بلوکی در زباله‌دان پیدا نشد."
     11967
     11968#: wp-includes/post.php:1705
     11969msgid "Search Pages"
     11970msgstr "جست‌وجوی برگه‌ها"
     11971
     11972#: wp-includes/post.php:1705
     11973msgid "Search Posts"
     11974msgstr "جست‌وجوی نوشته‌ها"
     11975
     11976#: wp-includes/post.php:1701
     11977msgid "Edit Page"
     11978msgstr "ویرایش برگه"
     11979
     11980#: wp-includes/post.php:1700
     11981msgid "Add New Page"
     11982msgstr "افزودن برگهٔ تازه"
     11983
     11984#: wp-includes/post.php:1700
     11985msgid "Add New Post"
     11986msgstr "نوشتهٔ تازه"
     11987
     11988#: wp-includes/post.php:1698
     11989msgctxt "post type singular name"
     11990msgid "Page"
     11991msgstr "برگه"
     11992
     11993#: wp-includes/post.php:1698
     11994msgctxt "post type singular name"
     11995msgid "Post"
     11996msgstr "نوشته"
     11997
     11998#: wp-includes/post.php:1697
     11999msgctxt "post type general name"
     12000msgid "Pages"
     12001msgstr "برگه‌ها"
     12002
     12003#: wp-includes/post.php:1697 wp-admin/export.php:183
     12004msgctxt "post type general name"
     12005msgid "Posts"
     12006msgstr "نوشته‌ها"
     12007
     12008#: wp-includes/ms-default-constants.php:146
     12009msgid "<strong>Conflicting values for the constants VHOST and SUBDOMAIN_INSTALL.</strong> The value of SUBDOMAIN_INSTALL will be assumed to be your subdomain configuration setting."
     12010msgstr "<strong>مقادیر متضاد در ثابت‌های  VHOST و SUBDOMAIN_INSTALL.</strong>. مقدار SUBDOMAIN_INSTALL به عنوان تنظیمات پیکربندی زیردامنه شما در نظر گرفته می‌شود."
     12011
     12012#: wp-includes/user.php:2519 wp-admin/includes/user.php:185
     12013msgid "<strong>Error</strong>: This username is invalid because it uses illegal characters. Please enter a valid username."
     12014msgstr "<strong>خطا</strong>: شناسه نادرست است زیرا از حروف غیرمعتبر استفاده شده است. یک شناسه درست بنویسید."
     12015
     12016#. translators: %s: Asterisk symbol (*).
     12017#: wp-includes/comment-template.php:2397 wp-admin/includes/media.php:1683
     12018#: wp-admin/includes/media.php:2011 wp-admin/includes/media.php:2906
     12019#: wp-admin/network/site-new.php:223
     12020msgid "Required fields are marked %s"
     12021msgstr "بخش‌های موردنیاز علامت‌گذاری شده‌اند %s"
     12022
     12023#. translators: %s: Template name.
     12024#: wp-includes/theme-compat/sidebar.php:15
     12025#: wp-includes/theme-compat/header.php:15
     12026#: wp-includes/theme-compat/footer.php:15
     12027#: wp-includes/theme-compat/comments.php:15
     12028msgid "Please include a %s template in your theme."
     12029msgstr "لطفاً یک قالب %s در پوستهٔ خود قرار دهید."
     12030
     12031#. translators: %s: Template name.
     12032#: wp-includes/theme-compat/sidebar.php:11
     12033#: wp-includes/theme-compat/header.php:11
     12034#: wp-includes/theme-compat/footer.php:11
     12035#: wp-includes/theme-compat/comments.php:11
     12036msgid "Theme without %s"
     12037msgstr "پوسته بدون %1$s"
     12038
     12039#: wp-includes/class-wp-xmlrpc-server.php:3485
     12040#: wp-includes/class-wp-xmlrpc-server.php:6250
     12041#: wp-includes/class-wp-xmlrpc-server.php:6492
     12042msgid "Sorry, you must be able to edit posts on this site in order to view categories."
     12043msgstr "با عرض پوزش، شما برای ویرایش دسته‌ها باید اجازه ویرایش نوشته‌ها را داشته باشید."
     12044
     12045#: wp-includes/class-wp-xmlrpc-server.php:5287
     12046msgid "Sorry, you are not allowed to publish pages on this site."
     12047msgstr "با عرض پوزش، شما اجازهٔ انتشار برگه در این سایت را ندارید. "
     12048
     12049#: wp-includes/class-wp-xmlrpc-server.php:5300
     12050#: wp-includes/class-wp-xmlrpc-server.php:5314
     12051#: wp-includes/class-wp-xmlrpc-server.php:5319
     12052msgid "Sorry, you are not allowed to publish posts on this site."
     12053msgstr "با عرض پوزش، شما اجازهٔ انتشار نوشته در این سایت را ندارید. "
     12054
     12055#: wp-includes/class-wp-xmlrpc-server.php:1409
     12056#: wp-includes/class-wp-xmlrpc-server.php:5040
     12057msgid "Sorry, you are not allowed to post on this site."
     12058msgstr "با عرض پوزش، شما مجاز نیستید در این سایت نوشته‌ای بنویسید."
     12059
     12060#: wp-includes/class-wp-xmlrpc-server.php:3976
     12061#: wp-includes/class-wp-xmlrpc-server.php:4060
     12062#: wp-includes/class-wp-xmlrpc-server.php:4095
     12063#: wp-includes/class-wp-xmlrpc-server.php:4130
     12064#: wp-includes/class-wp-xmlrpc-server.php:4397
     12065msgid "Sorry, you are not allowed to access details about this site."
     12066msgstr "با عرض پوزش، شما مجاز به دستیابی به جزئیات درباره این سایت نمی‌باشید."
     12067
     12068#: wp-includes/class-wp-xmlrpc-server.php:3295
     12069msgid "Sorry, you must be able to edit posts on this site in order to view tags."
     12070msgstr "با عرض پوزش، شما برای ویرایش برچسب‌ها باید اجازه ویرایش نوشته‌ها را داشته باشید."
     12071
     12072#: wp-includes/class-wp-xmlrpc-server.php:550
     12073msgid "Site Tagline"
     12074msgstr "معرفی کوتاه"
     12075
     12076#: wp-includes/option.php:2042
     12077msgid "Site URL."
     12078msgstr "نشانی سایت."
     12079
     12080#. translators: %s: Site title.
     12081#: wp-includes/pluggable.php:1993
     12082msgid "New user registration on your site %s:"
     12083msgstr "نام‌نویسی کاربر تازه در سایت شما %s:"
     12084
     12085#. translators: New site notification email subject. 1: Network title, 2: New
     12086#. site title.
     12087#: wp-includes/ms-functions.php:1678
     12088msgid "New %1$s Site: %2$s"
     12089msgstr "سایت %1$s جدید: %2$s"
     12090
     12091#. translators: New site notification email subject. %s: New site URL.
     12092#: wp-includes/ms-functions.php:1471
     12093msgid "New Site Registration: %s"
     12094msgstr "ثبت سایت جدید: %s"
     12095
     12096#: wp-includes/ms-functions.php:1175
     12097msgid "The site is already active."
     12098msgstr "این سایت از پیش فعال است."
     12099
     12100#. translators: New site notification email. 1: Activation URL, 2: New site
     12101#. URL.
     12102#: wp-includes/ms-functions.php:984
     12103msgid ""
     12104"To activate your blog, please click the following link:\n"
     12105"\n"
     12106"%1$s\n"
     12107"\n"
     12108"After you activate, you will receive *another email* with your login.\n"
     12109"\n"
     12110"After you activate, you can visit your site here:\n"
     12111"\n"
     12112"%2$s"
     12113msgstr ""
     12114"برای فعال‌سازی وبلاگ خود، روی پیوند زیر کلیک کنید:\n"
     12115"\n"
     12116"%1$s\n"
     12117"\n"
     12118"پس از فعال‌سازی *ایمیل دیگری* همراه با اطلاعات ورود به سیستم دریافت خواهید کرد. پس از فعال‌سازی، می‌توانید از اینجا از سایت خود دیدن کنید:\n"
     12119"\n"
     12120"%2$s"
     12121
     12122#: wp-includes/ms-functions.php:739
     12123msgid "That site is currently reserved but may be available in a couple days."
     12124msgstr "این سایت در حال حاضر ذخیره شده است ولی ممکن است در چند روز آینده قابل استفاده باشد."
     12125
     12126#: wp-includes/ms-functions.php:720
     12127msgid "Sorry, that site is reserved!"
     12128msgstr "با عرض پوزش، این سایت ذخیره شده است!"
     12129
     12130#: wp-includes/ms-functions.php:715 wp-includes/ms-functions.php:1373
     12131#: wp-includes/ms-site.php:643
     12132msgid "Sorry, that site already exists!"
     12133msgstr "با عرض پوزش، این سایت در حال حاضر وجود دارد!"
     12134
     12135#: wp-includes/ms-functions.php:685
     12136msgid "Sorry, site names must have letters too!"
     12137msgstr "با عرض پوزش، نام سایت باید شامل حروف هم باشد!"
     12138
     12139#: wp-includes/ms-functions.php:680
     12140msgid "Sorry, you may not use that site name."
     12141msgstr "با عرض پوزش، اجازه استفاده از این نام سایت را ندارید."
     12142
     12143#: wp-includes/ms-load.php:122
     12144msgid "This site has been archived or suspended."
     12145msgstr "این سایت بایگانی شده یا به حالت تعلیق در آمده است."
     12146
     12147#: wp-includes/load.php:662
     12148msgid "The site you have requested is not installed properly. Please contact the system administrator."
     12149msgstr "سایت مورد درخواست شما به درستی نصب نشده است. لطفاً با مدیر سیستم تماس بگیرید."
     12150
     12151#: wp-includes/nav-menu.php:425
     12152msgid "The given object ID is not that of a menu item."
     12153msgstr "شناسهٔ شیء وارد شده، شناسهٔ یک گزینهٔ فهرست نیست."
     12154
     12155#: wp-includes/formatting.php:4779
     12156msgid "The Site address you entered did not appear to be a valid URL. Please enter a valid URL."
     12157msgstr "گویا نشانی سایت وارد شده معتبر نیست، لطفاً یک نشانی معتبر وارد کنید."
     12158
     12159#: wp-includes/formatting.php:4766
     12160msgid "The WordPress address you entered did not appear to be a valid URL. Please enter a valid URL."
     12161msgstr "گویا نشانی وردپرسی که وارد کردید معتبر نیست، لطفاً یک نشانی معتبر وارد کنید."
     12162
     12163#: wp-includes/formatting.php:4656
     12164msgid "The email address entered did not appear to be a valid email address. Please enter a valid email address."
     12165msgstr "گویا نشانی ایمیل وارد شده معتبر نیست، لطفاً یک نشانی ایمیل معتبر وارد کنید."
     12166
     12167#: wp-includes/taxonomy.php:2311
     12168msgid "A term with the name provided already exists with this parent."
     12169msgstr "واژه‌ای با این نام و مادر از قبل وجود دارد."
     12170
     12171#. translators: %s: Home URL.
     12172#: wp-includes/ms-functions.php:2164
     12173msgid "An error occurred adding you to this site. Back to the <a href=\"%s\">homepage</a>."
     12174msgstr "در هنگام افزودن شما به این سایت خطایی اتفاق افتاد. بازگشت به <a href=\"%s\">صفحه اول</a>."
     12175
     12176#: wp-includes/comment-template.php:2446
     12177msgid "Your email address will not be published."
     12178msgstr "نشانی ایمیل شما منتشر نخواهد شد."
     12179
     12180#: wp-includes/class-wp-xmlrpc-server.php:6786 wp-includes/class-http.php:275
     12181#: wp-includes/class-http.php:503
     12182msgid "A valid URL was not provided."
     12183msgstr "نشانی معتبر نیست."
     12184
     12185#: wp-includes/class-wp-image-editor-imagick.php:256
     12186#: wp-includes/class-wp-image-editor-gd.php:183
     12187msgid "Could not calculate resized image dimensions"
     12188msgstr "نمی‌توان اندازهٔ تصویر ویرایش‌شده را به دست آورد"
     12189
     12190#. translators: %s: Number of completed requests.
     12191#: wp-includes/post.php:471
     12192msgid "Completed <span class=\"count\">(%s)</span>"
     12193msgid_plural "Completed <span class=\"count\">(%s)</span>"
     12194msgstr[0] "کامل شده <span class=\"count\">(%s)</span>"
     12195
     12196#: wp-includes/ms-load.php:500
     12197msgid "If you&#8217;re still stuck with this message, then check that your database contains the following tables:"
     12198msgstr "اگر هنوز با این پیام مشکل دارید پایگاه‌دادهٔ خود را برای شامل بودن جدول‌های زیر بررسی کنید:"
     12199
     12200#: wp-signup.php:978
     12201msgid "You are logged in already. No need to register again!"
     12202msgstr "شما در حال حاضر وارد شده‌اید. نیازی به نام‌نویسی مجدد نیست!"
     12203
     12204#. translators: %s: Login URL.
     12205#: wp-signup.php:938
     12206msgid "You must first <a href=\"%s\">log in</a>, and then you can create a new site."
     12207msgstr "شما ابتدا باید <a href=\"%s\">وارد شوید</a>، سپس می‌توانید سایتی جدید بسازید."
     12208
     12209#: wp-signup.php:840
     12210msgid "If you haven&#8217;t received your email yet, there are a number of things you can do:"
     12211msgstr "اگر شما تاکنون ایمیل خود را دریافت نکرده‌اید، چند کار می‌توانید انجام دهید عبارتند از:"
     12212
     12213#. translators: %s: Current user's display name.
     12214#: wp-signup.php:352
     12215msgid "Welcome back, %s. By filling out the form below, you can <strong>add another site to your account</strong>. There is no limit to the number of sites you can have, so create to your heart&#8217;s content, but write responsibly!"
     12216msgstr "خوش آمدید %s. با پر کردن فرم زیر، می‌توانید <strong>سایت دیگری به حسابتان اضافه نمایید</strong>. محدودیتی برای تعداد سایت‌های مجاز هر کاربر وجود ندارد پس حرف دلتان را بنویسید اما یادتان باشد در قبال آن مسئولیت دارید!"
     12217
     12218#: wp-signup.php:138
     12219msgid "Must be at least 4 characters, letters and numbers only. It cannot be changed, so choose carefully!"
     12220msgstr "حداقل باید ۴ کاراکتر باشد (فقط حروف و اعداد مجاز هستند). قابل تغییر نیست، پس آن را به دقت انتخاب کنید!"
     12221
     12222#: wp-mail.php:15 wp-mail.php:21
     12223msgid "This action has been disabled by the administrator."
     12224msgstr "این عمل توسط مدیر غیر فعال شده است."
     12225
     12226#. translators: %s: Page number.
     12227#: wp-includes/general-template.php:1197
     12228msgid "Page %s"
     12229msgstr "برگه %s"
     12230
     12231#: wp-includes/load.php:238
     12232msgid "Briefly unavailable for scheduled maintenance. Check back in a minute."
     12233msgstr "جهت انجام عملیات تعمیرات زمان‌بندی شده برای مدت کوتاهی در دسترس نیست. یک دقیقه دیگر مراجعه کنید."
     12234
     12235#: wp-includes/load.php:239
     12236msgid "Maintenance"
     12237msgstr "در دست تعمیر"
     12238
     12239#: wp-includes/taxonomy.php:113
     12240msgid "Navigation Menus"
     12241msgstr "فهرست‌های راهبری"
     12242
     12243#: wp-includes/post.php:131
     12244msgid "Navigation Menu Item"
     12245msgstr "گزینهٔ فهرست راهبری"
     12246
     12247#: wp-includes/post.php:130
     12248msgid "Navigation Menu Items"
     12249msgstr "گزینه‌های فهرست راهبری"
     12250
     12251#. translators: %s: Site title.
     12252#: wp-links-opml.php:33
     12253msgid "Links for %s"
     12254msgstr "پیوندها برای %s"
     12255
     12256#. translators: %s: URL to create a new menu.
     12257#: wp-includes/widgets/class-wp-nav-menu-widget.php:174
     12258msgid "No menus have been created yet. <a href=\"%s\">Create some</a>."
     12259msgstr "هنوز فهرستی ساخته نشده. <a href=\"%s\">فهرست بسازید</a>."
     12260
     12261#: wp-includes/link-template.php:3987
     12262msgid "This is the short link."
     12263msgstr "این پیوندک است."
     12264
     12265#. translators: %d: Number of available theme updates.
     12266#: wp-includes/update.php:743
     12267msgid "%d Theme Update"
     12268msgid_plural "%d Theme Updates"
     12269msgstr[0] "%d به‌روزرسانی پوسته"
     12270
     12271#. translators: %d: Number of available plugin updates.
     12272#: wp-includes/update.php:738
     12273msgid "%d Plugin Update"
     12274msgid_plural "%d Plugin Updates"
     12275msgstr[0] "%d به‌روزرسانی افزونه"
     12276
     12277#. translators: %d: Number of available WordPress updates.
     12278#: wp-includes/update.php:733
     12279msgid "%d WordPress Update"
     12280msgstr "%d به‌روزرسانی وردپرس"
     12281
     12282#: wp-signup.php:956
     12283msgid "Site registration has been disabled."
     12284msgstr "ثبت سایت جدید غیر فعال شده است."
     12285
     12286#: wp-signup.php:837
     12287msgid "If you do not activate your site within two days, you will have to sign up again."
     12288msgstr "اگر ظرف دو روز سایت خود را فعال نکنید، ناچارید دوباره نام‌نویسی نمایید."
     12289
     12290#: wp-signup.php:830
     12291msgid "But, before you can start using your site, <strong>you must activate it</strong>."
     12292msgstr "اما قبل از شروع استفاده از سایتتان، <strong>باید آن را فعال کنید</strong>."
     12293
     12294#. translators: %s: Site address.
     12295#: wp-signup.php:826
     12296msgid "Congratulations! Your new site, %s, is almost ready."
     12297msgstr "تبریک! سایت جدید شما، %s،  تقریباً آماده است."
     12298
     12299#: wp-signup.php:614
     12300msgid "Gimme a site!"
     12301msgstr "یک سایت بده!"
     12302
     12303#. translators: %s: Site title.
     12304#: wp-signup.php:522
     12305msgid "The site %s is yours."
     12306msgstr "سایت ِ %s متعلق به شماست."
     12307
     12308#: wp-signup.php:389
     12309msgid "Create Site"
     12310msgstr "ساختن سایت"
     12311
     12312#: wp-signup.php:374
     12313msgid "If you&#8217;re not going to use a great site domain, leave it for a new user. Now have at it!"
     12314msgstr "اگر نام خوبی برای دامنهٔ سایت به ذهنتان نرسیده، آن را برای کاربر دیگری بگذارید. حالا می‌توانید شروع نمایید!"
     12315
     12316#: wp-signup.php:363
     12317msgid "Sites you are already a member of:"
     12318msgstr "سایت‌هایی که قبلا عضو شده‌اید:"
     12319
     12320#. translators: %s: Network title.
     12321#: wp-signup.php:342
     12322msgid "Get <em>another</em> %s site in seconds"
     12323msgstr "در چند ثانیه یک سایت <em>دیگر</em> در %s بسازید"
     12324
     12325#: wp-signup.php:144
     12326msgid "Site Title:"
     12327msgstr "عنوان سایت:"
     12328
     12329#: wp-signup.php:129
     12330msgid "sitename"
     12331msgstr "نام سایت"
     12332
     12333#: wp-signup.php:110
     12334msgid "Site Domain:"
     12335msgstr "دامنهٔ سایت:"
     12336
     12337#: wp-signup.php:108
     12338msgid "Site Name:"
     12339msgstr "نام سایت:"
     12340
     12341#: wp-includes/script-loader.php:843
     12342msgid "File canceled."
     12343msgstr "بارگذاری پرونده لغو شد."
     12344
     12345#. translators: %s: Post title.
     12346#: wp-includes/pluggable.php:1803
     12347msgid "A new comment on the post \"%s\" is waiting for your approval"
     12348msgstr "دیدگاه تازه‌ای در نوشتهٔ \"%s\" در انتظار بررسی شماست"
     12349
     12350#. translators: %s: Post title.
     12351#: wp-includes/pluggable.php:1792
     12352msgid "A new pingback on the post \"%s\" is waiting for your approval"
     12353msgstr "بازتاب تازه‌ای در نوشته‌ٔ \"%s\" در انتظار بررسی شماست"
     12354
     12355#. translators: %s: Post title.
     12356#: wp-includes/pluggable.php:1781
     12357msgid "A new trackback on the post \"%s\" is waiting for your approval"
     12358msgstr "بازتاب تازه‌ای در نوشتهٔ \"%s\" در انتظار بررسی شماست"
     12359
     12360#. translators: %s: Post title.
     12361#: wp-includes/pluggable.php:1606
     12362msgid "New pingback on your post \"%s\""
     12363msgstr "بازتاب تازه‌ای در نوشتهٔ شما \"%s\""
     12364
     12365#. translators: %s: Post title.
     12366#: wp-includes/pluggable.php:1592
     12367msgid "New trackback on your post \"%s\""
     12368msgstr "بازتاب تازه‌ای در نوشتهٔ شما \"%s\""
     12369
     12370#. translators: %s: Post title.
     12371#: wp-includes/pluggable.php:1620
     12372msgid "New comment on your post \"%s\""
     12373msgstr "دیدگاه تازه‌ای در نوشتهٔ شما \"%s\""
     12374
     12375#: wp-includes/ms-load.php:477
     12376msgid "If you are the owner of this network please check that MySQL is running properly and all tables are error free."
     12377msgstr "اگر مدیر این شبکه هستید، لطفاً بررسی که MySQL به خوبی کار می‌کند و تمام جدول‌ها بدون اشکال هستند."
     12378
     12379#: wp-includes/ms-load.php:476
     12380msgid "If your site does not display, please contact the owner of this network."
     12381msgstr "اگر سایت شما به خوبی نمایش داده نمی‌شود، لطفاً با مدیر شبکه تماس بگیرید."
     12382
     12383#: wp-includes/widgets/class-wp-nav-menu-widget.php:183
     12384msgid "Select Menu:"
     12385msgstr "انتخاب فهرست:"
     12386
     12387#: wp-includes/widgets/class-wp-nav-menu-widget.php:29
     12388#: wp-includes/taxonomy.php:114
     12389msgid "Navigation Menu"
     12390msgstr "فهرست راهبری"
     12391
     12392#: wp-includes/widgets/class-wp-widget-tag-cloud.php:163
     12393msgid "Taxonomy:"
     12394msgstr "رده:"
     12395
     12396#. translators: %s: Post title.
     12397#: wp-includes/theme-compat/comments.php:38
     12398msgid "One response to %s"
     12399msgstr "یک پاسخ به %s"
     12400
     12401#: wp-includes/admin-bar.php:984
     12402#: wp-includes/customize/class-wp-customize-nav-menus-panel.php:98
     12403#: wp-includes/class-wp-customize-nav-menus.php:671 wp-admin/nav-menus.php:666
     12404#: wp-admin/menu.php:195
     12405msgid "Menus"
     12406msgstr "فهرست‌ها"
     12407
     12408#. translators: 1: Database error message, 2: SQL query.
     12409#: wp-includes/wp-db.php:1468
     12410msgid "WordPress database error %1$s for query %2$s"
     12411msgstr "خطای %1$s در پایگاه‌دادهٔ وردپرس برای دستور %2$s"
     12412
     12413#. translators: 1: Database error message, 2: SQL query, 3: Name of the calling
     12414#. function.
     12415#: wp-includes/wp-db.php:1465
     12416msgid "WordPress database error %1$s for query %2$s made by %3$s"
     12417msgstr "خطای %1$s در پایگاه‌داده وردپرس برای دستور %2$s ساخته شده توسط %3$s"
     12418
     12419#: wp-includes/load.php:123
     12420msgid "Your PHP installation appears to be missing the MySQL extension which is required by WordPress."
     12421msgstr "سرویس MySQL که مورد نیاز وردپرس است بر روی سرویس‌دهندهٔ شما نصب نیست."
     12422
     12423#: wp-includes/class-wp-xmlrpc-server.php:7020
     12424msgid "The specified target URL does not exist."
     12425msgstr "نشانی مشخص شده نیست."
     12426
     12427#. translators: 1: URL of the page linked from, 2: URL of the page linked to.
     12428#: wp-includes/class-wp-xmlrpc-server.php:6987
     12429msgid "Pingback from %1$s to %2$s registered. Keep the web talking! :-)"
     12430msgstr "بازتاب از %1$s به %2$s نام‌نویسی شد. گفت‌وگو کردن در وب را دنبال کنید! :-)"
     12431
     12432#: wp-includes/class-wp-xmlrpc-server.php:6943
     12433msgid "The source URL does not contain a link to the target URL, and so cannot be used as a source."
     12434msgstr "نشانی مبدا اشاره به نشانی مقصد ندارد و نمی‌تواند به نام مبدا به کار رود."
     12435
     12436#: wp-includes/class-wp-xmlrpc-server.php:6901
     12437msgid "We cannot find a title on that page."
     12438msgstr "نمی‌توانیم نام برگه را پیدا نماییم."
     12439
     12440#: wp-includes/class-wp-xmlrpc-server.php:6880
     12441msgid "The source URL does not exist."
     12442msgstr "نشانی پیدا نشد."
     12443
     12444#: wp-includes/class-wp-xmlrpc-server.php:6853
     12445msgid "The pingback has already been registered."
     12446msgstr "این پینگ پیش از‌این فرستادن شده است."
     12447
     12448#: wp-includes/class-wp-xmlrpc-server.php:6843
     12449msgid "The source URL and the target URL cannot both point to the same resource."
     12450msgstr "نشانی سرچشمه و نشانی هدف هر دو نباید به یک منبع اشاره کنند."
     12451
     12452#: wp-includes/class-wp-xmlrpc-server.php:6832
     12453#: wp-includes/class-wp-xmlrpc-server.php:6839
     12454#: wp-includes/class-wp-xmlrpc-server.php:6848
     12455#: wp-includes/class-wp-xmlrpc-server.php:7013
     12456msgid "The specified target URL cannot be used as a target. It either doesn&#8217;t exist, or it is not a pingback-enabled resource."
     12457msgstr "نشانی داده شده برای فرستادن بازتاب را نمی‌توان به کار گرفت. چون یا نشانی نادرست است و یا نمی‌تواند بازتاب بپذیرد."
     12458
     12459#: wp-includes/class-wp-xmlrpc-server.php:6792
     12460msgid "Is there no link to us?"
     12461msgstr "آیا پیوندی به ما پیدا نشد؟"
     12462
     12463#. translators: 1: File name, 2: Error message.
     12464#: wp-includes/class-wp-xmlrpc-server.php:6352
     12465msgid "Could not write file %1$s (%2$s)."
     12466msgstr "نمی‌توان پروندهٔ %1$s (%2$s) را ساخت."
     12467
     12468#: wp-includes/class-wp-xmlrpc-server.php:5741
     12469msgid "Sorry, you are not allowed to change the page author as this user."
     12470msgstr "با عرض پوزش، شما اجازهٔ تغییر نویسندهٔ برگه با این نام کاربری را ندارید. "
     12471
     12472#: wp-includes/class-wp-xmlrpc-server.php:5736
     12473msgid "Sorry, you are not allowed to change the post author as this user."
     12474msgstr "با عرض پوزش، شما اجازهٔ تغییر نویسندهٔ نوشته با این نام کاربری را ندارید. "
     12475
     12476#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:716
     12477msgid "Sorry, you are not allowed to update posts as this user."
     12478msgstr "با عرض پوزش، شما مجاز نیستید با این نام کاربری نوشته‌ها را ویرایش نمایید."
     12479
     12480#: wp-includes/class-wp-xmlrpc-server.php:1392
     12481#: wp-includes/class-wp-xmlrpc-server.php:1940
     12482#: wp-includes/class-wp-xmlrpc-server.php:3609
     12483#: wp-includes/class-wp-xmlrpc-server.php:4484
     12484#: wp-includes/class-wp-xmlrpc-server.php:5304
     12485#: wp-includes/class-wp-xmlrpc-server.php:5377
     12486#: wp-includes/class-wp-xmlrpc-server.php:5672
     12487#: wp-includes/class-wp-xmlrpc-server.php:5745
     12488#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:141
     12489#: wp-includes/post.php:1473 wp-includes/class-wp-customize-nav-menus.php:946
     12490#: wp-admin/async-upload.php:46 wp-admin/post.php:131 wp-admin/post.php:246
     12491#: wp-admin/post.php:283 wp-admin/post.php:305 wp-admin/post-new.php:24
     12492#: wp-admin/edit.php:13 wp-admin/edit.php:36
     12493msgid "Invalid post type."
     12494msgstr "نوع نوشته نامعتبر است."
     12495
     12496#: wp-includes/class-wp-xmlrpc-server.php:1425
     12497#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1283
     12498msgid "Sorry, you are not allowed to publish posts in this post type."
     12499msgstr "با عرض پوزش، شما اجازهٔ انتشار این نوع نوشته را ندارید. "
     12500
     12501#: wp-includes/class-wp-xmlrpc-server.php:5118
     12502#: wp-includes/class-wp-xmlrpc-server.php:5192
     12503#: wp-includes/class-wp-xmlrpc-server.php:6093
     12504#: wp-includes/class-wp-xmlrpc-server.php:6673
     12505msgid "Sorry, no such post."
     12506msgstr "ببخشید، چنین نوشته‌ای پیدا نشد."
     12507
     12508#: wp-includes/class-wp-xmlrpc-server.php:5127
     12509#: wp-includes/class-wp-xmlrpc-server.php:5853
     12510#: wp-includes/class-wp-xmlrpc-server.php:6733
     12511msgid "Sorry, you are not allowed to publish this post."
     12512msgstr "با عرض پوزش، شما اجازهٔ انتشار این نوشته را ندارید."
     12513
     12514#: wp-includes/class-wp-xmlrpc-server.php:4951
     12515#: wp-includes/class-wp-xmlrpc-server.php:6439
     12516msgid "Either there are no posts, or something went wrong."
     12517msgstr "یا نوشته‌ای پیدا نشد یا مشکلی به وجود آمده است."
     12518
     12519#: wp-includes/class-wp-xmlrpc-server.php:4231
     12520msgid "Sorry, you are not allowed to update options."
     12521msgstr "با عرض پوزش، شما مجاز به به‌روزرسانی تنظیمات نمی‌باشید."
     12522
     12523#: wp-includes/class-wp-xmlrpc-server.php:4018
     12524msgid "Sorry, you are not allowed to access details of this post."
     12525msgstr "با عرض پوزش، شما اجازه دسترسی به جزئیات این نوشته را ندارید."
     12526
     12527#: wp-includes/class-wp-xmlrpc-server.php:3918
     12528msgid "A valid email address is required."
     12529msgstr "یک نشانی ایمیل معتبر لازم است."
     12530
     12531#: wp-includes/class-wp-xmlrpc-server.php:3916
     12532msgid "Comment author name and email are required."
     12533msgstr "نویسنده‌ٔ دیدگاه باید نام و نشانی ایمیل خود را بنویسد."
     12534
     12535#: wp-includes/class-wp-xmlrpc-server.php:1399
     12536#: wp-includes/class-wp-xmlrpc-server.php:1694
     12537#: wp-includes/class-wp-xmlrpc-server.php:1776
     12538#: wp-includes/class-wp-xmlrpc-server.php:1877
     12539#: wp-includes/class-wp-xmlrpc-server.php:2921
     12540#: wp-includes/class-wp-xmlrpc-server.php:3867
     12541#: wp-includes/class-wp-xmlrpc-server.php:3871
     12542#: wp-includes/class-wp-xmlrpc-server.php:4014
     12543#: wp-includes/class-wp-xmlrpc-server.php:4612
     12544#: wp-includes/class-wp-xmlrpc-server.php:4686
     12545#: wp-includes/class-wp-xmlrpc-server.php:4690
     12546#: wp-includes/class-wp-xmlrpc-server.php:4695
     12547#: wp-includes/class-wp-xmlrpc-server.php:4881
     12548#: wp-includes/class-wp-xmlrpc-server.php:5663
     12549#: wp-includes/class-wp-xmlrpc-server.php:5984
     12550#: wp-includes/class-wp-xmlrpc-server.php:6546
     12551#: wp-includes/class-wp-xmlrpc-server.php:6604
     12552#: wp-includes/class-wp-xmlrpc-server.php:6729
     12553#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:361
     12554#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:828
     12555#: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:398
     12556#: wp-includes/comment.php:2453 wp-includes/post.php:3663
     12557#: wp-includes/post.php:4301 wp-includes/revision.php:322
     12558msgid "Invalid post ID."
     12559msgstr "شناسهٔ نوشته نامعتبر است."
     12560
     12561#: wp-includes/class-wp-xmlrpc-server.php:3597
     12562#: wp-includes/class-wp-xmlrpc-server.php:3761
     12563msgid "Invalid comment status."
     12564msgstr "وضعیت دیدگاه نادرست است"
     12565
     12566#: wp-includes/class-wp-xmlrpc-server.php:3539
     12567#: wp-includes/class-wp-xmlrpc-server.php:3675
     12568#: wp-includes/class-wp-xmlrpc-server.php:3743
     12569#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:341
     12570#: wp-includes/comment.php:2444 wp-admin/comment.php:78
     12571#: wp-admin/comment.php:276 wp-admin/edit-comments.php:250
     12572msgid "Invalid comment ID."
     12573msgstr "شناسهٔ دیدگاه نامعتبر است."
     12574
     12575#: wp-includes/class-wp-xmlrpc-server.php:3081
     12576msgid "Failed to delete the page."
     12577msgstr "این برگه پاک نشد."
     12578
     12579#: wp-includes/class-wp-xmlrpc-server.php:2936
     12580#: wp-includes/class-wp-xmlrpc-server.php:3070
     12581#: wp-includes/class-wp-xmlrpc-server.php:3136
     12582msgid "Sorry, no such page."
     12583msgstr "با عرض پوزش، چنین برگه‌ای پیدا نشد."
     12584
     12585#: wp-includes/class-wp-xmlrpc-server.php:565
     12586msgid "Allow new users to sign up"
     12587msgstr "اجازه دادن به کاربران جدید برای نام‌نویسی"
     12588
     12589#: wp-includes/class-wp-xmlrpc-server.php:540
     12590msgid "Time Zone"
     12591msgstr "زمان محلی"
     12592
     12593#: wp-includes/class-wp-xmlrpc-server.php:483
     12594msgid "Software Version"
     12595msgstr "نگارش نرم‌افزار"
     12596
     12597#: wp-includes/class-wp-xmlrpc-server.php:478
     12598msgid "Software Name"
     12599msgstr "نام نرم‌افزار"
     12600
     12601#: wp-signup.php:949
     12602msgid "User registration has been disabled."
     12603msgstr "نام‌نویسی کاربران غیر فعال شده است."
     12604
     12605#: wp-signup.php:934
     12606msgid "Registration has been disabled."
     12607msgstr "نام‌نویسی غیر فعال شده است."
     12608
     12609#: wp-signup.php:838
     12610msgid "Still waiting for your email?"
     12611msgstr "هنوز منتظر دریافت ایمیل هستید؟"
     12612
     12613#: wp-signup.php:745
     12614msgid "Signup"
     12615msgstr "نام‌نویسی"
     12616
     12617#: wp-signup.php:679
     12618msgid "If you do not activate your username within two days, you will have to sign up again."
     12619msgstr "اگر نام کاربری خود را تا دو روز دیگر فعال نکنید، باید دوباره نام‌نویسی کنید."
     12620
     12621#: wp-signup.php:672
     12622msgid "But, before you can start using your new username, <strong>you must activate it</strong>."
     12623msgstr "اما قبل از اینکه بتوانید از نام‌کاربری جدید خود استفاده نمایید،<strong>باید آن را فعال نمایید.</strong>"
     12624
     12625#. translators: %s: Username.
     12626#: wp-signup.php:669
     12627msgid "%s is your new username"
     12628msgstr "نام‌کاربری جدید شما %s است"
     12629
     12630#: wp-includes/script-loader.php:1676
     12631#: wp-includes/class-wp-customize-nav-menus.php:1110 wp-signup.php:621
     12632#: wp-includes/js/dist/components.js:42057
     12633msgid "Next"
     12634msgstr "بعد"
     12635
     12636#: wp-signup.php:617
     12637msgid "Just a username, please."
     12638msgstr "فقط یک نام کاربری، لطفا."
     12639
     12640#. translators: %s: Name of the network.
     12641#: wp-signup.php:596
     12642msgid "Get your own %s account in seconds"
     12643msgstr "در چند ثانیه برای خودتان در %s حساب بسازید"
     12644
     12645#: wp-signup.php:345
     12646msgid "There was a problem, please correct the form below and try again."
     12647msgstr "مشکلی وجود داشت، لطفاً فرم زیر را به درستی پر و دوباره تلاش نمایید."
     12648
     12649#: wp-signup.php:266
     12650msgid "Email&nbsp;Address:"
     12651msgstr "نشانی ایمیل:"
     12652
     12653#: wp-signup.php:263
     12654msgid "(Must be at least 4 characters, letters and numbers only.)"
     12655msgstr "(حداقل باید شامل ۴ کاراکتر باشد، فقط اعداد و حروف لاتین) "
     12656
     12657#: wp-signup.php:201
     12658msgid "Privacy:"
     12659msgstr "حریم خصوصی:"
     12660
     12661#. translators: %s: POP3 error.
     12662#: wp-mail.php:250
     12663msgid "Oops: %s"
     12664msgstr "اُه: %s"
     12665
     12666#. translators: %s: Post author email address.
     12667#: wp-mail.php:135
     12668msgid "Author is %s"
     12669msgstr "نویسنده %s است"
     12670
     12671#: wp-mail.php:65
     12672msgid "There doesn&#8217;t seem to be any new mail."
     12673msgstr "هیچ نامهٔ تازه‌ای وجود ندارد."
     12674
     12675#: wp-mail.php:42
     12676msgid "Slow down cowboy, no need to check for new mails so often!"
     12677msgstr "آروم رفیق! لازم نیست دم به‌دم برای نامه‌های جدید بررسی کنی!"
     12678
     12679#: wp-login.php:1369
     12680msgid "User registration is currently not allowed."
     12681msgstr "نام‌نویسی کاربر تازه در حال حاضر مجاز نیست."
     12682
     12683#: wp-login.php:1367
     12684msgid "You are now logged out."
     12685msgstr "شما اکنون خارج شدید."
     12686
     12687#: wp-login.php:1288
     12688msgid "You have logged in successfully."
     12689msgstr "شما با موفقیت وارد شدید."
     12690
     12691#: wp-login.php:1132 wp-login.php:1477 wp-includes/user.php:179
     12692#: wp-includes/user.php:251
     12693msgid "Lost your password?"
     12694msgstr "رمز عبورتان را گم کرده‌اید؟"
     12695
     12696#: wp-login.php:1097
     12697msgid "Register For This Site"
     12698msgstr "نام‌نویسی برای این سایت"
     12699
     12700#: wp-login.php:1097
     12701msgid "Registration Form"
     12702msgstr "فرم نام‌نویسی"
     12703
     12704#: wp-includes/taxonomy.php:607
     12705msgid "&larr; Back to Tags"
     12706msgstr "&rarr; بازگشت به برچسب‌ها"
     12707
     12708#: wp-login.php:888
     12709msgid "Get New Password"
     12710msgstr "دریافت رمز تازه"
     12711
     12712#: wp-login.php:861
     12713msgid "Lost Password"
     12714msgstr "رمز فراموش شده"
     12715
     12716#: wp-includes/user.php:2536 wp-includes/user.php:2820
     12717#: wp-admin/includes/user.php:203
     12718msgid "<strong>Error</strong>: The email address isn&#8217;t correct."
     12719msgstr "<strong>خطا</strong>: نشانی ایمیل درست نیست."
     12720
     12721#: wp-includes/user.php:2534
     12722msgid "<strong>Error</strong>: Please type your email address."
     12723msgstr "<strong>خطا</strong>: نشانی ایمیل خود را وارد کنید."
     12724
     12725#: wp-includes/user.php:2391 wp-includes/user.php:2395
     12726#: wp-includes/user.php:2401 wp-includes/user.php:2427
     12727#: wp-includes/user.php:2436 wp-includes/user.php:2440
     12728#: wp-includes/user.php:2457 wp-includes/user.php:3884
     12729#: wp-includes/user.php:3902
     12730msgid "Invalid key."
     12731msgstr "کلید نامعتبر."
     12732
     12733#. translators: Password reset notification email subject. %s: Site title.
     12734#: wp-login.php:440
     12735msgid "[%s] Password Reset"
     12736msgstr "[%s] نوسازی رمز"
     12737
     12738#: wp-includes/user.php:2328
     12739msgid "Password reset is not allowed for this user"
     12740msgstr "این نام کاربری اجازهٔ بازسازی رمز عبور را ندارد"
     12741
     12742#: wp-login.php:361
     12743msgid "<strong>Error</strong>: Please enter a username or email address."
     12744msgstr "<strong>خطا</strong>: لطفا نام کاربری و نشانی ایمیل خود را بنویسید."
     12745
     12746#: wp-login.php:151
     12747msgid "Powered by WordPress"
     12748msgstr "با نیروی وردپرس"
     12749
     12750#. translators: 1: WordPress version number, 2: Minimum required MySQL version
     12751#. number.
     12752#: wp-includes/wp-db.php:3534
     12753msgid "<strong>Error</strong>: WordPress %1$s requires MySQL %2$s or higher"
     12754msgstr "<strong>خطا</strong>: وردپرس %1$s نیازمند MySQL نگارش %2$s یا بالاتر است"
     12755
     12756#. translators: %d: Sidebar number.
     12757#: wp-includes/widgets.php:182 wp-includes/widgets.php:256
     12758msgid "Sidebar %d"
     12759msgstr "نوارکناری %d"
     12760
     12761#: wp-includes/user.php:291 wp-includes/functions.php:6550
     12762msgid "Please log in again."
     12763msgstr "لطفاً دوباره وارد شوید."
     12764
     12765#: wp-includes/user.php:322
     12766msgid "<strong>Error</strong>: Your account has been marked as a spammer."
     12767msgstr "<strong>خطا</strong>: حساب کاربری شما به‌عنوان فرستندهٔ جفنگ علامت‌گذاری شده است."
     12768
     12769#: wp-includes/user.php:141 wp-includes/user.php:216
     12770msgid "<strong>Error</strong>: The password field is empty."
     12771msgstr "<strong>خطا</strong>: کادر رمز خالی است."
     12772
     12773#: wp-includes/user.php:137
     12774msgid "<strong>Error</strong>: The username field is empty."
     12775msgstr "<strong>خطا</strong>: شناسه‌ای نوشته نشده است."
     12776
     12777#: wp-includes/class-wp-theme.php:245
     12778msgid "Stylesheet is missing."
     12779msgstr "شیوه‌نامه گم شده."
     12780
     12781#. translators: %s: Theme directory name.
     12782#: wp-includes/class-wp-theme.php:356
     12783msgid "The parent theme is missing. Please install the \"%s\" parent theme."
     12784msgstr "پوستهٔ مادر در دسترس نیست. لطفاً پوستهٔ مادر \"%s\" را نصب نمایید."
     12785
     12786#: wp-includes/taxonomy.php:4537
     12787msgid "Invalid object ID."
     12788msgstr "شناسهٔ شیء نادرست است."
     12789
     12790#. translators: %s: Taxonomy term slug.
     12791#: wp-includes/taxonomy.php:3034
     12792msgid "The slug &#8220;%s&#8221; is already in use by another term."
     12793msgstr "نامک (نام لاتین) &#8220;%s&#8221; با واژه‌ای دیگر به کار گرفته شده است."
     12794
     12795#: wp-includes/taxonomy.php:2335
     12796msgid "Could not insert term into the database."
     12797msgstr "واژه نمی‌تواند به بانک اطلاعاتی افزوده شود."
     12798
     12799#: wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php:191
     12800#: wp-admin/media-upload.php:39
     12801msgid "Invalid item ID."
     12802msgstr "شناسه مورد نامعتبر است."
     12803
     12804#: wp-includes/taxonomy.php:857 wp-includes/taxonomy.php:2939
     12805#: wp-includes/taxonomy.php:4315
     12806msgid "Empty Term."
     12807msgstr "واژهٔ خالی"
     12808
     12809#: wp-includes/script-loader.php:1038
     12810msgctxt "password strength"
     12811msgid "Medium"
     12812msgstr "میانه"
     12813
     12814#: wp-includes/script-loader.php:847
     12815msgid "moved to the Trash."
     12816msgstr "به زباله‌دان منتقل شد."
     12817
     12818#: wp-includes/script-loader.php:846
     12819msgid "Crunching&hellip;"
     12820msgstr "در حال متراکم کردن&hellip;"
     12821
     12822#: wp-includes/script-loader.php:844
     12823msgid "Upload stopped."
     12824msgstr "بارگذاری پرونده متوقف شد."
     12825
     12826#: wp-includes/script-loader.php:842
     12827msgid "Security error."
     12828msgstr "خطای امنیتی."
     12829
     12830#: wp-includes/script-loader.php:841
     12831msgid "IO error."
     12832msgstr "خطای ورودی/خروجی."
     12833
     12834#: wp-includes/script-loader.php:836 wp-admin/includes/ajax-actions.php:2470
     12835msgid "Upload failed."
     12836msgstr "بارگذاری پرونده با مشکل مواجه شد."
     12837
     12838#: wp-includes/script-loader.php:833
     12839msgid "You may only upload 1 file."
     12840msgstr "شما تنها می‌توانید یک پرونده بفرستید."
     12841
     12842#: wp-includes/script-loader.php:832
     12843msgid "There was a configuration error. Please contact the server administrator."
     12844msgstr "ایرادی در تماس با سرور Akismet بود. لطفاً تنظیمات سرور خود را بررسی نمایید."
     12845
     12846#: wp-includes/script-loader.php:831
     12847msgid "An error occurred in the upload. Please try again later."
     12848msgstr "خطایی هنگام بارگذاری پرونده پیش آمده. لطفاً دوباره تلاش نمایید."
     12849
     12850#: wp-includes/script-loader.php:826
     12851msgid "This file is empty. Please try another."
     12852msgstr "این پرونده خالی است. لطفاً یکی دیگر را امتحان نمایید."
     12853
     12854#: wp-includes/script-loader.php:823
     12855msgid "You have attempted to queue too many files."
     12856msgstr "شما تلاش کردید تا تعداد زیادی پرونده را بفرستید."
     12857
     12858#: wp-includes/script-loader.php:812
     12859msgid "This feature requires inline frames. You have iframes disabled or your browser does not support them."
     12860msgstr "استفاده از این قابلیت به قاب‌های توکار (iframes) نیاز دارد. شما قاب‌های توکار را غیر فعال کرده‌اید یا مرورگرتان از این قاب‌ها پشتیبانی نمی‌کند."
     12861
     12862#: wp-includes/script-loader.php:810
     12863msgid "of"
     12864msgstr "از"
     12865
     12866#: wp-includes/script-loader.php:809
     12867#: wp-includes/widgets/class-wp-widget-media-image.php:28
     12868#: wp-includes/class-wp-editor.php:1212 wp-includes/js/dist/editor.js:8969
     12869#: wp-includes/js/dist/block-editor.js:35057
     12870#: wp-includes/js/dist/block-library.js:6082 wp-admin/includes/media.php:2903
     12871msgid "Image"
     12872msgstr "تصویر"
     12873
     12874#: wp-includes/script-loader.php:808
     12875msgid "&lt; Prev"
     12876msgstr "&lt; قبلی"
     12877
     12878#: wp-includes/script-loader.php:807
     12879msgid "Next &gt;"
     12880msgstr "بعدی &gt;"
     12881
     12882#: wp-includes/script-loader.php:627
     12883msgid "Enter a description of the image"
     12884msgstr "توضیحات تصویر را وارد نمایید"
     12885
     12886#: wp-includes/script-loader.php:626
     12887msgid "Enter the URL of the image"
     12888msgstr "نشانی تصویر را وارد نمایید"
     12889
     12890#: wp-includes/script-loader.php:625
     12891msgid "Enter the URL"
     12892msgstr "نشانی را وارد نمایید"
     12893
     12894#: wp-includes/script-loader.php:624
     12895msgid "close tags"
     12896msgstr "بستن برچسب‌ها"
     12897
     12898#: wp-includes/script-loader.php:623
     12899msgid "Close all open tags"
     12900msgstr "بستن ‌همهٔ برچسب‌های باز"
     12901
     12902#: wp-includes/blocks/rss.php:23 wp-includes/widgets.php:1525
     12903msgid "An error has occurred, which probably means the feed is down. Try again later."
     12904msgstr "خطایی رخ داد، که نشان دهندهٔ این است که خوراک کار نمی‌کند. دوباره تلاش نمایید."
     12905
     12906#: wp-includes/user.php:2224
     12907msgid "Jabber / Google Talk"
     12908msgstr "Jabber / Google Talk"
     12909
     12910#: wp-includes/user.php:2223
     12911msgid "Yahoo IM"
     12912msgstr "Yahoo IM"
     12913
     12914#: wp-includes/user.php:2222
     12915msgid "AIM"
     12916msgstr "AIM"
     12917
     12918#: wp-includes/user.php:1588
     12919msgid "Cannot create a user with an empty login name."
     12920msgstr "عدم توانایی در ایجاد کاربر با یک نام ورود خالی."
     12921
     12922#: wp-includes/revision.php:326
     12923msgid "Cannot create a revision of a revision"
     12924msgstr "نمی‌توان از یک رونوشت، رونوشت تهیه کرد"
     12925
     12926#: wp-includes/post.php:4016
     12927msgid "Could not insert post into the database."
     12928msgstr "نوشته نمی‌تواند به پایگاه‌داده افزوده شود."
     12929
     12930#: wp-includes/post.php:3993
     12931msgid "Could not update post in the database."
     12932msgstr "عدم توانایی در به‌روزرسانی نوشته در در پایگاه‌ داده."
     12933
     12934#: wp-includes/post.php:3711
     12935msgid "Content, title, and excerpt are empty."
     12936msgstr "عنوان، محتوا و چکیده خالی هستند."
     12937
     12938#. translators: %s: Number of documents.
     12939#: wp-includes/post.php:2783
     12940msgid "Document <span class=\"count\">(%s)</span>"
     12941msgid_plural "Documents <span class=\"count\">(%s)</span>"
     12942msgstr[0] "سندها <span class=\"count\">(%s)</span>"
     12943
     12944#. translators: %s: Number of trashed posts.
     12945#: wp-includes/post.php:391
     12946msgid "Trash <span class=\"count\">(%s)</span>"
     12947msgid_plural "Trash <span class=\"count\">(%s)</span>"
     12948msgstr[0] "زباله‌دان <span class=\"count\">(%s)</span>"
     12949
     12950#. translators: %s: Number of private posts.
     12951#: wp-includes/post.php:377
     12952msgid "Private <span class=\"count\">(%s)</span>"
     12953msgid_plural "Private <span class=\"count\">(%s)</span>"
     12954msgstr[0] "خصوصی <span class=\"count\">(%s)</span>"
     12955
     12956#. translators: %s: Number of pending posts.
     12957#. translators: %s: Number of pending requests.
     12958#: wp-includes/post.php:362 wp-includes/post.php:426
     12959msgid "Pending <span class=\"count\">(%s)</span>"
     12960msgid_plural "Pending <span class=\"count\">(%s)</span>"
     12961msgstr[0] "درانتظار بررسی <span class=\"count\">(%s)</span>"
     12962
     12963#. translators: %s: Number of draft posts.
     12964#: wp-includes/post.php:347
     12965msgid "Draft <span class=\"count\">(%s)</span>"
     12966msgid_plural "Drafts <span class=\"count\">(%s)</span>"
     12967msgstr[0] "پیش‌نویس <span class=\"count\">(%s)</span>"
     12968
     12969#. translators: %s: Number of scheduled posts.
     12970#: wp-includes/post.php:333
     12971msgid "Scheduled <span class=\"count\">(%s)</span>"
     12972msgid_plural "Scheduled <span class=\"count\">(%s)</span>"
     12973msgstr[0] "زمان‌بندی‌شده <span class=\"count\">(%s)</span>"
     12974
     12975#. translators: %s: Number of published posts.
     12976#: wp-includes/post.php:319
     12977msgid "Published <span class=\"count\">(%s)</span>"
     12978msgid_plural "Published <span class=\"count\">(%s)</span>"
     12979msgstr[0] "منتشرشده <span class=\"count\">(%s)</span>"
     12980
     12981#: wp-includes/post.php:110
     12982msgid "Revision"
     12983msgstr "رونوشت"
     12984
     12985#. translators: %s: Revision date.
     12986#. translators: %s: Revision date with author avatar.
     12987#: wp-includes/post-template.php:1832 wp-includes/post-template.php:1892
     12988msgid "%s [Current Revision]"
     12989msgstr "%s [رونوشت فعلی]"
     12990
     12991#. translators: %s: Revision date.
     12992#. translators: %s: Revision date with author avatar.
     12993#: wp-includes/post-template.php:1830 wp-includes/post-template.php:1890
     12994msgid "%s [Autosave]"
     12995msgstr "%s [ذخیره خودکار]"
     12996
     12997#: wp-includes/post-template.php:1431 wp-admin/menu.php:26
     12998#: wp-admin/network/menu.php:13
     12999msgid "Home"
     13000msgstr "خانه"
     13001
     13002#: wp-includes/post-template.php:937
     13003#: wp-admin/includes/class-wp-list-table.php:900
     13004#: wp-admin/includes/nav-menu.php:463 wp-admin/includes/nav-menu.php:750
     13005msgid "Previous page"
     13006msgstr "برگهٔ قبلی"
     13007
     13008#: wp-includes/post-template.php:936
     13009#: wp-admin/includes/class-wp-list-table.php:930
     13010#: wp-admin/includes/nav-menu.php:464 wp-admin/includes/nav-menu.php:751
     13011msgid "Next page"
     13012msgstr "برگهٔ بعدی"
     13013
     13014#: wp-includes/post-template.php:417
     13015msgid "There is no excerpt because this is a protected post."
     13016msgstr "هیچ چکیده‌ای موجود نیست زیرا‌این یک نوشته حفاظت شده است."
     13017
     13018#. translators: %s: Private post title.
     13019#: wp-includes/post-template.php:145
     13020msgid "Private: %s"
     13021msgstr "خصوصی: %s"
     13022
     13023#. translators: %s: Protected post title.
     13024#: wp-includes/post-template.php:127
     13025msgid "Protected: %s"
     13026msgstr "حفاظت شده: %s"
     13027
     13028#. translators: New user registration notification email subject. %s: Site
     13029#. title.
     13030#: wp-includes/pluggable.php:2002
     13031msgid "[%s] New User Registration"
     13032msgstr "[%s] نام‌نویسی کاربر تازه"
     13033
     13034#. translators: %s: User login.
     13035#: wp-login.php:434 wp-includes/pluggable.php:1995
     13036#: wp-includes/pluggable.php:2050
     13037msgid "Username: %s"
     13038msgstr "نام‌کاربری : %s"
     13039
     13040#. translators: Comment moderation notification email subject. 1: Site title,
     13041#. 2: Post title.
     13042#: wp-includes/pluggable.php:1848
     13043msgid "[%1$s] Please moderate: \"%2$s\""
     13044msgstr "[%1$s] نظارت کنید: \"%2$s\""
     13045
     13046#. translators: Comment moderation. %s: Number of comments awaiting approval.
     13047#: wp-includes/pluggable.php:1838
     13048msgid "Currently %s comment is waiting for approval. Please visit the moderation panel:"
     13049msgid_plural "Currently %s comments are waiting for approval. Please visit the moderation panel:"
     13050msgstr[0] "هم‌اکنون %s دیدگاه در انتظار بررسی هستند. لطفاً بخش مدیریت را ببینید."
     13051
     13052#. translators: Comment moderation. %s: Comment action URL.
     13053#: wp-includes/pluggable.php:1823
     13054msgid "Approve it: %s"
     13055msgstr "بپذیرید: %s"
     13056
     13057#: wp-includes/pluggable.php:1798
     13058msgid "Pingback excerpt: "
     13059msgstr "چکیده بازتاب:"
     13060
     13061#: wp-includes/pluggable.php:1787
     13062msgid "Trackback excerpt: "
     13063msgstr "چکیده بازتاب:"
     13064
     13065#. translators: Comment moderation. %s: Comment action URL.
     13066#: wp-includes/pluggable.php:1654 wp-includes/pluggable.php:1834
     13067msgid "Spam it: %s"
     13068msgstr "جفنگ کن: %s"
     13069
     13070#. translators: Comment moderation. %s: Comment action URL.
     13071#: wp-includes/pluggable.php:1651 wp-includes/pluggable.php:1830
     13072msgid "Delete it: %s"
     13073msgstr "حذف نمایید: %s"
     13074
     13075#. translators: Comment moderation. %s: Comment action URL.
     13076#: wp-includes/pluggable.php:1648 wp-includes/pluggable.php:1827
     13077msgid "Trash it: %s"
     13078msgstr "انتقال به زباله‌دان: %s"
     13079
     13080#. translators: Pingback notification email subject. 1: Site title, 2: Post
     13081#. title.
     13082#: wp-includes/pluggable.php:1615
     13083msgid "[%1$s] Pingback: \"%2$s\""
     13084msgstr "[%1$s] بازتاب: \"%2$s\""
     13085
     13086#. translators: Trackback notification email subject. 1: Site title, 2: Post
     13087#. title.
     13088#: wp-includes/pluggable.php:1601
     13089msgid "[%1$s] Trackback: \"%2$s\""
     13090msgstr "[%1$s] بازتاب: \"%2$s\""
     13091
     13092#. translators: Comment notification email subject. 1: Site title, 2: Post
     13093#. title.
     13094#: wp-includes/pluggable.php:1637
     13095msgid "[%1$s] Comment: \"%2$s\""
     13096msgstr "[%1$s] دیدگاه: \"%2$s\""
     13097
     13098#: wp-includes/ms-load.php:494
     13099msgid "What do I do now?"
     13100msgstr "الان باید چکار کنم؟"
     13101
     13102#. translators: %s: Maximum allowed file size in kilobytes.
     13103#: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1256
     13104#: wp-includes/ms-functions.php:2068 wp-admin/includes/ms.php:41
     13105msgid "This file is too big. Files must be less than %s KB in size."
     13106msgstr "این پرونده خیلی بزرگ است. پرونده باید کمتر از %s کیلوبایت باشد."
     13107
     13108#. translators: %s: Allowed space allocation.
     13109#: wp-includes/class-wp-xmlrpc-server.php:6327 wp-admin/includes/media.php:3059
     13110#: wp-admin/includes/ms.php:233 wp-admin/includes/ms-deprecated.php:35
     13111msgid "Sorry, you have used your space allocation of %s. Please delete some files to upload more files."
     13112msgstr "با عرض پوزش، شما تمام فضای بارگذاری‌تان از %s را استفاده کرده‌اید. لطفا تعدادی از پرونده‌های موجود را برای بارگذاری بیشتر پاک کنید."
     13113
     13114#. translators: New user notification email subject. 1: Network title, 2: New
     13115#. user login.
     13116#: wp-includes/ms-functions.php:1770
     13117msgid "New %1$s User: %2$s"
     13118msgstr "کاربر جدید سایت %1$s: %2$s"
     13119
     13120#. translators: New user notification email subject. %s: User login.
     13121#: wp-includes/ms-functions.php:1527
     13122msgid "New User Registration: %s"
     13123msgstr "نام‌نویسی کاربر جدید: %s"
     13124
     13125#: wp-includes/ms-functions.php:1207
     13126msgid "That username is already activated."
     13127msgstr "این نام‌کاربری قبلاً فعال شده است."
     13128
     13129#: wp-includes/ms-functions.php:1191
     13130msgid "Could not create user"
     13131msgstr "نمی‌توان کاربر جدید ساخت"
     13132
     13133#: wp-includes/ms-functions.php:1168
     13134msgid "Invalid activation key."
     13135msgstr "کلید فعال‌سازی نامعتبر است."
     13136
     13137#: wp-includes/ms-functions.php:565
     13138msgid "That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing."
     13139msgstr "این ایمیل پیش‌تر استفاده شده است. برای فعال‌سازی خواهشمندیم پیام‌های ایمیلتان را بررسی نمایید. اگر کاری انجام ندهید پس از چند روز دوباره در دسترس خواهد بود."
     13140
     13141#: wp-includes/ms-functions.php:554
     13142msgid "That username is currently reserved but may be available in a couple of days."
     13143msgstr "این نام‌کاربری ذخیره شده است، اما ممکن است تا چند روز دیگر آزاد شود."
     13144
     13145#: wp-includes/user.php:1668 wp-includes/ms-functions.php:541
     13146msgid "Sorry, that email address is already used!"
     13147msgstr "یک نشانی ایمیل معتبر نیاز است!"
     13148
     13149#: wp-includes/user.php:1594 wp-includes/ms-functions.php:536
     13150msgid "Sorry, that username already exists!"
     13151msgstr "با عرض پوزش، این نام‌کاربری از قبل وجود دارد!"
     13152
     13153#: wp-includes/ms-functions.php:530
     13154msgid "Sorry, that email address is not allowed!"
     13155msgstr "با عرض پوزش، این نشانی ایمیل مجاز نیست!"
     13156
     13157#: wp-includes/ms-functions.php:522
     13158msgid "Sorry, usernames must have letters too!"
     13159msgstr "با عرض پوزش، نام کاربری حتما باید شامل حروف الفبا باشد!"
     13160
     13161#: wp-includes/ms-functions.php:509
     13162msgid "You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider."
     13163msgstr "نمی‌توانید با این ایمیل نام‌نویسی نمایید. بعضی از ارائه دهندگان خدمات ایمیل، ایمیل‌های ارسالی ما را مسدود می‌نماید. لطفاً با ایمیلی از دیگر ارائه دهندگان خدمات ایمیل اقدام نمایید."
     13164
     13165#: wp-includes/ms-functions.php:287
     13166msgid "That user does not exist."
     13167msgstr "این کاربر وجود ندارد."
     13168
     13169#: wp-includes/class-wp-locale.php:194
     13170#: wp-includes/customize/class-wp-customize-date-time-control.php:173
     13171#: wp-includes/js/dist/components.js:35736
     13172msgid "PM"
     13173msgstr "ب.ظ"
     13174
     13175#: wp-includes/class-wp-locale.php:193
     13176#: wp-includes/customize/class-wp-customize-date-time-control.php:172
     13177#: wp-includes/js/dist/components.js:35731
     13178msgid "AM"
     13179msgstr "ق.ظ"
     13180
     13181#: wp-includes/class-wp-locale.php:192
     13182msgid "pm"
     13183msgstr "ب.ظ"
     13184
     13185#: wp-includes/class-wp-locale.php:191
     13186msgid "am"
     13187msgstr "ق.ظ"
     13188
     13189#: wp-includes/link-template.php:2953
     13190msgid "&laquo; Older Comments"
     13191msgstr "&laquo; دیدگاه‌های کهنه"
     13192
     13193#: wp-includes/link-template.php:2906
     13194msgid "Newer Comments &raquo;"
     13195msgstr "دیدگاه‌های تازه‌تر &raquo;"
     13196
     13197#: wp-includes/deprecated.php:2706
     13198msgid "Last Post"
     13199msgstr "آخرین نوشته"
     13200
     13201#: wp-includes/link-template.php:1915 wp-includes/link-template.php:2166
     13202msgid "Next Post"
     13203msgstr "نوشتهٔ بعدی"
     13204
     13205#: wp-includes/link-template.php:1915 wp-includes/link-template.php:2166
     13206msgid "Previous Post"
     13207msgstr "نوشتهٔ پیشین"
     13208
     13209#: wp-includes/link-template.php:759
     13210msgid "Comments Feed"
     13211msgstr "خوراک (فید) دیدگاه‌ها"
     13212
     13213#: wp-includes/class-wp-editor.php:1379
     13214msgid "Insert Page Break tag"
     13215msgstr "درج برچسب شکستن صفحه"
     13216
     13217#: wp-includes/class-wp-customize-manager.php:5470
     13218#: wp-includes/class-wp-customize-manager.php:5529
     13219#: wp-admin/includes/class-custom-background.php:432
     13220msgid "Fill Screen"
     13221msgstr "تمام‌صفحه"
     13222
     13223#: wp-includes/block-patterns/quote.php:9 wp-includes/js/dist/editor.js:8972
     13224#: wp-includes/js/dist/block-library.js:7308
     13225msgid "Quote"
     13226msgstr "گفتاورد"
     13227
     13228#: wp-includes/class-wp-editor.php:1253
     13229#: wp-includes/js/dist/block-editor.js:36053
     13230msgid "Remove link"
     13231msgstr "پاک کردن پیوند"
     13232
     13233#: wp-includes/script-loader.php:635 wp-includes/class-wp-editor.php:1257
     13234#: wp-includes/js/dist/block-editor.js:35719
     13235#: wp-includes/js/dist/block-editor.js:36017
     13236msgid "Insert link"
     13237msgstr "درج پیوند"
     13238
     13239#: wp-includes/class-wp-editor.php:1287
     13240msgid "Check Spelling"
     13241msgstr "بررسی درستی نوشته"
     13242
     13243#: wp-includes/class-wp-editor.php:1173
     13244msgid "Select all"
     13245msgstr "انتخاب همه"
     13246
     13247#: wp-includes/script-loader.php:1108 wp-includes/class-wp-editor.php:1407
     13248msgid "Action"
     13249msgstr "عمل"
     13250
     13251#: wp-includes/class-wp-editor.php:1406
     13252msgid "Letter"
     13253msgstr "حرف"
     13254
     13255#: wp-includes/widgets/class-wp-widget-media-image.php:137
     13256#: wp-includes/media-template.php:1164
     13257#: wp-includes/js/dist/block-editor.js:36000
     13258msgid "Link Rel"
     13259msgstr "ارتباط پیوند"
     13260
     13261#: wp-includes/class-wp-editor.php:1216
     13262msgid "Source"
     13263msgstr "منبع"
     13264
     13265#: wp-includes/customize/class-wp-customize-background-position-control.php:79
     13266#: wp-includes/js/dist/components.js:18799
     13267#: wp-admin/includes/class-custom-background.php:401
     13268msgid "Bottom Right"
     13269msgstr "پایین راست"
     13270
     13271#: wp-includes/customize/class-wp-customize-background-position-control.php:71
     13272#: wp-includes/js/dist/components.js:18797
     13273#: wp-admin/includes/class-custom-background.php:393
     13274msgid "Bottom Left"
     13275msgstr "پایین چپ"
     13276
     13277#: wp-includes/customize/class-wp-customize-background-position-control.php:51
     13278#: wp-includes/js/dist/components.js:18793
     13279#: wp-admin/includes/class-custom-background.php:373
     13280msgid "Top Right"
     13281msgstr "بالا راست"
     13282
     13283#: wp-includes/customize/class-wp-customize-background-position-control.php:43
     13284#: wp-includes/js/dist/components.js:18791
     13285#: wp-admin/includes/class-custom-background.php:365
     13286msgid "Top Left"
     13287msgstr "بالا چپ"
     13288
     13289#: wp-includes/script-loader.php:919
     13290msgid "Mute"
     13291msgstr "ساکت"
     13292
     13293#: wp-includes/script-loader.php:911 wp-includes/class-wp-editor.php:1248
     13294msgid "Fullscreen"
     13295msgstr "تمام‌صفحه"
     13296
     13297#: wp-includes/admin-bar.php:995
     13298#: wp-admin/includes/class-custom-background.php:65 wp-admin/menu.php:205
     13299msgid "Background"
     13300msgstr "پس‌زمینه"
     13301
     13302#: wp-includes/media-template.php:983 wp-includes/media-template.php:1047
     13303msgid "Align"
     13304msgstr "چینش"
     13305
     13306#: wp-includes/widgets/class-wp-widget-media-audio.php:77
     13307#: wp-includes/widgets/class-wp-widget-media-video.php:80
     13308#: wp-includes/media-template.php:1269 wp-includes/media-template.php:1368
     13309#: wp-includes/js/dist/block-library.js:9531
     13310#: wp-includes/js/dist/block-library.js:23444
     13311msgid "Loop"
     13312msgstr "چرخه"
     13313
     13314#: wp-includes/js/dist/components.js:41262
     13315#: wp-admin/includes/ajax-actions.php:2183
     13316msgid "Type"
     13317msgstr "گونه"
     13318
     13319#: wp-includes/class-wp-editor.php:1218
     13320msgid "Constrain proportions"
     13321msgstr "نگه‌داشتن نسبت تصویر"
     13322
     13323#: wp-includes/class-wp-editor.php:1214 wp-includes/js/dist/edit-post.js:5383
     13324msgid "General"
     13325msgstr "عمومی"
     13326
     13327#: wp-includes/class-wp-editor.php:1265
     13328msgid "The URL you entered seems to be an external link. Do you want to add the required http:// prefix?"
     13329msgstr "نشانی که شما وارد کردید، شبیه به یک نشانی اینترنتی است، آیا می‌خواهید تا پیشوند http:// به آن افزوده شود؟"
     13330
     13331#: wp-includes/class-wp-editor.php:1263
     13332msgid "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?"
     13333msgstr "نشانی که شما وارد کردید، شبیه به یک نشانی ایمیل است، آیا می‌خواهید تا پیشوند mailto: به آن افزوده شود؟"
     13334
     13335#: wp-includes/customize/class-wp-customize-background-position-control.php:75
     13336#: wp-includes/class-wp-editor.php:1336 wp-includes/js/dist/components.js:27335
     13337#: wp-admin/includes/class-custom-background.php:397
     13338msgid "Bottom"
     13339msgstr "پایین"
     13340
     13341#: wp-includes/class-wp-editor.php:1335
     13342msgid "Middle"
     13343msgstr "میانه"
     13344
     13345#: wp-includes/customize/class-wp-customize-background-position-control.php:47
     13346#: wp-includes/class-wp-editor.php:1334 wp-includes/js/dist/components.js:27334
     13347#: wp-admin/includes/class-custom-background.php:369
     13348msgid "Top"
     13349msgstr "بالا"
     13350
     13351#: wp-includes/class-wp-editor.php:1250
     13352msgid "Horizontal space"
     13353msgstr "فاصله افقی"
     13354
     13355#: wp-includes/class-wp-editor.php:1219
     13356msgid "Vertical space"
     13357msgstr "فاصله عمودی"
     13358
     13359#: wp-includes/class-wp-editor.php:1222
     13360#: wp-includes/js/dist/block-library.js:13436
     13361msgid "Dimensions"
     13362msgstr "اندازه"
     13363
     13364#: wp-includes/class-wp-editor.php:1217
     13365msgid "Border"
     13366msgstr "کناره"
     13367
     13368#: wp-includes/class-wp-editor.php:1220
     13369msgid "Image description"
     13370msgstr "توضیح تصویر"
     13371
     13372#: wp-includes/class-wp-editor.php:1130
     13373msgid "New document"
     13374msgstr "سند جدید"
     13375
     13376#: wp-includes/class-wp-editor.php:1172
     13377msgid "Paste"
     13378msgstr "چسباندن"
     13379
     13380#: wp-includes/class-wp-customize-manager.php:4341
     13381#: wp-includes/class-wp-editor.php:1171
     13382#: wp-includes/js/dist/block-editor.js:28861
     13383msgid "Copy"
     13384msgstr "کپی"
     13385
     13386#: wp-includes/class-wp-editor.php:1170
     13387msgid "Cut"
     13388msgstr "برش"
     13389
     13390#: wp-includes/class-wp-editor.php:1154
     13391#: wp-includes/js/dist/format-library.js:2069
     13392msgid "Superscript"
     13393msgstr "بالانویس"
     13394
     13395#: wp-includes/class-wp-editor.php:1153
     13396#: wp-includes/js/dist/format-library.js:2009
     13397msgid "Subscript"
     13398msgstr "زیرنویس"
     13399
     13400#: wp-includes/class-wp-editor.php:1152
     13401#: wp-includes/js/dist/format-library.js:1638
     13402msgid "Strikethrough"
     13403msgstr "خط خوردن"
     13404
     13405#: wp-includes/class-wp-editor.php:1151
     13406#: wp-includes/js/dist/format-library.js:1679
     13407msgid "Underline"
     13408msgstr "زیرخط دار"
     13409
     13410#: wp-includes/script-loader.php:633 wp-includes/class-wp-editor.php:1157
     13411#: wp-includes/js/dist/format-library.js:1093
     13412msgid "Italic"
     13413msgstr "کج"
     13414
     13415#: wp-includes/script-loader.php:631 wp-includes/class-wp-editor.php:1156
     13416#: wp-includes/js/dist/format-library.js:688
     13417msgid "Bold"
     13418msgstr "توپُر"
     13419
     13420#: wp-includes/script-loader.php:649 wp-includes/class-wp-editor.php:1158
     13421#: wp-includes/js/dist/block-library.js:11483
     13422#: wp-includes/js/dist/block-library.js:11632
     13423msgid "Code"
     13424msgstr "کد"
     13425
     13426#: wp-includes/script-loader.php:636 wp-includes/class-wp-editor.php:1144
     13427msgid "Blockquote"
     13428msgstr "نقل قول"
     13429
     13430#: wp-includes/class-wp-editor.php:1139
     13431msgid "Heading 6"
     13432msgstr "تیتر ۶"
     13433
     13434#: wp-includes/class-wp-editor.php:1138
     13435msgid "Heading 5"
     13436msgstr "تیتر ۵"
     13437
     13438#: wp-includes/class-wp-editor.php:1137
     13439msgid "Heading 4"
     13440msgstr "تیتر ۴"
     13441
     13442#: wp-includes/class-wp-editor.php:1136
     13443msgid "Heading 3"
     13444msgstr "تیتر ۳"
     13445
     13446#: wp-includes/class-wp-editor.php:1135
     13447msgid "Heading 2"
     13448msgstr "تیتر ۲"
     13449
     13450#: wp-includes/class-wp-editor.php:1134
     13451msgid "Heading 1"
     13452msgstr "تیتر ۱"
     13453
     13454#: wp-includes/class-wp-editor.php:1143
     13455#: wp-includes/js/dist/block-library.js:2645
     13456msgid "Paragraph"
     13457msgstr "بند"
     13458
     13459#. translators: The user language selection field label.
     13460#: wp-includes/class-wp-editor.php:1228 wp-admin/user-new.php:509
     13461#: wp-admin/user-edit.php:345
     13462msgid "Language"
     13463msgstr "زبان"
     13464
     13465#: wp-includes/class-wp-editor.php:1203
     13466msgid "Document properties"
     13467msgstr "ویژگی‌های سند"
     13468
     13469#: wp-includes/script-loader.php:1104 wp-includes/theme.php:3489
     13470#: wp-includes/class-wp-editor.php:1363 wp-admin/js/widgets.js:98
     13471#: wp-admin/js/post.js:497 wp-admin/js/theme-plugin-editor.js:71
     13472#: wp-admin/js/nav-menu.js:1053
     13473msgid "The changes you made will be lost if you navigate away from this page."
     13474msgstr "در صورت بستن این برگه تغییرات شما از بین خواهند رفت."
     13475
     13476#: wp-includes/class-wp-editor.php:1301
     13477msgid "Row"
     13478msgstr "ردیف"
     13479
     13480#: wp-includes/class-wp-editor.php:1295
     13481msgid "Delete table"
     13482msgstr "حذف جدول"
     13483
     13484#: wp-includes/class-wp-editor.php:1320
     13485msgid "Copy table row"
     13486msgstr "کپی ردیف جدول"
     13487
     13488#: wp-includes/class-wp-editor.php:1319
     13489msgid "Cut table row"
     13490msgstr "برش سطر جدول"
     13491
     13492#: wp-includes/class-wp-editor.php:1316
     13493msgid "Paste table row after"
     13494msgstr "چسباندن سطر جدول پس از سطر فعلی"
     13495
     13496#: wp-includes/class-wp-editor.php:1315
     13497msgid "Paste table row before"
     13498msgstr "چسباندن سطر جدول قبل از سطر فعلی"
     13499
     13500#: wp-includes/class-wp-editor.php:1296
     13501msgid "Table properties"
     13502msgstr "ویژگی‌های جدول"
     13503
     13504#: wp-includes/class-wp-editor.php:1298
     13505msgid "Table cell properties"
     13506msgstr "ویژگی‌های خانهٔ جدول"
     13507
     13508#: wp-includes/class-wp-editor.php:1297
     13509msgid "Table row properties"
     13510msgstr "ویژگی‌های سطر جدول"
     13511
     13512#: wp-includes/class-wp-editor.php:1321
     13513msgid "Merge table cells"
     13514msgstr "ادغام خانه‌های جدول"
     13515
     13516#: wp-includes/class-wp-editor.php:1314
     13517msgid "Insert column after"
     13518msgstr "درج یک ستون پس از ستون جاری"
     13519
     13520#: wp-includes/class-wp-editor.php:1313
     13521msgid "Insert column before"
     13522msgstr "درج یک ستون قبل از ستون فعلی"
     13523
     13524#: wp-includes/class-wp-editor.php:1317
     13525msgid "Delete row"
     13526msgstr "حذف ردیف"
     13527
     13528#: wp-includes/class-wp-editor.php:1312
     13529msgid "Insert row after"
     13530msgstr "درج یک سطر پس از سطر جاری"
     13531
     13532#: wp-includes/class-wp-editor.php:1311
     13533msgid "Insert row before"
     13534msgstr "درج یک سطر قبل از سطر فعلی"
     13535
     13536#: wp-includes/script-loader.php:1059 wp-includes/class-wp-editor.php:1252
     13537#: wp-includes/class-wp-editor.php:1834
     13538msgid "Insert/edit link"
     13539msgstr "درج/ویرایش پیوند"
     13540
     13541#: wp-includes/class-wp-editor.php:1213
     13542msgid "Insert/edit image"
     13543msgstr "درج/ویرایش تصویر"
     13544
     13545#: wp-includes/class-wp-editor.php:1246
     13546msgid "Print"
     13547msgstr "چاپ"
     13548
     13549#. translators: Three-letter abbreviation of the weekday.
     13550#: wp-includes/class-wp-locale.php:146
     13551msgid "Sat"
     13552msgstr "ش"
     13553
     13554#. translators: Three-letter abbreviation of the weekday.
     13555#: wp-includes/class-wp-locale.php:145
     13556msgid "Fri"
     13557msgstr "ج"
     13558
     13559#. translators: Three-letter abbreviation of the weekday.
     13560#: wp-includes/class-wp-locale.php:144
     13561msgid "Thu"
     13562msgstr "پ"
     13563
     13564#. translators: Three-letter abbreviation of the weekday.
     13565#: wp-includes/class-wp-locale.php:143
     13566msgid "Wed"
     13567msgstr "چ"
     13568
     13569#. translators: Three-letter abbreviation of the weekday.
     13570#: wp-includes/class-wp-locale.php:142
     13571msgid "Tue"
     13572msgstr "س"
     13573
     13574#. translators: Ttree-letter abbreviation of the weekday.
     13575#: wp-includes/class-wp-locale.php:141
     13576msgid "Mon"
     13577msgstr "د"
     13578
     13579#. translators: Three-letter abbreviation of the weekday.
     13580#: wp-includes/class-wp-locale.php:140
     13581msgid "Sun"
     13582msgstr "ی"
     13583
     13584#. translators: Weekday.
     13585#. translators: One-letter abbreviation of the weekday.
     13586#. translators: Three-letter abbreviation of the weekday.
     13587#: wp-includes/class-wp-locale.php:128 wp-includes/class-wp-locale.php:137
     13588#: wp-includes/class-wp-locale.php:146
     13589msgid "Saturday"
     13590msgstr "شنبه"
     13591
     13592#. translators: Weekday.
     13593#. translators: One-letter abbreviation of the weekday.
     13594#. translators: Three-letter abbreviation of the weekday.
     13595#: wp-includes/class-wp-locale.php:127 wp-includes/class-wp-locale.php:136
     13596#: wp-includes/class-wp-locale.php:145
     13597msgid "Friday"
     13598msgstr "جمعه"
     13599
     13600#. translators: Weekday.
     13601#. translators: One-letter abbreviation of the weekday.
     13602#. translators: Three-letter abbreviation of the weekday.
     13603#: wp-includes/class-wp-locale.php:126 wp-includes/class-wp-locale.php:135
     13604#: wp-includes/class-wp-locale.php:144
     13605msgid "Thursday"
     13606msgstr "پنج‌شنبه"
     13607
     13608#. translators: Weekday.
     13609#. translators: One-letter abbreviation of the weekday.
     13610#. translators: Three-letter abbreviation of the weekday.
     13611#: wp-includes/class-wp-locale.php:125 wp-includes/class-wp-locale.php:134
     13612#: wp-includes/class-wp-locale.php:143
     13613msgid "Wednesday"
     13614msgstr "چهارشنبه"
     13615
     13616#. translators: Weekday.
     13617#. translators: One-letter abbreviation of the weekday.
     13618#. translators: Ttree-letter abbreviation of the weekday.
     13619#: wp-includes/class-wp-locale.php:124 wp-includes/class-wp-locale.php:133
     13620#: wp-includes/class-wp-locale.php:142
     13621msgid "Tuesday"
     13622msgstr "سه‌شنبه"
     13623
     13624#. translators: Weekday.
     13625#. translators: One-letter abbreviation of the weekday.
     13626#. translators: Three-letter abbreviation of the weekday.
     13627#: wp-includes/class-wp-locale.php:123 wp-includes/class-wp-locale.php:132
     13628#: wp-includes/class-wp-locale.php:141
     13629msgid "Monday"
     13630msgstr "دوشنبه"
     13631
     13632#. translators: Weekday.
     13633#: wp-includes/class-wp-locale.php:122 wp-includes/class-wp-locale.php:131
     13634#: wp-includes/class-wp-locale.php:140
     13635msgid "Sunday"
     13636msgstr "یکشنبه"
     13637
     13638#. translators: Month name.
     13639#. translators: Three-letter abbreviation of the month.
     13640#: wp-includes/class-wp-locale.php:160 wp-includes/class-wp-locale.php:188
     13641#: wp-includes/js/dist/components.js:35643
     13642msgid "December"
     13643msgstr "دسامبر"
     13644
     13645#. translators: Month name.
     13646#. translators: Three-letter abbreviation of the month.
     13647#: wp-includes/class-wp-locale.php:159 wp-includes/class-wp-locale.php:187
     13648#: wp-includes/js/dist/components.js:35641
     13649msgid "November"
     13650msgstr "نوامبر"
     13651
     13652#. translators: Month name.
     13653#. translators: Three-letter abbreviation of the month.
     13654#: wp-includes/class-wp-locale.php:158 wp-includes/class-wp-locale.php:186
     13655#: wp-includes/js/dist/components.js:35639
     13656msgid "October"
     13657msgstr "اکتبر"
     13658
     13659#. translators: Month name.
     13660#. translators: Three-letter abbreviation of the month.
     13661#: wp-includes/class-wp-locale.php:157 wp-includes/class-wp-locale.php:185
     13662#: wp-includes/js/dist/components.js:35637
     13663msgid "September"
     13664msgstr "سپتامبر"
     13665
     13666#. translators: Month name.
     13667#. translators: Three-letter abbreviation of the month.
     13668#: wp-includes/class-wp-locale.php:156 wp-includes/class-wp-locale.php:184
     13669#: wp-includes/js/dist/components.js:35635
     13670msgid "August"
     13671msgstr "آگوست"
     13672
     13673#. translators: Month name.
     13674#. translators: Three-letter abbreviation of the month.
     13675#: wp-includes/class-wp-locale.php:155 wp-includes/class-wp-locale.php:183
     13676#: wp-includes/js/dist/components.js:35633
     13677msgid "July"
     13678msgstr "جولای"
     13679
     13680#. translators: Month name.
     13681#. translators: Three-letter abbreviation of the month.
     13682#: wp-includes/class-wp-locale.php:154 wp-includes/class-wp-locale.php:182
     13683#: wp-includes/js/dist/components.js:35631
     13684msgid "June"
     13685msgstr "ژوئن"
     13686
     13687#. translators: Month name.
     13688#. translators: Three-letter abbreviation of the month.
     13689#: wp-includes/class-wp-locale.php:153 wp-includes/class-wp-locale.php:181
     13690#: wp-includes/js/dist/components.js:35629
     13691msgid "May"
     13692msgstr "می"
     13693
     13694#. translators: Month name.
     13695#. translators: Three-letter abbreviation of the month.
     13696#: wp-includes/class-wp-locale.php:152 wp-includes/class-wp-locale.php:180
     13697#: wp-includes/js/dist/components.js:35627
     13698msgid "April"
     13699msgstr "آوریل"
     13700
     13701#. translators: Month name.
     13702#. translators: Three-letter abbreviation of the month.
     13703#: wp-includes/class-wp-locale.php:151 wp-includes/class-wp-locale.php:179
     13704#: wp-includes/js/dist/components.js:35625
     13705msgid "March"
     13706msgstr "مارس"
     13707
     13708#. translators: Month name.
     13709#. translators: Three-letter abbreviation of the month.
     13710#: wp-includes/class-wp-locale.php:150 wp-includes/class-wp-locale.php:178
     13711#: wp-includes/js/dist/components.js:35623
     13712msgid "February"
     13713msgstr "فوریه"
     13714
     13715#. translators: Month name.
     13716#: wp-includes/class-wp-locale.php:149 wp-includes/class-wp-locale.php:177
     13717#: wp-includes/js/dist/components.js:35621
     13718msgid "January"
     13719msgstr "ژانویه"
     13720
     13721#: wp-includes/class-http.php:1035 wp-includes/class-wp-http-curl.php:243
     13722#: wp-includes/class-wp-http-curl.php:291
     13723msgid "Too many redirects."
     13724msgstr "تعداد بالای بازگردانی‌ها"
     13725
     13726#: wp-includes/class-http.php:282
     13727msgid "User has blocked requests through HTTP."
     13728msgstr "کاربر درخواست HTTP را بلوکه نمود."
     13729
     13730#: wp-includes/class-wp-theme.php:944
     13731msgid "Gray"
     13732msgstr "خاکستری"
     13733
     13734#: wp-includes/general-template.php:4220
     13735msgid "Next &raquo;"
     13736msgstr "بعدی &raquo;"
     13737
     13738#: wp-includes/general-template.php:4219
     13739msgid "&laquo; Previous"
     13740msgstr "&laquo; قبلی"
     13741
     13742#. translators: 1: Blog name, 2: Separator (raquo), 3: Search query.
     13743#: wp-includes/general-template.php:3109
     13744msgid "%1$s %2$s Search Results for &#8220;%3$s&#8221; Feed"
     13745msgstr "%1$s %2$s نتایج جست‌وجو برای  &#8220;%3$s&#8221; خوراک"
     13746
     13747#. translators: 1: Blog name, 2: Separator (raquo), 3: Author name.
     13748#: wp-includes/general-template.php:3107
     13749msgid "%1$s %2$s Posts by %3$s Feed"
     13750msgstr "%1$s %2$s خوراک نوشته‌های %3$s"
     13751
     13752#. translators: 1: Blog name, 2: Separator (raquo), 3: Tag name.
     13753#: wp-includes/general-template.php:3103
     13754msgid "%1$s %2$s %3$s Tag Feed"
     13755msgstr "%1$s %2$s %3$s خوراک برچسب"
     13756
     13757#. translators: 1: Blog name, 2: Separator (raquo), 3: Category name.
     13758#: wp-includes/general-template.php:3101
     13759msgid "%1$s %2$s %3$s Category Feed"
     13760msgstr "%1$s %2$s %3$s خوراک دسته"
     13761
     13762#. translators: 1: Blog name, 2: Separator (raquo), 3: Post title.
     13763#: wp-includes/general-template.php:3099
     13764msgid "%1$s %2$s %3$s Comments Feed"
     13765msgstr "%1$s %2$s %3$s خوراک دیدگاه‌ها"
     13766
     13767#. translators: 1: Blog title, 2: Separator (raquo).
     13768#: wp-includes/general-template.php:3059
     13769msgid "%1$s %2$s Comments Feed"
     13770msgstr "%1$s %2$s خوراک دیدگاه‌ها"
     13771
     13772#. translators: 1: Blog title, 2: Separator (raquo).
     13773#: wp-includes/general-template.php:3057
     13774msgid "%1$s %2$s Feed"
     13775msgstr "%1$s %2$s خوراک"
     13776
     13777#. translators: Separator between blog name and feed type in feed links.
     13778#: wp-includes/general-template.php:3055 wp-includes/general-template.php:3097
     13779msgctxt "feed link"
     13780msgid "&raquo;"
     13781msgstr "&raquo;"
     13782
     13783#. translators: Calendar caption: 1: Month name, 2: 4-digit year.
     13784#: wp-includes/general-template.php:2268
     13785msgctxt "calendar caption"
     13786msgid "%1$s %2$s"
     13787msgstr "%1$s %2$s"
     13788
     13789#. translators: 1: Month, 2: Year.
     13790#. translators: 1: Month name, 2: 4-digit year.
     13791#: wp-includes/media.php:4123 wp-includes/general-template.php:2024
     13792#: wp-admin/includes/class-wp-list-table.php:628
     13793msgid "%1$s %2$d"
     13794msgstr "%1$s %2$d"
     13795
     13796#: wp-includes/general-template.php:1148 wp-includes/general-template.php:1365
     13797msgid "Page not found"
     13798msgstr "برگه پیدا نشد"
     13799
     13800#. translators: 1: Separator, 2: Search query.
     13801#: wp-includes/general-template.php:1360
     13802msgid "Search Results %1$s %2$s"
     13803msgstr "نتایج جستجوی %1$s %2$s"
     13804
     13805#: wp-includes/general-template.php:658
     13806msgid "Site Admin"
     13807msgstr "مدیر سایت"
     13808
     13809#: wp-login.php:897 wp-login.php:1032 wp-login.php:1125 wp-login.php:1468
     13810#: wp-includes/general-template.php:653
     13811msgid "Register"
     13812msgstr "نام‌نویسی"
     13813
     13814#: wp-login.php:1434 wp-includes/general-template.php:512
     13815msgid "Remember Me"
     13816msgstr "مرا به خاطر بسپار"
     13817
     13818#: wp-includes/general-template.php:373
     13819msgid "Log out"
     13820msgstr "بیرون رفتن"
     13821
     13822#: wp-login.php:893 wp-login.php:968 wp-login.php:1028 wp-login.php:1130
     13823#: wp-includes/general-template.php:371
     13824msgid "Log in"
     13825msgstr "ورود"
     13826
     13827#: wp-includes/functions.php:5853
     13828msgid "Manual Offsets"
     13829msgstr "متعادل‌سازی دستی"
     13830
     13831#: wp-includes/functions.php:5844 wp-includes/functions.php:5849
     13832msgid "UTC"
     13833msgstr "UTC"
     13834
     13835#: wp-includes/functions.php:5799
     13836msgid "Select a city"
     13837msgstr "انتخاب شهر"
     13838
     13839#. translators: 1: PHP function name, 2: Version number.
     13840#: wp-includes/functions.php:5063
     13841msgid "%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s with no alternative available."
     13842msgstr "%1$s از نگارش %2$s <strong>از رده خارج شده</strong> و هیچ جایگزینی برای آن وجود ندارد."
     13843
     13844#. translators: 1: PHP function name, 2: Version number, 3: Optional message
     13845#. regarding the change.
     13846#: wp-includes/functions.php:5052
     13847msgid "%1$s was called with an argument that is <strong>deprecated</strong> since version %2$s! %3$s"
     13848msgstr "%1$s از نگارش %2$s <strong>از رده خارج شده</strong>! %3$s"
     13849
     13850#. translators: 1: PHP function name, 2: Version number.
     13851#. translators: 1: PHP file name, 2: Version number.
     13852#. translators: 1: WordPress hook name, 2: Version number.
     13853#: wp-includes/functions.php:4779 wp-includes/functions.php:4969
     13854#: wp-includes/functions.php:5154
     13855msgid "%1$s is <strong>deprecated</strong> since version %2$s with no alternative available."
     13856msgstr "%1$s از نگارش %2$s <strong>منقضی شده</strong> و هیچ جایگزینی در دسترس نیست."
     13857
     13858#. translators: 1: PHP function name, 2: Version number, 3: Alternative
     13859#. function name.
     13860#. translators: 1: PHP file name, 2: Version number, 3: Alternative file name.
     13861#. translators: 1: WordPress hook name, 2: Version number, 3: Alternative hook
     13862#. name.
     13863#: wp-includes/functions.php:4768 wp-includes/functions.php:4958
     13864#: wp-includes/functions.php:5143
     13865msgid "%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead."
     13866msgstr "%1$s از نگارش%2$s <strong>منسوخ</strong> شده است! به‌جای آن از %3$s استفاده نمایید."
     13867
     13868#: wp-load.php:92 wp-includes/sitemaps/class-wp-sitemaps-renderer.php:267
     13869#: wp-includes/functions.php:3894
     13870msgid "WordPress &rsaquo; Error"
     13871msgstr "وردپرس &rsaquo; خطا"
     13872
     13873#: wp-includes/functions.php:3436
     13874msgid "&laquo; Back"
     13875msgstr "&laquo; بازگشت"
     13876
     13877#: wp-includes/functions.php:3264
     13878msgid "Please try again."
     13879msgstr "لطفاً دوباره تلاش نمایید."
     13880
     13881#. translators: %s: Logout URL.
     13882#: wp-includes/functions.php:3254
     13883msgid "Do you really want to <a href=\"%s\">log out</a>?"
     13884msgstr "آیا واقعاً می‌خواهید <a href=\"%s\">خارج شوید</a>؟"
     13885
     13886#. translators: %s: Site title.
     13887#: wp-includes/functions.php:3247
     13888msgid "You are attempting to log out of %s"
     13889msgstr "شما در حال تلاش برای خروج از سایت %s هستید"
     13890
     13891#. translators: %s: File name.
     13892#: wp-includes/functions.php:2722
     13893msgid "Could not write file %s"
     13894msgstr "امکان ذخیرهٔ پروندهٔ %s نبود"
     13895
     13896#: wp-includes/functions.php:2663
     13897msgid "Empty filename"
     13898msgstr "نام پرونده خالی است"
     13899
     13900#. translators: %s: Directory path.
     13901#: wp-includes/functions.php:2323 wp-includes/functions.php:2712
     13902msgid "Unable to create directory %s. Is its parent directory writable by the server?"
     13903msgstr "امکان ایجاد شاخه %s نیست. آیا شاخه مادر آن با سرور قابل نوشتن است؟"
     13904
     13905#. translators: %s: Option name.
     13906#: wp-includes/option.php:196
     13907msgid "%s is a protected WP option and may not be modified"
     13908msgstr "%s یک گزینه محافظت شده است و قابل تغییر نیست"
     13909
     13910#. translators: Used between list items, there is a space after the comma.
     13911#: wp-includes/class-wp-theme.php:898
     13912#: wp-admin/includes/class-wp-media-list-table.php:617
     13913#: wp-admin/includes/class-wp-posts-list-table.php:1224
     13914msgid ", "
     13915msgstr "، "
     13916
     13917#. translators: Time difference between two dates, in days. %s: Number of days.
     13918#: wp-includes/formatting.php:3756
     13919msgid "%s day"
     13920msgid_plural "%s days"
     13921msgstr[0] "%s روز"
     13922
     13923#. translators: %s: Time duration in hour or hours.
     13924#. translators: Time difference between two dates, in hours. %s: Number of
     13925#. hours.
     13926#: wp-includes/functions.php:530 wp-includes/formatting.php:3749
     13927msgid "%s hour"
     13928msgid_plural "%s hours"
     13929msgstr[0] "%s ساعت"
     13930
     13931#. translators: Time difference between two dates, in minutes (min=minute). %s:
     13932#. Number of minutes.
     13933#: wp-includes/formatting.php:3742
     13934msgid "%s min"
     13935msgid_plural "%s mins"
     13936msgstr[0] "%s دقیقه"
     13937
     13938#: wp-includes/feed-rss2-comments.php:100
     13939msgid "Protected Comments: Please enter your password to view comments."
     13940msgstr "دیدگاه‌ها حفاظت شده: برای نمایش دیدگاه رمز عبورتان را بنویسید."
     13941
     13942#. translators: Comments feed title. %s: Post title.
     13943#: wp-includes/feed-rss2-comments.php:39
     13944msgid "Comments on: %s"
     13945msgstr "دیدگاه‌ها برای: %s"
     13946
     13947#. translators: Comment author title. %s: Comment author name.
     13948#: wp-includes/feed-rss2-comments.php:89 wp-includes/feed-atom-comments.php:86
     13949msgid "By: %s"
     13950msgstr "توسط: %s"
     13951
     13952#. translators: Individual comment title. 1: Post title, 2: Comment author
     13953#. name.
     13954#: wp-includes/feed-rss2-comments.php:86 wp-includes/feed-atom-comments.php:83
     13955msgid "Comment on %1$s by %2$s"
     13956msgstr "دیدگاه‌ها برای %1$s با %2$s"
     13957
     13958#. translators: Comments feed title. %s: Site title.
     13959#: wp-includes/feed-rss2-comments.php:45 wp-includes/feed-atom-comments.php:40
     13960msgid "Comments for %s"
     13961msgstr "دیدگاه‌ها برای %s"
     13962
     13963#. translators: Comments feed title. 1: Site title, 2: Search query.
     13964#: wp-includes/feed-rss2-comments.php:42 wp-includes/feed-atom-comments.php:37
     13965msgid "Comments for %1$s searching on %2$s"
     13966msgstr "دیدگاه‌ها برای %1$s به دنبال %2$s گشتن"
     13967
     13968#: wp-includes/post-template.php:1613 wp-includes/deprecated.php:1872
     13969msgid "Missing Attachment"
     13970msgstr "پیوست گم شده"
     13971
     13972#: wp-includes/deprecated.php:984
     13973msgid "Last updated"
     13974msgstr "آخرین به‌روزرسانی"
     13975
     13976#: wp-includes/deprecated.php:64
     13977msgid "new WordPress Loop"
     13978msgstr "یک چرخه جدید وردپرس"
     13979
     13980#: wp-includes/widgets/class-wp-widget-tag-cloud.php:29
     13981#: wp-includes/js/dist/block-library.js:24131
     13982msgid "Tag Cloud"
     13983msgstr "ابر برچسب"
     13984
     13985#: wp-includes/widgets.php:1656
     13986msgid "Display item date?"
     13987msgstr "نمایش تاریخ نوشته؟"
     13988
     13989#: wp-includes/widgets.php:1653
     13990msgid "Display item author if available?"
     13991msgstr "نمایش نویسندهٔ مورد اگر در دسترس بود؟"
     13992
     13993#: wp-includes/widgets.php:1650
     13994msgid "Display item content?"
     13995msgstr "نمایش محتوای گزینه؟"
     13996
     13997#: wp-includes/widgets.php:1638
     13998msgid "How many items would you like to display?"
     13999msgstr "چند تا نمایش داده شود؟"
     14000
     14001#: wp-includes/widgets.php:1635
     14002msgid "Give the feed a title (optional):"
     14003msgstr "برای این خوراک یک نام بگذارید (اختیاری):"
     14004
     14005#: wp-includes/widgets.php:1632
     14006msgid "Enter the RSS feed URL here:"
     14007msgstr "نشانی خوراک RSS را بنویسید:"
     14008
     14009#: wp-includes/widgets.php:1541 wp-includes/js/dist/editor.js:7541
     14010msgid "Untitled"
     14011msgstr "بدون عنوان"
     14012
     14013#. translators: Comments widget. 1: Comment author, 2: Post link.
     14014#: wp-includes/widgets/class-wp-widget-recent-comments.php:149
     14015msgctxt "widgets"
     14016msgid "%1$s on %2$s"
     14017msgstr "%1$s در %2$s"
     14018
     14019#: wp-includes/widgets/class-wp-widget-recent-posts.php:173
     14020msgid "Number of posts to show:"
     14021msgstr "تعداد نوشته‌هایی که نمایش داده می‌شود:"
     14022
     14023#: wp-includes/widgets/class-wp-widget-recent-posts.php:30
     14024#: wp-includes/widgets/class-wp-widget-recent-posts.php:48
     14025msgid "Recent Posts"
     14026msgstr "نوشته‌های تازه"
     14027
     14028#: wp-includes/widgets/class-wp-widget-categories.php:201
     14029#: wp-includes/js/dist/block-library.js:11363
     14030msgid "Show hierarchy"
     14031msgstr "نمایش سلسله‌ مراتب"
     14032
     14033#: wp-includes/widgets/class-wp-widget-categories.php:76
     14034#: wp-includes/blocks/categories.php:30
     14035msgid "Select Category"
     14036msgstr "انتخاب دسته"
     14037
     14038#: wp-includes/widgets/class-wp-widget-text.php:506
     14039msgid "Automatically add paragraphs"
     14040msgstr "افزودن پاراگراف‌ها به‌صورت خودکار"
     14041
     14042#: wp-includes/widgets/class-wp-widget-text.php:42
     14043#: wp-includes/js/dist/blocks.js:5979
     14044msgid "Text"
     14045msgstr "متن"
     14046
     14047#: wp-includes/widgets/class-wp-widget-calendar.php:37
     14048#: wp-includes/js/dist/block-library.js:11124
     14049msgid "Calendar"
     14050msgstr "تقویم"
     14051
     14052#: wp-includes/widgets/class-wp-widget-categories.php:197
     14053#: wp-includes/widgets/class-wp-widget-archives.php:227
     14054#: wp-includes/js/dist/block-library.js:9229
     14055#: wp-includes/js/dist/block-library.js:11367
     14056#: wp-includes/js/dist/block-library.js:24071
     14057msgid "Show post counts"
     14058msgstr "نمایش تعداد نوشته‌ها"
     14059
     14060#: wp-includes/widgets/class-wp-widget-archives.php:90
     14061#: wp-includes/blocks/archives.php:56
     14062msgid "Select Month"
     14063msgstr "انتخاب ماه"
     14064
     14065#: wp-includes/widgets/class-wp-widget-links.php:179
     14066msgid "Show Link Rating"
     14067msgstr "نمایش امتیاز پیوند"
     14068
     14069#: wp-includes/widgets/class-wp-widget-links.php:175
     14070msgid "Show Link Description"
     14071msgstr "نمایش توضیحات پیوند"
     14072
     14073#: wp-includes/widgets/class-wp-widget-links.php:171
     14074msgid "Show Link Name"
     14075msgstr "نمایش نام پیوند"
     14076
     14077#: wp-includes/widgets/class-wp-widget-links.php:167
     14078msgid "Show Link Image"
     14079msgstr "نمایش تصویر پیوند"
     14080
     14081#: wp-includes/widgets/class-wp-widget-links.php:26
     14082msgid "Your blogroll"
     14083msgstr "پیوندهای شما"
     14084
     14085#: wp-includes/widgets/class-wp-widget-pages.php:180
     14086msgid "Page IDs, separated by commas."
     14087msgstr "شناسهٔ برگه‌ها، جدا شده با کاما."
     14088
     14089#: wp-includes/widgets/class-wp-widget-pages.php:177
     14090msgid "Exclude:"
     14091msgstr "استثناها:"
     14092
     14093#: wp-includes/widgets/class-wp-widget-pages.php:172
     14094msgid "Page ID"
     14095msgstr "شناسهٔ برگه"
     14096
     14097#: wp-includes/widgets/class-wp-widget-pages.php:171
     14098msgid "Page order"
     14099msgstr "چینش برگه"
     14100
     14101#: wp-includes/widgets/class-wp-widget-pages.php:170
     14102msgid "Page title"
     14103msgstr "عنوان برگه"
     14104
     14105#: wp-includes/widgets/class-wp-widget-pages.php:168
     14106#: wp-includes/widgets/class-wp-widget-links.php:156
     14107msgid "Sort by:"
     14108msgstr "چینش بر اساس:"
     14109
     14110#: wp-includes/cron.php:827
     14111msgid "Once Daily"
     14112msgstr "روزانه یک بار"
     14113
     14114#: wp-includes/cron.php:823
     14115msgid "Twice Daily"
     14116msgstr "روزانه دوبار"
     14117
     14118#: wp-includes/cron.php:819
     14119msgid "Once Hourly"
     14120msgstr "ساعتی یک بار"
     14121
     14122#: wp-includes/cron.php:404
     14123msgid "This argument has changed to an array to match the behavior of the other cron functions."
     14124msgstr "این آرگومان برای هم‌خوانی با دیگر توابع cron به آرایه تغییر داده شد."
     14125
     14126#: wp-includes/comment.php:2390
     14127msgid "Could not update comment status."
     14128msgstr "عدم توانایی در به‌روزرسانی وضعیت دیدگاه."
     14129
     14130#: wp-includes/comment.php:728
     14131msgid "Duplicate comment detected; it looks as though you&#8217;ve already said that!"
     14132msgstr "دیدگاه تکراری شناسایی شد؛ شما پیش از این هم چنین چیزی گفته بودید!"
     14133
     14134#: wp-includes/comment.php:259
     14135msgid "Unapproved"
     14136msgstr "پذیرفته‌نشده"
     14137
     14138#: wp-includes/comment-template.php:2466
     14139msgid "Post Comment"
     14140msgstr "فرستادن دیدگاه"
     14141
     14142#: wp-includes/comment-template.php:2465
     14143msgid "Cancel reply"
     14144msgstr "لغو پاسخ"
     14145
     14146#. translators: %s: Author of the comment being replied to.
     14147#: wp-includes/comment-template.php:1981 wp-includes/comment-template.php:2460
     14148msgid "Leave a Reply to %s"
     14149msgstr "پاسخ دادن به %s"
     14150
     14151#: wp-includes/comment-template.php:1976 wp-includes/comment-template.php:2458
     14152msgid "Leave a Reply"
     14153msgstr "دیدگاهتان را بنویسید"
     14154
     14155#: wp-includes/comment-template.php:1873
     14156msgid "Click here to cancel reply."
     14157msgstr "برای صرف‌نظر کردن از پاسخ‌گویی اینجا را کلیک نمایید."
     14158
     14159#: wp-includes/comment-template.php:1800
     14160msgid "Log in to leave a Comment"
     14161msgstr "برای نوشتن دیدگاه باید وارد شوید"
     14162
     14163#: wp-includes/comment-template.php:1799
     14164msgid "Leave a Comment"
     14165msgstr "نوشتن دیدگاه"
     14166
     14167#: wp-includes/comment-template.php:1661
     14168msgid "Log in to Reply"
     14169msgstr "برای پاسخ دادن وارد شوید"
     14170
     14171#. translators: %s: Category name.
     14172#: wp-includes/class-walker-category.php:165
     14173msgid "Feed for all posts filed under %s"
     14174msgstr "خوراک برای ‌همهٔ نوشته‌های پیرامون %s"
     14175
     14176#: wp-includes/category-template.php:542 wp-includes/taxonomy.php:602
     14177msgid "No categories"
     14178msgstr "هیچ دسته‌ای پیدا نشد"
     14179
     14180#: wp-includes/bookmark-template.php:219
     14181msgid "Bookmarks"
     14182msgstr "پیوندها"
     14183
     14184#. translators: %s: Date and time of last update.
     14185#: wp-includes/bookmark-template.php:90
     14186msgid "Last updated: %s"
     14187msgstr "آخرین به‌روزرسانی: %s"
     14188
     14189#. translators: %s: Author's display name.
     14190#: wp-includes/author-template.php:304 wp-includes/author-template.php:479
     14191msgid "Posts by %s"
     14192msgstr "ارسال شده توسط %s"
     14193
     14194#. translators: %s: Author's display name.
     14195#: wp-includes/author-template.php:236
     14196msgid "Visit %s&#8217;s website"
     14197msgstr "بازدید وب‌سایت %s"
     14198
     14199#: wp-includes/widgets/class-wp-widget-meta.php:32
     14200#: wp-includes/widgets/class-wp-widget-meta.php:45
     14201#: wp-includes/theme-compat/sidebar.php:138
     14202msgid "Meta"
     14203msgstr "اطلاعات"
     14204
     14205#: wp-includes/class-walker-comment.php:343
     14206msgid "(Edit)"
     14207msgstr "(ویرایش)"
     14208
     14209#. translators: 1: Comment date, 2: Comment time.
     14210#. translators: Publish box date string. 1: Date, 2: Time. See
     14211#. https://www.php.net/date
     14212#. translators: 1: Post date, 2: Post time.
     14213#. translators: Publish box date string. 1: Date, 2: Time.
     14214#: wp-includes/class-walker-comment.php:339
     14215#: wp-includes/class-walker-comment.php:434
     14216#: wp-admin/includes/meta-boxes.php:216 wp-admin/includes/meta-boxes.php:408
     14217#: wp-admin/includes/class-wp-comments-list-table.php:949
     14218#: wp-admin/includes/class-wp-posts-list-table.php:1083
     14219#: wp-admin/comment.php:217 wp-admin/edit-form-advanced.php:171
     14220#: wp-admin/edit-form-comment.php:126
     14221msgid "%1$s at %2$s"
     14222msgstr "%1$s در %2$s"
     14223
     14224#: wp-includes/class-walker-comment.php:302
     14225#: wp-includes/class-walker-comment.php:400
     14226msgid "Your comment is awaiting moderation."
     14227msgstr "دیدگاه شما در انتظار بررسی است."
     14228
     14229#: wp-includes/theme-compat/comments.php:72
     14230msgid "Comments are closed."
     14231msgstr "دیدگاه‌ها بسته شده‌اند."
     14232
     14233#: wp-includes/post-template.php:929
     14234msgid "Pages:"
     14235msgstr "برگه‌ها:"
     14236
     14237#: wp-includes/category-template.php:1213
     14238msgid "Tags: "
     14239msgstr "برچسب‌ها:"
     14240
     14241#. translators: %s: Login URL.
     14242#: wp-includes/comment-template.php:2424
     14243msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
     14244msgstr "برای نوشتن دیدگاه باید <a href=\"%s\">وارد بشوید</a>."
     14245
     14246#: wp-includes/link-template.php:1065 wp-includes/link-template.php:1425
     14247#: wp-includes/link-template.php:1533 wp-includes/link-template.php:1596
     14248msgid "Edit This"
     14249msgstr "ویرایش این"
     14250
     14251#: wp-includes/comment-template.php:938
     14252msgid "1 Comment"
     14253msgstr "1 دیدگاه"
     14254
     14255#: wp-includes/comment-template.php:936
     14256msgid "No Comments"
     14257msgstr "بدون دیدگاه"
     14258
     14259#: wp-includes/comment-template.php:1586
     14260msgid "Enter your password to view comments."
     14261msgstr "برای نمایش یافتن دیدگاه‌ها رمز عبور را بنویسید."
     14262
     14263#. translators: Comments feed title. %s: Post title.
     14264#: wp-includes/feed-atom-comments.php:34
     14265msgid "Comments on %s"
     14266msgstr "دیدگاه‌ها برای %s"
     14267
     14268#: wp-includes/script-loader.php:772 wp-includes/script-loader.php:1063
     14269#: wp-includes/class-wp-customize-nav-menus.php:335
     14270#: wp-includes/js/dist/block-editor.js:24911 wp-admin/includes/nav-menu.php:596
     14271#: wp-admin/includes/nav-menu.php:887 wp-admin/js/nav-menu.js:1256
     14272msgid "No results found."
     14273msgstr "نتیجه‌ای پیدا نشد."
     14274
     14275#: wp-includes/link-template.php:2372 wp-includes/link-template.php:2512
     14276msgid "Next Page &raquo;"
     14277msgstr "برگهٔ بعد &raquo;"
     14278
     14279#: wp-includes/link-template.php:2458 wp-includes/link-template.php:2511
     14280msgid "&laquo; Previous Page"
     14281msgstr "&laquo; برگه‌ٔ پیشین"
     14282
     14283#. translators: 'Label. Used to signify a layout property (eg: margin, padding)
     14284#. will apply uniformly to all screensizes.'
     14285#: wp-includes/js/dist/components.js:27333
     14286#: wp-includes/js/dist/components.js:42991
     14287#: wp-includes/js/dist/components.js:43010
     14288#: wp-includes/js/dist/block-editor.js:35386 wp-admin/export.php:187
     14289#: wp-admin/export.php:199 wp-admin/export.php:224 wp-admin/export.php:246
     14290#: wp-admin/export.php:271
     14291msgid "All"
     14292msgstr "همه"
     14293
     14294#: wp-includes/class-wp-xmlrpc-server.php:3875
     14295#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:549
     14296#: wp-includes/comment.php:3416
     14297msgid "Sorry, comments are closed for this item."
     14298msgstr "با عرض پوزش، دیدگاه‎ها برای این مورد بسته شده‌اند."
     14299
     14300#: wp-includes/admin-bar.php:973 wp-includes/class-wp-customize-widgets.php:415
     14301#: wp-includes/functions.php:4655 wp-includes/js/dist/blocks.js:5988
     14302#: wp-admin/widgets.php:49
     14303msgid "Widgets"
     14304msgstr "ابزارک‌ها"
     14305
     14306#. translators: %s: Number of confirmed requests.
     14307#: wp-includes/post.php:441
     14308msgid "Confirmed <span class=\"count\">(%s)</span>"
     14309msgid_plural "Confirmed <span class=\"count\">(%s)</span>"
     14310msgstr[0] "<span class=\"count\">(%s)</span> تایید شد"
     14311
     14312#: wp-includes/comment-template.php:2364 wp-admin/user-new.php:498
     14313#: wp-admin/user-edit.php:537
     14314msgid "Website"
     14315msgstr "وب‌ سایت"
     14316
     14317#: wp-includes/taxonomy.php:598
     14318msgid "Separate tags with commas"
     14319msgstr "برچسب‌ها را با کاما جدا نمایید"
     14320
     14321#: wp-includes/widgets/class-wp-widget-pages.php:163
     14322#: wp-includes/widgets/class-wp-widget-categories.php:187
     14323#: wp-includes/widgets/class-wp-widget-archives.php:219
     14324#: wp-includes/widgets/class-wp-nav-menu-widget.php:179
     14325#: wp-includes/widgets/class-wp-widget-search.php:71
     14326#: wp-includes/widgets/class-wp-widget-recent-comments.php:196
     14327#: wp-includes/widgets/class-wp-widget-tag-cloud.php:131
     14328#: wp-includes/widgets/class-wp-widget-meta.php:137
     14329#: wp-includes/widgets/class-wp-widget-recent-posts.php:168
     14330#: wp-includes/widgets/class-wp-widget-calendar.php:99
     14331#: wp-includes/widgets/class-wp-widget-text.php:491
     14332#: wp-includes/widgets/class-wp-widget-text.php:524
     14333#: wp-includes/widgets/class-wp-widget-media.php:415
     14334#: wp-includes/widgets/class-wp-widget-custom-html.php:265
     14335msgid "Title:"
     14336msgstr "عنوان:"
     14337
     14338#: wp-includes/customize/class-wp-customize-color-control.php:54
     14339#: wp-includes/customize/class-wp-customize-media-control.php:227
     14340#: wp-includes/customize/class-wp-customize-media-control.php:237
     14341#: wp-includes/customize/class-wp-customize-media-control.php:248
     14342#: wp-includes/customize/class-wp-customize-media-control.php:258
     14343#: wp-includes/class-wp-customize-manager.php:5197
     14344#: wp-includes/js/dist/components.js:36042
     14345#: wp-includes/js/dist/components.js:38837
     14346#: wp-includes/js/dist/block-library.js:20898
     14347#: wp-includes/js/dist/block-library.js:24602 wp-admin/js/color-picker.js:149
     14348msgid "Default"
     14349msgstr " پیش‌فرض"
     14350
     14351#: wp-includes/widgets/class-wp-widget-media-image.php:84
     14352#: wp-includes/media-template.php:1110 wp-includes/class-wp-editor.php:1324
     14353#: wp-includes/js/dist/block-editor.js:32495 wp-admin/options-media.php:61
     14354msgid "Height"
     14355msgstr "ارتفاع"
     14356
     14357#: wp-includes/class-wp-xmlrpc-server.php:560 wp-admin/options-general.php:344
     14358#: wp-admin/options-general.php:346
     14359msgid "Time Format"
     14360msgstr "ساختار زمان"
     14361
     14362#: wp-includes/class-wp-xmlrpc-server.php:555 wp-admin/options-general.php:306
     14363#: wp-admin/options-general.php:308
     14364msgid "Date Format"
     14365msgstr "ساختار تاریخ"
     14366
     14367#: wp-login.php:1106 wp-includes/comment-template.php:2350
     14368#: wp-admin/includes/class-wp-users-list-table.php:358
     14369#: wp-admin/includes/template.php:481 wp-admin/comment.php:175
     14370#: wp-admin/user-new.php:389 wp-admin/user-new.php:485
     14371#: wp-admin/user-edit.php:502 wp-admin/edit-form-comment.php:53
     14372#: wp-admin/includes/class-wp-ms-users-list-table.php:199
     14373#: wp-admin/network/user-new.php:132 wp-admin/network/site-users.php:346
     14374msgid "Email"
     14375msgstr "ایمیل"
     14376
     14377#: wp-includes/class-wp-xmlrpc-server.php:545
     14378#: wp-includes/class-wp-customize-manager.php:5099
     14379#: wp-includes/js/dist/core-data.js:2050 wp-admin/options-general.php:64
     14380#: wp-admin/install.php:114 wp-admin/network/site-new.php:248
     14381msgid "Site Title"
     14382msgstr "عنوان سایت"
     14383
     14384#: wp-includes/deprecated.php:2706 wp-admin/network/settings.php:314
     14385msgid "First Post"
     14386msgstr "اولین نوشته"
     14387
     14388#. translators: accessibility text for the settings landmark region.
     14389#: wp-includes/admin-bar.php:564 wp-includes/js/dist/edit-post.js:4177
     14390#: wp-includes/js/dist/edit-post.js:7468 wp-admin/includes/ms.php:1069
     14391#: wp-admin/options.php:21 wp-admin/menu.php:292 wp-admin/network/menu.php:109
     14392msgid "Settings"
     14393msgstr "تنظیمات"
     14394
     14395#: wp-includes/post.php:1699
     14396msgctxt "page"
     14397msgid "Add New"
     14398msgstr "افزودن جدید"
     14399
     14400#: wp-includes/admin-bar.php:484 wp-admin/my-sites.php:37 wp-admin/menu.php:29
     14401msgid "My Sites"
     14402msgstr "سایت‌های من"
     14403
     14404#: wp-includes/admin-bar.php:542 wp-includes/admin-bar.php:958
     14405#: wp-includes/customize/class-wp-customize-themes-panel.php:77
     14406#: wp-admin/includes/ms.php:1064 wp-admin/update-core.php:466
     14407#: wp-admin/update-core.php:473 wp-admin/themes.php:248 wp-admin/menu.php:189
     14408#: wp-admin/network/themes.php:336 wp-admin/network/menu.php:78
     14409msgid "Themes"
     14410msgstr "پوسته‌ها"
     14411
     14412#. translators: Sites menu item.
     14413#: wp-includes/admin-bar.php:520
     14414#: wp-admin/includes/class-wp-ms-users-list-table.php:201
     14415#: wp-admin/network/menu.php:51 wp-admin/network/sites.php:20
     14416#: wp-admin/network/sites.php:366
     14417msgid "Sites"
     14418msgstr "سایت‌ها"
     14419
     14420#: wp-signup.php:206 wp-admin/includes/class-wp-links-list-table.php:259
     14421#: wp-admin/includes/class-wp-debug-data.php:100
     14422#: wp-admin/includes/class-wp-debug-data.php:105
     14423#: wp-admin/includes/class-wp-debug-data.php:110
     14424#: wp-admin/includes/class-wp-debug-data.php:115
     14425#: wp-admin/includes/class-wp-debug-data.php:754
     14426#: wp-admin/includes/class-wp-debug-data.php:763
     14427#: wp-admin/includes/class-wp-debug-data.php:772
     14428msgid "Yes"
     14429msgstr "بله"
     14430
     14431#: wp-includes/taxonomy.php:593
     14432msgid "Edit Category"
     14433msgstr "ویرایش دسته"
     14434
     14435#: wp-login.php:1392 wp-login.php:1436 wp-includes/general-template.php:513
     14436#: wp-admin/install.php:219 wp-admin/install.php:439
     14437#: wp-admin/includes/network.php:679
     14438msgid "Log In"
     14439msgstr "ورود"
     14440
     14441#: wp-login.php:993
     14442msgid "Strength indicator"
     14443msgstr "شاخص استحکام"
     14444
     14445#. translators: Network menu item.
     14446#: wp-includes/admin-bar.php:401 wp-includes/admin-bar.php:510
     14447#: wp-includes/admin-bar.php:609 wp-includes/deprecated.php:2827
     14448#: wp-includes/deprecated.php:2829 wp-admin/my-sites.php:127
     14449#: wp-admin/index.php:32 wp-admin/user/menu.php:10 wp-admin/menu.php:24
     14450#: wp-admin/includes/class-wp-ms-sites-list-table.php:693
     14451#: wp-admin/network/site-info.php:137 wp-admin/network/index.php:20
     14452#: wp-admin/network/site-users.php:229 wp-admin/network/site-themes.php:179
     14453#: wp-admin/network/site-settings.php:94 wp-admin/network/menu.php:11
     14454msgid "Dashboard"
     14455msgstr "پیشخوان"
     14456
     14457#: wp-includes/class-wp-widget.php:143 wp-admin/includes/widgets.php:276
     14458#: wp-admin/widgets.php:308
     14459msgid "There are no options for this widget."
     14460msgstr "گزینه‌ای برای این ابزارک یافت نشد."
     14461
     14462#: wp-includes/user.php:2539 wp-admin/includes/user.php:207
     14463msgid "<strong>Error</strong>: This email is already registered. Please choose another one."
     14464msgstr "<strong>خطا</strong>: این ایمیل از قبل ثبت شده است. لطفا ایمیل دیگری انتخاب نمایید."
     14465
     14466#: wp-includes/user.php:2517 wp-admin/includes/user.php:146
     14467msgid "<strong>Error</strong>: Please enter a username."
     14468msgstr "<strong>خطا</strong>: یک شناسه بنویسید."
     14469
     14470#: wp-includes/widgets/class-wp-widget-media-image.php:78
     14471#: wp-includes/media-template.php:1105 wp-includes/class-wp-editor.php:1325
     14472#: wp-includes/js/dist/block-editor.js:32484
     14473#: wp-includes/js/dist/format-library.js:1029 wp-admin/options-media.php:58
     14474msgid "Width"
     14475msgstr "عرض"
     14476
     14477#: wp-includes/class-wp-theme.php:955
     14478msgid "Light"
     14479msgstr "روشن"
     14480
     14481#: wp-includes/class-wp-theme.php:953
     14482msgid "Yellow"
     14483msgstr "زرد"
     14484
     14485#: wp-includes/class-wp-theme.php:952 wp-includes/js/dist/block-editor.js:18403
     14486msgid "White"
     14487msgstr "سفید"
     14488
     14489#: wp-includes/class-wp-theme.php:950
     14490msgid "Silver"
     14491msgstr "نقره‌ای"
     14492
     14493#: wp-includes/class-wp-theme.php:949
     14494msgid "Red"
     14495msgstr "قرمز"
     14496
     14497#: wp-includes/class-wp-theme.php:948
     14498msgid "Purple"
     14499msgstr "بنفش"
     14500
     14501#: wp-includes/class-wp-theme.php:947
     14502msgid "Pink"
     14503msgstr "صورتی"
     14504
     14505#: wp-includes/class-wp-theme.php:946
     14506msgid "Orange"
     14507msgstr "نارنجی"
     14508
     14509#: wp-includes/class-wp-theme.php:945
     14510msgid "Green"
     14511msgstr "سبز"
     14512
     14513#: wp-includes/class-wp-theme.php:943
     14514msgid "Brown"
     14515msgstr "قهوه‌ای"
     14516
     14517#: wp-includes/class-wp-theme.php:942
     14518msgid "Blue"
     14519msgstr "آبی"
     14520
     14521#: wp-includes/class-wp-theme.php:941 wp-includes/js/dist/block-editor.js:18395
     14522msgid "Black"
     14523msgstr "مشکی"
     14524
     14525#: wp-includes/class-wp-customize-section.php:374
     14526#: wp-includes/class-wp-customize-panel.php:378
     14527#: wp-includes/customize/class-wp-customize-themes-panel.php:83
     14528#: wp-includes/customize/class-wp-customize-nav-menus-panel.php:82
     14529#: wp-includes/js/dist/edit-post.js:2038
     14530#: wp-admin/includes/class-wp-screen.php:976 wp-admin/customize.php:229
     14531msgid "Help"
     14532msgstr "راهنما"
     14533
     14534#: wp-includes/script-loader.php:1062
     14535#: wp-includes/widgets/class-wp-widget-recent-posts.php:113
     14536#: wp-includes/blocks/rss.php:31 wp-includes/blocks/latest-comments.php:31
     14537#: wp-includes/blocks/latest-posts.php:93 wp-includes/media.php:3801
     14538#: wp-includes/js/dist/editor.js:11111 wp-includes/js/dist/editor.js:13760
     14539#: wp-includes/js/dist/edit-post.js:7395
     14540#: wp-includes/js/dist/block-library.js:17386 wp-admin/includes/revision.php:59
     14541#: wp-admin/includes/revision.php:62 wp-admin/includes/template.php:1975
     14542#: wp-admin/includes/ajax-actions.php:2186 wp-admin/js/inline-edit-post.js:201
     14543msgid "(no title)"
     14544msgstr "(بدون عنوان)"
     14545
     14546#: wp-includes/post.php:1702
     14547msgid "New Post"
     14548msgstr "نوشتهٔ تازه"
     14549
     14550#: wp-includes/post.php:77 wp-admin/media.php:48
     14551msgid "Edit Media"
     14552msgstr "ویرایش رسانه‌ها"
     14553
     14554#: wp-includes/post.php:1702
     14555msgid "New Page"
     14556msgstr "برگهٔ تازه"
     14557
     14558#: wp-includes/media.php:4189 wp-includes/js/dist/editor.js:7528
     14559#: wp-includes/js/dist/block-editor.js:35625
     14560#: wp-includes/js/dist/block-library.js:23711
     14561#: wp-admin/includes/template.php:1940 wp-admin/theme-editor.php:238
     14562#: wp-admin/plugin-editor.php:235 wp-admin/nav-menus.php:893
     14563#: wp-admin/includes/class-wp-ms-themes-list-table.php:515
     14564msgid "Select"
     14565msgstr "گزینش"
     14566
     14567#: wp-includes/script-loader.php:811 wp-includes/script-loader.php:1107
     14568#: wp-includes/script-loader.php:1672
     14569#: wp-includes/class-wp-customize-manager.php:5688
     14570#: wp-includes/class-wp-editor.php:1179 wp-includes/class-wp-editor.php:1835
     14571#: wp-includes/js/dist/components.js:35855
     14572#: wp-includes/js/dist/block-editor.js:35736
     14573#: wp-includes/js/dist/edit-post.js:4788 wp-includes/js/dist/edit-post.js:5120
     14574#: wp-includes/js/dist/edit-post.js:5380
     14575#: wp-admin/includes/class-wp-theme-install-list-table.php:385
     14576#: wp-admin/theme-install.php:406
     14577msgid "Close"
     14578msgstr "بستن"
     14579
     14580#: wp-includes/widgets/class-wp-widget-pages.php:30
     14581#: wp-includes/widgets/class-wp-widget-pages.php:43
     14582#: wp-includes/post-template.php:1270 wp-includes/theme-compat/sidebar.php:117
     14583#: wp-admin/export.php:235
     14584msgid "Pages"
     14585msgstr "برگه‌ها"
     14586
     14587#. translators: %s: Comment author email.
     14588#. translators: %s: User email address.
     14589#: wp-includes/pluggable.php:1624 wp-includes/pluggable.php:1808
     14590#: wp-includes/pluggable.php:1997
     14591msgid "Email: %s"
     14592msgstr "ایمیل: %s"
     14593
     14594#: wp-includes/category-template.php:161
     14595#: wp-includes/js/dist/block-editor.js:25066
     14596#: wp-includes/js/dist/block-editor.js:25071
     14597#: wp-includes/js/dist/block-editor.js:25337
     14598#: wp-includes/js/dist/edit-post.js:5056 wp-admin/includes/upgrade.php:158
     14599msgid "Uncategorized"
     14600msgstr "دسته‌بندی نشده"
     14601
     14602#: wp-includes/widgets/class-wp-widget-links.php:29
     14603#: wp-admin/link-manager.php:49
     14604#: wp-admin/includes/class-wp-terms-list-table.php:188 wp-admin/menu.php:80
     14605msgid "Links"
     14606msgstr "پیوندها"
     14607
     14608#: wp-includes/post.php:1703
     14609msgid "View Page"
     14610msgstr "نمایش برگه"
     14611
     14612#: wp-includes/post.php:2753
     14613msgid "Images"
     14614msgstr "تصویرها"
     14615
     14616#. translators: %s: Name of the block author.
     14617#. translators: %s: Plugin author name.
     14618#. translators: %s: Theme author name.
     14619#. translators: %s: Theme author.
     14620#. translators: %s: Theme author link.
     14621#. translators: %s: Plugin author.
     14622#: wp-includes/js/dist/block-directory.js:2075
     14623#: wp-admin/includes/class-wp-debug-data.php:893
     14624#: wp-admin/includes/class-wp-debug-data.php:940
     14625#: wp-admin/includes/class-wp-debug-data.php:1269
     14626#: wp-admin/includes/class-wp-themes-list-table.php:263
     14627#: wp-admin/includes/theme.php:815
     14628#: wp-admin/includes/class-wp-plugins-list-table.php:1026
     14629#: wp-admin/includes/class-wp-plugin-install-list-table.php:507
     14630#: wp-admin/includes/class-wp-theme-install-list-table.php:360
     14631#: wp-admin/includes/class-wp-theme-install-list-table.php:492
     14632#: wp-admin/themes.php:519 wp-admin/themes.php:866 wp-admin/themes.php:935
     14633#: wp-admin/theme-install.php:338 wp-admin/theme-install.php:437
     14634#: wp-admin/includes/class-wp-ms-themes-list-table.php:717
     14635msgid "By %s"
     14636msgstr "بدست %s"
     14637
     14638#: wp-includes/js/dist/block-library.js:22943
     14639#: wp-admin/includes/class-wp-debug-data.php:67
     14640#: wp-admin/includes/class-wp-debug-data.php:1080
     14641#: wp-admin/includes/class-wp-debug-data.php:1177
     14642#: wp-admin/includes/class-theme-installer-skin.php:240
     14643#: wp-admin/includes/class-plugin-installer-skin.php:217
     14644msgid "Version"
     14645msgstr "نگارش"
     14646
     14647#: wp-includes/admin-bar.php:1064 wp-includes/admin-bar.php:1065
     14648#: wp-includes/blocks/search.php:25 wp-includes/blocks/search.php:26
     14649#: wp-includes/blocks/search.php:44 wp-includes/media.php:4188
     14650#: wp-includes/media.php:4232 wp-includes/class-wp-editor.php:1856
     14651#: wp-includes/js/dist/block-library.js:20289
     14652#: wp-includes/js/dist/block-library.js:20290
     14653#: wp-includes/js/dist/block-library.js:20337
     14654#: wp-admin/includes/class-wp-media-list-table.php:298
     14655#: wp-admin/includes/theme-install.php:126
     14656#: wp-admin/includes/class-wp-theme-install-list-table.php:59
     14657#: wp-admin/includes/template.php:1931 wp-admin/includes/template.php:1934
     14658#: wp-admin/includes/nav-menu.php:523 wp-admin/includes/nav-menu.php:581
     14659#: wp-admin/includes/nav-menu.php:584 wp-admin/includes/nav-menu.php:810
     14660#: wp-admin/includes/nav-menu.php:872 wp-admin/includes/nav-menu.php:875
     14661msgid "Search"
     14662msgstr "جستجو"
     14663
     14664#: wp-includes/script-loader.php:845
     14665#: wp-includes/widgets/class-wp-widget-text.php:538
     14666#: wp-includes/widgets/class-wp-widget-text.php:553
     14667#: wp-includes/class-wp-customize-manager.php:4268
     14668#: wp-includes/js/wp-pointer.js:20 wp-admin/includes/file.php:340
     14669#: wp-admin/includes/dashboard.php:1633 wp-admin/async-upload.php:100
     14670#: wp-admin/index.php:160
     14671msgid "Dismiss"
     14672msgstr "لغو"
     14673
     14674#: wp-includes/taxonomy.php:590
     14675msgid "All Categories"
     14676msgstr "همه دسته‌ها"
     14677
     14678#: wp-includes/class-wp-customize-control.php:637
     14679#: wp-includes/class-wp-customize-nav-menus.php:1227
     14680#: wp-admin/includes/meta-boxes.php:554 wp-admin/includes/meta-boxes.php:1145
     14681msgid "Add"
     14682msgstr "افزودن"
     14683
     14684#: wp-includes/taxonomy.php:599
     14685msgid "Add or remove tags"
     14686msgstr "افزودن یا پاک کردن برچسب‌ها"
     14687
     14688#: wp-login.php:723 wp-includes/script-loader.php:1060
     14689#: wp-includes/media.php:4191 wp-includes/js/dist/editor.js:9795
     14690#: wp-admin/includes/class-wp-plugins-list-table.php:611
     14691#: wp-admin/includes/meta-boxes.php:370 wp-admin/includes/meta-boxes.php:371
     14692#: wp-admin/includes/meta-boxes.php:452 wp-admin/includes/meta-boxes.php:453
     14693#: wp-admin/includes/class-wp-theme-install-list-table.php:309
     14694#: wp-admin/includes/class-wp-theme-install-list-table.php:467
     14695#: wp-admin/includes/template.php:647
     14696#: wp-admin/includes/class-wp-posts-list-table.php:1919
     14697#: wp-admin/includes/class-wp-posts-list-table.php:1922
     14698#: wp-admin/edit-tag-form.php:274 wp-admin/edit-form-comment.php:208
     14699#: wp-admin/js/post.js:764 wp-admin/js/post.js:787
     14700#: wp-admin/includes/class-wp-ms-themes-list-table.php:476
     14701msgid "Update"
     14702msgstr "به‌روزرسانی"
     14703
     14704#: wp-includes/js/dist/editor.js:10081 wp-admin/includes/meta-boxes.php:178
     14705#: wp-admin/includes/meta-boxes.php:195 wp-admin/js/post.js:866
     14706#: wp-admin/network/site-info.php:184
     14707msgid "Public"
     14708msgstr "عمومی"
     14709
     14710#: wp-includes/post.php:950 wp-includes/post.php:970
     14711#: wp-includes/js/dist/editor.js:10085 wp-admin/includes/meta-boxes.php:169
     14712#: wp-admin/includes/meta-boxes.php:204
     14713#: wp-admin/includes/class-wp-posts-list-table.php:1625
     14714#: wp-admin/includes/class-wp-posts-list-table.php:1823 wp-admin/js/post.js:869
     14715msgid "Private"
     14716msgstr "خصوصی"
     14717
     14718#: wp-includes/class-wp-editor.php:1177 wp-admin/includes/meta-boxes.php:154
     14719#: wp-admin/includes/meta-boxes.php:207 wp-admin/includes/template.php:861
     14720#: wp-admin/js/post.js:989
     14721msgid "OK"
     14722msgstr "قبول"
     14723
     14724#: wp-includes/media-template.php:1007 wp-includes/media-template.php:1129
     14725msgid "Image URL"
     14726msgstr "نشانی تصویر"
     14727
     14728#. translators: Default privacy policy heading.
     14729#: wp-includes/media.php:4185 wp-includes/media.php:4750
     14730#: wp-includes/class-wp-editor.php:1229
     14731#: wp-includes/js/dist/block-editor.js:35052 wp-includes/js/dist/blocks.js:5982
     14732#: wp-includes/js/dist/core-data.js:2063
     14733#: wp-admin/includes/class-wp-privacy-policy-content.php:525
     14734#: wp-admin/includes/media.php:2543 wp-admin/export.php:291
     14735#: wp-admin/menu.php:66 wp-admin/menu.php:297
     14736msgid "Media"
     14737msgstr "رسانه"
     14738
     14739#: wp-includes/media-template.php:394 wp-includes/media-template.php:628
     14740#: wp-admin/includes/media.php:1648 wp-admin/includes/media.php:3096
     14741msgid "Edit Image"
     14742msgstr "ویرایش تصویر"
     14743
     14744#: wp-includes/widgets/class-wp-widget-media-image.php:91
     14745#: wp-includes/media-template.php:481 wp-includes/media-template.php:570
     14746#: wp-includes/media-template.php:686 wp-includes/media-template.php:977
     14747#: wp-includes/media-template.php:1040 wp-includes/class-wp-editor.php:1326
     14748#: wp-admin/includes/media.php:1369 wp-admin/includes/media.php:3208
     14749msgid "Caption"
     14750msgstr "توضیح مختصر"
     14751
     14752#: wp-includes/media-template.php:723 wp-includes/class-wp-editor.php:1327
     14753#: wp-admin/includes/media.php:1454 wp-admin/includes/media.php:2935
     14754msgid "Alignment"
     14755msgstr "چیدمان"
     14756
     14757#: wp-includes/widgets/class-wp-widget-media-image.php:72
     14758#: wp-includes/media-template.php:798 wp-includes/media-template.php:877
     14759#: wp-includes/media-template.php:1069 wp-admin/includes/media.php:1193
     14760msgid "Size"
     14761msgstr "اندازه"
     14762
     14763#: wp-includes/media-template.php:812 wp-includes/media-template.php:892
     14764#: wp-includes/media-template.php:1083 wp-includes/media.php:3843
     14765#: wp-includes/js/dist/block-editor.js:18475
     14766#: wp-admin/includes/class-custom-background.php:598
     14767#: wp-admin/includes/media.php:1145 wp-admin/edit-form-blocks.php:220
     14768msgid "Full Size"
     14769msgstr "اندازهٔ کامل"
     14770
     14771#: wp-includes/media-template.php:810 wp-includes/media-template.php:890
     14772#: wp-includes/media-template.php:1081 wp-includes/media.php:3841
     14773#: wp-includes/js/dist/components.js:35978
     14774#: wp-includes/js/dist/block-editor.js:18469
     14775#: wp-admin/includes/class-custom-background.php:596
     14776#: wp-admin/includes/media.php:1143 wp-admin/edit-form-blocks.php:218
     14777msgid "Medium"
     14778msgstr "میانه"
     14779
     14780#: wp-includes/media-template.php:737 wp-includes/media-template.php:993
     14781#: wp-includes/media-template.php:1057
     14782#: wp-includes/customize/class-wp-customize-background-position-control.php:65
     14783#: wp-includes/class-wp-editor.php:1331 wp-includes/js/dist/components.js:27337
     14784#: wp-admin/includes/class-custom-background.php:387
     14785#: wp-admin/includes/media.php:1102 wp-admin/includes/media.php:2944
     14786msgid "Right"
     14787msgstr "راست"
     14788
     14789#: wp-includes/media-template.php:734 wp-includes/media-template.php:990
     14790#: wp-includes/media-template.php:1054
     14791#: wp-includes/customize/class-wp-customize-background-position-control.php:61
     14792#: wp-includes/class-wp-editor.php:1330
     14793#: wp-admin/includes/class-custom-background.php:383
     14794#: wp-admin/includes/media.php:1101 wp-admin/includes/media.php:2942
     14795msgid "Center"
     14796msgstr "میانه"
     14797
     14798#: wp-includes/media-template.php:731 wp-includes/media-template.php:987
     14799#: wp-includes/media-template.php:1051
     14800#: wp-includes/customize/class-wp-customize-background-position-control.php:57
     14801#: wp-includes/class-wp-editor.php:1329 wp-includes/js/dist/components.js:27336
     14802#: wp-admin/includes/class-custom-background.php:379
     14803#: wp-admin/includes/media.php:1100 wp-admin/includes/media.php:2940
     14804msgid "Left"
     14805msgstr "چپ"
     14806
     14807#: wp-includes/media-template.php:404 wp-includes/media-template.php:594
     14808#: wp-admin/includes/media.php:930
     14809msgid "Saved."
     14810msgstr "ذخیره‌شد."
     14811
     14812#: wp-includes/class-wp-editor.php:1390 wp-admin/includes/media.php:641
     14813msgid "Add Media"
     14814msgstr "افزودن پروندهٔ چندرسانه‌ای"
     14815
     14816#. translators: %s: File name.
     14817#: wp-includes/deprecated.php:3222
     14818msgid "File &#8220;%s&#8221; is not an image."
     14819msgstr "پرونده  &#8220;%s&#8221; یک تصویر نیست."
     14820
     14821#: wp-includes/deprecated.php:3213
     14822msgid "The GD image library is not installed."
     14823msgstr "کتابخانه تصویر GD روی سرور راه‌اندازی نشده."
     14824
     14825#. translators: %s: File name.
     14826#: wp-includes/deprecated.php:3209
     14827msgid "File &#8220;%s&#8221; doesn&#8217;t exist?"
     14828msgstr "پرونده &#8220;%s&#8221; پیدا نشد؟"
     14829
     14830#: wp-includes/media-template.php:809 wp-includes/media-template.php:889
     14831#: wp-includes/media-template.php:1080 wp-includes/media.php:3840
     14832#: wp-includes/js/dist/block-editor.js:18466
     14833#: wp-admin/includes/class-custom-background.php:595
     14834#: wp-admin/includes/image-edit.php:234 wp-admin/includes/media.php:1142
     14835#: wp-admin/edit-form-blocks.php:217
     14836msgid "Thumbnail"
     14837msgstr "بندانگشتی"
     14838
     14839#: wp-includes/class-wp-editor.php:1175 wp-includes/js/dist/editor.js:7284
     14840#: wp-admin/includes/image-edit.php:81
     14841msgid "Redo"
     14842msgstr "بازانجام"
     14843
     14844#: wp-login.php:1416 wp-includes/general-template.php:511
     14845#: wp-admin/options-writing.php:166 wp-admin/includes/file.php:2174
     14846#: wp-admin/includes/class-wp-posts-list-table.php:1613
     14847#: wp-admin/install.php:137 wp-admin/install.php:427 wp-admin/user-new.php:531
     14848#: wp-admin/setup-config.php:227
     14849msgid "Password"
     14850msgstr "رمز عبور"
     14851
     14852#: wp-login.php:1102 wp-admin/includes/class-wp-users-list-table.php:356
     14853#: wp-admin/includes/file.php:2173 wp-admin/install.php:118
     14854#: wp-admin/install.php:423 wp-admin/user-new.php:481
     14855#: wp-admin/user-edit.php:405 wp-admin/setup-config.php:222
     14856#: wp-admin/includes/class-wp-ms-users-list-table.php:197
     14857#: wp-admin/network/user-new.php:128 wp-admin/network/site-users.php:308
     14858#: wp-admin/network/site-users.php:342
     14859msgid "Username"
     14860msgstr "نام کاربری"
     14861
     14862#: wp-includes/widgets/class-wp-widget-archives.php:30
     14863#: wp-includes/widgets/class-wp-widget-archives.php:43
     14864#: wp-includes/blocks/archives.php:35 wp-includes/general-template.php:1655
     14865#: wp-includes/theme-compat/sidebar.php:119
     14866#: wp-includes/js/dist/block-library.js:9281 wp-admin/includes/file.php:26
     14867msgid "Archives"
     14868msgstr "بایگانی‌ها"
     14869
     14870#: wp-includes/widgets.php:185 wp-admin/includes/file.php:19
     14871#: wp-admin/widgets.php:315
     14872msgid "Sidebar"
     14873msgstr "ستون‌کناری"
     14874
     14875#. translators: accessibility text for the top bar landmark region.
     14876#: wp-includes/admin-bar.php:1009 wp-includes/js/dist/edit-post.js:4168
     14877#: wp-admin/includes/class-custom-image-header.php:73 wp-admin/menu.php:200
     14878msgid "Header"
     14879msgstr "سربرگ"
     14880
     14881#: wp-includes/widgets/class-wp-widget-rss.php:81
     14882#: wp-admin/includes/dashboard.php:1195
     14883msgid "Unknown Feed"
     14884msgstr "خوراک ناشناخته"
     14885
     14886#: wp-includes/widgets/class-wp-widget-recent-comments.php:201
     14887msgid "Number of comments to show:"
     14888msgstr "تعداد دیدگاه‌ها برای نمایش:"
     14889
     14890#: wp-includes/comment-template.php:1120 wp-admin/includes/dashboard.php:828
     14891msgid "Trackback"
     14892msgstr "بازتاب"
     14893
     14894#: wp-includes/comment-template.php:1123 wp-admin/includes/dashboard.php:825
     14895msgid "Pingback"
     14896msgstr "بازتاب"
     14897
     14898#: wp-includes/comment-template.php:1658
     14899#: wp-admin/includes/class-wp-comments-list-table.php:791
     14900#: wp-admin/includes/dashboard.php:708 wp-admin/js/edit-comments.js:373
     14901#: wp-admin/js/edit-comments.js:1015
     14902msgid "Reply"
     14903msgstr "پاسخ"
     14904
     14905#: wp-includes/script-loader.php:1096
     14906#: wp-includes/class-wp-customize-manager.php:4817
     14907#: wp-admin/includes/meta-boxes.php:56 wp-admin/includes/dashboard.php:556
     14908#: wp-admin/js/post.js:822
     14909msgid "Save Draft"
     14910msgstr "ذخیره پیش‌نویس"
     14911
     14912#: wp-includes/widgets/class-wp-widget-tag-cloud.php:48
     14913msgid "Tags"
     14914msgstr "برچسب‌ها"
     14915
     14916#. translators: accessibility text for the content landmark region.
     14917#: wp-includes/revision.php:33 wp-includes/js/dist/edit-post.js:4171
     14918#: wp-admin/includes/dashboard.php:547 wp-admin/index.php:98
     14919msgid "Content"
     14920msgstr "محتوا"
     14921
     14922#: wp-includes/script-loader.php:1106 wp-includes/media.php:4190
     14923#: wp-includes/class-wp-editor.php:1178 wp-includes/class-wp-editor.php:1881
     14924#: wp-includes/js/dist/editor.js:11267
     14925#: wp-includes/js/dist/block-editor.js:35101
     14926#: wp-includes/js/dist/block-editor.js:35104
     14927#: wp-includes/js/dist/block-library.js:5005
     14928#: wp-admin/includes/image-edit.php:97
     14929#: wp-admin/includes/class-walker-nav-menu-edit.php:296
     14930#: wp-admin/includes/meta-boxes.php:155 wp-admin/includes/meta-boxes.php:208
     14931#: wp-admin/includes/class-wp-terms-list-table.php:681
     14932#: wp-admin/includes/media.php:1707 wp-admin/includes/media.php:2237
     14933#: wp-admin/includes/template.php:498 wp-admin/includes/template.php:741
     14934#: wp-admin/includes/template.php:862 wp-admin/includes/file.php:2268
     14935#: wp-admin/includes/class-wp-posts-list-table.php:1915
     14936#: wp-admin/includes/dashboard.php:187 wp-admin/includes/dashboard.php:1325
     14937#: wp-admin/options-general.php:129 wp-admin/comment.php:244
     14938#: wp-admin/nav-menus.php:1076 wp-admin/user-new.php:549
     14939#: wp-admin/widgets.php:352 wp-admin/widgets.php:565 wp-admin/user-edit.php:527
     14940#: wp-admin/user-edit.php:642 wp-admin/js/post.js:989
     14941#: wp-admin/network/settings.php:181
     14942msgid "Cancel"
     14943msgstr "لغو"
     14944
     14945#: wp-includes/admin-bar.php:553 wp-includes/js/dist/edit-post.js:5994
     14946#: wp-admin/update-core.php:307 wp-admin/update-core.php:320
     14947#: wp-admin/plugins.php:600 wp-admin/network/settings.php:469
     14948#: wp-admin/network/menu.php:103
     14949msgid "Plugins"
     14950msgstr "افزونه‌ها"
     14951
     14952#: wp-includes/widgets/class-wp-widget-recent-comments.php:30
     14953#: wp-includes/widgets/class-wp-widget-recent-comments.php:85
     14954#: wp-admin/includes/dashboard.php:1041
     14955msgid "Recent Comments"
     14956msgstr "آخرین دیدگاه‌ها"
     14957
     14958#: wp-includes/media-template.php:1443
     14959#: wp-includes/class-wp-customize-manager.php:4295
     14960#: wp-includes/class-wp-editor.php:1245
     14961#: wp-includes/js/dist/block-editor.js:28015
     14962#: wp-includes/js/dist/block-editor.js:36100
     14963#: wp-includes/js/dist/block-library.js:15393
     14964#: wp-admin/includes/class-custom-background.php:258
     14965#: wp-admin/includes/meta-boxes.php:73 wp-admin/includes/post.php:1766
     14966#: wp-admin/includes/class-custom-image-header.php:509
     14967#: wp-admin/includes/class-wp-theme-install-list-table.php:337
     14968#: wp-admin/includes/class-wp-posts-list-table.php:1399
     14969#: wp-admin/customize.php:203 wp-admin/theme-install.php:366
     14970#: wp-admin/theme-install.php:379 wp-admin/theme-install.php:389
     14971#: wp-admin/theme-install.php:396 wp-admin/theme-install.php:532
     14972msgid "Preview"
     14973msgstr "پیش‌نمایش"
     14974
     14975#: wp-includes/widgets/class-wp-widget-rss.php:33
     14976#: wp-includes/js/dist/block-library.js:20213 wp-admin/includes/import.php:214
     14977msgid "RSS"
     14978msgstr "RSS"
     14979
     14980#: wp-includes/js/dist/block-editor.js:33616
     14981#: wp-includes/js/dist/block-editor.js:35743
     14982#: wp-admin/includes/dashboard.php:226 wp-admin/includes/dashboard.php:1322
     14983#: wp-admin/setup-config.php:252
     14984msgid "Submit"
     14985msgstr "فرستادن"
     14986
     14987#. translators: Name of a comment's author after being anonymized.
     14988#: wp-includes/comment.php:3716 wp-includes/class-wp-theme.php:891
     14989#: wp-includes/comment-template.php:32
     14990msgid "Anonymous"
     14991msgstr "ناشناس"
     14992
     14993#: wp-includes/customize/class-wp-customize-nav-menu-control.php:57
     14994#: wp-includes/customize/class-wp-widget-area-customize-control.php:61
     14995#: wp-admin/includes/widgets.php:298 wp-admin/js/set-post-thumbnail.js:21
     14996msgid "Done"
     14997msgstr "انجام شد"
     14998
     14999#: wp-includes/admin-bar.php:531 wp-admin/includes/ms.php:859
     15000#: wp-admin/includes/ms.php:1059 wp-admin/users.php:23 wp-admin/menu.php:253
     15001#: wp-admin/includes/class-wp-ms-sites-list-table.php:364
     15002#: wp-admin/network/users.php:32 wp-admin/network/users.php:62
     15003#: wp-admin/network/users.php:209 wp-admin/network/users.php:271
     15004#: wp-admin/network/menu.php:55
     15005msgid "Users"
     15006msgstr "کاربران"
     15007
     15008#: wp-includes/post.php:1701
     15009msgid "Edit Post"
     15010msgstr "ویرایش نوشته"
     15011
     15012#: wp-includes/post.php:1703
     15013msgid "View Post"
     15014msgstr "نمایش نوشته"
     15015
     15016#: wp-includes/post.php:1699
     15017msgctxt "post"
     15018msgid "Add New"
     15019msgstr "افزودن نوشته"
     15020
     15021#: wp-includes/taxonomy.php:593
     15022msgid "Edit Tag"
     15023msgstr "ویرایش برچسب"
     15024
     15025#: wp-includes/script-loader.php:925 wp-includes/media-template.php:740
     15026#: wp-includes/media-template.php:767 wp-includes/media-template.php:852
     15027#: wp-includes/media-template.php:996 wp-includes/media-template.php:1013
     15028#: wp-includes/media-template.php:1060 wp-includes/media-template.php:1136
     15029#: wp-includes/media-template.php:1256 wp-includes/media-template.php:1355
     15030#: wp-includes/deprecated.php:706 wp-includes/js/dist/components.js:35972
     15031#: wp-includes/js/dist/block-library.js:8373
     15032#: wp-includes/js/dist/block-library.js:9554
     15033#: wp-includes/js/dist/block-library.js:23475 wp-admin/edit-tags.php:462
     15034#: wp-admin/includes/class-wp-debug-data.php:1065
     15035#: wp-admin/includes/media.php:1099 wp-admin/includes/media.php:1227
     15036#: wp-admin/includes/media.php:2938 wp-admin/includes/media.php:2954
     15037#: wp-admin/edit-tag-form.php:173
     15038msgid "None"
     15039msgstr "هیچ‌کدام"
     15040
     15041#: wp-includes/media-template.php:485 wp-includes/media-template.php:690
     15042#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:131
     15043#: wp-includes/class-wp-editor.php:1208 wp-admin/edit-tags.php:498
     15044#: wp-admin/includes/class-wp-plugins-list-table.php:464
     15045#: wp-admin/includes/class-walker-nav-menu-edit.php:224
     15046#: wp-admin/includes/class-wp-terms-list-table.php:183
     15047#: wp-admin/includes/media.php:1374 wp-admin/includes/media.php:3225
     15048#: wp-admin/includes/nav-menu.php:1110 wp-admin/themes.php:585
     15049#: wp-admin/edit-link-form.php:130 wp-admin/edit-tag-form.php:189
     15050#: wp-admin/includes/class-wp-ms-themes-list-table.php:332
     15051msgid "Description"
     15052msgstr "توضیح"
     15053
     15054#: wp-includes/comment-template.php:2337
     15055#: wp-admin/includes/class-wp-debug-data.php:1071
     15056#: wp-admin/includes/class-wp-debug-data.php:1168
     15057#: wp-admin/includes/class-wp-users-list-table.php:357
     15058#: wp-admin/includes/template.php:476 wp-admin/user-edit.php:401
     15059#: wp-admin/edit-form-comment.php:49
     15060#: wp-admin/includes/class-wp-ms-users-list-table.php:198
     15061msgid "Name"
     15062msgstr "نام"
     15063
     15064#: wp-includes/class-wp-editor.php:1215
     15065#: wp-includes/js/dist/block-editor.js:36570 wp-admin/edit-link-form.php:34
     15066msgid "Advanced"
     15067msgstr "پیشرفته"
     15068
     15069#: wp-includes/class-wp-editor.php:1258 wp-admin/includes/meta-boxes.php:1164
     15070#: wp-admin/edit-link-form.php:32
     15071msgid "Target"
     15072msgstr "هدف"
     15073
     15074#: wp-includes/widgets/class-wp-widget-categories.php:30
     15075#: wp-includes/widgets/class-wp-widget-categories.php:47
     15076#: wp-includes/category-template.php:545
     15077#: wp-includes/theme-compat/sidebar.php:129
     15078#: wp-includes/js/dist/components.js:42996
     15079#: wp-includes/js/dist/block-library.js:11323
     15080#: wp-includes/js/dist/block-library.js:11375
     15081#: wp-includes/js/dist/block-library.js:11448
     15082#: wp-admin/includes/class-wp-links-list-table.php:133
     15083#: wp-admin/edit-link-form.php:31
     15084msgid "Categories"
     15085msgstr "دسته‌ها"
     15086
     15087#: wp-includes/class-wp-editor.php:1247 wp-includes/js/dist/editor.js:7766
     15088#: wp-includes/js/dist/block-library.js:19715
     15089#: wp-admin/includes/image-edit.php:98 wp-admin/includes/meta-boxes.php:44
     15090#: wp-admin/includes/meta-boxes.php:398 wp-admin/includes/meta-boxes.php:1046
     15091#: wp-admin/includes/meta-boxes.php:1458 wp-admin/includes/widgets.php:302
     15092#: wp-admin/edit-link-form.php:30 wp-admin/edit-form-comment.php:90
     15093#: wp-admin/js/widgets.js:134
     15094msgid "Save"
     15095msgstr "ذخیره"
     15096
     15097#: wp-includes/script-loader.php:1061 wp-includes/class-wp-editor.php:1884
     15098#: wp-admin/includes/meta-boxes.php:1089 wp-admin/edit-link-form.php:23
     15099msgid "Add Link"
     15100msgstr "افزودن پیوند"
     15101
     15102#: wp-includes/taxonomy.php:595
     15103msgid "Update Category"
     15104msgstr "به‌روزرسانی دسته"
     15105
     15106#: wp-includes/taxonomy.php:135
     15107msgid "Edit Link Category"
     15108msgstr "ویرایش پیوند دسته"
     15109
     15110#: wp-includes/taxonomy.php:588
     15111msgid "Search Categories"
     15112msgstr "جستجوی دسته‌ها"
     15113
     15114#: wp-includes/taxonomy.php:130 wp-admin/menu.php:84
     15115msgid "Link Categories"
     15116msgstr "دسته‌های پیوند"
     15117
     15118#: wp-includes/post.php:109 wp-admin/includes/meta-boxes.php:1451
     15119#: wp-admin/revision.php:111
     15120msgid "Revisions"
     15121msgstr "رونوشت‌ها"
     15122
     15123#: wp-includes/revision.php:34 wp-includes/js/dist/edit-post.js:5410
     15124#: wp-includes/js/dist/edit-post.js:6763
     15125#: wp-includes/js/dist/block-library.js:17181
     15126#: wp-admin/includes/meta-boxes.php:702 wp-admin/includes/meta-boxes.php:1510
     15127msgid "Excerpt"
     15128msgstr "چکیده"
     15129
     15130#. translators: accessibility text for the publish landmark region.
     15131#: wp-includes/script-loader.php:1094
     15132#: wp-includes/class-wp-customize-manager.php:4812
     15133#: wp-includes/js/dist/editor.js:9800 wp-includes/js/dist/editor.js:10008
     15134#: wp-includes/js/dist/edit-post.js:4180 wp-includes/js/dist/edit-post.js:6349
     15135#: wp-admin/includes/meta-boxes.php:358 wp-admin/includes/meta-boxes.php:359
     15136#: wp-admin/includes/meta-boxes.php:1465 wp-admin/customize.php:189
     15137#: wp-admin/js/post.js:761
     15138msgid "Publish"
     15139msgstr "انتشار"
     15140
     15141#. translators: Default privacy policy heading.
     15142#: wp-includes/comment.php:3645 wp-includes/link-template.php:3062
     15143#: wp-includes/link-template.php:3125
     15144#: wp-admin/includes/class-wp-privacy-policy-content.php:512
     15145#: wp-admin/includes/meta-boxes.php:1558
     15146#: wp-admin/includes/class-wp-media-list-table.php:343
     15147#: wp-admin/includes/class-wp-comments-list-table.php:485
     15148#: wp-admin/includes/file.php:20
     15149#: wp-admin/includes/class-wp-posts-list-table.php:658
     15150#: wp-admin/includes/class-wp-posts-list-table.php:1757
     15151#: wp-admin/edit-comments.php:164 wp-admin/edit-comments.php:225
     15152#: wp-admin/js/edit-comments.js:221
     15153msgid "Comments"
     15154msgstr "دیدگاه‌ها"
     15155
     15156#: wp-includes/class-wp-customize-widgets.php:775 wp-includes/media.php:4229
     15157#: wp-includes/class-wp-editor.php:1386
     15158#: wp-includes/js/dist/block-editor.js:34668
     15159#: wp-includes/js/dist/block-editor.js:34833
     15160#: wp-includes/js/dist/block-library.js:5001
     15161#: wp-includes/js/dist/block-library.js:25733
     15162#: wp-includes/js/dist/format-library.js:1035
     15163#: wp-admin/includes/class-wp-screen.php:1095
     15164#: wp-admin/includes/class-wp-list-table.php:480
     15165msgid "Apply"
     15166msgstr "اجرا"
     15167
     15168#. translators: %s: Number of comments.
     15169#: wp-includes/class-wp-editor.php:1174 wp-includes/js/dist/editor.js:7337
     15170#: wp-admin/includes/image-edit.php:80 wp-admin/includes/media.php:1711
     15171#: wp-admin/includes/template.php:542 wp-admin/includes/template.php:551
     15172#: wp-admin/edit-comments.php:279 wp-admin/edit-comments.php:290
     15173#: wp-admin/upload.php:337 wp-admin/upload.php:356 wp-admin/edit.php:420
     15174msgid "Undo"
     15175msgstr "بازگردانی"
     15176
     15177#. translators: %s: Search query.
     15178#: wp-includes/general-template.php:1153
     15179msgid "Search Results for &#8220;%s&#8221;"
     15180msgstr "نتایج جست‌وجو برای &#8220;%s&#8221;"
     15181
     15182#. translators: %s: Duration.
     15183#. translators: %s: Human-readable time difference.
     15184#: wp-includes/script-loader.php:343
     15185#: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:140
     15186#: wp-admin/includes/class-wp-privacy-requests-table.php:388
     15187#: wp-admin/includes/class-wp-plugin-install-list-table.php:734
     15188#: wp-admin/includes/revision.php:243 wp-admin/includes/revision.php:286
     15189#: wp-admin/includes/class-wp-media-list-table.php:485
     15190#: wp-admin/includes/plugin-install.php:661
     15191msgid "%s ago"
     15192msgstr "%s پیش"
     15193
     15194#: wp-includes/class-wp-editor.php:1384
     15195#: wp-includes/class-walker-comment.php:250
     15196#: wp-includes/class-walker-comment.php:438
     15197#: wp-includes/js/dist/block-editor.js:34276
     15198#: wp-includes/js/dist/block-editor.js:34627
     15199#: wp-includes/js/dist/block-editor.js:35622
     15200#: wp-includes/js/dist/block-library.js:19694
     15201#: wp-admin/includes/class-wp-links-list-table.php:328
     15202#: wp-admin/includes/class-walker-nav-menu-edit.php:176
     15203#: wp-admin/includes/meta-boxes.php:134 wp-admin/includes/meta-boxes.php:186
     15204#: wp-admin/includes/meta-boxes.php:271
     15205#: wp-admin/includes/class-wp-terms-list-table.php:478
     15206#: wp-admin/includes/post.php:1486
     15207#: wp-admin/includes/class-wp-users-list-table.php:449
     15208#: wp-admin/includes/class-wp-media-list-table.php:694
     15209#: wp-admin/includes/class-wp-media-list-table.php:742
     15210#: wp-admin/includes/class-wp-comments-list-table.php:769
     15211#: wp-admin/includes/class-wp-posts-list-table.php:412
     15212#: wp-admin/includes/class-wp-posts-list-table.php:1348
     15213#: wp-admin/includes/dashboard.php:700 wp-admin/comment.php:235
     15214#: wp-admin/edit-form-comment.php:139
     15215#: wp-admin/includes/class-wp-ms-sites-list-table.php:692
     15216#: wp-admin/includes/class-wp-ms-users-list-table.php:396
     15217#: wp-admin/includes/class-wp-ms-users-list-table.php:510
     15218msgid "Edit"
     15219msgstr "ویرایش"
     15220
     15221#: wp-signup.php:210 wp-admin/includes/class-wp-links-list-table.php:261
     15222#: wp-admin/includes/class-wp-debug-data.php:100
     15223#: wp-admin/includes/class-wp-debug-data.php:105
     15224#: wp-admin/includes/class-wp-debug-data.php:110
     15225#: wp-admin/includes/class-wp-debug-data.php:115
     15226#: wp-admin/includes/class-wp-debug-data.php:754
     15227#: wp-admin/includes/class-wp-debug-data.php:763
     15228#: wp-admin/includes/class-wp-debug-data.php:772
     15229msgid "No"
     15230msgstr "خیر"
     15231
     15232#: wp-includes/deprecated.php:3157
     15233msgid "Are you sure you want to do this?"
     15234msgstr "از انجام اینکار مطمئن هستید؟"
     15235
     15236#. translators: Field name in comment form.
     15237#: wp-includes/comment-template.php:1117 wp-includes/comment-template.php:2416
     15238#: wp-admin/comment.php:232
     15239msgctxt "noun"
     15240msgid "Comment"
     15241msgstr "دیدگاه"
     15242
     15243#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:61
     15244#: wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php:175
     15245#: wp-includes/widgets/class-wp-widget-media-image.php:113
     15246#: wp-includes/media-template.php:792 wp-includes/media-template.php:1018
     15247#: wp-includes/media-template.php:1141 wp-includes/media-template.php:1215
     15248#: wp-includes/media-template.php:1306 wp-includes/media.php:4186
     15249#: wp-includes/media.php:4743
     15250#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:94
     15251#: wp-includes/class-wp-editor.php:1261 wp-includes/class-wp-editor.php:1840
     15252#: wp-includes/class-wp-customize-nav-menus.php:1257
     15253#: wp-includes/js/dist/block-editor.js:33455
     15254#: wp-includes/js/dist/block-editor.js:34826
     15255#: wp-includes/js/dist/block-library.js:14714
     15256#: wp-admin/includes/class-wp-links-list-table.php:132
     15257#: wp-admin/includes/class-walker-nav-menu-edit.php:187
     15258#: wp-admin/includes/media.php:2911 wp-admin/includes/template.php:486
     15259#: wp-admin/includes/nav-menu.php:301 wp-admin/comment.php:181
     15260#: wp-admin/edit-form-comment.php:59
     15261#: wp-admin/includes/class-wp-ms-sites-list-table.php:361
     15262msgid "URL"
     15263msgstr "نشانی اینترنتی"
     15264
     15265#: wp-includes/class-wp-editor.php:1209 wp-includes/theme-compat/sidebar.php:29
     15266#: wp-includes/js/dist/components.js:43009 wp-includes/js/dist/editor.js:8532
     15267#: wp-admin/includes/class-wp-debug-data.php:1085
     15268#: wp-admin/includes/class-wp-debug-data.php:1182
     15269#: wp-admin/includes/class-theme-installer-skin.php:241
     15270#: wp-admin/includes/class-plugin-installer-skin.php:218
     15271#: wp-admin/includes/meta-boxes.php:906 wp-admin/includes/meta-boxes.php:1567
     15272#: wp-admin/includes/class-wp-media-list-table.php:312
     15273#: wp-admin/includes/class-wp-comments-list-table.php:454
     15274#: wp-admin/includes/theme-install.php:104
     15275#: wp-admin/includes/plugin-install.php:334
     15276#: wp-admin/includes/class-wp-post-comments-list-table.php:26
     15277#: wp-admin/includes/class-wp-posts-list-table.php:624
     15278#: wp-admin/includes/class-wp-posts-list-table.php:1595
     15279#: wp-admin/comment.php:170 wp-admin/edit-form-comment.php:43
     15280msgid "Author"
     15281msgstr "نویسنده"
     15282
     15283#: wp-includes/admin-bar.php:324 wp-includes/class-wp-admin-bar.php:450
     15284msgid "Log Out"
     15285msgstr "بیرون رفتن"
     15286
     15287#: wp-includes/admin-bar.php:380 wp-includes/admin-bar.php:650
     15288#: wp-includes/deprecated.php:2825
     15289msgid "Visit Site"
     15290msgstr "بازدید سایت"
     15291
     15292#. translators: Comment date format. See https://www.php.net/date
     15293#. translators: Date format in table columns, see https://www.php.net/date
     15294#. translators: Post date format. See https://www.php.net/date
     15295#: wp-includes/class-wp-editor.php:1775
     15296#: wp-admin/includes/class-wp-media-list-table.php:487
     15297#: wp-admin/includes/class-wp-comments-list-table.php:951
     15298#: wp-admin/includes/ajax-actions.php:2209
     15299#: wp-admin/includes/class-wp-posts-list-table.php:1085
     15300#: wp-admin/comment.php:219
     15301#: wp-admin/includes/class-wp-ms-sites-list-table.php:473
     15302#: wp-admin/includes/class-wp-ms-sites-list-table.php:494
     15303#: wp-admin/includes/class-wp-ms-users-list-table.php:334
     15304msgid "Y/m/d"
     15305msgstr "Y/m/d"
     15306
     15307#: wp-includes/post.php:948 wp-includes/post.php:969
     15308#: wp-includes/js/dist/editor.js:11406 wp-admin/includes/meta-boxes.php:121
     15309#: wp-admin/includes/meta-boxes.php:149 wp-admin/includes/meta-boxes.php:151
     15310#: wp-admin/includes/ajax-actions.php:2201
     15311#: wp-admin/includes/class-wp-posts-list-table.php:1828
     15312msgid "Draft"
     15313msgstr "پیش‌نویس"
     15314
     15315#: wp-includes/post.php:949 wp-admin/includes/meta-boxes.php:117
     15316#: wp-admin/includes/meta-boxes.php:147 wp-admin/includes/ajax-actions.php:2198
     15317#: wp-admin/includes/class-wp-posts-list-table.php:1827
     15318msgid "Pending Review"
     15319msgstr "در انتظار بازبینی"
     15320
     15321#: wp-includes/script-loader.php:1095 wp-includes/post.php:951
     15322#: wp-includes/post.php:971 wp-admin/includes/meta-boxes.php:111
     15323#: wp-admin/includes/meta-boxes.php:141 wp-admin/includes/ajax-actions.php:2192
     15324#: wp-admin/includes/class-wp-posts-list-table.php:1095
     15325#: wp-admin/includes/class-wp-posts-list-table.php:1820 wp-admin/js/post.js:802
     15326msgid "Published"
     15327msgstr "منتشرشده"
     15328
     15329#: wp-includes/media-template.php:463 wp-includes/media-template.php:668
     15330#: wp-includes/revision.php:32 wp-includes/class-wp-editor.php:1205
     15331#: wp-includes/js/dist/editor.js:6993 wp-admin/includes/media.php:1364
     15332#: wp-admin/includes/media.php:2598 wp-admin/includes/media.php:2919
     15333#: wp-admin/includes/ajax-actions.php:2183
     15334#: wp-admin/includes/class-wp-posts-list-table.php:1548
     15335#: wp-admin/includes/dashboard.php:540
     15336msgid "Title"
     15337msgstr "عنوان"
     15338
     15339#: wp-includes/post.php:1706 wp-includes/js/dist/block-library.js:17316
     15340msgid "No posts found."
     15341msgstr "هیچ نوشته‌ای پیدا نشد."
     15342
     15343#: wp-activate.php:182 wp-includes/post-template.php:1721
     15344#: wp-admin/includes/meta-boxes.php:202
     15345msgid "Password:"
     15346msgstr "رمز عبور:"
     15347
     15348#: wp-activate.php:181 wp-signup.php:257
     15349msgid "Username:"
     15350msgstr "نام‌کاربری:"
     15351
     15352#: wp-activate.php:30 wp-activate.php:169
     15353msgid "An error occurred during the activation"
     15354msgstr "هنگام فعال‌سازی خطایی رخ داد"
     15355
     15356#: wp-activate.php:144 wp-activate.php:178
     15357msgid "Your account is now active!"
     15358msgstr "حساب کاربری شما هم‌اکنون فعال است!"
     15359
     15360#: wp-activate.php:135 wp-admin/includes/class-wp-themes-list-table.php:216
     15361#: wp-admin/includes/class-theme-installer-skin.php:141
     15362#: wp-admin/includes/class-wp-plugins-list-table.php:602
     15363#: wp-admin/includes/class-wp-plugins-list-table.php:853
     15364#: wp-admin/includes/class-wp-plugin-install-list-table.php:574
     15365#: wp-admin/includes/class-theme-upgrader-skin.php:113 wp-admin/themes.php:542
     15366#: wp-admin/themes.php:890 wp-admin/themes.php:1104
     15367#: wp-admin/theme-install.php:354 wp-admin/theme-install.php:416
     15368#: wp-admin/js/updates.js:745 wp-admin/js/updates.js:1366
     15369#: wp-admin/includes/class-wp-ms-sites-list-table.php:696
     15370msgid "Activate"
     15371msgstr "فعال نمایید"
     15372
     15373#: wp-activate.php:131
     15374msgid "Activation Key:"
     15375msgstr "کلید فعال‌سازی:"
     15376
     15377#: wp-activate.php:128
     15378msgid "Activation Key Required"
     15379msgstr "کلید فعال‌سازی لازم است"
     15380 No newline at end of file
  • tests/phpunit/tests/formatting/RemoveAccents.php

    diff --git a/tests/phpunit/tests/formatting/RemoveAccents.php b/tests/phpunit/tests/formatting/RemoveAccents.php
    index e66b876e02..6c19321428 100644
    a b class Tests_Formatting_RemoveAccents extends WP_UnitTestCase { 
    143143
    144144                $this->assertSame( 'Dd', remove_accents( 'Đđ' ) );
    145145        }
     146
     147        public function _set_locale_to_persian() {
     148                return 'fa_IR';
     149        }
     150
     151        /**
     152         * @ticket 50924
     153         */
     154        public function test_transcribe_persian_zwnj() {
     155                $wp_locale_switcher = new WP_Locale_Switcher();
     156                $wp_locale_switcher->init();
     157                $wp_locale_switcher->switch_to_locale( $this->_set_locale_to_persian() );
     158
     159                $this->assertSame( 'می-خواهم', remove_accents( 'می\xe2\x80\x8cخواهم') );
     160                $this->assertSame( 'می-خواهم', remove_accents( 'می\xe2\x80\x8dخواهم') );
     161                $this->assertSame( 'می-خواهم', remove_accents( 'می‌خواهم') );
     162                $this->assertSame( 'می-خواهم', remove_accents( 'می‍خواهم') );
     163
     164        }
    146165}