snipe-it/resources/lang/zh-TW/auth/message.php
snipe 251f2d82b3 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2024-06-26 12:53:03 +01:00

48 lines
1.6 KiB
PHP

<?php
return array(
'account_already_exists' => '此信箱已被註冊',
'account_not_found' => '使用者或密碼錯誤',
'account_not_activated' => '使用者尚未啟用',
'account_suspended' => '使用者已被停用',
'account_banned' => '使用者已被禁用',
'throttle' => '登入失敗次數太多。請 :minutes 分鐘後再試。',
'two_factor' => array(
'already_enrolled' => '您的設備已經註冊',
'success' => '您已成功登入',
'code_required' => '需要雙重驗證碼',
'invalid_code' => '兩階段驗證碼無效',
'enter_two_factor_code' => 'Please enter your two-factor authentication code.',
'please_enroll' => 'Please enroll a device in two-factor authentication.',
),
'signin' => array(
'error' => '登入過程中發生問題,請重試',
'success' => '登入成功',
),
'logout' => array(
'error' => '登出時發生問題,請稍後再試',
'success' => '您已成功登出',
),
'signup' => array(
'error' => '在新增帳戶時發生問題,請重試',
'success' => '新增帳戶成功。',
),
'forgot-password' => array(
'error' => '在重設密碼時發生問題,請重試',
'success' => '如果該電子郵件已存在我們的系統中,一封含有恢復密碼的郵件將被傳送',
),
'forgot-password-confirm' => array(
'error' => '在重設密碼時發生問題,請重試',
'success' => '密碼重設成功。',
),
);