mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
248 lines
12 KiB
PHP
248 lines
12 KiB
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"Contacts" => "通訊錄",
|
||
"Add new LDAP Addressbook" => "新增 LDAP 通訊錄",
|
||
"Ok" => "好",
|
||
"Cancel" => "取消",
|
||
"Save" => "儲存",
|
||
"Edit Addressbook" => "編輯電話簿",
|
||
"Import contacts" => "匯入聯絡人",
|
||
"Upload file..." => "上傳檔案...",
|
||
"Starting file import" => "開始檔案匯入",
|
||
"Format selected: {format}" => "選擇格式: {format}",
|
||
"Automatic format detection" => "自動偵測格式",
|
||
"Import into..." => "匯入至…",
|
||
"Processing {count}/{total} cards" => "執行中 {count}/{total} 卡片",
|
||
"Total: {total}, Success: {imported}, Errors: {failed}" => "全部: {total}, 成功: {imported}, 錯誤: {failed}",
|
||
"An address book called {name} already exists" => "通訊錄 {name} 已存在",
|
||
"Failed adding address book: {error}" => "通訊錄匯入失敗:{error}",
|
||
"Failed loading address books: {error}" => "通訊錄載入失敗:{error}",
|
||
"Server error! Please inform system administator" => "伺服器錯誤! 請通知系統管理員",
|
||
"Indexing contacts" => "正在建立聯絡人索引...",
|
||
"Unrecoverable error loading address books: {msg}" => "載入通訊錄時發生無法修正的錯誤:{msg}",
|
||
"Error." => "錯誤。",
|
||
"Add to..." => "加入至…",
|
||
"Remove from..." => "從…移除",
|
||
"Add group..." => "新增群組",
|
||
"Invalid URL: \"{url}\"" => "無效的 URL :\"{url}\"",
|
||
"Invalid email: \"{url}\"" => "無效的電子郵件:\"{url}\"",
|
||
"Merge failed. Cannot find contact: {id}" => "合併失敗,沒有找到聯絡人:{id}",
|
||
"Merge failed." => "合併失敗。",
|
||
"Merge failed. Error saving contact." => "合併失敗,儲存聯絡人時發生錯誤。",
|
||
"Select photo" => "選擇相片",
|
||
"Network or server error. Please inform administrator." => "網路或伺服器錯誤,請通知系統管理員。",
|
||
"Only images can be used as contact photos" => "連絡人照片只可以用圖片檔",
|
||
"The size of \"{filename}\" exceeds the maximum allowed {size}" => "這個檔案 \"{filename}\" 大小已經超過最大允許的 {size} 大小",
|
||
"Error adding to group." => "新增到群組時出錯。",
|
||
"Error removing from group." => "從群組中移除出錯。",
|
||
"You have selected over 300 contacts.\nThis will most likely fail! Click here to try anyway." => "你已經選取了超過300個聯絡人。\n可能會導致失敗!點擊這兒繼續嘗試。",
|
||
"Error setting {name} as favorite." => "設定 {name} 為最愛時發生錯誤。",
|
||
"Merge contacts" => "合併聯絡人",
|
||
"Add group" => "新增群組",
|
||
"OK" => "好",
|
||
"Could not find contact: {id}" => "找不到聯絡人:{id}",
|
||
"Edit profile picture" => "編輯大頭貼照",
|
||
"Crop photo" => "裁切相片",
|
||
"Error parsing date: {date}" => "錯誤的解析日期:{date}",
|
||
"# groups" => "# groups",
|
||
"Error parsing birthday {bday}" => "解析生日 {bday} 時發生錯誤",
|
||
"The backend does not support multi-byte characters." => "後台不支援多位元字元。",
|
||
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "有一些聯絡人被標記為將刪除但是尚未刪除,稍等一下就會刪除了。",
|
||
"Click to undo deletion of {num} contacts" => "點一下來復原刪除 {num} 個聯絡人",
|
||
"Cancelled deletion of {num} contacts" => "取消 {num} 個聯絡人的刪除動作",
|
||
"Add" => "增加",
|
||
"Contact is already in this group." => "該聯絡人已在此群組中。",
|
||
"Contacts are already in this group." => "聯絡人皆已在此群組中。",
|
||
"Couldn't get contact list." => "無法取得聯絡人清單。",
|
||
"Contact is not in this group." => "聯絡人不在此群組中。",
|
||
"Contacts are not in this group." => "聯絡人皆不在此群組中。",
|
||
"A group named \"{group}\" already exists" => "群組 \"{group}\" 已存在",
|
||
"Failed renaming group: {error}" => "重新命名群組失敗:{error}",
|
||
"Failed adding group: {error}" => "加入群組失敗:{error}",
|
||
"All" => "所有",
|
||
"Favorites" => "最愛",
|
||
"Shared by {owner}" => "由 {owner} 分享",
|
||
"Not grouped" => "不在群組裡",
|
||
"Failed loading groups: {error}" => "載入群組失敗:{error}",
|
||
"Please choose the addressbook" => "請選擇通訊錄",
|
||
"Error loading import template" => "載入匯入樣板時發生錯誤",
|
||
"Import" => "匯入",
|
||
"Importing..." => "匯入中…",
|
||
"Import done" => "匯入完成",
|
||
"Close" => " 關閉",
|
||
"Contact" => "通訊錄",
|
||
"Error, missing parameters: " => "錯誤,遺失參數:",
|
||
"Failed loading photo: {error}" => "圖片載入失敗: {error}",
|
||
"You do not have permissions to see this contact" => "您沒有權限檢視這個聯絡人",
|
||
"Contact not found" => "找不到聯絡人",
|
||
"You do not have permissions to see these contacts" => "您沒有權限檢視這些聯絡人。",
|
||
"You do not have permissions add contacts to the address book" => "您沒有權限新增聯絡人至這本通訊錄。",
|
||
"The backend for this address book does not support adding contacts" => "這本通訊錄的後端不支援新增聯絡人",
|
||
"You do not have permissions to delete this contact" => "您沒有權限刪除這位聯絡人。",
|
||
"The backend for this address book does not support deleting contacts" => "這本通訊錄的後端不支援刪除聯絡人",
|
||
"Unknown error" => "未知的錯誤",
|
||
"Access denied" => "拒絕存取",
|
||
"The backend for this address book does not support updating" => "這本通訊錄的後端不支援編輯聯絡人",
|
||
"You don't have permissions to delete the address book." => "您沒有權限刪除這本通訊錄。",
|
||
"Address book not found" => "找不到通訊錄",
|
||
"You do not have permissions to update this contact" => "您沒有權限編輯這位聯絡人",
|
||
"The backend for this contact does not support updating it" => "這個聯絡人的後端不支援編輯",
|
||
"Property not found" => "找不到這個屬性",
|
||
" Missing IM parameter for: " => "遺失的 IM 參數:",
|
||
"Unknown IM: " => "未知的 IM:",
|
||
"{name}'s Birthday" => "{name}的生日",
|
||
"Error creating address book" => "建立通訊錄出現錯誤",
|
||
"You do not have permissions to delete the \"%s\" address book" => "你沒有刪除\"%s\"通訊錄的權限",
|
||
"Error deleting address book" => "刪除通訊錄出現錯誤",
|
||
"Error creating contact." => "建立聯絡人出現錯誤",
|
||
"Error creating contact" => "創建聯絡人時發生錯誤",
|
||
"Error removing contact from other address book." => "從其他通訊錄移除聯絡人時發生錯誤。",
|
||
"Couldn't find contact." => "找不到聯絡人",
|
||
"Error merging into contact." => "合併聯絡人資料時出現錯誤",
|
||
"Error saving contact to backend." => "儲存聯絡人資料至後端時出現錯誤",
|
||
"Property name is not set." => "尚未設定屬性名稱",
|
||
"Property checksum is not set." => "尚未設定檢查碼",
|
||
"Information about vCard is incorrect. Please reload the page." => "有關 vCard 的資訊不正確,請重新載入此頁。",
|
||
"Error updating contact" => "更新聯絡人時發生錯誤",
|
||
"Error saving contact to backend" => "儲存聯絡人資料至後台時發生錯誤",
|
||
"No photo path was submitted." => "沒有提供相片路徑",
|
||
"Error getting PHOTO property." => "讀取 PHOTO 屬性時發生錯誤",
|
||
"Error saving contact." => "儲存聯絡人時發生錯誤",
|
||
"No group name given." => "未設定群組名稱",
|
||
"Error adding group." => "新增群組錯誤",
|
||
"No group name to rename from given." => "未提供要更名的群組名稱",
|
||
"No group name to rename to given." => "未設定新群組名稱",
|
||
"Error renaming group." => "群組更名錯誤",
|
||
"Group ID missing from request." => "請求中缺少群組 ID",
|
||
"Group name missing from request." => "請求中缺少群組名稱",
|
||
"Contact ID missing from request." => "請求中缺少聯絡人 ID",
|
||
"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" => "儲存空間不足",
|
||
"Attempt to upload blacklisted file:" => "試圖上傳被禁止的檔案:",
|
||
"Error uploading contacts to storage." => "上傳聯絡人到儲存空間時發生錯誤",
|
||
"Error moving file to imports folder." => "移動檔案至匯入資料夾時發生錯誤",
|
||
"You do not have permissions to import into this address book." => "您沒有權限將資料匯入至這本通訊錄。",
|
||
"File name missing from request." => "請求中缺少檔名",
|
||
"Progress key missing from request." => "請求中缺少 progress key",
|
||
"Attempt to access blacklisted file:" => "試圖存取被禁止的檔案:",
|
||
"No key is given." => "沒有提供鍵名",
|
||
"No value is given." => "沒有提供鍵值",
|
||
"Could not set preference: " => "無法設定偏好:",
|
||
"Other" => "其他",
|
||
"HomePage" => "首頁",
|
||
"Jabber" => "Jabber",
|
||
"Internet call" => "網際網路呼叫",
|
||
"AIM" => "AIM",
|
||
"MSN" => "MSN",
|
||
"Twitter" => "Twitter",
|
||
"GoogleTalk" => "GoogleTalk",
|
||
"Facebook" => "Facebook",
|
||
"XMPP" => "XMPP",
|
||
"ICQ" => "ICQ",
|
||
"Yahoo" => "Yahoo",
|
||
"Skype" => "Skype",
|
||
"QQ" => "QQ",
|
||
"GaduGadu" => "GaduGadu",
|
||
"ownCloud" => "ownCloud",
|
||
"Work" => "工作",
|
||
"Home" => "住宅",
|
||
"Mobile" => "行動電話",
|
||
"Text" => "文字",
|
||
"Voice" => "語音",
|
||
"Message" => "訊息",
|
||
"Fax" => "傳真",
|
||
"Video" => "影片",
|
||
"Pager" => "呼叫器",
|
||
"Internet" => "網際網路",
|
||
"Friends" => "朋友",
|
||
"Family" => "親人",
|
||
"New contact" => "新聯絡人",
|
||
"Group name" => "群組名稱",
|
||
"New group" => "新群組",
|
||
"Address books" => "通訊錄",
|
||
"Display name" => "顯示名稱",
|
||
"Add Address Book" => "新增通訊錄",
|
||
"(De-)select all" => "(反)全選",
|
||
"Sort order" => "排序方式",
|
||
"First- Lastname" => "名字 - 姓氏",
|
||
"Last-, Firstname" => "姓氏 - 名字",
|
||
"Delete" => "刪除",
|
||
"Groups" => "群組",
|
||
"Download" => "下載",
|
||
"Merge" => "合併",
|
||
"Email" => "信箱",
|
||
"Phone" => "電話",
|
||
"Address" => "網址",
|
||
"Group" => "群組",
|
||
"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" => "刪除這個聯絡人",
|
||
"Which contact should the data be merged into?" => "要將資料匯入至哪一個聯絡人?",
|
||
"Delete the other(s) after successful merge?" => "合併成功後刪除多餘的聯絡人?",
|
||
"Compose mail" => "撰寫郵件",
|
||
"Delete current photo" => "刪除這張相片",
|
||
"Edit current photo" => "編輯目前相片",
|
||
"Upload new photo" => "上傳新照片",
|
||
"Select photo from Files" => "從檔案中選擇相片",
|
||
"Favorite" => "我的最愛",
|
||
"Name" => "名稱",
|
||
"First name" => "名子",
|
||
"Additional names" => "額外名",
|
||
"Last name" => "姓氏",
|
||
"Address book" => "通訊錄",
|
||
"Nickname" => "綽號",
|
||
"Title" => "標題",
|
||
"Organization" => "組織",
|
||
"Birthday" => "生日",
|
||
"Notes go here..." => "註釋在此處",
|
||
"Add field..." => "新增欄位...",
|
||
"Instant Messaging" => "即時通訊",
|
||
"Note" => "註解",
|
||
"Web site" => "網站",
|
||
"Preferred" => "首選",
|
||
"Please specify a valid email address." => "註填入合法的電子郵件住址",
|
||
"someone@example.com" => "someone@example.com",
|
||
"Mail to address" => "寄送住址",
|
||
"Delete email address" => "刪除電子郵件住址",
|
||
"Enter phone number" => "輸入電話號碼",
|
||
"Go to web site" => "打開網站",
|
||
"View on map" => "在地圖上檢視",
|
||
"Street address" => "街道地址",
|
||
"Postal code" => "郵遞區號",
|
||
"City" => "城市",
|
||
"State or province" => "州或省",
|
||
"Country" => "國家",
|
||
"Instant Messenger" => "即時通訊軟體",
|
||
"Active" => "作用中",
|
||
"Share" => "分享",
|
||
"Export" => "匯出",
|
||
"CardDAV link" => "顯示 CardDav 連結",
|
||
"Edit" => "編輯",
|
||
"Format" => "格式",
|
||
"Select file..." => "選擇檔案…",
|
||
"Description" => "描述",
|
||
"Anonymous" => "匿名",
|
||
"User" => "使用者名稱",
|
||
"Password" => "密碼",
|
||
"Base DN for search" => "Base DN for search",
|
||
"Base DN" => "Base DN",
|
||
"Base DN for modification" => "Base DN for modification"
|
||
);
|
||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|