create apiEnum components

This commit is contained in:
2026-03-10 20:23:56 +03:30
parent b379787002
commit d61a5a6250
20 changed files with 207 additions and 6 deletions
@@ -0,0 +1,20 @@
import { TEnumApi } from '../models';
export const apiEnumTranslates = {
goldKarat: '',
userStatus: 'وضعیت کاربر',
accountRole: 'نقش',
accountStatus: 'وضعیت',
posStatus: 'وضعیت',
posRole: 'نقش',
licenseType: 'نوع لایسنس',
licenseStatus: 'وضعیت لایسنس',
posType: 'نوع پایانه',
userType: 'نوع کاربر',
accountType: 'نوع کاربر',
partnerRole: 'نقش',
businessRole: 'نقش',
providerRole: 'نقش',
unitType: 'واحد اندازه‌گیری',
goodPricingModel: 'مدل محاسبه',
} as Record<TEnumApi, string>;