Module:Medical cases chart/i18n
Appearance
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