Localisation updates from https://translatewiki.net.

Change-Id: I08ad92257171c25d4538df9f5abbc5af867d7bee
This commit is contained in:
Translation updater bot 2024-06-14 09:48:27 +02:00
parent e032225181
commit fbe5f2e047
No known key found for this signature in database
2 changed files with 9 additions and 2 deletions

View file

@ -4,11 +4,13 @@
"Fryed-peach", "Fryed-peach",
"Otokoume", "Otokoume",
"Shirayuki", "Shirayuki",
"Waki285",
"Yusuke1109" "Yusuke1109"
] ]
}, },
"apihelp-categorytree-summary": "カテゴリツリー拡張機能の内部モジュール。", "apihelp-categorytree-summary": "カテゴリツリー拡張機能の内部モジュール。",
"apihelp-categorytree-param-category": "カテゴリ名前空間におけるページ名、接頭辞は指定しても無視される。", "apihelp-categorytree-param-category": "カテゴリ名前空間におけるページ名、接頭辞は指定しても無視される。",
"apihelp-categorytree-param-options": "CategoryTreeコンストラクターのオプションをJSONオブジェクトとして指定。<var>depth</var>オプションの既定値は<kbd>1</kbd>です。", "apihelp-categorytree-param-options": "CategoryTreeコンストラクターのオプションをJSONオブジェクトとして指定。<var>depth</var>オプションの既定値は<kbd>1</kbd>です。",
"apierror-categorytree-invalidjson": "オプションは有効なJSONオブジェクトでなければなりません。" "apierror-categorytree-invalidjson": "オプションは有効なJSONオブジェクトでなければなりません。",
"apierror-categorytree-invalidjson-option": "オプション「$1」に無効な値が含まれています。"
} }

View file

@ -9,6 +9,7 @@
"Mfuji", "Mfuji",
"Otokoume", "Otokoume",
"Shirayuki", "Shirayuki",
"Waki285",
"Whym", "Whym",
"Yusuke1109" "Yusuke1109"
] ]
@ -40,5 +41,9 @@
"categorytree-no-pages": "ページや下位カテゴリがありません", "categorytree-no-pages": "ページや下位カテゴリがありません",
"categorytree-not-found": "カテゴリ「<i>$1</i>」はありません", "categorytree-not-found": "カテゴリ「<i>$1</i>」はありません",
"categorytree-error": "データの読み込み中に問題が発生しました。", "categorytree-error": "データの読み込み中に問題が発生しました。",
"categorytree-retry": "時間をおいてからもう一度試してください。" "categorytree-retry": "時間をおいてからもう一度試してください。",
"categorytree-onlyroot-message": "引数 <code>onlyroot</code> は非推奨です。代わりに <code>depth=\"0\"</code> を使用してください。",
"categorytree-deprecation-warning": "'''警告:''' このページでは、非推奨の引数を持つ<code>&lt;categorytree&lt;</code>を使用しています。",
"categorytree-deprecation-category": "非推奨のcategorytree引数を使用しているページ",
"categorytree-deprecation-category-desc": "このページでは、 <code>onlyroot</code>などの非推奨の categorytree 引数を使用しています。"
} }