Jump to content

Module:Medical cases chart/i18n

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Horus (talk | contribs) at 03:20, 10 April 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {
	['th'] = {
		['casesIn'] = 'ผู้ป่วยใน',
		['the_'] = 'the ',
		['_data'] = ' ข้อมูล',
		['_medicalCasesChart'] = ' แผนภูมิผู้ป่วย',
		['deaths'] = 'เสียชีวิต',
		['recoveries'] = 'รักษาหาย',
		['activeCases'] = 'ผู้ป่วยยังรักษา',
		['lastXDays'] = '%d วันล่าสุด', -- %d is the number of days
		['date'] = 'วันที่',
		['noOfCases'] = '# ผู้ป่วย',
		['noOfDeaths'] = '# ยอดเสียชีวิต',
		['noOfDeaths2'] = '# ยอดเสียชีวิต',
		['na'] = 'n.a.'
	}
}

return p