zh_TW.php 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?php $TRANSLATIONS = array(
  2. "Error (de)activating addressbook." => "在啟用或關閉電話簿時發生錯誤",
  3. "There was an error adding the contact." => "添加通訊錄發生錯誤",
  4. "Cannot add empty property." => "不可添加空白內容",
  5. "At least one of the address fields has to be filled out." => "至少必須填寫一欄地址",
  6. "Error adding contact property." => "添加通訊錄內容中發生錯誤",
  7. "No ID provided" => "未提供 ID",
  8. "No contacts found." => "沒有找到聯絡人",
  9. "Missing ID" => "遺失ID",
  10. "Error adding addressbook." => "添加電話簿中發生錯誤",
  11. "Error activating addressbook." => "啟用電話簿中發生錯誤",
  12. "Information about vCard is incorrect. Please reload the page." => "有關 vCard 的資訊不正確,請重新載入此頁。",
  13. "Error deleting contact property." => "刪除通訊錄內容中發生錯誤",
  14. "Error updating contact property." => "更新通訊錄內容中發生錯誤",
  15. "Error updating addressbook." => "電話簿更新中發生錯誤",
  16. "No file was uploaded" => "沒有已上傳的檔案",
  17. "Contacts" => "通訊錄",
  18. "Addressbook not found." => "找不到通訊錄",
  19. "This is not your addressbook." => "這不是你的電話簿",
  20. "Contact could not be found." => "通訊錄未發現",
  21. "Address" => "地址",
  22. "Telephone" => "電話",
  23. "Email" => "電子郵件",
  24. "Organization" => "組織",
  25. "Work" => "公司",
  26. "Home" => "住宅",
  27. "Mobile" => "行動電話",
  28. "Text" => "文字",
  29. "Voice" => "語音",
  30. "Message" => "訊息",
  31. "Fax" => "傳真",
  32. "Video" => "影片",
  33. "Pager" => "呼叫器",
  34. "Internet" => "網際網路",
  35. "{name}'s Birthday" => "{name}的生日",
  36. "Contact" => "通訊錄",
  37. "Add Contact" => "添加通訊錄",
  38. "Addressbooks" => "電話簿",
  39. "Configure Address Books" => "設定通訊錄",
  40. "New Address Book" => "新電話簿",
  41. "Import from VCF" => "從VCF匯入",
  42. "CardDav Link" => "CardDav 聯結",
  43. "Download" => "下載",
  44. "Edit" => "編輯",
  45. "Delete" => "刪除",
  46. "Download contact" => "下載通訊錄",
  47. "Delete contact" => "刪除通訊錄",
  48. "Edit name details" => "編輯姓名詳細資訊",
  49. "Nickname" => "綽號",
  50. "Enter nickname" => "輸入綽號",
  51. "Birthday" => "生日",
  52. "dd-mm-yyyy" => "dd-mm-yyyy",
  53. "Groups" => "群組",
  54. "Separate groups with commas" => "用逗號分隔群組",
  55. "Edit groups" => "編輯群組",
  56. "Preferred" => "首選",
  57. "Please specify a valid email address." => "註填入合法的電子郵件住址",
  58. "Enter email address" => "輸入電子郵件地址",
  59. "Mail to address" => "寄送住址",
  60. "Delete email address" => "刪除電子郵件住址",
  61. "Enter phone number" => "輸入電話號碼",
  62. "Delete phone number" => "刪除電話號碼",
  63. "Edit address details" => "電子郵件住址詳細資訊",
  64. "Add notes here." => "在這裡新增註解",
  65. "Add field" => "新增欄位",
  66. "Profile picture" => "個人資料照片",
  67. "Phone" => "電話",
  68. "Note" => "註解",
  69. "Type" => "類型",
  70. "PO Box" => "通訊地址",
  71. "Extended" => "分機",
  72. "Street" => "街道",
  73. "City" => "城市",
  74. "Region" => "地區",
  75. "Zipcode" => "郵遞區號",
  76. "Country" => "國家",
  77. "Add" => "添加",
  78. "Addressbook" => "電話簿",
  79. "Mr" => "先生",
  80. "Sir" => "先生",
  81. "Mrs" => "小姐",
  82. "Dr" => "博士(醫生)",
  83. "Given name" => "給定名(名)",
  84. "Additional names" => "額外名",
  85. "Family name" => "家族名(姓)",
  86. "New Addressbook" => "新電話簿",
  87. "Edit Addressbook" => "編輯電話簿",
  88. "Displayname" => "顯示名稱",
  89. "Active" => "作用中",
  90. "Save" => "儲存",
  91. "Submit" => "提出",
  92. "Cancel" => "取消"
  93. );