mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Translated
This commit is contained in:
parent
dd82466d07
commit
685cb7a505
19
resources/lang/zh_TW/passwords.php
Normal file
19
resources/lang/zh_TW/passwords.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* passwords.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
return [
|
||||
'password' => '密碼至少需要六個字元,並與確認欄中的密碼相同。',
|
||||
'user' => '我們找不到使用該電郵地址的用戶。',
|
||||
'token' => '該密碼重置碼已經失效。',
|
||||
'sent' => '我們已經將密碼重置連結發送至您的電郵!',
|
||||
'reset' => '你的密碼已經被重置!',
|
||||
'blocked' => '好一個嘗試。',
|
||||
];
|
Loading…
Reference in New Issue
Block a user