Системни съобщения

Направо към навигацията Направо към търсенето
Тази страница съдържа списък на системните съобщения от именното пространство „МедияУики“. Посетете MediaWiki Localisation и translatewiki.net, ако желаете да допринесете за общото превеждане на софтуера МедияУики.
Системни съобщения
Първа страницаПредишна страницаСледваща страницаПоследна страница
Име Текст по подразбиране
Текущ текст
apihelp-imagerotate-param-rotation (беседа) (Превод) Degrees to rotate image clockwise.
apihelp-imagerotate-param-tags (беседа) (Превод) Tags to apply to the entry in the upload log.
apihelp-imagerotate-summary (беседа) (Превод) Rotate one or more images.
apihelp-import-example-import (беседа) (Превод) Import [[meta:Help:ParserFunctions]] to namespace 100 with full history.
apihelp-import-extended-description (беседа) (Превод) Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending a file for the <var>xml</var> parameter.
apihelp-import-param-assignknownusers (беседа) (Превод) Assign edits to local users where the named user exists locally.
apihelp-import-param-fullhistory (беседа) (Превод) For interwiki imports: import the full history, not just the current version.
apihelp-import-param-interwikipage (беседа) (Превод) For interwiki imports: page to import.
apihelp-import-param-interwikiprefix (беседа) (Превод) For uploaded imports: interwiki prefix to apply to unknown usernames (and known users if <var>$1assignknownusers</var> is set).
apihelp-import-param-interwikisource (беседа) (Превод) For interwiki imports: wiki to import from.
apihelp-import-param-namespace (беседа) (Превод) Import to this namespace. Cannot be used together with <var>$1rootpage</var>.
apihelp-import-param-rootpage (беседа) (Превод) Import as subpage of this page. Cannot be used together with <var>$1namespace</var>.
apihelp-import-param-summary (беседа) (Превод) Log entry import summary.
apihelp-import-param-tags (беседа) (Превод) Change tags to apply to the entry in the import log and to the null revision on the imported pages.
apihelp-import-param-templates (беседа) (Превод) For interwiki imports: import all included templates as well.
apihelp-import-param-xml (беседа) (Превод) Uploaded XML file.
apihelp-import-summary (беседа) (Превод) Import a page from another wiki, or from an XML file.
apihelp-json-param-ascii (беседа) (Превод) If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.
apihelp-json-param-callback (беседа) (Превод) Ако е посочено, обвива изхода в дадено извикване на функция. За сигурност всички данни, свързани с потребителите са ограничени.
apihelp-json-param-formatversion (беседа) (Превод) Output formatting
apihelp-json-param-utf8 (беседа) (Превод) If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.
apihelp-json-paramvalue-formatversion-1 (беседа) (Превод) Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.).
apihelp-json-paramvalue-formatversion-2 (беседа) (Превод) Modern format.
apihelp-json-paramvalue-formatversion-latest (беседа) (Превод) Use the latest format (currently <kbd>2</kbd>), may change without warning.
apihelp-json-summary (беседа) (Превод) Извежда данни в JSON-формат.
apihelp-jsonfm-summary (беседа) (Превод) Output data in JSON format (pretty-print in HTML).
apihelp-link (беседа) (Превод) [[Special:ApiHelp/$1|$2]]
apihelp-linkaccount-example-link (беседа) (Превод) Start the process of linking to an account from <kbd>Example</kbd>.
apihelp-linkaccount-summary (беседа) (Превод) Link an account from a third-party provider to the current user.
apihelp-login-example-login (беседа) (Превод) Влизане.
apihelp-login-extended-description (беседа) (Превод) This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.
apihelp-login-extended-description-nobotpasswords (беседа) (Превод) This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.
apihelp-login-param-domain (беседа) (Превод) Домейн (незадължително).
apihelp-login-param-name (беседа) (Превод) Потребителско име.
apihelp-login-param-password (беседа) (Превод) Парола.
apihelp-login-param-token (беседа) (Превод) Login token obtained in first request.
apihelp-login-summary (беседа) (Превод) Log in and get authentication cookies.
apihelp-logout-example-logout (беседа) (Превод) Log the current user out.
apihelp-logout-summary (беседа) (Превод) Log out and clear session data.
apihelp-main-extended-description (беседа) (Превод) <div class="hlist plainlinks api-main-links"> * [[mw:Special:MyLanguage/API:Main_page|Documentation]] * [[mw:Special:MyLanguage/API:Etiquette|Etiquette & usage guidelines]] * [[mw:Special:MyLanguage/API:FAQ|FAQ]] * [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ Mailing list] * [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ API Announcements] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bugs & requests] </div> <strong>Status:</strong> The MediaWiki API is a mature and stable interface that is actively supported and improved. While we try to avoid it, we may occasionally need to make breaking changes; subscribe to [https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/ the mediawiki-api-announce mailing list] for notice of updates. <strong>Erroneous requests:</strong> When erroneous requests are sent to the API, an HTTP header will be sent with the key "MediaWiki-API-Error" and then both the value of the header and the error code sent back will be set to the same value. For more information see [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]]. <p class="mw-apisandbox-link"><strong>Testing:</strong> For ease of testing API requests, see [[Special:ApiSandbox]].</p>
apihelp-main-param-action (беседа) (Превод) Кое действие да се извърши.
apihelp-main-param-assert (беседа) (Превод) Verify that the user is logged in (including possibly as a temporary user) if set to <kbd>user</kbd>, <em>not</em> logged in if set to <kbd>anon</kbd>, or has the bot user right if <kbd>bot</kbd>.
apihelp-main-param-assertuser (беседа) (Превод) Verify the current user is the named user.
apihelp-main-param-curtimestamp (беседа) (Превод) Include the current timestamp in the result.
apihelp-main-param-errorformat (беседа) (Превод) Format to use for warning and error text output
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 (беседа) (Превод) If given, error texts will use locally-customized messages from the {{ns:MediaWiki}} namespace.
apihelp-main-param-format (беседа) (Превод) Форматът на изхода.
apihelp-main-param-maxage (беседа) (Превод) Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.
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.
Първа страницаПредишна страницаСледваща страницаПоследна страница