မော်ဂျူး: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 = '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 = 'အညွှန်း အတည်ပြုပြီး',
txt = 'ပြီးစီး—လုပ်ဆောင်မှု၏ စာမျက်နှာများအားလုံးကို အတည်ပြုပြီး',
},
V = {
cat = 'အညွှန်း ပရုဖ်ဖတ်ပြီး',
txt = 'ပရုဖ်ဖတ်ပြီး—လုပ်ဆောင်မှု၏ စာမျက်နှာများအားလုံးကို ပရုဖ်ဖတ်ပြီးသော်လည်း အားလုံးအား အတည်မပြုရသေးပါ',
},
C = {
cat = 'အညွှန်း ပရုဖ်မဖတ်ရသေး',
txt = 'ပရုဖ်ဖတ်ရန်',
},
MS = {
cat = 'Index - Ready for Match and Split',
txt = 'Ready for Match and Split',
},
OCR = {
cat = 'Index - Text Layer Requested',
txt = 'Source file needs an OCR text layer',
},
L = {
cat = 'Index - File to fix',
txt = 'Source file must be fixed before proofreading',
error = true,
},
X = {
cat = 'Index - File to check',
txt = 'Create a pagelist for the source file before commencing proofreading (to verify file is correct)',
error = true
},
_default = {
cat = 'အညွှန်း - တိုးတက်မှု မသိရှိရ',
txt = 'တိုးတက်မှု မသိရှိရ (တမ်းပလိတ် အမှား)',
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