@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
13 lines (12 loc) • 434 B
JavaScript
export const daTranslations = {
'plugin-multi-tenant': {
'confirm-tenant-switch--body': 'Du er ved at ændre ejerskab fra <0>{{fromTenant}}</0> til <0>{{toTenant}}</0>',
'confirm-tenant-switch--heading': 'Bekræft {{tenantLabel}} ændring',
'field-assignedTentant-label': 'Tildelt Lejer'
}
};
export const da = {
dateFNSKey: 'da',
translations: daTranslations
};
//# sourceMappingURL=da.js.map