nextcloud/apps/files_encryption/l10n/zh_TW.php

17 lines
828 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-05-28 04:07:51 +04:00
"Password successfully changed." => "成功變更密碼。",
"Could not change the password. Maybe the old password was not correct." => "無法變更密碼,或許是輸入的舊密碼不正確。",
2013-05-26 04:03:54 +04:00
"Saving..." => "儲存中...",
2013-05-28 04:07:51 +04:00
"Encryption" => "加密",
"Enabled" => "已啓用",
"Disabled" => "已停用",
"Change Password" => "變更密碼",
2013-07-27 10:03:03 +04:00
" If you don't remember your old password you can ask your administrator to recover your files." => "如果您忘記舊密碼,可以請求管理員協助取回檔案。",
"Old log-in password" => "舊登入密碼",
"Current log-in password" => "目前的登入密碼",
2013-05-28 04:07:51 +04:00
"File recovery settings updated" => "檔案還原設定已更新",
"Could not update file recovery" => "無法更新檔案還原設定"
2012-09-02 04:02:53 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";