You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_HK.js 504B

123456789101112131415161718
  1. OC.L10N.register(
  2. "lib",
  3. {
  4. "Help" : "幫助",
  5. "Personal" : "個人",
  6. "Users" : "用戶",
  7. "Admin" : "管理",
  8. "Recommended" : "建議",
  9. "today" : "今日",
  10. "yesterday" : "昨日",
  11. "last month" : "前一月",
  12. "_%n month ago_::_%n months ago_" : ["%n 月前"],
  13. "last year" : "上年",
  14. "_%n hour ago_::_%n hours ago_" : ["%n 小時前"],
  15. "_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"],
  16. "seconds ago" : "秒前"
  17. },
  18. "nplurals=1; plural=0;");