MediaWiki:Gadget-AjaxQuickDelete.js/ja.js

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.
// Invoke automated jsHint-validation on save: A feature on Wikimedia Commons
// Interested? See [[:commons:MediaWiki:JSValidator.js]] or [[:commons:Help:JSValidator]].
// <nowiki>
// 翻訳可能な文字列 Translatable strings
/*global $:false, mw:false*/

$.extend(true, window.AjaxQuickDelete.i18n, {
	toolboxLinkDelete: "削除を依頼する",
	toolboxLinkDiscuss: "カテゴリを議論する",

	// GUI reason prompt form
	reasonForDeletion: "このファイルが削除されるべきなのはなぜですか?",
	reasonForDiscussion: "このカテゴリに対して議論が必要なのはなぜですか?",
    moreInformation: "詳細",
    loading: "読み込み中...",
      
	// Labels
	submitButtonLabel: "次に進む",
	cancelButtonLabel: "取消",
	reportButtonLabel: "自動的にエラーを報告",
    retryButtonLabel: "再試行",
    ignoreButtonLabel: "無視して続行",
    inverseButtonLabel: "反転。こちらを残して相手を削除",
	swapImagesButtonLabel: "入れ替えて比較",
	overlayButtonLabel: "重ねて比較",

	// GUIの進捗メッセージ GUI progress messages
	preparingToEdit: "ページ編集準備中...",
	creatingNomination: "依頼ページ作成中...",
	listingNomination: "依頼記録ページに組み込み中...",
	addingAnyTemplate: mw.config.get('wgCanonicalNamespace').toLowerCase() + "ページに削除タグを追加中...",
	notifyingUploader: "%USER%に通知中...",

	// 拡張バージョン Extended version
	toolboxLinkSource: "出典なし",
	toolboxLinkLicense: "ライセンスなし",
	toolboxLinkPermission: "利用許可なし",
	toolboxLinkCopyvio: "著作権侵害の報告",
	reasonForCopyvio: "これが著作権侵害なのはなぜですか?",

	// 移動するファイルについて For moving files
	renameDone: "Removing template;rename done",//編集要約に使われるので英語
	removingTemplate: "ファイル移動依頼タグを除去中",
	notAllowed: "ファイルを移す権限がありません。",
	reasonForMove: "このファイルを移動する必要があるのはなぜですか?",
	moveDestination: "新しいファイル名を何にしますか?",
	movingFile: "ファイル移動",
	replacingUsage: "使用箇所をすべて置き換えるようCommonsDelinkerに命令中",
	declineMove: "ファイルが移動されるべきでないのはなぜですか?",
	dropdownMove: "移動と置換",
	leaveRedirect: "ファイル移動時、転送を残す:",

	// 重複のために For Duplicates
	deletingFile: "ファイル削除",
	mergeDescription: "ファイルの説明を合わせて下さい",
	redirectingFile: "どちらか一つのファイルに転送中",
	savingDescription: "併合後のファイル説明を保存中",

	// エラー Errors
	genericFailure: "要請された作業中にエラーが発生しました。",
	taskFailure: {
		listUploaders: (6 == mw.config.get('wgNamespaceNumber') ? "the flatbed with this file " : "ページの作成者を") + "判断中にエラーが発生しました。",
		loadPages: "この文書に対する削除依頼を準備する際にエラーが発生しました。" + mw.config.get('wgCanonicalNamespace') + "。",
		prependDeletionTemplate: "この文書に{{delete}}タグを追加する際にエラーが発生しました。",
		createRequestSubpage: "削除依頼ページの生成中にエラーが発生しました。",
		listRequestSubpage: "削除依頼を記録ページに上げる際にエラーが発生しました。",
		notifyUploaders: (6 === mw.config.get('wgNamespaceNumber') ? "ファイルをアップロードした人に" : "ページの作成者に") + "知らせる際にエラーが発生しました。"
	},
        addTemplateByHand     : "この文書を手動で削除依頼する場合は、この文書に{{delete}}タグを追加してタグに表示される説明に従って下さい。",
        completeRequestByHand : "依頼を完了するために、削除タグに表示された説明に従って下さい。",
        errorDetails          : "誤りに対する詳しい説明は以下の通り:",
        errorReport           : "誤りはここに申告して下さい。"
});
$(document).triggerHandler('translationLoaded', ['AjaxQuickDelete', 'ja']);

// </nowiki>