@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
14 lines (13 loc) • 404 B
JavaScript
export const nlTranslations = {
'plugin-multi-tenant': {
'assign-tenant-button-label': 'Toewijzen Tenant',
'assign-tenant-modal-title': 'Wijs "{{title}}" toe',
'field-assignedTenant-label': 'Toegewezen Huurder',
'nav-tenantSelector-label': 'Huurder'
}
};
export const nl = {
dateFNSKey: 'nl',
translations: nlTranslations
};
//# sourceMappingURL=nl.js.map