Blame view

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