@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
13 lines (12 loc) • 505 B
JavaScript
export const ukTranslations = {
'plugin-multi-tenant': {
'confirm-tenant-switch--body': 'Ви збираєтесь змінити власність з <0>{{fromTenant}}</0> на <0>{{toTenant}}</0>',
'confirm-tenant-switch--heading': 'Підтвердіть зміну {{tenantLabel}}',
'field-assignedTentant-label': 'Призначений орендар'
}
};
export const uk = {
dateFNSKey: 'uk',
translations: ukTranslations
};
//# sourceMappingURL=uk.js.map