MediaWiki:Gadget-Cat-a-lot.js/ja

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.

//<nowiki>
// DO NOT CHANGE THE NEXT LINE
if (mw.config.get('wgUserLanguage') !== 'en') {
// DO NOT CHANGE THE PREVIOUS LINE
	mw.messages.set({
		// Preferences
		// new added: 2017-11-20. Please translate.
		// Use user language for i18n
		'cat-a-lot-watchlistpref'  : 'Cat-A-Lot で編集したファイルに関するウォッチリスト設定',
		'cat-a-lot-watch_pref'     : '自分の通常の個人設定にしたがう',
		'cat-a-lot-watch_nochange' : 'ウォッチ状態を変えない',
		'cat-a-lot-watch_watch'    : 'Cat-A-Lot で編集したページをウォッチする',
		'cat-a-lot-watch_unwatch'  : 'Cat-A-Lot で編集したページをウォッチリストから除去する',
		'cat-a-lot-minorpref'      : '細部の編集として印をつける(通常の設定で細部の編集になるようにしている場合は、変化はありません)',
		'cat-a-lot-editpagespref'  : '(カテゴリなど)ファイルでないページのカテゴライズを可能にする',
		'cat-a-lot-docleanuppref'  : '{{Check categories}} の除去およびその他の簡単な掃除をする',
		// Please translate - 'cat-a-lot-uncatpref'      : 'Remove {{Uncategorized}}',
		'cat-a-lot-subcatcountpref': '表示する下位カテゴリの最大数',
		'cat-a-lot-config-settings': '設定',
		// Please translate - 'cat-a-lot-buttonpref'     : 'Use buttons instead of text links',
		// Please translate - 'cat-a-lot-comment-label'  : 'Custom edit comment',
		// Please translate - 'cat-a-lot-edit-question'  : 'Why is this change necessary?',

		// Progress
		// 'cat-a-lot-loading'       : '読み込み中...',
		'cat-a-lot-editing'          : 'ページを編集中:',
		'cat-a-lot-of'               : '/ ',
		'cat-a-lot-skipped-already'  : '下記のページは、すでに右記のカテゴリに入っていたため、処理されませんでした:',
		'cat-a-lot-skipped-not-found': '古いカテゴリが見つからなかったため、下記のページは処理されませんでした:',
		'cat-a-lot-skipped-server'   : 'サーバーへの接続に際して問題が起こったため、下記のページは処理されませんでした:',
		'cat-a-lot-all-done'         : 'すべてのページが処理されました。',
		'cat-a-lot-done'             : '完了!',
		'cat-a-lot-added-cat'        : 'カテゴリを追加しました $1',
		'cat-a-lot-copied-cat'       : 'カテゴリにコピーしました $1',
		'cat-a-lot-moved-cat'        : 'カテゴリに移動しました $1',
		'cat-a-lot-removed-cat'      : 'カテゴリから除去しました $1',
		// 'cat-a-lot-return-to-page': 'ページに戻る',
		// 'cat-a-lot-cat-not-found' : 'ページに戻る',

		// as in 17 files selected
		'cat-a-lot-files-selected'   : '件のファイルが選択されています。',

		// Actions
		'cat-a-lot-copy'           : 'コピー',
		'cat-a-lot-move'           : '移動',
		'cat-a-lot-add'            : '追加',
		'cat-a-lot-remove-from-cat': 'このカテゴリから除去する',
		'cat-a-lot-enter-name'     : 'カテゴリ名を入力してください',
		'cat-a-lot-select'         : '選択対象',
		'cat-a-lot-all'            : 'すべて',
		'cat-a-lot-none'           : '全解除',
		// 'cat-a-lot-none-selected': 'ファイルが選択されていません!'
	    });
}
// DO NOT CHANGE THE NEXT LINE
if (mw.config.get('wgContentLanguage') !== 'en') {
// DO NOT CHANGE THE PREVIOUS LINE
	mw.messages.set({
		// Summaries:
		'cat-a-lot-pref-save-summary': '[[Help:Gadget-Cat-a-lot|Cat-a-lot]] は利用者設定を更新しています',
		'cat-a-lot-summary-add'      : 'カテゴリ追加:[[Category:$1]]',
		'cat-a-lot-summary-copy'     : 'カテゴリ間複製:[[Category:$1]] から [[Category:$2]]',
		'cat-a-lot-summary-move'     : 'カテゴリ間移動:[[Category:$1]] から [[Category:$2]]',
		'cat-a-lot-summary-remove'   : 'カテゴリ除去:[[Category:$1]]',
		'cat-a-lot-prefix-summary'   : '', // Some text to prepend to the edit summary. Set this to an empty string if you use 'using'.
		// Please translate - 'cat-a-lot-using-summary'    : ' using [[c:Help:Cat-a-lot|Cat-a-lot]]' // Some text to append to the edit summary. Set this to an empty string if you use 'prefix'.
	});
}
//</nowiki>