Module:Proofreadpage index template/config
Supporting module for Module:Proofreadpage index template, which implements logic for MediaWiki:Proofreadpage index template.
local c = {}
c["defaults"] = {
Source = '_empty_',
}
c["headings"] = {
title = {
txt = 'தலைப்பு',
},
progress = {
txt = 'மெய்ப்புநிலை',
},
oclc = {
txt = 'OCLC',
},
transclusion = {
txt = 'Transclusion',
},
validation_date = {
txt = 'Validated in',
},
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 = 'Index Validated',
txt = 'மெய்ப்பும், சரிபார்ப்பும் முடிந்தது',
},
V = {
cat = 'Index Proofread',
txt = 'மெய்ப்புப்பணி முடிந்தது. (சரிபார்க்கப்பட வேண்டும்)',
},
C = {
cat = 'Index Not-Proofread',
txt = 'மெய்ப்புப்பணி முடியவில்லை',
},
MS = {
cat = 'Index - Ready for Match and Split',
txt = 'Ready for Match and Split',
},
OCR = {
cat = 'Index - Text Layer Requested',
txt = 'மூல நூலுக்கு எழுத்துணரி உரை தேவைப்படுகிறது',
},
L = {
cat = 'Index - File to fix',
txt = 'மெய்ப்பு செய்யும் முன் மூல நூலைச் சரி செய்ய வேண்டும்',
error = true,
},
X = {
cat = 'Index - File to check',
txt = 'மெய்ப்புக்காகப் பக்கங்களைச் சரிபார்க்கவும்',
error = true
},
_default = {
cat = 'Index - Unknown progress',
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