/* eslint-disable */ import { callErrors } from '@ringcentral-integration/commons/modules/Call'; export default { [callErrors.emergencyNumber]: '紧急呼叫功能不可用。请使用其他电话联系紧急服务', [callErrors.noToNumber]: '请输入有效的电话号码。', [callErrors.noAreaCode]: '请设置{areaCodeLink}以使用 7 位本地电话号码。', [callErrors.connectFailed]: '连接失败。请稍后再试。', [callErrors.internalError]: '由于内部错误,无法连接。请稍后重试。', [callErrors.notAnExtension]: '分机号码不存在。', [callErrors.networkError]: '由于网络问题,无法连接。请稍后重试。', [callErrors.noInternational]: '您没有权限拨打国际电话。请联系您的 {brand} 帐户管理员进行升级。', [callErrors.noRingoutEnable]: '您的分机可以通过桌面应用拨打电话。\n 如果您要切换至其他呼叫选项,\n 请联系您的帐户管理员进行升级。', [callErrors.numberParseError]: '抱歉,系统出现问题。请稍后再试。', areaCode: '区号', telus911: '不支持紧急拨号。', [callErrors.fromAndToNumberIsSame]: 'RingOut 号码和目标号码不能相同。请更新号码,然后重试。', } as const; // @key: @#@"[callErrors.emergencyNumber]"@#@ @source: @#@"Emergency calling is not available. Please use another phone to contact emergency services"@#@ // @key: @#@"[callErrors.noToNumber]"@#@ @source: @#@"Please enter a valid phone number."@#@ // @key: @#@"[callErrors.noAreaCode]"@#@ @source: @#@"Please set {areaCodeLink} to use 7-digit local phone numbers."@#@ // @key: @#@"[callErrors.connectFailed]"@#@ @source: @#@"Connection failed. Please try again later."@#@ // @key: @#@"[callErrors.internalError]"@#@ @source: @#@"Cannot connect due to internal errors. Please try again later."@#@ // @key: @#@"[callErrors.notAnExtension]"@#@ @source: @#@"The extension number does not exist."@#@ // @key: @#@"[callErrors.networkError]"@#@ @source: @#@"Cannot connect due to network issues. Please try again later."@#@ // @key: @#@"[callErrors.noInternational]"@#@ @source: @#@"You don't have permissions to make international calls. Please contact your {brand} account administrator for an upgrade."@#@ // @key: @#@"[callErrors.noRingoutEnable]"@#@ @source: @#@"Your extension is allowed to make calls with desktop app.\n If you wish to switch to other calling options\n please contact your account administrator for an upgrade."@#@ // @key: @#@"[callErrors.numberParseError]"@#@ @source: @#@"Sorry, there was a problem on our end. Please try again later."@#@ // @key: @#@"areaCode"@#@ @source: @#@"area code"@#@ // @key: @#@"telus911"@#@ @source: @#@"Emergency dialing is not supported."@#@ // @key: @#@"[callErrors.fromAndToNumberIsSame]"@#@ @source: @#@"The RingOut number and destination number can't be the same. Please update the number and try again."@#@