ਮੌਡਿਊਲ:Proofreadpage index template/config

ਵਿਕੀਸਰੋਤ ਤੋਂ

Documentation for this module may be created at ਮੌਡਿਊਲ:Proofreadpage index template/config/doc

local c = {}

c["defaults"] = {
	Source = '_empty_',
}

c["headings"] = {
	title = {
		txt = 'ਸਿਰਲੇਖ',
	},
	progress = {
		txt = 'ਪ੍ਰਗਤੀ',
	},
	oclc = {
		txt = 'OCLC',
	},
    transclusion = {
    	txt = 'ਟ੍ਰਾਂਸਕਲੂਸ਼ਨ',
    },
    validation_date = {
    	txt = 'ਵਿੱਚ ਪ੍ਰਮਾਣਿਤ',
    },
    source = {
    	txt = 'ਸਰੋਤ'
    },
    place = {
    	txt = 'ਟਿਕਾਣਾ'
    },
    year = {
    	txt = 'ਸਾਲ'
    },
    publisher = {
    	txt = 'ਪ੍ਰਕਾਸ਼ਕ'
    },
    author = {
    	txt = 'ਲੇਖਕ'
    },
    editor = {
    	txt = 'ਸੰਪਾਦਕ'
    },
    translator = {
    	txt = 'ਅਨੁਵਾਦਕ'
    },
    illustrator = {
    	txt = 'ਚਿੱਤਰਕਾਰ'
    },
    doi = {
    	txt = 'DOI'
    },
    volumes = {
    	txt = 'ਜਿਲਦ'
    }
}

c["status"] = {
	T = {
		cat = 'ਇੰਡੈਕਸ ਪ੍ਰਮਾਣਿਤ',
		txt = 'Done—All pages of the work proper are validated',
	},
	V = {
		cat = 'ਇੰਡੈਕਸ ਪਰੂਫ਼ਰੀਡ',
		txt = 'Proofread—All pages of the work proper are proofread, but not all are validated',
	},
	C = {
		cat = 'ਇੰਡੈਕਸ ਪਰੂਫ਼ਰੀਡ ਨਹੀਂ',
		txt = 'To be proofread',
	},
	MS = {
		cat = 'ਇੰਡੈਕਸ - ਮੈਚ ਐਂਡ ਸਪਲਿਟ ਲਈ ਤਿਆਰ',
		txt = 'Ready for Match and Split',
	},
	OCR = {
		cat = 'ਇੰਡੈਕਸ - ਟੈਕਸਟ ਲੇਅਰ ਲਈ ਬੇਨਤੀ ਕੀਤੀ ਗਈ',
		txt = 'Source file needs an OCR text layer',
	},
	L = {
		cat = 'ਇੰਡੈਕਸ - ਫਾਈਲ ਠੀਕ ਕਰਨੀ ਲੋੜੀਂਦੀ',
		txt = 'Source file must be fixed before proofreading',
		error = true,
	},
	X = {
		cat = 'ਇੰਡੈਕਸ - ਜਾਂਚ ਲਈ ਫਾਈਲਾਂ',
		txt = 'Create a pagelist for the source file before commencing proofreading (to verify file is correct)',
		error = true
	},
	_default = {
		cat = 'ਇੰਡੈਕਸ - ਅਗਿਆਤ ਪ੍ਰਗਤੀ',
		txt = 'Unknown progress (template error)',
		error = true,
	}
}

c["transclusion"] = {
	yes = {
		cat = 'Fully transcluded',
		txt = 'Fully transcluded',
		help = 'The work is fully transcluded, including front and end matter and images'
	},
	notimg = {
		cat = 'Images not fully transcluded',
		txt = 'Images not fully transcluded',
		help = 'The work is fully transcluded, but that some images are still missing or need improvement',
	},
	notadv = {
		cat = 'Advertising not transcluded',
		txt = 'Advertising not transcluded',
		help = 'The main body of the work is properly transcluded, though front- or end-matter advertising material is not'
	},
	held = {
		cat = 'Transclusion on hold',
		txt = 'Transclusion on hold',
		help = 'There is a problem with transcluding the work (which should be explained on the talk page)'
	},
	check = {
		cat = 'Transclusion check required',
		txt = 'Transclusion check required',
		help = ' The transclusion of the work is incomplete or needs checking'
	},
	no = {
		cat = 'Index not transcluded',
		txt = 'Index not transcluded or unreviewed',
		help = ' This work is not transcluded or has not been reviewed for transclusion'
	}
}

return c