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

New Crowdin updates (#3038)

Just crowdin aligning string quote styles
This commit is contained in:
Dan Brown
2021-11-04 22:57:04 +00:00
committed by GitHub
parent 1eed8d6325
commit 9542509584
75 changed files with 78 additions and 78 deletions

View File

@@ -94,7 +94,7 @@ return [
'shelves_edit' => '서가 바꾸기',
'shelves_delete' => '서가 삭제하기',
'shelves_delete_named' => ':name 삭제하기',
'shelves_delete_explain' => ':name을 지웁니다. 책자는 지우지 않습니다.',
'shelves_delete_explain' => ":name을 지웁니다. 책자는 지우지 않습니다.",
'shelves_delete_confirmation' => '이 서가를 지울 건가요?',
'shelves_permissions' => '서가 권한',
'shelves_permissions_updated' => '서가 권한 바꿈',
@@ -255,7 +255,7 @@ return [
'tags' => '꼬리표',
'tag_name' => '꼬리표 이름',
'tag_value' => '리스트 값 (선택 사항)',
'tags_explain' => '태그로 문서를 분류하세요.',
'tags_explain' => "태그로 문서를 분류하세요.",
'tags_add' => '태그 추가',
'tags_remove' => '태그 삭제',
'attachments' => '첨부 파일',

View File

@@ -28,7 +28,7 @@ return [
'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
'social_no_action_defined' => '무슨 활동인지 알 수 없습니다.',
'social_login_bad_response' => ':socialAccount에 로그인할 수 없습니다. : \\n:error',
'social_login_bad_response' => ":socialAccount에 로그인할 수 없습니다. : \\n:error",
'social_account_in_use' => ':socialAccount(을)를 가진 사용자가 있습니다. :socialAccount로 로그인하세요.',
'social_account_email_in_use' => ':email(을)를 가진 사용자가 있습니다. 쓰고 있는 계정을 :socialAccount에 연결하세요.',
'social_account_existing' => ':socialAccount(와)과 연결 상태입니다.',

View File

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

View File

@@ -132,7 +132,7 @@ return [
'role_delete' => '권한 제거',
'role_delete_confirm' => ':roleName(을)를 지웁니다.',
'role_delete_users_assigned' => '이 권한을 가진 사용자 :userCount명에 할당할 권한을 고르세요.',
'role_delete_no_migration' => '할당하지 않음',
'role_delete_no_migration' => "할당하지 않음",
'role_delete_sure' => '이 권한을 지울 건가요?',
'role_delete_success' => '권한 지움',
'role_edit' => '권한 수정',