1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00
2013-07-03 00:56:49 +02:00

110 lines
3.7 KiB
PHP

<?php $TRANSLATIONS = array(
"Error reading contact photo." => "讀取聯絡人相片時發生錯誤.",
"No photo path was submitted." => "沒有提供相片路徑.",
"File doesn't exist:" => "檔案不存在",
"Error loading image." => "載入影像時發生錯誤.",
"No file was uploaded. Unknown error" => "沒有檔案被上傳。未知的錯誤。",
"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" => "只有檔案的一部分被上傳",
"No file was uploaded" => "沒有檔案被上傳",
"Missing a temporary folder" => "找不到暫存資料夾",
"Failed to write to disk" => "寫入硬碟失敗",
"Not enough storage available" => "儲存空間不足",
"Couldn't save temporary image: " => "無法儲存暫存影像",
"Contacts" => "通訊錄",
"Save" => "儲存",
"Uploading..." => "上傳中...",
"Select photo" => "選擇相片",
"Cancel" => "取消",
"Add group" => "新增群組",
"OK" => "",
"Is this correct?" => "是否正確?",
"Add" => "增加",
"Error" => "錯誤",
"Download" => "下載",
"Edit" => "編輯",
"Delete" => "刪除",
"More..." => "更多...",
"Less..." => "較少...",
"Unknown IM: " => "未知的 IM:",
"Information about vCard is incorrect. Please reload the page." => "有關 vCard 的資訊不正確,請重新載入此頁。",
"{name}'s Birthday" => "{name}的生日",
"Contact" => "通訊錄",
"Other" => "其他",
"HomePage" => "首頁",
"Jabber" => "Jabber",
"AIM" => "AIM",
"MSN" => "MSN",
"Twitter" => "Twitter",
"GoogleTalk" => "GoogleTalk",
"Facebook" => "Facebook",
"XMPP" => "XMPP",
"ICQ" => "ICQ",
"Yahoo" => "Yahoo",
"Skype" => "Skype",
"QQ" => "QQ",
"GaduGadu" => "GaduGadu",
"Work" => "工作",
"Home" => "住宅",
"Mobile" => "行動電話",
"Text" => "文字",
"Voice" => "語音",
"Message" => "訊息",
"Fax" => "傳真",
"Video" => "影片",
"Pager" => "呼叫器",
"Internet" => "網際網路",
"Friends" => "朋友",
"Family" => "親人",
"New Contact" => "新聯絡人",
"New Group" => "新群組",
"Import" => "匯入",
"(De-)select all" => "(反)全選",
"Groups" => "群組",
"Favorite" => "我的最愛",
"Close" => " 關閉",
"Add contact" => "新增聯絡人",
"Delete group" => "刪除群組",
"Edit current photo" => "編輯目前相片",
"Upload new photo" => "上傳新照片",
"Select photo from ownCloud" => "從 ownCloud 中挑選相片",
"First name" => "名子",
"Additional names" => "額外名",
"Last name" => "姓氏",
"Nickname" => "綽號",
"Enter nickname" => "輸入綽號",
"Title" => "標題",
"Organization" => "組織",
"Birthday" => "生日",
"Phone" => "電話",
"Email" => "信箱",
"Address" => "網址",
"Note" => "註解",
"Delete contact" => "刪除通訊錄",
"Preferred" => "首選",
"Please specify a valid email address." => "註填入合法的電子郵件住址",
"Mail to address" => "寄送住址",
"Delete email address" => "刪除電子郵件住址",
"Enter phone number" => "輸入電話號碼",
"Delete phone number" => "刪除電話號碼",
"Delete URL" => "刪除 URL",
"12345" => "12345",
"Postal code" => "郵遞區號",
"Your city" => "城市",
"City" => "城市",
"Your country" => "國家",
"Country" => "國家",
"Delete IM" => "刪除 IM",
"Share" => "分享",
"Export" => "匯出",
"more info" => "更多資訊",
"Primary address (Kontact et al)" => "主要地址",
"iOS/OS X" => "iOS/OS X",
"Addressbooks" => "電話簿",
"New Address Book" => "新電話簿",
"Name" => "名稱",
"Description" => "描述"
);