jeroennoten / Laravel-AdminLTE

Easy AdminLTE integration with Laravel
MIT License
3.8k stars 1.08k forks source link

Japanese translation of 'remember_me' #1212

Closed hgpwhgpw closed 1 year ago

hgpwhgpw commented 1 year ago

Describe the bug

https://github.com/jeroennoten/Laravel-AdminLTE/blob/master/resources/lang/ja/adminlte.php#L9 Would you change Japanese translation of 'remember_me'. Current source, 'remember_me' is translated into 'パスワードを記憶する', but it's means to save password.

Expected behavior

'remember_me' => '認証状態を保持する', This means to keep me log-in state.

or

'remember_me' => 'ブラウザに認証情報を記憶する', This means to save log-in state in your browser.

dfsmania commented 1 year ago

Hi @hgpwhgpw , If you feel like creating a Pull Request for this you will be welcome. You may check: https://github.com/jeroennoten/Laravel-AdminLTE/blob/master/.github/CONTRIBUTING.md

Otherwise, I will fix it later...

hgpwhgpw commented 1 year ago

@dfsmania Thank you for replaying! I'll create a Pull Request.

dfsmania commented 1 year ago

I will keep this open, then when the PR is created I will link the issue there and this will be auto closed.