/* eslint-disable */ import { phoneTypes } from '@ringcentral-integration/commons/enums/phoneTypes'; export default { [phoneTypes.business]: '商务电话', [phoneTypes.extension]: '分机号', [phoneTypes.home]: '住宅号码', [phoneTypes.mobile]: '移动电话', [phoneTypes.phone]: '电话', [phoneTypes.unknown]: '未知电话类型', [phoneTypes.company]: '公司号码', [phoneTypes.direct]: '直拨号码', [phoneTypes.contact]: '联系电话', [phoneTypes.fax]: '传真', [phoneTypes.other]: '其他', }; // @key: @#@"[phoneTypes.business]"@#@ @source: @#@"Business Phone"@#@ // @key: @#@"[phoneTypes.extension]"@#@ @source: @#@"Extension Number"@#@ // @key: @#@"[phoneTypes.home]"@#@ @source: @#@"Home Number"@#@ // @key: @#@"[phoneTypes.mobile]"@#@ @source: @#@"Mobile Phone"@#@ // @key: @#@"[phoneTypes.phone]"@#@ @source: @#@"Phone"@#@ // @key: @#@"[phoneTypes.unknown]"@#@ @source: @#@"Unknown Phone Type"@#@ // @key: @#@"[phoneTypes.company]"@#@ @source: @#@"Company Number"@#@ // @key: @#@"[phoneTypes.direct]"@#@ @source: @#@"Direct Number"@#@ // @key: @#@"[phoneTypes.contact]"@#@ @source: @#@"Contact Phone"@#@ // @key: @#@"[phoneTypes.fax]"@#@ @source: @#@"Fax"@#@ // @key: @#@"[phoneTypes.other]"@#@ @source: @#@"Other"@#@