diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-13 19:59:44 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-13 20:00:34 +0200 |
commit | ee0294bbb1770fa74c808158ab2f7899a8304441 (patch) | |
tree | c212c22456dda38d4b59434762d115f03ae87e28 /core/l10n/zh_TW.php | |
parent | 3926e2d4f3d786be64230350db982a695d329d97 (diff) | |
download | nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.tar.gz nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.zip |
update translations
Diffstat (limited to 'core/l10n/zh_TW.php')
-rw-r--r-- | core/l10n/zh_TW.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index f689568b5d4..d958c628723 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -1,5 +1,9 @@ <?php $TRANSLATIONS = array( +"Application name not provided." => "未提供應用程式名稱", +"No category to add?" => "無分類添加?", +"This category already exists: " => "此分類已經存在:", "Owncloud password reset" => "私有雲重設密碼", +"ownCloud password reset" => "ownCloud 密碼重設", "Use the following link to reset your password: {link}" => "請循以下聯結重設你的密碼: (聯結) ", "You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到你的電子郵件信箱", "Requested" => "已要求", @@ -15,7 +19,10 @@ "Apps" => "應用程式", "Admin" => "管理者", "Help" => "幫助", +"Access forbidden" => "禁止存取", "Cloud not found" => "未發現雲", +"Edit categories" => "編輯分類", +"Add" => "添加", "Create an <strong>admin account</strong>" => "建立一個<strong>管理者帳號</strong>", "Password" => "密碼", "Advanced" => "進階", |