MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=ttmserver
(main | ttmserver)
- このモジュールは読み取りの権限を必要とします。
- Source: 翻訳
- License: GPL-2.0+
Query suggestions from translation memories.
パラメーター:
- service
Which of the available translation services to use.
- 値 (次の値のいずれか1つ):
- 既定値: TTMServer
- sourcelanguage
The language code of the source text.
- このパラメーターは必須です。
- targetlanguage
The language code of the suggestion.
- このパラメーターは必須です。
- text
The text to find suggestions for.
- このパラメーターは必須です。
例:
- Get suggestions for translating "Help" from English to Finnish
- api.php?action=ttmserver&sourcelanguage=en&targetlanguage=fi&text=Help [サンドボックスで開く]