@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
13 lines (12 loc) • 491 B
JavaScript
export const faTranslations = {
'plugin-multi-tenant': {
'confirm-tenant-switch--body': 'شما در حال تغییر مالکیت از <0>{{fromTenant}}</0> به <0>{{toTenant}}</0> هستید',
'confirm-tenant-switch--heading': 'تایید تغییر {{tenantLabel}}',
'field-assignedTentant-label': 'مستاجر اختصاص یافته'
}
};
export const fa = {
dateFNSKey: 'fa-IR',
translations: faTranslations
};
//# sourceMappingURL=fa.js.map