nextcloud/apps/contacts/l10n/zh_TW.php

59 lines
2.1 KiB
PHP

<?php $TRANSLATIONS = array(
"Error (de)activating addressbook." => "在啟用或關閉電話簿時發生錯誤",
"There was an error adding the contact." => "添加通訊錄發生錯誤",
"Cannot add empty property." => "不可添加空白內容",
"At least one of the address fields has to be filled out." => "至少必須填寫一欄地址",
"Error adding contact property." => "添加通訊錄內容中發生錯誤",
"Error adding addressbook." => "添加電話簿中發生錯誤",
"Error activating addressbook." => "啟用電話簿中發生錯誤",
"Information about vCard is incorrect. Please reload the page." => "有關 vCard 的資訊不正確,請重新載入此頁。",
"Error deleting contact property." => "刪除通訊錄內容中發生錯誤",
"Error updating contact property." => "更新通訊錄內容中發生錯誤",
"Error updating addressbook." => "電話簿更新中發生錯誤",
"Contacts" => "通訊錄",
"This is not your addressbook." => "這不是你的電話簿",
"Contact could not be found." => "通訊錄未發現",
"Address" => "地址",
"Telephone" => "電話",
"Email" => "電子郵件",
"Organization" => "組織",
"Work" => "公司",
"Home" => "住宅",
"Mobile" => "行動電話",
"Text" => "文字",
"Voice" => "語音",
"Fax" => "傳真",
"Video" => "影片",
"Pager" => "呼叫器",
"Contact" => "通訊錄",
"Add Contact" => "添加通訊錄",
"Addressbooks" => "電話簿",
"New Address Book" => "新電話簿",
"CardDav Link" => "CardDav 聯結",
"Download" => "下載",
"Edit" => "編輯",
"Delete" => "刪除",
"Download contact" => "下載通訊錄",
"Delete contact" => "刪除通訊錄",
"Birthday" => "生日",
"Preferred" => "首選",
"Phone" => "電話",
"Type" => "類型",
"PO Box" => "通訊地址",
"Extended" => "分機",
"Street" => "街道",
"City" => "城市",
"Region" => "地區",
"Zipcode" => "郵遞區號",
"Country" => "國家",
"Add" => "添加",
"Addressbook" => "電話簿",
"New Addressbook" => "新電話簿",
"Edit Addressbook" => "編輯電話簿",
"Displayname" => "顯示名稱",
"Active" => "作用中",
"Save" => "儲存",
"Submit" => "提出",
"Cancel" => "取消"
);