Initial commit
This commit is contained in:
106
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Account.json
Normal file
106
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Account.json
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"emailAddress": "電子郵件",
|
||||
"website": "網站",
|
||||
"phoneNumber": "手機",
|
||||
"billingAddress": "帳單地址",
|
||||
"shippingAddress": "收件地址",
|
||||
"description": "描述",
|
||||
"sicCode": "標準分類編號 (工號)",
|
||||
"industry": "行業",
|
||||
"type": "類型",
|
||||
"contactRole": "標題",
|
||||
"campaign": "活動",
|
||||
"targetLists": "目標清單",
|
||||
"targetList": "目標清單",
|
||||
"originalLead": "原始潛在客戶",
|
||||
"contactIsInactive": "不啟用"
|
||||
},
|
||||
"links": {
|
||||
"contacts": "聯絡人",
|
||||
"opportunities": "商機",
|
||||
"cases": "案件",
|
||||
"documents": "文件資料",
|
||||
"meetingsPrimary": "會議 (己展開)",
|
||||
"callsPrimary": "通話 (己展開)",
|
||||
"tasksPrimary": "任務 (己展開)",
|
||||
"emailsPrimary": "電子信箱 (己展開)",
|
||||
"targetLists": "目標列表",
|
||||
"campaignLogRecords": "活動日誌",
|
||||
"campaign": "活動",
|
||||
"portalUsers": "導覧使用者",
|
||||
"originalLead": "原始潛在客戶"
|
||||
},
|
||||
"options": {
|
||||
"type": {
|
||||
"Customer": "顧客",
|
||||
"Investor": "投資者",
|
||||
"Partner": "夥伴",
|
||||
"Reseller": "經銷商"
|
||||
},
|
||||
"industry": {
|
||||
"Agriculture": "農業",
|
||||
"Advertising": "廣告",
|
||||
"Apparel & Accessories": "服飾配件",
|
||||
"Automotive": "汽車行業",
|
||||
"Banking": "銀行業",
|
||||
"Biotechnology": "生物技術",
|
||||
"Building Materials & Equipment": "建築材料及設備",
|
||||
"Chemical": "化學製品",
|
||||
"Computer": "電腦",
|
||||
"Education": "教育",
|
||||
"Electronics": "電子產品",
|
||||
"Energy": "能源",
|
||||
"Entertainment & Leisure": "娛樂休閒",
|
||||
"Finance": "金融",
|
||||
"Food & Beverage": "食品與飲料",
|
||||
"Grocery": "雜貨",
|
||||
"Healthcare": "衛生保健",
|
||||
"Insurance": "保險",
|
||||
"Legal": "法律",
|
||||
"Manufacturing": "製造業",
|
||||
"Publishing": "出版",
|
||||
"Real Estate": "房地產",
|
||||
"Service": "服務",
|
||||
"Sports": "體育",
|
||||
"Software": "軟體",
|
||||
"Technology": "技術",
|
||||
"Telecommunications": "通訊",
|
||||
"Television": "電視",
|
||||
"Transportation": "運輸",
|
||||
"Venture Capital": "創投",
|
||||
"Aerospace": "航空",
|
||||
"Architecture": "建築",
|
||||
"Construction": "工程",
|
||||
"Defense": "防禦",
|
||||
"Creative": "創意",
|
||||
"Culture": "文化",
|
||||
"Consulting": "諮詢",
|
||||
"Electric Power": "電力",
|
||||
"Hospitality": "接待",
|
||||
"Mass Media": "媒體",
|
||||
"Mining": "礦業",
|
||||
"Music": "音樂",
|
||||
"Marketing": "行銷",
|
||||
"Petroleum": "石油",
|
||||
"Retail": "零售",
|
||||
"Shipping": "運輸",
|
||||
"Support": "支持",
|
||||
"Testing, Inspection & Certification": "測試,檢驗與認證",
|
||||
"Wholesale": "批發",
|
||||
"Water": "水力",
|
||||
"Travel": "旅行"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Account": "新增帳號",
|
||||
"Copy Billing": "複製帳",
|
||||
"Set Primary": "設置主要"
|
||||
},
|
||||
"presetFilters": {
|
||||
"customers": "顧客",
|
||||
"partners": "夥伴",
|
||||
"recentlyCreated": "最近新增"
|
||||
}
|
||||
}
|
||||
11
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Admin.json
Normal file
11
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Admin.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"layouts": {
|
||||
"detailConvert": "轉換潛在客戶",
|
||||
"listForAccount": "清單 (帳戶用)",
|
||||
"listForContact": "接下來的X天"
|
||||
},
|
||||
"templates": {
|
||||
"invitation": "提醒",
|
||||
"reminder": "主要帳戶標題"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"modes": {
|
||||
"month": "月",
|
||||
"week": "週",
|
||||
"agendaWeek": "週",
|
||||
"day": "日",
|
||||
"agendaDay": "日",
|
||||
"timeline": "時間軸"
|
||||
},
|
||||
"labels": {
|
||||
"Today": "今天",
|
||||
"Create": "新增",
|
||||
"Shared": "己分享",
|
||||
"Add User": "新增使用者",
|
||||
"current": "現在",
|
||||
"time": "時間",
|
||||
"User List": "使用者列表",
|
||||
"Manage Users": "管理使用者",
|
||||
"View Calendar": "查看日曆",
|
||||
"Create Shared View": "是否個人資料"
|
||||
}
|
||||
}
|
||||
50
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Call.json
Normal file
50
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Call.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"parent": "上層",
|
||||
"status": "狀態",
|
||||
"dateStart": "開始日期",
|
||||
"dateEnd": "結束日期",
|
||||
"direction": "方向",
|
||||
"duration": "持續時間",
|
||||
"description": "描述",
|
||||
"users": "使用者",
|
||||
"contacts": "聯絡人",
|
||||
"leads": "潛在客戶",
|
||||
"reminders": "提醒",
|
||||
"account": "帳戶",
|
||||
"acceptanceStatus": "接受狀態"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Planned": "己計畫",
|
||||
"Held": "己保留",
|
||||
"Not Held": "未保留"
|
||||
},
|
||||
"direction": {
|
||||
"Outbound": "撥出",
|
||||
"Inbound": "撥入"
|
||||
},
|
||||
"acceptanceStatus": {
|
||||
"None": "無",
|
||||
"Accepted": "己接受",
|
||||
"Declined": "己拒絕",
|
||||
"Tentative": "暫定"
|
||||
}
|
||||
},
|
||||
"massActions": {
|
||||
"setHeld": "設定保留",
|
||||
"setNotHeld": "設定未保留"
|
||||
},
|
||||
"labels": {
|
||||
"Create Call": "建立通話",
|
||||
"Set Held": "設定保留",
|
||||
"Set Not Held": "設定未保留",
|
||||
"Send Invitations": "發送邀請"
|
||||
},
|
||||
"presetFilters": {
|
||||
"planned": "己計畫",
|
||||
"held": "保留",
|
||||
"todays": "今天的"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"description": "描述",
|
||||
"status": "狀態",
|
||||
"type": "類型",
|
||||
"startDate": "開始日期",
|
||||
"endDate": "結束日期",
|
||||
"targetLists": "目標清單",
|
||||
"excludingTargetLists": "排除目標清單",
|
||||
"sentCount": "已發送",
|
||||
"openedCount": "己開始",
|
||||
"clickedCount": "己點擊",
|
||||
"optedOutCount": "己排除",
|
||||
"bouncedCount": "己退回",
|
||||
"hardBouncedCount": "強性退回",
|
||||
"softBouncedCount": "軟性退回",
|
||||
"leadCreatedCount": "潛在客戶己新增",
|
||||
"revenue": "收入",
|
||||
"revenueConverted": "收入 (已轉換)",
|
||||
"budget": "預算",
|
||||
"budgetConverted": "預算 (已轉換)",
|
||||
"contactsTemplate": "潛在客戶範本",
|
||||
"leadsTemplate": "帳戶範本",
|
||||
"accountsTemplate": "使用者範本",
|
||||
"usersTemplate": "跳過沒有填寫地址的記錄",
|
||||
"mailMergeOnlyWithAddress": "聯繫人範本",
|
||||
"optedInCount": "選擇加入",
|
||||
"budgetCurrency": "開始日期 (全天)"
|
||||
},
|
||||
"links": {
|
||||
"targetLists": "目標清單",
|
||||
"excludingTargetLists": "排除目標清單",
|
||||
"accounts": "帳目",
|
||||
"contacts": "聯絡人",
|
||||
"leads": "潛在客戶",
|
||||
"opportunities": "商機",
|
||||
"campaignLogRecords": "日誌記錄",
|
||||
"massEmails": "大量電子郵件",
|
||||
"trackingUrls": "追蹤網址",
|
||||
"contactsTemplate": "潛在客戶範本",
|
||||
"leadsTemplate": "帳戶範本",
|
||||
"accountsTemplate": "使用者範本",
|
||||
"usersTemplate": "郵件合併"
|
||||
},
|
||||
"options": {
|
||||
"type": {
|
||||
"Email": "電子郵件",
|
||||
"Web": "網頁",
|
||||
"Television": "電視",
|
||||
"Radio": "廣播",
|
||||
"Newsletter": "報章",
|
||||
"Mail": "信箱"
|
||||
},
|
||||
"status": {
|
||||
"Planning": "計畫中",
|
||||
"Active": "啟用",
|
||||
"Inactive": "未啟用",
|
||||
"Complete": "完成"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Campaign": "新增活動",
|
||||
"Target Lists": "目標清單",
|
||||
"Statistics": "統計",
|
||||
"hard": "強制",
|
||||
"soft": "軟性",
|
||||
"Unsubscribe": "取消訂閱",
|
||||
"Mass Emails": "大量電子郵件",
|
||||
"Email Templates": "電子郵件範本",
|
||||
"Unsubscribe again": "再次退訂",
|
||||
"Subscribe again": "再次訂閱",
|
||||
"Create Target List": "新增目標清單",
|
||||
"Mail Merge": "產生郵件合併PDF",
|
||||
"Generate Mail Merge PDF": "潛在客戶抓取"
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "啟用"
|
||||
},
|
||||
"messages": {
|
||||
"unsubscribed": "目前己從郵件清單中取消訂閱。",
|
||||
"subscribedAgain": "您已再次訂閱。"
|
||||
},
|
||||
"tooltips": {
|
||||
"targetLists": "應該要收訊息的目標。",
|
||||
"excludingTargetLists": "不應該要收訊息的目標。"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"fields": {
|
||||
"action": "動作",
|
||||
"actionDate": "日期",
|
||||
"data": "資料",
|
||||
"campaign": "活動",
|
||||
"parent": "目標",
|
||||
"object": "目標",
|
||||
"application": "應用程式",
|
||||
"queueItem": "佇列物件",
|
||||
"stringData": "字串資料",
|
||||
"stringAdditionalData": "字串附加資料",
|
||||
"isTest": "是噩測試"
|
||||
},
|
||||
"links": {
|
||||
"queueItem": "佇列物件",
|
||||
"parent": "上層",
|
||||
"object": "物件",
|
||||
"campaign": "活動"
|
||||
},
|
||||
"options": {
|
||||
"action": {
|
||||
"Sent": "傳送",
|
||||
"Opened": "己開啟",
|
||||
"Opted Out": "己排除",
|
||||
"Bounced": "己退回",
|
||||
"Clicked": "己點擊",
|
||||
"Lead Created": "潛在客戶已新增",
|
||||
"Opted In": "選擇加入"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"All": "所有"
|
||||
},
|
||||
"presetFilters": {
|
||||
"sent": "己傳送",
|
||||
"opened": "己開啟",
|
||||
"optedOut": "己排除",
|
||||
"bounced": "己退回",
|
||||
"clicked": "己點擊",
|
||||
"leadCreated": "潛在客戶已新增",
|
||||
"optedIn": "指定使用者導覧是否有權限匯出記錄。"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"fields": {
|
||||
"url": "網址",
|
||||
"urlToUse": "要取代網址而插入的代碼",
|
||||
"campaign": "活動"
|
||||
},
|
||||
"links": {
|
||||
"campaign": "活動"
|
||||
},
|
||||
"labels": {
|
||||
"Create CampaignTrackingUrl": "新增跟蹤網址"
|
||||
}
|
||||
}
|
||||
61
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Case.json
Normal file
61
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Case.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"number": "數字",
|
||||
"status": "狀態",
|
||||
"account": "帳戶",
|
||||
"contact": "聯絡人",
|
||||
"contacts": "聯絡人",
|
||||
"priority": "優先度",
|
||||
"type": "型別",
|
||||
"description": "描述",
|
||||
"lead": "潛在客戶",
|
||||
"attachments": "附件",
|
||||
"inboundEmail": "群組電子郵件帳戶"
|
||||
},
|
||||
"links": {
|
||||
"account": "帳戶",
|
||||
"contact": "聯繫人 (主要)",
|
||||
"Contacts": "聯絡人",
|
||||
"meetings": "會議",
|
||||
"calls": "通話",
|
||||
"tasks": "任務",
|
||||
"emails": "電子信箱",
|
||||
"articles": "知識庫文章",
|
||||
"lead": "潛在客戶",
|
||||
"attachments": "內文 (純文字)",
|
||||
"inboundEmail": "任務 (己展開)"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "新的",
|
||||
"Assigned": "己指定",
|
||||
"Pending": "排程中",
|
||||
"Closed": "己關閉",
|
||||
"Rejected": "己拒絕",
|
||||
"Duplicate": "重覆"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "低",
|
||||
"Normal": "中",
|
||||
"High": "高",
|
||||
"Urgent": "緊急"
|
||||
},
|
||||
"type": {
|
||||
"Question": "詢問",
|
||||
"Incident": "事件",
|
||||
"Problem": "問題"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Case": "新增案件",
|
||||
"Close": "關閉",
|
||||
"Reject": "拒絕",
|
||||
"Closed": "己關閉",
|
||||
"Rejected": "己拒絕"
|
||||
},
|
||||
"presetFilters": {
|
||||
"open": "己開啟",
|
||||
"closed": "己關閉"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"emailAddress": "電子郵件",
|
||||
"accountRole": "標題",
|
||||
"account": "帳號",
|
||||
"accounts": "帳號",
|
||||
"phoneNumber": "電話",
|
||||
"accountType": "帳號型態",
|
||||
"doNotCall": "不要通話",
|
||||
"address": "地址",
|
||||
"opportunityRole": "商機權限",
|
||||
"description": "描述",
|
||||
"campaign": "活動",
|
||||
"targetLists": "目標清單",
|
||||
"targetList": "目標清單",
|
||||
"portalUser": "導覧使用者",
|
||||
"originalLead": "原始潛在客戶",
|
||||
"acceptanceStatus": "接受狀態",
|
||||
"accountIsInactive": "帳戶無效",
|
||||
"acceptanceStatusMeetings": "接受狀態 (會議)",
|
||||
"acceptanceStatusCalls": "接受狀態 (通話)"
|
||||
},
|
||||
"links": {
|
||||
"opportunities": "商機",
|
||||
"cases": "案件",
|
||||
"targetLists": "目標清單",
|
||||
"campaignLogRecords": "活動日誌",
|
||||
"campaign": "活動",
|
||||
"account": "帳戶 (主要)",
|
||||
"accounts": "帳目",
|
||||
"casesPrimary": "案件 (主要)",
|
||||
"portalUser": "導覧使用者",
|
||||
"originalLead": "原始潛在客戶",
|
||||
"documents": "文件資料",
|
||||
"tasksPrimary": "聯繫"
|
||||
},
|
||||
"labels": {
|
||||
"Create Contact": "建立聯絡人"
|
||||
},
|
||||
"options": {
|
||||
"opportunityRole": {
|
||||
"Decision Maker": "決策者",
|
||||
"Evaluator": "評估者",
|
||||
"Influencer": "影響者"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"portalUsers": "導覧使用者",
|
||||
"notPortalUsers": "不是導覧使用者",
|
||||
"accountActive": "啟用"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"fields": {
|
||||
"futureDays": "看板",
|
||||
"useLastStage": "最後狀態"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create Document": "新增文件",
|
||||
"Details": "細節"
|
||||
},
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"status": "狀態",
|
||||
"file": "檔案",
|
||||
"type": "型別",
|
||||
"publishDate": "發布日期",
|
||||
"expirationDate": "截止日期",
|
||||
"description": "描述",
|
||||
"accounts": "帳戶",
|
||||
"folder": "資料夾"
|
||||
},
|
||||
"links": {
|
||||
"accounts": "帳戶",
|
||||
"opportunities": "商機",
|
||||
"folder": "資料夾",
|
||||
"leads": "潛在客戶",
|
||||
"contacts": "聯絡人"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Active": "啟用",
|
||||
"Draft": "草稿",
|
||||
"Expired": "己過期",
|
||||
"Canceled": "己取消"
|
||||
},
|
||||
"type": {
|
||||
"": "無",
|
||||
"Contract": "聯絡人",
|
||||
"NDA": "保密協議",
|
||||
"EULA": "最終用戶許可協議",
|
||||
"License Agreement": "許可協議"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "啟用",
|
||||
"draft": "草案"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create DocumentFolder": "新增文件資料夾",
|
||||
"Manage Categories": "管理資料夾",
|
||||
"Documents": "文件"
|
||||
},
|
||||
"links": {
|
||||
"documents": "文件"
|
||||
}
|
||||
}
|
||||
10
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Email.json
Normal file
10
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Email.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create Lead": "新增潛在客戶",
|
||||
"Create Contact": "新增聯絡人",
|
||||
"Create Task": "新增任務",
|
||||
"Create Case": "新增案件",
|
||||
"Add to Contact": "添加到聯絡人",
|
||||
"Add to Lead": "添加到潛在客戶"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"status": "狀態",
|
||||
"target": "目標",
|
||||
"sentAt": "傳送日期",
|
||||
"attemptCount": "嘗試",
|
||||
"emailAddress": "電子郵件地址",
|
||||
"massEmail": "大量電子郵件",
|
||||
"isTest": "是否為測試"
|
||||
},
|
||||
"links": {
|
||||
"target": "目標",
|
||||
"massEmail": "大量電子郵件"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "等待中",
|
||||
"Sent": "己傳送",
|
||||
"Failed": "己失敗",
|
||||
"Sending": "正在發送"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"pending": "等待中",
|
||||
"sent": "己傳送",
|
||||
"failed": "己失敗"
|
||||
}
|
||||
}
|
||||
119
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Global.json
Normal file
119
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Global.json
Normal file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"links": {
|
||||
"parent": "上層",
|
||||
"contacts": "聯絡人",
|
||||
"opportunities": "商機",
|
||||
"leads": "潛在客戶",
|
||||
"meetings": "會議",
|
||||
"calls": "通話",
|
||||
"tasks": "任務",
|
||||
"emails": "電子信箱",
|
||||
"accounts": "帳號",
|
||||
"cases": "案件",
|
||||
"documents": "文件",
|
||||
"account": "帳戶",
|
||||
"opportunity": "商機",
|
||||
"contact": "聯絡人"
|
||||
},
|
||||
"scopeNames": {
|
||||
"Account": "帳戶",
|
||||
"Contact": "聯絡人",
|
||||
"Lead": "潛在客戶",
|
||||
"Target": "目標",
|
||||
"Opportunity": "商機",
|
||||
"Meeting": "會議",
|
||||
"Calendar": "日曆",
|
||||
"Call": "通話",
|
||||
"Task": "任務",
|
||||
"Case": "案件",
|
||||
"Document": "文件",
|
||||
"DocumentFolder": "文件資料夾",
|
||||
"Campaign": "活動",
|
||||
"TargetList": "目標列表",
|
||||
"MassEmail": "大量電子郵件",
|
||||
"EmailQueueItem": "電子郵件隊列項目",
|
||||
"CampaignTrackingUrl": "追蹤網址",
|
||||
"Activities": "活動",
|
||||
"KnowledgeBaseArticle": "知識庫文章",
|
||||
"KnowledgeBaseCategory": "知識庫類別",
|
||||
"CampaignLogRecord": "活動日誌記錄"
|
||||
},
|
||||
"scopeNamesPlural": {
|
||||
"Account": "帳戶",
|
||||
"Contact": "聯絡人",
|
||||
"Lead": "潛在客戶",
|
||||
"Target": "目標",
|
||||
"Opportunity": "商機",
|
||||
"Meeting": "會議",
|
||||
"Calendar": "日曆",
|
||||
"Call": "通話",
|
||||
"Task": "任務",
|
||||
"Case": "案件",
|
||||
"Document": "文件資料",
|
||||
"DocumentFolder": "文件資料夾",
|
||||
"Campaign": "活動",
|
||||
"TargetList": "目標清單",
|
||||
"MassEmail": "大量電子郵件",
|
||||
"EmailQueueItem": "電子郵件隊列項目",
|
||||
"CampaignTrackingUrl": "追蹤網址",
|
||||
"Activities": "活動項目",
|
||||
"KnowledgeBaseArticle": "知識庫",
|
||||
"KnowledgeBaseCategory": "知識庫目錄",
|
||||
"CampaignLogRecord": "活動日誌記錄"
|
||||
},
|
||||
"dashlets": {
|
||||
"Leads": "我的潛在客戶",
|
||||
"Opportunities": "我的商機",
|
||||
"Tasks": "我的任務",
|
||||
"Cases": "我的案件",
|
||||
"Calendar": "日曆",
|
||||
"Calls": "我的通話",
|
||||
"Meetings": "我的會議",
|
||||
"OpportunitiesByStage": "依狀態排列的商機",
|
||||
"OpportunitiesByLeadSource": "依潛在客戶來源排列的商機",
|
||||
"SalesByMonth": "月業績",
|
||||
"SalesPipeline": "銷售流程",
|
||||
"Activities": "我的活動"
|
||||
},
|
||||
"labels": {
|
||||
"Create InboundEmail": "新增內送電子郵件",
|
||||
"Activities": "活動",
|
||||
"History": "歷史",
|
||||
"Attendees": "參會者",
|
||||
"Schedule Meeting": "排程會議",
|
||||
"Schedule Call": "排程通話",
|
||||
"Compose Email": "編寫郵件",
|
||||
"Log Meeting": "記錄會議",
|
||||
"Log Call": "記錄通話",
|
||||
"Archive Email": "封存信箱",
|
||||
"Create Task": "新增任務",
|
||||
"Tasks": "任務",
|
||||
"Scheduler": "排程器"
|
||||
},
|
||||
"fields": {
|
||||
"billingAddressCity": "城市",
|
||||
"addressCity": "城市",
|
||||
"billingAddressCountry": "國家",
|
||||
"addressCountry": "國家",
|
||||
"billingAddressPostalCode": "郵遞區號",
|
||||
"addressPostalCode": "郵遞區號",
|
||||
"billingAddressState": "州",
|
||||
"addressState": "州",
|
||||
"billingAddressStreet": "街",
|
||||
"addressStreet": "街",
|
||||
"billingAddressMap": "地圖",
|
||||
"addressMap": "地圖",
|
||||
"shippingAddressCity": "城市 (寄送地址)",
|
||||
"shippingAddressStreet": "街 (寄送地址)",
|
||||
"shippingAddressCountry": "國家 (寄送地址)",
|
||||
"shippingAddressState": "洲 (寄送地址)",
|
||||
"shippingAddressPostalCode": "郵遞區號 (寄送地址)",
|
||||
"shippingAddressMap": "地圖 (寄送地址)"
|
||||
},
|
||||
"options": {
|
||||
"reminderTypes": {
|
||||
"Popup": "彈出",
|
||||
"Email": "電子郵件"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create KnowledgeBaseArticle": "建立文章",
|
||||
"Any": "任何",
|
||||
"Send in Email": "發送電子郵件",
|
||||
"Move Up": "上升",
|
||||
"Move Down": "下移",
|
||||
"Move to Top": "移至頂部",
|
||||
"Move to Bottom": "移至底部"
|
||||
},
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"status": "狀態",
|
||||
"type": "類型",
|
||||
"attachments": "附件",
|
||||
"publishDate": "發布日期",
|
||||
"expirationDate": "截止日期",
|
||||
"description": "描述",
|
||||
"body": "內文",
|
||||
"categories": "分類目錄",
|
||||
"language": "語言",
|
||||
"portals": "導覧"
|
||||
},
|
||||
"links": {
|
||||
"cases": "案件",
|
||||
"opportunities": "商機",
|
||||
"categories": "分類目錄",
|
||||
"portals": "導覧"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"In Review": "評論中",
|
||||
"Draft": "草案",
|
||||
"Archived": "已封存",
|
||||
"Published": "已發表"
|
||||
},
|
||||
"type": {
|
||||
"Article": "文章"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"published": "已發表"
|
||||
},
|
||||
"tooltips": {
|
||||
"portals": "文章僅在指定的導覧中可用。"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"labels": {
|
||||
"Create KnowledgeBaseCategory": "新增類別",
|
||||
"Manage Categories": "管理類別",
|
||||
"Articles": "文章"
|
||||
},
|
||||
"links": {
|
||||
"articles": "文章"
|
||||
}
|
||||
}
|
||||
70
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Lead.json
Normal file
70
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Lead.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"labels": {
|
||||
"Converted To": "轉換成",
|
||||
"Create Lead": "建立潛在客戶",
|
||||
"Convert": "轉換",
|
||||
"convert": "轉換"
|
||||
},
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"emailAddress": "電子郵件",
|
||||
"title": "標題",
|
||||
"website": "網站",
|
||||
"phoneNumber": "電話",
|
||||
"accountName": "用戶名",
|
||||
"doNotCall": "不要通話",
|
||||
"address": "地址",
|
||||
"status": "狀態",
|
||||
"source": "資源",
|
||||
"opportunityAmount": "商機金額",
|
||||
"opportunityAmountConverted": "商機金額 (已轉換)",
|
||||
"description": "描述",
|
||||
"createdAccount": "帳戶",
|
||||
"createdContact": "聯絡人",
|
||||
"createdOpportunity": "商機",
|
||||
"campaign": "活動",
|
||||
"targetLists": "目標清單",
|
||||
"targetList": "目標清單",
|
||||
"industry": "工業",
|
||||
"acceptanceStatus": "接受狀態",
|
||||
"opportunityAmountCurrency": "商機金額貨幣",
|
||||
"acceptanceStatusMeetings": "接受狀態 (會議)",
|
||||
"acceptanceStatusCalls": "接受狀態 (通話)",
|
||||
"convertedAt": "您的使用者帳戶執行的操作不會顯示出來。"
|
||||
},
|
||||
"links": {
|
||||
"targetLists": "目標清單",
|
||||
"campaignLogRecords": "活動日誌",
|
||||
"campaign": "活動",
|
||||
"createdAccount": "帳戶",
|
||||
"createdContact": "聯絡人",
|
||||
"createdOpportunity": "商機",
|
||||
"cases": "案件",
|
||||
"documents": "文件"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "新建",
|
||||
"Assigned": "已指定",
|
||||
"In Process": "進行中",
|
||||
"Converted": "已轉換",
|
||||
"Recycled": "已回收",
|
||||
"Dead": "無結果"
|
||||
},
|
||||
"source": {
|
||||
"Call": "通話",
|
||||
"Email": "電子郵件",
|
||||
"Existing Customer": "現有客戶",
|
||||
"Partner": "夥伴",
|
||||
"Public Relations": "公共關係",
|
||||
"Web Site": "網站",
|
||||
"Campaign": "活動",
|
||||
"Other": "其他"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "啟用",
|
||||
"actual": "實際",
|
||||
"converted": "已轉換"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"status": "狀態",
|
||||
"storeSentEmails": "儲存已發送的電子郵件",
|
||||
"startAt": "開始日期",
|
||||
"fromAddress": "從地址",
|
||||
"fromName": "從名字",
|
||||
"replyToAddress": "回覆地址",
|
||||
"replyToName": "回復名稱",
|
||||
"campaign": "活動",
|
||||
"emailTemplate": "電子郵件範本",
|
||||
"inboundEmail": "電子信箱帳號",
|
||||
"targetLists": "目標清單",
|
||||
"excludingTargetLists": "排除目標清單",
|
||||
"optOutEntirely": "完全退出",
|
||||
"smtpAccount": "系統SMTP"
|
||||
},
|
||||
"links": {
|
||||
"targetLists": "目標清單",
|
||||
"excludingTargetLists": "排除目標清單",
|
||||
"queueItems": "排隊項目",
|
||||
"campaign": "活動",
|
||||
"emailTemplate": "電子郵件範本",
|
||||
"inboundEmail": "電子信箱帳號"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Draft": "草稿",
|
||||
"Pending": "等待中",
|
||||
"In Process": "進行中",
|
||||
"Complete": "完成",
|
||||
"Canceled": "取消",
|
||||
"Failed": "失敗"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create MassEmail": "新增群組電子郵件",
|
||||
"Send Test": "發送測試",
|
||||
"System SMTP": "系統",
|
||||
"system": "群組",
|
||||
"group": "電子郵件將儲存在CRM中。"
|
||||
},
|
||||
"messages": {
|
||||
"selectAtLeastOneTarget": "選擇至少一個目標。",
|
||||
"testSent": "應該發送的測試電子郵件"
|
||||
},
|
||||
"tooltips": {
|
||||
"optOutEntirely": "取消訂閱的收件人的電子郵件地址將被標記為退出,並且他們將不再收到任何大量電子郵件。",
|
||||
"targetLists": "應該接收消息的目標。",
|
||||
"excludingTargetLists": "不應接收消息的目標。",
|
||||
"storeSentEmails": "欄位"
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "實際",
|
||||
"complete": "完成"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"parent": "上層",
|
||||
"status": "狀態",
|
||||
"dateStart": "開始日期",
|
||||
"dateEnd": "結束日期",
|
||||
"duration": "持續時間",
|
||||
"description": "描述",
|
||||
"users": "使用者",
|
||||
"contacts": "聯絡人",
|
||||
"leads": "潛在客戶",
|
||||
"reminders": "提醒",
|
||||
"account": "帳戶",
|
||||
"acceptanceStatus": "接受狀態",
|
||||
"dateStartDate": "結束日期 (全天)",
|
||||
"dateEndDate": "是否全天",
|
||||
"isAllDay": "一整天",
|
||||
"Acceptance": "頁面寬度 (毫米)"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Planned": "計劃",
|
||||
"Held": "保留",
|
||||
"Not Held": "未保留"
|
||||
},
|
||||
"acceptanceStatus": {
|
||||
"None": "無",
|
||||
"Accepted": "己接受",
|
||||
"Declined": "己拒絕",
|
||||
"Tentative": "暫定"
|
||||
}
|
||||
},
|
||||
"massActions": {
|
||||
"setHeld": "設定保留",
|
||||
"setNotHeld": "設定未保留"
|
||||
},
|
||||
"labels": {
|
||||
"Create Meeting": "建立會議",
|
||||
"Set Held": "設定保留",
|
||||
"Set Not Held": "設定未保留",
|
||||
"Send Invitations": "發送邀請",
|
||||
"on time": "準時",
|
||||
"before": "之前",
|
||||
"All-Day": "最大項目數"
|
||||
},
|
||||
"presetFilters": {
|
||||
"planned": "計劃的",
|
||||
"held": "保留",
|
||||
"todays": "今天的"
|
||||
},
|
||||
"messages": {
|
||||
"nothingHasBeenSent": "沒有發送任何東西",
|
||||
"selectAcceptanceStatus": "目前系統處於維護模式。只有管理員使用者有權存取。\n\n可以在管理→設置中停用維護模式。"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"account": "帳號",
|
||||
"stage": "階段",
|
||||
"amount": "量",
|
||||
"probability": "機率,%",
|
||||
"leadSource": "潛在客戶來源",
|
||||
"doNotCall": "不要通話",
|
||||
"closeDate": "截止日期",
|
||||
"contacts": "聯絡人",
|
||||
"description": "描述",
|
||||
"amountConverted": "金額 (換算)",
|
||||
"amountWeightedConverted": "加權金額",
|
||||
"campaign": "活動",
|
||||
"originalLead": "原始潛在客戶",
|
||||
"amountCurrency": "金額貨幣",
|
||||
"contactRole": "聯繫人權限",
|
||||
"lastStage": "全文搜索"
|
||||
},
|
||||
"links": {
|
||||
"contacts": "聯絡人",
|
||||
"documents": "文件",
|
||||
"campaign": "活動",
|
||||
"originalLead": "原始潛在客戶"
|
||||
},
|
||||
"options": {
|
||||
"stage": {
|
||||
"Prospecting": "勘探",
|
||||
"Qualification": "資質",
|
||||
"Needs Analysis": "需求分析",
|
||||
"Value Proposition": "價值主張",
|
||||
"Id. Decision Makers": "決定者ID",
|
||||
"Perception Analysis": "知覺分析",
|
||||
"Proposal/Price Quote": "提案/報價",
|
||||
"Negotiation/Review": "談判/審查",
|
||||
"Closed Won": "關閉贏得",
|
||||
"Closed Lost": "關閉失去",
|
||||
"Proposal": "談判",
|
||||
"Negotiation": "日"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Opportunity": "建立商機"
|
||||
},
|
||||
"presetFilters": {
|
||||
"open": "開啟中",
|
||||
"won": "贏得",
|
||||
"lost": "失去"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"links": {
|
||||
"articles": "知識庫文章"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"options": {
|
||||
"job": {
|
||||
"ProcessMassEmail": "發送大量電子郵件",
|
||||
"ControlKnowledgeBaseArticleStatus": "控制知識庫文章狀態"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"description": "描述",
|
||||
"entryCount": "進入收量",
|
||||
"campaigns": "活動",
|
||||
"endDate": "結束日期",
|
||||
"targetLists": "目標清單",
|
||||
"includingActionList": "包含",
|
||||
"excludingActionList": "排除",
|
||||
"optedOutCount": "目標狀態",
|
||||
"targetStatus": "是否排除",
|
||||
"isOptedOut": "排除"
|
||||
},
|
||||
"links": {
|
||||
"accounts": "帳戶",
|
||||
"contacts": "聯絡人",
|
||||
"leads": "潛在客戶",
|
||||
"campaigns": "活動",
|
||||
"massEmails": "大量電子郵件"
|
||||
},
|
||||
"options": {
|
||||
"type": {
|
||||
"Email": "電子郵件",
|
||||
"Web": "網頁",
|
||||
"Television": "電視",
|
||||
"Radio": "廣播",
|
||||
"Newsletter": "報章"
|
||||
},
|
||||
"targetStatus": {
|
||||
"Opted Out": "己列表",
|
||||
"Listed": "子清單"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create TargetList": "新增目標清單",
|
||||
"Opted Out": "退出",
|
||||
"Cancel Opt-Out": "取消退出",
|
||||
"Opt-Out": "退出"
|
||||
}
|
||||
}
|
||||
51
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Task.json
Normal file
51
application/Espo/Modules/Crm/Resources/i18n/zh_TW/Task.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "名稱",
|
||||
"parent": "上層",
|
||||
"status": "狀態",
|
||||
"dateStart": "開始日期",
|
||||
"dateEnd": "截止日期",
|
||||
"dateStartDate": "開始日期 (全天)",
|
||||
"dateEndDate": "結束日期 (全天)",
|
||||
"priority": "優先",
|
||||
"description": "描述",
|
||||
"isOverdue": "是否過期",
|
||||
"account": "帳戶",
|
||||
"dateCompleted": "完成日期",
|
||||
"attachments": "附件",
|
||||
"reminders": "提醒事項",
|
||||
"contact": "帳戶"
|
||||
},
|
||||
"links": {
|
||||
"attachments": "附件",
|
||||
"account": "聯繫",
|
||||
"contact": "從電子郵件地址"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Not Started": "尚未開始",
|
||||
"Started": "已開始",
|
||||
"Completed": "已完成",
|
||||
"Canceled": "取消",
|
||||
"Deferred": "遞延"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "低",
|
||||
"Normal": "中",
|
||||
"High": "高",
|
||||
"Urgent": "緊急"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Task": "新增任務",
|
||||
"Complete": "完成",
|
||||
"overdue": "逾期"
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "實際",
|
||||
"completed": "已完成",
|
||||
"todays": "今天的",
|
||||
"overdue": "逾期",
|
||||
"deferred": "遞延"
|
||||
}
|
||||
}
|
||||
10
application/Espo/Modules/Crm/Resources/i18n/zh_TW/User.json
Normal file
10
application/Espo/Modules/Crm/Resources/i18n/zh_TW/User.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"links": {
|
||||
"targetLists": "目標清單"
|
||||
},
|
||||
"fields": {
|
||||
"acceptanceStatus": "接受狀態",
|
||||
"acceptanceStatusMeetings": "接受狀態 (會議)",
|
||||
"acceptanceStatusCalls": "接受狀態 (通話)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user