2014-10-30 11:57:13 +01:00
|
|
|
|
OC.L10N.register(
|
|
|
|
|
"contacts",
|
|
|
|
|
{
|
|
|
|
|
"Contacts" : "通訊錄",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Are you sure you want to delete the addressbook {addressbook} ?" : "您確定要刪除通訊錄 {addressbook}?",
|
|
|
|
|
"Remove addressbook" : "刪除通訊錄",
|
2014-11-12 06:48:37 +01:00
|
|
|
|
"Add new LDAP Addressbook" : "新增 LDAP 通訊錄",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Ok" : "好",
|
|
|
|
|
"Cancel" : "取消",
|
|
|
|
|
"Save" : "儲存",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Edit Addressbook" : "編輯通訊錄",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Import contacts" : "匯入聯絡人",
|
2014-11-12 06:48:37 +01:00
|
|
|
|
"Upload file..." : "上傳檔案...",
|
|
|
|
|
"Starting file import" : "開始檔案匯入",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Format selected: {format}" : "選擇格式: {format}",
|
2014-11-12 06:48:37 +01:00
|
|
|
|
"Automatic format detection" : "自動偵測格式",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Import into..." : "匯入至…",
|
2014-11-12 06:48:37 +01:00
|
|
|
|
"Processing {count}/{total} cards" : "執行中 {count}/{total} 卡片",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Total: {total}, Success: {imported}, Errors: {failed}" : "全部:{total},成功:{imported},錯誤:{failed}",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"An address book called {name} already exists" : "通訊錄 {name} 已存在",
|
|
|
|
|
"Failed adding address book: {error}" : "通訊錄匯入失敗:{error}",
|
|
|
|
|
"Failed loading address books: {error}" : "通訊錄載入失敗:{error}",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Server error! Please inform system administator" : "伺服器錯誤!請通知系統管理員",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Indexing contacts" : "正在建立聯絡人索引...",
|
|
|
|
|
"Unrecoverable error loading address books: {msg}" : "載入通訊錄時發生無法修正的錯誤:{msg}",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Error." : "錯誤",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Add to..." : "加入至…",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Remove from..." : "移除自",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Add group..." : "新增群組",
|
|
|
|
|
"Invalid URL: \"{url}\"" : "無效的 URL :\"{url}\"",
|
|
|
|
|
"Invalid email: \"{url}\"" : "無效的電子郵件:\"{url}\"",
|
|
|
|
|
"Merge failed. Cannot find contact: {id}" : "合併失敗,沒有找到聯絡人:{id}",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Merge failed." : "合併失敗",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Merge failed. Error saving contact." : "合併失敗,儲存聯絡人時發生錯誤。",
|
|
|
|
|
"Select photo" : "選擇相片",
|
|
|
|
|
"Network or server error. Please inform administrator." : "網路或伺服器錯誤,請通知系統管理員。",
|
2014-11-12 06:48:37 +01:00
|
|
|
|
"Only images can be used as contact photos" : "連絡人照片只可以用圖片檔",
|
|
|
|
|
"The size of \"{filename}\" exceeds the maximum allowed {size}" : "這個檔案 \"{filename}\" 大小已經超過最大允許的 {size} 大小",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Error adding to group." : "新增到群組時出錯",
|
|
|
|
|
"Error removing from group." : "從群組中移除出錯",
|
|
|
|
|
"Please create an addressbook first" : "請先新增通訊錄",
|
|
|
|
|
"You have selected over 300 contacts.\nThis will most likely fail! Click here to try anyway." : "您選取了超過 300 位聯絡人\n可能會導致失敗!點擊這裡繼續。",
|
|
|
|
|
"Error setting {name} as favorite." : "設定 {name} 為最愛時發生錯誤",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Merge contacts" : "合併聯絡人",
|
|
|
|
|
"Add group" : "新增群組",
|
|
|
|
|
"OK" : "好",
|
|
|
|
|
"Could not find contact: {id}" : "找不到聯絡人:{id}",
|
|
|
|
|
"Edit profile picture" : "編輯大頭貼照",
|
|
|
|
|
"Crop photo" : "裁切相片",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Error parsing date: {date}" : "解析日期出錯:{date}",
|
2015-07-04 06:50:10 +02:00
|
|
|
|
"Select groups" : "選擇群組",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"# groups" : "# groups",
|
|
|
|
|
"Error parsing birthday {bday}" : "解析生日 {bday} 時發生錯誤",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"The backend does not support multi-byte characters." : "後端不支援多位元字元",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"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" : "增加",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"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." : "聯絡人皆不在此群組中",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"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" : "通訊錄",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Error, missing parameters: " : "錯誤,缺少參數:",
|
2015-10-02 06:48:58 +02:00
|
|
|
|
"Shared" : "已分享",
|
|
|
|
|
"Error" : "錯誤",
|
|
|
|
|
"Error while sharing" : "分享時發生錯誤",
|
|
|
|
|
"Error while unsharing" : "取消分享時發生錯誤",
|
|
|
|
|
"Error while changing permissions" : "修改權限時發生錯誤",
|
|
|
|
|
"Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}",
|
|
|
|
|
"Shared with you by {owner}" : "{owner} 已經和您分享",
|
2015-10-24 06:49:05 +02:00
|
|
|
|
"Share with users or groups …" : "與用戶或群組分享 ...",
|
|
|
|
|
"Share with users, groups or remote users …" : "與用戶,群組或是遠端使用者分享 ...",
|
2015-10-01 06:49:04 +02:00
|
|
|
|
"Share" : "分享",
|
2015-10-24 06:49:05 +02:00
|
|
|
|
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "與其他在ownCloud上的人們分享,請使用此格式 username@example.com/owncloud",
|
2015-10-02 06:48:58 +02:00
|
|
|
|
"Share link" : "分享連結",
|
|
|
|
|
"The public link will expire no later than {days} days after it is created" : "這個公開連結會在 {days} 天內失效",
|
2015-10-23 06:49:07 +02:00
|
|
|
|
"Link" : "連結",
|
2015-10-02 06:48:58 +02:00
|
|
|
|
"Password protect" : "密碼保護",
|
2015-10-01 06:49:04 +02:00
|
|
|
|
"Password" : "密碼",
|
2015-10-02 06:48:58 +02:00
|
|
|
|
"Choose a password for the public link" : "為公開連結選一個密碼",
|
2015-10-23 06:49:07 +02:00
|
|
|
|
"Allow editing" : "允許編輯",
|
2015-10-02 06:48:58 +02:00
|
|
|
|
"Email link to person" : "將連結 email 給別人",
|
|
|
|
|
"Send" : "寄出",
|
|
|
|
|
"Set expiration date" : "指定到期日",
|
|
|
|
|
"Expiration" : "過期",
|
|
|
|
|
"Expiration date" : "到期日",
|
|
|
|
|
"An error occured. Please try again" : "發生錯誤,請重試",
|
|
|
|
|
"Adding user..." : "新增使用者……",
|
|
|
|
|
"group" : "群組",
|
|
|
|
|
"remote" : "遠端",
|
|
|
|
|
"Resharing is not allowed" : "不允許重新分享",
|
|
|
|
|
"Shared in {item} with {user}" : "已和 {user} 分享 {item}",
|
|
|
|
|
"Unshare" : "取消分享",
|
|
|
|
|
"notify by email" : "以 email 通知",
|
|
|
|
|
"can share" : "可分享",
|
|
|
|
|
"can edit" : "可編輯",
|
|
|
|
|
"access control" : "存取控制",
|
|
|
|
|
"create" : "建立",
|
|
|
|
|
"change" : "更動",
|
|
|
|
|
"delete" : "刪除",
|
|
|
|
|
"Password protected" : "受密碼保護",
|
|
|
|
|
"Error unsetting expiration date" : "取消到期日設定失敗",
|
|
|
|
|
"Error setting expiration date" : "設定到期日發生錯誤",
|
|
|
|
|
"Sending ..." : "正在傳送…",
|
|
|
|
|
"Email sent" : "Email 已寄出",
|
|
|
|
|
"Warning" : "警告",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Failed loading photo: {error}" : "圖片載入失敗: {error}",
|
|
|
|
|
"You do not have permissions to see this contact" : "您沒有權限檢視這個聯絡人",
|
|
|
|
|
"Contact not found" : "找不到聯絡人",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"You do not have permissions to see these contacts" : "您沒有權限檢視這些聯絡人",
|
|
|
|
|
"You do not have permissions add contacts to the address book" : "您沒有權限新增聯絡人至這本通訊錄",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"The backend for this address book does not support adding contacts" : "這本通訊錄的後端不支援新增聯絡人",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"You do not have permissions to delete this contact" : "您沒有權限刪除這位聯絡人",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"The backend for this address book does not support deleting contacts" : "這本通訊錄的後端不支援刪除聯絡人",
|
|
|
|
|
"Unknown error" : "未知的錯誤",
|
2014-11-12 06:48:37 +01:00
|
|
|
|
"Access denied" : "拒絕存取",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"The backend for this address book does not support updating" : "這本通訊錄的後端不支援編輯聯絡人",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"You don't have permissions to delete the address book." : "您沒有權限刪除這本通訊錄",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Address book not found" : "找不到通訊錄",
|
|
|
|
|
"You do not have permissions to update this contact" : "您沒有權限編輯這位聯絡人",
|
|
|
|
|
"The backend for this contact does not support updating it" : "這個聯絡人的後端不支援編輯",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"This backend does not support adding contacts" : "這個後端不支援新增聯絡人",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Property not found" : "找不到這個屬性",
|
|
|
|
|
" Missing IM parameter for: " : "遺失的 IM 參數:",
|
|
|
|
|
"Unknown IM: " : "未知的 IM:",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"{name}'s Birthday" : "{name} 的生日",
|
|
|
|
|
"Error creating address book" : "建立通訊錄發生錯誤",
|
|
|
|
|
"The \"%s\" backend does not support deleting address books" : "後端 \"%s\" 不支援刪除通訊錄",
|
|
|
|
|
"You do not have permissions to delete the \"%s\" address book" : "你沒有刪除通訊錄 \"%s\" 的權限",
|
|
|
|
|
"Error deleting address book" : "刪除通訊錄發生錯誤",
|
|
|
|
|
"Error creating contact." : "建立聯絡人發生錯誤",
|
|
|
|
|
"Error creating contact" : "新增聯絡人時發生錯誤",
|
|
|
|
|
"Error deleting contact" : "刪除聯絡人發生錯誤",
|
|
|
|
|
"Error retrieving contact" : "取得聯絡人發生錯誤",
|
|
|
|
|
"Error saving contact" : "儲存聯絡人發生錯誤",
|
|
|
|
|
"Error removing contact from other address book." : "從其他通訊錄移除聯絡人時發生錯誤",
|
|
|
|
|
"Error getting moved contact" : "取得移動的聯絡人發生錯誤",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Couldn't find contact." : "找不到聯絡人",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"No contact data in request." : "請求中缺少聯絡人資料",
|
|
|
|
|
"Error merging into contact." : "合併聯絡人資料時發生錯誤",
|
|
|
|
|
"Error saving contact to backend." : "儲存聯絡人資料至後端時發生錯誤",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Property name is not set." : "尚未設定屬性名稱",
|
|
|
|
|
"Property checksum is not set." : "尚未設定檢查碼",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Information about vCard is incorrect. Please reload the page." : "有關 vCard 的資訊不正確,請重新載入此頁",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Error updating contact" : "更新聯絡人時發生錯誤",
|
|
|
|
|
"Error saving contact to backend" : "儲存聯絡人資料至後台時發生錯誤",
|
|
|
|
|
"No photo path was submitted." : "沒有提供相片路徑",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Error loading image from cache" : "從快取載入圖片發生錯誤",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Error getting PHOTO property." : "讀取 PHOTO 屬性時發生錯誤",
|
|
|
|
|
"Error saving contact." : "儲存聯絡人時發生錯誤",
|
|
|
|
|
"No group name given." : "未設定群組名稱",
|
|
|
|
|
"Error adding group." : "新增群組錯誤",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"No group ID given." : "未提供群組 ID",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"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",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"No file was uploaded. Unknown error" : "沒有檔案被上傳,未知的錯誤",
|
2014-10-30 11:57:13 +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" : "只有檔案的一部分被上傳",
|
|
|
|
|
"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:" : "試圖存取被禁止的檔案:",
|
|
|
|
|
"Other" : "其他",
|
|
|
|
|
"HomePage" : "首頁",
|
|
|
|
|
"Jabber" : "Jabber",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Internet call" : "網路電話",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"AIM" : "AIM",
|
|
|
|
|
"MSN" : "MSN",
|
|
|
|
|
"Twitter" : "Twitter",
|
|
|
|
|
"GoogleTalk" : "GoogleTalk",
|
|
|
|
|
"Facebook" : "Facebook",
|
|
|
|
|
"XMPP" : "XMPP",
|
|
|
|
|
"ICQ" : "ICQ",
|
|
|
|
|
"Yahoo" : "Yahoo",
|
|
|
|
|
"Skype" : "Skype",
|
|
|
|
|
"QQ" : "QQ",
|
|
|
|
|
"GaduGadu" : "GaduGadu",
|
|
|
|
|
"ownCloud" : "ownCloud",
|
|
|
|
|
"Home" : "住宅",
|
2015-06-27 06:49:06 +02:00
|
|
|
|
"Work" : "工作",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Mobile" : "行動電話",
|
|
|
|
|
"Text" : "文字",
|
|
|
|
|
"Voice" : "語音",
|
|
|
|
|
"Message" : "訊息",
|
|
|
|
|
"Fax" : "傳真",
|
|
|
|
|
"Video" : "影片",
|
|
|
|
|
"Pager" : "呼叫器",
|
|
|
|
|
"Internet" : "網際網路",
|
|
|
|
|
"Friends" : "朋友",
|
|
|
|
|
"Family" : "親人",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Enable LDAP Backend" : "啟用 LDAP 後端",
|
|
|
|
|
"Enable LDAP backend for the contacts application" : "為聯絡人應用程式啟用 LDAP 後端",
|
|
|
|
|
"Warning: LDAP Backend is in beta mode, use with precautions" : "警告:LDAP 後端還在測試階段,請小心使用",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"New contact" : "新聯絡人",
|
|
|
|
|
"Group name" : "群組名稱",
|
|
|
|
|
"New group" : "新群組",
|
|
|
|
|
"Address books" : "通訊錄",
|
|
|
|
|
"Display name" : "顯示名稱",
|
|
|
|
|
"Add Address Book" : "新增通訊錄",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Add LDAP Address Book" : "新增 LDAP 通訊錄",
|
|
|
|
|
"(De-)select all" : "(取消)全選",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"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" : "刪除這個聯絡人",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"You have no contacts in your address book or your address book is disabled." : "您的通訊錄中沒有聯絡人,或是您的通訊錄被停用了",
|
|
|
|
|
"Add a new contact or import existing contacts from a file (VCF, CSV or LDIF)." : "新增一位聯絡人或是從 VCF, CSV, LDIF 檔案匯入聯絡人",
|
|
|
|
|
"Which contact should the data be merged into?" : "要將資料匯入至哪一個聯絡人?",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"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" : "名子",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Additional names" : "別名",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Last name" : "姓氏",
|
|
|
|
|
"Address book" : "通訊錄",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Nickname" : "暱稱",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Title" : "標題",
|
|
|
|
|
"Organization" : "組織",
|
|
|
|
|
"Birthday" : "生日",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Website" : "網站",
|
|
|
|
|
"Federated Cloud ID" : "聯盟式雲端 ID",
|
|
|
|
|
"Instant messaging" : "即時通訊",
|
|
|
|
|
"Notes go here..." : "註解在此",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Add field..." : "新增欄位...",
|
|
|
|
|
"Instant Messaging" : "即時通訊",
|
|
|
|
|
"Note" : "註解",
|
|
|
|
|
"Web site" : "網站",
|
|
|
|
|
"Preferred" : "首選",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Please specify a valid email address." : "請填入有效的 Email 地址",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"someone@example.com" : "someone@example.com",
|
|
|
|
|
"Mail to address" : "寄送住址",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Delete email address" : "刪除 Email 地址",
|
|
|
|
|
"Please specify a valid Federated Cloud ID." : "請指定有效的聯盟式雲端 ID",
|
|
|
|
|
"username@example.com/owncloud" : "username@example.com/owncloud",
|
|
|
|
|
"Delete Federated Cloud ID" : "刪除聯盟式雲端 ID",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Enter phone number" : "輸入電話號碼",
|
|
|
|
|
"Go to web site" : "打開網站",
|
|
|
|
|
"View on map" : "在地圖上檢視",
|
|
|
|
|
"Street address" : "街道地址",
|
|
|
|
|
"Postal code" : "郵遞區號",
|
|
|
|
|
"City" : "城市",
|
|
|
|
|
"State or province" : "州或省",
|
|
|
|
|
"Country" : "國家",
|
|
|
|
|
"Instant Messenger" : "即時通訊軟體",
|
|
|
|
|
"Active" : "作用中",
|
|
|
|
|
"Export" : "匯出",
|
|
|
|
|
"CardDAV link" : "顯示 CardDav 連結",
|
|
|
|
|
"Edit" : "編輯",
|
|
|
|
|
"Format" : "格式",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Automatic format" : "自動格式",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Select file..." : "選擇檔案…",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Addressbook URI" : "通訊錄網址",
|
|
|
|
|
"URI" : "URI",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Description" : "描述",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"LDAP URL" : "LDAP URL",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Anonymous" : "匿名",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Read-only" : "唯讀",
|
|
|
|
|
"Read-Only" : "唯讀",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"User" : "使用者名稱",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Page size" : "頁面大小",
|
|
|
|
|
"Base DN for search" : "搜尋用 Base DN",
|
2014-10-30 11:57:13 +01:00
|
|
|
|
"Base DN" : "Base DN",
|
2016-01-10 06:48:58 +01:00
|
|
|
|
"Search filter" : "篩選器",
|
|
|
|
|
"Filter" : "篩選器",
|
|
|
|
|
"Base DN for modification" : "修改用 Base DN",
|
|
|
|
|
"Base DN modification" : "Base DN 更動",
|
|
|
|
|
"Connector" : "連接值",
|
|
|
|
|
"Connector value (Better use external editor and copy/paste)" : "連接值(最好使用外部編輯器複製貼上)",
|
|
|
|
|
"Copy from (Warning, replaces current custom value)" : "複製自(警告,會覆蓋現有的值)"
|
2014-10-30 11:57:13 +01:00
|
|
|
|
},
|
|
|
|
|
"nplurals=1; plural=0;");
|