/* eslint-disable */ import { phoneSources } from '@ringcentral-integration/commons/enums/phoneSources'; export default { [phoneSources.account]: '帳戶', [phoneSources.contact]: '連絡人', [phoneSources.rcContact]: '{brand}', [phoneSources.lead]: '潛在客戶', [phoneSources.opportunity]: '業務機會', [phoneSources.systemUser]: '系統使用者', }; // @key: @#@"[phoneSources.account]"@#@ @source: @#@"Account"@#@ // @key: @#@"[phoneSources.contact]"@#@ @source: @#@"Contact"@#@ // @key: @#@"[phoneSources.rcContact]"@#@ @source: @#@"{brand}"@#@ // @key: @#@"[phoneSources.lead]"@#@ @source: @#@"Lead"@#@ // @key: @#@"[phoneSources.opportunity]"@#@ @source: @#@"Opportunity"@#@ // @key: @#@"[phoneSources.systemUser]"@#@ @source: @#@"System User"@#@