Nápověda k MediaWiki API

Toto je automaticky generovaná dokumentační stránka k MediaWiki API.

Dokumentace a příklady: https://www.mediawiki.org/wiki/API

action=searchtranslations

(main | searchtranslations)
  • Tento modul vyžaduje oprávnění ke čtení.
  • Zdroj: Translate
  • Licence: GPL-2.0+

Search translations.

Parametry:
service

Which of the available translation services to use.

Jedna hodnota:
Implicitní hodnota: TTMServer
query

The string to search for.

Tento parametr je povinný.
sourcelanguage

The language code of the source text.

Implicitní hodnota: cs
language

The language code to search string for.

Implicitní hodnota: (prázdné)
group

The group id to search string in.

Implicitní hodnota: (prázdné)
filter

Message translation status filter.

Jedna hodnota: Může být prázdné nebo translated, fuzzy, untranslated
Implicitní hodnota: (prázdné)
match

Match any/all search words.

Implicitní hodnota: (prázdné)
case

Case (in)sensitive search.

Implicitní hodnota: 0
offset

Offset for the translations.

Typ: celé číslo
Implicitní hodnota: 0
limit

Size of the result.

Hodnota musí ležet mezi 1 a 50.
Typ: celé číslo
Implicitní hodnota: 25
Příklady:
Show translations for the language.
api.php?action=searchtranslations&language=fr&query=aide
Show untranslated messages matching the query in the source language.
api.php?action=searchtranslations&language=fr&query=edit&filter=untranslated