1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Merge branch 'laravel_upgrade'

This commit is contained in:
Dan Brown
2021-11-04 22:42:35 +00:00
308 changed files with 3347 additions and 2831 deletions

View File

@@ -38,7 +38,6 @@ return [
'registration_email_domain_invalid' => '이 메일 주소로는 이 사이트에 접근할 수 없습니다.',
'register_success' => '가입했습니다! 이제 로그인할 수 있습니다.',
// Password Reset
'reset_password' => '비밀번호 바꾸기',
'reset_password_send_instructions' => '메일 주소를 입력하세요. 이 주소로 해당 과정을 위한 링크를 보낼 것입니다.',
@@ -49,7 +48,6 @@ return [
'email_reset_text' => '비밀번호를 바꿉니다.',
'email_reset_not_requested' => '원하지 않는다면 이 과정은 필요 없습니다.',
// Email Confirmation
'email_confirm_subject' => ':appName 메일 인증',
'email_confirm_greeting' => ':appName로 가입해 주셔서 감사합니다!',
@@ -109,4 +107,4 @@ return [
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
];
];

View File

@@ -20,7 +20,7 @@ return [
'role' => '권한',
'cover_image' => '대표 이미지',
'cover_image_description' => '이미지 규격은 440x250px 내외입니다.',
// Actions
'actions' => '활동',
'view' => '보기',

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' => '첨부 파일',
@@ -321,5 +321,5 @@ return [
'revision_delete_confirm' => '이 수정본을 지울 건가요?',
'revision_restore_confirm' => '이 수정본을 되돌릴 건가요? 현재 판본을 바꿉니다.',
'revision_delete_success' => '수정본 지움',
'revision_cannot_delete_latest' => '현재 판본은 지울 수 없습니다.'
'revision_cannot_delete_latest' => '현재 판본은 지울 수 없습니다.',
];

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

@@ -72,7 +72,7 @@ return [
// Maintenance settings
'maint' => '데이터',
'maint_image_cleanup' => '이미지 정리',
'maint_image_cleanup_desc' => "중복한 이미지를 찾습니다. 실행하기 전에 이미지를 백업하세요.",
'maint_image_cleanup_desc' => '중복한 이미지를 찾습니다. 실행하기 전에 이미지를 백업하세요.',
'maint_delete_images_only_in_revisions' => 'Also delete images that only exist in old page revisions',
'maint_image_cleanup_run' => '실행',
'maint_image_cleanup_warning' => '이미지 :count개를 지울 건가요?',
@@ -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' => '권한 수정',
@@ -273,6 +273,6 @@ return [
'vi' => 'Tiếng Việt',
'zh_CN' => '简体中文',
'zh_TW' => '繁體中文',
]
],
//!////////////////////////////////
];