Various language string updates.

This commit is contained in:
James Cole
2019-03-17 09:14:33 +01:00
parent a11d2df6bb
commit 69fa60cd21
14 changed files with 250 additions and 250 deletions

View File

@@ -24,5 +24,5 @@ declare(strict_types=1);
return [
'failed' => '憑證與系統記錄不符。',
'throttle' => '過多登入嘗試,請於 :seconds 秒後重試。',
'throttle' => '登入嘗試太多,請於 :seconds 秒後重試。',
];