diff options
Diffstat (limited to 'core/l10n/zh_TW.php')
-rw-r--r-- | core/l10n/zh_TW.php | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php new file mode 100644 index 00000000000..f689568b5d4 --- /dev/null +++ b/core/l10n/zh_TW.php @@ -0,0 +1,39 @@ +<?php $TRANSLATIONS = array( +"Owncloud password reset" => "私有雲重設密碼", +"Use the following link to reset your password: {link}" => "請循以下聯結重設你的密碼: (聯結) ", +"You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到你的電子郵件信箱", +"Requested" => "已要求", +"Login failed!" => "登入失敗!", +"Username" => "使用者名稱", +"Request reset" => "要求重設", +"Your password was reset" => "你的密碼已重設", +"To login page" => "至登入頁面", +"New password" => "新密碼", +"Reset password" => "重設密碼", +"Personal" => "個人", +"Users" => "使用者", +"Apps" => "應用程式", +"Admin" => "管理者", +"Help" => "幫助", +"Cloud not found" => "未發現雲", +"Create an <strong>admin account</strong>" => "建立一個<strong>管理者帳號</strong>", +"Password" => "密碼", +"Advanced" => "進階", +"Data folder" => "資料夾", +"Configure the database" => "設定資料庫", +"will be used" => "將會使用", +"Database user" => "資料庫使用者", +"Database password" => "資料庫密碼", +"Database name" => "資料庫名稱", +"Database host" => "資料庫主機", +"Finish setup" => "完成設定", +"web services under your control" => "網路服務已在你控制", +"Log out" => "登出", +"Settings" => "設定", +"Lost your password?" => "忘記密碼?", +"remember" => "記住", +"Log in" => "登入", +"You are logged out." => "你已登出", +"prev" => "上一頁", +"next" => "下一頁" +); |