1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Korean translations

activities.php
common.php
entities.php
validation.php
This commit is contained in:
Jokuna
2021-04-29 00:11:01 +09:00
parent 140aed3586
commit ab584c93bc
4 changed files with 7 additions and 7 deletions

View File

@ -74,9 +74,9 @@ return [
// Layout tabs
'tab_info' => '정보',
'tab_info_label' => 'Tab: Show Secondary Information',
'tab_info_label' => '탭: 보조 정보 표시',
'tab_content' => '내용',
'tab_content_label' => 'Tab: Show Primary Content',
'tab_content_label' => '탭: 주요 내용 표시',
// Email Content
'email_action_help' => ':actionText를 클릭할 수 없을 때는 웹 브라우저에서 다음 링크로 접속할 수 있습니다.',
@ -84,6 +84,6 @@ return [
// Footer Link Options
// Not directly used but available for convenience to users.
'privacy_policy' => 'Privacy Policy',
'terms_of_service' => 'Terms of Service',
'privacy_policy' => '개인정보처리방침',
'terms_of_service' => '이용약관',
];