وحدة:Proofreadpage index template/config

صفحة محمية جزئيًّا (سماح للمؤكدين تلقائيا)
من ويكي مصدر، المكتبة الحرة
local c = {}

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

c["headings"] = {
	['العنوان'] = {
		txt = 'العنوان',
	},
	['الحالة'] = {
		txt = 'الحالة',
	},
	oclc = {
		txt = 'OCLC',
	},
    transclusion = {
    	txt = 'Transclusion',
    },
    ["Validation_date"] = {
    	txt = 'دُقق في',
    },
    ['المصدر'] = {
    	txt = 'المصدر'
    },
    ['المكان'] = {
    	txt = 'مكان النشر'
    },
    ['السنة'] = {
    	txt = 'سنة النشر'
    },
    ['الناشر'] = {
    	txt = 'الناشر'
    },
    ['المؤلف'] = {
    	txt = 'المؤلف'
    },
    ['المحرر'] = {
    	txt = 'المحرر'
    },
    ['المترجم'] = {
    	txt = 'المترجم'
    },
    ['الرسام'] = {
    	txt = 'الرسام'
    },
    doi = {
    	txt = 'DOI'
    },
    ['الأجزاء'] = {
    	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 = 'مضمن بالكامل',
		txt = 'مضمن بالكامل',
		help = 'The work is fully transcluded, including front and end matter and images'
	},
	notimg = {
		cat = 'الصور لم تضمن كاملاً',
		txt = 'الصور لم تضمن كاملا',
		help = 'The work is fully transcluded, but that some images are still missing or need improvement',
	},
	notadv = {
		cat = 'الإعلانات لم تضمن',
		txt = 'الإعلانات لم تضمن',
		help = 'The main body of the work is properly transcluded, though front- or end-matter advertising material is not'
	},
	held = {
		cat = 'التضمين معلَّق',
		txt = 'التضمين معلق',
		help = 'هناك مشكلة تمنع التضمين(يفترض أن قد بلغ عنها في نقاش الفهرس)'
	},
	check = {
		cat = 'يُطلب فحص تضمينها',
		txt = 'يُطلب فحص تضمينها',
		help = ' تضمين هذا العلم غير كامل أو يحتاج إلى فحص'
	},
	no = {
		cat = 'فهارس غير مضمنة',
		txt = 'فهارس غير مضمنمة أو غير مراجعة',
		help = ' هذا العمل غير مضمن أو لم يراجع للتضمين'
	}
}

return c