zh_HK.php 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Sunday" => "星期日",
  4. "Monday" => "星期一",
  5. "Tuesday" => "星期二",
  6. "Wednesday" => "星期三",
  7. "Thursday" => "星期四",
  8. "Friday" => "星期五",
  9. "Saturday" => "星期六",
  10. "January" => "一月",
  11. "February" => "二月",
  12. "March" => "三月",
  13. "April" => "四月",
  14. "May" => "五月",
  15. "June" => "六月",
  16. "July" => "七月",
  17. "August" => "八月",
  18. "September" => "九月",
  19. "October" => "十月",
  20. "November" => "十一月",
  21. "December" => "十二月",
  22. "Settings" => "設定",
  23. "_%n minute ago_::_%n minutes ago_" => array(""),
  24. "_%n hour ago_::_%n hours ago_" => array(""),
  25. "today" => "今日",
  26. "yesterday" => "昨日",
  27. "_%n day ago_::_%n days ago_" => array(""),
  28. "last month" => "前一月",
  29. "_%n month ago_::_%n months ago_" => array(""),
  30. "months ago" => "個月之前",
  31. "Yes" => "Yes",
  32. "No" => "No",
  33. "Ok" => "OK",
  34. "_{count} file conflict_::_{count} file conflicts_" => array(""),
  35. "Cancel" => "取消",
  36. "Shared" => "已分享",
  37. "Share" => "分享",
  38. "Error" => "錯誤",
  39. "Error while sharing" => "分享時發生錯誤",
  40. "Error while unsharing" => "取消分享時發生錯誤",
  41. "Error while changing permissions" => "更改權限時發生錯誤",
  42. "Shared with you and the group {group} by {owner}" => "{owner}與你及群組的分享",
  43. "Shared with you by {owner}" => "{owner}與你的分享",
  44. "Password protect" => "密碼保護",
  45. "Password" => "密碼",
  46. "Send" => "傳送",
  47. "Set expiration date" => "設定分享期限",
  48. "Expiration date" => "分享期限",
  49. "Share via email:" => "以電郵分享",
  50. "No people found" => "找不到",
  51. "Unshare" => "取消分享",
  52. "create" => "新增",
  53. "update" => "更新",
  54. "delete" => "刪除",
  55. "share" => "分享",
  56. "Password protected" => "密碼保護",
  57. "Sending ..." => "傳送中",
  58. "Email sent" => "郵件已傳",
  59. "Delete" => "刪除",
  60. "Add" => "加入",
  61. "The update was successful. Redirecting you to ownCloud now." => "更新成功, 正",
  62. "Use the following link to reset your password: {link}" => "請用以下連結重設你的密碼: {link}",
  63. "You will receive a link to reset your password via Email." => "你將收到一封電郵",
  64. "Username" => "用戶名稱",
  65. "Request reset" => "重設",
  66. "Your password was reset" => "你的密碼已被重設",
  67. "To login page" => "前往登入版面",
  68. "New password" => "新密碼",
  69. "Reset password" => "重設密碼",
  70. "Personal" => "個人",
  71. "Users" => "用戶",
  72. "Apps" => "軟件",
  73. "Admin" => "管理",
  74. "Help" => "幫助",
  75. "Cloud not found" => "未找到Cloud",
  76. "Create an <strong>admin account</strong>" => "建立管理員帳戶",
  77. "Advanced" => "進階",
  78. "Configure the database" => "設定資料庫",
  79. "will be used" => "將被使用",
  80. "Database user" => "資料庫帳戶",
  81. "Database password" => "資料庫密碼",
  82. "Database name" => "資料庫名稱",
  83. "Log out" => "登出",
  84. "Automatic logon rejected!" => "自動登入被拒",
  85. "If you did not change your password recently, your account may be compromised!" => "如果你近期未曾更改密碼, 你的帳號可能被洩露!",
  86. "Please change your password to secure your account again." => "請更改你的密碼以保護你的帳戶",
  87. "Lost your password?" => "忘記密碼",
  88. "remember" => "記住",
  89. "Log in" => "登入",
  90. "Updating ownCloud to version %s, this may take a while." => "ownCloud (ver. %s)更新中, 請耐心等侯"
  91. );
  92. $PLURAL_FORMS = "nplurals=1; plural=0;";