@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
13 lines (12 loc) • 449 B
JavaScript
export const heTranslations = {
'plugin-multi-tenant': {
'confirm-tenant-switch--body': 'אתה עומד לשנות בעלות מ- <0>{{fromTenant}}</0> ל- <0>{{toTenant}}</0>',
'confirm-tenant-switch--heading': 'אשר שינוי {{tenantLabel}}',
'field-assignedTentant-label': 'דייר מוקצה'
}
};
export const he = {
dateFNSKey: 'he',
translations: heTranslations
};
//# sourceMappingURL=he.js.map