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=ttmserver
(main | ttmserver)
- Tento modul vyžaduje oprávnění ke čtení.
- Zdroj: Translate
- Licence: GPL-2.0+
Query suggestions from translation memories.
Parametry:
- service
Which of the available translation services to use.
- Jedna hodnota:
- Implicitní hodnota: TTMServer
- sourcelanguage
The language code of the source text.
- Tento parametr je povinný.
- targetlanguage
The language code of the suggestion.
- Tento parametr je povinný.
- text
The text to find suggestions for.
- Tento parametr je povinný.
Příklad:
- Get suggestions for translating "Help" from English to Finnish
- api.php?action=ttmserver&sourcelanguage=en&targetlanguage=fi&text=Help