پیامهای سامانه
پرش به ناوبری
پرش به جستجو
این فهرستی از پیامهای سامانهای موجود در فضای نام مدیاویکی است.
چنانچه مایل به مشارکت در بومیسازی مدیاویکی هستید لطفاً بومیسازی مدیاویکی و translatewiki.net را ببینید.
| نام | متن پیشفرض پیام |
|---|---|
| متن کنونی پیام | |
| apihelp-main-extended-description (گب) (ترجمه) | <div class="hlist plainlinks api-main-links"> * [[mw:Special:MyLanguage/API:Main_page|مستندات]] * [[mw:Special:MyLanguage/API:Etiquette|آداب و رهنمودهای استفاده]] * [[mw:Special:MyLanguage/API:FAQ|پرسشهای متداول]] * [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ میلینگ لیست] * [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ اطلاعیههای واسط برنامهنویسی کاربردی] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R مشکلات و درخواستها] </div> <strong>وضعیت:</strong> تمام ویژگیهایی که در این صفحه نمایش یافتهاند باید کار بکنند، ولی رابط برنامهنویسی کاربردی کماکان در حال توسعه است، و ممکن است در هر زمان تغییر بکند. به عضویت [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ فهرست پست الکترونیکی mediawiki-api-announce] در بیایید تا از تغییرات باخبر شوید. <strong>درخواستهای معیوب:</strong> وقتی درخواستهای معیوب به رابط برنامهنویسی کاربردی فرستاده شوند، یک سرایند اچتیتیپی با کلید «MediaWiki-API-Erorr» فرستاده میشود و بعد هم مقدار سرایند و هم کد خطای بازگردانده شده هر دو به یک مقدار نسبت داده میشوند. برای اطلاعات بیشتر [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]] را ببینید. <strong>آزمایش:</strong> برای انجام درخواستهای API آزمایشی [[Special:ApiSandbox]] را ببینید. |
| apihelp-main-param-action (گب) (ترجمه) | کدام عملیات را انجام دهد. |
| apihelp-main-param-assert (گب) (ترجمه) | تأیید این که کاربر وارد سامانه شده با تنظیم روی <kbd>user</kbd>، وارد سامانه <em>نشده</em> در صورت تنظیم روی <kbd>anon</kbd> یا دارای پرچم ربات در صورتی تنظیم روی <kbd>bot</kbd>. |
| apihelp-main-param-assertuser (گب) (ترجمه) | تأیید این که کاربر کنونی همان کاربر نامدار است. |
| apihelp-main-param-crossorigin (گب) (ترجمه) | When accessing the API using a cross-domain AJAX request (CORS) and using a session provider that is safe against cross-site request forgery (CSRF) attacks (such as OAuth), use this instead of <code>origin=*</code> to make the request authenticated (i.e., not logged out). This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). Note that most session providers, including standard cookie-based sessions, do not support authenticated CORS and cannot be used with this parameter. |
| apihelp-main-param-curtimestamp (گب) (ترجمه) | برچسب زمان کنونی را در نتیجه قرار دهید. |
| apihelp-main-param-errorformat (گب) (ترجمه) | قالبی بهمنظور استفاده برای متن خروجی هشدار و خطا |
| apihelp-main-param-errorlang (گب) (ترجمه) | Language to use for warnings and errors. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes. Specify <kbd>content</kbd> to use this wiki's content language or <kbd>uselang</kbd> to use the same value as the <var>uselang</var> parameter. |
| apihelp-main-param-errorsuselocal (گب) (ترجمه) | در صورت وارد شدن، متن خطاها از پیامهای سفارشیسازیشدهٔ محلی از فضای نام {{ns:MediaWiki}} استفاده خواهند کرد. |
| apihelp-main-param-format (گب) (ترجمه) | فرمت خروجی. |
| apihelp-main-param-maxage (گب) (ترجمه) | تنظيم <code>s-maxage</code> سرآیند کنترل حافضهٔ نهان HTTP بر اين تعداد ثانيهها. خطاها هرگز در حافظه نهان نمیشوند. |
| apihelp-main-param-maxlag (گب) (ترجمه) | Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Special:MyLanguage/Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information. |
| apihelp-main-param-origin (گب) (ترجمه) | When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). For authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set. For non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted. |
| apihelp-main-param-requestid (گب) (ترجمه) | هر مقداری که در اینجا وارد شود در پاسخ گنجانده میشود. ممکن است برای تمايز بين درخواستها بکار رود. |
| apihelp-main-param-responselanginfo (گب) (ترجمه) | گنجاندن زبان مورد استفاده برای <var>userlang</var> و <var>errorlang</var> در نتیجه. |
| apihelp-main-param-servedby (گب) (ترجمه) | نام ميزبانی که درخواست را سرويس داده در نتايج گنجانده شود. |
| apihelp-main-param-smaxage (گب) (ترجمه) | تنظيم <code>s-maxage</code> سرآیند کنترل حافضهٔ نهان HTTP بر اين تعداد ثانيهها. خطاها هرگز در حافظه نهان نمیشوند. |
| apihelp-main-param-uselang (گب) (ترجمه) | Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> returns a list of language codes. You can specify <kbd>user</kbd> to use the current user's language preference or <kbd>content</kbd> to use this wiki's content language. |
| apihelp-main-param-variant (گب) (ترجمه) | گونهٔ زبان. تنها در صورتی کار میکند که زبان مبنا از تبدیل گونه پشتیبانی کند. |
| apihelp-main-paramvalue-errorformat-bc (گب) (ترجمه) | قالب مورد استفاده تا پیش از مدیاویکی ۱.۲۹. از <var>errorlang</var> و <var>errorsuselocal</var> چشمپوشی میشود. |
| apihelp-main-paramvalue-errorformat-html (گب) (ترجمه) | HTML |
| apihelp-main-paramvalue-errorformat-none (گب) (ترجمه) | بدون متن خروجی، فقط شناسههای خطا. |
| apihelp-main-paramvalue-errorformat-plaintext (گب) (ترجمه) | ویکیمتن با برچسبهای اچتیامال حذفشده و موجودیتهای جایگزینشده. |
| apihelp-main-paramvalue-errorformat-raw (گب) (ترجمه) | کلید پیام و پارامترها. |
| apihelp-main-paramvalue-errorformat-wikitext (گب) (ترجمه) | ویکیمتن تجزیهنشده. |
| apihelp-main-summary (گب) (ترجمه) | |
| apihelp-managetags-example-activate (گب) (ترجمه) | Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd> |
| apihelp-managetags-example-create (گب) (ترجمه) | Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd> |
| apihelp-managetags-example-deactivate (گب) (ترجمه) | Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd> |
| apihelp-managetags-example-delete (گب) (ترجمه) | Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd> |
| apihelp-managetags-param-ignorewarnings (گب) (ترجمه) | Whether to ignore any warnings that are issued during the operation. |
| apihelp-managetags-param-operation (گب) (ترجمه) | Which operation to perform: |
| apihelp-managetags-param-reason (گب) (ترجمه) | An optional reason for creating, deleting, activating or deactivating the tag. |
| apihelp-managetags-param-tag (گب) (ترجمه) | Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined. |
| apihelp-managetags-param-tags (گب) (ترجمه) | برچسبهای تغییر برای افزودن به مدخل سیاههٔ مدیریت. |
| apihelp-managetags-paramvalue-operation-activate (گب) (ترجمه) | Activate a change tag, allowing users to apply it manually. |
| apihelp-managetags-paramvalue-operation-create (گب) (ترجمه) | Create a new change tag for manual use. |
| apihelp-managetags-paramvalue-operation-deactivate (گب) (ترجمه) | Deactivate a change tag, preventing users from applying it manually. |
| apihelp-managetags-paramvalue-operation-delete (گب) (ترجمه) | Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used. |
| apihelp-managetags-summary (گب) (ترجمه) | Perform management tasks relating to change tags. |
| apihelp-mergehistory-example-merge (گب) (ترجمه) | کلّ تاریخچهٔ <kbd>Oldpage</kbd> را در <kbd>Newpage</kbd> ادغام کن. |
| apihelp-mergehistory-example-merge-timestamp (گب) (ترجمه) | Merge the page revisions of <kbd>Oldpage</kbd> dating up to <kbd>2015-12-31T04:37:41Z</kbd> into <kbd>Newpage</kbd>. |
| apihelp-mergehistory-param-from (گب) (ترجمه) | Title of the page from which history will be merged. Cannot be used together with <var>$1fromid</var>. |
| apihelp-mergehistory-param-fromid (گب) (ترجمه) | Page ID of the page from which history will be merged. Cannot be used together with <var>$1from</var>. |
| apihelp-mergehistory-param-reason (گب) (ترجمه) | علت ادغام تاریخچه |
| apihelp-mergehistory-param-timestamp (گب) (ترجمه) | Timestamp up to which revisions will be moved from the source page's history to the destination page's history. If omitted, the entire page history of the source page will be merged into the destination page. |
| apihelp-mergehistory-param-to (گب) (ترجمه) | عنوان صفحهای که تاریخچهٔ آن ادغام خواهد شد. نمیتواند همزمان با <var>$1toid</var> استفاده شود. |
| apihelp-mergehistory-param-toid (گب) (ترجمه) | شناسهٔ صفحهای که تاریخچهٔ آن ادغام خواهد شد. نمیتواند همزمان با <var>$1to</var> استفاده شود. |
| apihelp-mergehistory-summary (گب) (ترجمه) | ادغام تاریخچههای صفحه |
| apihelp-move-example-move (گب) (ترجمه) | انتقال <kbd>عنوان اشتباه</kbd> به <kbd>عنوان صحیح</kbd> بدون برجای گذاشتن تغییر مسیر. |