/* eslint-disable */ import { HintsType } from '../ContactSearchPanelEnum'; export default { [HintsType.thirdPartyNoRecordsContent]: 'すべての{sourceName}の記録を検索するには、少なくとも{minimumLength}つの文字または数字を入力してください。', [HintsType.noFilterOrSearchRecordsTitle]: '結果が見つかりません', [HintsType.noFilterOrSearchRecordsContent]: '他のソースから結果を確認するか、キーワードを変更してください。', [HintsType.searching]: '検索中...', companyTabTitle: '会社', personalTabTitle: '個人', direct: '直通', extension: '内線', contact: '連絡先', mobile: 'モバイル', company: '会社', home: '自宅', home2: '自宅', other: 'その他', business: '職場', business2: '職場', car: '自動車', fax: 'FAX', assistant: 'アシスタント', callback: 'コールバック', MobileNumber: '携帯電話番号', ContactNumber: '連絡先電話番号', DirectNumber: 'ダイレクトナンバー', doNotCall: '通話拒否', } as const; // @key: @#@"[HintsType.thirdPartyNoRecordsContent]"@#@ @source: @#@"Enter at least {minimumLength} characters or digits to search all {sourceName} records."@#@ // @key: @#@"[HintsType.noFilterOrSearchRecordsTitle]"@#@ @source: @#@"No results found"@#@ // @key: @#@"[HintsType.noFilterOrSearchRecordsContent]"@#@ @source: @#@"Check results from other sources or change your keyword."@#@ // @key: @#@"[HintsType.searching]"@#@ @source: @#@"Searching..."@#@ // @key: @#@"companyTabTitle"@#@ @source: @#@"Company"@#@ // @key: @#@"personalTabTitle"@#@ @source: @#@"Personal"@#@ // @key: @#@"direct"@#@ @source: @#@"Direct"@#@ // @key: @#@"extension"@#@ @source: @#@"Ext"@#@ // @key: @#@"contact"@#@ @source: @#@"Contact"@#@ // @key: @#@"mobile"@#@ @source: @#@"Mobile"@#@ // @key: @#@"company"@#@ @source: @#@"Company"@#@ // @key: @#@"home"@#@ @source: @#@"Home"@#@ // @key: @#@"home2"@#@ @source: @#@"Home"@#@ // @key: @#@"other"@#@ @source: @#@"Other"@#@ // @key: @#@"business"@#@ @source: @#@"Business"@#@ // @key: @#@"business2"@#@ @source: @#@"Business"@#@ // @key: @#@"car"@#@ @source: @#@"Car"@#@ // @key: @#@"fax"@#@ @source: @#@"Fax"@#@ // @key: @#@"assistant"@#@ @source: @#@"Assistant"@#@ // @key: @#@"callback"@#@ @source: @#@"Callback"@#@ // @key: @#@"MobileNumber"@#@ @source: @#@"Mobile Number"@#@ // @key: @#@"ContactNumber"@#@ @source: @#@"Contact Number"@#@ // @key: @#@"DirectNumber"@#@ @source: @#@"Direct Number"@#@ // @key: @#@"doNotCall"@#@ @source: @#@"Do Not Call"@#@