2026-03-10 20:23:56 +03:30
|
|
|
import { TEnumApi } from '../models';
|
|
|
|
|
|
|
|
|
|
export const apiEnumTranslates = {
|
2026-03-29 18:07:10 +03:30
|
|
|
goldKarat: 'عیار',
|
2026-03-10 20:23:56 +03:30
|
|
|
userStatus: 'وضعیت کاربر',
|
|
|
|
|
accountRole: 'نقش',
|
|
|
|
|
accountStatus: 'وضعیت',
|
|
|
|
|
posStatus: 'وضعیت',
|
|
|
|
|
posRole: 'نقش',
|
|
|
|
|
licenseType: 'نوع لایسنس',
|
|
|
|
|
licenseStatus: 'وضعیت لایسنس',
|
|
|
|
|
posType: 'نوع پایانه',
|
|
|
|
|
userType: 'نوع کاربر',
|
|
|
|
|
accountType: 'نوع کاربر',
|
|
|
|
|
partnerRole: 'نقش',
|
|
|
|
|
businessRole: 'نقش',
|
|
|
|
|
providerRole: 'نقش',
|
|
|
|
|
unitType: 'واحد اندازهگیری',
|
|
|
|
|
goodPricingModel: 'مدل محاسبه',
|
|
|
|
|
} as Record<TEnumApi, string>;
|