1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-02 02:26:57 +03:00

Update Korean translation (#3256)

* Update validation.php

* Update activities.php

* Update passwords.php

* Update common.php

* Update common.php

* Update auth.php

* Update components.php

* Add files via upload

* Update errors.php

* Update entities.php

* Update entities.php

* Update entities.php

* Update auth.php

* Update activities.php

* Update components.php

* Update components.php

* Update entities.php

* Update components.php

* Update entities.php

* Update errors.php

* Update settings.php

* Update settings.php

* Add files via upload

* Update errors.php
This commit is contained in:
ististyle
2022-02-08 22:29:01 +09:00
committed by GitHub
parent b4e29d2b7d
commit a01bb92989
9 changed files with 342 additions and 341 deletions

View File

@ -8,8 +8,8 @@ return [
'password' => '여덟 글자를 넘어야 합니다.',
'user' => "메일 주소를 가진 사용자가 없습니다.",
'token' => '비밀번호 재설정 토큰이 이 이메일 주소에 유효하지 않습니다.',
'token' => '유효하지 않거나 만료된 토큰입니다.',
'sent' => '메일을 보냈습니다.',
'reset' => '비밀번호를 바꿨습니다.',
'reset' => '패스워드를 바꿨습니다.',
];