@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
13 lines (12 loc) • 472 B
JavaScript
export const deTranslations = {
'plugin-multi-tenant': {
'confirm-tenant-switch--body': 'Sie sind dabei, den Besitz von <0>{{fromTenant}}</0> auf <0>{{toTenant}}</0> zu übertragen.',
'confirm-tenant-switch--heading': 'Bestätigen Sie die Änderung von {{tenantLabel}}.',
'field-assignedTentant-label': 'Zugewiesener Mandant'
}
};
export const de = {
dateFNSKey: 'de',
translations: deTranslations
};
//# sourceMappingURL=de.js.map