X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fja.json;h=c13a10ede0d593c5af7dd3e6e4cb62d91e7ca8c9;hb=6fabc5dc99b45605b65f952f7092a89b6456296b;hp=d943e4714819100709059f9243ef593dca39cbe9;hpb=1de7117197761961736ea43b237599569eee93a2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/ja.json b/includes/api/i18n/ja.json index d943e47148..c13a10ede0 100644 --- a/includes/api/i18n/ja.json +++ b/includes/api/i18n/ja.json @@ -44,6 +44,7 @@ "apihelp-block-param-reblock": "その利用者がすでにブロックされている場合、ブロックを上書きします。", "apihelp-block-param-watchuser": "その利用者またはIPアドレスの利用者ページとトークページをウォッチします。", "apihelp-block-param-tags": "ブロック記録の項目に適用する変更タグ。", + "apihelp-block-param-partial": "サイト全体ではなく特定のページまたは名前空間での編集をブロックします。", "apihelp-block-example-ip-simple": "IPアドレス 192.0.2.5 を First strike という理由で3日ブロックする", "apihelp-block-example-user-complex": "利用者 Vandal を Vandalism という理由で無期限ブロックし、新たなアカウント作成とメールの送信を禁止する。", "apihelp-changeauthenticationdata-summary": "現在の利用者の認証データを変更します。", @@ -65,13 +66,16 @@ "apihelp-compare-param-fromrev": "比較する1つ目の版。", "apihelp-compare-param-frompst": "fromtext-{slot}に保存前変換を行います。", "apihelp-compare-param-fromtext": "fromslots=mainを指定し、代わりにfromtext-main を使用してください。", - "apihelp-compare-param-fromcontentmodel": "fromtextのコンテンツモデル。指定されていない場合は、他のパラメータに基づいて推測されます。", + "apihelp-compare-param-fromcontentmodel": "fromslots=mainを指定し、代わりにfromcontentmodel-main を使用してください。", + "apihelp-compare-param-fromcontentformat": "fromslots=mainを指定し、代わりにfromcontentformat-main を使用してください。", "apihelp-compare-param-fromsection": "'from' の内容のうち指定された節のみを使用します。", "apihelp-compare-param-totitle": "比較する2つ目のページ名。", "apihelp-compare-param-toid": "比較する2つ目のページID。", "apihelp-compare-param-torev": "比較する2つ目の版。", "apihelp-compare-param-topst": "totextに保存前変換を行います。", - "apihelp-compare-param-tocontentmodel": "totext のコンテンツモデル。指定されていない場合は、他のパラメータに基づいて推測されます。", + "apihelp-compare-param-totext": "toslots=mainを指定し、代わりにtotext-main を使用してください。", + "apihelp-compare-param-tocontentmodel": "toslots=mainを指定し、代わりにtocontentmodel-main を使用してください。", + "apihelp-compare-param-tocontentformat": "toslots=mainを指定し、代わりにtocontentformat-main を使用してください。", "apihelp-compare-param-tosection": "'to' の内容のうち指定された節のみを使用します。", "apihelp-compare-param-prop": "どの情報を取得するか:", "apihelp-compare-paramvalue-prop-diff": "差分HTML。", @@ -1014,6 +1018,9 @@ "api-help-flag-mustbeposted": "このモジュールは POST リクエストのみを受け付けます。", "api-help-flag-generator": "このモジュールはジェネレーターとして使用できます。", "api-help-source": "ソース: $1", + "api-help-license": "ライセンス: [[$1|$2]]", + "api-help-license-noname": "ライセンス: [[$1|リンク先参照]]", + "api-help-license-unknown": "ライセンス: 不明", "api-help-parameters": "{{PLURAL:$1|パラメーター}}:", "api-help-param-deprecated": "廃止予定です。", "api-help-param-required": "このパラメーターは必須です。", @@ -1051,6 +1058,7 @@ "apierror-permissiondenied": "$1に必要な権限がありません。", "apierror-permissiondenied-generic": "アクセスが拒否されました。", "apierror-readonly": "ウィキは現在読み取り専用モードです。", + "apierror-revwrongpage": "版 $1 は $2 の版ではありません。", "apierror-timeout": "サーバーが決められた時間内に応答しませんでした。", "apierror-unknownerror-editpage": "不明な編集ページのエラー:$1", "apierror-unknownerror-nocode": "不明なエラーです。",