Blame view

resources/lang/zh-TW/auth.php 1.08 KB
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  <?php
  
  return [
  
      'profile'               => '個人檔案',
      'logout'                => '登出',
      'login'                 => '登入',
      'login_to'              => '登入以開始您的工作',
      'remember_me'           => '記住登入資訊',
      'forgot_password'       => '忘記密碼',
      'reset_password'        => '重設密碼',
      'enter_email'           => '輸入您的電子郵件',
      'current_email'         => '目前的電子郵件',
      'reset'                 => '重設',
      'never'                 => '永遠不要',
      'password' => [
          'current'           => '密碼',
          'current_confirm'   => '確認密碼',
          'new'               => '新的密碼',
          'new_confirm'       => '確認新的密碼',
      ],
      'error' => [
          'self_delete'       => '錯誤:無法刪除自己!'
      ],
  
      'failed'                => '使用者名稱或密碼錯誤',
      'disabled'              => '此帳號已被停用,請聯繫系統管理員。',
      'throttle'              => '嘗試登入太多次,請在 :seconds 秒後再試。',
  
  ];