MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
action=searchtranslations
(main | searchtranslations)
- このモジュールは読み取りの権限を必要とします。
- Source: 翻訳
- License: GPL-2.0+
Search translations.
パラメーター:
- service
Which of the available translation services to use.
- 値 (次の値のいずれか1つ):
- 既定値: TTMServer
- query
The string to search for.
- このパラメーターは必須です。
- sourcelanguage
The language code of the source text.
- 既定値: ja
- language
The language code to search string for.
- 既定値: (空)
- group
The group id to search string in.
- 既定値: (空)
- filter
Message translation status filter.
- 値 (次の値のいずれか1つ): 空欄にするか、または translated、fuzzy、untranslated
- 既定値: (空)
- match
任意/すべて の検索ワードのマッチ
- 既定値: (空)
- case
Case (in)sensitive search.
- 既定値: 0
- offset
Offset for the translations.
- Type: integer
- 既定値: 0
- limit
Size of the result.
- 値は 1 以上 50 以下にしてください。
- Type: integer
- 既定値: 25
例:
- 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 [サンドボックスで開く]