1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/zh_TW.php

156 lines
5.6 KiB
PHP
Raw Normal View History

2012-05-09 12:41:01 +02:00
<?php $TRANSLATIONS = array(
"Error (de)activating addressbook." => "在啟用或關閉電話簿時發生錯誤",
2012-11-29 00:03:57 +01:00
"id is not set." => "ID 尚未設定.",
"Cannot update addressbook with an empty name." => "無法使用空白姓名來更新聯絡簿",
"No category name given." => "沒有指定分類名稱.",
2012-05-13 19:59:44 +02:00
"No ID provided" => "未提供 ID",
2012-11-29 00:03:57 +01:00
"Error setting checksum." => "設定檢查碼時發生錯誤.",
2012-09-02 02:09:59 +02:00
"No categories selected for deletion." => "未選取刪除的類別",
2012-11-29 00:03:57 +01:00
"No address books found." => "沒有相關的位址簿.",
2012-06-06 00:29:28 +02:00
"No contacts found." => "沒有找到聯絡人",
2012-11-29 00:03:57 +01:00
"element name is not set." => "姓名項目沒有設定.",
"checksum is not set." => "檢查碼尚未設定.",
2012-05-09 12:41:01 +02:00
"Information about vCard is incorrect. Please reload the page." => "有關 vCard 的資訊不正確,請重新載入此頁。",
2012-09-02 02:09:59 +02:00
"Information about vCard is incorrect. Please reload the page: " => "vCard資訊不正確. 請重新整理頁面:",
2012-11-29 00:03:57 +01:00
"Missing IM parameter." => "遺失 IM 參數.",
"Unknown IM: " => "未知的 IM:",
"No contact ID was submitted." => "沒有提供聯絡人 ID.",
"Error reading contact photo." => "讀取聯絡人相片時發生錯誤.",
"Contact ID is missing." => "遺失聯絡人 ID.",
"No photo path was submitted." => "沒有提供相片路徑.",
2012-09-02 02:09:59 +02:00
"File doesn't exist:" => "檔案不存在",
2012-11-29 00:03:57 +01:00
"Error loading image." => "載入影像時發生錯誤.",
2012-11-16 00:04:07 +01:00
"There is no error, the file uploaded with success" => "無錯誤,檔案上傳成功",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "上傳的檔案超過了 php.ini 中的 upload_max_filesize 設定",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上傳黨案的超過 HTML 表單中指定 MAX_FILE_SIZE 限制",
"The uploaded file was only partially uploaded" => "只有部分檔案被上傳",
2012-06-06 00:29:28 +02:00
"No file was uploaded" => "沒有已上傳的檔案",
2012-11-16 00:04:07 +01:00
"Missing a temporary folder" => "遺失暫存資料夾",
2012-11-29 00:03:57 +01:00
"No file was uploaded. Unknown error" => "沒有檔案被上傳. 未知的錯誤.",
2012-05-09 12:41:01 +02:00
"Contacts" => "通訊錄",
2012-11-29 00:03:57 +01:00
"Select photo" => "選擇相片",
2012-12-08 00:08:12 +01:00
"Error" => "錯誤",
2012-11-29 00:03:57 +01:00
"Add group" => "新增群組",
"Enter name" => "輸入姓名",
"Enter description" => "輸入描述",
"Is this correct?" => "是否正確?",
2012-09-26 13:27:02 +02:00
"Download" => "下載",
"Edit" => "編輯",
"Delete" => "刪除",
"Cancel" => "取消",
2012-11-29 00:03:57 +01:00
"More..." => "更多...",
"Less..." => "較少...",
"Jabber" => "Jabber",
"AIM" => "AIM",
"MSN" => "MSN",
"Twitter" => "Twitter",
"GoogleTalk" => "GoogleTalk",
"Facebook" => "Facebook",
"XMPP" => "XMPP",
"ICQ" => "ICQ",
"Yahoo" => "Yahoo",
"Skype" => "Skype",
"QQ" => "QQ",
"GaduGadu" => "GaduGadu",
2012-05-09 12:41:01 +02:00
"Work" => "公司",
"Home" => "住宅",
2012-11-16 00:04:07 +01:00
"Other" => "其他",
2012-05-09 12:41:01 +02:00
"Mobile" => "行動電話",
"Text" => "文字",
"Voice" => "語音",
2012-05-13 19:59:44 +02:00
"Message" => "訊息",
2012-05-09 12:41:01 +02:00
"Fax" => "傳真",
"Video" => "影片",
"Pager" => "呼叫器",
2012-05-13 19:59:44 +02:00
"Internet" => "網際網路",
2012-11-29 00:03:57 +01:00
"Friends" => "朋友",
"Family" => "親人",
2012-06-06 00:29:28 +02:00
"{name}'s Birthday" => "{name}的生日",
2012-05-09 12:41:01 +02:00
"Contact" => "通訊錄",
2012-11-29 00:03:57 +01:00
"Contact not found." => "找不到連絡人.",
"HomePage" => "首頁",
"New Group" => "新群組",
2012-11-16 00:04:07 +01:00
"Settings" => "設定",
2012-11-25 00:02:56 +01:00
"Import" => "匯入",
2012-11-29 00:03:57 +01:00
"(De-)select all" => "(反)全選",
"New Contact" => "新聯絡人",
2012-11-26 00:03:41 +01:00
"Back" => "返回",
2012-11-25 00:02:56 +01:00
"Groups" => "群組",
2012-11-29 00:03:57 +01:00
"Favorite" => "我的最愛",
2012-12-08 00:08:12 +01:00
"Delete Contact" => "刪除聯絡人",
2012-11-16 00:04:07 +01:00
"Close" => "關閉",
2012-11-29 00:03:57 +01:00
"Add contact" => "新增聯絡人",
"Delete group" => "刪除群組",
"Edit current photo" => "編輯目前相片",
2012-09-02 02:09:59 +02:00
"Upload new photo" => "上傳新照片",
2012-11-29 00:03:57 +01:00
"Select photo from ownCloud" => "從 ownCloud 中挑選相片",
"First name" => "名子",
2012-11-25 00:02:56 +01:00
"Additional names" => "額外名",
2012-11-29 00:03:57 +01:00
"Last name" => "姓氏",
2012-05-13 19:59:44 +02:00
"Nickname" => "綽號",
2012-11-26 00:03:41 +01:00
"Title" => "標題",
2012-11-25 00:02:56 +01:00
"Organization" => "組織",
2012-11-15 00:03:39 +01:00
"Birthday" => "生日",
2012-11-26 00:03:41 +01:00
"Add" => "新增",
2012-11-25 00:02:56 +01:00
"Phone" => "電話",
"Email" => "電子郵件",
"Address" => "地址",
"Note" => "註解",
2012-05-09 12:41:01 +02:00
"Preferred" => "首選",
2012-06-06 00:29:28 +02:00
"Please specify a valid email address." => "註填入合法的電子郵件住址",
"Mail to address" => "寄送住址",
"Delete email address" => "刪除電子郵件住址",
"Enter phone number" => "輸入電話號碼",
"Delete phone number" => "刪除電話號碼",
2012-11-29 00:03:57 +01:00
"Delete URL" => "刪除 URL",
"12345" => "12345",
"Your city" => "城市",
"Your country" => "國家",
"Delete IM" => "刪除 IM",
2012-12-08 00:08:12 +01:00
"Share" => "分享",
"Export" => "匯出",
2012-11-25 00:02:56 +01:00
"Add Contact" => "添加通訊錄",
2012-11-29 00:03:57 +01:00
"Drop photo to upload" => "使用拖曳來上傳相片",
2012-11-25 00:02:56 +01:00
"Edit name details" => "編輯姓名詳細資訊",
"Enter nickname" => "輸入綽號",
"dd-mm-yyyy" => "dd-mm-yyyy",
"Separate groups with commas" => "用逗號分隔群組",
"Edit groups" => "編輯群組",
"Enter email address" => "輸入電子郵件地址",
2012-06-06 00:29:28 +02:00
"Edit address details" => "電子郵件住址詳細資訊",
"Add notes here." => "在這裡新增註解",
"Add field" => "新增欄位",
2012-07-31 22:57:24 +02:00
"Download contact" => "下載通訊錄",
"Delete contact" => "刪除通訊錄",
2012-09-02 02:09:59 +02:00
"Edit address" => "編輯地址",
2012-05-09 12:41:01 +02:00
"Type" => "類型",
"PO Box" => "通訊地址",
"Extended" => "分機",
"City" => "城市",
"Region" => "地區",
"Zipcode" => "郵遞區號",
2012-11-29 00:03:57 +01:00
"Postal code" => "郵遞區號",
2012-05-09 12:41:01 +02:00
"Country" => "國家",
"Addressbook" => "電話簿",
2012-11-29 00:03:57 +01:00
"Miss" => "小姐",
"Ms" => "女士",
2012-06-06 00:29:28 +02:00
"Mr" => "先生",
"Sir" => "先生",
"Mrs" => "小姐",
"Dr" => "博士(醫生)",
"Given name" => "給定名(名)",
"Family name" => "家族名(姓)",
2012-11-29 00:03:57 +01:00
"M.D." => "醫學博士",
"Ph.D." => "博士",
"Import a contacts file" => "匯入聯絡人檔案",
"Importing contacts" => "匯入聯絡人",
2012-11-16 00:04:07 +01:00
"more info" => "更多資訊",
"Primary address (Kontact et al)" => "主要地址",
"iOS/OS X" => "iOS/OS X",
2012-09-07 02:10:31 +02:00
"Addressbooks" => "電話簿",
2012-08-03 02:04:12 +02:00
"New Address Book" => "新電話簿",
2012-11-16 00:04:07 +01:00
"Name" => "名稱",
2012-11-29 00:03:57 +01:00
"Description" => "描述",
2012-09-26 13:27:02 +02:00
"Save" => "儲存"
2012-05-09 12:41:01 +02:00
);