@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
13 lines (12 loc) • 476 B
JavaScript
export const arTranslations = {
'plugin-multi-tenant': {
'confirm-tenant-switch--body': 'أنت على وشك تغيير الملكية من <0>{{fromTenant}}</0> إلى <0>{{toTenant}}</0>',
'confirm-tenant-switch--heading': 'تأكيد تغيير {{tenantLabel}}',
'field-assignedTentant-label': 'المستأجر المعين'
}
};
export const ar = {
dateFNSKey: 'ar',
translations: arTranslations
};
//# sourceMappingURL=ar.js.map