diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-27 01:54:31 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-27 01:54:31 -0400 |
commit | 9a4d2871eb902538bdc832177a82a7a50309ba55 (patch) | |
tree | eee6631b36c6cbb353ff415bfc4ef3e6d76e3f60 /core/l10n/zh_HK.php | |
parent | 010732019a941148e51de4095b78219766bb5df0 (diff) | |
download | nextcloud-server-9a4d2871eb902538bdc832177a82a7a50309ba55.tar.gz nextcloud-server-9a4d2871eb902538bdc832177a82a7a50309ba55.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_HK.php')
-rw-r--r-- | core/l10n/zh_HK.php | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/core/l10n/zh_HK.php b/core/l10n/zh_HK.php index 46b1476c55d..1418f0008ec 100644 --- a/core/l10n/zh_HK.php +++ b/core/l10n/zh_HK.php @@ -20,17 +20,25 @@ $TRANSLATIONS = array( "November" => "十一月", "December" => "十二月", "Settings" => "設定", -"_%n minute ago_::_%n minutes ago_" => array(""), -"_%n hour ago_::_%n hours ago_" => array(""), +"File" => "文件", +"Folder" => "資料夾", +"Image" => "圖片", +"Audio" => "聲音", +"Saving..." => "儲存中...", +"seconds ago" => "秒前", +"_%n minute ago_::_%n minutes ago_" => array("%n 分鐘前"), +"_%n hour ago_::_%n hours ago_" => array("%n 小時前"), "today" => "今日", "yesterday" => "昨日", -"_%n day ago_::_%n days ago_" => array(""), -"last month" => "前一月", -"_%n month ago_::_%n months ago_" => array(""), +"_%n day ago_::_%n days ago_" => array("%n 日前"), +"last month" => "上個月", +"_%n month ago_::_%n months ago_" => array("%n 月前"), +"last year" => "上年", +"years ago" => "年前", "Reset password" => "重設密碼", -"No" => "No", -"Yes" => "Yes", -"Ok" => "OK", +"No" => "否", +"Yes" => "是", +"Ok" => "確認", "_{count} file conflict_::_{count} file conflicts_" => array(""), "Cancel" => "取消", "Shared" => "已分享", @@ -41,6 +49,7 @@ $TRANSLATIONS = array( "Error while changing permissions" => "更改權限時發生錯誤", "Shared with you and the group {group} by {owner}" => "{owner}與你及群組的分享", "Shared with you by {owner}" => "{owner}與你的分享", +"Share link" => "分享連結", "Password protect" => "密碼保護", "Send" => "傳送", "Set expiration date" => "設定分享期限", @@ -52,15 +61,18 @@ $TRANSLATIONS = array( "update" => "更新", "delete" => "刪除", "Password protected" => "密碼保護", -"Sending ..." => "傳送中", +"Sending ..." => "發送中...", "Email sent" => "郵件已傳", +"Warning" => "警告", "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" => "用戶名稱", +"Reset" => "重設", "New password" => "新密碼", +"New Password" => "新密碼", "Personal" => "個人", "Users" => "用戶", "Apps" => "軟件", |