Skip to content

tw language patch #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions resources/lang/tw/auth.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
<?php
/*
* |--------------------------------------------------------------------------
* | Authentication Language Lines
* |--------------------------------------------------------------------------
*/
return [
'failed' => '身份憑證與站點記錄不符合。',
'throttle' => '嘗試次數過多,請在 秒後重試',
'login' => '登陸',
'signup' => '注冊',
'logout' => '退出',
'username' => '用戶名',
'password' => '密碼',
'lost-password' => '忘記密碼?',
'recover-my-password' => '重設密碼',
'remember-me' => '記住我'
];
<?php

return [
/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -79,6 +60,6 @@
'verificationLockedTitle' => 'Doh!',
'verificationLockedMessage' => '賬戶被鎖定!',

'verificationModalConfBtn' => '完成',
'verificationModalConfBtn' => '完成'

];
2 changes: 1 addition & 1 deletion resources/lang/tw/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

// News/Articles
'new-news' => '新新聞',
'check-news' => '新聞(每日必看)'
'check-news' => '新聞(每日必看)',

// Top torrents
'new-torrents' => '最新種子'
Expand Down