@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
13 lines (12 loc) • 463 B
JavaScript
export const koTranslations = {
'plugin-multi-tenant': {
'confirm-tenant-switch--body': '<0>{{fromTenant}}</0>에서 <0>{{toTenant}}</0>으로 소유권을 변경하려고 합니다.',
'confirm-tenant-switch--heading': '{{tenantLabel}} 변경을 확인하세요',
'field-assignedTentant-label': '지정된 세입자'
}
};
export const ko = {
dateFNSKey: 'ko',
translations: koTranslations
};
//# sourceMappingURL=ko.js.map