mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
181 lines
8.0 KiB
PHP
181 lines
8.0 KiB
PHP
<?php $TRANSLATIONS = array(
|
||
"Error (de)activating addressbook." => "在啟用或關閉電話簿時發生錯誤",
|
||
"id is not set." => "ID 尚未設定.",
|
||
"Cannot update addressbook with an empty name." => "無法使用空白姓名來更新聯絡簿",
|
||
"No category name given." => "沒有指定分類名稱.",
|
||
"No ID provided" => "未提供 ID",
|
||
"Error setting checksum." => "設定檢查碼時發生錯誤.",
|
||
"No categories selected for deletion." => "未選取刪除的類別",
|
||
"No address books found." => "沒有相關的位址簿.",
|
||
"No contacts found." => "沒有找到聯絡人",
|
||
"element name is not set." => "姓名項目沒有設定.",
|
||
"checksum is not set." => "檢查碼尚未設定.",
|
||
"Information about vCard is incorrect. Please reload the page." => "有關 vCard 的資訊不正確,請重新載入此頁。",
|
||
"Information about vCard is incorrect. Please reload the page: " => "vCard資訊不正確. 請重新整理頁面:",
|
||
"Something went FUBAR. " => "某個地方出現了嚴重錯誤。",
|
||
"Missing IM parameter." => "遺失 IM 參數.",
|
||
"Unknown IM: " => "未知的 IM:",
|
||
"No contact ID was submitted." => "沒有提供聯絡人 ID.",
|
||
"Error reading contact photo." => "讀取聯絡人相片時發生錯誤.",
|
||
"Error saving temporary file." => "儲存到暫存檔時發生錯誤。",
|
||
"The loading photo is not valid." => "載入中的圖片有問題。",
|
||
"Contact ID is missing." => "遺失聯絡人 ID.",
|
||
"No photo path was submitted." => "沒有提供相片路徑.",
|
||
"File doesn't exist:" => "檔案不存在",
|
||
"Error loading image." => "載入影像時發生錯誤.",
|
||
"Error getting contact object." => "讀取聯絡人時發生錯誤",
|
||
"Error getting PHOTO property." => "讀取 PHOTO 屬性時發生錯誤",
|
||
"Error saving contact." => "儲存聯絡人時發生錯誤",
|
||
"Error resizing image" => "縮放圖片發生錯誤",
|
||
"Error cropping image" => "修剪圖片發生錯誤",
|
||
"Error creating temporary image" => "產生暫存圖片發生錯誤",
|
||
"Error finding image: " => "尋找圖片發生錯誤:",
|
||
"Error uploading contacts to storage." => "上傳聯絡人到儲存空間時發生錯誤",
|
||
"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" => "遺失暫存資料夾",
|
||
"Couldn't save temporary image: " => "無法儲存暫存影像",
|
||
"Couldn't load temporary image: " => "無法載入暫存圖片:",
|
||
"No file was uploaded. Unknown error" => "沒有檔案被上傳. 未知的錯誤.",
|
||
"Contacts" => "通訊錄",
|
||
"Select photo" => "選擇相片",
|
||
"Error" => "錯誤",
|
||
"Unable to upload your file as it is a directory or has 0 bytes" => "無法上傳您的檔案因為它可能是一個目錄或檔案大小為0",
|
||
"Upload Error" => "上傳發生錯誤",
|
||
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "您想要上傳的檔案大小超過伺服器限制。",
|
||
"Upload too large" => "上傳過大",
|
||
"Pending" => "等候中",
|
||
"Add group" => "新增群組",
|
||
"No files selected for upload." => "沒有選定上傳的檔案。",
|
||
"Error loading profile picture." => "載入大頭照發生錯誤",
|
||
"Enter name" => "輸入姓名",
|
||
"Enter description" => "輸入描述",
|
||
"Is this correct?" => "是否正確?",
|
||
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "有一些聯絡人被標記為將刪除但是尚未刪除,稍等一下就會刪除了。",
|
||
"Result: " => "結果:",
|
||
" imported, " => "已匯入,",
|
||
" failed." => "失敗。",
|
||
"Displayname cannot be empty." => "顯示名稱不能留空。",
|
||
"Show CardDav link" => "顯示 CardDAV 連結",
|
||
"Show read-only VCF link" => "顯示 VCF 唯讀連結",
|
||
"Download" => "下載",
|
||
"Edit" => "編輯",
|
||
"Delete" => "刪除",
|
||
"Cancel" => "取消",
|
||
"More..." => "更多...",
|
||
"Less..." => "較少...",
|
||
"You do not have the permissions to delete this addressbook." => "您沒有刪除這本聯絡簿的權限。",
|
||
"There was an error deleting this addressbook." => "刪除這本聯絡簿時發生錯誤。",
|
||
"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" => "住宅",
|
||
"Other" => "其他",
|
||
"Mobile" => "行動電話",
|
||
"Text" => "文字",
|
||
"Voice" => "語音",
|
||
"Message" => "訊息",
|
||
"Fax" => "傳真",
|
||
"Video" => "影片",
|
||
"Pager" => "呼叫器",
|
||
"Internet" => "網際網路",
|
||
"Friends" => "朋友",
|
||
"Family" => "親人",
|
||
"{name}'s Birthday" => "{name}的生日",
|
||
"Contact" => "通訊錄",
|
||
"Could not find the vCard with ID." => "找不到 ID 的 vCard 。",
|
||
"You do not have the permissions to edit this contact." => "您沒有編輯這位聯絡人的權限。",
|
||
"Could not find the vCard with ID: " => "找不到 ID 的 vCard :",
|
||
"Could not find the Addressbook with ID: " => "找不到 ID 的聯絡簿",
|
||
"You do not have the permissions to delete this contact." => "您沒有刪除這位聯絡人的權限。",
|
||
"Contact not found." => "找不到連絡人.",
|
||
"HomePage" => "首頁",
|
||
"New Group" => "新群組",
|
||
"Settings" => "設定",
|
||
"Import" => "匯入",
|
||
"OK" => "好",
|
||
"(De-)select all" => "(反)全選",
|
||
"New Contact" => "新聯絡人",
|
||
"Groups" => "群組",
|
||
"Favorite" => "我的最愛",
|
||
"Delete Contact" => "刪除聯絡人",
|
||
"Close" => "關閉",
|
||
"Keyboard shortcuts" => "快速鍵",
|
||
"Navigation" => "導覽",
|
||
"Next contact in list" => "清單中的下一位聯絡人",
|
||
"Previous contact in list" => "清單中的上一位聯絡人",
|
||
"Expand/collapse current addressbook" => "展開/收合目前的聯絡簿",
|
||
"Next addressbook" => "下一本聯絡簿",
|
||
"Previous addressbook" => "上一本聯絡簿",
|
||
"Actions" => "動作",
|
||
"Refresh contacts list" => "重新整理聯絡人清單",
|
||
"Add new contact" => "新增聯絡人",
|
||
"Add new addressbook" => "新增聯絡簿",
|
||
"Delete current contact" => "刪除這個聯絡人",
|
||
"Add contact" => "新增聯絡人",
|
||
"Delete group" => "刪除群組",
|
||
"Delete current photo" => "刪除這張相片",
|
||
"Edit current photo" => "編輯目前相片",
|
||
"Upload new photo" => "上傳新照片",
|
||
"Select photo from ownCloud" => "從 ownCloud 中挑選相片",
|
||
"First name" => "名子",
|
||
"Additional names" => "額外名",
|
||
"Last name" => "姓氏",
|
||
"Nickname" => "綽號",
|
||
"Enter nickname" => "輸入綽號",
|
||
"Title" => "標題",
|
||
"Organization" => "組織",
|
||
"Birthday" => "生日",
|
||
"Add" => "新增",
|
||
"Phone" => "電話",
|
||
"Email" => "電子郵件",
|
||
"Instant Messaging" => "即時通訊",
|
||
"Address" => "地址",
|
||
"Note" => "註解",
|
||
"Web site" => "網站",
|
||
"Delete contact" => "刪除通訊錄",
|
||
"Preferred" => "首選",
|
||
"Please specify a valid email address." => "註填入合法的電子郵件住址",
|
||
"Mail to address" => "寄送住址",
|
||
"Delete email address" => "刪除電子郵件住址",
|
||
"Enter phone number" => "輸入電話號碼",
|
||
"Delete phone number" => "刪除電話號碼",
|
||
"Go to web site" => "打開網站",
|
||
"Delete URL" => "刪除 URL",
|
||
"View on map" => "在地圖上檢視",
|
||
"Street address" => "街道地址",
|
||
"12345" => "12345",
|
||
"Postal code" => "郵遞區號",
|
||
"Your city" => "城市",
|
||
"City" => "城市",
|
||
"Your country" => "國家",
|
||
"Country" => "國家",
|
||
"Instant Messenger" => "即時通訊軟體",
|
||
"Delete IM" => "刪除 IM",
|
||
"Share" => "分享",
|
||
"Export" => "匯出",
|
||
"The temporary image has been removed from cache." => "暫存圖片已經從快取中被移除。",
|
||
"CardDAV syncing addresses" => "CardDAV 同步位址",
|
||
"more info" => "更多資訊",
|
||
"Primary address (Kontact et al)" => "主要地址",
|
||
"iOS/OS X" => "iOS/OS X",
|
||
"Addressbooks" => "電話簿",
|
||
"New Address Book" => "新電話簿",
|
||
"Name" => "名稱",
|
||
"Description" => "描述",
|
||
"Save" => "儲存"
|
||
);
|