@payloadcms/plugin-multi-tenant
Version:
Multi Tenant plugin for Payload
14 lines (13 loc) • 405 B
JavaScript
export const zhTwTranslations = {
'plugin-multi-tenant': {
'assign-tenant-button-label': '指派租戶',
'assign-tenant-modal-title': '將 "{{title}}"',
'field-assignedTenant-label': '指派的租用戶',
'nav-tenantSelector-label': '租戶'
}
};
export const zhTw = {
dateFNSKey: 'zh-TW',
translations: zhTwTranslations
};
//# sourceMappingURL=zhTw.js.map