/* eslint-disable */ export default { mute: '静音', unmute: '取消静音', hangup: '挂断', reject: '拒绝', hold: '保持', onHold: '暂候', transfer: '转接', more: '更多', stopRecord: '停止录制', record: '录制', showKeypad: '拨号键盘', hideKeypad: '隐藏拨号键盘', unHold: '解除呼叫保持', forward: '转接', ignore: '忽略', voicemail: '到语音信箱', custom: '自定义', answerAndEnd: '接听并结束', answerAndHold: '接听并保持', answer: '接听', completeTransfer: '完成转接', reply: '回复', add: '添加', mergeCall: '与进行中的通话合并', endCallForEveryone: '为所有人结束通话', leaveCall: '退出通话', leaveOrEndCall: '退出还是结束通话?', } as const; // @key: @#@"mute"@#@ @source: @#@"Mute"@#@ // @key: @#@"unmute"@#@ @source: @#@"Unmute"@#@ // @key: @#@"hangup"@#@ @source: @#@"Hang up"@#@ // @key: @#@"reject"@#@ @source: @#@"Reject"@#@ // @key: @#@"hold"@#@ @source: @#@"Hold"@#@ // @key: @#@"onHold"@#@ @source: @#@"On Hold"@#@ // @key: @#@"transfer"@#@ @source: @#@"Transfer"@#@ // @key: @#@"more"@#@ @source: @#@"More"@#@ // @key: @#@"stopRecord"@#@ @source: @#@"Stop Recording"@#@ // @key: @#@"record"@#@ @source: @#@"Record"@#@ // @key: @#@"showKeypad"@#@ @source: @#@"Keypad"@#@ // @key: @#@"hideKeypad"@#@ @source: @#@"Hide Keypad"@#@ // @key: @#@"unHold"@#@ @source: @#@"Unhold"@#@ // @key: @#@"forward"@#@ @source: @#@"Forward"@#@ // @key: @#@"ignore"@#@ @source: @#@"Ignore"@#@ // @key: @#@"voicemail"@#@ @source: @#@"To Voicemail"@#@ // @key: @#@"custom"@#@ @source: @#@"Custom"@#@ // @key: @#@"answerAndEnd"@#@ @source: @#@"Answer & End"@#@ // @key: @#@"answerAndHold"@#@ @source: @#@"Answer & Hold"@#@ // @key: @#@"answer"@#@ @source: @#@"Answer"@#@ // @key: @#@"completeTransfer"@#@ @source: @#@"Complete transfer"@#@ // @key: @#@"reply"@#@ @source: @#@"Reply"@#@ // @key: @#@"add"@#@ @source: @#@"Add"@#@ // @key: @#@"mergeCall"@#@ @source: @#@"Merge with active call"@#@ // @key: @#@"endCallForEveryone"@#@ @source: @#@"End call for everyone"@#@ // @key: @#@"leaveCall"@#@ @source: @#@"Leave call"@#@ // @key: @#@"leaveOrEndCall"@#@ @source: @#@"Leave or end call?"@#@