@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
13 lines (12 loc) • 618 B
JavaScript
export const thTranslations = {
'plugin-multi-tenant': {
'confirm-tenant-switch--body': 'คุณกำลังจะเปลี่ยนความเป็นเจ้าของจาก <0>{{fromTenant}}</0> เป็น <0>{{toTenant}}</0>',
'confirm-tenant-switch--heading': 'ยืนยันการเปลี่ยนแปลง {{tenantLabel}}',
'field-assignedTentant-label': 'ผู้เช่าที่ได้รับการกำหนด'
}
};
export const th = {
dateFNSKey: 'th',
translations: thTranslations
};
//# sourceMappingURL=th.js.map