From 56543f761a51361cede4dbdce14db7494b03244f Mon Sep 17 00:00:00 2001 From: Piwigo-TranslationTeam Date: Fri, 8 Nov 2024 08:04:40 +0100 Subject: [PATCH] Update zh_TW, thanks to closer --- language/zh_TW/admin.lang.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/language/zh_TW/admin.lang.php b/language/zh_TW/admin.lang.php index 6e58eea9b..87b1df708 100644 --- a/language/zh_TW/admin.lang.php +++ b/language/zh_TW/admin.lang.php @@ -1378,4 +1378,20 @@ $lang['Copied link'] = '已複製的連結'; $lang['Copy password'] = '複製密碼'; $lang['Copy the link below and send it to the user so the password can be set.'] = '複製下列連結,然後傳送給使用者,這樣密碼才會被設定。'; $lang['Copy the password link'] = '複製密碼連結'; -$lang['Main user'] = '主要使用者'; \ No newline at end of file +$lang['Main user'] = '主要使用者'; +$lang['You are about to set %s as main user instead of %s, do you wish to continue ?'] = '您打算將 %s 設定為主要使用者,取代 %s。您要繼續嗎?'; +$lang['You are not authorised to change the main user, please ask your webmaster'] = '您沒有變更主要使用者的權限,請洽尋您的網站管理員'; +$lang['You can now change the main user from %s to %s.'] = '您現在可以將主要使用者由 %s 換成 %s 了。'; +$lang['You cannot copy the password if the connection to this site is not secure.'] = '您無法複製密碼,因為連接此站的通訊並不安全。'; +$lang['Ok, got it!'] = '好的,了解!'; +$lang['Password copied'] = '密碼已複製'; +$lang['Please complete all fields'] = '請將所有欄位填滿'; +$lang['Read the release note'] = '請閱讀發佈說明'; +$lang['Resend password link'] = '重送密碼連結'; +$lang['Set as main user'] = '設定為主要使用者'; +$lang['The passwords do not match'] = '密碼不符'; +$lang['This user must first be defined as the webmaster before it can be upgraded to the main user'] = '使用者必須先定義為網站管理員,才能提升為主要使用者'; +$lang['To be sure, please rewrite the word “%s” below'] = '為求確認,請再打一次下面 "%s" 這個字'; +$lang['Username successfully modified'] = '成功修改使用者名稱'; +$lang['What\'s new in version %s'] = '版本 %s 中有哪些新玩意兒?'; +$lang['Yes, let\'s proceed'] = '是的,繼續吧'; \ No newline at end of file