bitwarden-mobile/src/App/Resources/AppResources.ko.resx

2557 lines
110 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="About" xml:space="preserve">
<value>정보</value>
</data>
<data name="Add" xml:space="preserve">
<value>추가</value>
<comment>Add/create a new entity (verb).</comment>
</data>
<data name="AddFolder" xml:space="preserve">
<value>폴더 추가</value>
</data>
<data name="AddItem" xml:space="preserve">
<value>항목 추가</value>
<comment>The title for the add item page.</comment>
</data>
<data name="AnErrorHasOccurred" xml:space="preserve">
<value>오류가 발생했습니다.</value>
<comment>Alert title when something goes wrong.</comment>
</data>
<data name="Back" xml:space="preserve">
<value>뒤로</value>
<comment>Navigate back to the previous screen.</comment>
</data>
<data name="Bitwarden" xml:space="preserve">
<value>Bitwarden</value>
<comment>App name. Shouldn't ever change.</comment>
</data>
<data name="Cancel" xml:space="preserve">
<value>취소</value>
<comment>Cancel an operation.</comment>
</data>
<data name="Copy" xml:space="preserve">
<value>복사</value>
<comment>Copy some value to your clipboard.</comment>
</data>
<data name="CopyPassword" xml:space="preserve">
<value>비밀번호 복사</value>
<comment>The button text that allows a user to copy the login's password to their clipboard.</comment>
</data>
<data name="CopyUsername" xml:space="preserve">
<value>사용자 이름 복사</value>
<comment>The button text that allows a user to copy the login's username to their clipboard.</comment>
</data>
<data name="Credits" xml:space="preserve">
<value>크레딧</value>
<comment>Title for page that we use to give credit to resources that we use.</comment>
</data>
<data name="Delete" xml:space="preserve">
<value>삭제</value>
<comment>Delete an entity (verb).</comment>
</data>
<data name="Deleting" xml:space="preserve">
<value>삭제 중...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="DoYouReallyWantToDelete" xml:space="preserve">
<value>정말 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다.</value>
<comment>Confirmation alert message when deleteing something.</comment>
</data>
<data name="Edit" xml:space="preserve">
<value>편집</value>
</data>
<data name="EditFolder" xml:space="preserve">
<value>폴더 편집</value>
</data>
<data name="Email" xml:space="preserve">
<value>이메일</value>
<comment>Short label for an email address.</comment>
</data>
<data name="EmailAddress" xml:space="preserve">
<value>이메일 주소</value>
<comment>Full label for a email address.</comment>
</data>
<data name="EmailUs" xml:space="preserve">
<value>이메일 보내기</value>
</data>
<data name="EmailUsDescription" xml:space="preserve">
<value>저희에게 이메일을 보내 도움을 요청하거나 의견을 말씀하세요.</value>
</data>
<data name="EnterPIN" xml:space="preserve">
<value>PIN 코드를 입력하세요.</value>
</data>
<data name="Favorites" xml:space="preserve">
<value>즐겨찾기</value>
<comment>Title for your favorite items in the vault.</comment>
</data>
<data name="FileBugReport" xml:space="preserve">
<value>버그 리포트 첨부</value>
</data>
<data name="FileBugReportDescription" xml:space="preserve">
<value>GitHub 리포지터리에 Issue 티켓을 엽니다.</value>
</data>
<data name="FingerprintDirection" xml:space="preserve">
<value>지문을 사용하여 인증하세요.</value>
</data>
<data name="Folder" xml:space="preserve">
<value>폴더</value>
<comment>Label for a folder.</comment>
</data>
<data name="FolderCreated" xml:space="preserve">
<value>새 폴더를 만들었습니다.</value>
</data>
<data name="FolderDeleted" xml:space="preserve">
<value>폴더를 삭제했습니다.</value>
</data>
<data name="FolderNone" xml:space="preserve">
<value>폴더 없음</value>
<comment>Items that have no folder specified go in this special "catch-all" folder.</comment>
</data>
<data name="Folders" xml:space="preserve">
<value>폴더</value>
</data>
<data name="FolderUpdated" xml:space="preserve">
<value>폴더가 저장됨</value>
</data>
<data name="GoToWebsite" xml:space="preserve">
<value>웹 사이트로 이동</value>
<comment>The button text that allows user to launch the website to their web browser.</comment>
</data>
<data name="HelpAndFeedback" xml:space="preserve">
<value>도움말 및 의견</value>
</data>
<data name="Hide" xml:space="preserve">
<value>숨기기</value>
<comment>Hide a secret value that is currently shown (password).</comment>
</data>
<data name="InternetConnectionRequiredMessage" xml:space="preserve">
<value>계속하기 전에 인터넷에 연결해 주세요.</value>
<comment>Description message for the alert when internet connection is required to continue.</comment>
</data>
<data name="InternetConnectionRequiredTitle" xml:space="preserve">
<value>인터넷 연결 필요</value>
<comment>Title for the alert when internet connection is required to continue.</comment>
</data>
<data name="InvalidMasterPassword" xml:space="preserve">
<value>마스터 비밀번호가 잘못되었습니다. 다시 시도해 주세요.</value>
</data>
<data name="InvalidPIN" xml:space="preserve">
<value>PIN이 잘못되었습니다. 다시 시도해 주세요.</value>
</data>
<data name="Launch" xml:space="preserve">
<value>열기</value>
<comment>The button text that allows user to launch the website to their web browser.</comment>
</data>
<data name="LogIn" xml:space="preserve">
<value>로그인</value>
<comment>The login button text (verb).</comment>
</data>
<data name="LogInNoun" xml:space="preserve">
<value>로그인</value>
<comment>Title for login page. (noun)</comment>
</data>
<data name="LogOut" xml:space="preserve">
<value>로그아웃</value>
<comment>The log out button text (verb).</comment>
</data>
<data name="LogoutConfirmation" xml:space="preserve">
<value>정말 로그아웃하시겠습니까?</value>
</data>
<data name="RemoveAccount" xml:space="preserve">
<value>계정 제거</value>
</data>
<data name="RemoveAccountConfirmation" xml:space="preserve">
<value>정말로 이 계정을 삭제하시겠어요?</value>
</data>
<data name="AccountAlreadyAdded" xml:space="preserve">
<value>이미 추가된 계정입니다.</value>
</data>
<data name="SwitchToAlreadyAddedAccountConfirmation" xml:space="preserve">
<value>해당 계정으로 전환할까요?</value>
</data>
<data name="MasterPassword" xml:space="preserve">
<value>마스터 비밀번호</value>
<comment>Label for a master password.</comment>
</data>
<data name="More" xml:space="preserve">
<value>자세히</value>
<comment>Text to define that there are more options things to see.</comment>
</data>
<data name="MyVault" xml:space="preserve">
<value>내 보관함</value>
<comment>The title for the vault page.</comment>
</data>
<data name="Authenticator" xml:space="preserve">
<value>인증기</value>
<comment>Authenticator TOTP feature</comment>
</data>
<data name="Name" xml:space="preserve">
<value>이름</value>
<comment>Label for an entity name.</comment>
</data>
<data name="No" xml:space="preserve">
<value>아니오</value>
</data>
<data name="Notes" xml:space="preserve">
<value>메모</value>
<comment>Label for notes.</comment>
</data>
<data name="Ok" xml:space="preserve">
<value>확인</value>
<comment>Acknowledgement.</comment>
</data>
<data name="Password" xml:space="preserve">
<value>비밀번호</value>
<comment>Label for a password.</comment>
</data>
<data name="Save" xml:space="preserve">
<value>저장</value>
<comment>Button text for a save operation (verb).</comment>
</data>
<data name="Move" xml:space="preserve">
<value>이동</value>
</data>
<data name="Saving" xml:space="preserve">
<value>저장 중...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="Settings" xml:space="preserve">
<value>설정</value>
<comment>The title for the settings page.</comment>
</data>
<data name="Show" xml:space="preserve">
<value>표시</value>
<comment>Reveal a hidden value (password).</comment>
</data>
<data name="ItemDeleted" xml:space="preserve">
<value>항목을 삭제했습니다.</value>
<comment>Confirmation message after successfully deleting a login.</comment>
</data>
<data name="Submit" xml:space="preserve">
<value>보내기</value>
</data>
<data name="Sync" xml:space="preserve">
<value>동기화</value>
<comment>The title for the sync page.</comment>
</data>
<data name="ThankYou" xml:space="preserve">
<value>감사합니다</value>
</data>
<data name="Tools" xml:space="preserve">
<value>도구</value>
<comment>The title for the tools page.</comment>
</data>
<data name="URI" xml:space="preserve">
<value>URI</value>
<comment>Label for a uri/url.</comment>
</data>
<data name="UseFingerprintToUnlock" xml:space="preserve">
<value>지문으로 잠금 해제</value>
</data>
<data name="Username" xml:space="preserve">
<value>사용자 이름</value>
<comment>Label for a username.</comment>
</data>
<data name="ValidationFieldRequired" xml:space="preserve">
<value>{0} 필드는 반드시 입력해야 합니다.</value>
<comment>Validation message for when a form field is left blank and is required to be entered.</comment>
</data>
<data name="ValueHasBeenCopied" xml:space="preserve">
<value>{0} 항목을 복사했습니다.</value>
<comment>Confirmation message after successfully copying a value to the clipboard.</comment>
</data>
<data name="VerifyFingerprint" xml:space="preserve">
<value>지문 확인</value>
</data>
<data name="VerifyMasterPassword" xml:space="preserve">
<value>마스터 비밀번호 확인</value>
</data>
<data name="VerifyPIN" xml:space="preserve">
<value>PIN 확인</value>
</data>
<data name="Version" xml:space="preserve">
<value>버전</value>
</data>
<data name="View" xml:space="preserve">
<value>보기</value>
</data>
<data name="VisitOurWebsite" xml:space="preserve">
<value>웹 사이트 방문</value>
</data>
<data name="VisitOurWebsiteDescription" xml:space="preserve">
<value>도움이 필요하거나 뉴스, 이메일 또는 Bitwarden을 사용하는 방법이 궁금하시면 웹 사이트를 방문하세요.</value>
</data>
<data name="Website" xml:space="preserve">
<value>웹 사이트</value>
<comment>Label for a website.</comment>
</data>
<data name="Yes" xml:space="preserve">
<value></value>
</data>
<data name="Account" xml:space="preserve">
<value>계정</value>
</data>
<data name="AccountCreated" xml:space="preserve">
<value>계정 생성이 완료되었습니다! 이제 로그인하실 수 있습니다.</value>
</data>
<data name="AddAnItem" xml:space="preserve">
<value>항목 추가</value>
</data>
<data name="AppExtension" xml:space="preserve">
<value>앱 확장 프로그램</value>
</data>
<data name="AutofillAccessibilityDescription" xml:space="preserve">
<value>웹 사이트 및 앱에서 자동 완성 서비스를 사용하려면 Bitwarden 접근성 서비스를 사용 설정하세요.</value>
</data>
<data name="AutofillService" xml:space="preserve">
<value>자동 완성 서비스</value>
</data>
<data name="AvoidAmbiguousCharacters" xml:space="preserve">
<value>모호한 문자 사용 안 함</value>
</data>
<data name="BitwardenAppExtension" xml:space="preserve">
<value>Bitwarden 앱 확장 프로그램</value>
</data>
<data name="BitwardenAppExtensionAlert2" xml:space="preserve">
<value>보관함에 새 로그인을 추가하는 가장 쉬운 방법은 Bitwarden 확장 프로그램을 사용하는 것입니다. "설정" 화면으로 이동하여 Bitwarden 확장 프로그램에 대해 더 자세히 알아보세요.</value>
</data>
<data name="BitwardenAppExtensionDescription" xml:space="preserve">
<value>Safari 및 다른 앱에서 Bitwarden을 사용하여 로그인을 자동 완성하세요.</value>
</data>
<data name="BitwardenAutofillService" xml:space="preserve">
<value>Bitwarden 자동 완성 서비스</value>
</data>
<data name="BitwardenAutofillAccessibilityServiceDescription" xml:space="preserve">
<value>자동 완성 서비스를 사용하려면 Bitwarden 접근성 서비스를 사용 설정하세요.</value>
</data>
<data name="ChangeEmail" xml:space="preserve">
<value>이메일 변경</value>
</data>
<data name="ChangeEmailConfirmation" xml:space="preserve">
<value>bitwarden.com 웹 보관함에서 이메일 주소를 바꿀 수 있습니다. 지금 웹 사이트를 방문하시겠습니까?</value>
</data>
<data name="ChangeMasterPassword" xml:space="preserve">
<value>마스터 비밀번호 변경</value>
</data>
<data name="ChangePasswordConfirmation" xml:space="preserve">
<value>bitwarden.com 웹 보관함에서 마스터 비밀번호를 바꿀 수 있습니다. 지금 웹 사이트를 방문하시겠습니까?</value>
</data>
<data name="Close" xml:space="preserve">
<value>닫기</value>
</data>
<data name="Continue" xml:space="preserve">
<value>계속</value>
</data>
<data name="CreateAccount" xml:space="preserve">
<value>계정 만들기</value>
</data>
<data name="CreatingAccount" xml:space="preserve">
<value>계정 생성 중...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="EditItem" xml:space="preserve">
<value>항목 편집</value>
</data>
<data name="EnableAutomaticSyncing" xml:space="preserve">
<value>자동 동기화 사용</value>
</data>
<data name="EnterEmailForHint" xml:space="preserve">
<value>마스터 비밀번호 힌트를 받으려면 계정의 이메일 주소를 입력하세요.</value>
</data>
<data name="ExntesionReenable" xml:space="preserve">
<value>앱 확장 프로그램 재활성화</value>
</data>
<data name="ExtensionAlmostDone" xml:space="preserve">
<value>거의 다 됐습니다!</value>
</data>
<data name="ExtensionEnable" xml:space="preserve">
<value>앱 확장 프로그램 활성화</value>
</data>
<data name="ExtensionInSafari" xml:space="preserve">
<value>Safari에서는 공유 아이콘을 사용하면 Bitwarden을 찾을 수 있습니다(참고: 메뉴의 아래쪽 줄을 오른쪽으로 스크롤하세요).</value>
<comment>Safari is the name of apple's web browser</comment>
</data>
<data name="ExtensionInstantAccess" xml:space="preserve">
<value>비밀번호에 바로 접근하세요!</value>
</data>
<data name="ExtensionReady" xml:space="preserve">
<value>로그인할 준비가 되었습니다!</value>
</data>
<data name="ExtensionSetup" xml:space="preserve">
<value>이제 Safari, Chrome 및 다른 앱에서 로그인에 간단히 접근할 수 있습니다.</value>
</data>
<data name="ExtensionSetup2" xml:space="preserve">
<value>Safari 및 Chrome에서는 공유 아이콘을 사용하면 Bitwarden을 찾을 수 있습니다(참고: 공유 메뉴의 아래쪽 줄을 오른쪽으로 스크롤하세요).</value>
</data>
<data name="ExtensionTapIcon" xml:space="preserve">
<value>확장 프로그램을 실행하려면 메뉴에서 Bitwarden 아이콘을 누르세요.</value>
</data>
<data name="ExtensionTurnOn" xml:space="preserve">
<value>Safari 및 다른 앱에서 Bitwarden을 사용 설정하려면 메뉴의 아래쪽 줄에서 "기타" 아이콘을 누르세요.</value>
</data>
<data name="Favorite" xml:space="preserve">
<value>즐겨찾기</value>
</data>
<data name="Fingerprint" xml:space="preserve">
<value>지문</value>
</data>
<data name="GeneratePassword" xml:space="preserve">
<value>비밀번호 생성</value>
</data>
<data name="GetPasswordHint" xml:space="preserve">
<value>마스터 비밀번호 힌트 얻기</value>
</data>
<data name="ImportItems" xml:space="preserve">
<value>항목 가져오기</value>
</data>
<data name="ImportItemsConfirmation" xml:space="preserve">
<value>bitwarden.com 웹 보관함에서 항목을 한꺼번에 가져올 수 있습니다. 지금 웹 사이트를 방문하시겠습니까?</value>
</data>
<data name="ImportItemsDescription" xml:space="preserve">
<value>다른 비밀번호 관리 앱에서 사용자의 항목을 한꺼번에 빠르게 가져옵니다.</value>
</data>
<data name="LastSync" xml:space="preserve">
<value>마지막 동기화:</value>
</data>
<data name="Length" xml:space="preserve">
<value>길이</value>
</data>
<data name="Lock" xml:space="preserve">
<value>잠금</value>
</data>
<data name="FifteenMinutes" xml:space="preserve">
<value>15분</value>
</data>
<data name="OneHour" xml:space="preserve">
<value>1시간</value>
</data>
<data name="OneMinute" xml:space="preserve">
<value>1분</value>
</data>
<data name="FourHours" xml:space="preserve">
<value>4시간</value>
</data>
<data name="Immediately" xml:space="preserve">
<value>즉시</value>
</data>
<data name="VaultTimeout" xml:space="preserve">
<value>보관함 시간 제한</value>
</data>
<data name="VaultTimeoutAction" xml:space="preserve">
<value>보관함 시간 제한 초과시 동작</value>
</data>
<data name="VaultTimeoutLogOutConfirmation" xml:space="preserve">
<value>로그아웃하면 보관함에 대한 모든 접근이 제거되며 시간 제한을 초과하면 온라인 인증을 요구합니다. 정말로 이 설정을 사용하시겠습니까?</value>
</data>
<data name="LoggingIn" xml:space="preserve">
<value>로그인 중...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="LoginOrCreateNewAccount" xml:space="preserve">
<value>안전 보관함에 접근하려면 로그인하거나 새 계정을 만드세요.</value>
</data>
<data name="Manage" xml:space="preserve">
<value>관리</value>
</data>
<data name="MasterPasswordConfirmationValMessage" xml:space="preserve">
<value>비밀번호 확인과 비밀번호가 일치하지 않습니다.</value>
</data>
<data name="MasterPasswordDescription" xml:space="preserve">
<value>마스터 비밀번호는 보관함을 열 때 필요한 비밀번호입니다. 절대 마스터 비밀번호를 잊어버리지 마세요. 잊어버리면 복구할 수 있는 방법이 없습니다.</value>
</data>
<data name="MasterPasswordHint" xml:space="preserve">
<value>마스터 비밀번호 힌트 (선택)</value>
</data>
<data name="MasterPasswordHintDescription" xml:space="preserve">
<value>마스터 비밀번호 힌트는 마스터 비밀번호를 잊었을 때 도움이 될 수 있습니다.</value>
</data>
<data name="MasterPasswordLengthValMessage" xml:space="preserve">
<value>마스터 비밀번호는 최소 8자 이상이어야 합니다.</value>
</data>
<data name="MinNumbers" xml:space="preserve">
<value>숫자 최소 개수</value>
<comment>Minimum numeric characters for password generator settings</comment>
</data>
<data name="MinSpecial" xml:space="preserve">
<value>특수 문자 최소 개수</value>
<comment>Minimum special characters for password generator settings</comment>
</data>
<data name="MoreSettings" xml:space="preserve">
<value>기타 설정</value>
</data>
<data name="MustLogInMainApp" xml:space="preserve">
<value>확장 프로그램을 사용하려면 먼저 Bitwarden 앱에 로그인해야 합니다.</value>
</data>
<data name="Never" xml:space="preserve">
<value>잠그지 않음</value>
</data>
<data name="NewItemCreated" xml:space="preserve">
<value>새 항목을 만들었습니다.</value>
</data>
<data name="NoFavorites" xml:space="preserve">
<value>보관함에 추가한 즐겨찾기가 없습니다.</value>
</data>
<data name="NoItems" xml:space="preserve">
<value>보관함에 추가한 항목이 없습니다.</value>
</data>
<data name="NoItemsTap" xml:space="preserve">
<value>보관함에 이 웹사이트에 대한 항목이 없습니다. 추가하려면 누르세요.</value>
</data>
<data name="NoUsernamePasswordConfigured" xml:space="preserve">
<value>이 로그인에는 사용자 이름 또는 비밀번호가 등록되어 있지 않습니다.</value>
</data>
<data name="OkGotIt" xml:space="preserve">
<value>네, 알겠습니다!</value>
<comment>Confirmation, like "Ok, I understand it"</comment>
</data>
<data name="OptionDefaults" xml:space="preserve">
<value>옵션 기본값은 Bitwarden 앱의 비밀번호 생성기에서 설정할 수 있습니다.</value>
</data>
<data name="Options" xml:space="preserve">
<value>옵션</value>
</data>
<data name="Other" xml:space="preserve">
<value>기타</value>
</data>
<data name="PasswordGenerated" xml:space="preserve">
<value>비밀번호가 생성되었습니다.</value>
</data>
<data name="PasswordGenerator" xml:space="preserve">
<value>비밀번호 생성기</value>
</data>
<data name="PasswordHint" xml:space="preserve">
<value>비밀번호 힌트</value>
</data>
<data name="PasswordHintAlert" xml:space="preserve">
<value>마스터 비밀번호 힌트가 담긴 이메일을 보냈습니다.</value>
</data>
<data name="PasswordOverrideAlert" xml:space="preserve">
<value>정말 현재 비밀번호를 덮어쓰시겠습니까?</value>
</data>
<data name="PushNotificationAlert" xml:space="preserve">
<value>Bitwarden은 푸시 알림을 사용하여 사용자의 보관함을 자동으로 동기화합니다. 다음 대화 상자에서 푸시 알림에 대해 물어보면 최상의 사용자 경험을 위해 "승인"을 선택해 주세요.</value>
<comment>Push notifications for apple products</comment>
</data>
<data name="RateTheApp" xml:space="preserve">
<value>앱 평가하기</value>
</data>
<data name="RateTheAppDescription" xml:space="preserve">
<value>좋은 리뷰를 남겨 저희를 도와주세요!</value>
</data>
<data name="RegeneratePassword" xml:space="preserve">
<value>비밀번호 재생성</value>
</data>
<data name="RetypeMasterPassword" xml:space="preserve">
<value>마스터 비밀번호 다시 입력</value>
</data>
<data name="SearchVault" xml:space="preserve">
<value>보관함 검색</value>
</data>
<data name="Security" xml:space="preserve">
<value>보안</value>
</data>
<data name="Select" xml:space="preserve">
<value>선택</value>
</data>
<data name="SetPIN" xml:space="preserve">
<value>PIN 설정</value>
</data>
<data name="SetPINDirection" xml:space="preserve">
<value>앱 잠금을 해제할 4자리의 PIN 코드를 입력하세요.</value>
</data>
<data name="ItemInformation" xml:space="preserve">
<value>항목 정보</value>
</data>
<data name="ItemUpdated" xml:space="preserve">
<value>항목을 업데이트했습니다.</value>
</data>
<data name="Submitting" xml:space="preserve">
<value>전송 중...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="Syncing" xml:space="preserve">
<value>동기화 중...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="SyncingComplete" xml:space="preserve">
<value>동기화를 완료했습니다.</value>
</data>
<data name="SyncingFailed" xml:space="preserve">
<value>동기화에 실패했습니다.</value>
</data>
<data name="SyncVaultNow" xml:space="preserve">
<value>지금 보관함 동기화</value>
</data>
<data name="TouchID" xml:space="preserve">
<value>Touch ID</value>
<comment>What Apple calls their fingerprint reader.</comment>
</data>
<data name="TwoStepLogin" xml:space="preserve">
<value>2단계 인증</value>
</data>
<data name="TwoStepLoginConfirmation" xml:space="preserve">
<value>2단계 인증은 보안 키, 인증 앱, SMS, 전화 통화 등의 다른 기기로 사용자의 로그인 시도를 검증하여 사용자의 계정을 더욱 안전하게 만듭니다. 2단계 인증은 bitwarden.com 웹 보관함에서 활성화할 수 있습니다. 지금 웹 사이트를 방문하시겠습니까?</value>
</data>
<data name="UnlockWith" xml:space="preserve">
<value>{0}을 사용하여 잠금 해제</value>
</data>
<data name="UnlockWithPIN" xml:space="preserve">
<value>PIN 코드를 사용하여 잠금 해제</value>
</data>
<data name="Validating" xml:space="preserve">
<value>유효성 검증 중</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="VerificationCode" xml:space="preserve">
<value>인증 코드</value>
</data>
<data name="ViewItem" xml:space="preserve">
<value>항목 보기</value>
</data>
<data name="WebVault" xml:space="preserve">
<value>Bitwarden 웹 보관함</value>
</data>
<data name="Lost2FAApp" xml:space="preserve">
<value>인증 앱에 접근할 수 없는 상황인가요?</value>
</data>
<data name="Items" xml:space="preserve">
<value>항목</value>
<comment>Screen title</comment>
</data>
<data name="ExtensionActivated" xml:space="preserve">
<value>확장 프로그램이 활성화되었습니다!</value>
</data>
<data name="Icons" xml:space="preserve">
<value>아이콘</value>
</data>
<data name="Translations" xml:space="preserve">
<value>번역</value>
</data>
<data name="ItemsForUri" xml:space="preserve">
<value>{0}에 대한 항목</value>
<comment>This is used for the autofill service. ex. "Logins for twitter.com"</comment>
</data>
<data name="NoItemsForUri" xml:space="preserve">
<value>보관함에 {0}에 대한 항목이 없습니다.</value>
<comment>This is used for the autofill service. ex. "There are no items in your vault for twitter.com".</comment>
</data>
<data name="BitwardenAutofillServiceOverlay" xml:space="preserve">
<value>입력 필드를 선택할 때 Bitwarden 자동 입력 오버레이가 보인다면 탭해서 자동 입력 서비스를 실행할 수 있습니다.</value>
</data>
<data name="BitwardenAutofillServiceNotificationContent" xml:space="preserve">
<value>보관함에 있는 항목으로 자동 완성을 사용하려면 이 알림을 누르세요.</value>
</data>
<data name="BitwardenAutofillServiceOpenAccessibilitySettings" xml:space="preserve">
<value>접근성 설정 열기</value>
</data>
<data name="BitwardenAutofillServiceStep1" xml:space="preserve">
<value>1. Android 접근성 설정 화면에서 "Bitwarden" 항목을 누르세요.</value>
</data>
<data name="BitwardenAutofillServiceStep2" xml:space="preserve">
<value>2. 토글을 눌러 사용 설정하고 확인을 누르세요.</value>
</data>
<data name="Disabled" xml:space="preserve">
<value>꺼짐</value>
</data>
<data name="Enabled" xml:space="preserve">
<value>켜짐</value>
</data>
<data name="Off" xml:space="preserve">
<value>끄기</value>
</data>
<data name="On" xml:space="preserve">
<value>켜기</value>
</data>
<data name="Status" xml:space="preserve">
<value>상태</value>
</data>
<data name="BitwardenAutofillServiceAlert2" xml:space="preserve">
<value>보관함에 새 로그인을 추가하는 가장 쉬운 방법은 Bitwarden 자동 완성 서비스를 사용하는 것입니다. "설정" 화면으로 이동하여 Bitwarden 자동 완성 서비스에 대해 더 자세히 알아보세요.</value>
</data>
<data name="Autofill" xml:space="preserve">
<value>자동 완성</value>
</data>
<data name="AutofillOrView" xml:space="preserve">
<value>이 항목을 보거나 자동 완성하시겠습니까?</value>
</data>
<data name="BitwardenAutofillServiceMatchConfirm" xml:space="preserve">
<value>정말 이 항목을 자동 완성하시겠습니까? "{0}"에 완벽히 일치하는 항목이 아닙니다.</value>
</data>
<data name="MatchingItems" xml:space="preserve">
<value>일치하는 항목</value>
</data>
<data name="PossibleMatchingItems" xml:space="preserve">
<value>일치할 수도 있는 항목</value>
</data>
<data name="Search" xml:space="preserve">
<value>검색</value>
</data>
<data name="BitwardenAutofillServiceSearch" xml:space="preserve">
<value>"{0}"에 대한 자동 완성 항목을 보고 계십니다.</value>
</data>
<data name="LearnOrg" xml:space="preserve">
<value>조직에 대해 알아보기</value>
</data>
<data name="CannotOpenApp" xml:space="preserve">
<value>"{0}" 앱을 열 수 없습니다.</value>
<comment>Message shown when trying to launch an app that does not exist on the user's device.</comment>
</data>
<data name="AuthenticatorAppTitle" xml:space="preserve">
<value>인증 앱</value>
<comment>For 2FA</comment>
</data>
<data name="EnterVerificationCodeApp" xml:space="preserve">
<value>인증 앱에서 6자리 인증 코드를 입력하세요.</value>
<comment>For 2FA</comment>
</data>
<data name="EnterVerificationCodeEmail" xml:space="preserve">
<value>{0} 주소로 전송된 6자리 인증 코드를 입력하세요.</value>
<comment>For 2FA</comment>
</data>
<data name="LoginUnavailable" xml:space="preserve">
<value>로그인 불가능</value>
<comment>For 2FA whenever there are no available providers on this device.</comment>
</data>
<data name="NoTwoStepAvailable" xml:space="preserve">
<value>이 계정은 2단계 인증을 사용합니다. 그러나 설정된 2단계 인증 중 이 기기에서 지원하는 방식이 없습니다. 지원하는 기기를 사용하거나 더 많은 기기를 지원하는 2단계 인증 방식(인증 앱 등)을 추가하세요.</value>
</data>
<data name="RecoveryCodeTitle" xml:space="preserve">
<value>복구 코드</value>
<comment>For 2FA</comment>
</data>
<data name="RememberMe" xml:space="preserve">
<value>기억하기</value>
<comment>Remember my two-step login</comment>
</data>
<data name="SendVerificationCodeAgain" xml:space="preserve">
<value>인증 코드 이메일 다시 보내기</value>
<comment>For 2FA</comment>
</data>
<data name="TwoStepLoginOptions" xml:space="preserve">
<value>2단계 인증 옵션</value>
</data>
<data name="UseAnotherTwoStepMethod" xml:space="preserve">
<value>다른 2단계 인증 사용</value>
</data>
<data name="VerificationEmailNotSent" xml:space="preserve">
<value>인증 이메일을 보내지 못했습니다. 다시 시도하세요.</value>
<comment>For 2FA</comment>
</data>
<data name="VerificationEmailSent" xml:space="preserve">
<value>인증 메일을 보냈습니다.</value>
<comment>For 2FA</comment>
</data>
<data name="YubiKeyInstruction" xml:space="preserve">
<value>계속하려면 YubiKey NEO를 기기의 뒤편에 대거나 YubiKey를 기기의 USB 포트에 삽입한 뒤, YubiKey의 버튼을 누르세요.</value>
</data>
<data name="YubiKeyTitle" xml:space="preserve">
<value>YubiKey 보안 키</value>
<comment>"YubiKey" is the product name and should not be translated.</comment>
</data>
<data name="AddNewAttachment" xml:space="preserve">
<value>새 첨부 파일 추가</value>
</data>
<data name="Attachments" xml:space="preserve">
<value>첨부 파일</value>
</data>
<data name="UnableToDownloadFile" xml:space="preserve">
<value>파일을 다운로드할 수 없습니다.</value>
</data>
<data name="UnableToOpenFile" xml:space="preserve">
<value>이 기기에서 열 수 없는 형식의 파일입니다.</value>
</data>
<data name="Downloading" xml:space="preserve">
<value>다운로드 중...</value>
<comment>Message shown when downloading a file</comment>
</data>
<data name="AttachmentLargeWarning" xml:space="preserve">
<value>이 첨부 파일의 크기는 {0}입니다. 정말 이 파일을 기기에 다운로드하시겠습니까?</value>
<comment>The placeholder will show the file size of the attachment. Ex "25 MB"</comment>
</data>
<data name="AuthenticatorKey" xml:space="preserve">
<value>인증 키 (TOTP)</value>
</data>
<data name="VerificationCodeTotp" xml:space="preserve">
<value>인증 코드 (TOTP)</value>
<comment>Totp code label</comment>
</data>
<data name="AuthenticatorKeyAdded" xml:space="preserve">
<value>인증 키를 추가했습니다.</value>
</data>
<data name="AuthenticatorKeyReadError" xml:space="preserve">
<value>인증 키를 읽을 수 없습니다.</value>
</data>
<data name="PointYourCameraAtTheQRCode" xml:space="preserve">
<value>카메라를 QR 코드로 가져다 대세요.
자동으로 스캔됩니다.</value>
</data>
<data name="ScanQrTitle" xml:space="preserve">
<value>QR 코드 스캔</value>
</data>
<data name="Camera" xml:space="preserve">
<value>카메라</value>
</data>
<data name="Photos" xml:space="preserve">
<value>사진</value>
</data>
<data name="CopyTotp" xml:space="preserve">
<value>TOTP 복사</value>
</data>
<data name="CopyTotpAutomaticallyDescription" xml:space="preserve">
<value>로그인에 인증 키가 연결되어 있을 경우, 그 로그인을 자동 완성할 때마다 TOTP 인증 코드가 클립보드에 자동으로 복사됩니다.</value>
</data>
<data name="CopyTotpAutomatically" xml:space="preserve">
<value>인증 코드 자동으로 복사하기</value>
</data>
<data name="PremiumRequired" xml:space="preserve">
<value>이 기능을 사용하려면 프리미엄 멤버십이 필요합니다.</value>
</data>
<data name="AttachementAdded" xml:space="preserve">
<value>첨부 파일 추가함</value>
</data>
<data name="AttachmentDeleted" xml:space="preserve">
<value>첨부 파일 삭제함</value>
</data>
<data name="ChooseFile" xml:space="preserve">
<value>파일 선택</value>
</data>
<data name="File" xml:space="preserve">
<value>파일</value>
</data>
<data name="NoFileChosen" xml:space="preserve">
<value>선택한 파일 없음</value>
</data>
<data name="NoAttachments" xml:space="preserve">
<value>첨부 파일이 없습니다.</value>
</data>
<data name="FileSource" xml:space="preserve">
<value>파일 위치</value>
</data>
<data name="FeatureUnavailable" xml:space="preserve">
<value>기능 사용할 수 없음</value>
</data>
<data name="MaxFileSize" xml:space="preserve">
<value>최대 파일 크기는 100MB입니다.</value>
</data>
<data name="UpdateKey" xml:space="preserve">
<value>이 기능을 사용하려면 암호화 키를 업데이트해야 합니다.</value>
</data>
<data name="LearnMore" xml:space="preserve">
<value>더 알아보기</value>
</data>
<data name="ApiUrl" xml:space="preserve">
<value>API 서버 URL</value>
</data>
<data name="CustomEnvironment" xml:space="preserve">
<value>사용자 지정 환경</value>
</data>
<data name="CustomEnvironmentFooter" xml:space="preserve">
<value>고급 사용자 전용 설정입니다. 각 서비스의 기본 URL을 개별적으로 지정할 수 있습니다.</value>
</data>
<data name="EnvironmentSaved" xml:space="preserve">
<value>환경 URL 값을 저장했습니다.</value>
</data>
<data name="FormattedIncorrectly" xml:space="preserve">
<value>{0} 값이 형식에 맞지 않습니다.</value>
<comment>Validation error when something is not formatted correctly, such as a URL or email address.</comment>
</data>
<data name="IdentityUrl" xml:space="preserve">
<value>ID 서버 URL</value>
<comment>"Identity" refers to an identity server. See more context here https://en.wikipedia.org/wiki/Identity_management</comment>
</data>
<data name="SelfHostedEnvironment" xml:space="preserve">
<value>자체 호스팅 환경</value>
</data>
<data name="SelfHostedEnvironmentFooter" xml:space="preserve">
<value>온-프레미스 Bitwarden이 호스팅되고 있는 서버의 기본 URL을 지정하세요.</value>
</data>
<data name="ServerUrl" xml:space="preserve">
<value>서버 URL</value>
</data>
<data name="WebVaultUrl" xml:space="preserve">
<value>웹 보관함 서버 URL</value>
</data>
<data name="BitwardenAutofillServiceNotificationContentOld" xml:space="preserve">
<value>보관함에 있는 항목을 보려면 이 알림을 누르세요.</value>
</data>
<data name="CustomFields" xml:space="preserve">
<value>사용자 지정 필드</value>
</data>
<data name="CopyNumber" xml:space="preserve">
<value>번호 복사</value>
</data>
<data name="CopySecurityCode" xml:space="preserve">
<value>보안 코드 복사</value>
</data>
<data name="Number" xml:space="preserve">
<value>번호</value>
</data>
<data name="SecurityCode" xml:space="preserve">
<value>보안 코드</value>
</data>
<data name="TypeCard" xml:space="preserve">
<value>카드</value>
</data>
<data name="TypeIdentity" xml:space="preserve">
<value>신원</value>
</data>
<data name="TypeLogin" xml:space="preserve">
<value>로그인</value>
</data>
<data name="TypeSecureNote" xml:space="preserve">
<value>보안 메모</value>
</data>
<data name="Address1" xml:space="preserve">
<value>주소 1</value>
</data>
<data name="Address2" xml:space="preserve">
<value>주소 2</value>
</data>
<data name="Address3" xml:space="preserve">
<value>주소 3</value>
</data>
<data name="April" xml:space="preserve">
<value>4월</value>
</data>
<data name="August" xml:space="preserve">
<value>8월</value>
</data>
<data name="Brand" xml:space="preserve">
<value>브랜드</value>
</data>
<data name="CardholderName" xml:space="preserve">
<value>카드 소유자 이름</value>
</data>
<data name="CityTown" xml:space="preserve">
<value>읍 / 면 / 동</value>
</data>
<data name="Company" xml:space="preserve">
<value>회사</value>
</data>
<data name="Country" xml:space="preserve">
<value>국가</value>
</data>
<data name="December" xml:space="preserve">
<value>12월</value>
</data>
<data name="Dr" xml:space="preserve">
<value>Dr</value>
</data>
<data name="ExpirationMonth" xml:space="preserve">
<value>만료 월</value>
</data>
<data name="ExpirationYear" xml:space="preserve">
<value>만료 연도</value>
</data>
<data name="February" xml:space="preserve">
<value>2월</value>
</data>
<data name="FirstName" xml:space="preserve">
<value>이름</value>
</data>
<data name="January" xml:space="preserve">
<value>1월</value>
</data>
<data name="July" xml:space="preserve">
<value>7월</value>
</data>
<data name="June" xml:space="preserve">
<value>6월</value>
</data>
<data name="LastName" xml:space="preserve">
<value></value>
</data>
<data name="FullName" xml:space="preserve">
<value>전체 이름</value>
</data>
<data name="LicenseNumber" xml:space="preserve">
<value>면허 번호</value>
</data>
<data name="March" xml:space="preserve">
<value>3월</value>
</data>
<data name="May" xml:space="preserve">
<value>5월</value>
</data>
<data name="MiddleName" xml:space="preserve">
<value>가운데 이름</value>
</data>
<data name="Mr" xml:space="preserve">
<value>Mr</value>
</data>
<data name="Mrs" xml:space="preserve">
<value>Mrs</value>
</data>
<data name="Ms" xml:space="preserve">
<value>Ms</value>
</data>
<data name="Mx" xml:space="preserve">
<value>Mx</value>
</data>
<data name="November" xml:space="preserve">
<value>11월</value>
</data>
<data name="October" xml:space="preserve">
<value>10월</value>
</data>
<data name="PassportNumber" xml:space="preserve">
<value>여권 번호</value>
</data>
<data name="Phone" xml:space="preserve">
<value>전화번호</value>
</data>
<data name="September" xml:space="preserve">
<value>9월</value>
</data>
<data name="SSN" xml:space="preserve">
<value>주민등록번호</value>
</data>
<data name="StateProvince" xml:space="preserve">
<value>시 / 도</value>
</data>
<data name="Title" xml:space="preserve">
<value>제목</value>
</data>
<data name="ZipPostalCode" xml:space="preserve">
<value>우편번호</value>
</data>
<data name="Address" xml:space="preserve">
<value>주소</value>
</data>
<data name="Expiration" xml:space="preserve">
<value>만료</value>
</data>
<data name="ShowWebsiteIcons" xml:space="preserve">
<value>웹사이트 아이콘 표시하기</value>
</data>
<data name="ShowWebsiteIconsDescription" xml:space="preserve">
<value>로그인 후 식별 가능한 이미지 표시</value>
</data>
<data name="IconsUrl" xml:space="preserve">
<value>아이콘 서버 URL</value>
</data>
<data name="AutofillWithBitwarden" xml:space="preserve">
<value>Bitwarden으로 자동 완성</value>
</data>
<data name="VaultIsLocked" xml:space="preserve">
<value>보관함이 잠겨 있음</value>
</data>
<data name="GoToMyVault" xml:space="preserve">
<value>내 보관함으로 이동</value>
</data>
<data name="Collections" xml:space="preserve">
<value>컬렉션</value>
</data>
<data name="NoItemsCollection" xml:space="preserve">
<value>이 컬렉션에 항목이 없습니다.</value>
</data>
<data name="NoItemsFolder" xml:space="preserve">
<value>이 폴더에 항목이 없습니다.</value>
</data>
<data name="NoItemsTrash" xml:space="preserve">
<value>휴지통에 아무 항목도 없습니다.</value>
</data>
<data name="AutofillAccessibilityService" xml:space="preserve">
<value>자동 완성 접근성 서비스</value>
</data>
<data name="AutofillServiceDescription" xml:space="preserve">
<value>Bitwarden 자동 완성 서비스는 기기의 다른 앱에서 로그인, 신용 카드 및 신원 정보를 입력하기 위해 Android 자동완성 프레임워크를 사용합니다.</value>
</data>
<data name="BitwardenAutofillServiceDescription" xml:space="preserve">
<value>다른 앱에서 로그인, 신용 카드, 신원 정보를 자동으로 채우려면 Bitwarden 자동완성 서비스를 사용하세요.</value>
</data>
<data name="BitwardenAutofillServiceOpenAutofillSettings" xml:space="preserve">
<value>자동완성 설정 열기</value>
</data>
<data name="FaceID" xml:space="preserve">
<value>Face ID</value>
<comment>What Apple calls their facial recognition reader.</comment>
</data>
<data name="FaceIDDirection" xml:space="preserve">
<value>Face ID를 사용하여 인증하세요.</value>
</data>
<data name="UseFaceIDToUnlock" xml:space="preserve">
<value>Face ID를 사용하여 잠금 해제</value>
</data>
<data name="VerifyFaceID" xml:space="preserve">
<value>Face ID를 사용하여 인증</value>
</data>
<data name="WindowsHello" xml:space="preserve">
<value>Windows Hello</value>
</data>
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
<value>Android 자동 완성 설정 메뉴를 자동으로 열지 못했습니다. Android 설정 &gt; 시스템 &gt; 언어 및 입력 &gt; 고급 &gt; 자동완성 서비스 메뉴로 직접 이동하실 수 있습니다.</value>
</data>
<data name="CustomFieldName" xml:space="preserve">
<value>사용자 지정 필드 이름</value>
</data>
<data name="FieldTypeBoolean" xml:space="preserve">
<value>참 / 거짓</value>
</data>
<data name="FieldTypeHidden" xml:space="preserve">
<value>숨김</value>
</data>
<data name="FieldTypeLinked" xml:space="preserve">
<value>연결됨</value>
</data>
<data name="FieldTypeText" xml:space="preserve">
<value>텍스트</value>
</data>
<data name="NewCustomField" xml:space="preserve">
<value>새 사용자 지정 필드</value>
</data>
<data name="SelectTypeField" xml:space="preserve">
<value>어떤 유형의 사용자 지정 필드를 추가하시겠습니까?</value>
</data>
<data name="Remove" xml:space="preserve">
<value>제거</value>
</data>
<data name="NewUri" xml:space="preserve">
<value>새 URI</value>
</data>
<data name="URIPosition" xml:space="preserve">
<value>URI {0}</value>
<comment>Label for a uri/url with position. i.e. URI 1, URI 2, etc</comment>
</data>
<data name="BaseDomain" xml:space="preserve">
<value>기본 도메인</value>
</data>
<data name="Default" xml:space="preserve">
<value>기본값</value>
</data>
<data name="Exact" xml:space="preserve">
<value>정확히 일치</value>
</data>
<data name="Host" xml:space="preserve">
<value>호스트</value>
<comment>A URL's host value. For example, the host of https://sub.domain.com:443 is 'sub.domain.com:443'.</comment>
</data>
<data name="RegEx" xml:space="preserve">
<value>정규 표현식</value>
<comment>A programming term, also known as 'RegEx'.</comment>
</data>
<data name="StartsWith" xml:space="preserve">
<value>...으로 시작</value>
</data>
<data name="URIMatchDetection" xml:space="preserve">
<value>URI 일치 인식</value>
</data>
<data name="MatchDetection" xml:space="preserve">
<value>일치 인식</value>
<comment>URI match detection for auto-fill.</comment>
</data>
<data name="YesAndSave" xml:space="preserve">
<value>예, 저장하겠습니다.</value>
</data>
<data name="AutofillAndSave" xml:space="preserve">
<value>자동 완성 및 저장</value>
</data>
<data name="Organization" xml:space="preserve">
<value>조직</value>
<comment>An entity of multiple related people (ex. a team or business organization).</comment>
</data>
<data name="HoldYubikeyNearTop" xml:space="preserve">
<value>기기의 위쪽에 Yubikey를 가져다 대세요.</value>
</data>
<data name="TryAgain" xml:space="preserve">
<value>다시 시도</value>
</data>
<data name="YubiKeyInstructionIos" xml:space="preserve">
<value>계속하려면 기기의 뒷면에 YubiKey NEO를 가져다 대세요.</value>
</data>
<data name="BitwardenAutofillAccessibilityServiceDescription2" xml:space="preserve">
<value>접근성 서비스는 앱이 표준 자동 완성 서비스를 지원하지 않을 때 유용할 수 있습니다.</value>
</data>
<data name="DatePasswordUpdated" xml:space="preserve">
<value>비밀번호 업데이트됨</value>
<comment>ex. Date this password was updated</comment>
</data>
<data name="DateUpdated" xml:space="preserve">
<value>업데이트됨</value>
<comment>ex. Date this item was updated</comment>
</data>
<data name="AutofillActivated" xml:space="preserve">
<value>자동 완성 활성화!</value>
</data>
<data name="MustLogInMainAppAutofill" xml:space="preserve">
<value>자동 완성을 사용하려면 먼저 Bitwarden 앱에 로그인해야 합니다.</value>
</data>
<data name="AutofillSetup" xml:space="preserve">
<value>앱과 웹 사이트에 로그인할 때 키보드에서 바로 실행할 수 있습니다.</value>
</data>
<data name="AutofillSetup2" xml:space="preserve">
<value>다른 자동 완성 앱을 사용할 계획이 없다면 설정에서 비활성화하는 것이 좋습니다.</value>
</data>
<data name="BitwardenAutofillDescription" xml:space="preserve">
<value>키보드에서 빠르게 비밀번호를 자동 완성 하려면 보관함에 액세스하십시오.</value>
</data>
<data name="AutofillTurnOn" xml:space="preserve">
<value>장치에서 비밀번호 자동 완성을 사용하려면 다음 안내사항을 따르십시오:</value>
</data>
<data name="AutofillTurnOn1" xml:space="preserve">
<value>1. iOS "설정" 앱으로 이동</value>
</data>
<data name="AutofillTurnOn2" xml:space="preserve">
<value>2. "암호 및 계정" 탭하기</value>
</data>
<data name="AutofillTurnOn3" xml:space="preserve">
<value>3. "암호 자동 완성" 탭하기</value>
</data>
<data name="AutofillTurnOn4" xml:space="preserve">
<value>4. 자동 완성을 켜기</value>
</data>
<data name="AutofillTurnOn5" xml:space="preserve">
<value>5. "Bitwarden"을 선택하세요.</value>
</data>
<data name="PasswordAutofill" xml:space="preserve">
<value>비밀번호 자동 완성</value>
</data>
<data name="BitwardenAutofillAlert2" xml:space="preserve">
<value>보관함에 새 로그인을 추가하는 가장 쉬운 방법은 Bitwarden 비밀번호 자동 완성 확장 프로그램을 사용하는 것입니다. "설정" 화면으로 이동하여 Bitwarden 비밀번호 자동 완성 확장 프로그램에 대해 더 자세히 알아보세요.</value>
</data>
<data name="InvalidEmail" xml:space="preserve">
<value>잘못된 이메일 주소입니다.</value>
</data>
<data name="Cards" xml:space="preserve">
<value>카드</value>
</data>
<data name="Identities" xml:space="preserve">
<value>신원</value>
</data>
<data name="Logins" xml:space="preserve">
<value>로그인</value>
</data>
<data name="SecureNotes" xml:space="preserve">
<value>보안 메모</value>
</data>
<data name="AllItems" xml:space="preserve">
<value>모든 항목</value>
</data>
<data name="URIs" xml:space="preserve">
<value>URI</value>
<comment>Plural form of a URI</comment>
</data>
<data name="CheckingPassword" xml:space="preserve">
<value>비밀번호 확인 중...</value>
<comment>A loading message when doing an exposed password check.</comment>
</data>
<data name="CheckPassword" xml:space="preserve">
<value>비밀번호가 노출되었는지 확인합니다.</value>
</data>
<data name="PasswordExposed" xml:space="preserve">
<value>이 비밀번호는 데이터 유출에 {0}회 노출되었습니다. 비밀번호를 변경하는 것이 좋습니다.</value>
</data>
<data name="PasswordSafe" xml:space="preserve">
<value>이 비밀번호는 데이터 유출 목록에 없습니다. 사용하기에 안전한 비밀번호입니다.</value>
</data>
<data name="IdentityName" xml:space="preserve">
<value>ID 이름</value>
</data>
<data name="Value" xml:space="preserve">
<value></value>
</data>
<data name="PasswordHistory" xml:space="preserve">
<value>비밀번호 변경 기록</value>
</data>
<data name="Types" xml:space="preserve">
<value>유형</value>
</data>
<data name="NoPasswordsToList" xml:space="preserve">
<value>비밀번호가 없습니다.</value>
</data>
<data name="NoItemsToList" xml:space="preserve">
<value>항목이 없습니다.</value>
</data>
<data name="SearchCollection" xml:space="preserve">
<value>컬렉션 검색</value>
</data>
<data name="SearchFileSends" xml:space="preserve">
<value>파일 Sends 검색</value>
</data>
<data name="SearchTextSends" xml:space="preserve">
<value>Sends에서 텍스트 검색</value>
</data>
<data name="SearchGroup" xml:space="preserve">
<value>{0} 검색</value>
<comment>ex: Search Logins</comment>
</data>
<data name="Type" xml:space="preserve">
<value>유형</value>
</data>
<data name="MoveDown" xml:space="preserve">
<value>아래로 옮기기</value>
</data>
<data name="MoveUp" xml:space="preserve">
<value>위로 옮기기</value>
</data>
<data name="Miscellaneous" xml:space="preserve">
<value>기타</value>
</data>
<data name="Ownership" xml:space="preserve">
<value>소유자</value>
</data>
<data name="WhoOwnsThisItem" xml:space="preserve">
<value>이 항목의 소유자는 누구입니까?</value>
</data>
<data name="NoCollectionsToList" xml:space="preserve">
<value>컬렉션이 없습니다.</value>
</data>
<data name="MovedItemToOrg" xml:space="preserve">
<value>{0} 항목이 {1} 조직으로 이동되었습니다.</value>
<comment>ex: Item moved to Organization.</comment>
</data>
<data name="ItemShared" xml:space="preserve">
<value>항목이 공유되었습니다.</value>
</data>
<data name="SelectOneCollection" xml:space="preserve">
<value>반드시 하나 이상의 컬렉션을 선택해야 합니다.</value>
</data>
<data name="Share" xml:space="preserve">
<value>공유</value>
</data>
<data name="ShareItem" xml:space="preserve">
<value>항목 공유</value>
</data>
<data name="MoveToOrganization" xml:space="preserve">
<value>조직으로 이동하기</value>
</data>
<data name="NoOrgsToList" xml:space="preserve">
<value>조직이 없습니다.</value>
</data>
<data name="MoveToOrgDesc" xml:space="preserve">
<value>이 항목을 이동할 조직을 선택하십시오. 항목이 조직으로 이동되면 소유권이 조직으로 이전됩니다. 일단 이동되면, 더는 이동된 항목의 직접적인 소유자가 아니게 됩니다.</value>
</data>
<data name="NumberOfWords" xml:space="preserve">
<value>단어 수</value>
</data>
<data name="Passphrase" xml:space="preserve">
<value>패스프레이즈</value>
</data>
<data name="WordSeparator" xml:space="preserve">
<value>구분 기호</value>
</data>
<data name="Clear" xml:space="preserve">
<value>삭제</value>
<comment>To clear something out. example: To clear browser history.</comment>
</data>
<data name="Generator" xml:space="preserve">
<value>생성기</value>
<comment>Short for "Password Generator"</comment>
</data>
<data name="NoFoldersToList" xml:space="preserve">
<value>폴더가 없습니다.</value>
</data>
<data name="FingerprintPhrase" xml:space="preserve">
<value>지문 구절</value>
<comment>A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing.</comment>
</data>
<data name="YourAccountsFingerprint" xml:space="preserve">
<value>계정 지문 구절</value>
<comment>A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing.</comment>
</data>
<data name="LearnOrgConfirmation" xml:space="preserve">
<value>Bitwarden은 조직용 계정을 사용하면 사용자의 보관함 내 항목을 타인에게 공유할 수 있습니다. bitwarden.com 웹 사이트를 방문하여 더 자세히 알아보시겠습니까?</value>
</data>
<data name="ExportVault" xml:space="preserve">
<value>보관함 내보내기</value>
</data>
<data name="LockNow" xml:space="preserve">
<value>지금 잠그기</value>
</data>
<data name="PIN" xml:space="preserve">
<value>PIN</value>
</data>
<data name="Unlock" xml:space="preserve">
<value>잠금 해제</value>
</data>
<data name="UnlockVault" xml:space="preserve">
<value>보관함 잠금 해제</value>
</data>
<data name="ThirtyMinutes" xml:space="preserve">
<value>30분</value>
</data>
<data name="SetPINDescription" xml:space="preserve">
<value>Bitwarden 잠금해제에 사용될 PIN 코드를 설정합니다. 이 애플리케이션에서 완전히 로그아웃할 경우 PIN 설정이 초기화됩니다.</value>
</data>
<data name="LoggedInAsOn" xml:space="preserve">
<value>{1}에 {0}으로 로그인되었습니다.</value>
<comment>ex: Logged in as user@example.com on bitwarden.com.</comment>
</data>
<data name="VaultLockedMasterPassword" xml:space="preserve">
<value>보관함이 잠겨 있습니다. 마스터 비밀번호를 입력하여 계속하세요.</value>
</data>
<data name="VaultLockedPIN" xml:space="preserve">
<value>보관함이 잠겨 있습니다. PIN 코드를 입력하여 계속하세요.</value>
</data>
<data name="VaultLockedIdentity" xml:space="preserve">
<value>보관함이 잠겨 있습니다. PIN 코드를 입력하여 계속하세요.</value>
</data>
<data name="Dark" xml:space="preserve">
<value>어두운 테마</value>
<comment>A dark color</comment>
</data>
<data name="Light" xml:space="preserve">
<value>밝은 테마</value>
<comment>A light color</comment>
</data>
<data name="FiveMinutes" xml:space="preserve">
<value>5분</value>
</data>
<data name="TenSeconds" xml:space="preserve">
<value>10초</value>
</data>
<data name="ThirtySeconds" xml:space="preserve">
<value>30초</value>
</data>
<data name="TwentySeconds" xml:space="preserve">
<value>20초</value>
</data>
<data name="TwoMinutes" xml:space="preserve">
<value>2분</value>
</data>
<data name="ClearClipboard" xml:space="preserve">
<value>클립보드 비우기</value>
<comment>Clipboard is the operating system thing where you copy/paste data to on your device.</comment>
</data>
<data name="ClearClipboardDescription" xml:space="preserve">
<value>클립보드에 복사된 값을 자동으로 제거합니다.</value>
<comment>Clipboard is the operating system thing where you copy/paste data to on your device.</comment>
</data>
<data name="DefaultUriMatchDetection" xml:space="preserve">
<value>기본 URI 일치 인식</value>
<comment>Default URI match detection for auto-fill.</comment>
</data>
<data name="DefaultUriMatchDetectionDescription" xml:space="preserve">
<value>자동 완성 등의 작업에서 각 로그인 항목의 URI 일치 감지를 처리할 기본 방법을 선택하세요.</value>
</data>
<data name="Theme" xml:space="preserve">
<value>테마</value>
<comment>Color theme</comment>
</data>
<data name="ThemeDescription" xml:space="preserve">
<value>애플리케이션의 색상 테마를 변경합니다.</value>
</data>
<data name="ThemeDefault" xml:space="preserve">
<value>시스템 설정과 같이</value>
</data>
<data name="DefaultDarkTheme" xml:space="preserve">
<value>어두운 테마 사용</value>
</data>
<data name="DefaultDarkThemeDescription" xml:space="preserve">
<value>기본 (시스템) 테마를 선택한 경우 기기의 다크 모드가 활성화되었을 때 사용할 다크 테마 선택</value>
</data>
<data name="CopyNotes" xml:space="preserve">
<value>메모 복사</value>
</data>
<data name="Exit" xml:space="preserve">
<value>끝내기</value>
</data>
<data name="ExitConfirmation" xml:space="preserve">
<value>정말 Bitwarden을 종료하시겠습니까?</value>
</data>
<data name="PINRequireMasterPasswordRestart" xml:space="preserve">
<value>애플리케이션을 다시 시작했을 때 마스터 비밀번호로 잠금 해제가 필요하도록 하시겠습니까?</value>
</data>
<data name="Black" xml:space="preserve">
<value>검은 테마</value>
<comment>The color black</comment>
</data>
<data name="Nord" xml:space="preserve">
<value>Nord</value>
<comment>'Nord' is the name of a specific color scheme. It should not be translated.</comment>
</data>
<data name="SolarizedDark" xml:space="preserve">
<value>솔라라이즈드 다크</value>
<comment>'Solarized Dark' is the name of a specific color scheme. It should not be translated.</comment>
</data>
<data name="AutofillBlockedUris" xml:space="preserve">
<value>차단된 URI를 자동으로 채우기</value>
</data>
<data name="AutofillBlockedUrisDescription" xml:space="preserve">
<value>자동 채우기는 차단된 URI에서는 작동하지 않습니다. 쉼표로 각각 URI를 나누십시오.</value>
</data>
<data name="AskToAddLogin" xml:space="preserve">
<value>로그인을 추가할 건지 물어보기</value>
</data>
<data name="AskToAddLoginDescription" xml:space="preserve">
<value>당신의 금고에서 로그인 정보를 찾을 수 없을 때 로그인을 추가하겠냐고 물어보기</value>
</data>
<data name="OnRestart" xml:space="preserve">
<value>앱 재시작 시</value>
</data>
<data name="AutofillServiceNotEnabled" xml:space="preserve">
<value>자동 입력은 다른 웹사이트나 앱에서 Bitwarden 보관함에 안전하게 액세스하기 쉽게 만들어줍니다. Bitwarden의 자동 입력 서비스를 활성화하지 않은 것으로 보입니다. "설정" 화면에서 Bitwarden의 자동 입력을 활성화해주세요.</value>
</data>
<data name="ThemeAppliedOnRestart" xml:space="preserve">
<value>앱을 다시 시작하면 변경한 테마가 적용됩니다.</value>
</data>
<data name="Capitalize" xml:space="preserve">
<value>첫 글자를 대문자로</value>
<comment>ex. Uppercase the first character of a word.</comment>
</data>
<data name="IncludeNumber" xml:space="preserve">
<value>숫자 포함</value>
</data>
<data name="Download" xml:space="preserve">
<value>다운로드</value>
</data>
<data name="Shared" xml:space="preserve">
<value>공유됨</value>
</data>
<data name="ToggleVisibility" xml:space="preserve">
<value>표시 전환</value>
</data>
<data name="LoginExpired" xml:space="preserve">
<value>로그인 세션이 만료되었습니다.</value>
</data>
<data name="BiometricsDirection" xml:space="preserve">
<value>인증하기 위해 생체 인식을 사용하세요.</value>
</data>
<data name="Biometrics" xml:space="preserve">
<value>생체 인식</value>
</data>
<data name="UseBiometricsToUnlock" xml:space="preserve">
<value>잠금 해제에 생체 인식 사용</value>
</data>
<data name="AccessibilityOverlayPermissionAlert" xml:space="preserve">
<value>Bitwarden에 권한이 필요합니다 - Bitwarden 설정의 "자동 입력 접근성 서비스"를 확인해 주세요.</value>
</data>
<data name="BitwardenAutofillServiceOverlayPermission" xml:space="preserve">
<value>Bitwarden의 Android 앱 설정 화면에 있는 (고급 아래에 위치) "다른 앱 위에 표시"에 들어간 뒤 토글을 눌러 오버레이 지원을 활성화해 주세요.</value>
</data>
<data name="OverlayPermission" xml:space="preserve">
<value>권한</value>
</data>
<data name="BitwardenAutofillServiceOpenOverlayPermissionSettings" xml:space="preserve">
<value>다른 앱 위에 그리기 권한 설정 열기</value>
</data>
<data name="BitwardenAutofillServiceStep3" xml:space="preserve">
<value>Bitwarden의 Android 앱 설정 화면에 있는 (고급 아래에 위치) "다른 앱 위에 표시"에 들어간 뒤 토글을 눌러 오버레이를 허용해 주세요.</value>
</data>
<data name="Denied" xml:space="preserve">
<value>거부됨</value>
</data>
<data name="Granted" xml:space="preserve">
<value>허용됨</value>
</data>
<data name="FileFormat" xml:space="preserve">
<value>파일 형식</value>
</data>
<data name="ExportVaultMasterPasswordDescription" xml:space="preserve">
<value>보관함 데이터를 내보내려면 마스터 비밀번호를 입력하세요.</value>
</data>
<data name="SendVerificationCodeToEmail" xml:space="preserve">
<value>이메일로 인증 코드 보내기</value>
</data>
<data name="CodeSent" xml:space="preserve">
<value>코드가 전송되었습니다!</value>
</data>
<data name="ConfirmYourIdentity" xml:space="preserve">
<value>계속하려면 암호를 확인하세요.</value>
</data>
<data name="ExportVaultWarning" xml:space="preserve">
<value>내보내기는 보관함 데이터가 암호화되지 않은 형식으로 포함됩니다. 내보낸 파일을 안전하지 않은 채널(예: 이메일)을 통해 저장하거나 보내지 마십시오. 사용이 끝난 후에는 즉시 삭제하십시오.</value>
</data>
<data name="EncExportKeyWarning" xml:space="preserve">
<value>이 내보내기는 계정의 암호화 키를 사용하여 데이터를 암호화합니다. 추후 계정의 암호화 키를 교체할 경우 다시 내보내기를 진행해야 합니다. 그러지 않을 경우 이 내보내기 파일을 해독할 수 없게 됩니다.</value>
</data>
<data name="EncExportAccountWarning" xml:space="preserve">
<value>모든 Bitwarden 사용자 계정은 고유한 계정 암호화 키를 가지고 있습니다. 따라서, 다른 계정에서는 암호화된 내보내기를 가져올 수 없습니다.</value>
</data>
<data name="ExportVaultConfirmationTitle" xml:space="preserve">
<value>보관함 내보내기 확인</value>
<comment>Title for the alert to confirm vault exports.</comment>
</data>
<data name="Warning" xml:space="preserve">
<value>경고</value>
</data>
<data name="ExportVaultFailure" xml:space="preserve">
<value>보관함을 내보내던 도중 문제가 생겼습니다. 계속 문제가 생긴다면 웹 보관함에서 내보내셔야 합니다.</value>
</data>
<data name="ExportVaultSuccess" xml:space="preserve">
<value>보관함을 성공적으로 내보냈습니다.</value>
</data>
<data name="Clone" xml:space="preserve">
<value>복제</value>
<comment>Clone an entity (verb).</comment>
</data>
<data name="PasswordGeneratorPolicyInEffect" xml:space="preserve">
<value>하나 이상의 단체 정책이 생성기 규칙에 영항을 미치고 있습니다.</value>
</data>
<data name="Open" xml:space="preserve">
<value>열기</value>
<comment>Button text for an open operation (verb).</comment>
</data>
<data name="UnableToSaveAttachment" xml:space="preserve">
<value>첨부 파일을 저장하던 도중 문제가 있었습니다. 문제가 계속 발생한다면 웹 보관함에서 저장할 수 있습니다.</value>
</data>
<data name="SaveAttachmentSuccess" xml:space="preserve">
<value>첨부 파일을 성공적으로 저장했습니다.</value>
</data>
<data name="AutofillTileAccessibilityRequired" xml:space="preserve">
<value>자동 채우기 타일을 사용하려면 Bitwarden 설정에서 "자동 채우기 접근성 서비스"를 활성화해주세요.</value>
</data>
<data name="AutofillTileUriNotFound" xml:space="preserve">
<value>비밀번호 필드가 탐지되지 않음</value>
</data>
<data name="SoftDeleting" xml:space="preserve">
<value>휴지통으로 보내는 중...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="ItemSoftDeleted" xml:space="preserve">
<value>항목이 휴지통으로 이동되었습니다.</value>
<comment>Confirmation message after successfully soft-deleting a login</comment>
</data>
<data name="Restore" xml:space="preserve">
<value>복원</value>
<comment>Restores an entity (verb).</comment>
</data>
<data name="Restoring" xml:space="preserve">
<value>복원 중...</value>
<comment>Message shown when interacting with the server</comment>
</data>
<data name="ItemRestored" xml:space="preserve">
<value>항목이 복원되었습니다.</value>
<comment>Confirmation message after successfully restoring a soft-deleted item</comment>
</data>
<data name="Trash" xml:space="preserve">
<value>휴지통</value>
<comment>(noun) Location of deleted items which have not yet been permanently deleted</comment>
</data>
<data name="SearchTrash" xml:space="preserve">
<value>휴지통 검색</value>
<comment>(action prompt) Label for the search text field when viewing the trash folder</comment>
</data>
<data name="DoYouReallyWantToPermanentlyDeleteCipher" xml:space="preserve">
<value>정말로 영구적으로 삭제하시겠습니까? 되돌릴 수 없습니다.</value>
<comment>Confirmation alert message when permanently deleteing a cipher.</comment>
</data>
<data name="DoYouReallyWantToRestoreCipher" xml:space="preserve">
<value>정말 이 항목을 복원하시겠습니까?</value>
<comment>Confirmation alert message when restoring a soft-deleted cipher.</comment>
</data>
<data name="DoYouReallyWantToSoftDeleteCipher" xml:space="preserve">
<value>정말로 휴지통으로 이동시킬까요?</value>
<comment>Confirmation alert message when soft-deleting a cipher.</comment>
</data>
<data name="BiometricInvalidated" xml:space="preserve">
<value>생체인증 변경이 확인되었습니다. 마스터 비밀번호로 로그인해서 다시 활성화 해주세요.</value>
</data>
<data name="BiometricInvalidatedExtension" xml:space="preserve">
<value>마스터 비밀번호 인증을 하기 전에는 생체 인식을 사용한 자동 채우기가 비활성화됩니다.</value>
</data>
<data name="EnableSyncOnRefresh" xml:space="preserve">
<value>새로고침할 때 동기화 사용</value>
</data>
<data name="EnableSyncOnRefreshDescription" xml:space="preserve">
<value>아래로 끌어내리면 보관함을 동기화합니다.</value>
</data>
<data name="LogInSso" xml:space="preserve">
<value>엔터프라이즈 통합 인증 (SSO)</value>
</data>
<data name="LogInSsoSummary" xml:space="preserve">
<value>조직의 통합 인증(SSO) 포탈을 통해서 빠르게 로그인하세요. 시작하려면 조직 식별자를 입력해주세요.</value>
</data>
<data name="OrgIdentifier" xml:space="preserve">
<value>조직 식별자</value>
</data>
<data name="LoginSsoError" xml:space="preserve">
<value>현재 SSO로 로그인할 수 없습니다</value>
</data>
<data name="SetMasterPassword" xml:space="preserve">
<value>마스터 비밀번호 설정</value>
</data>
<data name="SetMasterPasswordSummary" xml:space="preserve">
<value>SSO 로그인을 하기 위해서 보관함에 접근하고 보호할 수 있도록 마스터 비밀번호를 설정해주세요.</value>
</data>
<data name="MasterPasswordPolicyInEffect" xml:space="preserve">
<value>하나 이상의 단체 정책이 마스터 비밀번호가 다음 사항을 따르도록 요구합니다:</value>
</data>
<data name="PolicyInEffectMinComplexity" xml:space="preserve">
<value>최소 복잡도 점수 {0}</value>
</data>
<data name="PolicyInEffectMinLength" xml:space="preserve">
<value>최소 길이 {0}</value>
</data>
<data name="PolicyInEffectUppercase" xml:space="preserve">
<value>하나 이상의 대문자 포함</value>
</data>
<data name="PolicyInEffectLowercase" xml:space="preserve">
<value>하나 이상의 소문자 포함</value>
</data>
<data name="PolicyInEffectNumbers" xml:space="preserve">
<value>하나 이상의 숫자 포함</value>
</data>
<data name="PolicyInEffectSpecial" xml:space="preserve">
<value>하나 이상의 다음 특수문자 포함: {0}</value>
</data>
<data name="MasterPasswordPolicyValidationTitle" xml:space="preserve">
<value>유효하지 않은 비밀번호</value>
</data>
<data name="MasterPasswordPolicyValidationMessage" xml:space="preserve">
<value>비밀번호가 조직 요구 사항을 충족하지 않습니다. 정책 정보를 확인해보고 다시 시도해보세요.</value>
</data>
<data name="Loading" xml:space="preserve">
<value>불러오는 중</value>
</data>
<data name="AcceptPolicies" xml:space="preserve">
<value>이 스위치를 활성화하면 다음에 동의하는 것으로 간주됩니다:</value>
</data>
<data name="AcceptPoliciesError" xml:space="preserve">
<value>서비스 약관 및 개인 정보 보호 정책을 확인하지 않았습니다.</value>
</data>
<data name="TermsOfService" xml:space="preserve">
<value>서비스 약관</value>
</data>
<data name="PrivacyPolicy" xml:space="preserve">
<value>개인 정보 보호 정책</value>
</data>
<data name="AccessibilityDrawOverPermissionAlert" xml:space="preserve">
<value>Bitwarden에 권한이 필요합니다 - Bitwarden 설정에서 "자동 입력 접근성 서비스"를 활성화해 주세요.</value>
</data>
<data name="AutofillServices" xml:space="preserve">
<value>자동 완성 서비스</value>
</data>
<data name="InlineAutofill" xml:space="preserve">
<value>인라인 자동 완성 사용하기</value>
</data>
<data name="InlineAutofillDescription" xml:space="preserve">
<value>사용하고 있는 IME (키보드)가 인라인 자동 완성을 지원하고 있다면 사용해보세요. 지원되지 않는 설정 (또는 비활성화되어 있는 경우) 기본 자동 완성 오버레이가 사용됩니다.</value>
</data>
<data name="Accessibility" xml:space="preserve">
<value>접근성 서비스 사용</value>
</data>
<data name="AccessibilityDescription" xml:space="preserve">
<value>앱과 웹에 로그인하기 위해 Bitwarden Accessibility Service를 사용해주세요. 활성화되면 로그인 필드 선택 시에 팝업을 표시합니다.</value>
</data>
<data name="AccessibilityDescription2" xml:space="preserve">
<value>앱과 웹에 로그인하기 위해 Bitwarden Accessibility Service를 사용해주세요. (다른 앱 위에 표시 활성화 필요)</value>
</data>
<data name="AccessibilityDescription3" xml:space="preserve">
<value>Autofill Quick-Action Tile 및 (활성화 시) 다른 앱 위에 표시를 사용한 팝업을 위해 Bitwarden Accessibility Service를 사용해주세요.</value>
</data>
<data name="AccessibilityDescription4" xml:space="preserve">
<value>Autofill Quick-Action Tile을 사용하기 위해 필요합니다. 또는 (활성화 시) 다른 앱 위에 표시를 사용해서 자동 채우기 서비스를 구현합니다.</value>
</data>
<data name="DrawOver" xml:space="preserve">
<value>다른 앱 위에 그리기 사용</value>
</data>
<data name="DrawOverDescription" xml:space="preserve">
<value>활성화되면 Bitwarden Accessibility Service가 로그인 부분에 팝업을 표시합니다.</value>
</data>
<data name="DrawOverDescription2" xml:space="preserve">
<value>활성화되면 Bitwarden Accessibility Service가 로그인을 자동으로 채우기 위해 로그인 부분에 팝업을 표시합니다.</value>
</data>
<data name="DrawOverDescription3" xml:space="preserve">
<value>활성화되면 접근성이 Android Autofill Framework를 지원하지 않는 구형 앱들을 위해 자동 채움 서비스 팝업을 표시합니다.</value>
</data>
<data name="PersonalOwnershipSubmitError" xml:space="preserve">
<value>엔터프라이즈 정책으로 인해 개인 보관함에 항목을 저장할 수 없습니다. 조직에서 소유권 설정을 변경한 다음, 사용 가능한 컬렉션 중에서 선택해주세요.</value>
</data>
<data name="PersonalOwnershipPolicyInEffect" xml:space="preserve">
<value>조직의 정책이 소유권 설정에 영향을 미치고 있습니다.</value>
</data>
<data name="Send" xml:space="preserve">
<value>Send</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="AllSends" xml:space="preserve">
<value>모든 Send</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="Sends" xml:space="preserve">
<value>Send</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="NameInfo" xml:space="preserve">
<value>이 Send의 이름</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="Text" xml:space="preserve">
<value>텍스트</value>
</data>
<data name="TypeText" xml:space="preserve">
<value>텍스트</value>
</data>
<data name="TypeTextInfo" xml:space="preserve">
<value>전송하려는 텍스트</value>
</data>
<data name="HideTextByDefault" xml:space="preserve">
<value>Send에 접근할 때 기본적으로 텍스트를 숨김</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="TypeFile" xml:space="preserve">
<value>파일</value>
</data>
<data name="TypeFileInfo" xml:space="preserve">
<value>전송하려는 파일</value>
</data>
<data name="FileTypeIsSelected" xml:space="preserve">
<value>파일 유형이 선택되었습니다.</value>
</data>
<data name="FileTypeIsNotSelected" xml:space="preserve">
<value>파일 유형이 선택되지 않았습니다. 탭해서 선택하세요.</value>
</data>
<data name="TextTypeIsSelected" xml:space="preserve">
<value>텍스트 유형이 선택되었습니다.</value>
</data>
<data name="TextTypeIsNotSelected" xml:space="preserve">
<value>텍스트 유형이 선택되지 않았습니다. 탭해서 선택하세요.</value>
</data>
<data name="DeletionDate" xml:space="preserve">
<value>삭제 날짜</value>
</data>
<data name="DeletionTime" xml:space="preserve">
<value>삭제 시간</value>
</data>
<data name="DeletionDateInfo" xml:space="preserve">
<value>이 Send가 정해진 일시에 영구적으로 삭제됩니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="PendingDelete" xml:space="preserve">
<value>삭제 대기 중</value>
</data>
<data name="ExpirationDate" xml:space="preserve">
<value>만료 날짜</value>
</data>
<data name="ExpirationTime" xml:space="preserve">
<value>만료 시간</value>
</data>
<data name="ExpirationDateInfo" xml:space="preserve">
<value>설정할 경우, 이 Send에 대한 접근 권한이 정해진 일시에 만료됩니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="Expired" xml:space="preserve">
<value>만료됨</value>
</data>
<data name="MaximumAccessCount" xml:space="preserve">
<value>최대 접근 횟수</value>
</data>
<data name="MaximumAccessCountInfo" xml:space="preserve">
<value>설정할 경우, 최대 접근 횟수에 도달할 때 이 Send에 접근할 수 없게 됩니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="MaximumAccessCountReached" xml:space="preserve">
<value>최대 접근 횟수 도달</value>
</data>
<data name="CurrentAccessCount" xml:space="preserve">
<value>현재 접근 횟수</value>
</data>
<data name="NewPassword" xml:space="preserve">
<value>새 비밀번호</value>
</data>
<data name="PasswordInfo" xml:space="preserve">
<value>이 Send에 접근하기 위해 암호를 입력하도록 선택적으로 요구합니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="RemovePassword" xml:space="preserve">
<value>비밀번호 제거</value>
</data>
<data name="AreYouSureRemoveSendPassword" xml:space="preserve">
<value>비밀번호를 제거하시겠습니까?</value>
</data>
<data name="RemovingSendPassword" xml:space="preserve">
<value>비밀번호 제거 중</value>
</data>
<data name="SendPasswordRemoved" xml:space="preserve">
<value>비밀번호가 제거되었습니다.</value>
</data>
<data name="NotesInfo" xml:space="preserve">
<value>이 Send에 대한 비공개 메모</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="DisableSend" xml:space="preserve">
<value>이 Send를 비활성화하여 아무도 접근할 수 없게 합니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="NoSends" xml:space="preserve">
<value>계정에 Send가 없습니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="AddASend" xml:space="preserve">
<value>Send 추가</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="CopyLink" xml:space="preserve">
<value>링크 복사</value>
</data>
<data name="ShareLink" xml:space="preserve">
<value>링크 공유</value>
</data>
<data name="SendLink" xml:space="preserve">
<value>Send 링크</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="SearchSends" xml:space="preserve">
<value>Send 검색</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="EditSend" xml:space="preserve">
<value>Send 편집</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="AddSend" xml:space="preserve">
<value>Send 추가</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="AreYouSureDeleteSend" xml:space="preserve">
<value>정말 이 Send를 삭제하시겠습니까?</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="SendDeleted" xml:space="preserve">
<value>Send가 삭제되었습니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="SendUpdated" xml:space="preserve">
<value>Send 업데이트됨.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="NewSendCreated" xml:space="preserve">
<value>새 Send 생성됨.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="OneDay" xml:space="preserve">
<value>1일</value>
</data>
<data name="TwoDays" xml:space="preserve">
<value>2일</value>
</data>
<data name="ThreeDays" xml:space="preserve">
<value>3일</value>
</data>
<data name="SevenDays" xml:space="preserve">
<value>7일</value>
</data>
<data name="ThirtyDays" xml:space="preserve">
<value>30일</value>
</data>
<data name="Custom" xml:space="preserve">
<value>사용자 지정</value>
</data>
<data name="ShareOnSave" xml:space="preserve">
<value>저장할 때 이 Send를 공유합니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="SendDisabledWarning" xml:space="preserve">
<value>엔터프라이즈 정책으로 인해 이미 생성된 Send를 삭제하는 것만 허용됩니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="AboutSend" xml:space="preserve">
<value>Send 정보</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="HideEmail" xml:space="preserve">
<value>받는 사람으로부터 나의 이메일 주소 숨기기</value>
</data>
<data name="SendOptionsPolicyInEffect" xml:space="preserve">
<value>하나 이상의 단체 정책이 Send 설정에 영향을 미치고 있습니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="SendFilePremiumRequired" xml:space="preserve">
<value>무료 계정은 텍스트만 공유할 수 있습니다. Premium 멤버십이 있어야 Send에서 파일을 사용할 수 있습니다</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="SendFileEmailVerificationRequired" xml:space="preserve">
<value>이메일을 인증해야 Send에서 파일을 사용할 수 있습니다.</value>
<comment>'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.</comment>
</data>
<data name="PasswordPrompt" xml:space="preserve">
<value>마스터 비밀번호 재확인</value>
</data>
<data name="PasswordConfirmation" xml:space="preserve">
<value>마스터 비밀번호 확인</value>
</data>
<data name="PasswordConfirmationDesc" xml:space="preserve">
<value>이 작업은 보호되어 있습니다. 계속하려면 마스터 비밀번호를 입력하여 신원을 인증하세요.</value>
</data>
<data name="CaptchaRequired" xml:space="preserve">
<value>캡챠 인증이 필요합니다</value>
</data>
<data name="CaptchaFailed" xml:space="preserve">
<value>캡차가 실패했습니다. 다시 시도해 주세요.</value>
</data>
<data name="UpdatedMasterPassword" xml:space="preserve">
<value>마스터 비밀번호 변경됨</value>
</data>
<data name="UpdateMasterPassword" xml:space="preserve">
<value>마스터 비밀번호 변경</value>
</data>
<data name="UpdateMasterPasswordWarning" xml:space="preserve">
<value>최근에 조직 관리자가 마스터 비밀번호를 변경했습니다. 보관함에 액세스하려면 지금 마스터 비밀번호를 업데이트해야 합니다. 계속하면 현재 세션에서 로그아웃되며 다시 로그인해야 합니다. 다른 장치의 활성 세션은 최대 1시간 동안 계속 활성 상태로 유지될 수 있습니다.</value>
</data>
<data name="UpdatingPassword" xml:space="preserve">
<value>비밀번호 변경 중</value>
</data>
<data name="UpdatePasswordError" xml:space="preserve">
<value>비밀번호를 변경할 수 없음</value>
</data>
<data name="RemoveMasterPassword" xml:space="preserve">
<value>마스터 비밀번호 제거</value>
</data>
<data name="RemoveMasterPasswordWarning" xml:space="preserve">
<value>{0} 조직은 직접 관리되는 암호화된 SSO를 사용하고 있습니다. 계속하면 다음 로그인부터 마스터 비밀번호 대신 SSO가 필요합니다.</value>
</data>
<data name="RemoveMasterPasswordWarning2" xml:space="preserve">
<value>마스터 비밀번호를 제거하고 싶지 않으시다면 조직을 떠나야 할 수도 있습니다.</value>
</data>
<data name="LeaveOrganization" xml:space="preserve">
<value>조직 나가기</value>
</data>
<data name="LeaveOrganizationName" xml:space="preserve">
<value>{0} 조직을 떠나시겠어요?</value>
</data>
<data name="Fido2Title" xml:space="preserve">
<value>FIDO2 WebAuthn</value>
</data>
<data name="Fido2Instruction" xml:space="preserve">
<value>계속하려면 FIDO2 WebAuthn이 활성화된 보안 키를 준비하고 'WebAuthn 인증'을 클릭한 후 화면에 표시되는 지시사항을 따라주세요.</value>
</data>
<data name="Fido2Desc" xml:space="preserve">
<value>FIDO2 WebAuthn을 통해 외부 보안 키를 이용한 인증을 사용할 수 있습니다.</value>
</data>
<data name="Fido2AuthenticateWebAuthn" xml:space="preserve">
<value>WebAuthn 인증</value>
</data>
<data name="Fido2ReturnToApp" xml:space="preserve">
<value>앱으로 돌아가기</value>
</data>
<data name="Fido2CheckBrowser" xml:space="preserve">
<value>기본 브라우저가 WebAuthn을 지원하는지 확인한 후 다시 시도해주세요.</value>
</data>
<data name="ResetPasswordAutoEnrollInviteWarning" xml:space="preserve">
<value>이 조직에는 자동으로 비밀번호 재설정에 등록하는 기업 정책이 있습니다. 등록하면 조직 관리자가 마스터 암호를 변경할 수 있습니다.</value>
</data>
<data name="VaultTimeoutPolicyInEffect" xml:space="preserve">
<value>조직 정책이 보관함 제한 시간에 영향을 미치고 있습니다. 최대 허용 보관함 제한 시간은 {0}시간 {1}분입니다</value>
</data>
<data name="VaultTimeoutToLarge" xml:space="preserve">
<value>볼트 제한 시간이 조직에서 설정한 제한을 초과합니다.</value>
</data>
<data name="DisablePersonalVaultExportPolicyInEffect">
<value>하나 이상의 조직 정책이 개인 보관함을 내보내는 것을 제한하고 있습니다.</value>
</data>
<data name="AddAccount" xml:space="preserve">
<value>계정 추가</value>
</data>
<data name="AccountUnlocked" xml:space="preserve">
<value>잠금 해제됨</value>
</data>
<data name="AccountLocked" xml:space="preserve">
<value>잠김</value>
</data>
<data name="AccountLoggedOut" xml:space="preserve">
<value>로그아웃됨</value>
</data>
<data name="AccountSwitchedAutomatically" xml:space="preserve">
<value>사용 가능한 다음 계정으로 전환함</value>
</data>
<data name="AccountLockedSuccessfully" xml:space="preserve">
<value>계정 잠김</value>
</data>
<data name="AccountLoggedOutSuccessfully" xml:space="preserve">
<value>계정이 성공적으로 로그아웃되었습니다</value>
</data>
<data name="AccountRemovedSuccessfully" xml:space="preserve">
<value>계정이 성공적으로 제거되었습니다</value>
</data>
<data name="DeleteAccount" xml:space="preserve">
<value>계정 삭제</value>
</data>
<data name="DeletingYourAccountIsPermanent" xml:space="preserve">
<value>계정 삭제는 영구적입니다</value>
</data>
<data name="DeleteAccountExplanation" xml:space="preserve">
<value>계정과 모든 관련 데이터가 지워지며 복구할 수 없습니다. 정말로 계속하실건가요?</value>
</data>
<data name="DeletingYourAccount" xml:space="preserve">
<value>계정을 삭제하는 중</value>
</data>
<data name="YourAccountHasBeenPermanentlyDeleted" xml:space="preserve">
<value>계정이 영구적으로 삭제되었습니다</value>
</data>
<data name="InvalidVerificationCode" xml:space="preserve">
<value>잘못된 검증 코드입니다.</value>
</data>
<data name="RequestOTP" xml:space="preserve">
<value>일회용 코드(OTP) 요청하기</value>
</data>
<data name="SendCode" xml:space="preserve">
<value>코드 전송</value>
</data>
<data name="Sending" xml:space="preserve">
<value>전송 중</value>
</data>
<data name="CopySendLinkOnSave" xml:space="preserve">
<value>저장 시에 Send 링크 복사하기</value>
</data>
<data name="SendingCode" xml:space="preserve">
<value>코드 전송 증</value>
</data>
<data name="Verifying" xml:space="preserve">
<value>인증 중</value>
</data>
<data name="ResendCode" xml:space="preserve">
<value>코드 재전송</value>
</data>
<data name="AVerificationCodeWasSentToYourEmail" xml:space="preserve">
<value>인증 코드를 이메일로 보냈습니다</value>
</data>
<data name="AnErrorOccurredWhileSendingAVerificationCodeToYourEmailPleaseTryAgain" xml:space="preserve">
<value>이메일로 인증 코드를 보내는 동안 오류가 발생했습니다. 다시 시도해주세요</value>
</data>
<data name="EnterTheVerificationCodeThatWasSentToYourEmail" xml:space="preserve">
<value>이메일로 전송된 인증 코드를 입력해주세요</value>
</data>
<data name="SubmitCrashLogs" xml:space="preserve">
<value>충돌 로그 보고하기</value>
</data>
<data name="SubmitCrashLogsDescription" xml:space="preserve">
<value>Bitwarden에 충돌 보고서를 보내서 앱이 더욱 안정적일 수 있도록 도와주세요.</value>
</data>
<data name="OptionsExpanded" xml:space="preserve">
<value>설정이 펼쳐졌습니다. 탭해서 접을 수 있습니다.</value>
</data>
<data name="OptionsCollapsed" xml:space="preserve">
<value>설정이 접혀있습니다. 탭해서 펼칠 수 있습니다.</value>
</data>
<data name="UppercaseAtoZ" xml:space="preserve">
<value>대문자 (A-Z)</value>
</data>
<data name="LowercaseAtoZ" xml:space="preserve">
<value>소문자 (a-z)</value>
</data>
<data name="NumbersZeroToNine" xml:space="preserve">
<value>숫자 (0-9)</value>
</data>
<data name="SpecialCharacters" xml:space="preserve">
<value>특수문자 (!@#$%^&amp;*)</value>
</data>
<data name="TapToGoBack" xml:space="preserve">
<value>탭하여 뒤로 가기</value>
</data>
<data name="PasswordIsVisibleTapToHide" xml:space="preserve">
<value>비밀번호가 보입니다. 탭해서 가리세요.</value>
</data>
<data name="PasswordIsNotVisibleTapToShow" xml:space="preserve">
<value>비밀번호가 가려졌습니다. 탭해서 보이게 하세요.</value>
</data>
<data name="FilterByVault" xml:space="preserve">
<value>금고별로 로그인 정보 거르기</value>
</data>
<data name="AllVaults" xml:space="preserve">
<value>모든 보관함</value>
</data>
<data name="Vaults" xml:space="preserve">
<value>보관함</value>
</data>
<data name="VaultFilterDescription" xml:space="preserve">
<value>보관함: {0}</value>
</data>
<data name="All" xml:space="preserve">
<value>모두</value>
</data>
<data name="Totp" xml:space="preserve">
<value>TOTP</value>
</data>
<data name="VerificationCodes" xml:space="preserve">
<value>인증 코드</value>
</data>
<data name="PremiumSubscriptionRequired" xml:space="preserve">
<value>프리미엄 구독이 필요합니다</value>
</data>
<data name="CannotAddAuthenticatorKey" xml:space="preserve">
<value>인증 키를 추가할 수 없습니다. </value>
</data>
<data name="ScanQRCode" xml:space="preserve">
<value>QR 코드 스캔</value>
</data>
<data name="CannotScanQRCode" xml:space="preserve">
<value>QR 코드를 스캔할 수 없나요? </value>
</data>
<data name="AuthenticatorKeyScanner" xml:space="preserve">
<value>인증 키</value>
</data>
<data name="EnterKeyManually" xml:space="preserve">
<value>수동으로 Api 키 입력</value>
</data>
<data name="AddTotp" xml:space="preserve">
<value>TOTP 추가</value>
</data>
<data name="SetupTotp" xml:space="preserve">
<value>TOTP 설정하기</value>
</data>
<data name="OnceTheKeyIsSuccessfullyEntered" xml:space="preserve">
<value>키가 첫 번째로 입력되었다면
키를 안전히 저장하기 위해 TOTP를 추가하세요.</value>
</data>
<data name="NeverLockWarning" xml:space="preserve">
<value>Setting your lock options to “Never” keeps your vault available to anyone with access to your device. If you use this option, you should ensure that you keep your device properly protected.</value>
</data>
<data name="EnvironmentPageUrlsError" xml:space="preserve">
<value>하나 이상의 URL이 유효하지 않습니다. 다시 시도하세요.</value>
</data>
<data name="GenericErrorMessage" xml:space="preserve">
<value>지금은 귀하의 요청을 처리할 수 없습니다. 다시 시도하거나 지원팀에 문의해 주세요</value>
</data>
<data name="AllowScreenCapture" xml:space="preserve">
<value>화면 캡쳐 허용하기</value>
</data>
<data name="AreYouSureYouWantToEnableScreenCapture" xml:space="preserve">
<value>화면 캡쳐를 허용하시겠습니까?</value>
</data>
<data name="LogInRequested" xml:space="preserve">
<value>로그인이 요청됨</value>
</data>
<data name="AreYouTryingToLogIn" xml:space="preserve">
<value>귀하가 로그인하고 있나요?</value>
</data>
<data name="LogInAttemptByXOnY" xml:space="preserve">
<value>{0} 이(가) {1} 에서 로그인 시도</value>
</data>
<data name="DeviceType" xml:space="preserve">
<value>기기 유형</value>
</data>
<data name="IpAddress" xml:space="preserve">
<value>IP 주소</value>
</data>
<data name="Time" xml:space="preserve">
<value>시간</value>
</data>
<data name="Near" xml:space="preserve">
<value>근처</value>
</data>
<data name="ConfirmLogIn" xml:space="preserve">
<value>로그인 확인</value>
</data>
<data name="DenyLogIn" xml:space="preserve">
<value>로그인 거부</value>
</data>
<data name="JustNow" xml:space="preserve">
<value>방금 전</value>
</data>
<data name="XMinutesAgo" xml:space="preserve">
<value>{0} 분 전</value>
</data>
<data name="LogInAccepted" xml:space="preserve">
<value>로그인 확인됨</value>
</data>
<data name="LogInDenied" xml:space="preserve">
<value>로그인 거부됨</value>
</data>
<data name="ApproveLoginRequests" xml:space="preserve">
<value>Approve login requests</value>
</data>
<data name="UseThisDeviceToApproveLoginRequestsMadeFromOtherDevices" xml:space="preserve">
<value>Use this device to approve login requests made from other devices.</value>
</data>
<data name="AllowNotifications" xml:space="preserve">
<value>Allow notifications</value>
</data>
<data name="ReceivePushNotificationsForNewLoginRequests" xml:space="preserve">
<value>Receive push notifications for new login requests</value>
</data>
<data name="NoThanks" xml:space="preserve">
<value>No thanks</value>
</data>
<data name="ConfimLogInAttempForX" xml:space="preserve">
<value>Confirm login attempt for {0}</value>
</data>
<data name="AllNotifications" xml:space="preserve">
<value>All notifications</value>
</data>
<data name="PasswordType" xml:space="preserve">
<value>Password type</value>
</data>
<data name="WhatWouldYouLikeToGenerate" xml:space="preserve">
<value>What would you like to generate?</value>
</data>
<data name="UsernameType" xml:space="preserve">
<value>Username type</value>
</data>
<data name="PlusAddressedEmail" xml:space="preserve">
<value>Plus addressed email</value>
</data>
<data name="CatchAllEmail" xml:space="preserve">
<value>Catch-all email</value>
</data>
<data name="ForwardedEmailAlias" xml:space="preserve">
<value>Forwarded email alias</value>
</data>
<data name="RandomWord" xml:space="preserve">
<value>Random word</value>
</data>
<data name="EmailRequiredParenthesis" xml:space="preserve">
<value>Email (required)</value>
</data>
<data name="DomainNameRequiredParenthesis" xml:space="preserve">
<value>Domain name (required)</value>
</data>
<data name="APIKeyRequiredParenthesis" xml:space="preserve">
<value>API key (required)</value>
</data>
<data name="Service" xml:space="preserve">
<value>Service</value>
</data>
<data name="AnonAddy" xml:space="preserve">
<value>AnonAddy</value>
<comment>"AnonAddy" is the product name and should not be translated.</comment>
</data>
<data name="FirefoxRelay" xml:space="preserve">
<value>Firefox Relay</value>
<comment>"Firefox Relay" is the product name and should not be translated.</comment>
</data>
<data name="SimpleLogin" xml:space="preserve">
<value>SimpleLogin</value>
<comment>"SimpleLogin" is the product name and should not be translated.</comment>
</data>
<data name="APIAccessToken" xml:space="preserve">
<value>API access token</value>
</data>
<data name="AreYouSureYouWantToOverwriteTheCurrentUsername" xml:space="preserve">
<value>Are you sure you want to overwrite the current username?</value>
</data>
<data name="GenerateUsername" xml:space="preserve">
<value>Generate username</value>
</data>
<data name="EmailType" xml:space="preserve">
<value>Email Type</value>
</data>
<data name="WebsiteRequired" xml:space="preserve">
<value>Website (required)</value>
</data>
<data name="UnknownXErrorMessage" xml:space="preserve">
<value>Unknown {0} error occurred.</value>
</data>
<data name="PlusAddressedEmailDescription" xml:space="preserve">
<value>Use your email provider's subaddress capabilities</value>
</data>
<data name="CatchAllEmailDescription" xml:space="preserve">
<value>Use your domain's configured catch-all inbox.</value>
</data>
<data name="ForwardedEmailDescription" xml:space="preserve">
<value>Generate an email alias with an external forwarding service.</value>
</data>
<data name="Random" xml:space="preserve">
<value>Random</value>
</data>
<data name="ConnectToWatch" xml:space="preserve">
<value>Connect to Watch</value>
</data>
<data name="AccessibilityServiceDisclosure" xml:space="preserve">
<value>Accessibility Service Disclosure</value>
</data>
<data name="AccessibilityDisclosureText" xml:space="preserve">
<value>Bitwarden uses the Accessibility Service to search for login fields in apps and websites, then establish the appropriate field IDs for entering a username &amp; password when a match for the app or site is found. We do not store any of the information presented to us by the service, nor do we make any attempt to control any on-screen elements beyond text entry of credentials.</value>
</data>
<data name="Accept" xml:space="preserve">
<value>Accept</value>
</data>
<data name="Decline" xml:space="preserve">
<value>Decline</value>
</data>
<data name="LoginRequestHasAlreadyExpired" xml:space="preserve">
<value>Login request has already expired.</value>
</data>
<data name="LoginAttemptFromXDoYouWantToSwitchToThisAccount" xml:space="preserve">
<value>Login attempt from:
{0}
Do you want to switch to this account?</value>
</data>
<data name="NewAroundHere" xml:space="preserve">
<value>New around here?</value>
</data>
<data name="GetMasterPasswordwordHint" xml:space="preserve">
<value>Get master password hint</value>
</data>
<data name="LoggingInAsX" xml:space="preserve">
<value>Logging in as {0}</value>
</data>
<data name="NotYou" xml:space="preserve">
<value>Not you?</value>
</data>
<data name="LogInWithMasterPassword" xml:space="preserve">
<value>Log in with master password</value>
</data>
<data name="LogInWithAnotherDevice" xml:space="preserve">
<value>Log In with another device</value>
</data>
<data name="LogInInitiated" xml:space="preserve">
<value>Log in initiated</value>
</data>
<data name="ANotificationHasBeenSentToYourDevice" xml:space="preserve">
<value>A notification has been sent to your device.</value>
</data>
<data name="PleaseMakeSureYourVaultIsUnlockedAndTheFingerprintPhraseMatchesOnTheOtherDevice" xml:space="preserve">
<value>Please make sure your vault is unlocked and the Fingerprint phrase matches on the other device.</value>
</data>
<data name="ResendNotification" xml:space="preserve">
<value>Resend notification</value>
</data>
<data name="NeedAnotherOption" xml:space="preserve">
<value>Need another option?</value>
</data>
<data name="ViewAllLoginOptions" xml:space="preserve">
<value>View all log in options</value>
</data>
<data name="ThisRequestIsNoLongerValid" xml:space="preserve">
<value>더 이상 유효하지 않은 요청입니다</value>
</data>
<data name="EnableCamerPermissionToUseTheScanner" xml:space="preserve">
<value>스캐너 기능을 위해 권한을 허용해 주십시오</value>
</data>
<data name="Important" xml:space="preserve">
<value>Important</value>
</data>
<data name="YourMasterPasswordCannotBeRecoveredIfYouForgetItXCharactersMinimum" xml:space="preserve">
<value>Your master password cannot be recovered if you forget it! {0} characters minimum.</value>
</data>
<data name="WeakMasterPassword" xml:space="preserve">
<value>Weak Master Password</value>
</data>
<data name="WeakPasswordIdentifiedUseAStrongPasswordToProtectYourAccount" xml:space="preserve">
<value>Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?</value>
</data>
<data name="Weak" xml:space="preserve">
<value>Weak</value>
</data>
<data name="Good" xml:space="preserve">
<value>Good</value>
</data>
<data name="Strong" xml:space="preserve">
<value>Strong</value>
</data>
<data name="CheckKnownDataBreachesForThisPassword" xml:space="preserve">
<value>Check known data breaches for this password</value>
</data>
<data name="ExposedMasterPassword" xml:space="preserve">
<value>Exposed Master Password</value>
</data>
<data name="PasswordFoundInADataBreachAlertDescription" xml:space="preserve">
<value>Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?</value>
</data>
<data name="WeakAndExposedMasterPassword" xml:space="preserve">
<value>Weak and Exposed Master Password</value>
</data>
<data name="WeakPasswordIdentifiedAndFoundInADataBreachAlertDescription" xml:space="preserve">
<value>Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?</value>
</data>
</root>