1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-09-21 04:20:37 +02:00

New translations en-us.ts (Korean)

This commit is contained in:
Elias Schneider 2024-05-30 13:58:43 +02:00
parent dd9ddb8659
commit 7c670b9e19

View File

@ -164,7 +164,7 @@ export default {
"account.reverseShares.table.expires": "만료 날짜", "account.reverseShares.table.expires": "만료 날짜",
"account.reverseShares.modal.reverse-share-link": "역방향 공유 링크", "account.reverseShares.modal.reverse-share-link": "역방향 공유 링크",
"account.reverseShares.modal.delete.title": "역방향 공유 삭제", "account.reverseShares.modal.delete.title": "역방향 공유 삭제",
"account.reverseShares.modal.delete.description": "Do you really want to delete this reverse share? If you do, the associated shares will be deleted as well.", "account.reverseShares.modal.delete.description": "이 역방향 공유를 삭제하시겠습니까? 삭제하면 관련 공유도 삭제됩니다.",
// END /account/reverseShares // END /account/reverseShares
// /admin // /admin
"admin.title": "관리자", "admin.title": "관리자",
@ -174,58 +174,58 @@ export default {
"admin.version": "버전", "admin.version": "버전",
// END /admin // END /admin
// /admin/users // /admin/users
"admin.users.title": "User management", "admin.users.title": "사용자 관리",
"admin.users.table.username": "Username", "admin.users.table.username": "사용자 이름",
"admin.users.table.email": "Email", "admin.users.table.email": "이메일",
"admin.users.table.admin": "Admin", "admin.users.table.admin": "관리자",
"admin.users.edit.update.title": "Update user {username}", "admin.users.edit.update.title": "{username} 사용자 업데이트",
"admin.users.edit.update.admin-privileges": "Admin privileges", "admin.users.edit.update.admin-privileges": "Admin Privilege",
"admin.users.edit.update.change-password.title": "Change password", "admin.users.edit.update.change-password.title": "비밀번호 변경",
"admin.users.edit.update.change-password.field": "New password", "admin.users.edit.update.change-password.field": "새로운 비밀번호",
"admin.users.edit.update.change-password.button": "Save new password", "admin.users.edit.update.change-password.button": "새 비밀번호 저장",
"admin.users.edit.update.notify.password.success": "Password changed successfully", "admin.users.edit.update.notify.password.success": "비밀번호 변경 완료",
"admin.users.edit.delete.title": "Delete user {username}", "admin.users.edit.delete.title": "{username} 사용자 삭제",
"admin.users.edit.delete.description": "Do you really want to delete this user and all his shares?", "admin.users.edit.delete.description": "이 사용자의 모든 공유를 삭제하시겠습니까?",
// showCreateUserModal.tsx // showCreateUserModal.tsx
"admin.users.modal.create.title": "Create user", "admin.users.modal.create.title": "사용자 생성",
"admin.users.modal.create.username": "Username", "admin.users.modal.create.username": "사용자 이름",
"admin.users.modal.create.email": "Email", "admin.users.modal.create.email": "이메일",
"admin.users.modal.create.password": "Password", "admin.users.modal.create.password": "비밀번호",
"admin.users.modal.create.manual-password": "Set password manually", "admin.users.modal.create.manual-password": "수동 암호 설정",
"admin.users.modal.create.manual-password.description": "If not checked, the user will receive an email with a link to set their password.", "admin.users.modal.create.manual-password.description": "선택하지 않으면 사용자는 암호를 설정할 수 있는 링크가 포함된 이메일을 받게 됩니다.",
"admin.users.modal.create.admin": "Admin privileges", "admin.users.modal.create.admin": "Admin Privilege",
"admin.users.modal.create.admin.description": "If checked, the user will be able to access the admin panel.", "admin.users.modal.create.admin.description": "이 옵션을 선택하면 사용자는 관리 패널에 액세스할 수 있습니다.",
// END /admin/users // END /admin/users
// /admin/shares // /admin/shares
"admin.shares.title": "Share management", "admin.shares.title": "공유 관리",
"admin.shares.table.id": "Share ID", "admin.shares.table.id": "공유 ID",
"admin.shares.table.username": "Creator", "admin.shares.table.username": "만든이",
"admin.shares.table.visitors": "Visitors", "admin.shares.table.visitors": "방문자",
"admin.shares.table.expires": "Expires At", "admin.shares.table.expires": "만료일",
"admin.shares.edit.delete.title": "Delete share {id}", "admin.shares.edit.delete.title": "공유 삭제 {id}",
"admin.shares.edit.delete.description": "Do you really want to delete this share?", "admin.shares.edit.delete.description": "정말로 이 공유를 삭제하시겠습니까?",
// END /admin/shares // END /admin/shares
// /upload // /upload
"upload.title": "Upload", "upload.title": "업로드",
"upload.notify.generic-error": "An error occurred while finishing your share.", "upload.notify.generic-error": "공유를 완료하는 동안 오류가 발생했습니다.",
"upload.notify.count-failed": "{count} files failed to upload. Trying again.", "upload.notify.count-failed": "{count}개의 파일을 업로드하지 못했습니다. 다시 시도하세요.",
// Dropzone.tsx // Dropzone.tsx
"upload.dropzone.title": "Upload files", "upload.dropzone.title": "파일 업로드",
"upload.dropzone.description": "Drag'n'drop files here to start your share. We can accept only files that are less than {maxSize} in total.", "upload.dropzone.description": "파일을 여기로 드래그&드랍하여 파일 업로드를 시작합니다. {maxSize} 를 초과하지 않는 파일만 업로드할 수 있습니다.",
"upload.dropzone.notify.file-too-big": "Your files exceed the maximum share size of {maxSize}.", "upload.dropzone.notify.file-too-big": "파일이 {maxSize} 의 최대 공유 크기를 초과합니다.",
// FileList.tsx // FileList.tsx
"upload.filelist.name": "Name", "upload.filelist.name": "이름",
"upload.filelist.size": "Size", "upload.filelist.size": "크기",
// showCreateUploadModal.tsx // showCreateUploadModal.tsx
"upload.modal.title": "Create Share", "upload.modal.title": "공유 생성",
"upload.modal.link.error.invalid": "Can only contain letters, numbers, underscores, and hyphens", "upload.modal.link.error.invalid": "문자, 숫자, 밑줄 및 하이픈만 포함할 수 있습니다",
"upload.modal.link.error.taken": "This link is already in use", "upload.modal.link.error.taken": "이미 사용 중인 링크입니다",
"upload.modal.not-signed-in": "You're not signed in", "upload.modal.not-signed-in": "로그인하지 않았습니다",
"upload.modal.not-signed-in-description": "You will be unable to delete your share manually and view the visitor count.", "upload.modal.not-signed-in-description": "공유를 수동으로 삭제하고 방문자 수를 볼 수 없습니다.",
"upload.modal.expires.never": "never", "upload.modal.expires.never": "절대 안 함",
"upload.modal.expires.never-long": "Never Expires", "upload.modal.expires.never-long": "만료 없음",
"upload.modal.expires.error.too-long": "Expiration exceeds maximum expiration date of {max}.", "upload.modal.expires.error.too-long": "만료가 {max} 의 최대 만료일을 초과합니다.",
"upload.modal.link.label": "Link", "upload.modal.link.label": "링크",
"upload.modal.expires.label": "만료일", "upload.modal.expires.label": "만료일",
"upload.modal.expires.minute-singular": "분", "upload.modal.expires.minute-singular": "분",
"upload.modal.expires.minute-plural": "분", "upload.modal.expires.minute-plural": "분",
@ -242,193 +242,193 @@ export default {
"upload.modal.accordion.name-and-description.title": "이름과 설명", "upload.modal.accordion.name-and-description.title": "이름과 설명",
"upload.modal.accordion.name-and-description.name.placeholder": "이름", "upload.modal.accordion.name-and-description.name.placeholder": "이름",
"upload.modal.accordion.name-and-description.description.placeholder": "공유를 받을 사람에게 메모", "upload.modal.accordion.name-and-description.description.placeholder": "공유를 받을 사람에게 메모",
"upload.modal.accordion.email.title": "Email recipients", "upload.modal.accordion.email.title": "받는 사람 메일 주소",
"upload.modal.accordion.email.placeholder": "Enter email recipients", "upload.modal.accordion.email.placeholder": "메일 주소 입력",
"upload.modal.accordion.email.invalid-email": "Invalid email address", "upload.modal.accordion.email.invalid-email": "이메일 주소가 틀립니다",
"upload.modal.accordion.security.title": "Security options", "upload.modal.accordion.security.title": "보안 설정",
"upload.modal.accordion.security.password.label": "Password protection", "upload.modal.accordion.security.password.label": "비밀번호로 보호",
"upload.modal.accordion.security.password.placeholder": "No password", "upload.modal.accordion.security.password.placeholder": "비밀번호 없음",
"upload.modal.accordion.security.max-views.label": "Maximum views", "upload.modal.accordion.security.max-views.label": "최대 보기 횟수",
"upload.modal.accordion.security.max-views.placeholder": "No limit", "upload.modal.accordion.security.max-views.placeholder": "제한 없음",
// showCompletedUploadModal.tsx // showCompletedUploadModal.tsx
"upload.modal.completed.never-expires": "This share will never expire.", "upload.modal.completed.never-expires": "이 공유 만료되지 않습니다.",
"upload.modal.completed.expires-on": "This share will expire on {expiration}.", "upload.modal.completed.expires-on": "이 공유는 {expiration} 에 만료됩니다.",
"upload.modal.completed.share-ready": "Share ready", "upload.modal.completed.share-ready": "공유 준비",
// END /upload // END /upload
// /share/[id] // /share/[id]
"share.title": "Share {shareId}", "share.title": "공유 {shareId}",
"share.description": "Look what I've shared with you!", "share.description": "내가 당신과 공유한 것을 보세요!",
"share.error.visitor-limit-exceeded.title": "Visitor limit exceeded", "share.error.visitor-limit-exceeded.title": "방문자 제한 초과",
"share.error.visitor-limit-exceeded.description": "The visitor limit from this share has been exceeded.", "share.error.visitor-limit-exceeded.description": "The visitor limit from this share has been exceeded.",
"share.error.removed.title": "Share removed", "share.error.removed.title": "공유가 삭제됨",
"share.error.not-found.title": "Share not found", "share.error.not-found.title": "공유를 찾을 수 없습니다.",
"share.error.not-found.description": "The share you're looking for doesn't exist.", "share.error.not-found.description": "당신이 찾는 공유는 존재하지 않습니다.",
"share.modal.password.title": "Password required", "share.modal.password.title": "비밀번호 필요",
"share.modal.password.description": "To access this share please enter the password for the share.", "share.modal.password.description": "이 공유에 액세스하려면 공유의 암호를 입력하십시오.",
"share.modal.password": "Password", "share.modal.password": "비밀번호",
"share.modal.error.invalid-password": "Invalid password", "share.modal.error.invalid-password": "잘못된 비밀번호",
"share.button.download-all": "Download all", "share.button.download-all": "모두 다운로드",
"share.notify.download-all-preparing": "The share is preparing. Try again in a few minutes.", "share.notify.download-all-preparing": "공유가 준비 중입니다. 잠시 후에 다시 시도하십시오.",
"share.modal.file-link": "File link", "share.modal.file-link": "파일 링크",
"share.table.name": "Name", "share.table.name": "이름",
"share.table.size": "Size", "share.table.size": "크기",
"share.modal.file-preview.error.not-supported.title": "Preview not supported", "share.modal.file-preview.error.not-supported.title": "미리보기는 지원되지 않습니다",
"share.modal.file-preview.error.not-supported.description": "A preview for this file type is unsupported. Please download the file to view it.", "share.modal.file-preview.error.not-supported.description": "이 파일 형식의 미리보기가 지원되지 않습니다. 파일을 다운로드하여 확인하십시오.",
// END /share/[id] // END /share/[id]
// /share/[id]/edit // /share/[id]/edit
"share.edit.title": "Edit {shareId}", "share.edit.title": "수정 {shareId}",
"share.edit.append-upload": "Append file", "share.edit.append-upload": "파일 추가",
"share.edit.notify.generic-error": "An error occurred while finishing your share.", "share.edit.notify.generic-error": "공유를 완료하는 동안 오류가 발생했습니다.",
"share.edit.notify.save-success": "Share updated successfully", "share.edit.notify.save-success": "공유가 업데이트 되었습니다.",
// END /share/[id]/edit // END /share/[id]/edit
// /admin/config // /admin/config
"admin.config.title": "Configuration", "admin.config.title": "구성",
"admin.config.category.general": "General", "admin.config.category.general": "일반",
"admin.config.category.share": "Share", "admin.config.category.share": "공유",
"admin.config.category.email": "Email", "admin.config.category.email": "이메일",
"admin.config.category.smtp": "SMTP", "admin.config.category.smtp": "SMTP",
"admin.config.category.oauth": "Social Login", "admin.config.category.oauth": "소셜 로그인",
"admin.config.general.app-name": "App name", "admin.config.general.app-name": "앱 이름",
"admin.config.general.app-name.description": "Name of the application", "admin.config.general.app-name.description": "Name of the application",
"admin.config.general.app-url": "App URL", "admin.config.general.app-url": " URL",
"admin.config.general.app-url.description": "On which URL Pingvin Share is available", "admin.config.general.app-url.description": "Pingvin Share를 사용할 수 있는 URL",
"admin.config.general.show-home-page": "Show home page", "admin.config.general.show-home-page": "홈 페이지 표시",
"admin.config.general.show-home-page.description": "Whether to show the home page", "admin.config.general.show-home-page.description": "홈 페이지를 표시할지 여부를 점검하십시오.",
"admin.config.general.logo": "Logo", "admin.config.general.logo": "로고",
"admin.config.general.logo.description": "Change your logo by uploading a new image. The image must be a PNG and should have the format 1:1.", "admin.config.general.logo.description": "새 이미지를 업로드하여 로고를 변경하십시오. 이미지는 PNG여야 하며 1:1 비율이어야 합니다.",
"admin.config.general.logo.placeholder": "Pick image", "admin.config.general.logo.placeholder": "이미지 선택",
"admin.config.email.enable-share-email-recipients": "Enable share email recipients", "admin.config.email.enable-share-email-recipients": "메일 수신 허용",
"admin.config.email.enable-share-email-recipients.description": "Whether to allow emails to share recipients. Only enable this if you have enabled SMTP.", "admin.config.email.enable-share-email-recipients.description": "메일이 수신자를 공유하도록 허용할지 여부. SMTP를 사용 가능으로 설정한 경우에만 이 옵션을 사용 가능으로 설정합니다.",
"admin.config.email.share-recipients-subject": "Share recipients subject", "admin.config.email.share-recipients-subject": "공유 제목",
"admin.config.email.share-recipients-subject.description": "Subject of the email which gets sent to the share recipients.", "admin.config.email.share-recipients-subject.description": "공유 수신자에게 전송되는 이메일의 제목입니다.",
"admin.config.email.share-recipients-message": "Share recipients message", "admin.config.email.share-recipients-message": "수신자 메시지 공유",
"admin.config.email.share-recipients-message.description": "Message which gets sent to the share recipients. Available variables:\n {creator} - The username of the creator of the share\n {shareUrl} - The URL of the share\n {desc} - The description of the share\n {expires} - The expiration date of the share\n The variables will be replaced with the actual value.", "admin.config.email.share-recipients-message.description": "공유 수신자에게 보내는 메시지입니다. 사용 가능한 변수:\n {creator} - 공유 작성자의 사용자 이름\n {shareUrl} - 공유의 URL\n {desc} - 공유에 대한 설명\n {expires} - 공유 만료일\n 변수는 실제 값으로 대체됩니다.",
"admin.config.email.reverse-share-subject": "Reverse share subject", "admin.config.email.reverse-share-subject": "역공유 제목",
"admin.config.email.reverse-share-subject.description": "Subject of the email which gets sent when someone created a share with your reverse share link.", "admin.config.email.reverse-share-subject.description": "누군가 당신이 공유한 역방향 공유 링크를 사용하여 공유를 생성했을 때 전송되는 이메일의 제목입니다.",
"admin.config.email.reverse-share-message": "Reverse share message", "admin.config.email.reverse-share-message": "역공유 메시지",
"admin.config.email.reverse-share-message.description": "Message which gets sent when someone created a share with your reverse share link. {shareUrl} will be replaced with the creator's name and the share URL.", "admin.config.email.reverse-share-message.description": "누군가 귀하의 역방향 공유 링크를 사용하여 공유를 생성하면 전송되는 메시지입니다.. {shareUrl} 은 작성자 이름 및 공유 URL로 대체됩니다.",
"admin.config.email.reset-password-subject": "Reset password subject", "admin.config.email.reset-password-subject": "비밀번호 재설정 제목",
"admin.config.email.reset-password-subject.description": "Subject of the email which gets sent when a user requests a password reset.", "admin.config.email.reset-password-subject.description": "사용자가 암호 재설정을 요청할 때 전송되는 메일의 제목입니다.",
"admin.config.email.reset-password-message": "Reset password message", "admin.config.email.reset-password-message": "비밀번호 재설정 메시지",
"admin.config.email.reset-password-message.description": "Message which gets sent when a user requests a password reset. {url} will be replaced with the reset password URL.", "admin.config.email.reset-password-message.description": "사용자가 비밀번호 재설정을 요청할 때 전송되는 메시지입니다. {url} 은 비밀번호 재설정 URL로 대체됩니다.",
"admin.config.email.invite-subject": "Invite subject", "admin.config.email.invite-subject": "초대 제목",
"admin.config.email.invite-subject.description": "Subject of the email which gets sent when an admin invites a user.", "admin.config.email.invite-subject.description": "관리자가 사용자를 초대할 때 전송되는 이메일의 제목입니다.",
"admin.config.email.invite-message": "Invite message", "admin.config.email.invite-message": "초대 메시지",
"admin.config.email.invite-message.description": "Message which gets sent when an admin invites a user. {url} will be replaced with the invite URL and {password} with the password.", "admin.config.email.invite-message.description": "관리자가 사용자를 초대하면 전송되는 메시지입니다. {url} 은 초대 URL로, {password} 는 비밀번호로 대체됩니다.",
"admin.config.share.allow-registration": "Allow registration", "admin.config.share.allow-registration": "가입 허용",
"admin.config.share.allow-registration.description": "Whether registration is allowed", "admin.config.share.allow-registration.description": "등록 가능 여부",
"admin.config.share.allow-unauthenticated-shares": "Allow unauthenticated shares", "admin.config.share.allow-unauthenticated-shares": "인증되지 않은 공유 허용",
"admin.config.share.allow-unauthenticated-shares.description": "Whether unauthenticated users can create shares", "admin.config.share.allow-unauthenticated-shares.description": "인증되지 않은 사용자가 공유를 생성할 수 있는지 여부",
"admin.config.share.max-expiration": "Max expiration", "admin.config.share.max-expiration": "최대 만료일",
"admin.config.share.max-expiration.description": "Maximum share expiration in hours. Set to 0 to allow unlimited expiration.", "admin.config.share.max-expiration.description": "최대 공유 만료 시간입니다. 만료 기간을 설정하지 않는경우 0으로 설정합니다.",
"admin.config.share.max-size": "Max size", "admin.config.share.max-size": "최대 크기",
"admin.config.share.max-size.description": "Maximum share size in bytes", "admin.config.share.max-size.description": "공유 최대 크기 - 바이트",
"admin.config.share.zip-compression-level": "Zip compression level", "admin.config.share.zip-compression-level": "압축 레벨",
"admin.config.share.zip-compression-level.description": "Adjust the level to balance between file size and compression speed. Valid values range from 0 to 9, with 0 being no compression and 9 being maximum compression. ", "admin.config.share.zip-compression-level.description": "파일 크기와 압축 속도 간의 균형을 맞추도록 레벨을 조정합니다. 유효한 값의 범위는 0에서 9까지이며, 0은 압축되지 않고 9는 최대 압축입니다. ",
"admin.config.share.chunk-size": "Chunk size", "admin.config.share.chunk-size": "청크 크기",
"admin.config.share.chunk-size.description": "Adjust the chunk size (in bytes) for your uploads to balance efficiency and reliability according to your internet connection. Smaller chunks can enhance success rates for unstable connections, while larger chunks speed up uploads for stable connections.", "admin.config.share.chunk-size.description": "업로드할 청크 크기(바이트 단위)를 조정하여 인터넷 연결에 따라 효율성과 신뢰성의 균형을 유지합니다. 더 작은 청크는 불안정한 연결에 대한 성공률을 향상시킬 수 있고, 더 큰 청크는 안정적인 연결에 대한 업로드 속도를 높일 수 있습니다.",
"admin.config.smtp.enabled": "Enabled", "admin.config.smtp.enabled": "활성화됨",
"admin.config.smtp.enabled.description": "Whether SMTP is enabled. Only set this to true if you entered the host, port, email, user and password of your SMTP server.", "admin.config.smtp.enabled.description": "SMTP 사용 여부 SMTP 서버의 호스트, 포트, 전자 메일, 사용자 및 암호를 입력한 경우에만 true로 설정합니다.",
"admin.config.smtp.host": "Host", "admin.config.smtp.host": "호스트",
"admin.config.smtp.host.description": "Host of the SMTP server", "admin.config.smtp.host.description": "SMTP 서버의 호스트",
"admin.config.smtp.port": "Port", "admin.config.smtp.port": "포트",
"admin.config.smtp.port.description": "Port of the SMTP server", "admin.config.smtp.port.description": "SMTP 서버 포트",
"admin.config.smtp.email": "Email", "admin.config.smtp.email": "이메일",
"admin.config.smtp.email.description": "Email address which the emails get sent from", "admin.config.smtp.email.description": "전자 메일을 보낸 전자 메일 주소",
"admin.config.smtp.username": "Username", "admin.config.smtp.username": "사용자 이름",
"admin.config.smtp.username.description": "Username of the SMTP server", "admin.config.smtp.username.description": "SMTP 사용자 이름, 서버 비밀번호",
"admin.config.smtp.password": "Password", "admin.config.smtp.password": "비밀번호",
"admin.config.smtp.password.description": "Password of the SMTP server", "admin.config.smtp.password.description": "SMTP 서버 비밀번호",
"admin.config.smtp.button.test": "Send test email", "admin.config.smtp.button.test": "테스트 이메일 보내기",
"admin.config.oauth.allow-registration": "Allow registration", "admin.config.oauth.allow-registration": "가입 허용",
"admin.config.oauth.allow-registration.description": "Allow users to register via social login", "admin.config.oauth.allow-registration.description": "사용자가 소셜 로그인을 통해 등록할 수 있도록 허용",
"admin.config.oauth.ignore-totp": "Ignore TOTP", "admin.config.oauth.ignore-totp": "TOTP 무시",
"admin.config.oauth.ignore-totp.description": "Whether to ignore TOTP when user using social login", "admin.config.oauth.ignore-totp.description": "사용자가 소셜 로그인을 사용하는 경우 TOTP를 무시할 것인지 여부",
"admin.config.oauth.github-enabled": "GitHub", "admin.config.oauth.github-enabled": "깃허브",
"admin.config.oauth.github-enabled.description": "Whether GitHub login is enabled", "admin.config.oauth.github-enabled.description": "깃허브 로그인 사용 여부",
"admin.config.oauth.github-client-id": "GitHub Client ID", "admin.config.oauth.github-client-id": "GitHub 클라이언트 ID",
"admin.config.oauth.github-client-id.description": "Client ID of the GitHub OAuth app", "admin.config.oauth.github-client-id.description": "GitHub OAuth 앱의 클라이언트 ID",
"admin.config.oauth.github-client-secret": "GitHub Client secret", "admin.config.oauth.github-client-secret": "GitHub 클라이언트 secret",
"admin.config.oauth.github-client-secret.description": "Client secret of the GitHub OAuth app", "admin.config.oauth.github-client-secret.description": "GitHub OAuth 앱의 클라이언트 secret",
"admin.config.oauth.google-enabled": "Google", "admin.config.oauth.google-enabled": "구글",
"admin.config.oauth.google-enabled.description": "Whether Google login is enabled", "admin.config.oauth.google-enabled.description": "구글 로그인 활성화 여부",
"admin.config.oauth.google-client-id": "Google Client ID", "admin.config.oauth.google-client-id": "Google 클라이언트 ID",
"admin.config.oauth.google-client-id.description": "Client ID of the Google OAuth app", "admin.config.oauth.google-client-id.description": "Google OAuth 앱의 클라이언트 ID",
"admin.config.oauth.google-client-secret": "Google Client secret", "admin.config.oauth.google-client-secret": "Google 클라이언트 secret",
"admin.config.oauth.google-client-secret.description": "Client secret of the Google OAuth app", "admin.config.oauth.google-client-secret.description": "Google OAuth 앱의 클라이언트 secret",
"admin.config.oauth.microsoft-enabled": "Microsoft", "admin.config.oauth.microsoft-enabled": "마이크로소프트",
"admin.config.oauth.microsoft-enabled.description": "Whether Microsoft login is enabled", "admin.config.oauth.microsoft-enabled.description": "마이크로소프트 로그인 사용 여부",
"admin.config.oauth.microsoft-tenant": "Microsoft Tenant", "admin.config.oauth.microsoft-tenant": "마이크로소프트 테넌트",
"admin.config.oauth.microsoft-tenant.description": "Tenant ID of the Microsoft OAuth app\ncommon: Users with both a personal Microsoft account and a work or school account from Microsoft Entra ID can sign in to the application. organizations: Only users with work or school accounts from Microsoft Entra ID can sign in to the application.\nconsumers: Only users with a personal Microsoft account can sign in to the application.\ndomain name of the Microsoft Entra tenant or the tenant ID in GUID format: Only users from a specific Microsoft Entra tenant (directory members with a work or school account or directory guests with a personal Microsoft account) can sign in to the application.", "admin.config.oauth.microsoft-tenant.description": "Microsoft OAuth 앱의 테넌트 ID\n공통: Microsoft 개인 계정과 Microsoft Entra ID의 직장 또는 학교 계정을 모두 가진 사용자는 응용 프로그램에 로그인할 수 있습니다. 조직: Microsoft Entra ID의 직장 또는 학교 계정을 가진 사용자만 응용 프로그램에 로그인할 수 있습니다.\n소비자: 개인 마이크로소프트 계정을 가진 사용자만 애플리케이션에 로그인할 수 있습니다.\nMicrosoft Entra 테넌트의 도메인 이름 또는 GUID 형식의 테넌트 ID: 특정 Microsoft Entra 테넌트의 사용자(직장 또는 학교 계정을 가진 디렉토리 구성원 또는 개인 Microsoft 계정을 가진 디렉토리 게스트)만 응용 프로그램에 로그인할 수 있습니다.",
"admin.config.oauth.microsoft-client-id": "Microsoft Client ID", "admin.config.oauth.microsoft-client-id": "마이크로소프트 클라이언트 ID",
"admin.config.oauth.microsoft-client-id.description": "Client ID of the Microsoft OAuth app", "admin.config.oauth.microsoft-client-id.description": "Microsoft OAuth 앱의 클라이언트 ID",
"admin.config.oauth.microsoft-client-secret": "Microsoft Client secret", "admin.config.oauth.microsoft-client-secret": "Microsoft 클라이언트 secret",
"admin.config.oauth.microsoft-client-secret.description": "Client secret of the Microsoft OAuth app", "admin.config.oauth.microsoft-client-secret.description": "Microsoft OAuth 앱의 클라이언트 비밀",
"admin.config.oauth.discord-enabled": "Discord", "admin.config.oauth.discord-enabled": "디스코드",
"admin.config.oauth.discord-enabled.description": "Whether Discord login is enabled", "admin.config.oauth.discord-enabled.description": "Discord 로그인 활성화 여부",
"admin.config.oauth.discord-limited-guild": "Discord limited server ID", "admin.config.oauth.discord-limited-guild": "디스코드 제한 서버 ID",
"admin.config.oauth.discord-limited-guild.description": "Limit signing in to users in a specific server. Leave it blank to disable.", "admin.config.oauth.discord-limited-guild.description": "특정 서버의 사용자로 로그인을 제한합니다. 사용하지 않으려면 비워 둡니다.",
"admin.config.oauth.discord-client-id": "Discord Client ID", "admin.config.oauth.discord-client-id": "디스코드 클라이언트 ID",
"admin.config.oauth.discord-client-id.description": "Client ID of the Discord OAuth app", "admin.config.oauth.discord-client-id.description": "Discord OAuth 앱의 클라이언트 ID",
"admin.config.oauth.discord-client-secret": "Discord Client secret", "admin.config.oauth.discord-client-secret": "Discord 클라이언트 secret",
"admin.config.oauth.discord-client-secret.description": "Client secret of the Discord OAuth app", "admin.config.oauth.discord-client-secret.description": "Discord OAuth 앱의 클라이언트 secret",
"admin.config.oauth.oidc-enabled": "OpenID Connect", "admin.config.oauth.oidc-enabled": "OpenID 연결",
"admin.config.oauth.oidc-enabled.description": "Whether OpenID Connect login is enabled", "admin.config.oauth.oidc-enabled.description": "OpenID Connect 로그인 사용 여부",
"admin.config.oauth.oidc-discovery-uri": "OpenID Connect Discovery URI", "admin.config.oauth.oidc-discovery-uri": "OpenID Connect Discovery URI",
"admin.config.oauth.oidc-discovery-uri.description": "Discovery URI of the OpenID Connect OAuth app", "admin.config.oauth.oidc-discovery-uri.description": "Discovery URI of the OpenID Connect OAuth app",
"admin.config.oauth.oidc-username-claim": "OpenID Connect username claim", "admin.config.oauth.oidc-username-claim": "OpenID Connect username claim",
"admin.config.oauth.oidc-username-claim.description": "Username claim in OpenID Connect ID token. Leave it blank if you don't know what this config is.", "admin.config.oauth.oidc-username-claim.description": "OpenID Connect ID 토큰의 Username claim 입니다. 이 구성이 무엇인지 모르면 비워 둡니다.",
"admin.config.oauth.oidc-client-id": "OpenID Connect Client ID", "admin.config.oauth.oidc-client-id": "OpenID Connect 클라이언트 ID",
"admin.config.oauth.oidc-client-id.description": "Client ID of the OpenID Connect OAuth app", "admin.config.oauth.oidc-client-id.description": "OpenID Connect OAuth 앱의 클라이언트 ID",
"admin.config.oauth.oidc-client-secret": "OpenID Connect Client secret", "admin.config.oauth.oidc-client-secret": "OpenID 클라이언트 secret",
"admin.config.oauth.oidc-client-secret.description": "Client secret of the OpenID Connect OAuth app", "admin.config.oauth.oidc-client-secret.description": "OpenID Connect OAuth 앱의 클라이언트 secret",
// 404 // 404
"404.description": "Oops this page doesn't exist.", "404.description": "이런, 이 페이지는 존재하지 않습니다.",
"404.button.home": "Bring me back home", "404.button.home": "나를 집으로 데려다 줘",
// error // error
"error.title": "Error", "error.title": "에러",
"error.description": "Oops!", "error.description": "이런!",
"error.button.back": "Go back", "error.button.back": "뒤로 가기",
"error.msg.default": "Something went wrong.", "error.msg.default": "문제가 발생했습니다",
"error.msg.access_denied": "You canceled the authentication process, please try again.", "error.msg.access_denied": "인증 프로세스가 취소되었습니다. 다시 시도하십시오.",
"error.msg.expired_token": "The authentication process took too long, please try again.", "error.msg.expired_token": "인증 절차가 너무 오래 걸렸습니다. 다시 시도하십시오.",
"error.msg.invalid_token": "Internal Error", "error.msg.invalid_token": "내부 오류",
"error.msg.no_user": "User linked to this {0} account doesn't exist.", "error.msg.no_user": "{0} 계정에 연결된 사용자가 없습니다.",
"error.msg.no_email": "Can't get email address from this {0} account.", "error.msg.no_email": "이 {0} 계정에서 메일 주소를 가져올 수 없습니다.",
"error.msg.already_linked": "This {0} account is already linked to another account.", "error.msg.already_linked": "이 {0} 계정은 이미 다른 계정에 연결되어 있습니다.",
"error.msg.not_linked": "This {0} account haven't linked to any account yet.", "error.msg.not_linked": "이 {0} 계정은 아직 어떤 계정에도 연결되지 않았습니다.",
"error.msg.unverified_account": "This {0} account is unverified, please try again after verification.", "error.msg.unverified_account": "이 {0} 계정은 확인되지 않았습니다. 확인 후 다시 시도하십시오.",
"error.msg.discord_guild_permission_denied": "You are not allowed to sign in.", "error.msg.discord_guild_permission_denied": "로그인할 수 없습니다.",
"error.msg.cannot_get_user_info": "Can not get your user info from this {0} account.", "error.msg.cannot_get_user_info": "이 {0} 계정에서 사용자 정보를 가져올 수 없습니다",
"error.param.provider_github": "GitHub", "error.param.provider_github": "깃허브",
"error.param.provider_google": "Google", "error.param.provider_google": "구글",
"error.param.provider_microsoft": "Microsoft", "error.param.provider_microsoft": "마이크로소프트",
"error.param.provider_discord": "Discord", "error.param.provider_discord": "디스코드",
"error.param.provider_oidc": "OpenID Connect", "error.param.provider_oidc": "OpenID 연결",
// Common translations // Common translations
"common.button.save": "Save", "common.button.save": "저장",
"common.button.create": "Create", "common.button.create": "새로 만들기",
"common.button.submit": "Submit", "common.button.submit": "제출",
"common.button.delete": "Delete", "common.button.delete": "삭제",
"common.button.cancel": "Cancel", "common.button.cancel": "취소",
"common.button.confirm": "Confirm", "common.button.confirm": "확인",
"common.button.disable": "Disable", "common.button.disable": "비활성화",
"common.button.share": "Share", "common.button.share": "공유",
"common.button.generate": "Generate", "common.button.generate": "생성",
"common.button.done": "Done", "common.button.done": "완료",
"common.text.link": "Link", "common.text.link": "링크",
"common.text.navigate-to-link": "Go to the link", "common.text.navigate-to-link": "링크로 이동",
"common.text.or": "or", "common.text.or": "또는",
"common.button.go-back": "Go back", "common.button.go-back": "뒤로 가기",
"common.button.go-home": "첫 페이지", "common.button.go-home": "첫 페이지",
"common.notify.copied": "Your link was copied to the clipboard", "common.notify.copied": "당신의 링크가 클립보드에 복사되었습니다.",
"common.success": "성공", "common.success": "성공",
"common.error": "에러", "common.error": "에러",
"common.error.unknown": "An unknown error occurred", "common.error.unknown": "알 수 없는 오류가 발생했습니다.",
"common.error.invalid-email": "Invalid email address", "common.error.invalid-email": "이메일 주소가 틀립니다",
"common.error.too-short": "Must be at least {length} characters", "common.error.too-short": "최소 {length} 자 이상이어야 합니다",
"common.error.too-long": "Must be at most {length} characters", "common.error.too-long": "최대 {length} 자 까지 입력가능합니다.",
"common.error.exact-length": "Must be exactly {length} characters", "common.error.exact-length": "{length} 자 이어야 합니다.",
"common.error.invalid-number": "Must be a number", "common.error.invalid-number": "숫자만 가능합니다.",
"common.error.field-required": "This field is required" "common.error.field-required": "이 필드는 필수입니다"
}; };