mirror of
https://github.com/bitwarden/browser
synced 2025-12-31 07:33:23 +00:00
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
11941 lines
372 KiB
JSON
11941 lines
372 KiB
JSON
{
|
||
"allApplications": {
|
||
"message": "All applications"
|
||
},
|
||
"activity": {
|
||
"message": "Activity"
|
||
},
|
||
"appLogoLabel": {
|
||
"message": "Bitwarden logo"
|
||
},
|
||
"criticalApplications": {
|
||
"message": "Critical applications"
|
||
},
|
||
"noCriticalAppsAtRisk": {
|
||
"message": "No critical applications at risk"
|
||
},
|
||
"accessIntelligence": {
|
||
"message": "Access Intelligence"
|
||
},
|
||
"riskInsights": {
|
||
"message": "Risk Insights"
|
||
},
|
||
"passwordRisk": {
|
||
"message": "Password Risk"
|
||
},
|
||
"reviewAtRiskPasswords": {
|
||
"message": "Review at-risk passwords (weak, exposed, or reused) across applications. Select your most critical applications to prioritize security actions for your users to address at-risk passwords."
|
||
},
|
||
"dataLastUpdated": {
|
||
"message": "Data last updated: $DATE$",
|
||
"placeholders": {
|
||
"date": {
|
||
"content": "$1",
|
||
"example": "2021-01-01"
|
||
}
|
||
}
|
||
},
|
||
"noReportRan": {
|
||
"message": "You have not created a report yet"
|
||
},
|
||
"notifiedMembers": {
|
||
"message": "Notified members"
|
||
},
|
||
"revokeMembers": {
|
||
"message": "Revoke members"
|
||
},
|
||
"restoreMembers": {
|
||
"message": "Restore members"
|
||
},
|
||
"cannotRestoreAccessError": {
|
||
"message": "Cannot restore organization access"
|
||
},
|
||
"allApplicationsWithCount": {
|
||
"message": "All applications ($COUNT$)",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"createNewLoginItem": {
|
||
"message": "Create new login item"
|
||
},
|
||
"percentageCompleted": {
|
||
"message": "$PERCENT$% complete",
|
||
"placeholders": {
|
||
"percent": {
|
||
"content": "$1",
|
||
"example": "75"
|
||
}
|
||
}
|
||
},
|
||
"securityTasksCompleted": {
|
||
"message": "$COUNT$ out of $TOTAL$ security tasks completed",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
},
|
||
"total": {
|
||
"content": "$2",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"passwordChangeProgress": {
|
||
"message": "Password change progress"
|
||
},
|
||
"assignMembersTasksToMonitorProgress": {
|
||
"message": "Assign members tasks to monitor progress"
|
||
},
|
||
"onceYouReviewApps": {
|
||
"message": "Once you review applications and mark them as critical, you can assign tasks to members to resolve at-risk items and monitor progress here"
|
||
},
|
||
"sendReminders": {
|
||
"message": "Send reminders"
|
||
},
|
||
"onceYouMarkApplicationsCriticalTheyWillDisplayHere": {
|
||
"message": "Once you mark applications critical, they will display here."
|
||
},
|
||
"viewAtRiskMembers": {
|
||
"message": "View at-risk members"
|
||
},
|
||
"viewAtRiskApplications": {
|
||
"message": "View at-risk applications"
|
||
},
|
||
"criticalApplicationsAreAtRisk": {
|
||
"message": "$COUNT$ out of $TOTAL$ critical applications are at-risk due to at-risk passwords",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
},
|
||
"total": {
|
||
"content": "$2",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"criticalApplicationsWithCount": {
|
||
"message": "Critical applications ($COUNT$)",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"countOfCriticalApplications": {
|
||
"message": "$COUNT$ critical applications",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"countOfApplicationsAtRisk": {
|
||
"message": "$COUNT$ applications at-risk",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"countOfAtRiskPasswords": {
|
||
"message": "$COUNT$ passwords at-risk",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"newPasswordsAtRisk": {
|
||
"message": "$COUNT$ new passwords at-risk",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"notifiedMembersWithCount": {
|
||
"message": "Notified members ($COUNT$)",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"noAppsInOrgTitle": {
|
||
"message": "No applications found in $ORG NAME$",
|
||
"placeholders": {
|
||
"org name": {
|
||
"content": "$1",
|
||
"example": "Company Name"
|
||
}
|
||
}
|
||
},
|
||
"noAppsInOrgDescription": {
|
||
"message": "As users save logins, applications appear here, showing any at-risk passwords. Mark critical apps and notify users to update passwords."
|
||
},
|
||
"noCriticalApplicationsTitle": {
|
||
"message": "You haven’t marked any applications as critical"
|
||
},
|
||
"noCriticalApplicationsDescription": {
|
||
"message": "Select your most critical applications to prioritize security actions for your users to address at-risk passwords."
|
||
},
|
||
"markCriticalApplications": {
|
||
"message": "Select critical applications"
|
||
},
|
||
"markAppAsCritical": {
|
||
"message": "Mark app as critical"
|
||
},
|
||
"markAsCritical": {
|
||
"message": "Mark as critical"
|
||
},
|
||
"applicationsSelected": {
|
||
"message": "applications selected"
|
||
},
|
||
"selectApplication": {
|
||
"message": "Select application"
|
||
},
|
||
"unselectApplication": {
|
||
"message": "Unselect application"
|
||
},
|
||
"applicationsMarkedAsCriticalSuccess": {
|
||
"message": "Applications marked as critical"
|
||
},
|
||
"applicationsMarkedAsCriticalFail": {
|
||
"message": "Failed to mark applications as critical"
|
||
},
|
||
"application": {
|
||
"message": "Application"
|
||
},
|
||
"atRiskPasswords": {
|
||
"message": "At-risk passwords"
|
||
},
|
||
"requestPasswordChange": {
|
||
"message": "Request password change"
|
||
},
|
||
"totalPasswords": {
|
||
"message": "Total passwords"
|
||
},
|
||
"searchApps": {
|
||
"message": "Search applications"
|
||
},
|
||
"atRiskMembers": {
|
||
"message": "At-risk members"
|
||
},
|
||
"membersWithAccessToAtRiskItemsForCriticalApps": {
|
||
"message": "Members with access to at-risk items for critical applications"
|
||
},
|
||
"membersAtRiskCount": {
|
||
"message": "$COUNT$ members at-risk",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"atRiskMembersWithCount": {
|
||
"message": "At-risk members ($COUNT$)",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"atRiskApplicationsWithCount": {
|
||
"message": "At-risk applications ($COUNT$)",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"atRiskMembersDescription": {
|
||
"message": "These members are logging into applications with weak, exposed, or reused passwords."
|
||
},
|
||
"atRiskMembersDescriptionNone": {
|
||
"message": "These are no members logging into applications with weak, exposed, or reused passwords."
|
||
},
|
||
"atRiskApplicationsDescription": {
|
||
"message": "These applications have weak, exposed, or reused passwords."
|
||
},
|
||
"atRiskApplicationsDescriptionNone": {
|
||
"message": "These are no applications with weak, exposed, or reused passwords."
|
||
},
|
||
"atRiskMembersDescriptionWithApp": {
|
||
"message": "These members are logging into $APPNAME$ with weak, exposed, or reused passwords.",
|
||
"placeholders": {
|
||
"appname": {
|
||
"content": "$1",
|
||
"example": "Salesforce"
|
||
}
|
||
}
|
||
},
|
||
"atRiskMembersDescriptionWithAppNone": {
|
||
"message": "There are no at risk members for $APPNAME$.",
|
||
"placeholders": {
|
||
"appname": {
|
||
"content": "$1",
|
||
"example": "Salesforce"
|
||
}
|
||
}
|
||
},
|
||
"totalMembers": {
|
||
"message": "Total members"
|
||
},
|
||
"atRiskApplications": {
|
||
"message": "At-risk applications"
|
||
},
|
||
"totalApplications": {
|
||
"message": "Total applications"
|
||
},
|
||
"applicationsNeedingReview": {
|
||
"message": "Applications needing review"
|
||
},
|
||
"newApplicationsWithCount": {
|
||
"message": "$COUNT$ new applications",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "13"
|
||
}
|
||
}
|
||
},
|
||
"newApplicationsDescription": {
|
||
"message": "Review new applications to mark as critical and keep your organization secure"
|
||
},
|
||
"reviewNow": {
|
||
"message": "Review now"
|
||
},
|
||
"prioritizeCriticalApplications": {
|
||
"message": "Prioritize critical applications"
|
||
},
|
||
"atRiskItems": {
|
||
"message": "At-risk items"
|
||
},
|
||
"markAsCriticalPlaceholder": {
|
||
"message": "Mark as critical functionality will be implemented in a future update"
|
||
},
|
||
"unmarkAsCritical": {
|
||
"message": "Unmark as critical"
|
||
},
|
||
"criticalApplicationUnmarkedSuccessfully": {
|
||
"message": "Successfully unmarked application as critical"
|
||
},
|
||
"whatTypeOfItem": {
|
||
"message": "항목의 유형이 무엇입니까?"
|
||
},
|
||
"name": {
|
||
"message": "이름"
|
||
},
|
||
"uri": {
|
||
"message": "URI"
|
||
},
|
||
"uriPosition": {
|
||
"message": "URI $POSITION$",
|
||
"description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.",
|
||
"placeholders": {
|
||
"position": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"newUri": {
|
||
"message": "새 URI"
|
||
},
|
||
"username": {
|
||
"message": "사용자 이름"
|
||
},
|
||
"password": {
|
||
"message": "비밀번호"
|
||
},
|
||
"newPassword": {
|
||
"message": "새 비밀번호"
|
||
},
|
||
"passphrase": {
|
||
"message": "패스프레이즈"
|
||
},
|
||
"notes": {
|
||
"message": "메모"
|
||
},
|
||
"privateNote": {
|
||
"message": "Private note"
|
||
},
|
||
"note": {
|
||
"message": "Note"
|
||
},
|
||
"customFields": {
|
||
"message": "사용자 지정 필드"
|
||
},
|
||
"cardholderName": {
|
||
"message": "카드 소유자 이름"
|
||
},
|
||
"loginCredentials": {
|
||
"message": "Login credentials"
|
||
},
|
||
"personalDetails": {
|
||
"message": "Personal details"
|
||
},
|
||
"identification": {
|
||
"message": "Identification"
|
||
},
|
||
"contactInfo": {
|
||
"message": "Contact info"
|
||
},
|
||
"cardDetails": {
|
||
"message": "Card details"
|
||
},
|
||
"cardBrandDetails": {
|
||
"message": "$BRAND$ details",
|
||
"placeholders": {
|
||
"brand": {
|
||
"content": "$1",
|
||
"example": "Visa"
|
||
}
|
||
}
|
||
},
|
||
"itemHistory": {
|
||
"message": "Item history"
|
||
},
|
||
"authenticatorKey": {
|
||
"message": "Authenticator key"
|
||
},
|
||
"autofillOptions": {
|
||
"message": "Autofill options"
|
||
},
|
||
"websiteUri": {
|
||
"message": "Website (URI)"
|
||
},
|
||
"websiteUriCount": {
|
||
"message": "Website (URI) $COUNT$",
|
||
"description": "Label for an input field that contains a website URI. The input field is part of a list of fields, and the count indicates the position of the field in the list.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"websiteAdded": {
|
||
"message": "Website added"
|
||
},
|
||
"addWebsite": {
|
||
"message": "Add website"
|
||
},
|
||
"deleteWebsite": {
|
||
"message": "Delete website"
|
||
},
|
||
"defaultLabel": {
|
||
"message": "Default ($VALUE$)",
|
||
"description": "A label that indicates the default value for a field with the current default value in parentheses.",
|
||
"placeholders": {
|
||
"value": {
|
||
"content": "$1",
|
||
"example": "Base domain"
|
||
}
|
||
}
|
||
},
|
||
"showMatchDetection": {
|
||
"message": "Show match detection $WEBSITE$",
|
||
"placeholders": {
|
||
"website": {
|
||
"content": "$1",
|
||
"example": "https://example.com"
|
||
}
|
||
}
|
||
},
|
||
"hideMatchDetection": {
|
||
"message": "Hide match detection $WEBSITE$",
|
||
"placeholders": {
|
||
"website": {
|
||
"content": "$1",
|
||
"example": "https://example.com"
|
||
}
|
||
}
|
||
},
|
||
"autoFillOnPageLoad": {
|
||
"message": "Autofill on page load?"
|
||
},
|
||
"number": {
|
||
"message": "번호"
|
||
},
|
||
"brand": {
|
||
"message": "브랜드"
|
||
},
|
||
"expiration": {
|
||
"message": "만료"
|
||
},
|
||
"securityCode": {
|
||
"message": "카드 보안 코드 (CVV)"
|
||
},
|
||
"securityCodeSlashCVV": {
|
||
"message": "Security code / CVV"
|
||
},
|
||
"identityName": {
|
||
"message": "ID 이름"
|
||
},
|
||
"company": {
|
||
"message": "회사"
|
||
},
|
||
"ssn": {
|
||
"message": "주민등록번호"
|
||
},
|
||
"passportNumber": {
|
||
"message": "여권 번호"
|
||
},
|
||
"licenseNumber": {
|
||
"message": "면허 번호"
|
||
},
|
||
"email": {
|
||
"message": "이메일"
|
||
},
|
||
"phone": {
|
||
"message": "전화번호"
|
||
},
|
||
"january": {
|
||
"message": "1월"
|
||
},
|
||
"february": {
|
||
"message": "2월"
|
||
},
|
||
"march": {
|
||
"message": "3월"
|
||
},
|
||
"april": {
|
||
"message": "4월"
|
||
},
|
||
"may": {
|
||
"message": "5월"
|
||
},
|
||
"june": {
|
||
"message": "6월"
|
||
},
|
||
"july": {
|
||
"message": "7월"
|
||
},
|
||
"august": {
|
||
"message": "8월"
|
||
},
|
||
"september": {
|
||
"message": "9월"
|
||
},
|
||
"october": {
|
||
"message": "10월"
|
||
},
|
||
"november": {
|
||
"message": "11월"
|
||
},
|
||
"december": {
|
||
"message": "12월"
|
||
},
|
||
"title": {
|
||
"message": "제목"
|
||
},
|
||
"mr": {
|
||
"message": "Mr"
|
||
},
|
||
"mrs": {
|
||
"message": "Mrs"
|
||
},
|
||
"ms": {
|
||
"message": "Ms"
|
||
},
|
||
"mx": {
|
||
"message": "Mx"
|
||
},
|
||
"dr": {
|
||
"message": "Dr"
|
||
},
|
||
"cardExpiredTitle": {
|
||
"message": "Expired card"
|
||
},
|
||
"cardExpiredMessage": {
|
||
"message": "If you've renewed it, update the card's information"
|
||
},
|
||
"expirationMonth": {
|
||
"message": "만료 월"
|
||
},
|
||
"expirationYear": {
|
||
"message": "만료 연도"
|
||
},
|
||
"authenticatorKeyTotp": {
|
||
"message": "인증 키 (TOTP)"
|
||
},
|
||
"totpHelperTitle": {
|
||
"message": "Make 2-step verification seamless"
|
||
},
|
||
"totpHelper": {
|
||
"message": "Bitwarden can store and fill 2-step verification codes. Copy and paste the key into this field."
|
||
},
|
||
"totpHelperWithCapture": {
|
||
"message": "Bitwarden can store and fill 2-step verification codes. Select the camera icon to take a screenshot of this website's authenticator QR code, or copy and paste the key into this field."
|
||
},
|
||
"learnMoreAboutAuthenticators": {
|
||
"message": "Learn more about authenticators"
|
||
},
|
||
"folder": {
|
||
"message": "폴더"
|
||
},
|
||
"value": {
|
||
"message": "값"
|
||
},
|
||
"cfTypeText": {
|
||
"message": "텍스트"
|
||
},
|
||
"cfTypeHidden": {
|
||
"message": "숨김"
|
||
},
|
||
"cfTypeBoolean": {
|
||
"message": "참 / 거짓"
|
||
},
|
||
"cfTypeCheckbox": {
|
||
"message": "Checkbox"
|
||
},
|
||
"cfTypeLinked": {
|
||
"message": "연결됨",
|
||
"description": "This describes a field that is 'linked' (related) to another field."
|
||
},
|
||
"fieldType": {
|
||
"message": "Field type"
|
||
},
|
||
"fieldLabel": {
|
||
"message": "Field label"
|
||
},
|
||
"remove": {
|
||
"message": "제거"
|
||
},
|
||
"unassigned": {
|
||
"message": "지정되지 않음"
|
||
},
|
||
"noneFolder": {
|
||
"message": "폴더 없음",
|
||
"description": "This is the folder for uncategorized items"
|
||
},
|
||
"selfOwnershipLabel": {
|
||
"message": "You",
|
||
"description": "Used as a label to indicate that the user is the owner of an item."
|
||
},
|
||
"addFolder": {
|
||
"message": "폴더 추가"
|
||
},
|
||
"editFolder": {
|
||
"message": "폴더 편집"
|
||
},
|
||
"editWithName": {
|
||
"message": "Edit $ITEM$: $NAME$",
|
||
"placeholders": {
|
||
"item": {
|
||
"content": "$1",
|
||
"example": "login"
|
||
},
|
||
"name": {
|
||
"content": "$2",
|
||
"example": "Social"
|
||
}
|
||
}
|
||
},
|
||
"newFolder": {
|
||
"message": "New folder"
|
||
},
|
||
"folderName": {
|
||
"message": "Folder name"
|
||
},
|
||
"folderHintText": {
|
||
"message": "Nest a folder by adding the parent folder's name followed by a “/”. Example: Social/Forums"
|
||
},
|
||
"deleteFolderPermanently": {
|
||
"message": "Are you sure you want to permanently delete this folder?"
|
||
},
|
||
"baseDomain": {
|
||
"message": "기본 도메인",
|
||
"description": "Domain name. Example: website.com"
|
||
},
|
||
"domainName": {
|
||
"message": "도메인 이름",
|
||
"description": "Domain name. Example: website.com"
|
||
},
|
||
"host": {
|
||
"message": "호스트",
|
||
"description": "A URL's host value. For example, the host of https://sub.domain.com:443 is 'sub.domain.com:443'."
|
||
},
|
||
"exact": {
|
||
"message": "정확히 일치"
|
||
},
|
||
"startsWith": {
|
||
"message": "...으로 시작"
|
||
},
|
||
"regEx": {
|
||
"message": "정규 표현식",
|
||
"description": "A programming term, also known as 'RegEx'."
|
||
},
|
||
"matchDetection": {
|
||
"message": "일치 인식",
|
||
"description": "URI match detection for auto-fill."
|
||
},
|
||
"defaultMatchDetection": {
|
||
"message": "기본 일치 인식",
|
||
"description": "Default URI match detection for auto-fill."
|
||
},
|
||
"never": {
|
||
"message": "잠그지 않음"
|
||
},
|
||
"toggleVisibility": {
|
||
"message": "표시 전환"
|
||
},
|
||
"toggleCollapse": {
|
||
"message": "Toggle Collapse",
|
||
"description": "Toggling an expand/collapse state."
|
||
},
|
||
"checkPassword": {
|
||
"message": "비밀번호가 노출되었는지 확인합니다."
|
||
},
|
||
"passwordExposed": {
|
||
"message": "이 비밀번호는 데이터 유출에 $VALUE$회 노출되었습니다. 비밀번호를 변경하는 것이 좋습니다.",
|
||
"placeholders": {
|
||
"value": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"passwordSafe": {
|
||
"message": "이 비밀번호는 데이터 유출 목록에 없습니다. 사용하기에 안전한 비밀번호입니다."
|
||
},
|
||
"save": {
|
||
"message": "저장"
|
||
},
|
||
"cancel": {
|
||
"message": "취소"
|
||
},
|
||
"later": {
|
||
"message": "Later"
|
||
},
|
||
"canceled": {
|
||
"message": "취소됨"
|
||
},
|
||
"close": {
|
||
"message": "닫기"
|
||
},
|
||
"delete": {
|
||
"message": "삭제"
|
||
},
|
||
"favorite": {
|
||
"message": "즐겨찾기"
|
||
},
|
||
"unfavorite": {
|
||
"message": "즐겨찾기 해제"
|
||
},
|
||
"edit": {
|
||
"message": "편집"
|
||
},
|
||
"searchCollection": {
|
||
"message": "컬렉션 검색"
|
||
},
|
||
"searchFolder": {
|
||
"message": "폴더 검색"
|
||
},
|
||
"searchFavorites": {
|
||
"message": "즐겨찾기 검색"
|
||
},
|
||
"searchLogin": {
|
||
"message": "로그인 검색",
|
||
"description": "Search Login type"
|
||
},
|
||
"searchCard": {
|
||
"message": "카드 검색",
|
||
"description": "Search Card type"
|
||
},
|
||
"searchIdentity": {
|
||
"message": "신원 검색",
|
||
"description": "Search Identity type"
|
||
},
|
||
"searchSecureNote": {
|
||
"message": "보안 메모 검색",
|
||
"description": "Search Secure Note type"
|
||
},
|
||
"searchVault": {
|
||
"message": "보관함 검색"
|
||
},
|
||
"searchMyVault": {
|
||
"message": "내 보관함 검색"
|
||
},
|
||
"searchOrganization": {
|
||
"message": "조직 검색"
|
||
},
|
||
"searchMembers": {
|
||
"message": "구성원 검색"
|
||
},
|
||
"searchGroups": {
|
||
"message": "그룹 검색"
|
||
},
|
||
"resetSearch": {
|
||
"message": "Reset search"
|
||
},
|
||
"allItems": {
|
||
"message": "모든 항목"
|
||
},
|
||
"favorites": {
|
||
"message": "즐겨찾기"
|
||
},
|
||
"types": {
|
||
"message": "유형"
|
||
},
|
||
"typeLogin": {
|
||
"message": "로그인"
|
||
},
|
||
"typeCard": {
|
||
"message": "카드"
|
||
},
|
||
"typeIdentity": {
|
||
"message": "신원"
|
||
},
|
||
"typeSecureNote": {
|
||
"message": "보안 메모"
|
||
},
|
||
"typeNote": {
|
||
"message": "Note"
|
||
},
|
||
"typeSshKey": {
|
||
"message": "SSH key"
|
||
},
|
||
"typeLoginPlural": {
|
||
"message": "로그인"
|
||
},
|
||
"typeCardPlural": {
|
||
"message": "카드"
|
||
},
|
||
"typeIdentityPlural": {
|
||
"message": "신원"
|
||
},
|
||
"typeSecureNotePlural": {
|
||
"message": "보안 메모"
|
||
},
|
||
"folders": {
|
||
"message": "폴더"
|
||
},
|
||
"collections": {
|
||
"message": "컬렉션"
|
||
},
|
||
"firstName": {
|
||
"message": "이름"
|
||
},
|
||
"middleName": {
|
||
"message": "가운데 이름"
|
||
},
|
||
"lastName": {
|
||
"message": "성"
|
||
},
|
||
"fullName": {
|
||
"message": "전체 이름"
|
||
},
|
||
"address": {
|
||
"message": "Address"
|
||
},
|
||
"address1": {
|
||
"message": "주소 1"
|
||
},
|
||
"address2": {
|
||
"message": "주소 2"
|
||
},
|
||
"address3": {
|
||
"message": "주소 3"
|
||
},
|
||
"cityTown": {
|
||
"message": "읍 / 면 / 동"
|
||
},
|
||
"stateProvince": {
|
||
"message": "시 / 도"
|
||
},
|
||
"zipPostalCode": {
|
||
"message": "우편번호"
|
||
},
|
||
"country": {
|
||
"message": "국가"
|
||
},
|
||
"shared": {
|
||
"message": "공유됨"
|
||
},
|
||
"attachments": {
|
||
"message": "첨부 파일"
|
||
},
|
||
"select": {
|
||
"message": "선택"
|
||
},
|
||
"newItem": {
|
||
"message": "새 항목"
|
||
},
|
||
"addItem": {
|
||
"message": "항목 추가"
|
||
},
|
||
"editItem": {
|
||
"message": "항목 편집"
|
||
},
|
||
"viewItem": {
|
||
"message": "항목 보기"
|
||
},
|
||
"newItemHeaderLogin": {
|
||
"message": "New Login",
|
||
"description": "Header for new login item type"
|
||
},
|
||
"newItemHeaderCard": {
|
||
"message": "New Card",
|
||
"description": "Header for new card item type"
|
||
},
|
||
"newItemHeaderIdentity": {
|
||
"message": "New Identity",
|
||
"description": "Header for new identity item type"
|
||
},
|
||
"newItemHeaderNote": {
|
||
"message": "New Note",
|
||
"description": "Header for new note item type"
|
||
},
|
||
"newItemHeaderSshKey": {
|
||
"message": "New SSH key",
|
||
"description": "Header for new SSH key item type"
|
||
},
|
||
"newItemHeaderTextSend": {
|
||
"message": "New Text Send",
|
||
"description": "Header for new text send"
|
||
},
|
||
"newItemHeaderFileSend": {
|
||
"message": "New File Send",
|
||
"description": "Header for new file send"
|
||
},
|
||
"editItemHeaderLogin": {
|
||
"message": "Edit Login",
|
||
"description": "Header for edit login item type"
|
||
},
|
||
"editItemHeaderCard": {
|
||
"message": "Edit Card",
|
||
"description": "Header for edit card item type"
|
||
},
|
||
"editItemHeaderIdentity": {
|
||
"message": "Edit Identity",
|
||
"description": "Header for edit identity item type"
|
||
},
|
||
"editItemHeaderNote": {
|
||
"message": "Edit Note",
|
||
"description": "Header for edit note item type"
|
||
},
|
||
"editItemHeaderSshKey": {
|
||
"message": "Edit SSH key",
|
||
"description": "Header for edit SSH key item type"
|
||
},
|
||
"editItemHeaderTextSend": {
|
||
"message": "Edit Text Send",
|
||
"description": "Header for edit text send"
|
||
},
|
||
"editItemHeaderFileSend": {
|
||
"message": "Edit File Send",
|
||
"description": "Header for edit file send"
|
||
},
|
||
"viewItemHeaderLogin": {
|
||
"message": "View Login",
|
||
"description": "Header for view login item type"
|
||
},
|
||
"viewItemHeaderCard": {
|
||
"message": "View Card",
|
||
"description": "Header for view card item type"
|
||
},
|
||
"viewItemHeaderIdentity": {
|
||
"message": "View Identity",
|
||
"description": "Header for view identity item type"
|
||
},
|
||
"viewItemHeaderNote": {
|
||
"message": "View Note",
|
||
"description": "Header for view note item type"
|
||
},
|
||
"viewItemHeaderSshKey": {
|
||
"message": "View SSH key",
|
||
"description": "Header for view SSH key item type"
|
||
},
|
||
"new": {
|
||
"message": "새 항목",
|
||
"description": "for adding new items"
|
||
},
|
||
"item": {
|
||
"message": "항목"
|
||
},
|
||
"itemDetails": {
|
||
"message": "Item details"
|
||
},
|
||
"itemName": {
|
||
"message": "Item name"
|
||
},
|
||
"ex": {
|
||
"message": "예)",
|
||
"description": "Short abbreviation for 'example'."
|
||
},
|
||
"other": {
|
||
"message": "기타"
|
||
},
|
||
"share": {
|
||
"message": "공유"
|
||
},
|
||
"moveToOrganization": {
|
||
"message": "조직으로 이동하기"
|
||
},
|
||
"valueCopied": {
|
||
"message": "$VALUE$를 클립보드에 복사함",
|
||
"description": "Value has been copied to the clipboard.",
|
||
"placeholders": {
|
||
"value": {
|
||
"content": "$1",
|
||
"example": "Password"
|
||
}
|
||
}
|
||
},
|
||
"copySuccessful": {
|
||
"message": "Copy Successful"
|
||
},
|
||
"copyValue": {
|
||
"message": "값 복사",
|
||
"description": "Copy value to clipboard"
|
||
},
|
||
"copyPassword": {
|
||
"message": "비밀번호 복사",
|
||
"description": "Copy password to clipboard"
|
||
},
|
||
"copyPassphrase": {
|
||
"message": "Copy passphrase",
|
||
"description": "Copy passphrase to clipboard"
|
||
},
|
||
"passwordCopied": {
|
||
"message": "Password copied"
|
||
},
|
||
"copyUsername": {
|
||
"message": "사용자 이름 복사",
|
||
"description": "Copy username to clipboard"
|
||
},
|
||
"copyNumber": {
|
||
"message": "번호 복사",
|
||
"description": "Copy credit card number"
|
||
},
|
||
"copySecurityCode": {
|
||
"message": "보안 코드 복사",
|
||
"description": "Copy credit card security code (CVV)"
|
||
},
|
||
"copyUri": {
|
||
"message": "URI 복사",
|
||
"description": "Copy URI to clipboard"
|
||
},
|
||
"copyCustomField": {
|
||
"message": "Copy $FIELD$",
|
||
"placeholders": {
|
||
"field": {
|
||
"content": "$1",
|
||
"example": "Custom field label"
|
||
}
|
||
}
|
||
},
|
||
"copyWebsite": {
|
||
"message": "Copy website"
|
||
},
|
||
"copyNotes": {
|
||
"message": "Copy notes"
|
||
},
|
||
"copyAddress": {
|
||
"message": "Copy address"
|
||
},
|
||
"copyPhone": {
|
||
"message": "Copy phone"
|
||
},
|
||
"copyEmail": {
|
||
"message": "Copy email"
|
||
},
|
||
"copyCompany": {
|
||
"message": "Copy company"
|
||
},
|
||
"copySSN": {
|
||
"message": "Copy Social Security number"
|
||
},
|
||
"copyPassportNumber": {
|
||
"message": "Copy passport number"
|
||
},
|
||
"copyLicenseNumber": {
|
||
"message": "Copy license number"
|
||
},
|
||
"copyPrivateKey": {
|
||
"message": "Copy private key"
|
||
},
|
||
"copyPublicKey": {
|
||
"message": "Copy public key"
|
||
},
|
||
"copyFingerprint": {
|
||
"message": "Copy fingerprint"
|
||
},
|
||
"copyName": {
|
||
"message": "Copy name"
|
||
},
|
||
"cardNumber": {
|
||
"message": "card number"
|
||
},
|
||
"copyFieldCipherName": {
|
||
"message": "Copy $FIELD$, $CIPHERNAME$",
|
||
"description": "Title for a button that copies a field value to the clipboard.",
|
||
"placeholders": {
|
||
"field": {
|
||
"content": "$1",
|
||
"example": "Username"
|
||
},
|
||
"ciphername": {
|
||
"content": "$2",
|
||
"example": "Login Item"
|
||
}
|
||
}
|
||
},
|
||
"me": {
|
||
"message": "나"
|
||
},
|
||
"myItems": {
|
||
"message": "My Items"
|
||
},
|
||
"myVault": {
|
||
"message": "내 보관함"
|
||
},
|
||
"allVaults": {
|
||
"message": "모든 보관함"
|
||
},
|
||
"vault": {
|
||
"message": "보관함"
|
||
},
|
||
"vaults": {
|
||
"message": "보관함"
|
||
},
|
||
"vaultItems": {
|
||
"message": "보관함 항목"
|
||
},
|
||
"filter": {
|
||
"message": "필터"
|
||
},
|
||
"deleteSelected": {
|
||
"message": "선택 항목 삭제"
|
||
},
|
||
"moveSelected": {
|
||
"message": "선택 항목 이동"
|
||
},
|
||
"selectAll": {
|
||
"message": "모두 선택"
|
||
},
|
||
"unselectAll": {
|
||
"message": "모두 선택 해제"
|
||
},
|
||
"launch": {
|
||
"message": "열기"
|
||
},
|
||
"newAttachment": {
|
||
"message": "새 첨부 파일 추가"
|
||
},
|
||
"deletedAttachment": {
|
||
"message": "첨부 파일 삭제함"
|
||
},
|
||
"deleteAttachmentConfirmation": {
|
||
"message": "정말 이 첨부 파일을 삭제하시겠습니까?"
|
||
},
|
||
"attachmentSaved": {
|
||
"message": "첨부 파일을 저장했습니다."
|
||
},
|
||
"file": {
|
||
"message": "파일"
|
||
},
|
||
"selectFile": {
|
||
"message": "파일을 선택하세요."
|
||
},
|
||
"maxFileSize": {
|
||
"message": "최대 파일 크기는 500MB입니다."
|
||
},
|
||
"addedItem": {
|
||
"message": "항목 추가함"
|
||
},
|
||
"editedItem": {
|
||
"message": "항목 편집함"
|
||
},
|
||
"movedItemToOrg": {
|
||
"message": "$ITEMNAME$이(가) $ORGNAME$(으)로 이동됨",
|
||
"placeholders": {
|
||
"itemname": {
|
||
"content": "$1",
|
||
"example": "Secret Item"
|
||
},
|
||
"orgname": {
|
||
"content": "$2",
|
||
"example": "Company Name"
|
||
}
|
||
}
|
||
},
|
||
"itemsMovedToOrg": {
|
||
"message": "Items moved to $ORGNAME$",
|
||
"placeholders": {
|
||
"orgname": {
|
||
"content": "$1",
|
||
"example": "Company Name"
|
||
}
|
||
}
|
||
},
|
||
"itemMovedToOrg": {
|
||
"message": "Item moved to $ORGNAME$",
|
||
"placeholders": {
|
||
"orgname": {
|
||
"content": "$1",
|
||
"example": "Company Name"
|
||
}
|
||
}
|
||
},
|
||
"deleteItem": {
|
||
"message": "항목 삭제"
|
||
},
|
||
"deleteFolder": {
|
||
"message": "폴더 삭제"
|
||
},
|
||
"deleteAttachment": {
|
||
"message": "첨부 파일 삭제"
|
||
},
|
||
"deleteItemConfirmation": {
|
||
"message": "정말로 휴지통으로 이동시킬까요?"
|
||
},
|
||
"deletedItem": {
|
||
"message": "항목 삭제함"
|
||
},
|
||
"deletedItems": {
|
||
"message": "항목 삭제함"
|
||
},
|
||
"movedItems": {
|
||
"message": "항목 이동함"
|
||
},
|
||
"overwritePasswordConfirmation": {
|
||
"message": "정말 현재 비밀번호를 덮어쓰시겠습니까?"
|
||
},
|
||
"editedFolder": {
|
||
"message": "폴더 편집함"
|
||
},
|
||
"addedFolder": {
|
||
"message": "폴더 추가함"
|
||
},
|
||
"deleteFolderConfirmation": {
|
||
"message": "정말 이 폴더를 삭제하시겠습니까?"
|
||
},
|
||
"deletedFolder": {
|
||
"message": "폴더 삭제함"
|
||
},
|
||
"editInfo": {
|
||
"message": "정보 편집"
|
||
},
|
||
"access": {
|
||
"message": "접근"
|
||
},
|
||
"accessLevel": {
|
||
"message": "접근 권한"
|
||
},
|
||
"accessing": {
|
||
"message": "Accessing"
|
||
},
|
||
"loggedOut": {
|
||
"message": "로그아웃됨"
|
||
},
|
||
"loggedOutDesc": {
|
||
"message": "You have been logged out of your account."
|
||
},
|
||
"loginExpired": {
|
||
"message": "로그인 세션이 만료되었습니다."
|
||
},
|
||
"restartRegistration": {
|
||
"message": "Restart registration"
|
||
},
|
||
"expiredLink": {
|
||
"message": "Expired link"
|
||
},
|
||
"pleaseRestartRegistrationOrTryLoggingIn": {
|
||
"message": "Please restart registration or try logging in."
|
||
},
|
||
"youMayAlreadyHaveAnAccount": {
|
||
"message": "You may already have an account"
|
||
},
|
||
"logOutConfirmation": {
|
||
"message": "정말 로그아웃하시겠습니까?"
|
||
},
|
||
"logOut": {
|
||
"message": "로그아웃"
|
||
},
|
||
"ok": {
|
||
"message": "확인"
|
||
},
|
||
"yes": {
|
||
"message": "예"
|
||
},
|
||
"no": {
|
||
"message": "아니오"
|
||
},
|
||
"location": {
|
||
"message": "Location"
|
||
},
|
||
"loginOrCreateNewAccount": {
|
||
"message": "안전 보관함에 접근하려면 로그인하거나 새 계정을 만드세요."
|
||
},
|
||
"loginWithDevice": {
|
||
"message": "기기로 로그인"
|
||
},
|
||
"loginWithDeviceEnabledNote": {
|
||
"message": "기기로 로그인은 Bitwarden 앱 설정에서 구성돼야 합니다. 다른 방식이 필요하신가요?"
|
||
},
|
||
"needAnotherOptionV1": {
|
||
"message": "Need another option?"
|
||
},
|
||
"loginWithMasterPassword": {
|
||
"message": "마스터 비밀번호로 로그인"
|
||
},
|
||
"readingPasskeyLoading": {
|
||
"message": "패스키를 읽는 중..."
|
||
},
|
||
"readingPasskeyLoadingInfo": {
|
||
"message": "Keep this window open and follow prompts from your browser."
|
||
},
|
||
"passkeyAuthenticationFailed": {
|
||
"message": "Passkey authentication failed. Please try again."
|
||
},
|
||
"useADifferentLogInMethod": {
|
||
"message": "Use a different log in method"
|
||
},
|
||
"logInWithPasskey": {
|
||
"message": "Log in with passkey"
|
||
},
|
||
"useSingleSignOn": {
|
||
"message": "Use single sign-on"
|
||
},
|
||
"welcomeBack": {
|
||
"message": "Welcome back"
|
||
},
|
||
"invalidPasskeyPleaseTryAgain": {
|
||
"message": "Invalid Passkey. Please try again."
|
||
},
|
||
"twoFactorForPasskeysNotSupportedOnClientUpdateToLogIn": {
|
||
"message": "2FA for passkeys is not supported. Update the app to log in."
|
||
},
|
||
"loginWithPasskeyInfo": {
|
||
"message": "Use a generated passkey that will automatically log you in without a password. Biometrics, like facial recognition or fingerprint, or another FIDO2 security method will verify your identity."
|
||
},
|
||
"newPasskey": {
|
||
"message": "새 패스키"
|
||
},
|
||
"learnMoreAboutPasswordless": {
|
||
"message": "Learn more about passwordless"
|
||
},
|
||
"creatingPasskeyLoading": {
|
||
"message": "Creating passkey..."
|
||
},
|
||
"creatingPasskeyLoadingInfo": {
|
||
"message": "Keep this window open and follow prompts from your browser."
|
||
},
|
||
"errorCreatingPasskey": {
|
||
"message": "Error creating passkey"
|
||
},
|
||
"errorCreatingPasskeyInfo": {
|
||
"message": "There was a problem creating your passkey."
|
||
},
|
||
"passkeySuccessfullyCreated": {
|
||
"message": "패스키가 생성되었습니다!"
|
||
},
|
||
"customPasskeyNameInfo": {
|
||
"message": "Name your passkey to help you identify it."
|
||
},
|
||
"useForVaultEncryption": {
|
||
"message": "Use for vault encryption"
|
||
},
|
||
"useForVaultEncryptionInfo": {
|
||
"message": "Log in and unlock on supported devices without your master password. Follow the prompts from your browser to finalize setup."
|
||
},
|
||
"useForVaultEncryptionErrorReadingPasskey": {
|
||
"message": "Error reading passkey. Try again or uncheck this option."
|
||
},
|
||
"encryptionNotSupported": {
|
||
"message": "Encryption not supported"
|
||
},
|
||
"enablePasskeyEncryption": {
|
||
"message": "Set up encryption"
|
||
},
|
||
"usedForEncryption": {
|
||
"message": "Used for encryption"
|
||
},
|
||
"loginWithPasskeyEnabled": {
|
||
"message": "Log in with passkey turned on"
|
||
},
|
||
"passkeySaved": {
|
||
"message": "$NAME$ saved",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "Personal yubikey"
|
||
}
|
||
}
|
||
},
|
||
"passkeyRemoved": {
|
||
"message": "Passkey removed"
|
||
},
|
||
"removePasskey": {
|
||
"message": "Remove passkey"
|
||
},
|
||
"removePasskeyInfo": {
|
||
"message": "If all passkeys are removed, you will be unable to log into new devices without your master password."
|
||
},
|
||
"passkeyLimitReachedInfo": {
|
||
"message": "Passkey limit reached. Remove a passkey to add another."
|
||
},
|
||
"tryAgain": {
|
||
"message": "Try again"
|
||
},
|
||
"createAccount": {
|
||
"message": "계정 만들기"
|
||
},
|
||
"newToBitwarden": {
|
||
"message": "New to Bitwarden?"
|
||
},
|
||
"setAStrongPassword": {
|
||
"message": "Set a strong password"
|
||
},
|
||
"finishCreatingYourAccountBySettingAPassword": {
|
||
"message": "Finish creating your account by setting a password"
|
||
},
|
||
"newAroundHere": {
|
||
"message": "새로 찾아오셨나요?"
|
||
},
|
||
"startTrial": {
|
||
"message": "\b무료 체험 시작"
|
||
},
|
||
"logIn": {
|
||
"message": "로그인"
|
||
},
|
||
"logInToBitwarden": {
|
||
"message": "Log in to Bitwarden"
|
||
},
|
||
"enterTheCodeSentToYourEmail": {
|
||
"message": "Enter the code sent to your email"
|
||
},
|
||
"enterTheCodeFromYourAuthenticatorApp": {
|
||
"message": "Enter the code from your authenticator app"
|
||
},
|
||
"pressYourYubiKeyToAuthenticate": {
|
||
"message": "Press your YubiKey to authenticate"
|
||
},
|
||
"authenticationTimeout": {
|
||
"message": "Authentication timeout"
|
||
},
|
||
"authenticationSessionTimedOut": {
|
||
"message": "The authentication session timed out. Please restart the login process."
|
||
},
|
||
"verifyYourIdentity": {
|
||
"message": "Verify your Identity"
|
||
},
|
||
"weDontRecognizeThisDevice": {
|
||
"message": "We don't recognize this device. Enter the code sent to your email to verify your identity."
|
||
},
|
||
"continueLoggingIn": {
|
||
"message": "Continue logging in"
|
||
},
|
||
"whatIsADevice": {
|
||
"message": "What is a device?"
|
||
},
|
||
"aDeviceIs": {
|
||
"message": "A device is a unique installation of the Bitwarden app where you have logged in. Reinstalling, clearing app data, or clearing your cookies could result in a device appearing multiple times."
|
||
},
|
||
"logInInitiated": {
|
||
"message": "Log in initiated"
|
||
},
|
||
"logInRequestSent": {
|
||
"message": "Request sent"
|
||
},
|
||
"submit": {
|
||
"message": "보내기"
|
||
},
|
||
"emailAddressDesc": {
|
||
"message": "로그인에 이메일 주소를 사용하게 될 것입니다."
|
||
},
|
||
"yourName": {
|
||
"message": "이름"
|
||
},
|
||
"yourNameDesc": {
|
||
"message": "어떻게 불러드릴까요?"
|
||
},
|
||
"masterPass": {
|
||
"message": "마스터 비밀번호"
|
||
},
|
||
"masterPassDesc": {
|
||
"message": "마스터 비밀번호는 보관함을 열 때 필요한 비밀번호입니다. 절대 마스터 비밀번호를 잊어버리지 마세요. 잊어버리면 복구할 수 있는 방법이 없습니다."
|
||
},
|
||
"masterPassImportant": {
|
||
"message": "마스터 비밀번호를 잊으면 복구할 수 없습니다!"
|
||
},
|
||
"masterPassHintDesc": {
|
||
"message": "마스터 비밀번호 힌트는 마스터 비밀번호를 잊었을 때 도움이 될 수 있습니다."
|
||
},
|
||
"reTypeMasterPass": {
|
||
"message": "마스터 비밀번호 다시 입력"
|
||
},
|
||
"masterPassHint": {
|
||
"message": "마스터 비밀번호 힌트 (선택)"
|
||
},
|
||
"newMasterPassHint": {
|
||
"message": "New master password hint (optional)"
|
||
},
|
||
"masterPassHintLabel": {
|
||
"message": "마스터 비밀번호 힌트"
|
||
},
|
||
"masterPassHintText": {
|
||
"message": "If you forget your password, the password hint can be sent to your email. $CURRENT$/$MAXIMUM$ character maximum.",
|
||
"placeholders": {
|
||
"current": {
|
||
"content": "$1",
|
||
"example": "0"
|
||
},
|
||
"maximum": {
|
||
"content": "$2",
|
||
"example": "50"
|
||
}
|
||
}
|
||
},
|
||
"settings": {
|
||
"message": "설정"
|
||
},
|
||
"accountEmail": {
|
||
"message": "Account email"
|
||
},
|
||
"requestHint": {
|
||
"message": "Request hint"
|
||
},
|
||
"requestPasswordHint": {
|
||
"message": "Request password hint"
|
||
},
|
||
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
|
||
"message": "Enter your account email address and your password hint will be sent to you"
|
||
},
|
||
"getMasterPasswordHint": {
|
||
"message": "마스터 비밀번호 힌트 얻기"
|
||
},
|
||
"emailRequired": {
|
||
"message": "이메일은 반드시 입력해야 합니다."
|
||
},
|
||
"invalidEmail": {
|
||
"message": "잘못된 이메일 주소입니다."
|
||
},
|
||
"masterPasswordRequired": {
|
||
"message": "마스터 비밀번호가 필요합니다."
|
||
},
|
||
"confirmMasterPasswordRequired": {
|
||
"message": "마스터 비밀번호를 재입력해야 합니다."
|
||
},
|
||
"masterPasswordMinlength": {
|
||
"message": "마스터 비밀번호는 최소 $VALUE$자 이상이어야 합니다.",
|
||
"description": "The Master Password must be at least a specific number of characters long.",
|
||
"placeholders": {
|
||
"value": {
|
||
"content": "$1",
|
||
"example": "8"
|
||
}
|
||
}
|
||
},
|
||
"masterPassDoesntMatch": {
|
||
"message": "마스터 비밀번호 확인과 마스터 비밀번호가 일치하지 않습니다."
|
||
},
|
||
"newAccountCreated": {
|
||
"message": "계정 생성이 완료되었습니다! 이제 로그인하실 수 있습니다."
|
||
},
|
||
"newAccountCreated2": {
|
||
"message": "Your new account has been created!"
|
||
},
|
||
"youHaveBeenLoggedIn": {
|
||
"message": "You have been logged in!"
|
||
},
|
||
"trialAccountCreated": {
|
||
"message": "계정이 생성되었습니다."
|
||
},
|
||
"masterPassSent": {
|
||
"message": "마스터 비밀번호 힌트가 담긴 이메일을 보냈습니다."
|
||
},
|
||
"unexpectedError": {
|
||
"message": "예기치 못한 오류가 발생했습니다."
|
||
},
|
||
"expirationDateError": {
|
||
"message": "Please select an expiration date that is in the future."
|
||
},
|
||
"emailAddress": {
|
||
"message": "이메일 주소"
|
||
},
|
||
"yourVaultIsLockedV2": {
|
||
"message": "Your vault is locked"
|
||
},
|
||
"yourAccountIsLocked": {
|
||
"message": "Your account is locked"
|
||
},
|
||
"uuid": {
|
||
"message": "UUID"
|
||
},
|
||
"unlock": {
|
||
"message": "잠금 해제"
|
||
},
|
||
"loggedInAsEmailOn": {
|
||
"message": "$HOSTNAME$ 에 $EMAIL$ 로 로그인했습니다.",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "name@example.com"
|
||
},
|
||
"hostname": {
|
||
"content": "$2",
|
||
"example": "bitwarden.com"
|
||
}
|
||
}
|
||
},
|
||
"invalidMasterPassword": {
|
||
"message": "잘못된 마스터 비밀번호"
|
||
},
|
||
"invalidMasterPasswordConfirmEmailAndHost": {
|
||
"message": "Invalid master password. Confirm your email is correct and your account was created on $HOST$.",
|
||
"placeholders": {
|
||
"host": {
|
||
"content": "$1",
|
||
"example": "vault.bitwarden.com"
|
||
}
|
||
}
|
||
},
|
||
"invalidFilePassword": {
|
||
"message": "파일 암호가 잘못되었습니다. 내보낸 파일을 생성했을 때 사용한 암호를 입력하세요."
|
||
},
|
||
"lockNow": {
|
||
"message": "지금 잠그기"
|
||
},
|
||
"noItemsInList": {
|
||
"message": "항목이 없습니다."
|
||
},
|
||
"noItemsInTrash": {
|
||
"message": "No items in trash"
|
||
},
|
||
"noItemsInTrashDesc": {
|
||
"message": "Items you delete will appear here and be permanently deleted after 30 days"
|
||
},
|
||
"noItemsInVault": {
|
||
"message": "No items in the vault"
|
||
},
|
||
"emptyVaultDescription": {
|
||
"message": "The vault protects more than just your passwords. Store secure logins, IDs, cards and notes securely here."
|
||
},
|
||
"emptyFavorites": {
|
||
"message": "You haven't favorited any items"
|
||
},
|
||
"emptyFavoritesDesc": {
|
||
"message": "Add frequently used items to favorites for quick access."
|
||
},
|
||
"noSearchResults": {
|
||
"message": "No search results returned"
|
||
},
|
||
"clearFiltersOrTryAnother": {
|
||
"message": "Clear filters or try another search term"
|
||
},
|
||
"noPermissionToViewAllCollectionItems": {
|
||
"message": "이 컬렉션의 모든 항목을 볼 권한이 없습니다."
|
||
},
|
||
"youDoNotHavePermissions": {
|
||
"message": "You do not have permissions to this collection"
|
||
},
|
||
"noCollectionsInList": {
|
||
"message": "콜렉션이 없습니다."
|
||
},
|
||
"noGroupsInList": {
|
||
"message": "그룹이 없습니다."
|
||
},
|
||
"noUsersInList": {
|
||
"message": "유저가 없습니다."
|
||
},
|
||
"noMembersInList": {
|
||
"message": "There are no members to list."
|
||
},
|
||
"noEventsInList": {
|
||
"message": "이벤트가 없습니다."
|
||
},
|
||
"newOrganization": {
|
||
"message": "새 조직"
|
||
},
|
||
"noOrganizationsList": {
|
||
"message": "당신은 어떤 조직에도 속해있지 않습니다. 조직은 다른 사용자들과 안전하게 항목을 공유할 수 있게 해줍니다."
|
||
},
|
||
"notificationSentDevice": {
|
||
"message": "기기에 알림이 전송되었습니다."
|
||
},
|
||
"notificationSentDevicePart1": {
|
||
"message": "Unlock Bitwarden on your device or on the "
|
||
},
|
||
"accessAttemptBy": {
|
||
"message": "Access attempt by $EMAIL$",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "name@example.com"
|
||
}
|
||
}
|
||
},
|
||
"confirmAccess": {
|
||
"message": "Confirm access"
|
||
},
|
||
"denyAccess": {
|
||
"message": "Deny access"
|
||
},
|
||
"notificationSentDeviceAnchor": {
|
||
"message": "web app"
|
||
},
|
||
"notificationSentDevicePart2": {
|
||
"message": "Make sure the Fingerprint phrase matches the one below before approving."
|
||
},
|
||
"notificationSentDeviceComplete": {
|
||
"message": "Unlock Bitwarden on your device. Make sure the Fingerprint phrase matches the one below before approving."
|
||
},
|
||
"aNotificationWasSentToYourDevice": {
|
||
"message": "A notification was sent to your device"
|
||
},
|
||
"versionNumber": {
|
||
"message": "버전 $VERSION_NUMBER$",
|
||
"placeholders": {
|
||
"version_number": {
|
||
"content": "$1",
|
||
"example": "1.2.3"
|
||
}
|
||
}
|
||
},
|
||
"verificationCodeEmailSent": {
|
||
"message": "$EMAIL$ 주소로 인증 이메일을 보냈습니다.",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "example@gmail.com"
|
||
}
|
||
}
|
||
},
|
||
"dontAskAgainOnThisDeviceFor30Days": {
|
||
"message": "Don't ask again on this device for 30 days"
|
||
},
|
||
"selectAnotherMethod": {
|
||
"message": "Select another method",
|
||
"description": "Select another two-step login method"
|
||
},
|
||
"useYourRecoveryCode": {
|
||
"message": "Use your recovery code"
|
||
},
|
||
"insertU2f": {
|
||
"message": "보안 키를 컴퓨터의 USB 포트에 삽입하고 버튼이 있는 경우 누르세요."
|
||
},
|
||
"loginUnavailable": {
|
||
"message": "로그인 불가능"
|
||
},
|
||
"noTwoStepProviders": {
|
||
"message": "이 계정은 2단계 인증을 사용합니다. 그러나 설정된 2단계 인증 중 이 웹 브라우저에서 지원하는 방식이 없습니다."
|
||
},
|
||
"noTwoStepProviders2": {
|
||
"message": "지원하는 웹 브라우저(Chrome 등)를 사용하거나 더 많은 브라우저를 지원하는 2단계 인증 방식(인증 앱 등)을 추가하세요."
|
||
},
|
||
"twoStepOptions": {
|
||
"message": "2단계 인증 옵션"
|
||
},
|
||
"selectTwoStepLoginMethod": {
|
||
"message": "Select two-step login method"
|
||
},
|
||
"recoveryCodeTitle": {
|
||
"message": "복구 코드"
|
||
},
|
||
"invalidRecoveryCode": {
|
||
"message": "Invalid recovery code"
|
||
},
|
||
"authenticatorAppTitle": {
|
||
"message": "인증 앱"
|
||
},
|
||
"authenticatorAppDescV2": {
|
||
"message": "Enter a code generated by an authenticator app like Bitwarden Authenticator.",
|
||
"description": "'Bitwarden Authenticator' is a product name and should not be translated."
|
||
},
|
||
"yubiKeyTitleV2": {
|
||
"message": "Yubico OTP security key"
|
||
},
|
||
"yubiKeyDesc": {
|
||
"message": "YubiKey를 사용하여 사용자의 계정에 접근합니다. YubiKey 4, 4 Nano, 4C 및 NEO 기기를 사용할 수 있습니다."
|
||
},
|
||
"duoDescV2": {
|
||
"message": "Enter a code generated by Duo Security.",
|
||
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
|
||
},
|
||
"duoOrganizationDesc": {
|
||
"message": "Duo Mobile 앱, SMS, 전화 통화를 사용한 조직용 Duo Security 또는 U2F 보안 키를 사용하여 인증하세요.",
|
||
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
|
||
},
|
||
"u2fDesc": {
|
||
"message": "FIDO U2F가 활성화된 보안 키를 사용하여 계정에 접근하세요."
|
||
},
|
||
"u2fTitle": {
|
||
"message": "FIDO U2F 보안 키"
|
||
},
|
||
"webAuthnTitle": {
|
||
"message": "FIDO2 WebAuthn"
|
||
},
|
||
"webAuthnDesc": {
|
||
"message": "WebAuthn이 활성화된 보안 키를 사용하여 계정에 접근하세요."
|
||
},
|
||
"webAuthnMigrated": {
|
||
"message": "(FIDO에서 이전됨)"
|
||
},
|
||
"openInNewTab": {
|
||
"message": "Open in new tab"
|
||
},
|
||
"emailTitle": {
|
||
"message": "이메일"
|
||
},
|
||
"emailDescV2": {
|
||
"message": "Enter a code sent to your email."
|
||
},
|
||
"continue": {
|
||
"message": "계속"
|
||
},
|
||
"organization": {
|
||
"message": "조직"
|
||
},
|
||
"organizations": {
|
||
"message": "조직"
|
||
},
|
||
"moveToOrgDesc": {
|
||
"message": "이 항목을 이동할 조직을 선택하십시오. 항목이 조직으로 이동되면 소유권이 조직으로 이전됩니다. 일단 이동되면, 더는 이동된 항목의 직접적인 소유자가 아니게 됩니다."
|
||
},
|
||
"collectionsDesc": {
|
||
"message": "이 항목이 공유될 콜렉션을 수정하십시오. 이 콜렉션에 접근할 수 있는 조직 사용자만 이 항목을 볼 수 있습니다."
|
||
},
|
||
"deleteSelectedItemsDesc": {
|
||
"message": "삭제를 위해 $COUNT$ 개의 항목이 선택됨. 정말로 이 항목들을 삭제하시겠습니까?",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "150"
|
||
}
|
||
}
|
||
},
|
||
"deleteSelectedCollectionsDesc": {
|
||
"message": "$COUNT$ collection(s) will be permanently deleted.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "150"
|
||
}
|
||
}
|
||
},
|
||
"deleteSelectedConfirmation": {
|
||
"message": "정말 계속하시겠습니까?"
|
||
},
|
||
"moveSelectedItemsDesc": {
|
||
"message": "Choose a folder that you would like to add the $COUNT$ selected item(s) to.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "150"
|
||
}
|
||
}
|
||
},
|
||
"verificationCodeTotp": {
|
||
"message": "인증 코드 (TOTP)"
|
||
},
|
||
"copyVerificationCode": {
|
||
"message": "인증 코드 복사"
|
||
},
|
||
"copyUuid": {
|
||
"message": "UUID 복사"
|
||
},
|
||
"errorRefreshingAccessToken": {
|
||
"message": "Access Token Refresh Error"
|
||
},
|
||
"errorRefreshingAccessTokenDesc": {
|
||
"message": "No refresh token or API keys found. Please try logging out and logging back in."
|
||
},
|
||
"warning": {
|
||
"message": "경고"
|
||
},
|
||
"confirmVaultExport": {
|
||
"message": "보관함 내보내기 확인"
|
||
},
|
||
"confirmSecretsExport": {
|
||
"message": "비밀 데이터 내보내기 확인"
|
||
},
|
||
"exportWarningDesc": {
|
||
"message": "내보내기는 보관함 데이터가 암호화되지 않은 형식으로 포함됩니다. 내보낸 파일을 안전하지 않은 채널(예: 이메일)을 통해 저장하거나 보내지 마십시오. 사용이 끝난 후에는 즉시 삭제하십시오."
|
||
},
|
||
"exportSecretsWarningDesc": {
|
||
"message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it."
|
||
},
|
||
"encExportKeyWarningDesc": {
|
||
"message": "이 내보내기는 계정의 암호화 키를 사용하여 데이터를 암호화합니다. 추후 계정의 암호화 키를 교체할 경우 다시 내보내기를 진행해야 합니다. 그러지 않을 경우 이 내보내기 파일을 해독할 수 없게 됩니다."
|
||
},
|
||
"encExportAccountWarningDesc": {
|
||
"message": "모든 Bitwarden 사용자 계정은 고유한 계정 암호화 키를 가지고 있습니다. 따라서, 다른 계정에서는 암호화된 내보내기를 가져올 수 없습니다."
|
||
},
|
||
"export": {
|
||
"message": "내보내기"
|
||
},
|
||
"exportFrom": {
|
||
"message": "Export from"
|
||
},
|
||
"exportVault": {
|
||
"message": "보관함 내보내기"
|
||
},
|
||
"exportSecrets": {
|
||
"message": "비밀 데이터 내보내기"
|
||
},
|
||
"fileFormat": {
|
||
"message": "파일 형식"
|
||
},
|
||
"fileEncryptedExportWarningDesc": {
|
||
"message": "This file export will be password protected and require the file password to decrypt."
|
||
},
|
||
"exportPasswordDescription": {
|
||
"message": "This password will be used to export and import this file"
|
||
},
|
||
"confirmMasterPassword": {
|
||
"message": "마스터 비밀번호 확인"
|
||
},
|
||
"confirmFormat": {
|
||
"message": "형식 확인"
|
||
},
|
||
"filePassword": {
|
||
"message": "파일 암호"
|
||
},
|
||
"confirmFilePassword": {
|
||
"message": "파일 암호 확인"
|
||
},
|
||
"accountRestrictedOptionDescription": {
|
||
"message": "Use your account encryption key, derived from your account's username and Master Password, to encrypt the export and restrict import to only the current Bitwarden account."
|
||
},
|
||
"passwordProtectedOptionDescription": {
|
||
"message": "Set a file password to encrypt the export and import it to any Bitwarden account using the password for decryption."
|
||
},
|
||
"exportTypeHeading": {
|
||
"message": "내보내기 유형"
|
||
},
|
||
"accountRestricted": {
|
||
"message": "계정 제한됨"
|
||
},
|
||
"passwordProtected": {
|
||
"message": "비밀번호로 보호됨"
|
||
},
|
||
"filePasswordAndConfirmFilePasswordDoNotMatch": {
|
||
"message": "'파일 암호'와 '파일 암호 확인'이 일치하지 않습니다."
|
||
},
|
||
"confirmVaultImport": {
|
||
"message": "보관함 가져오기 확인"
|
||
},
|
||
"confirmVaultImportDesc": {
|
||
"message": "이 파일은 암호로 보호받고 있습니다. 데이터를 가져오려면 파일 암호를 입력하세요."
|
||
},
|
||
"exportSuccess": {
|
||
"message": "보관함 데이터를 내보냈습니다."
|
||
},
|
||
"passwordGenerator": {
|
||
"message": "비밀번호 생성기"
|
||
},
|
||
"minComplexityScore": {
|
||
"message": "최소 복잡도 점수"
|
||
},
|
||
"minNumbers": {
|
||
"message": "숫자 최소 개수"
|
||
},
|
||
"minSpecial": {
|
||
"message": "특수 문자 최소 개수",
|
||
"description": "Minimum special characters"
|
||
},
|
||
"ambiguous": {
|
||
"message": "모호한 문자 사용 안 함",
|
||
"description": "deprecated. Use avoidAmbiguous instead."
|
||
},
|
||
"avoidAmbiguous": {
|
||
"message": "Avoid ambiguous characters",
|
||
"description": "Label for the avoid ambiguous characters checkbox."
|
||
},
|
||
"length": {
|
||
"message": "길이"
|
||
},
|
||
"passwordMinLength": {
|
||
"message": "최소 비밀번호 길이"
|
||
},
|
||
"uppercase": {
|
||
"message": "대문자 (A-Z)",
|
||
"description": "deprecated. Use uppercaseLabel instead."
|
||
},
|
||
"lowercase": {
|
||
"message": "소문자 (a-z)",
|
||
"description": "deprecated. Use lowercaseLabel instead."
|
||
},
|
||
"numbers": {
|
||
"message": "숫자 (0-9)",
|
||
"description": "deprecated. Use numbersLabel instead."
|
||
},
|
||
"specialCharacters": {
|
||
"message": "특수 문자 (!@#$%^&*)"
|
||
},
|
||
"numWords": {
|
||
"message": "단어 수"
|
||
},
|
||
"wordSeparator": {
|
||
"message": "구분 기호"
|
||
},
|
||
"capitalize": {
|
||
"message": "첫 글자를 대문자로",
|
||
"description": "Make the first letter of a word uppercase."
|
||
},
|
||
"includeNumber": {
|
||
"message": "숫자 추가"
|
||
},
|
||
"generatorPolicyInEffect": {
|
||
"message": "Enterprise policy requirements have been applied to your generator options.",
|
||
"description": "Indicates that a policy limits the credential generator screen."
|
||
},
|
||
"passwordHistory": {
|
||
"message": "비밀번호 변경 기록"
|
||
},
|
||
"generatorHistory": {
|
||
"message": "Generator history"
|
||
},
|
||
"clearGeneratorHistoryTitle": {
|
||
"message": "Clear generator history"
|
||
},
|
||
"cleargGeneratorHistoryDescription": {
|
||
"message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?"
|
||
},
|
||
"noPasswordsInList": {
|
||
"message": "비밀번호가 없습니다."
|
||
},
|
||
"clearHistory": {
|
||
"message": "Clear history"
|
||
},
|
||
"nothingToShow": {
|
||
"message": "Nothing to show"
|
||
},
|
||
"nothingGeneratedRecently": {
|
||
"message": "You haven't generated anything recently"
|
||
},
|
||
"clear": {
|
||
"message": "삭제",
|
||
"description": "To clear something out. Example: To clear browser history."
|
||
},
|
||
"accountUpdated": {
|
||
"message": "계정 업데이트됨"
|
||
},
|
||
"changeEmail": {
|
||
"message": "이메일 변경"
|
||
},
|
||
"changeEmailTwoFactorWarning": {
|
||
"message": "계속 진행하면 계정의 이메일 주소가 변경됩니다. 이때, 2단계 인증에 사용되는 이메일 주소는 변경되지 않습니다. 2단계 인증 설정에서 해당 이메일 주소를 변경할 수 있습니다."
|
||
},
|
||
"newEmail": {
|
||
"message": "새 이메일"
|
||
},
|
||
"code": {
|
||
"message": "코드"
|
||
},
|
||
"changeEmailDesc": {
|
||
"message": "$EMAIL$으로 인증 코드를 발송했습니다. 이메일에서 이 코드를 확인하고 아래에 입력하여 이메일 주소 변경을 완료하십시오.",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "john.smith@example.com"
|
||
}
|
||
}
|
||
},
|
||
"loggedOutWarning": {
|
||
"message": "계속 진행하면, 현재 세션 또한 로그아웃 되므로 다시 로그인하여야 합니다. 2단계 로그인이 활성화 된 경우 다시 요구하는 메세지가 표시됩니다. 다른 기기의 활성화 된 세션은 최대 1시간 동안 유지 될 수 있습니다."
|
||
},
|
||
"changePasswordWarning": {
|
||
"message": "After changing your password, you will need to log in with your new password. Active sessions on other devices will be logged out within one hour."
|
||
},
|
||
"emailChanged": {
|
||
"message": "이메일 변경됨"
|
||
},
|
||
"logBackIn": {
|
||
"message": "다시 로그인해 주세요."
|
||
},
|
||
"currentSession": {
|
||
"message": "Current session"
|
||
},
|
||
"requestPending": {
|
||
"message": "Request pending"
|
||
},
|
||
"logBackInOthersToo": {
|
||
"message": "다시 로그인해 주세요. 다른 Bitwarden 앱을 사용 중인 경우 해당 앱에서도 다시 로그인해야 합니다."
|
||
},
|
||
"changeMasterPassword": {
|
||
"message": "마스터 비밀번호 변경"
|
||
},
|
||
"masterPasswordChanged": {
|
||
"message": "마스터 비밀번호 변경됨"
|
||
},
|
||
"currentMasterPass": {
|
||
"message": "현재 마스터 비밀번호"
|
||
},
|
||
"newMasterPass": {
|
||
"message": "새 마스터 비밀번호"
|
||
},
|
||
"confirmNewMasterPass": {
|
||
"message": "새 마스터 비밀번호 확인"
|
||
},
|
||
"encKeySettings": {
|
||
"message": "암호화 키 설정"
|
||
},
|
||
"kdfIterations": {
|
||
"message": "KDF 이터레이션"
|
||
},
|
||
"kdfIterationsDesc": {
|
||
"message": "높은 KDF 반복자는 공격자의 무차별 공격으로부터 마스터 비밀번호를 보호해줍니다. $VALUE$ 이상의 값을 추천합니다.",
|
||
"placeholders": {
|
||
"value": {
|
||
"content": "$1",
|
||
"example": "100,000"
|
||
}
|
||
}
|
||
},
|
||
"kdfIterationsWarning": {
|
||
"message": "KDF 반복자를 너무 높게 설정하면 CPU가 느린 장치에서 Bitwarden에 로그인(및 잠금 해제)할 때 성능이 저하될 수 있습니다. $INCREMENT$ 단위로 값을 올려가며 모든 장치를 테스트하는 것이 좋습니다.",
|
||
"placeholders": {
|
||
"increment": {
|
||
"content": "$1",
|
||
"example": "50,000"
|
||
}
|
||
}
|
||
},
|
||
"kdfMemory": {
|
||
"message": "KDF 메모리 (MB)",
|
||
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
|
||
},
|
||
"argon2Warning": {
|
||
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
|
||
},
|
||
"kdfParallelism": {
|
||
"message": "KDF 병렬화"
|
||
},
|
||
"argon2Desc": {
|
||
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
|
||
},
|
||
"encKeySettingsChanged": {
|
||
"message": "암호화 키 설정 변경됨"
|
||
},
|
||
"dangerZone": {
|
||
"message": "위험 구역"
|
||
},
|
||
"deauthorizeSessions": {
|
||
"message": "세션 해제"
|
||
},
|
||
"deauthorizeSessionsDesc": {
|
||
"message": "계정이 다른 장치에 로그인되어 있습니까? 이전에 사용된 모든 컴퓨터 또는 장치 인증을 취소하려면 다음 단계로 나아가십시오. 이 보안 단계는 이전에 공용 PC를 사용했거나 실수로 타인의 장치에 비밀번호를 저장한 경우 권장됩니다. 이 단계에서는 이전에 기억된 2단계 로그인 세션도 모두 삭제됩니다."
|
||
},
|
||
"deauthorizeSessionsWarning": {
|
||
"message": "계속 진행하면, 현재 세션 또한 로그아웃 되므로 다시 로그인하여야 합니다. 2단계 로그인이 활성화 된 경우 다시 요구하는 메세지가 표시됩니다. 다른 기기의 활성화 된 세션은 최대 1시간 동안 유지 될 수 있습니다."
|
||
},
|
||
"newDeviceLoginProtection": {
|
||
"message": "New device login"
|
||
},
|
||
"turnOffNewDeviceLoginProtection": {
|
||
"message": "Turn off new device login protection"
|
||
},
|
||
"turnOnNewDeviceLoginProtection": {
|
||
"message": "Turn on new device login protection"
|
||
},
|
||
"turnOffNewDeviceLoginProtectionModalDesc": {
|
||
"message": "Proceed below to turn off the verification emails bitwarden sends when you login from a new device."
|
||
},
|
||
"turnOnNewDeviceLoginProtectionModalDesc": {
|
||
"message": "Proceed below to have bitwarden send you verification emails when you login from a new device."
|
||
},
|
||
"turnOffNewDeviceLoginProtectionWarning": {
|
||
"message": "With new device login protection turned off, anyone with your master password can access your account from any device. To protect your account without verification emails, set up two-step login."
|
||
},
|
||
"accountNewDeviceLoginProtectionSaved": {
|
||
"message": "New device login protection changes saved"
|
||
},
|
||
"sessionsDeauthorized": {
|
||
"message": "모든 세션 해제 됨"
|
||
},
|
||
"accountIsOwnedMessage": {
|
||
"message": "This account is owned by $ORGANIZATIONNAME$",
|
||
"placeholders": {
|
||
"organizationName": {
|
||
"content": "$1",
|
||
"example": "Organization"
|
||
}
|
||
}
|
||
},
|
||
"purgeVault": {
|
||
"message": "보관함 삭제"
|
||
},
|
||
"purgedOrganizationVault": {
|
||
"message": "삭제 된 조직 보관함"
|
||
},
|
||
"vaultAccessedByProvider": {
|
||
"message": "보관함에 제공자가 액세스했습니다."
|
||
},
|
||
"purgeVaultDesc": {
|
||
"message": "보관함 내의 모든 항목과 폴더를 삭제하려면 다음 단계로 나아가십시오. 조직에 속한 공유 항목들은 삭제되지 않습니다."
|
||
},
|
||
"purgeOrgVaultDesc": {
|
||
"message": "조직의 보관함 내 모든 항목을 삭제하려면 다음 단계로 나아가십시오."
|
||
},
|
||
"purgeVaultWarning": {
|
||
"message": "계정 삭제는 영구적이며 되돌릴 수 없습니다."
|
||
},
|
||
"vaultPurged": {
|
||
"message": "보관함이 삭제되었습니다."
|
||
},
|
||
"deleteAccount": {
|
||
"message": "계정 삭제"
|
||
},
|
||
"deleteAccountDesc": {
|
||
"message": "귀하의 계정과 저장된 데이터들을 삭제하려면 아래를 계속 진행하십시오."
|
||
},
|
||
"deleteAccountWarning": {
|
||
"message": "계정 삭제는 영구적이며 되돌릴 수 없습니다."
|
||
},
|
||
"accountDeleted": {
|
||
"message": "계정 삭제됨"
|
||
},
|
||
"accountDeletedDesc": {
|
||
"message": "당신의 계정과 연관된 모든 데이터들이 삭제되었습니다."
|
||
},
|
||
"deleteOrganizationWarning": {
|
||
"message": "Deleting your organization is permanent. It cannot be undone."
|
||
},
|
||
"myAccount": {
|
||
"message": "내 계정"
|
||
},
|
||
"tools": {
|
||
"message": "도구"
|
||
},
|
||
"importData": {
|
||
"message": "데이터 가져오기"
|
||
},
|
||
"onboardingImportDataDetailsPartOne": {
|
||
"message": "가져오기할 데이터가 없으면, 대신 ",
|
||
"description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new item instead. (Optional second half: You may need to wait until your administrator confirms your organization membership.)"
|
||
},
|
||
"onboardingImportDataDetailsLink": {
|
||
"message": "새 항목",
|
||
"description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new item instead. (Optional second half: You may need to wait until your administrator confirms your organization membership.)"
|
||
},
|
||
"onboardingImportDataDetailsLoginLink": {
|
||
"message": "new login",
|
||
"description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new login instead. (Optional second half: You may need to wait until your administrator confirms your organization membership.)"
|
||
},
|
||
"onboardingImportDataDetailsPartTwoNoOrgs": {
|
||
"message": "을 생성할 수 있습니다.",
|
||
"description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new item instead."
|
||
},
|
||
"onboardingImportDataDetailsPartTwoWithOrgs": {
|
||
"message": "을 생성할 수 있습니다. 관리자가 귀하의 조직을 확인할 때까지 기다려야 할 수 있습니다.",
|
||
"description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new item instead. You may need to wait until your administrator confirms your organization membership."
|
||
},
|
||
"importError": {
|
||
"message": "가져오기 오류"
|
||
},
|
||
"importErrorDesc": {
|
||
"message": "가져오려고 하는 데이터에 문제가 있습니다. 아래에 표시된 파일의 오류를 해결한 뒤 다시 시도해 주세요."
|
||
},
|
||
"importSuccess": {
|
||
"message": "데이터를 보관함으로 성공적으로 불러왔습니다."
|
||
},
|
||
"importSuccessNumberOfItems": {
|
||
"message": "A total of $AMOUNT$ items were imported.",
|
||
"placeholders": {
|
||
"amount": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"dataExportSuccess": {
|
||
"message": "데이터를 내보내기했습니다"
|
||
},
|
||
"importWarning": {
|
||
"message": "$ORGANIZATION$ 조직으로 데이터를 가져오려고 합니다. 데이터가 이 조직의 구성원과 공유될 수 있습니다. 계속하시겠습니까?",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "My Org Name"
|
||
}
|
||
}
|
||
},
|
||
"importFormatError": {
|
||
"message": "데이터의 포맷이 올바르지 않습니다. 불러올 파일을 확인하고 다시 시도해 주십시오."
|
||
},
|
||
"importNothingError": {
|
||
"message": "아무것도 가져오지 못했습니다."
|
||
},
|
||
"importEncKeyError": {
|
||
"message": "내보내려는 파일을 복호화하던 중 오류가 발생했습니다. 암호화 키가 내보내려는 데이터를 암호화한 키와 일치하지 않습니다."
|
||
},
|
||
"destination": {
|
||
"message": "Destination"
|
||
},
|
||
"learnAboutImportOptions": {
|
||
"message": "가져오기 설정 알아보기"
|
||
},
|
||
"selectImportFolder": {
|
||
"message": "폴더 선택"
|
||
},
|
||
"selectImportCollection": {
|
||
"message": "컬렉션 선택"
|
||
},
|
||
"importTargetHintCollection": {
|
||
"message": "Select this option if you want the imported file contents moved to a collection"
|
||
},
|
||
"importTargetHintFolder": {
|
||
"message": "Select this option if you want the imported file contents moved to a folder"
|
||
},
|
||
"importUnassignedItemsError": {
|
||
"message": "File contains unassigned items."
|
||
},
|
||
"selectFormat": {
|
||
"message": "불러올 파일의 포맷"
|
||
},
|
||
"selectImportFile": {
|
||
"message": "불러올 파일"
|
||
},
|
||
"chooseFile": {
|
||
"message": "파일 선택"
|
||
},
|
||
"noFileChosen": {
|
||
"message": "선택된 파일 없음"
|
||
},
|
||
"orCopyPasteFileContents": {
|
||
"message": "또는 가져온 파일 내용 복사/붙여넣기"
|
||
},
|
||
"instructionsFor": {
|
||
"message": "$NAME$ 안내사항",
|
||
"description": "The title for the import tool instructions.",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "LastPass (csv)"
|
||
}
|
||
}
|
||
},
|
||
"options": {
|
||
"message": "설정"
|
||
},
|
||
"preferences": {
|
||
"message": "설정"
|
||
},
|
||
"preferencesDesc": {
|
||
"message": "웹 보관함 환경 사용자 지정"
|
||
},
|
||
"preferencesUpdated": {
|
||
"message": "설정 업데이트 완료!"
|
||
},
|
||
"language": {
|
||
"message": "언어(Language)"
|
||
},
|
||
"languageDesc": {
|
||
"message": "웹 보관함에서 사용할 언어를 변경합니다."
|
||
},
|
||
"showIconsChangePasswordUrls": {
|
||
"message": "Show website icons and retrieve change password URLs"
|
||
},
|
||
"default": {
|
||
"message": "기본값"
|
||
},
|
||
"domainRules": {
|
||
"message": "도메인 규칙"
|
||
},
|
||
"domainRulesDesc": {
|
||
"message": "여러 웹 사이트 도메인에 대해 동일한 로그인이 있는 경우, 웹 사이트가 \"유사\"하다고 표시할 수 있습니다. \"전역\" 도메인은 Bitwarden에서 당신을 위해 이미 생성했습니다."
|
||
},
|
||
"globalEqDomains": {
|
||
"message": "전역 유사 도메인"
|
||
},
|
||
"customEqDomains": {
|
||
"message": "사용자 지정 유사 도메인"
|
||
},
|
||
"exclude": {
|
||
"message": "제외"
|
||
},
|
||
"include": {
|
||
"message": "포함"
|
||
},
|
||
"customize": {
|
||
"message": "사용자 지정"
|
||
},
|
||
"newCustomDomain": {
|
||
"message": "새 사용자 지정 도메인"
|
||
},
|
||
"newCustomDomainDesc": {
|
||
"message": "도메인 목록을 쉼표(,)로 구분하여 입력하십시오. \"기본\" 도메인만 사용할 수 있습니다. 하위 도메인을 입력하지 마십시오. 예를 들면, \"www.google.com\" 대신 \"google.com\"을 입력합니다. Android 앱을 다른 웹 사이트 도메인과 연결하려면 \"androidapp://package.name\"을 입력하십시오."
|
||
},
|
||
"customDomainX": {
|
||
"message": "사용자 정의 도메인 $INDEX$",
|
||
"placeholders": {
|
||
"index": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"domainsUpdated": {
|
||
"message": "도메인 업데이트됨"
|
||
},
|
||
"twoStepLogin": {
|
||
"message": "2단계 로그인"
|
||
},
|
||
"twoStepLoginEnforcement": {
|
||
"message": "2단계 로그인 필수 설정"
|
||
},
|
||
"twoStepLoginDesc": {
|
||
"message": "로그인할 때 추가 단계를 요구하여 계정을 보호하십시오."
|
||
},
|
||
"twoStepLoginTeamsDesc": {
|
||
"message": "Enable two-step login for your organization."
|
||
},
|
||
"twoStepLoginEnterpriseDescStart": {
|
||
"message": "을 사용해 구성원에게 Bitwarden 2단계 로그인 설정을 필수로 설정합니다.",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enforce Bitwarden Two-step Login options for members by using the Two-step Login Policy.'"
|
||
},
|
||
"twoStepLoginPolicy": {
|
||
"message": "2단계 로그인 정책"
|
||
},
|
||
"twoStepLoginOrganizationDuoDesc": {
|
||
"message": "To enforce Two-step Login through Duo, use the options below."
|
||
},
|
||
"twoStepLoginOrganizationSsoDesc": {
|
||
"message": "If you have setup SSO or plan to, Two-step Login may already be enforced through your Identity Provider."
|
||
},
|
||
"twoStepLoginRecoveryWarning": {
|
||
"message": "2단계 로그인을 활성화하면 Bitwarden 계정을 영원히 잠글 수 있습니다. 복구 코드를 사용하면 정상적인 2단계 로그인 제공자를 더 이상 사용할 수 없는 경우(예. 장치를 잃어버렸을 때) 계정에 액세스할 수 있습니다. 계정에 접근하지 못한다면 Bitwarden 지원팀은 어떤 도움도 줄 수 없습니다. 복구 코드를 기록하거나 출력하여 안전한 장소에 보관할 것을 권장합니다."
|
||
},
|
||
"restrictedItemTypePolicy": {
|
||
"message": "Remove card item type"
|
||
},
|
||
"restrictedItemTypePolicyDesc": {
|
||
"message": "Do not allow members to create card item types. Existing cards will be automatically removed."
|
||
},
|
||
"restrictCardTypeImport": {
|
||
"message": "Cannot import card item types"
|
||
},
|
||
"restrictCardTypeImportDesc": {
|
||
"message": "A policy set by 1 or more organizations prevents you from importing cards to your vaults."
|
||
},
|
||
"yourSingleUseRecoveryCode": {
|
||
"message": "Your single-use recovery code can be used to turn off two-step login in the event that you lose access to your two-step login provider. Bitwarden recommends you write down the recovery code and keep it in a safe place."
|
||
},
|
||
"viewRecoveryCode": {
|
||
"message": "복구 코드"
|
||
},
|
||
"providers": {
|
||
"message": "공급자",
|
||
"description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc."
|
||
},
|
||
"enable": {
|
||
"message": "활성화"
|
||
},
|
||
"enabled": {
|
||
"message": "활성화됨"
|
||
},
|
||
"restoreAccess": {
|
||
"message": "Restore access"
|
||
},
|
||
"premium": {
|
||
"message": "프리미엄",
|
||
"description": "Premium membership"
|
||
},
|
||
"premiumMembership": {
|
||
"message": "프리미엄 멤버십"
|
||
},
|
||
"premiumRequired": {
|
||
"message": "프리미엄 멤버십 필요"
|
||
},
|
||
"premiumRequiredDesc": {
|
||
"message": "이 기능을 사용하려면 프리미엄 멤버십이 필요합니다."
|
||
},
|
||
"youHavePremiumAccess": {
|
||
"message": "프리미엄 멤버십 사용 중"
|
||
},
|
||
"alreadyPremiumFromOrg": {
|
||
"message": "소속된 조직으로 이미 프리미엄 기능에 액세스할 수 있습니다."
|
||
},
|
||
"manage": {
|
||
"message": "관리"
|
||
},
|
||
"manageCollection": {
|
||
"message": "Manage collection"
|
||
},
|
||
"viewItems": {
|
||
"message": "View items"
|
||
},
|
||
"viewItemsHidePass": {
|
||
"message": "View items, hidden passwords"
|
||
},
|
||
"editItems": {
|
||
"message": "Edit items"
|
||
},
|
||
"editItemsHidePass": {
|
||
"message": "Edit items, hidden passwords"
|
||
},
|
||
"disable": {
|
||
"message": "비활성화"
|
||
},
|
||
"orgUserDetailsNotFound": {
|
||
"message": "Member details not found."
|
||
},
|
||
"revokeAccess": {
|
||
"message": "Revoke access"
|
||
},
|
||
"revoke": {
|
||
"message": "Revoke"
|
||
},
|
||
"twoStepLoginProviderEnabled": {
|
||
"message": "이 2단계 로그인 제공자는 귀하의 계정에 사용 가능합니다."
|
||
},
|
||
"twoStepLoginAuthDesc": {
|
||
"message": "2단계 로그인 설정을 수정하려면 마스터 암호를 입력하십시오."
|
||
},
|
||
"twoStepAuthenticatorInstructionPrefix": {
|
||
"message": "Download an authenticator app such as"
|
||
},
|
||
"twoStepAuthenticatorInstructionInfix1": {
|
||
"message": ","
|
||
},
|
||
"twoStepAuthenticatorInstructionInfix2": {
|
||
"message": "or"
|
||
},
|
||
"twoStepAuthenticatorInstructionSuffix": {
|
||
"message": "."
|
||
},
|
||
"continueToExternalUrlTitle": {
|
||
"message": "Continue to $URL$?",
|
||
"placeholders": {
|
||
"url": {
|
||
"content": "$1",
|
||
"example": "bitwarden.com"
|
||
}
|
||
}
|
||
},
|
||
"continueToExternalUrlDesc": {
|
||
"message": "You are leaving Bitwarden and launching an external website in a new window."
|
||
},
|
||
"twoStepContinueToBitwardenUrlTitle": {
|
||
"message": "Continue to bitwarden.com?"
|
||
},
|
||
"twoStepContinueToBitwardenUrlDesc": {
|
||
"message": "Bitwarden Authenticator allows you to store authenticator keys and generate TOTP codes for 2-step verification flows. Learn more on the bitwarden.com website."
|
||
},
|
||
"twoStepAuthenticatorScanCodeV2": {
|
||
"message": "Scan the QR code below with your authenticator app or enter the key."
|
||
},
|
||
"twoStepAuthenticatorQRCanvasError": {
|
||
"message": "Could not load QR code. Try again or use the key below."
|
||
},
|
||
"key": {
|
||
"message": "키"
|
||
},
|
||
"twoStepAuthenticatorEnterCodeV2": {
|
||
"message": "Verification code"
|
||
},
|
||
"twoStepAuthenticatorReaddDesc": {
|
||
"message": "다른 장치에 추가해야 하는 경우, 아래의 QR코드(혹은 키) 가 인증자 앱에 필요합니다."
|
||
},
|
||
"twoStepDisableDesc": {
|
||
"message": "이 2단계 로그인 제공자를 사용하지 않도록 설정하시겠습니까?"
|
||
},
|
||
"twoStepDisabled": {
|
||
"message": "2단계 로그인 제공자 비활성화됨."
|
||
},
|
||
"twoFactorYubikeyAdd": {
|
||
"message": "계정에 새로운 YubiKey를 추가합니다."
|
||
},
|
||
"twoFactorYubikeyPlugIn": {
|
||
"message": "YubiKey(NEO 혹은 4 시리즈)를 컴퓨터 USB 포트에 삽입하십시오."
|
||
},
|
||
"twoFactorYubikeySelectKey": {
|
||
"message": "첫번째 비어있는 YubiKey 입력 필드를 선택하십시오."
|
||
},
|
||
"twoFactorYubikeyTouchButton": {
|
||
"message": "YubiKey의 버튼을 터치하십시오"
|
||
},
|
||
"twoFactorYubikeySaveForm": {
|
||
"message": "폼 저장하기"
|
||
},
|
||
"twoFactorYubikeyWarning": {
|
||
"message": "플랫폼 제한으로 인해, 모든 Bitwarden 애플리케이션에서 YubiKey를 사용할 수 없습니다. YubiKey를 사용할 수 없을 때 계정에 접근할 수 있도록 다른 2단계 로그인 제공자를 활성화하십시오. 지원하는 플랫폼:"
|
||
},
|
||
"twoFactorYubikeySupportUsb": {
|
||
"message": "웹 보관함, 데스크톱 응용프로그램, 명령 줄 인터페이스, USB 포트가 있는 장치의 브라우저 확장 기능은 YubiKey를 사용할 수 있습니다."
|
||
},
|
||
"twoFactorYubikeySupportMobile": {
|
||
"message": "NFC 또는 USB 포트가 있는 장치의 모바일 앱은 YubiKey를 사용할 수 있습니다."
|
||
},
|
||
"yubikeyX": {
|
||
"message": "YubiKey $INDEX$",
|
||
"placeholders": {
|
||
"index": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"u2fkeyX": {
|
||
"message": "U2F Key $INDEX$",
|
||
"placeholders": {
|
||
"index": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"webAuthnkeyX": {
|
||
"message": "WebAuthn 키 $INDEX$",
|
||
"placeholders": {
|
||
"index": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"nfcSupport": {
|
||
"message": "NFC 지원"
|
||
},
|
||
"twoFactorYubikeySupportsNfc": {
|
||
"message": "내 키 중의 하나가 NFC를 지원합니다."
|
||
},
|
||
"twoFactorYubikeySupportsNfcDesc": {
|
||
"message": "YubiKey중 하나가 NFC(예: YubiKey NEO)를 지원할 경우, NFC 사용가능 여부가 감지될 때마다 모바일 장치에서 메시지가 표시됩니다."
|
||
},
|
||
"yubikeysUpdated": {
|
||
"message": "YubiKey 업데이트됨"
|
||
},
|
||
"disableAllKeys": {
|
||
"message": "Disable All Keys"
|
||
},
|
||
"twoFactorDuoDesc": {
|
||
"message": "Duo 관리자 패널에서 Bitwarden 애플리케이션 정보를 입력하십시오."
|
||
},
|
||
"twoFactorDuoClientId": {
|
||
"message": "Client Id"
|
||
},
|
||
"twoFactorDuoClientSecret": {
|
||
"message": "Client Secret"
|
||
},
|
||
"twoFactorDuoApiHostname": {
|
||
"message": "API 호스트 이름"
|
||
},
|
||
"twoFactorEmailDesc": {
|
||
"message": "다음 단계에 따라 이메일로 2단계 로그인 설정:"
|
||
},
|
||
"twoFactorEmailEnterEmail": {
|
||
"message": "확인 코드를 수신할 이메일을 입력하십시오."
|
||
},
|
||
"twoFactorEmailEnterCode": {
|
||
"message": "이메일에서 결과로 나온 6자리 인증코드를 입력하십시오"
|
||
},
|
||
"sendEmail": {
|
||
"message": "Send Email"
|
||
},
|
||
"twoFactorU2fAdd": {
|
||
"message": "계정에 FIDO U2F 보안 키 추가"
|
||
},
|
||
"removeU2fConfirmation": {
|
||
"message": "이 보안 키를 삭제하시겠습니까?"
|
||
},
|
||
"twoFactorWebAuthnAdd": {
|
||
"message": "계정에 WebAuthn 보안 키 추가"
|
||
},
|
||
"readKey": {
|
||
"message": "키 읽기"
|
||
},
|
||
"keyCompromised": {
|
||
"message": "키가 손상되었습니다."
|
||
},
|
||
"twoFactorU2fGiveName": {
|
||
"message": "보안 키를 식별할 수 있는 친근한 이름을 지정하십시오."
|
||
},
|
||
"twoFactorU2fPlugInReadKey": {
|
||
"message": "컴퓨터의 USB 포트에 보안 키를 삽입하고 \"키 읽기\" 버튼을 클릭하십시오."
|
||
},
|
||
"twoFactorU2fTouchButton": {
|
||
"message": "보안 키에 버튼이 있다면, 터치하십시오"
|
||
},
|
||
"twoFactorU2fSaveForm": {
|
||
"message": "폼 저장하기"
|
||
},
|
||
"twoFactorU2fWarning": {
|
||
"message": "플랫폼 제한으로 인해, 모든 Bitwarden 애플리케이션에서 FIDO U2F를 사용할 수 없습니다. FIDO U2F를 사용할 수 없을 때 계정에 접근할 수 있도록 다른 2단계 로그인 제공자를 활성화하십시오. 지원하는 플랫폼:"
|
||
},
|
||
"twoFactorU2fSupportWeb": {
|
||
"message": "U2F 지원 브라우저가 있는 데스크탑/랩탑의 웹 보관함 및 브라우저 확장 (FIDO U2F가 활성화된 Chrome, Opera, Vivaldi 또는 Firefox 사용)"
|
||
},
|
||
"twoFactorU2fWaiting": {
|
||
"message": "보안 키 버튼 터치를 기다리는 중"
|
||
},
|
||
"twoFactorU2fClickSave": {
|
||
"message": "2단계 로그인에 이 보안 키를 사용하려면 아래의 \"저장\" 버튼을 클릭하십시오"
|
||
},
|
||
"twoFactorU2fProblemReadingTryAgain": {
|
||
"message": "보안 키를 읽어오는데 문제가 발생했습니다. 다시 시도해보십시오."
|
||
},
|
||
"twoFactorRecoveryYourCode": {
|
||
"message": "Bitwarden 2단계 로그인 복구 코드"
|
||
},
|
||
"twoFactorRecoveryNoCode": {
|
||
"message": "아직 2단계 로그인 제공자를 사용하도록 설정하지 않았습니다. 2단계 로그인 제공자를 사용하도록 설정한 후 여기에서 복구 코드를 확인하십시오."
|
||
},
|
||
"printCode": {
|
||
"message": "코드 출력",
|
||
"description": "Print 2FA recovery code"
|
||
},
|
||
"reports": {
|
||
"message": "보고서"
|
||
},
|
||
"reportsDesc": {
|
||
"message": "Identify and close security gaps in your online accounts by clicking the reports below.",
|
||
"description": "Vault health reports can be used to evaluate the security of your Bitwarden individual or organization vault."
|
||
},
|
||
"orgsReportsDesc": {
|
||
"message": "Identify and close security gaps in your organization's accounts by clicking the reports below.",
|
||
"description": "Vault health reports can be used to evaluate the security of your Bitwarden individual or organization vault."
|
||
},
|
||
"unsecuredWebsitesReport": {
|
||
"message": "안전하지 않은 웹사이트들 보고서"
|
||
},
|
||
"unsecuredWebsitesReportDesc": {
|
||
"message": "http:// 스키마처럼 안전하지 않은 웹 사이트를 사용하는 것은 위험할 수 있습니다. 웹 사이트가 허용하는 경우 항상 https:// 스키마를 통해 액세스하여 연결이 암호화되도록 하십시오."
|
||
},
|
||
"unsecuredWebsitesFound": {
|
||
"message": "안전하지 않은 웹사이트가 발견됨"
|
||
},
|
||
"unsecuredWebsitesFoundReportDesc": {
|
||
"message": "We found $COUNT$ items in your $VAULT$ with unsecured URIs. You should change their URI scheme to https:// if the website allows it.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "8"
|
||
},
|
||
"vault": {
|
||
"content": "$2",
|
||
"example": "this will be 'vault' or 'vaults'"
|
||
}
|
||
}
|
||
},
|
||
"noUnsecuredWebsites": {
|
||
"message": "보관함에 안전하지 않은 URI를 가진 항목이 없습니다."
|
||
},
|
||
"inactive2faReport": {
|
||
"message": "비활성 2단계 인증 보고서"
|
||
},
|
||
"inactive2faReportDesc": {
|
||
"message": "2단계 인증은 계정을 보호하는데 중요한 보안 설정입니다. 웹 사이트에서 제공하는 경우 항상 2단계 인증을 사용해야 합니다."
|
||
},
|
||
"inactive2faFound": {
|
||
"message": "2단계 인증이 없는 로그인이 발견됨"
|
||
},
|
||
"inactive2faFoundReportDesc": {
|
||
"message": "We found $COUNT$ website(s) in your $VAULT$ that may not be configured with two-step login (according to 2fa.directory). To further protect these accounts, you should set up two-step login.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "8"
|
||
},
|
||
"vault": {
|
||
"content": "$2",
|
||
"example": "this will be 'vault' or 'vaults'"
|
||
}
|
||
}
|
||
},
|
||
"noInactive2fa": {
|
||
"message": "보관함에서 2단계 인증 구성이 누락된 웹 사이트를 찾을 수 없습니다."
|
||
},
|
||
"instructions": {
|
||
"message": "안내사항"
|
||
},
|
||
"exposedPasswordsReport": {
|
||
"message": "노출된 비밀번호 보고서"
|
||
},
|
||
"exposedPasswordsReportDesc": {
|
||
"message": "노출된 비밀번호는 해커들이 공개적으로 배포하거나 다크 웹에 판매되어 알려진 데이터 유출에서 발견된 비밀번호입니다."
|
||
},
|
||
"exposedPasswordsFound": {
|
||
"message": "노출된 비밀번호가 발견됨"
|
||
},
|
||
"exposedPasswordsFoundReportDesc": {
|
||
"message": "We found $COUNT$ items in your $VAULT$ that have passwords that were exposed in known data breaches. You should change them to use a new password.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "8"
|
||
},
|
||
"vault": {
|
||
"content": "$2",
|
||
"example": "this will be 'vault' or 'vaults'"
|
||
}
|
||
}
|
||
},
|
||
"noExposedPasswords": {
|
||
"message": "보관함 내 알려진 데이터 유출로 노출된 비밀번호를 사용하는 항목이 없습니다."
|
||
},
|
||
"checkExposedPasswords": {
|
||
"message": "노출된 비밀번호 확인하기"
|
||
},
|
||
"timesExposed": {
|
||
"message": "Times exposed"
|
||
},
|
||
"exposedXTimes": {
|
||
"message": "$COUNT$회 노출됨",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "52"
|
||
}
|
||
}
|
||
},
|
||
"weakPasswordsReport": {
|
||
"message": "취약한 비밀번호 보고서"
|
||
},
|
||
"weakPasswordsReportDesc": {
|
||
"message": "취약한 비밀번호는 해커와 암호 해독에 사용되는 자동화 도구로 쉽게 짐작할 수 있습니다. Bitwarden 암호 생성기는 강력한 암호를 만드는데 도움을 줄 것입니다."
|
||
},
|
||
"weakPasswordsFound": {
|
||
"message": "취약한 비밀번호가 발견됨"
|
||
},
|
||
"weakPasswordsFoundReportDesc": {
|
||
"message": "We found $COUNT$ items in your $VAULT$ with passwords that are not strong. You should update them to use stronger passwords.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "8"
|
||
},
|
||
"vault": {
|
||
"content": "$2",
|
||
"example": "this will be 'vault' or 'vaults'"
|
||
}
|
||
}
|
||
},
|
||
"noWeakPasswords": {
|
||
"message": "보관함에 취약한 비밀번호를 가진 항목이 없습니다."
|
||
},
|
||
"weakness": {
|
||
"message": "Weakness"
|
||
},
|
||
"reusedPasswordsReport": {
|
||
"message": "재사용된 비밀번호 보고서"
|
||
},
|
||
"reusedPasswordsReportDesc": {
|
||
"message": "사용하는 서비스가 손상된 경우 다른 곳에서 동일한 암호를 다시 사용하면 해커가 더 많은 온라인 계정에 쉽게 액세스할 수 있습니다. 모든 계정 또는 서비스에 대해 고유한 암호를 사용하십시오."
|
||
},
|
||
"reusedPasswordsFound": {
|
||
"message": "재사용된 비밀번호가 발견됨"
|
||
},
|
||
"reusedPasswordsFoundReportDesc": {
|
||
"message": "We found $COUNT$ passwords that are being reused in your $VAULT$. You should change them to a unique value.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "8"
|
||
},
|
||
"vault": {
|
||
"content": "$2",
|
||
"example": "this will be 'vault' or 'vaults'"
|
||
}
|
||
}
|
||
},
|
||
"noReusedPasswords": {
|
||
"message": "보관함에 재사용된 비밀번호를 가진 로그인이 없습니다."
|
||
},
|
||
"timesReused": {
|
||
"message": "Times reused"
|
||
},
|
||
"reusedXTimes": {
|
||
"message": "$COUNT$회 재사용됨",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "8"
|
||
}
|
||
}
|
||
},
|
||
"dataBreachReport": {
|
||
"message": "데이터 유출 보고서"
|
||
},
|
||
"breachDesc": {
|
||
"message": "\"유출(breach)\"이란, 사이트의 데이터가 불법적으로 해커에 의해 접근되고 공개되는 사건을 뜻합니다. 손상된 데이터 유형(이메일 주소, 비밀번호, 신용카드 등)을 검토하고 비밀번호 변경 등 적절한 조치를 취하십시오."
|
||
},
|
||
"breachCheckUsernameEmail": {
|
||
"message": "사용하는 사용자 이름 혹은 이메일 주소를 확인해보세요."
|
||
},
|
||
"checkBreaches": {
|
||
"message": "유출 확인하기"
|
||
},
|
||
"breachUsernameNotFound": {
|
||
"message": "$USERNAME$을 알려진 데이터 유출에서 발견하지 못했습니다.",
|
||
"placeholders": {
|
||
"username": {
|
||
"content": "$1",
|
||
"example": "user@example.com"
|
||
}
|
||
}
|
||
},
|
||
"goodNews": {
|
||
"message": "좋은 소식이에요",
|
||
"description": "ex. Good News, No Breached Accounts Found!"
|
||
},
|
||
"breachUsernameFound": {
|
||
"message": "$USERNAME$을 $COUNT$개의 온라인 상의 데이터 유출에서 발견되었습니다.",
|
||
"placeholders": {
|
||
"username": {
|
||
"content": "$1",
|
||
"example": "user@example.com"
|
||
},
|
||
"count": {
|
||
"content": "$2",
|
||
"example": "7"
|
||
}
|
||
}
|
||
},
|
||
"breachFound": {
|
||
"message": "유출된 계정이 발견됨"
|
||
},
|
||
"compromisedData": {
|
||
"message": "손상된 데이터"
|
||
},
|
||
"website": {
|
||
"message": "웹 사이트"
|
||
},
|
||
"affectedUsers": {
|
||
"message": "영향을 받는 사용자"
|
||
},
|
||
"breachOccurred": {
|
||
"message": "유출 발생함"
|
||
},
|
||
"breachReported": {
|
||
"message": "유출 보고됨"
|
||
},
|
||
"reportError": {
|
||
"message": "보고서를 불러오는 도중 오류가 발생했습니다. 다시 시도해주세요."
|
||
},
|
||
"billing": {
|
||
"message": "결제"
|
||
},
|
||
"billingPlanLabel": {
|
||
"message": "청구 계획"
|
||
},
|
||
"paymentType": {
|
||
"message": "결제 수단"
|
||
},
|
||
"accountCredit": {
|
||
"message": "계정 크레딧",
|
||
"description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)."
|
||
},
|
||
"accountBalance": {
|
||
"message": "계정 잔액",
|
||
"description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)."
|
||
},
|
||
"addCredit": {
|
||
"message": "크레딧 추가",
|
||
"description": "Add more credit to your account's balance."
|
||
},
|
||
"amount": {
|
||
"message": "금액",
|
||
"description": "Dollar amount, or quantity."
|
||
},
|
||
"creditDelayed": {
|
||
"message": "추가된 크레딧은 결제가 완전히 처리된 후 계정에 표시됩니다. 일부 결제 방식은 지연되거나 처리하는 데 시간이 오래 걸릴 수 있습니다."
|
||
},
|
||
"makeSureEnoughCredit": {
|
||
"message": "이 구매에 사용할 수 있는 크레딧이 충분한지 확인하십시오. 만약 계정에 충분한 크레딧이 없다면, 그 차액만큼 기본 결제 방식에서 지불될 것입니다. 청구 페이지를 통해 계정에 크레딧을 추가할 수 있습니다."
|
||
},
|
||
"notEnoughAccountCredit": {
|
||
"message": "You do not have enough account credit for this purchase. You can add credit to your account from the Billing page."
|
||
},
|
||
"creditAppliedDesc": {
|
||
"message": "계정의 크레딧을 구매에 사용할 수 있습니다. 사용 가능한 모든 크레딧이 이 계정에 대해 생성된 청구서에 자동으로 적용됩니다."
|
||
},
|
||
"goPremium": {
|
||
"message": "프리미엄 가입",
|
||
"description": "Another way of saying \"Get a Premium membership\""
|
||
},
|
||
"premiumUpdated": {
|
||
"message": "프리미엄으로 업그레이드했습니다."
|
||
},
|
||
"premiumUpgradeUnlockFeatures": {
|
||
"message": "프리미엄 회원으로 계정을 업그레이드하고 몇 가지 훌륭한 추가 기능을 잠금 해제하세요."
|
||
},
|
||
"premiumSignUpStorage": {
|
||
"message": "1GB의 암호화된 파일 저장소."
|
||
},
|
||
"premiumSignUpTwoStepOptions": {
|
||
"message": "YubiKey, Duo와 같은 \b상용 2단계 로그인 방법."
|
||
},
|
||
"premiumSignUpEmergency": {
|
||
"message": "긴급 접근"
|
||
},
|
||
"premiumSignUpReports": {
|
||
"message": "보관함을 안전하게 유지하기 위한 암호 위생, 계정 상태, 데이터 유출 보고서"
|
||
},
|
||
"premiumSignUpTotp": {
|
||
"message": "보관함에 등록된 로그인 항목을 위한 TOTP 인증 코드(2FA) 생성기."
|
||
},
|
||
"premiumSignUpSupport": {
|
||
"message": "고객 지원 우선 순위 제공."
|
||
},
|
||
"premiumSignUpFuture": {
|
||
"message": "앞으로 추가될 모든 프리미엄 기능을 사용할 수 있습니다. 기대하세요!"
|
||
},
|
||
"premiumPrice": {
|
||
"message": "이 모든 기능을 연 $PRICE$에 이용하실 수 있습니다!",
|
||
"placeholders": {
|
||
"price": {
|
||
"content": "$1",
|
||
"example": "$10"
|
||
}
|
||
}
|
||
},
|
||
"premiumPriceWithFamilyPlan": {
|
||
"message": "Go premium for just $PRICE$ /year, or get premium accounts for $FAMILYPLANUSERCOUNT$ users and unlimited family sharing with a ",
|
||
"placeholders": {
|
||
"price": {
|
||
"content": "$1",
|
||
"example": "$10"
|
||
},
|
||
"familyplanusercount": {
|
||
"content": "$2",
|
||
"example": "6"
|
||
}
|
||
}
|
||
},
|
||
"bitwardenFamiliesPlan": {
|
||
"message": "Bitwarden Families plan."
|
||
},
|
||
"addons": {
|
||
"message": "부가 기능"
|
||
},
|
||
"premiumAccess": {
|
||
"message": "프리미엄 이용권"
|
||
},
|
||
"premiumAccessDesc": {
|
||
"message": "$INTERVAL$간 $PRICE$로 조직의 모든 구성원에게 프리미엄 액세스를 추가할 수 있습니다.",
|
||
"placeholders": {
|
||
"price": {
|
||
"content": "$1",
|
||
"example": "$3.33"
|
||
},
|
||
"interval": {
|
||
"content": "$2",
|
||
"example": "'month' or 'year'"
|
||
}
|
||
}
|
||
},
|
||
"additionalStorageGb": {
|
||
"message": "추가 저장소 용량 (GB)"
|
||
},
|
||
"additionalStorageGbDesc": {
|
||
"message": "# 의 추가 GB"
|
||
},
|
||
"additionalStorageIntervalDesc": {
|
||
"message": "귀하의 요금제는 $SIZE$의 암호화 파일 저장소\u001d를 포함합니다. 추가 1GB당 매$INTERVAL$ $PRICE$로 저장소를 추가하실 수 있습니다.",
|
||
"placeholders": {
|
||
"size": {
|
||
"content": "$1",
|
||
"example": "1 GB"
|
||
},
|
||
"price": {
|
||
"content": "$2",
|
||
"example": "$4.00"
|
||
},
|
||
"interval": {
|
||
"content": "$3",
|
||
"example": "'month' or 'year'"
|
||
}
|
||
}
|
||
},
|
||
"showPricingSummary": {
|
||
"message": "Show pricing summary"
|
||
},
|
||
"hidePricingSummary": {
|
||
"message": "Hide pricing summary"
|
||
},
|
||
"summary": {
|
||
"message": "요약"
|
||
},
|
||
"total": {
|
||
"message": "총합"
|
||
},
|
||
"year": {
|
||
"message": "년"
|
||
},
|
||
"yr": {
|
||
"message": "yr"
|
||
},
|
||
"month": {
|
||
"message": "월"
|
||
},
|
||
"monthAbbr": {
|
||
"message": "월",
|
||
"description": "Short abbreviation for 'month'"
|
||
},
|
||
"paymentChargedAnnually": {
|
||
"message": "귀하의 결제방식으로 즉시 요금이 부과되고 정기적으로 매 년 부과됩니다. 언제든지 취소할 수 있습니다."
|
||
},
|
||
"paymentCharged": {
|
||
"message": "귀하의 결제방식으로 즉시 요금이 부과되고 정기적으로 매 $INTERVAL$ 부과됩니다. 언제든지 취소할 수 있습니다.",
|
||
"placeholders": {
|
||
"interval": {
|
||
"content": "$1",
|
||
"example": "month or year"
|
||
}
|
||
}
|
||
},
|
||
"paymentChargedWithUnpaidSubscription": {
|
||
"message": "Your payment method will be charged for any unpaid subscriptions."
|
||
},
|
||
"paymentChargedWithTrial": {
|
||
"message": "\b귀하의 요금제는 7일 무료 체험을 포함합니다. 체험 기간이 끝날 때까지 등록한 결제 수단에 요금이 청구되지 않습니다. 언제든지 취소하실 수 있습니다."
|
||
},
|
||
"paymentInformation": {
|
||
"message": "결제 정보"
|
||
},
|
||
"billingInformation": {
|
||
"message": "결제 정보"
|
||
},
|
||
"billingTrialSubLabel": {
|
||
"message": "7일 무료 체험 기간 동안에는 등록한 결제 수단에 요금이 청구되지 않습니다."
|
||
},
|
||
"creditCard": {
|
||
"message": "신용카드"
|
||
},
|
||
"paypalClickSubmit": {
|
||
"message": "PayPal 버튼을 클릭하여 PayPal 계정에 로그인한 후 아래의 제출 버튼을 클릭하여 계속 진행하십시오."
|
||
},
|
||
"cancelSubscription": {
|
||
"message": "구독 취소"
|
||
},
|
||
"subscriptionExpiration": {
|
||
"message": "Subscription expiration"
|
||
},
|
||
"subscriptionCanceled": {
|
||
"message": "구독을 취소했습니다."
|
||
},
|
||
"pendingCancellation": {
|
||
"message": "보류 취소"
|
||
},
|
||
"subscriptionPendingCanceled": {
|
||
"message": "구독은 현재 결제 기간이 끝날 때 취소로 표시됩니다."
|
||
},
|
||
"reinstateSubscription": {
|
||
"message": "구독 복원"
|
||
},
|
||
"reinstateConfirmation": {
|
||
"message": "보류중인 취소 요청을 제거하고 구독을 복원하시겠습니까?"
|
||
},
|
||
"reinstated": {
|
||
"message": "구독을 복원했습니다."
|
||
},
|
||
"cancelConfirmation": {
|
||
"message": "정말로 취소하시겠습니까? 청구 주기 후에 이 구독의 모든 기능에 대한 접근을 잃게 됩니다."
|
||
},
|
||
"canceledSubscription": {
|
||
"message": "구독을 취소했습니다."
|
||
},
|
||
"neverExpires": {
|
||
"message": "만료 없음"
|
||
},
|
||
"status": {
|
||
"message": "상태"
|
||
},
|
||
"nextCharge": {
|
||
"message": "다음 지불"
|
||
},
|
||
"details": {
|
||
"message": "세부사항"
|
||
},
|
||
"downloadLicense": {
|
||
"message": "라이선스 다운로드"
|
||
},
|
||
"viewBillingToken": {
|
||
"message": "View Billing Token"
|
||
},
|
||
"updateLicense": {
|
||
"message": "라이선스 업데이트"
|
||
},
|
||
"manageSubscription": {
|
||
"message": "구독 관리"
|
||
},
|
||
"launchCloudSubscription": {
|
||
"message": "Launch Cloud Subscription"
|
||
},
|
||
"storage": {
|
||
"message": "저장소"
|
||
},
|
||
"addStorage": {
|
||
"message": "저장소 용량 추가"
|
||
},
|
||
"removeStorage": {
|
||
"message": "저장소 용량 제거"
|
||
},
|
||
"subscriptionStorage": {
|
||
"message": "귀하의 구독은 총 $MAX_STORAGE$ GB의 암호화된 파일 저장소 용량을 갖고 있습니다. 현재 $USED_STORAGE$만큼 사용했습니다.",
|
||
"placeholders": {
|
||
"max_storage": {
|
||
"content": "$1",
|
||
"example": "4"
|
||
},
|
||
"used_storage": {
|
||
"content": "$2",
|
||
"example": "65 MB"
|
||
}
|
||
}
|
||
},
|
||
"paymentMethod": {
|
||
"message": "결제 수단"
|
||
},
|
||
"noPaymentMethod": {
|
||
"message": "파일에 결제방식이 없습니다."
|
||
},
|
||
"addPaymentMethod": {
|
||
"message": "결제 수단 추가"
|
||
},
|
||
"changePaymentMethod": {
|
||
"message": "결제 수단 변경"
|
||
},
|
||
"invoices": {
|
||
"message": "청구서"
|
||
},
|
||
"noUnpaidInvoices": {
|
||
"message": "No unpaid invoices."
|
||
},
|
||
"noPaidInvoices": {
|
||
"message": "No paid invoices."
|
||
},
|
||
"paid": {
|
||
"message": "결제됨",
|
||
"description": "Past tense status of an invoice. ex. Paid or unpaid."
|
||
},
|
||
"unpaid": {
|
||
"message": "미결제",
|
||
"description": "Past tense status of an invoice. ex. Paid or unpaid."
|
||
},
|
||
"transactions": {
|
||
"message": "거래내역",
|
||
"description": "Payment/credit transactions."
|
||
},
|
||
"noTransactions": {
|
||
"message": "거래내역 없음."
|
||
},
|
||
"chargeNoun": {
|
||
"message": "결제",
|
||
"description": "Noun. A charge from a payment method."
|
||
},
|
||
"refundNoun": {
|
||
"message": "환불",
|
||
"description": "Noun. A refunded payment that was charged."
|
||
},
|
||
"chargesStatement": {
|
||
"message": "모든 요금은 $STATEMENT_NAME$으로 내역서에 표시됩니다.",
|
||
"placeholders": {
|
||
"statement_name": {
|
||
"content": "$1",
|
||
"example": "BITWARDEN"
|
||
}
|
||
}
|
||
},
|
||
"gbStorageAdd": {
|
||
"message": "추가되는 저장소 용량 (GB)"
|
||
},
|
||
"gbStorageRemove": {
|
||
"message": "제거할 저장소 (GB)"
|
||
},
|
||
"storageAddNote": {
|
||
"message": "저장소 용량을 추가하면 청구 총계가 조정되고 파일에 즉시 지불 방법이 청구됩니다. 첫 번째 요금은 현재 청구 주기의 나머지 기간 동안 적립될 것입니다."
|
||
},
|
||
"storageRemoveNote": {
|
||
"message": "저장소 용량을 제거하면 다음 청구 비용에 대한 크레딧으로 할당된 청구 총계가 조정될 것입니다."
|
||
},
|
||
"adjustedStorage": {
|
||
"message": "$AMOUNT$GB 저장소로 조정됨",
|
||
"placeholders": {
|
||
"amount": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"contactSupport": {
|
||
"message": "고객 지원 서비스에 문의"
|
||
},
|
||
"contactSupportShort": {
|
||
"message": "Contact Support"
|
||
},
|
||
"updatedPaymentMethod": {
|
||
"message": "결제 수단이 업데이트되었습니다."
|
||
},
|
||
"purchasePremium": {
|
||
"message": "프리미엄 구매"
|
||
},
|
||
"licenseFile": {
|
||
"message": "라이선스 파일"
|
||
},
|
||
"licenseFileDesc": {
|
||
"message": "라이선스 파일의 파일명은 $FILE_NAME$과 같을 것입니다.",
|
||
"placeholders": {
|
||
"file_name": {
|
||
"content": "$1",
|
||
"example": "bitwarden_premium_license.json"
|
||
}
|
||
}
|
||
},
|
||
"uploadLicenseFilePremium": {
|
||
"message": "프리미엄 멤버십으로 계정을 업그레이드하려면 유효한 라이선스 파일을 업로드해야 합니다."
|
||
},
|
||
"uploadLicenseFileOrg": {
|
||
"message": "온-프레미스 호스트 조직을 생성하려면 유효한 라이선스 파일을 업로드하십시오."
|
||
},
|
||
"accountEmailMustBeVerified": {
|
||
"message": "계정의 이메일 주소를 확인 해야 합니다."
|
||
},
|
||
"newOrganizationDesc": {
|
||
"message": "조직에서는 다른 사람과 저장소 일부를 공유할 수 있을 뿐 아니라 가족, 소규모 팀 또는 대기업과 같은 특정 엔터티에 대한 관련 사용자를 관리할 수 있습니다."
|
||
},
|
||
"generalInformation": {
|
||
"message": "일반 정보"
|
||
},
|
||
"organizationName": {
|
||
"message": "조직 이름"
|
||
},
|
||
"accountOwnedBusiness": {
|
||
"message": "이 계정은 기업이 소유하고 있습니다."
|
||
},
|
||
"billingEmail": {
|
||
"message": "결제 이메일"
|
||
},
|
||
"businessName": {
|
||
"message": "기업 이름"
|
||
},
|
||
"chooseYourPlan": {
|
||
"message": "요금제를 선택하세요"
|
||
},
|
||
"users": {
|
||
"message": "사용자"
|
||
},
|
||
"userSeats": {
|
||
"message": "사용자 수"
|
||
},
|
||
"additionalUserSeats": {
|
||
"message": "추가 사용자 수"
|
||
},
|
||
"userSeatsDesc": {
|
||
"message": "# 의 사용자 수"
|
||
},
|
||
"userSeatsAdditionalDesc": {
|
||
"message": "귀하의 요금제는 $BASE_SEATS$명의 사용자\u001d를 포함합니다. 추가 사용자 1명 당 매월 $SEAT_PRICE$로 사용자를 추가하실 수 있습니다.",
|
||
"placeholders": {
|
||
"base_seats": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
},
|
||
"seat_price": {
|
||
"content": "$2",
|
||
"example": "$2.00"
|
||
}
|
||
}
|
||
},
|
||
"userSeatsHowManyDesc": {
|
||
"message": "사용자 수가 얼마나 필요하십니까? 필요한 경우 나중에 사용자를 추가할 수 있습니다."
|
||
},
|
||
"planNameFree": {
|
||
"message": "무료",
|
||
"description": "Free as in 'free beer'."
|
||
},
|
||
"planDescFree": {
|
||
"message": "테스트 용도나 개인 사용자는 다른 사용자에게 $COUNT$회 공유할 수 있습니다.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "1"
|
||
}
|
||
}
|
||
},
|
||
"planNameFamilies": {
|
||
"message": "가족"
|
||
},
|
||
"planDescFamilies": {
|
||
"message": "개인적인 사용을 위해 가족과 친구들에게 공유하세요."
|
||
},
|
||
"planNameTeams": {
|
||
"message": "팀"
|
||
},
|
||
"planDescTeams": {
|
||
"message": "기업 및 기타 팀 조직용."
|
||
},
|
||
"planNameTeamsStarter": {
|
||
"message": "팀 스타터"
|
||
},
|
||
"planNameEnterprise": {
|
||
"message": "기업"
|
||
},
|
||
"planDescEnterprise": {
|
||
"message": "기업 및 기타 대규모 조직용."
|
||
},
|
||
"freeForever": {
|
||
"message": "영구 무료"
|
||
},
|
||
"includesXUsers": {
|
||
"message": "$COUNT$명의 사용자 포함",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"additionalUsers": {
|
||
"message": "추가 사용자"
|
||
},
|
||
"costPerUser": {
|
||
"message": "사용자 당 $COST$",
|
||
"placeholders": {
|
||
"cost": {
|
||
"content": "$1",
|
||
"example": "$3"
|
||
}
|
||
}
|
||
},
|
||
"limitedUsers": {
|
||
"message": "$COUNT$명의 사용자(자신 포함) 로 제한됨",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"limitedCollections": {
|
||
"message": "$COUNT$개의 컬렉션으로 제한됨",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"addShareLimitedUsers": {
|
||
"message": "$COUNT$명까지 사용자 추가 및 공유",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"addShareUnlimitedUsers": {
|
||
"message": "사용자 무제한 추가 및 공유"
|
||
},
|
||
"createUnlimitedCollections": {
|
||
"message": "무제한 컬렉션 만들기"
|
||
},
|
||
"gbEncryptedFileStorage": {
|
||
"message": "$SIZE$의 암호화된 파일 저장소",
|
||
"placeholders": {
|
||
"size": {
|
||
"content": "$1",
|
||
"example": "1 GB"
|
||
}
|
||
}
|
||
},
|
||
"onPremHostingOptional": {
|
||
"message": "온-프레미스 호스팅 (선택 사항)"
|
||
},
|
||
"usersGetPremium": {
|
||
"message": "사용자가 프리미엄 멤버십 기능에 액세스 가능"
|
||
},
|
||
"controlAccessWithGroups": {
|
||
"message": "그룹을 통한 사용자 액세스 제어"
|
||
},
|
||
"syncUsersFromDirectory": {
|
||
"message": "디렉토리로부터 사용자 및 그룹 동기화"
|
||
},
|
||
"trackAuditLogs": {
|
||
"message": "감사 로그로 사용자 동작 추적"
|
||
},
|
||
"enforce2faDuo": {
|
||
"message": "Duo 2FA를 적용"
|
||
},
|
||
"priorityCustomerSupport": {
|
||
"message": "우선 고객 지원"
|
||
},
|
||
"xDayFreeTrial": {
|
||
"message": "$COUNT$일 무료 \b체험. 언제든지 취소하실 수 있습니다.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "7"
|
||
}
|
||
}
|
||
},
|
||
"trialThankYou": {
|
||
"message": "Bitwarden $PLAN$에 가입해 주셔서 고맙습니다!",
|
||
"placeholders": {
|
||
"plan": {
|
||
"content": "$1",
|
||
"example": "Teams"
|
||
}
|
||
}
|
||
},
|
||
"trialSecretsManagerThankYou": {
|
||
"message": "Bitwarden 비밀 데이터 관리자 $PLAN$에 가입해 주셔서 고맙습니다!",
|
||
"placeholders": {
|
||
"plan": {
|
||
"content": "$1",
|
||
"example": "Teams"
|
||
}
|
||
}
|
||
},
|
||
"trialPaidInfoMessage": {
|
||
"message": "고객님의 $PLAN$ 7일 무료 체험은 7일 후 유료 구독으로 전환될 예정입니다.",
|
||
"placeholders": {
|
||
"plan": {
|
||
"content": "$1",
|
||
"example": "Teams"
|
||
}
|
||
}
|
||
},
|
||
"trialConfirmationEmail": {
|
||
"message": "We've sent a confirmation email to your team's billing email at "
|
||
},
|
||
"monthly": {
|
||
"message": "월간"
|
||
},
|
||
"annually": {
|
||
"message": "연간"
|
||
},
|
||
"annual": {
|
||
"message": "연간"
|
||
},
|
||
"basePrice": {
|
||
"message": "기준 단가"
|
||
},
|
||
"organizationCreated": {
|
||
"message": "조직 생성됨"
|
||
},
|
||
"organizationReadyToGo": {
|
||
"message": "새 조직이 준비 완료되었습니다!"
|
||
},
|
||
"organizationUpgraded": {
|
||
"message": "조직이 업그레이드되었습니다."
|
||
},
|
||
"leave": {
|
||
"message": "나가기"
|
||
},
|
||
"leaveOrganizationConfirmation": {
|
||
"message": "정말 이 조직을 떠나시겠습니까?"
|
||
},
|
||
"leftOrganization": {
|
||
"message": "조직을 떠났습니다."
|
||
},
|
||
"defaultCollection": {
|
||
"message": "기본 컬렉션"
|
||
},
|
||
"getHelp": {
|
||
"message": "문의하기"
|
||
},
|
||
"getApps": {
|
||
"message": "앱 다운로드"
|
||
},
|
||
"loggedInAs": {
|
||
"message": "로그인됨"
|
||
},
|
||
"eventLogs": {
|
||
"message": "이벤트 로그"
|
||
},
|
||
"people": {
|
||
"message": "인물"
|
||
},
|
||
"policies": {
|
||
"message": "정책"
|
||
},
|
||
"singleSignOn": {
|
||
"message": "통합 인증(SSO)"
|
||
},
|
||
"editPolicy": {
|
||
"message": "정책 수정"
|
||
},
|
||
"groups": {
|
||
"message": "그룹"
|
||
},
|
||
"newGroup": {
|
||
"message": "새 그룹"
|
||
},
|
||
"addGroup": {
|
||
"message": "그룹 추가"
|
||
},
|
||
"editGroup": {
|
||
"message": "그룹 편집"
|
||
},
|
||
"deleteGroupConfirmation": {
|
||
"message": "정말 이 그룹을 삭제하시겠습니까?"
|
||
},
|
||
"deleteMultipleGroupsConfirmation": {
|
||
"message": "Are you sure you want to delete the following $QUANTITY$ group(s)?",
|
||
"placeholders": {
|
||
"quantity": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"removeUserConfirmation": {
|
||
"message": "이 사용자를 삭제하시겠습니까?"
|
||
},
|
||
"removeOrgUserConfirmation": {
|
||
"message": "구성원이 제거되면 해당 구성원은 그룹 데이터에 접근할 수 없으며 이 작업은 되돌릴 수 없습니다. 구성원을 다시 그룹에 추가하려면 해당 구성원을 다시 초대하여야 합니다."
|
||
},
|
||
"revokeUserConfirmation": {
|
||
"message": "When a member is revoked, they no longer have access to organization data. To quickly restore member access, go to the Revoked tab."
|
||
},
|
||
"removeUserConfirmationKeyConnector": {
|
||
"message": "Warning! This user requires Key Connector to manage their encryption. Removing this user from your organization will permanently deactivate their account. This action cannot be undone. Do you want to proceed?"
|
||
},
|
||
"externalId": {
|
||
"message": "외부 ID"
|
||
},
|
||
"externalIdDesc": {
|
||
"message": "외부 Id는 참조로 사용되거나 사용자 디렉토리같은 외부 시스템에 리소스를 링크할 수 있습니다."
|
||
},
|
||
"ssoExternalId": {
|
||
"message": "SSO External ID"
|
||
},
|
||
"ssoExternalIdDesc": {
|
||
"message": "SSO External ID is an unencrypted reference between Bitwarden and your configured SSO provider."
|
||
},
|
||
"nestCollectionUnder": {
|
||
"message": "Nest collection under"
|
||
},
|
||
"accessControl": {
|
||
"message": "접근 제어"
|
||
},
|
||
"readOnly": {
|
||
"message": "읽기 전용"
|
||
},
|
||
"newCollection": {
|
||
"message": "새 컬렉션"
|
||
},
|
||
"addCollection": {
|
||
"message": "컬렉션 추가"
|
||
},
|
||
"editCollection": {
|
||
"message": "컬렉션 편집"
|
||
},
|
||
"collectionInfo": {
|
||
"message": "컬렉션 정보"
|
||
},
|
||
"deleteCollectionConfirmation": {
|
||
"message": "정말 이 컬렉션을 삭제하시겠습니까?"
|
||
},
|
||
"editMember": {
|
||
"message": "구성원 편집"
|
||
},
|
||
"fieldOnTabRequiresAttention": {
|
||
"message": "A field on the '$TAB$' tab requires your attention.",
|
||
"placeholders": {
|
||
"tab": {
|
||
"content": "$1",
|
||
"example": "Collection info"
|
||
}
|
||
}
|
||
},
|
||
"inviteUserDesc": {
|
||
"message": "아래에 Bitwarden 계정 이메일 주소를 입력하여 조직에 새 사용자를 초대하십시오. Bitwarden 계정을 가지고 있지 않다면, 새로운 계정을 만들라는 메시지가 표시됩니다."
|
||
},
|
||
"inviteMultipleEmailDesc": {
|
||
"message": "이메일 주소 목록을 쉼표(,)로 구분하여 한 번에 최대 $COUNT$명의 사용자를 초대할 수 있습니다.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "20"
|
||
}
|
||
}
|
||
},
|
||
"inviteSingleEmailDesc": {
|
||
"message": "You have 1 invite remaining."
|
||
},
|
||
"inviteZeroEmailDesc": {
|
||
"message": "You have 0 invites remaining."
|
||
},
|
||
"userUsingTwoStep": {
|
||
"message": "이 사용자는 계정을 보호하기 위해 2단계 로그인을 사용하고 있습니다."
|
||
},
|
||
"search": {
|
||
"message": "검색"
|
||
},
|
||
"invited": {
|
||
"message": "초대함"
|
||
},
|
||
"confirmed": {
|
||
"message": "확인됨"
|
||
},
|
||
"clientOwnerEmail": {
|
||
"message": "클라이언트 소유자 이메일"
|
||
},
|
||
"owner": {
|
||
"message": "소유자"
|
||
},
|
||
"ownerDesc": {
|
||
"message": "조직의 모든 측면을 관리할 수있는 최고 액세스 사용자."
|
||
},
|
||
"clientOwnerDesc": {
|
||
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||
},
|
||
"admin": {
|
||
"message": "관리자"
|
||
},
|
||
"adminDesc": {
|
||
"message": "관리자는 모든 항목, 컬렉션 및 조직 내 속한 사용자에 대해 액세스하고 관리할 수 있습니다."
|
||
},
|
||
"user": {
|
||
"message": "사용자"
|
||
},
|
||
"userDesc": {
|
||
"message": "조직 내 할당된 컬렉션에 액세스할 수 있는 일반 사용자."
|
||
},
|
||
"all": {
|
||
"message": "모두"
|
||
},
|
||
"addAccess": {
|
||
"message": "Add Access"
|
||
},
|
||
"addAccessFilter": {
|
||
"message": "Add Access Filter"
|
||
},
|
||
"refresh": {
|
||
"message": "새로 고침"
|
||
},
|
||
"timestamp": {
|
||
"message": "타임스탬프"
|
||
},
|
||
"event": {
|
||
"message": "이벤트"
|
||
},
|
||
"unknown": {
|
||
"message": "알 수 없음"
|
||
},
|
||
"loadMore": {
|
||
"message": "더 불러오기"
|
||
},
|
||
"mobile": {
|
||
"message": "모바일",
|
||
"description": "Mobile app"
|
||
},
|
||
"extension": {
|
||
"message": "확장",
|
||
"description": "Browser extension/addon"
|
||
},
|
||
"desktop": {
|
||
"message": "데스크탑",
|
||
"description": "Desktop app"
|
||
},
|
||
"webVault": {
|
||
"message": "웹 보관함"
|
||
},
|
||
"webApp": {
|
||
"message": "Web app"
|
||
},
|
||
"cli": {
|
||
"message": "CLI"
|
||
},
|
||
"bitWebVault": {
|
||
"message": "Bitwarden 웹 보관함"
|
||
},
|
||
"bitSecretsManager": {
|
||
"message": "Birwarden 비밀 데이터 관리자"
|
||
},
|
||
"loggedIn": {
|
||
"message": "로그인됨."
|
||
},
|
||
"changedPassword": {
|
||
"message": "계정 비밀번호가 변경됨."
|
||
},
|
||
"enabledUpdated2fa": {
|
||
"message": "2단계 로그인 활성화/갱신됨."
|
||
},
|
||
"disabled2fa": {
|
||
"message": "2단계 로그인 비활성화됨."
|
||
},
|
||
"recovered2fa": {
|
||
"message": "2단계 로그인으로 복구된 계정."
|
||
},
|
||
"failedLogin": {
|
||
"message": "잘못된 암호로 로그인 시도가 실패했습니다."
|
||
},
|
||
"failedLogin2fa": {
|
||
"message": "잘못된 2단계 로그인으로 로그인 시도가 실패했습니다."
|
||
},
|
||
"incorrectPassword": {
|
||
"message": "Incorrect password"
|
||
},
|
||
"incorrectCode": {
|
||
"message": "Incorrect code"
|
||
},
|
||
"incorrectPin": {
|
||
"message": "Incorrect PIN"
|
||
},
|
||
"pin": {
|
||
"message": "PIN",
|
||
"description": "PIN code. Ex. The short code (often numeric) that you use to unlock a device."
|
||
},
|
||
"exportedVault": {
|
||
"message": "보관함을 내보냈습니다."
|
||
},
|
||
"exportedOrganizationVault": {
|
||
"message": "조직 보관함을 내보냈습니다."
|
||
},
|
||
"editedOrgSettings": {
|
||
"message": "조직 설정이 수정되었습니다."
|
||
},
|
||
"createdItemId": {
|
||
"message": "$ID$ 항목이 생성되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"editedItemId": {
|
||
"message": "$ID$ 항목이 수정되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"deletedItemId": {
|
||
"message": "$ID$ 항목이 삭제되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"movedItemIdToOrg": {
|
||
"message": "$ID$ 항목을 조직으로 이동시켰습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "'Google'"
|
||
}
|
||
}
|
||
},
|
||
"viewAllLogInOptions": {
|
||
"message": "View all log in options"
|
||
},
|
||
"viewAllLoginOptions": {
|
||
"message": "모든 로그인 방식 보기"
|
||
},
|
||
"viewedItemId": {
|
||
"message": "$ID$ 항목을 확인했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"viewedPasswordItemId": {
|
||
"message": "$ID$ 항목의 비밀번호를 확인했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"viewedHiddenFieldItemId": {
|
||
"message": "$ID$ 항목의 숨겨진 필드를 확인했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"viewedCardNumberItemId": {
|
||
"message": "Viewed Card Number for item $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Unique ID"
|
||
}
|
||
}
|
||
},
|
||
"viewedSecurityCodeItemId": {
|
||
"message": "$ID$ 항목의 보안 코드를 확인했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"viewCollectionWithName": {
|
||
"message": "View collection - $NAME$",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "Collection1"
|
||
}
|
||
}
|
||
},
|
||
"editItemWithName": {
|
||
"message": "항목 편집 - $NAME$",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "Google Login"
|
||
}
|
||
}
|
||
},
|
||
"copiedPasswordItemId": {
|
||
"message": "$ID$ 항목의 비밀번호를 복사했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"copiedHiddenFieldItemId": {
|
||
"message": "$ID$ 항목의 숨겨진 필드를 복사했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"copiedSecurityCodeItemId": {
|
||
"message": "$ID$ 항목의 보안 코드를 복사했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"autofilledItemId": {
|
||
"message": "$ID$ 항목을 자동으로 채웠습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"createdCollectionId": {
|
||
"message": "$ID$ 컬렉션이 생성되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Server Passwords"
|
||
}
|
||
}
|
||
},
|
||
"editedCollectionId": {
|
||
"message": "$ID$ 컬렉션이 수정되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Server Passwords"
|
||
}
|
||
}
|
||
},
|
||
"deletedCollections": {
|
||
"message": "삭제된 컬렉션"
|
||
},
|
||
"deletedCollectionId": {
|
||
"message": "$ID$ 컬렉션이 삭제되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Server Passwords"
|
||
}
|
||
}
|
||
},
|
||
"editedPolicyId": {
|
||
"message": "$ID$ 정책을 편집했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Master Password"
|
||
}
|
||
}
|
||
},
|
||
"createdGroupId": {
|
||
"message": "$ID$ 그룹을 만들었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Developers"
|
||
}
|
||
}
|
||
},
|
||
"editedGroupId": {
|
||
"message": "$ID$ 그룹을 편집했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Developers"
|
||
}
|
||
}
|
||
},
|
||
"deletedGroupId": {
|
||
"message": "$ID$ 그룹을 삭제했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Developers"
|
||
}
|
||
}
|
||
},
|
||
"deletedManyGroups": {
|
||
"message": "Deleted $QUANTITY$ group(s).",
|
||
"placeholders": {
|
||
"quantity": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"removedUserId": {
|
||
"message": "$ID$ 사용자를 제거했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"removeUserIdAccess": {
|
||
"message": "Remove $ID$ access",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"revokedUserId": {
|
||
"message": "Revoked organization access for $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"restoredUserId": {
|
||
"message": "Restored organization access for $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"revokeUserId": {
|
||
"message": "Revoke $ID$ access",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"createdAttachmentForItem": {
|
||
"message": "$ID$ 항목에 첨부 파일을 만들었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"deletedAttachmentForItem": {
|
||
"message": "$ID$ 항목에서 첨부 파일을 삭제했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"editedCollectionsForItem": {
|
||
"message": "$ID$ 항목에 대한 컬렉션이 수정되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"invitedUserId": {
|
||
"message": "$ID$ 사용자를 초대했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"confirmedUserId": {
|
||
"message": "$ID$ 사용자가 확인되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"editedUserId": {
|
||
"message": "$ID$ 사용자를 편집했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"editedGroupsForUser": {
|
||
"message": "$ID$ 사용자에 대한 그룹이 편집되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"unlinkedSso": {
|
||
"message": "Unlinked SSO."
|
||
},
|
||
"unlinkedSsoUser": {
|
||
"message": "$ID$ 사용자에 대한 SSO 연결이 해제되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"createdOrganizationId": {
|
||
"message": "$ID$ 조직을 만들었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"addedOrganizationId": {
|
||
"message": "$ID$ 조직을 추가했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"removedOrganizationId": {
|
||
"message": "$ID$ 조직을 제거했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"accessedClientVault": {
|
||
"message": "Accessed $ID$ organization vault.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"device": {
|
||
"message": "기기"
|
||
},
|
||
"loginStatus": {
|
||
"message": "Login status"
|
||
},
|
||
"firstLogin": {
|
||
"message": "First login"
|
||
},
|
||
"trusted": {
|
||
"message": "Trusted"
|
||
},
|
||
"needsApproval": {
|
||
"message": "Needs approval"
|
||
},
|
||
"areYouTryingtoLogin": {
|
||
"message": "Are you trying to log in?"
|
||
},
|
||
"logInAttemptBy": {
|
||
"message": "Login attempt by $EMAIL$",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "name@example.com"
|
||
}
|
||
}
|
||
},
|
||
"deviceType": {
|
||
"message": "Device Type"
|
||
},
|
||
"ipAddress": {
|
||
"message": "IP Address"
|
||
},
|
||
"confirmLogIn": {
|
||
"message": "Confirm login"
|
||
},
|
||
"denyLogIn": {
|
||
"message": "Deny login"
|
||
},
|
||
"thisRequestIsNoLongerValid": {
|
||
"message": "This request is no longer valid."
|
||
},
|
||
"loginRequestApprovedForEmailOnDevice": {
|
||
"message": "Login request approved for $EMAIL$ on $DEVICE$",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "name@example.com"
|
||
},
|
||
"device": {
|
||
"content": "$2",
|
||
"example": "Web app - Chrome"
|
||
}
|
||
}
|
||
},
|
||
"youDeniedLoginAttemptFromAnotherDevice": {
|
||
"message": "You denied a login attempt from another device. If this was you, try to log in with the device again."
|
||
},
|
||
"loginRequestHasAlreadyExpired": {
|
||
"message": "Login request has already expired."
|
||
},
|
||
"justNow": {
|
||
"message": "Just now"
|
||
},
|
||
"requestedXMinutesAgo": {
|
||
"message": "Requested $MINUTES$ minutes ago",
|
||
"placeholders": {
|
||
"minutes": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"creatingAccountOn": {
|
||
"message": "Creating account on"
|
||
},
|
||
"checkYourEmail": {
|
||
"message": "Check your email"
|
||
},
|
||
"followTheLinkInTheEmailSentTo": {
|
||
"message": "Follow the link in the email sent to"
|
||
},
|
||
"andContinueCreatingYourAccount": {
|
||
"message": "and continue creating your account."
|
||
},
|
||
"noEmail": {
|
||
"message": "No email?"
|
||
},
|
||
"goBack": {
|
||
"message": "Go back"
|
||
},
|
||
"toEditYourEmailAddress": {
|
||
"message": "to edit your email address."
|
||
},
|
||
"view": {
|
||
"message": "보기"
|
||
},
|
||
"invalidDateRange": {
|
||
"message": "날짜 범위가 잘못되었습니다."
|
||
},
|
||
"errorOccurred": {
|
||
"message": "오류가 발생했습니다."
|
||
},
|
||
"userAccess": {
|
||
"message": "사용자 접근"
|
||
},
|
||
"userType": {
|
||
"message": "사용자 유형"
|
||
},
|
||
"groupAccess": {
|
||
"message": "그룹 접근"
|
||
},
|
||
"groupAccessUserDesc": {
|
||
"message": "이 사용자가 속한 그룹을 편집합니다."
|
||
},
|
||
"invitedUsers": {
|
||
"message": "사용자를 초대했습니다."
|
||
},
|
||
"resendInvitation": {
|
||
"message": "초대장 다시 보내기"
|
||
},
|
||
"resendEmail": {
|
||
"message": "이매일 재발송"
|
||
},
|
||
"hasBeenReinvited": {
|
||
"message": "$USER$가 다시 초대되었습니다.",
|
||
"placeholders": {
|
||
"user": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"confirm": {
|
||
"message": "확인"
|
||
},
|
||
"confirmUser": {
|
||
"message": "사용자 확인"
|
||
},
|
||
"hasBeenConfirmed": {
|
||
"message": "$USER$가 확인되었습니다.",
|
||
"placeholders": {
|
||
"user": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"confirmUsers": {
|
||
"message": "사용자 확인"
|
||
},
|
||
"usersNeedConfirmed": {
|
||
"message": "초대에 수락한 사용자가 있지만 여전히 확인이 필요합니다. 사용자는 확인될 때까지 조직에 액세스할 수 없습니다."
|
||
},
|
||
"startDate": {
|
||
"message": "시작 날짜"
|
||
},
|
||
"endDate": {
|
||
"message": "종료 날짜"
|
||
},
|
||
"verifyEmail": {
|
||
"message": "이메일 인증하기"
|
||
},
|
||
"verifyEmailDesc": {
|
||
"message": "모든 기능에 대한 액세스 잠금을 해제하려면 계정의 이메일을 인증하십시오."
|
||
},
|
||
"verifyEmailFirst": {
|
||
"message": "계정의 이메일 주소를 먼저 확인해야 합니다."
|
||
},
|
||
"checkInboxForVerification": {
|
||
"message": "이메일 편지함에서 인증 링크를 확인하십시오."
|
||
},
|
||
"emailVerified": {
|
||
"message": "이메일이 확인되었습니다."
|
||
},
|
||
"emailVerifiedV2": {
|
||
"message": "Email verified"
|
||
},
|
||
"emailVerifiedFailed": {
|
||
"message": "이메일을 인증할 수 없습니다. 새로운 인증을 이메일로 전송하십시오."
|
||
},
|
||
"emailVerificationRequired": {
|
||
"message": "이메일 인증 필요함"
|
||
},
|
||
"emailVerificationRequiredDesc": {
|
||
"message": "이 기능을 이용하기 위해서는 이메일을 인증해야 합니다."
|
||
},
|
||
"updateBrowser": {
|
||
"message": "브라우저 업데이트"
|
||
},
|
||
"generatingYourRiskInsights": {
|
||
"message": "Generating your Risk Insights..."
|
||
},
|
||
"riskInsightsRunReport": {
|
||
"message": "Run report"
|
||
},
|
||
"updateBrowserDesc": {
|
||
"message": "지원하지 않는 웹 브라우저를 사용하고 있습니다. 웹 보관함 기능이 제대로 동작하지 않을 수 있습니다."
|
||
},
|
||
"youHaveAPendingLoginRequest": {
|
||
"message": "You have a pending login request from another device."
|
||
},
|
||
"reviewLoginRequest": {
|
||
"message": "Review login request"
|
||
},
|
||
"loginRequest": {
|
||
"message": "Login request"
|
||
},
|
||
"freeTrialEndPromptCount": {
|
||
"message": "Your free trial ends in $COUNT$ days.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "remaining days"
|
||
}
|
||
}
|
||
},
|
||
"freeTrialEndPromptMultipleDays": {
|
||
"message": "$ORGANIZATION$, your free trial ends in $COUNT$ days.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$2",
|
||
"example": "remaining days"
|
||
},
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "organization name"
|
||
}
|
||
}
|
||
},
|
||
"freeTrialEndPromptTomorrow": {
|
||
"message": "$ORGANIZATION$, your free trial ends tomorrow.",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "organization name"
|
||
}
|
||
}
|
||
},
|
||
"freeTrialEndPromptTomorrowNoOrgName": {
|
||
"message": "Your free trial ends tomorrow."
|
||
},
|
||
"freeTrialEndPromptToday": {
|
||
"message": "$ORGANIZATION$, your free trial ends today.",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "organization name"
|
||
}
|
||
}
|
||
},
|
||
"freeTrialEndingTodayWithoutOrgName": {
|
||
"message": "Your free trial ends today."
|
||
},
|
||
"clickHereToAddPaymentMethod": {
|
||
"message": "Click here to add a payment method."
|
||
},
|
||
"joinOrganization": {
|
||
"message": "조직 참가"
|
||
},
|
||
"joinOrganizationName": {
|
||
"message": "Join $ORGANIZATIONNAME$",
|
||
"placeholders": {
|
||
"organizationName": {
|
||
"content": "$1",
|
||
"example": "My Org Name"
|
||
}
|
||
}
|
||
},
|
||
"joinOrganizationDesc": {
|
||
"message": "이 조직에서 귀하에게 가입 초대를 보냈습니다. 초대를 수락하려면 로그인하거나 Bitwarden 계정을 생성해야 합니다."
|
||
},
|
||
"finishJoiningThisOrganizationBySettingAMasterPassword": {
|
||
"message": "Finish joining this organization by setting a master password."
|
||
},
|
||
"inviteAccepted": {
|
||
"message": "초대 수락됨"
|
||
},
|
||
"inviteAcceptedDesc": {
|
||
"message": "관리자의 확인을 받으면 조직에 액세스할 수 있습니다. 승인이 이뤄지면 이메일을 보내드리겠습니다."
|
||
},
|
||
"inviteInitAcceptedDesc": {
|
||
"message": "You can now access this organization."
|
||
},
|
||
"inviteAcceptFailed": {
|
||
"message": "초대를 수락할 수 없습니다. 조직 관리자에게 새 초대장을 보내도록 요청하십시오."
|
||
},
|
||
"inviteAcceptFailedShort": {
|
||
"message": "초대를 수락할 수 없습니다. $DESCRIPTION$",
|
||
"placeholders": {
|
||
"description": {
|
||
"content": "$1",
|
||
"example": "You must set up 2FA on your user account before you can join this organization."
|
||
}
|
||
}
|
||
},
|
||
"rememberEmail": {
|
||
"message": "이메일 기억하기"
|
||
},
|
||
"recoverAccountTwoStepDesc": {
|
||
"message": "일반적인 2단계 로그인 방법을 통해 계정에 액세스할 수 없는 경우, 2단계 로그인 복구 코드를 사용하여 계정의 모든 2단계 제공자를 비활성화할 수 있습니다."
|
||
},
|
||
"logInBelowUsingYourSingleUseRecoveryCode": {
|
||
"message": "Log in below using your single-use recovery code. This will turn off all two-step providers on your account."
|
||
},
|
||
"recoverAccountTwoStep": {
|
||
"message": "계정 2단계 로그인 복구하기"
|
||
},
|
||
"twoStepRecoverDisabled": {
|
||
"message": "계정에 2단계 로그인이 비활성화되어 있습니다."
|
||
},
|
||
"learnMore": {
|
||
"message": "더 알아보기"
|
||
},
|
||
"deleteRecoverDesc": {
|
||
"message": "계정을 복구하거나 삭제하려면 아래에 이메일 주소를 입력하십시오."
|
||
},
|
||
"deleteRecoverEmailSent": {
|
||
"message": "계정이 존재한다면 추가적인 안내사항이 있는 이메일을 보냈습니다."
|
||
},
|
||
"deleteRecoverConfirmDesc": {
|
||
"message": "Biitiwarden 계정을 삭제하도록 요청했습니다. 아래 버튼을 클릭하여 확인하십시오."
|
||
},
|
||
"deleteRecoverOrgConfirmDesc": {
|
||
"message": "You have requested to delete your Bitwarden organization."
|
||
},
|
||
"myOrganization": {
|
||
"message": "내 조직"
|
||
},
|
||
"organizationInfo": {
|
||
"message": "Organization info"
|
||
},
|
||
"deleteOrganization": {
|
||
"message": "조직 삭제"
|
||
},
|
||
"deletingOrganizationContentWarning": {
|
||
"message": "Enter the master password to confirm deletion of $ORGANIZATION$ and all associated data. Vault data in $ORGANIZATION$ includes:",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "My Org Name"
|
||
}
|
||
}
|
||
},
|
||
"deletingOrganizationActiveUserAccountsWarning": {
|
||
"message": "User accounts will remain active after deletion but will no longer be associated to this organization."
|
||
},
|
||
"deletingOrganizationIsPermanentWarning": {
|
||
"message": "$ORGANIZATION$ 삭제는 영구적이며 되돌릴 수 없습니다.",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "My Org Name"
|
||
}
|
||
}
|
||
},
|
||
"organizationDeleted": {
|
||
"message": "조직 삭제됨"
|
||
},
|
||
"organizationDeletedDesc": {
|
||
"message": "조직과 연관된 모든 데이터가 삭제되었습니다."
|
||
},
|
||
"organizationUpdated": {
|
||
"message": "조직 갱신됨"
|
||
},
|
||
"taxInformation": {
|
||
"message": "세금 정보"
|
||
},
|
||
"taxInformationDesc": {
|
||
"message": "청구서에 대한 세금 정보를 제공(또는 업데이트) 하려면 지원팀에 문의하십시오."
|
||
},
|
||
"billingPlan": {
|
||
"message": "요금제",
|
||
"description": "A billing plan/package. For example: Families, Teams, Enterprise, etc."
|
||
},
|
||
"changeBillingPlan": {
|
||
"message": "요금제 업그레이드",
|
||
"description": "A billing plan/package. For example: Families, Teams, Enterprise, etc."
|
||
},
|
||
"changeBillingPlanUpgrade": {
|
||
"message": "아래 정보를 제공하여 계정을 다른 플랜으로 업그레이드하십시오. 계정에 활성화된 결제 방식이 추가되어 있는지 확인하십시오.",
|
||
"description": "A billing plan/package. For example: Families, Teams, Enterprise, etc."
|
||
},
|
||
"invoiceNumber": {
|
||
"message": "청구서 #$NUMBER$",
|
||
"description": "ex. Invoice #79C66F0-0001",
|
||
"placeholders": {
|
||
"number": {
|
||
"content": "$1",
|
||
"example": "79C66F0-0001"
|
||
}
|
||
}
|
||
},
|
||
"viewInvoice": {
|
||
"message": "청구서 보기"
|
||
},
|
||
"downloadInvoice": {
|
||
"message": "청구서 다운로드"
|
||
},
|
||
"verifyBankAccount": {
|
||
"message": "은행 계좌 인증하기"
|
||
},
|
||
"verifyBankAccountDesc": {
|
||
"message": "우리는 귀하의 은행 계좌에 2건의 소액 결제정보를 생성했습니다(보여지기까지 1~2영업일 소요됨). 은행 계좌를 인증하려면 해당 금액을 입력하십시오."
|
||
},
|
||
"verifyBankAccountInitialDesc": {
|
||
"message": "은행 계좌를 통한 결제는 미국 내 고객만 이용할 수 있습니다. 은행 계좌는 확인이 필요합니다. 1-2영업일 이내에 2건의 소액 결제정보를 생성할 것입니다. 은행 계좌를 인증하려면 조직 내 청구 페이지에서 해당 금액을 입력하십시오."
|
||
},
|
||
"verifyBankAccountFailureWarning": {
|
||
"message": "은행 계좌를 확인하지 않으면 결제가 누락되어 구독이 비활성화됩니다."
|
||
},
|
||
"verifiedBankAccount": {
|
||
"message": "계좌 번호가 확인되었습니다."
|
||
},
|
||
"bankAccount": {
|
||
"message": "은행 계좌"
|
||
},
|
||
"amountX": {
|
||
"message": "금액 $COUNT$",
|
||
"description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "1"
|
||
}
|
||
}
|
||
},
|
||
"routingNumber": {
|
||
"message": "라우팅 번호",
|
||
"description": "Bank account routing number"
|
||
},
|
||
"accountNumber": {
|
||
"message": "계좌 번호"
|
||
},
|
||
"accountHolderName": {
|
||
"message": "계좌 소유자 이름"
|
||
},
|
||
"bankAccountType": {
|
||
"message": "계좌 유형"
|
||
},
|
||
"bankAccountTypeCompany": {
|
||
"message": "회사 (기업)"
|
||
},
|
||
"bankAccountTypeIndividual": {
|
||
"message": "개인 (개인)"
|
||
},
|
||
"enterInstallationId": {
|
||
"message": "설치 ID를 입력하십시오"
|
||
},
|
||
"limitSubscriptionDesc": {
|
||
"message": "Set a seat limit for your subscription. Once this limit is reached, you will not be able to invite new members."
|
||
},
|
||
"limitSmSubscriptionDesc": {
|
||
"message": "Set a seat limit for your Secrets Manager subscription. Once this limit is reached, you will not be able to invite new members."
|
||
},
|
||
"maxSeatLimit": {
|
||
"message": "최대 시트 제한 (선택)",
|
||
"description": "Upper limit of seats to allow through autoscaling"
|
||
},
|
||
"maxSeatCost": {
|
||
"message": "Max potential seat cost"
|
||
},
|
||
"addSeats": {
|
||
"message": "사용자 수 추가",
|
||
"description": "Seat = User Seat"
|
||
},
|
||
"removeSeats": {
|
||
"message": "사용자 수 제거",
|
||
"description": "Seat = User Seat"
|
||
},
|
||
"subscriptionDesc": {
|
||
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited users exceed your subscription seats, you will immediately receive a prorated charge for the additional users."
|
||
},
|
||
"subscriptionUserSeats": {
|
||
"message": "귀하의 구독은 총 $COUNT$명의 사용자를 허용합니다.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "50"
|
||
}
|
||
}
|
||
},
|
||
"limitSubscription": {
|
||
"message": "구독 제한 (선택)"
|
||
},
|
||
"subscriptionSeats": {
|
||
"message": "구독 시트"
|
||
},
|
||
"subscriptionUpdated": {
|
||
"message": "구독 업데이트됨"
|
||
},
|
||
"subscribedToSecretsManager": {
|
||
"message": "Subscription updated. You now have access to Secrets Manager."
|
||
},
|
||
"additionalOptions": {
|
||
"message": "추가 설정"
|
||
},
|
||
"additionalOptionsDesc": {
|
||
"message": "구독과 관련하여 추가적인 도움이 필요한 경우 고객 지원에 문의하십시오."
|
||
},
|
||
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited members exceed your subscription seats, you will immediately receive a prorated charge for the additional members."
|
||
},
|
||
"smStandaloneTrialSeatCountUpdateMessageFragment1": {
|
||
"message": "If you want to add additional"
|
||
},
|
||
"smStandaloneTrialSeatCountUpdateMessageFragment2": {
|
||
"message": "seats without the bundled offer, please contact"
|
||
},
|
||
"subscriptionUserSeatsLimitedAutoscale": {
|
||
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited members exceed your subscription seats, you will immediately receive a prorated charge for the additional members until your $MAX$ seat limit is reached.",
|
||
"placeholders": {
|
||
"max": {
|
||
"content": "$1",
|
||
"example": "50"
|
||
}
|
||
}
|
||
},
|
||
"subscriptionUserSeatsWithoutAdditionalSeatsOption": {
|
||
"message": "You can invite up to $COUNT$ members for no additional charge. Contact Customer Support to upgrade your plan and invite more members.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "10"
|
||
}
|
||
}
|
||
},
|
||
"subscriptionFreePlan": {
|
||
"message": "You cannot invite more than $COUNT$ members without upgrading your plan.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"subscriptionUpgrade": {
|
||
"message": "You cannot invite more than $COUNT$ members without upgrading your plan.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"subscriptionSponsoredFamiliesPlan": {
|
||
"message": "Your subscription allows for a total of $COUNT$ members. Your plan is sponsored and billed to an external organization.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "6"
|
||
}
|
||
}
|
||
},
|
||
"subscriptionMaxReached": {
|
||
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ members without increasing your subscription seats.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "50"
|
||
}
|
||
}
|
||
},
|
||
"subscriptionSeatMaxReached": {
|
||
"message": "You cannot invite more than $COUNT$ members without increasing your subscription seats.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "50"
|
||
}
|
||
}
|
||
},
|
||
"seatsToAdd": {
|
||
"message": "추가할 사용자 수"
|
||
},
|
||
"seatsToRemove": {
|
||
"message": "제거할 사용자 수"
|
||
},
|
||
"seatsAddNote": {
|
||
"message": "사용자 수를 추가하면 청구 총계가 조정되고 파일에 즉시 지불 방법이 청구됩니다. 첫 번째 요금은 현재 청구 주기의 나머지 기간 동안 적립될 것입니다."
|
||
},
|
||
"seatsRemoveNote": {
|
||
"message": "사용자 수를 제거하면 다음 청구 비용에 대한 크레딧으로 할당된 청구 총계가 조정될 것입니다."
|
||
},
|
||
"adjustedSeats": {
|
||
"message": "사용자 수가 $AMOUNT$명으로 조정됨",
|
||
"placeholders": {
|
||
"amount": {
|
||
"content": "$1",
|
||
"example": "15"
|
||
}
|
||
}
|
||
},
|
||
"editFieldLabel": {
|
||
"message": "Edit $LABEL$",
|
||
"placeholders": {
|
||
"label": {
|
||
"content": "$1",
|
||
"example": "Custom field"
|
||
}
|
||
}
|
||
},
|
||
"reorderToggleButton": {
|
||
"message": "Reorder $LABEL$. Use arrow key to move item up or down.",
|
||
"placeholders": {
|
||
"label": {
|
||
"content": "$1",
|
||
"example": "Custom field"
|
||
}
|
||
}
|
||
},
|
||
"reorderFieldUp": {
|
||
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
|
||
"placeholders": {
|
||
"label": {
|
||
"content": "$1",
|
||
"example": "Custom field"
|
||
},
|
||
"index": {
|
||
"content": "$2",
|
||
"example": "1"
|
||
},
|
||
"length": {
|
||
"content": "$3",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"reorderFieldDown": {
|
||
"message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
|
||
"placeholders": {
|
||
"label": {
|
||
"content": "$1",
|
||
"example": "Custom field"
|
||
},
|
||
"index": {
|
||
"content": "$2",
|
||
"example": "1"
|
||
},
|
||
"length": {
|
||
"content": "$3",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"updateEncryptionKeyWarning": {
|
||
"message": "암호화 키를 업데이트하고난 후 현재 사용 중인 모든 Bitwarden 애플리케이션(예. 모바일 앱 혹은 브라우저 확장 기능)에서 로그아웃 후 다시 로그인해야 합니다. 재로그인하지 않으면 (새 암호화 키를 다운로드받는 경우) 데이터 손실이 발생할 수 있습니다. 자동으로 로그아웃을 시도하지만 지연될 수 있습니다."
|
||
},
|
||
"updateEncryptionKeyAccountExportWarning": {
|
||
"message": "Any account restricted exports you have saved will become invalid."
|
||
},
|
||
"legacyEncryptionUnsupported": {
|
||
"message": "Legacy encryption is no longer supported. Please contact support to recover your account."
|
||
},
|
||
"subscription": {
|
||
"message": "구독"
|
||
},
|
||
"loading": {
|
||
"message": "불러오는 중"
|
||
},
|
||
"upgrade": {
|
||
"message": "업그레이드"
|
||
},
|
||
"upgradeOrganization": {
|
||
"message": "조직 업그레이드"
|
||
},
|
||
"upgradeOrganizationDesc": {
|
||
"message": "이 기능은 무료 조직에서 사용하실 수 없습니다. 더 많은 기능을 잠금 해제하시려면 유료 요금제로 전환하세요."
|
||
},
|
||
"createOrganizationStep1": {
|
||
"message": "조직 만들기: 1단계"
|
||
},
|
||
"createOrganizationCreatePersonalAccount": {
|
||
"message": "조직을 생성하기 전에 먼저 무료 개인 계정을 생성해야 합니다."
|
||
},
|
||
"refunded": {
|
||
"message": "환불됨"
|
||
},
|
||
"nothingSelected": {
|
||
"message": "아무것도 선택하지 않았습니다."
|
||
},
|
||
"receiveMarketingEmailsV2": {
|
||
"message": "Get advice, announcements, and research opportunities from Bitwarden in your inbox."
|
||
},
|
||
"subscribe": {
|
||
"message": "Subscribe"
|
||
},
|
||
"unsubscribe": {
|
||
"message": "Unsubscribe"
|
||
},
|
||
"atAnyTime": {
|
||
"message": "at any time."
|
||
},
|
||
"byContinuingYouAgreeToThe": {
|
||
"message": "By continuing, you agree to the"
|
||
},
|
||
"and": {
|
||
"message": "and"
|
||
},
|
||
"acceptPolicies": {
|
||
"message": "이 박스를 체크하면 다음에 동의하는 것으로 간주됩니다:"
|
||
},
|
||
"acceptPoliciesRequired": {
|
||
"message": "Terms of Service and Privacy Policy have not been acknowledged."
|
||
},
|
||
"termsOfService": {
|
||
"message": "서비스 약관"
|
||
},
|
||
"privacyPolicy": {
|
||
"message": "개인 정보 보호 정책"
|
||
},
|
||
"filters": {
|
||
"message": "필터"
|
||
},
|
||
"vaultTimeout": {
|
||
"message": "보관함 시간 제한"
|
||
},
|
||
"vaultTimeout1": {
|
||
"message": "Timeout"
|
||
},
|
||
"vaultTimeoutDesc": {
|
||
"message": "보관함이 언제까지 시간을 제한하고 선택된 행동을 수행하지 선택해주세요."
|
||
},
|
||
"vaultTimeoutLogoutDesc": {
|
||
"message": "Choose when your vault will be logged out."
|
||
},
|
||
"oneMinute": {
|
||
"message": "1분"
|
||
},
|
||
"fiveMinutes": {
|
||
"message": "5분"
|
||
},
|
||
"fifteenMinutes": {
|
||
"message": "15분"
|
||
},
|
||
"thirtyMinutes": {
|
||
"message": "30분"
|
||
},
|
||
"oneHour": {
|
||
"message": "1시간"
|
||
},
|
||
"fourHours": {
|
||
"message": "4시간"
|
||
},
|
||
"onRefresh": {
|
||
"message": "브라우저 새로 고침 시"
|
||
},
|
||
"dateUpdated": {
|
||
"message": "업데이트됨",
|
||
"description": "ex. Date this item was updated"
|
||
},
|
||
"dateCreated": {
|
||
"message": "Created",
|
||
"description": "ex. Date this item was created"
|
||
},
|
||
"datePasswordUpdated": {
|
||
"message": "비밀번호 업데이트됨",
|
||
"description": "ex. Date this password was updated"
|
||
},
|
||
"organizationIsDisabled": {
|
||
"message": "조직이 비활성화됨"
|
||
},
|
||
"organizationIsSuspended": {
|
||
"message": "Organization is suspended"
|
||
},
|
||
"organizationIsSuspendedDesc": {
|
||
"message": "Items in suspended organizations cannot be accessed. Contact your organization owner for assistance."
|
||
},
|
||
"secretsAccessSuspended": {
|
||
"message": "Suspended organizations cannot be accessed. Please contact your organization owner for assistance."
|
||
},
|
||
"secretsCannotCreate": {
|
||
"message": "Secrets cannot be created in suspended organizations. Please contact your organization owner for assistance."
|
||
},
|
||
"projectsCannotCreate": {
|
||
"message": "Projects cannot be created in suspended organizations. Please contact your organization owner for assistance."
|
||
},
|
||
"serviceAccountsCannotCreate": {
|
||
"message": "Service accounts cannot be created in suspended organizations. Please contact your organization owner for assistance."
|
||
},
|
||
"licenseIsExpired": {
|
||
"message": "라이선스가 만료되었습니다."
|
||
},
|
||
"updatedUsers": {
|
||
"message": "업데이트된 사용자"
|
||
},
|
||
"selected": {
|
||
"message": "선택됨"
|
||
},
|
||
"recommended": {
|
||
"message": "Recommended"
|
||
},
|
||
"ownership": {
|
||
"message": "소유자"
|
||
},
|
||
"whoOwnsThisItem": {
|
||
"message": "이 항목의 소유자는 누구입니까?"
|
||
},
|
||
"strong": {
|
||
"message": "강함",
|
||
"description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong"
|
||
},
|
||
"good": {
|
||
"message": "괜찮음",
|
||
"description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong"
|
||
},
|
||
"weak": {
|
||
"message": "약함",
|
||
"description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong"
|
||
},
|
||
"veryWeak": {
|
||
"message": "매우 약함",
|
||
"description": "ex. A very weak password. Scale: Very Weak -> Weak -> Good -> Strong"
|
||
},
|
||
"weakMasterPassword": {
|
||
"message": "취약한 마스터 비밀번호"
|
||
},
|
||
"weakMasterPasswordDesc": {
|
||
"message": "선택한 마스터 비밀번호는 취약합니다. Bitwarden 계정을 확실히 보호하려면 강력한 마스터 비밀번호(혹은 패스프레이즈)를 사용해야 합니다. 정말 이 마스터 비밀번호를 사용하시겠습니까?"
|
||
},
|
||
"rotateAccountEncKey": {
|
||
"message": "내 계정의 암호화 키 회전"
|
||
},
|
||
"rotateEncKeyTitle": {
|
||
"message": "암호화 키 교체하기"
|
||
},
|
||
"rotateEncKeyConfirmation": {
|
||
"message": "정말 계정의 암호화 키를 교체하시겠습니까?"
|
||
},
|
||
"attachmentsNeedFix": {
|
||
"message": "이 항목은 수정이 필요한 오래된 파일을 갖고 있습니다."
|
||
},
|
||
"attachmentFixDescription": {
|
||
"message": "This attachment uses outdated encryption. Select 'Fix' to download, re-encrypt, and re-upload the attachment."
|
||
},
|
||
"fix": {
|
||
"message": "수정",
|
||
"description": "This is a verb. ex. 'Fix The Car'"
|
||
},
|
||
"oldAttachmentsNeedFixDesc": {
|
||
"message": "계정의 암호화 키를 교체하기 전에 보관함 내 오래된 파일 수정이 필요합니다."
|
||
},
|
||
"yourAccountsFingerprint": {
|
||
"message": "계정 지문 구절",
|
||
"description": "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."
|
||
},
|
||
"fingerprintEnsureIntegrityVerify": {
|
||
"message": "암호화 키의 무결성을 확인하려면 계속하기 전에 사용자의 지문 구문을 확인하십시오.",
|
||
"description": "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."
|
||
},
|
||
"fingerprintMatchInfo": {
|
||
"message": "Please make sure your vault is unlocked and Fingerprint phrase matches the other device."
|
||
},
|
||
"fingerprintPhraseHeader": {
|
||
"message": "Fingerprint phrase"
|
||
},
|
||
"dontAskFingerprintAgain": {
|
||
"message": "초대된 사용자의 지문 구절을 확인하지 않음 (권장되지 않음)",
|
||
"description": "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."
|
||
},
|
||
"youWillBeNotifiedOnceTheRequestIsApproved": {
|
||
"message": "You will be notified once the request is approved"
|
||
},
|
||
"free": {
|
||
"message": "무료",
|
||
"description": "Free, as in 'Free beer'"
|
||
},
|
||
"apiKey": {
|
||
"message": "API 키"
|
||
},
|
||
"apiKeyDesc": {
|
||
"message": "API 키를 사용하여 Bitwarden 공용 API에 인증할 수 있습니다."
|
||
},
|
||
"apiKeyRotateDesc": {
|
||
"message": "API 키를 교체하면 이전 키는 무효화됩니다. 현재 키가 더 이상 안전하지 않다고 판단되면 API 키를 교체할 수 있습니다."
|
||
},
|
||
"apiKeyWarning": {
|
||
"message": "귀하의 API 키는 조직에 대한 전체 액세스 권한을 가집니다. 이것은 비밀로 해야 합니다."
|
||
},
|
||
"userApiKeyDesc": {
|
||
"message": "API 키를 사용하여 Bitwarden CLI에 인증할 수 있습니다."
|
||
},
|
||
"userApiKeyWarning": {
|
||
"message": "당신의 API 키는 대체 인증 수단입니다. 안전하게 보관해주세요."
|
||
},
|
||
"oauth2ClientCredentials": {
|
||
"message": "OAuth 2.0 클라이언트 자격 증명",
|
||
"description": "'OAuth 2.0' is a programming protocol. It should probably not be translated."
|
||
},
|
||
"viewApiKey": {
|
||
"message": "API 키 보기"
|
||
},
|
||
"rotateApiKey": {
|
||
"message": "API 키 교체"
|
||
},
|
||
"selectOneCollection": {
|
||
"message": "반드시 하나 이상의 모음을 선택해야 합니다."
|
||
},
|
||
"couldNotChargeCardPayInvoice": {
|
||
"message": "카드에 청구할 수 없습니다. 아래 목록에서 결제되지 않은 인보이스를 확인하고 결제해주세요."
|
||
},
|
||
"minLength": {
|
||
"message": "최소 길이"
|
||
},
|
||
"clone": {
|
||
"message": "복제"
|
||
},
|
||
"masterPassPolicyTitle": {
|
||
"message": "Master password requirements"
|
||
},
|
||
"masterPassPolicyDesc": {
|
||
"message": "마스터 비밀번호 강도에 대한 최소 요구 사항을 설정해주세요."
|
||
},
|
||
"passwordStrengthScore": {
|
||
"message": "Password strength score $SCORE$",
|
||
"placeholders": {
|
||
"score": {
|
||
"content": "$1",
|
||
"example": "4"
|
||
}
|
||
}
|
||
},
|
||
"twoStepLoginPolicyTitle": {
|
||
"message": "Require two-step login"
|
||
},
|
||
"twoStepLoginPolicyDesc": {
|
||
"message": "개인 계정에서 2단계 로그인을 요구합니다."
|
||
},
|
||
"twoStepLoginPolicyWarning": {
|
||
"message": "2단계 로그인을 활성화하지 않은 단체 맴버는 단체에서 제거되며 변경 사항에 대한 이메일 알림을 받습니다."
|
||
},
|
||
"twoStepLoginPolicyUserWarning": {
|
||
"message": "사용자 계정에 대해서 2단계 로그인을 요구하는 단체의 멤버입니다. 모든 2단계 로그인 수단을 비활성화한다면 단체에서 자동으로 제거됩니다."
|
||
},
|
||
"passwordGeneratorPolicyDesc": {
|
||
"message": "비밀번호 생성기 설정에 최소 요구 사항을 설정해주세요."
|
||
},
|
||
"masterPasswordPolicyInEffect": {
|
||
"message": "하나 이상의 단체 정책이 마스터 비밀번호가 다음 사항을 따르도록 요구합니다:"
|
||
},
|
||
"policyInEffectMinComplexity": {
|
||
"message": "최소 복잡도 점수 $SCORE$",
|
||
"placeholders": {
|
||
"score": {
|
||
"content": "$1",
|
||
"example": "4"
|
||
}
|
||
}
|
||
},
|
||
"policyInEffectMinLength": {
|
||
"message": "최소 길이 $LENGTH$",
|
||
"placeholders": {
|
||
"length": {
|
||
"content": "$1",
|
||
"example": "14"
|
||
}
|
||
}
|
||
},
|
||
"policyInEffectUppercase": {
|
||
"message": "하나 이상의 대문자 포함"
|
||
},
|
||
"policyInEffectLowercase": {
|
||
"message": "하나 이상의 소문자 포함"
|
||
},
|
||
"policyInEffectNumbers": {
|
||
"message": "하나 이상의 숫자 포함"
|
||
},
|
||
"policyInEffectSpecial": {
|
||
"message": "하나 이상의 특수문자 포함 $CHARS$",
|
||
"placeholders": {
|
||
"chars": {
|
||
"content": "$1",
|
||
"example": "!@#$%^&*"
|
||
}
|
||
}
|
||
},
|
||
"masterPasswordPolicyRequirementsNotMet": {
|
||
"message": "새 마스터 비밀번호가 정책 요구 사항을 따르지 않습니다."
|
||
},
|
||
"minimumNumberOfWords": {
|
||
"message": "단어 최소 개수"
|
||
},
|
||
"overridePasswordTypePolicy": {
|
||
"message": "Password Type",
|
||
"description": "Name of the password generator policy that overrides the user's password/passphrase selection."
|
||
},
|
||
"userPreference": {
|
||
"message": "사용자 설정"
|
||
},
|
||
"vaultTimeoutAction": {
|
||
"message": "보관함 시간 제한 초과시 동작"
|
||
},
|
||
"vaultTimeoutActionLockDesc": {
|
||
"message": "잠긴 보관함에 다시 접근하려면 마스터 비밀번호를 입력해야 합니다."
|
||
},
|
||
"vaultTimeoutActionLogOutDesc": {
|
||
"message": "로그아웃한 보관함에 다시 접근하려면 다시 인증해야 합니다."
|
||
},
|
||
"lock": {
|
||
"message": "잠금",
|
||
"description": "Verb form: to make secure or inaccessible by"
|
||
},
|
||
"trash": {
|
||
"message": "휴지통",
|
||
"description": "Noun: A special folder for holding deleted items that have not yet been permanently deleted"
|
||
},
|
||
"searchTrash": {
|
||
"message": "휴지통 검색"
|
||
},
|
||
"permanentlyDelete": {
|
||
"message": "영구적으로 삭제"
|
||
},
|
||
"permanentlyDeleteSelected": {
|
||
"message": "선택한 항목을 영구적으로 삭제"
|
||
},
|
||
"permanentlyDeleteItem": {
|
||
"message": "영구적으로 항목 삭제"
|
||
},
|
||
"permanentlyDeleteItemConfirmation": {
|
||
"message": "정말로 이 항목을 영구적으로 삭제하시겠습니까?"
|
||
},
|
||
"permanentlyDeletedItem": {
|
||
"message": "영구적으로 삭제된 항목"
|
||
},
|
||
"permanentlyDeletedItems": {
|
||
"message": "영구적으로 삭제된 항목"
|
||
},
|
||
"permanentlyDeleteSelectedItemsDesc": {
|
||
"message": "영구 삭제를 위해 $COUNT$ 개의 항목이 선택되었습니다. 정말로 이 항목들을 모두 영구적으로 삭제하시겠습니까?",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "150"
|
||
}
|
||
}
|
||
},
|
||
"permanentlyDeletedItemId": {
|
||
"message": "영구적으로 삭제된 항목 $ID$ 을(를) 삭제했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"restore": {
|
||
"message": "복원"
|
||
},
|
||
"restoreSelected": {
|
||
"message": "선택 항목 복원"
|
||
},
|
||
"restoredItem": {
|
||
"message": "복구된 항목"
|
||
},
|
||
"restoredItems": {
|
||
"message": "복구된 항목"
|
||
},
|
||
"restoredItemId": {
|
||
"message": "$ID$ 항목이 복구되었습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"vaultTimeoutLogOutConfirmation": {
|
||
"message": "로그아웃하면 보관함에 대한 모든 접근이 제거되며 시간 제한을 초과하면 온라인 인증을 요구합니다. 정말로 이 설정을 사용하시겠습니까?"
|
||
},
|
||
"vaultTimeoutLogOutConfirmationTitle": {
|
||
"message": "시간 제한 초과시 동작 확인"
|
||
},
|
||
"hidePasswords": {
|
||
"message": "비밀번호 숨기기"
|
||
},
|
||
"countryPostalCodeRequiredDesc": {
|
||
"message": "세금 계산 및 금융 보고만을 위해서 해당 정보가 필요합니다."
|
||
},
|
||
"includeVAT": {
|
||
"message": "VAT/GST 정보 포함 (선택)"
|
||
},
|
||
"taxIdNumber": {
|
||
"message": "VAT/GST 세금 ID"
|
||
},
|
||
"taxInfoUpdated": {
|
||
"message": "세금 정보가 업데이트되었습니다."
|
||
},
|
||
"setMasterPassword": {
|
||
"message": "마스터 비밀번호 설정"
|
||
},
|
||
"identifier": {
|
||
"message": "식별자"
|
||
},
|
||
"organizationIdentifier": {
|
||
"message": "조직 식별자"
|
||
},
|
||
"ssoLogInWithOrgIdentifier": {
|
||
"message": "조직의 통합 인증(SSO) 포탈을 통해서 로그인하세요. 시작하려면 조직 식별자를 입력해주세요."
|
||
},
|
||
"singleSignOnEnterOrgIdentifier": {
|
||
"message": "Enter your organization's SSO identifier to begin"
|
||
},
|
||
"singleSignOnEnterOrgIdentifierText": {
|
||
"message": "To log in with your SSO provider, enter your organization's SSO identifier to begin. You may need to enter this SSO identifier when you log in from a new device."
|
||
},
|
||
"enterpriseSingleSignOn": {
|
||
"message": "엔터프라이즈 통합 인증 (SSO)"
|
||
},
|
||
"ssoHandOff": {
|
||
"message": "이제 이 탭을 닫고 확장 프로그램에서 계속 진행하셔도 됩니다."
|
||
},
|
||
"youSuccessfullyLoggedIn": {
|
||
"message": "You successfully logged in"
|
||
},
|
||
"thisWindowWillCloseIn5Seconds": {
|
||
"message": "This window will automatically close in 5 seconds"
|
||
},
|
||
"youMayCloseThisWindow": {
|
||
"message": "You may close this window"
|
||
},
|
||
"includeAllTeamsFeatures": {
|
||
"message": "모든 팀 기능, 추가로:"
|
||
},
|
||
"includeAllTeamsStarterFeatures": {
|
||
"message": "All Teams Starter features, plus:"
|
||
},
|
||
"chooseMonthlyOrAnnualBilling": {
|
||
"message": "Choose monthly or annual billing"
|
||
},
|
||
"abilityToAddMoreThanNMembers": {
|
||
"message": "Ability to add more than $COUNT$ members",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "10"
|
||
}
|
||
}
|
||
},
|
||
"includeSsoAuthentication": {
|
||
"message": "SAML2.0과 OpenID Connect를 통한 SSO 인증"
|
||
},
|
||
"includeEnterprisePolicies": {
|
||
"message": "엔터프라이즈 정책"
|
||
},
|
||
"ssoValidationFailed": {
|
||
"message": "SSO 검증 실패"
|
||
},
|
||
"ssoIdentifierRequired": {
|
||
"message": "조직 식별자가 필요합니다."
|
||
},
|
||
"ssoIdentifier": {
|
||
"message": "SSO identifier"
|
||
},
|
||
"ssoIdentifierHint": {
|
||
"message": "Provide this ID to your members to login with SSO. Members can skip entering this identifier during SSO if a claimed domain is set up. ",
|
||
"description": "This will be used as part of a larger sentence, broken up to include a link. The full sentence will read 'Provide this ID to your members to login with SSO. Members can skip entering this identifier during SSO if a claimed domain is set up. Learn more'"
|
||
},
|
||
"claimedDomainsLearnMore": {
|
||
"message": "Learn more",
|
||
"description": "This will be used as part of a larger sentence, broken up to include a link. The full sentence will read 'Provide this ID to your members to login with SSO. Members can skip entering this identifier during SSO if a claimed domain is set up. Learn more'"
|
||
},
|
||
"unlinkSso": {
|
||
"message": "SSO 연결 해제"
|
||
},
|
||
"unlinkSsoConfirmation": {
|
||
"message": "Are you sure you want to unlink SSO for this organization?"
|
||
},
|
||
"linkSso": {
|
||
"message": "SSO 연결"
|
||
},
|
||
"singleOrg": {
|
||
"message": "통합 조직"
|
||
},
|
||
"singleOrgDesc": {
|
||
"message": "사용자들이 다른 조직에 가입하지 못하도록 제한합니다."
|
||
},
|
||
"singleOrgPolicyDesc": {
|
||
"message": "Restrict members from joining other organizations. This policy is required for organizations that have enabled domain verification."
|
||
},
|
||
"singleOrgBlockCreateMessage": {
|
||
"message": "현재 조직에 하나 이상의 조직에 참가할 수 없도록 정책이 지정되어 있습니다. 조직 관리자에게 문의하거나 다른 Bitwarden 계정으로 로그앤해주세요."
|
||
},
|
||
"singleOrgPolicyMemberWarning": {
|
||
"message": "Non-compliant members will be placed in revoked status until they leave all other organizations. Administrators are exempt and can restore members once compliance is met."
|
||
},
|
||
"requireSso": {
|
||
"message": "통합 (SSO) 인증"
|
||
},
|
||
"requireSsoPolicyDesc": {
|
||
"message": "엔터프라이즈 통합 로그인 (SSO) 수단을 사용해서 로그인해야 합니다."
|
||
},
|
||
"prerequisite": {
|
||
"message": "필요 조건"
|
||
},
|
||
"requireSsoPolicyReq": {
|
||
"message": "이 정책을 활성화하기 전에 통합 조직 엔터프라이즈 정책이 활성화되어 있어야합니다."
|
||
},
|
||
"requireSsoPolicyReqError": {
|
||
"message": "통합 조직 정책이 활성화되지 않았습니다."
|
||
},
|
||
"requireSsoExemption": {
|
||
"message": "조직 소유자와 관리자는 이 정책을 적용받지 않습니다."
|
||
},
|
||
"limitSendViews": {
|
||
"message": "Limit views"
|
||
},
|
||
"limitSendViewsHint": {
|
||
"message": "No one can view this Send after the limit is reached.",
|
||
"description": "Displayed under the limit views field on Send"
|
||
},
|
||
"limitSendViewsCount": {
|
||
"message": "$ACCESSCOUNT$ views left",
|
||
"description": "Displayed under the limit views field on Send",
|
||
"placeholders": {
|
||
"accessCount": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"sendDetails": {
|
||
"message": "Send details",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendTypeTextToShare": {
|
||
"message": "Text to share"
|
||
},
|
||
"sendTypeFile": {
|
||
"message": "파일"
|
||
},
|
||
"sendTypeText": {
|
||
"message": "텍스트"
|
||
},
|
||
"sendPasswordDescV3": {
|
||
"message": "Add an optional password for recipients to access this Send.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"createSend": {
|
||
"message": "새 Send 생성",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"editSend": {
|
||
"message": "Send 편집",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"createdSend": {
|
||
"message": "Send 생성함",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"editedSend": {
|
||
"message": "Send 수정함",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"deletedSend": {
|
||
"message": "Send 삭제함",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"deleteSend": {
|
||
"message": "Send 삭제",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"deleteSendPermanentConfirmation": {
|
||
"message": "Are you sure you want to permanently delete this Send?",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"deletionDate": {
|
||
"message": "삭제 날짜"
|
||
},
|
||
"deletionDateDescV2": {
|
||
"message": "The Send will be permanently deleted on this date.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"expirationDate": {
|
||
"message": "만료일"
|
||
},
|
||
"expirationDateDesc": {
|
||
"message": "설정할 경우, 이 Send에 대한 접근 권한이 정해진 일시에 만료됩니다.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"maxAccessCount": {
|
||
"message": "최대 접근 횟수"
|
||
},
|
||
"disabled": {
|
||
"message": "비활성화됨"
|
||
},
|
||
"revoked": {
|
||
"message": "Revoked"
|
||
},
|
||
"sendLink": {
|
||
"message": "Send 링크",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"copyLink": {
|
||
"message": "Copy link"
|
||
},
|
||
"copySendLink": {
|
||
"message": "Send 링크 복사",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"removePassword": {
|
||
"message": "비밀번호 삭제"
|
||
},
|
||
"removedPassword": {
|
||
"message": "비밀번호 제거함"
|
||
},
|
||
"removePasswordConfirmation": {
|
||
"message": "비밀번호를 제거하시겠습니까?"
|
||
},
|
||
"allSends": {
|
||
"message": "모든 Send"
|
||
},
|
||
"maxAccessCountReached": {
|
||
"message": "최대 접근 횟수 도달",
|
||
"description": "This text will be displayed after a Send has been accessed the maximum amount of times."
|
||
},
|
||
"pendingDeletion": {
|
||
"message": "삭제 대기 중"
|
||
},
|
||
"hideTextByDefault": {
|
||
"message": "Hide text by default"
|
||
},
|
||
"expired": {
|
||
"message": "만료됨"
|
||
},
|
||
"searchSends": {
|
||
"message": "Send 검색",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendProtectedPassword": {
|
||
"message": "이 Send는 비밀번호로 보호되어 있습니다. 계속하려면 비밀번호를 입력해주세요.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendProtectedPasswordDontKnow": {
|
||
"message": "비밀번호를 모르시나요? 보낸 사람에게 Send에 접근할 수 있는 비밀번호를 요청하세요.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendHiddenByDefault": {
|
||
"message": "이 Send는 기본적으로 숨겨져 있습니다. 아래의 버튼을 눌러 공개 여부를 전환할 수 있습니다.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"downloadAttachments": {
|
||
"message": "첨부 파일 다운로드"
|
||
},
|
||
"sendAccessPasswordTitle": {
|
||
"message": "Enter the password to view this Send",
|
||
"description": "Title of the Send password authentication screen."
|
||
},
|
||
"sendAccessContentTitle": {
|
||
"message": "View Send",
|
||
"description": "Title of the Send view content screen."
|
||
},
|
||
"sendAccessUnavailable": {
|
||
"message": "접근하려고 하는 Send가 존재하지 않거나 더이상 제공되지 않습니다.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"missingSendFile": {
|
||
"message": "이 Send와 연관된 파일을 찾을 수 없습니다.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"noSendsInList": {
|
||
"message": "Send가 없습니다.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"emergencyAccess": {
|
||
"message": "긴급 접근"
|
||
},
|
||
"emergencyAccessDesc": {
|
||
"message": "신뢰할 수 있는 연락처에 긴급 접근 권한을 부여하고 관리합니다. 신뢰할 수 있는 연락처는 보관함 내용을 보거나 계정을 넘겨받기 위해 권한을 요청할 수도 있습니다. 도움말 페이지를 방문하여 영지식 증명을 통한 공유의 작동 방식에 대해 더 자세히 알아보세요."
|
||
},
|
||
"emergencyAccessOwnerWarning": {
|
||
"message": "현재 하나 이상의 조직의 소유자입니다. 긴급 연락처에 넘겨받기 권한을 부여할 경우, 해당 연락처가 계정을 넘겨받은 뒤에는 소유자로서의 당신의 권한을 모두 행사할 수 있게 됩니다."
|
||
},
|
||
"trustedEmergencyContacts": {
|
||
"message": "신뢰할 수 있는 긴급 연락처"
|
||
},
|
||
"noTrustedContacts": {
|
||
"message": "아직 긴급 연락처를 추가하지 않으셨습니다. 시작하려면 신뢰할 수 있는 연락처를 초대하십시오."
|
||
},
|
||
"addEmergencyContact": {
|
||
"message": "긴급 연락처 추가"
|
||
},
|
||
"designatedEmergencyContacts": {
|
||
"message": "긴급 연락처로 지정됨"
|
||
},
|
||
"noGrantedAccess": {
|
||
"message": "아직 당신을 긴급 연락처로 지정한 사람이 없습니다."
|
||
},
|
||
"inviteEmergencyContact": {
|
||
"message": "긴급 연락처 초대"
|
||
},
|
||
"editEmergencyContact": {
|
||
"message": "긴급 연락처 편집"
|
||
},
|
||
"inviteEmergencyContactDesc": {
|
||
"message": "긴급 연락처로 초대하고자 하는 사람의 Bitwarden 계정 이메일 주소를 아래에 입력하십시오. 초대받는 사람이 Bitwarden 계정을 가지고 있지 않은 경우에는 새로운 계정을 만들라는 메시지가 표시될 것입니다."
|
||
},
|
||
"emergencyAccessRecoveryInitiated": {
|
||
"message": "긴급 접근 시작됨"
|
||
},
|
||
"emergencyAccessRecoveryApproved": {
|
||
"message": "긴급 접근 승인됨"
|
||
},
|
||
"viewDesc": {
|
||
"message": "보관함의 모든 항목을 볼 수 있습니다."
|
||
},
|
||
"takeover": {
|
||
"message": "넘겨받기"
|
||
},
|
||
"takeoverDesc": {
|
||
"message": "새로운 마스터 비밀번호를 만들어 계정을 재설정할 수 있습니다."
|
||
},
|
||
"waitTime": {
|
||
"message": "대기 시간"
|
||
},
|
||
"waitTimeDesc": {
|
||
"message": "자동으로 접근 권한을 부여하기까지 필요한 시간."
|
||
},
|
||
"oneDay": {
|
||
"message": "1일"
|
||
},
|
||
"days": {
|
||
"message": "$DAYS$일",
|
||
"placeholders": {
|
||
"days": {
|
||
"content": "$1",
|
||
"example": "1"
|
||
}
|
||
}
|
||
},
|
||
"invitedUser": {
|
||
"message": "사용자를 초대했습니다."
|
||
},
|
||
"acceptEmergencyAccess": {
|
||
"message": "위에 표시된 사용자가 자신의 긴급 연락처에 당신을 초대했습니다. 이 초대를 수락하기 위해서는 로그인하거나 새로운 Bitwarden 계정을 만들어야 합니다."
|
||
},
|
||
"emergencyInviteAcceptFailed": {
|
||
"message": "초대를 수락할 수 없습니다. 해당 사용자에게 새 초대장을 보내도록 요청하십시오."
|
||
},
|
||
"emergencyInviteAcceptFailedShort": {
|
||
"message": "초대를 수락할 수 없습니다. $DESCRIPTION$",
|
||
"placeholders": {
|
||
"description": {
|
||
"content": "$1",
|
||
"example": "You must set up 2FA on your user account before you can join this organization."
|
||
}
|
||
}
|
||
},
|
||
"emergencyInviteAcceptedDesc": {
|
||
"message": "이 사용자가 당신의 신원을 확인하면 이 사용자에 대한 긴급 설정에 접근할 수 있게 됩니다. 확인이 진행되면 이메일을 보내드리겠습니다."
|
||
},
|
||
"requestAccess": {
|
||
"message": "접근 요청"
|
||
},
|
||
"requestAccessConfirmation": {
|
||
"message": "정말 긴급 접근을 요청하시겠습니까? $WAITTIME$일 후 혹은 해당 사용자가 직접 이 요청을 수락할 때 접근할 수 있게 됩니다.",
|
||
"placeholders": {
|
||
"waittime": {
|
||
"content": "$1",
|
||
"example": "1"
|
||
}
|
||
}
|
||
},
|
||
"requestSent": {
|
||
"message": "$USER$에 대한 긴급 접근을 요청했습니다. 다음 단계로 진행할 수 있을 때 이메일로 알려드리겠습니다.",
|
||
"placeholders": {
|
||
"user": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"approve": {
|
||
"message": "승인"
|
||
},
|
||
"reject": {
|
||
"message": "거절"
|
||
},
|
||
"approveAccessConfirmation": {
|
||
"message": "정말 긴급 접근을 승인하시겠습니까? 승인하는 경우 $USER$ 사용자가 이 계정에 다음의 동작을 수행할 수 있습니다: $ACTION$",
|
||
"placeholders": {
|
||
"user": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
},
|
||
"action": {
|
||
"content": "$2",
|
||
"example": "View"
|
||
}
|
||
}
|
||
},
|
||
"emergencyApproved": {
|
||
"message": "긴급 접근 승인됨."
|
||
},
|
||
"emergencyRejected": {
|
||
"message": "긴급 접근 거절됨."
|
||
},
|
||
"grantorDetailsNotFound": {
|
||
"message": "Grantor details not found"
|
||
},
|
||
"passwordResetFor": {
|
||
"message": "$USER$ 사용자의 비밀번호가 초기화되었습니다. 이제 새로운 비밀번호로 로그인할 수 있습니다.",
|
||
"placeholders": {
|
||
"user": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"organizationDataOwnership": {
|
||
"message": "Enforce organization data ownership"
|
||
},
|
||
"organizationDataOwnershipDesc": {
|
||
"message": "Require all items to be owned by an organization, removing the option to store items at the account level.",
|
||
"description": "This is the policy description shown in the policy list."
|
||
},
|
||
"organizationDataOwnershipContent": {
|
||
"message": "All items will be owned and saved to the organization, enabling organization-wide controls, visibility, and reporting. When turned on, a default collection be available for each member to store items. Learn more about managing the ",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'All items will be owned and saved to the organization, enabling organization-wide controls, visibility, and reporting. When turned on, a default collection be available for each member to store items. Learn more about managing the credential lifecycle.'"
|
||
},
|
||
"organizationDataOwnershipContentAnchor": {
|
||
"message": "credential lifecycle",
|
||
"description": "This will be used as a hyperlink"
|
||
},
|
||
"organizationDataOwnershipWarningTitle": {
|
||
"message": "Are you sure you want to proceed?"
|
||
},
|
||
"organizationDataOwnershipWarning1": {
|
||
"message": "will remain accessible to members"
|
||
},
|
||
"organizationDataOwnershipWarning2": {
|
||
"message": "will not be automatically selected when creating new items"
|
||
},
|
||
"organizationDataOwnershipWarning3": {
|
||
"message": "cannot be managed from the Admin Console until the user is offboarded"
|
||
},
|
||
"organizationDataOwnershipWarningContentTop": {
|
||
"message": "By turning this policy off, the default collection: "
|
||
},
|
||
"organizationDataOwnershipWarningContentBottom": {
|
||
"message": "Learn more about the ",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about the credential lifecycle.'"
|
||
},
|
||
"availableNow": {
|
||
"message": "Available now"
|
||
},
|
||
"autoConfirm": {
|
||
"message": "Automatic confirmation of new users"
|
||
},
|
||
"autoConfirmDescription": {
|
||
"message": "New users invited to the organization will be automatically confirmed when an admin’s device is unlocked.",
|
||
"description": "This is the description of the policy as it appears in the 'Policies' page"
|
||
},
|
||
"howToTurnOnAutoConfirm": {
|
||
"message": "How to turn on automatic user confirmation"
|
||
},
|
||
"autoConfirmStep1": {
|
||
"message": "Open your Bitwarden extension."
|
||
},
|
||
"autoConfirmStep2a": {
|
||
"message": "Select",
|
||
"description": "This is a fragment of a larger sencence. The whole sentence will read: 'Select Turn on.'"
|
||
},
|
||
"autoConfirmStep2b": {
|
||
"message": " Turn on.",
|
||
"description": "This is a fragment of a larger sencence. The whole sentence will read: 'Select Turn on.'"
|
||
},
|
||
"autoConfirmExtensionOpened": {
|
||
"message": "Successfully opened the Bitwarden browser extension. You can now activate the automatic user confirmation setting."
|
||
},
|
||
"autoConfirmPolicyEditDescription": {
|
||
"message": "New users invited to the organization will be automatically confirmed when an admin’s device is unlocked. Before turning on this policy, please review and agree to the following: ",
|
||
"description": "This is the description of the policy as it appears inside the policy edit dialog"
|
||
},
|
||
"autoConfirmAcceptSecurityRiskTitle": {
|
||
"message": "Potential security risk. "
|
||
},
|
||
"autoConfirmAcceptSecurityRiskDescription": {
|
||
"message": "Automatic user confirmation could pose a security risk to your organization’s data."
|
||
},
|
||
"autoConfirmAcceptSecurityRiskLearnMore": {
|
||
"message": "Learn about the risks",
|
||
"description": "The is the link copy for the first check box option in the edit policy dialog"
|
||
},
|
||
"autoConfirmSingleOrgRequired": {
|
||
"message": "Single organization policy required. "
|
||
},
|
||
"autoConfirmSingleOrgRequiredDescription": {
|
||
"message": "Anyone part of more than one organization will have their access revoked until they leave the other organizations."
|
||
},
|
||
"autoConfirmSingleOrgExemption": {
|
||
"message": "Single organization policy will extend to all roles. "
|
||
},
|
||
"autoConfirmNoEmergencyAccess": {
|
||
"message": "No emergency access. "
|
||
},
|
||
"autoConfirmNoEmergencyAccessDescription": {
|
||
"message": "Emergency Access will be removed."
|
||
},
|
||
"autoConfirmCheckBoxLabel": {
|
||
"message": "I accept these risks and policy updates"
|
||
},
|
||
"personalOwnership": {
|
||
"message": "개인 소유권"
|
||
},
|
||
"personalOwnershipPolicyDesc": {
|
||
"message": "개인 소유권 옵션을 해제함으로써 보관함의 항목을 조직에 저장하도록 사용자에게 요청합니다."
|
||
},
|
||
"personalOwnershipExemption": {
|
||
"message": "조직 소유자와 관리자는 이 정책을 적용받지 않습니다."
|
||
},
|
||
"personalOwnershipSubmitError": {
|
||
"message": "엔터프라이즈 정책으로 인해 개인 보관함에 항목을 저장할 수 없습니다. 조직에서 소유권 설정을 변경한 다음, 사용 가능한 컬렉션 중에서 선택해주세요."
|
||
},
|
||
"desktopAutotypePolicy": {
|
||
"message": "Desktop Autotype Default Setting"
|
||
},
|
||
"desktopAutotypePolicyDesc": {
|
||
"message": "Turn Desktop Autotype ON by default for members. Members can turn Autotype off manually in the Desktop client.",
|
||
"description": "This policy will enable Desktop Autotype by default for members on Unlock."
|
||
},
|
||
"disableSend": {
|
||
"message": "Send 비활성화"
|
||
},
|
||
"disableSendPolicyDesc": {
|
||
"message": "사용자가 Bitwarden Send를 생성하거나 수정할 수 없게 합니다. 이미 생성된 Send를 삭제하는 것은 계속 허용됩니다.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"disableSendExemption": {
|
||
"message": "조직의 정책을 관리할 수 있는 사용자는 이 정책의 영향을 받지 않습니다."
|
||
},
|
||
"sendDisabled": {
|
||
"message": "Send 비활성화됨",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendDisabledWarning": {
|
||
"message": "엔터프라이즈 정책으로 인해 이미 생성된 Send를 삭제하는 것만 허용됩니다.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendOptions": {
|
||
"message": "Send 설정",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendOptionsPolicyDesc": {
|
||
"message": "Send를 생성하거나 수정하는 것과 관련된 옵션을 설정합니다.",
|
||
"description": "'Sends' is a plural noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendOptionsExemption": {
|
||
"message": "조직의 정책을 관리할 수 있는 사용자는 이 정책의 영향을 받지 않습니다."
|
||
},
|
||
"disableHideEmail": {
|
||
"message": "사용자가 Send를 생성하거나 수정할 때 받는 사람으로부터 자신의 이메일 주소를 숨기지 못하게 합니다.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"modifiedPolicyId": {
|
||
"message": "$ID$ 정책을 편집했습니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Master Password"
|
||
}
|
||
}
|
||
},
|
||
"planPrice": {
|
||
"message": "요금제 가격"
|
||
},
|
||
"estimatedTax": {
|
||
"message": "예상 세금"
|
||
},
|
||
"custom": {
|
||
"message": "사용자 지정"
|
||
},
|
||
"customDesc": {
|
||
"message": "고급 설정을 위해 더욱 세분화된 사용자 권한 설정을 활성화합니다."
|
||
},
|
||
"customDescNonEnterpriseStart": {
|
||
"message": "Custom roles is an ",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
|
||
},
|
||
"customDescNonEnterpriseLink": {
|
||
"message": "enterprise feature",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
|
||
},
|
||
"customDescNonEnterpriseEnd": {
|
||
"message": ". Contact our support team to upgrade your subscription",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
|
||
},
|
||
"customNonEnterpriseError": {
|
||
"message": "To enable custom permissions the organization must be on an Enterprise 2020 plan."
|
||
},
|
||
"permissions": {
|
||
"message": "권한"
|
||
},
|
||
"permission": {
|
||
"message": "Permission"
|
||
},
|
||
"accessEventLogs": {
|
||
"message": "이벤트 로그 접근"
|
||
},
|
||
"accessImportExport": {
|
||
"message": "가져오기/내보내기 접근"
|
||
},
|
||
"accessReports": {
|
||
"message": "보고서 접근"
|
||
},
|
||
"missingPermissions": {
|
||
"message": "You lack the necessary permissions to perform this action."
|
||
},
|
||
"manageAllCollections": {
|
||
"message": "모든 컬렉션 관리"
|
||
},
|
||
"createNewCollections": {
|
||
"message": "새 컬렉션 만들기"
|
||
},
|
||
"editAnyCollection": {
|
||
"message": "아무 컬렉션 편집"
|
||
},
|
||
"deleteAnyCollection": {
|
||
"message": "아무 컬렉션 삭제"
|
||
},
|
||
"manageGroups": {
|
||
"message": "그룹 관리"
|
||
},
|
||
"managePolicies": {
|
||
"message": "정책 관리"
|
||
},
|
||
"manageSso": {
|
||
"message": "SSO 관리"
|
||
},
|
||
"manageUsers": {
|
||
"message": "사용자 관리"
|
||
},
|
||
"manageAccountRecovery": {
|
||
"message": "Manage account recovery"
|
||
},
|
||
"disableRequiredError": {
|
||
"message": "You must manually turn the $POLICYNAME$ policy before this policy can be turned off.",
|
||
"placeholders": {
|
||
"policyName": {
|
||
"content": "$1",
|
||
"example": "Single Sign-On Authentication"
|
||
}
|
||
}
|
||
},
|
||
"personalOwnershipPolicyInEffect": {
|
||
"message": "조직의 정책이 소유권 설정에 영향을 미치고 있습니다."
|
||
},
|
||
"personalOwnershipPolicyInEffectImports": {
|
||
"message": "An organization policy has blocked importing items into your individual vault."
|
||
},
|
||
"personalOwnershipCheckboxDesc": {
|
||
"message": "조직 사용자의 개인 소유권 비활성화"
|
||
},
|
||
"send": {
|
||
"message": "Send",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendAccessTaglineProductDesc": {
|
||
"message": "Bitwarden Send는 민감하고 일시적인 정보를 다른 사람들에게 쉽고 안전하게 보낼 수 있게 해줍니다.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendAccessTaglineLearnMore": {
|
||
"message": "오늘",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read '**Learn more about** Bitwarden Send or sign up to try it today.'"
|
||
},
|
||
"sendVaultCardProductDesc": {
|
||
"message": "다른 사람에게 텍스트 또는 파일을 공유하세요."
|
||
},
|
||
"sendVaultCardLearnMore": {
|
||
"message": "자세히 알아보고",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read '**Learn more**, see how it works, or try it now. '"
|
||
},
|
||
"sendVaultCardSee": {
|
||
"message": "어떻게",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, **see** how it works, or try it now.'"
|
||
},
|
||
"sendVaultCardHowItWorks": {
|
||
"message": "작동하는지 확인하거나",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see **how it works**, or try it now.'"
|
||
},
|
||
"sendVaultCardOr": {
|
||
"message": "지금",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see how it works, **or** try it now.'"
|
||
},
|
||
"developmentDevOpsAndITTeamsChooseBWSecret": {
|
||
"message": "Development, DevOps, and IT teams choose Bitwarden Secrets Manager to securely manage and deploy their infrastructure and machine secrets."
|
||
},
|
||
"centralizeSecretsManagement": {
|
||
"message": "Centralize secrets management."
|
||
},
|
||
"centralizeSecretsManagementDescription": {
|
||
"message": "Securely store and manage secrets in one location to prevent secret sprawl across your organization."
|
||
},
|
||
"preventSecretLeaks": {
|
||
"message": "Prevent secret leaks."
|
||
},
|
||
"preventSecretLeaksDescription": {
|
||
"message": "Protect secrets with end-to-end encryption. No more hard coding secrets or sharing through .env files."
|
||
},
|
||
"enhanceDeveloperProductivity": {
|
||
"message": "Enhance developer productivity."
|
||
},
|
||
"enhanceDeveloperProductivityDescription": {
|
||
"message": "Programmatically retrieve and deploy secrets at runtime so developers can focus on what matters most, like improving code quality."
|
||
},
|
||
"strengthenBusinessSecurity": {
|
||
"message": "Strengthen business security."
|
||
},
|
||
"strengthenBusinessSecurityDescription": {
|
||
"message": "Maintain tight control over machine and human access to secrets with SSO integrations, event logs, and access rotation."
|
||
},
|
||
"tryItNow": {
|
||
"message": "Try it now"
|
||
},
|
||
"sendRequest": {
|
||
"message": "Send request"
|
||
},
|
||
"addANote": {
|
||
"message": "Add a note"
|
||
},
|
||
"bitwardenSecretsManager": {
|
||
"message": "Bitwarden Secrets Manager"
|
||
},
|
||
"moreProductsFromBitwarden": {
|
||
"message": "More products from Bitwarden"
|
||
},
|
||
"requestAccessToSecretsManager": {
|
||
"message": "Request access to Secrets Manager"
|
||
},
|
||
"youNeedApprovalFromYourAdminToTrySecretsManager": {
|
||
"message": "You need approval from your administrator to try Secrets Manager."
|
||
},
|
||
"smAccessRequestEmailSent": {
|
||
"message": "Access request for secrets manager email sent to admins."
|
||
},
|
||
"requestAccessSMDefaultEmailContent": {
|
||
"message": "Hi,\n\nI am requesting a subscription to Bitwarden Secrets Manager for our team. Your support would mean a great deal!\n\nBitwarden Secrets Manager is an end-to-end encrypted secrets management solution for securely storing, sharing, and deploying machine credentials like API keys, database passwords, and authentication certificates.\n\nSecrets Manager will help us to:\n\n- Improve security\n- Streamline operations\n- Prevent costly secret leaks\n\nTo request a free trial for our team, please reach out to Bitwarden.\n\nThank you for your help!"
|
||
},
|
||
"giveMembersAccess": {
|
||
"message": "Give members access:"
|
||
},
|
||
"viewAndSelectTheMembers": {
|
||
"message": "view and select the members you want to give access to Secrets Manager."
|
||
},
|
||
"openYourOrganizations": {
|
||
"message": "Open your organization's"
|
||
},
|
||
"usingTheMenuSelect": {
|
||
"message": "Using the menu, select"
|
||
},
|
||
"toGrantAccessToSelectedMembers": {
|
||
"message": "to grant access to selected members."
|
||
},
|
||
"sendVaultCardTryItNow": {
|
||
"message": "체험해보세요",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see how it works, or **try it now**.'"
|
||
},
|
||
"sendAccessTaglineOr": {
|
||
"message": "에 대해서 알아보거나",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send **or** sign up to try it today.'"
|
||
},
|
||
"sendAccessTaglineSignUp": {
|
||
"message": "가입을",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send or **sign up** to try it today.'"
|
||
},
|
||
"sendAccessTaglineTryToday": {
|
||
"message": "해서 체험해보세요.",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send or sign up to **try it today.**'"
|
||
},
|
||
"sendAccessCreatorIdentifier": {
|
||
"message": "Bitwarden member $USER_IDENTIFIER$ shared the following with you",
|
||
"placeholders": {
|
||
"user_identifier": {
|
||
"content": "$1",
|
||
"example": "An email address"
|
||
}
|
||
}
|
||
},
|
||
"viewSend": {
|
||
"message": "View Send",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"viewSendHiddenEmailWarning": {
|
||
"message": "이 Send를 생성한 Bitwarden 사용자가 자신의 이메일 주소를 숨겼습니다. 이 링크에 접속하거나 내용을 다운로드하기 전에, 이 링크의 출처를 신뢰하는지 확인하십시오.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"expirationDateIsInvalid": {
|
||
"message": "제공된 만료 날짜가 유효하지 않습니다."
|
||
},
|
||
"deletionDateIsInvalid": {
|
||
"message": "제공된 삭제 날짜가 유효하지 않습니다."
|
||
},
|
||
"expirationDateAndTimeRequired": {
|
||
"message": "만료 날짜와 시간은 반드시 입력해야 합니다."
|
||
},
|
||
"deletionDateAndTimeRequired": {
|
||
"message": "삭제 날짜와 시간은 반드시 입력해야 합니다."
|
||
},
|
||
"dateParsingError": {
|
||
"message": "삭제 날짜와 만료 날짜를 저장하는 도중 오류가 발생했습니다."
|
||
},
|
||
"hideYourEmail": {
|
||
"message": "Hide your email address from viewers."
|
||
},
|
||
"webAuthnFallbackMsg": {
|
||
"message": "2단계 인증을 확인하려면 아래의 버튼을 클릭하십시오."
|
||
},
|
||
"webAuthnAuthenticate": {
|
||
"message": "WebAuthn 인증"
|
||
},
|
||
"readSecurityKey": {
|
||
"message": "Read security key"
|
||
},
|
||
"awaitingSecurityKeyInteraction": {
|
||
"message": "Awaiting security key interaction..."
|
||
},
|
||
"webAuthnNotSupported": {
|
||
"message": "이 브라우저에서는 WebAuthn이 지원되지 않습니다."
|
||
},
|
||
"webAuthnSuccess": {
|
||
"message": "<strong>WebAuthn 인증을 성공적으로 완료했습니다!</strong><br>이제 이 탭을 닫아도 좋습니다."
|
||
},
|
||
"yourNewPasswordCannotBeTheSameAsYourCurrentPassword": {
|
||
"message": "Your new password cannot be the same as your current password."
|
||
},
|
||
"hintEqualsPassword": {
|
||
"message": "비밀번호 힌트는 비밀번호와 같을 수 없습니다."
|
||
},
|
||
"enrollAccountRecovery": {
|
||
"message": "Enroll in account recovery"
|
||
},
|
||
"enrolledAccountRecovery": {
|
||
"message": "Enrolled in account recovery"
|
||
},
|
||
"withdrawAccountRecovery": {
|
||
"message": "Withdraw from account recovery"
|
||
},
|
||
"enrollPasswordResetSuccess": {
|
||
"message": "성공적으로 등록됨!"
|
||
},
|
||
"withdrawPasswordResetSuccess": {
|
||
"message": "성공적으로 등록 해제됨!"
|
||
},
|
||
"eventEnrollAccountRecovery": {
|
||
"message": "User $ID$ enrolled in account recovery.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"eventWithdrawAccountRecovery": {
|
||
"message": "User $ID$ withdrew from account recovery.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"eventAdminPasswordReset": {
|
||
"message": "$ID$ 사용자의 마스터 비밀번호를 재설정합니다.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"eventResetSsoLink": {
|
||
"message": "사용자 $ID$ SSO 링크 초기화",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"firstSsoLogin": {
|
||
"message": "$ID$ logged in using Sso for the first time",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"resetPassword": {
|
||
"message": "비밀번호 재설정"
|
||
},
|
||
"resetPasswordLoggedOutWarning": {
|
||
"message": "계속 진행하면 $NAME$이 로그아웃되므로 다시 로그인해야 합니다. 다른 기기에서 접속 중인 세션은 1시간 동안 접속이 가능합니다.",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"emergencyAccessLoggedOutWarning": {
|
||
"message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"thisUser": {
|
||
"message": "이 사용자"
|
||
},
|
||
"resetPasswordMasterPasswordPolicyInEffect": {
|
||
"message": "하나 이상의 단체 정책이 마스터 비밀번호가 다음 사항을 따르도록 요구합니다:"
|
||
},
|
||
"changePasswordDelegationMasterPasswordPolicyInEffect": {
|
||
"message": "One or more organization policies require the master password to meet the following requirements:"
|
||
},
|
||
"resetPasswordSuccess": {
|
||
"message": "비밀번호 재설정 성공!"
|
||
},
|
||
"resetPasswordEnrollmentWarning": {
|
||
"message": "등록하면 조직 관리자가 마스터 비밀번호를 변경할 수 있습니다. 등록하시겠습니까?"
|
||
},
|
||
"accountRecoveryPolicy": {
|
||
"message": "Account recovery administration"
|
||
},
|
||
"accountRecoveryPolicyDesc": {
|
||
"message": "Based on the encryption method, recover accounts when master passwords or trusted devices are forgotten or lost."
|
||
},
|
||
"accountRecoveryPolicyWarning": {
|
||
"message": "Existing accounts with master passwords will require members to self-enroll before administrators can recover their accounts. Automatic enrollment will turn on account recovery for new members."
|
||
},
|
||
"accountRecoverySingleOrgRequirementDesc": {
|
||
"message": "The single organization Enterprise policy must be turned on before activating this policy."
|
||
},
|
||
"resetPasswordPolicyAutoEnroll": {
|
||
"message": "자동 등록"
|
||
},
|
||
"resetPasswordPolicyAutoEnrollCheckbox": {
|
||
"message": "자동으로 새로운 사용자 등록"
|
||
},
|
||
"resetPasswordAutoEnrollInviteWarning": {
|
||
"message": "이 조직에는 자동으로 비밀번호 재설정에 등록하는 기업 정책이 있습니다. 등록하면 조직 관리자가 마스터 암호를 변경할 수 있습니다."
|
||
},
|
||
"resetPasswordOrgKeysError": {
|
||
"message": "조직 키 반응 없음"
|
||
},
|
||
"resetPasswordDetailsError": {
|
||
"message": "비밀번호 재성정 정보 반응 없음"
|
||
},
|
||
"trashCleanupWarning": {
|
||
"message": "휴지통으로 이동된 암호는 30일 이후 자동으로 삭제됩니다."
|
||
},
|
||
"trashCleanupWarningSelfHosted": {
|
||
"message": "휴지통으로 이동된 암호는 일정 기간 이후 자동으로 삭제됩니다."
|
||
},
|
||
"passwordPrompt": {
|
||
"message": "마스터 비밀번호 재확인"
|
||
},
|
||
"passwordConfirmation": {
|
||
"message": "마스터 비밀번호 확인"
|
||
},
|
||
"passwordConfirmationDesc": {
|
||
"message": "이 작업은 보호되어 있습니다. 계속하려면 마스터 비밀번호를 입력하여 신원을 인증하세요."
|
||
},
|
||
"reinviteSelected": {
|
||
"message": "초대장 다시 보내기"
|
||
},
|
||
"resendNotification": {
|
||
"message": "Resend notification"
|
||
},
|
||
"noSelectedUsersApplicable": {
|
||
"message": "이 작업은 선택한 사용자에게 적용할 수 없습니다."
|
||
},
|
||
"removeUsersWarning": {
|
||
"message": "정말로 다음 사용자를 삭제하시겠어요? 프로세스를 완료하는 데에는 몇 초 정도가 걸릴 수 있으며 도중에 중단하거나 취소할 수 없습니다."
|
||
},
|
||
"removeOrgUsersConfirmation": {
|
||
"message": "When member(s) are removed, they no longer have access to organization data and this action is irreversible. To add the member back to the organization, they must be invited and onboarded again. The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||
},
|
||
"revokeUsersWarning": {
|
||
"message": "When member(s) are revoked, they no longer have access to organization data. To quickly restore member access, go to the Revoked tab. The process may take a few seconds to complete and cannot be interrupted or canceled."
|
||
},
|
||
"theme": {
|
||
"message": "테마"
|
||
},
|
||
"themeDesc": {
|
||
"message": "보관함에 사용할 테마를 선택하십시오."
|
||
},
|
||
"themeSystem": {
|
||
"message": "시스템 테마 사용하기"
|
||
},
|
||
"themeDark": {
|
||
"message": "어두운 테마"
|
||
},
|
||
"themeLight": {
|
||
"message": "밝은 테마"
|
||
},
|
||
"confirmSelected": {
|
||
"message": "선택 항목 확인"
|
||
},
|
||
"bulkConfirmStatus": {
|
||
"message": "일괄 작업 상태"
|
||
},
|
||
"bulkConfirmMessage": {
|
||
"message": "성공적으로 확인되었습니다."
|
||
},
|
||
"bulkReinviteMessage": {
|
||
"message": "성공적으로 재초대되었습니다."
|
||
},
|
||
"bulkRemovedMessage": {
|
||
"message": "성공적으로 제거됨"
|
||
},
|
||
"bulkRevokedMessage": {
|
||
"message": "Revoked organization access successfully"
|
||
},
|
||
"bulkRestoredMessage": {
|
||
"message": "Restored organization access successfully"
|
||
},
|
||
"bulkFilteredMessage": {
|
||
"message": "제외되었습니다. 이 작업에는 적용되지 않습니다."
|
||
},
|
||
"nonCompliantMembersTitle": {
|
||
"message": "Non-compliant members"
|
||
},
|
||
"nonCompliantMembersError": {
|
||
"message": "Members that are non-compliant with the Single organization or Two-step login policy cannot be restored until they adhere to the policy requirements"
|
||
},
|
||
"fingerprint": {
|
||
"message": "지문"
|
||
},
|
||
"fingerprintPhrase": {
|
||
"message": "Fingerprint phrase:"
|
||
},
|
||
"error": {
|
||
"message": "오류"
|
||
},
|
||
"decryptionError": {
|
||
"message": "Decryption error"
|
||
},
|
||
"couldNotDecryptVaultItemsBelow": {
|
||
"message": "Bitwarden could not decrypt the vault item(s) listed below."
|
||
},
|
||
"contactCSToAvoidDataLossPart1": {
|
||
"message": "Contact customer success",
|
||
"description": "This is part of a larger sentence. The full sentence will read 'Contact customer success to avoid additional data loss.'"
|
||
},
|
||
"contactCSToAvoidDataLossPart2": {
|
||
"message": "to avoid additional data loss.",
|
||
"description": "This is part of a larger sentence. The full sentence will read 'Contact customer success to avoid additional data loss.'"
|
||
},
|
||
"accountRecoveryManageUsers": {
|
||
"message": "Manage users must also be granted with the manage account recovery permission"
|
||
},
|
||
"setupProvider": {
|
||
"message": "공급자 설정"
|
||
},
|
||
"setupProviderLoginDesc": {
|
||
"message": "You've been invited to setup a new Provider. To continue, you need to log in or create a new Bitwarden account."
|
||
},
|
||
"setupProviderDesc": {
|
||
"message": "Please enter the details below to complete the Provider setup. Contact Customer Support if you have any questions."
|
||
},
|
||
"providerName": {
|
||
"message": "공급자 이름"
|
||
},
|
||
"providerSetup": {
|
||
"message": "Provider successfully set up"
|
||
},
|
||
"clients": {
|
||
"message": "클라이언트"
|
||
},
|
||
"client": {
|
||
"message": "Client",
|
||
"description": "This is used as a table header to describe which client application created an event log."
|
||
},
|
||
"providerAdmin": {
|
||
"message": "공급자 관리자"
|
||
},
|
||
"providerAdminDesc": {
|
||
"message": "The highest access user that can manage all aspects of your Provider as well as access and manage client organizations."
|
||
},
|
||
"serviceUser": {
|
||
"message": "서비스 사용자"
|
||
},
|
||
"serviceUserDesc": {
|
||
"message": "Service users can access and manage all client organizations."
|
||
},
|
||
"providerInviteUserDesc": {
|
||
"message": "Invite a new user to your Provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
|
||
},
|
||
"joinProvider": {
|
||
"message": "공급자 참가"
|
||
},
|
||
"joinProviderDesc": {
|
||
"message": "You've been invited to join the Provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
|
||
},
|
||
"providerInviteAcceptFailed": {
|
||
"message": "Unable to accept invitation. Ask a Provider admin to send a new invitation."
|
||
},
|
||
"providerInviteAcceptedDesc": {
|
||
"message": "You can access this Provider once an administrator confirms your membership. We'll send you an email when that happens."
|
||
},
|
||
"providerUsersNeedConfirmed": {
|
||
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the Provider until they are confirmed."
|
||
},
|
||
"provider": {
|
||
"message": "공급자"
|
||
},
|
||
"newClientOrganization": {
|
||
"message": "새 클라이언트 조직"
|
||
},
|
||
"newClientOrganizationDesc": {
|
||
"message": "Create a new client organization that will be associated with you as the Provider. You will be able to access and manage this organization."
|
||
},
|
||
"newClient": {
|
||
"message": "New client"
|
||
},
|
||
"addExistingOrganization": {
|
||
"message": "이미 있는 조직 추가"
|
||
},
|
||
"addNewOrganization": {
|
||
"message": "Add new organization"
|
||
},
|
||
"myProvider": {
|
||
"message": "내 공급자"
|
||
},
|
||
"addOrganizationConfirmation": {
|
||
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "My Org Name"
|
||
},
|
||
"provider": {
|
||
"content": "$2",
|
||
"example": "My Provider Name"
|
||
}
|
||
}
|
||
},
|
||
"organizationJoinedProvider": {
|
||
"message": "제공자가 조직에 성공적으로 추가되었습니다."
|
||
},
|
||
"accessingUsingProvider": {
|
||
"message": "Accessing organization using Provider $PROVIDER$",
|
||
"placeholders": {
|
||
"provider": {
|
||
"content": "$1",
|
||
"example": "My Provider Name"
|
||
}
|
||
}
|
||
},
|
||
"providerIsDisabled": {
|
||
"message": "공급자가 비활성화되었습니다."
|
||
},
|
||
"providerUpdated": {
|
||
"message": "공급자 업데이트됨"
|
||
},
|
||
"yourProviderIs": {
|
||
"message": "Your Provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
|
||
"placeholders": {
|
||
"provider": {
|
||
"content": "$1",
|
||
"example": "My Provider Name"
|
||
}
|
||
}
|
||
},
|
||
"detachedOrganization": {
|
||
"message": "The organization $ORGANIZATION$ has been detached from your Provider.",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "My Org Name"
|
||
}
|
||
}
|
||
},
|
||
"detachOrganizationConfirmation": {
|
||
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the Provider."
|
||
},
|
||
"add": {
|
||
"message": "추가"
|
||
},
|
||
"masterPasswordSuccessfullySet": {
|
||
"message": "Master password successfully set"
|
||
},
|
||
"updatedMasterPassword": {
|
||
"message": "마스터 비밀번호 변경됨"
|
||
},
|
||
"updateMasterPassword": {
|
||
"message": "마스터 비밀번호 변경"
|
||
},
|
||
"accountRecoveryUpdateMasterPasswordSubtitle": {
|
||
"message": "Change your master password to complete account recovery."
|
||
},
|
||
"updateMasterPasswordSubtitle": {
|
||
"message": "Your master password does not meet this organization’s requirements. Change your master password to continue."
|
||
},
|
||
"updateMasterPasswordWarning": {
|
||
"message": "Your master password was recently changed by an administrator in your organization. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||
},
|
||
"masterPasswordInvalidWarning": {
|
||
"message": "Your master password does not meet the policy requirements of this organization. In order to join the organization, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||
},
|
||
"updateWeakMasterPasswordWarning": {
|
||
"message": "Your master password does not meet one or more of your organization policies. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
||
},
|
||
"automaticAppLogin": {
|
||
"message": "Automatically log in users for allowed applications"
|
||
},
|
||
"automaticAppLoginDesc": {
|
||
"message": "Login forms will automatically be filled and submitted for apps launched from your configured identity provider."
|
||
},
|
||
"automaticAppLoginIdpHostLabel": {
|
||
"message": "Identity provider host"
|
||
},
|
||
"automaticAppLoginIdpHostDesc": {
|
||
"message": "Enter your identity provider host URL. Enter multiple URLs by separating with a comma."
|
||
},
|
||
"tdeDisabledMasterPasswordRequired": {
|
||
"message": "Your organization has updated your decryption options. Please set a master password to access your vault."
|
||
},
|
||
"maximumVaultTimeout": {
|
||
"message": "보관함 시간 제한"
|
||
},
|
||
"maximumVaultTimeoutDesc": {
|
||
"message": "Set a maximum vault timeout for members."
|
||
},
|
||
"maximumVaultTimeoutLabel": {
|
||
"message": "최대 보관함 시간 제한"
|
||
},
|
||
"invalidMaximumVaultTimeout": {
|
||
"message": "Invalid maximum vault timeout."
|
||
},
|
||
"hours": {
|
||
"message": "시"
|
||
},
|
||
"minutes": {
|
||
"message": "분"
|
||
},
|
||
"vaultTimeoutPolicyInEffect": {
|
||
"message": "Your organization policies have set your maximum allowed vault timeout to $HOURS$ hour(s) and $MINUTES$ minute(s).",
|
||
"placeholders": {
|
||
"hours": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
},
|
||
"minutes": {
|
||
"content": "$2",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"vaultTimeoutPolicyInEffect1": {
|
||
"message": "$HOURS$ hour(s) and $MINUTES$ minute(s) maximum.",
|
||
"placeholders": {
|
||
"hours": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
},
|
||
"minutes": {
|
||
"content": "$2",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"vaultTimeoutPolicyWithActionInEffect": {
|
||
"message": "Your organization policies are affecting your vault timeout. Maximum allowed vault timeout is $HOURS$ hour(s) and $MINUTES$ minute(s). Your vault timeout action is set to $ACTION$.",
|
||
"placeholders": {
|
||
"hours": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
},
|
||
"minutes": {
|
||
"content": "$2",
|
||
"example": "5"
|
||
},
|
||
"action": {
|
||
"content": "$3",
|
||
"example": "Lock"
|
||
}
|
||
}
|
||
},
|
||
"vaultTimeoutActionPolicyInEffect": {
|
||
"message": "Your organization policies have set your vault timeout action to $ACTION$.",
|
||
"placeholders": {
|
||
"action": {
|
||
"content": "$1",
|
||
"example": "Lock"
|
||
}
|
||
}
|
||
},
|
||
"vaultTimeoutToLarge": {
|
||
"message": "Your vault timeout exceeds the restriction set by your organization."
|
||
},
|
||
"vaultCustomTimeoutMinimum": {
|
||
"message": "Minimum custom timeout is 1 minute."
|
||
},
|
||
"vaultTimeoutRangeError": {
|
||
"message": "Vault timeout is not within allowed range."
|
||
},
|
||
"disablePersonalVaultExport": {
|
||
"message": "개인 보관함 내보내기 비활성화"
|
||
},
|
||
"disablePersonalVaultExportDescription": {
|
||
"message": "Do not allow members to export data from their individual vault."
|
||
},
|
||
"vaultExportDisabled": {
|
||
"message": "보관함 내보내기 비활성화됨"
|
||
},
|
||
"personalVaultExportPolicyInEffect": {
|
||
"message": "One or more organization policies prevents you from exporting your individual vault."
|
||
},
|
||
"activateAutofill": {
|
||
"message": "Activate auto-fill"
|
||
},
|
||
"activateAutofillPolicyDesc": {
|
||
"message": "Activate the auto-fill on page load setting on the browser extension for all existing and new members."
|
||
},
|
||
"experimentalFeature": {
|
||
"message": "Compromised or untrusted websites can exploit auto-fill on page load."
|
||
},
|
||
"learnMoreAboutAutofill": {
|
||
"message": "Learn more about auto-fill"
|
||
},
|
||
"selectType": {
|
||
"message": "SSO 유형 선택"
|
||
},
|
||
"type": {
|
||
"message": "유형"
|
||
},
|
||
"openIdConnectConfig": {
|
||
"message": "OpenID 연결 설정"
|
||
},
|
||
"samlSpConfig": {
|
||
"message": "SAML service provider configuration"
|
||
},
|
||
"samlIdpConfig": {
|
||
"message": "SAML identity provider configuration"
|
||
},
|
||
"callbackPath": {
|
||
"message": "콜백 경로"
|
||
},
|
||
"signedOutCallbackPath": {
|
||
"message": "로그아웃 콜백 경로"
|
||
},
|
||
"authority": {
|
||
"message": "기관"
|
||
},
|
||
"clientId": {
|
||
"message": "클라이언트 ID"
|
||
},
|
||
"clientSecret": {
|
||
"message": "클라이언트 비밀"
|
||
},
|
||
"metadataAddress": {
|
||
"message": "메타데이터 액세스"
|
||
},
|
||
"oidcRedirectBehavior": {
|
||
"message": "OIDC 리다이렉트 동작"
|
||
},
|
||
"getClaimsFromUserInfoEndpoint": {
|
||
"message": "Get claims from user info endpoint"
|
||
},
|
||
"additionalScopes": {
|
||
"message": "Custom scopes"
|
||
},
|
||
"additionalUserIdClaimTypes": {
|
||
"message": "추가/사용자 지정 사용자 ID 클레임 유형 (쉼표로 구분됨)"
|
||
},
|
||
"additionalEmailClaimTypes": {
|
||
"message": "추가/사용자 지정 이메일 클레임 유형 (쉼표로 구분됨)"
|
||
},
|
||
"additionalNameClaimTypes": {
|
||
"message": "Custom name claim types"
|
||
},
|
||
"acrValues": {
|
||
"message": "Requested authentication context class reference values"
|
||
},
|
||
"expectedReturnAcrValue": {
|
||
"message": "Expected \"acr\" claim value in response"
|
||
},
|
||
"spEntityId": {
|
||
"message": "SP 엔티티 ID"
|
||
},
|
||
"spMetadataUrl": {
|
||
"message": "SAML 2.0 메타데이터 URL"
|
||
},
|
||
"spAcsUrl": {
|
||
"message": "Assertion consumer service (ACS) URL"
|
||
},
|
||
"spNameIdFormat": {
|
||
"message": "이름 ID 형식"
|
||
},
|
||
"spOutboundSigningAlgorithm": {
|
||
"message": "아웃바운드 서명 알고리즘"
|
||
},
|
||
"spSigningBehavior": {
|
||
"message": "로그인 동작"
|
||
},
|
||
"spMinIncomingSigningAlgorithm": {
|
||
"message": "Minimum incoming signing algorithm"
|
||
},
|
||
"spWantAssertionsSigned": {
|
||
"message": "어써션 서명 필요"
|
||
},
|
||
"spValidateCertificates": {
|
||
"message": "인증서 확인"
|
||
},
|
||
"spUniqueEntityId": {
|
||
"message": "Set a unique SP entity ID"
|
||
},
|
||
"spUniqueEntityIdDesc": {
|
||
"message": "Generate an identifier that is unique to your organization"
|
||
},
|
||
"idpEntityId": {
|
||
"message": "엔티티 ID"
|
||
},
|
||
"idpBindingType": {
|
||
"message": "바인딩 유형"
|
||
},
|
||
"idpSingleSignOnServiceUrl": {
|
||
"message": "SSO 서비스 URL"
|
||
},
|
||
"idpSingleLogoutServiceUrl": {
|
||
"message": "SLO 서비스 URL"
|
||
},
|
||
"idpX509PublicCert": {
|
||
"message": "X509 공개 인증서"
|
||
},
|
||
"idpOutboundSigningAlgorithm": {
|
||
"message": "아웃바운드 서명 알고리즘"
|
||
},
|
||
"idpAllowUnsolicitedAuthnResponse": {
|
||
"message": "Allow unsolicited authentication response"
|
||
},
|
||
"idpAllowOutboundLogoutRequests": {
|
||
"message": "Allow outbound logout requests"
|
||
},
|
||
"idpSignAuthenticationRequests": {
|
||
"message": "Sign authentication requests"
|
||
},
|
||
"ssoSettingsSaved": {
|
||
"message": "Single sign-on configuration saved"
|
||
},
|
||
"sponsoredFamilies": {
|
||
"message": "Free Bitwarden Families"
|
||
},
|
||
"sponsoredBitwardenFamilies": {
|
||
"message": "Sponsored families"
|
||
},
|
||
"noSponsoredFamiliesMessage": {
|
||
"message": "No sponsored families"
|
||
},
|
||
"nosponsoredFamiliesDetails": {
|
||
"message": "Sponsored non-member families plans will display here"
|
||
},
|
||
"sponsorshipFreeBitwardenFamilies": {
|
||
"message": "Members of your organization are eligible for Free Bitwarden Families. You can sponsor Free Bitwarden Families for employees who are not a member of your Bitwarden organization. Sponsoring a non-member requires an available seat within your organization."
|
||
},
|
||
"sponsoredFamiliesRemoveActiveSponsorship": {
|
||
"message": "When you remove an active sponsorship, a seat within your organization will be available after the renewal date of the sponsored organization."
|
||
},
|
||
"sponsoredFamiliesEligible": {
|
||
"message": "You and your family are eligible for Free Bitwarden Families. Redeem with your personal email to keep your data secure even when you are not at work."
|
||
},
|
||
"sponsoredFamiliesEligibleCard": {
|
||
"message": "Redeem your Free Bitwarden for Families plan today to keep your data secure even when you are not at work."
|
||
},
|
||
"sponsoredFamiliesIncludeMessage": {
|
||
"message": "The Bitwarden for Families plan includes"
|
||
},
|
||
"sponsoredFamiliesPremiumAccess": {
|
||
"message": "Premium access for up to 6 users"
|
||
},
|
||
"sponsoredFamiliesSharedCollectionsForFamilyMembers": {
|
||
"message": "Shared collections for family members"
|
||
},
|
||
"memberFamilies": {
|
||
"message": "Member families"
|
||
},
|
||
"noMemberFamilies": {
|
||
"message": "No member families"
|
||
},
|
||
"noMemberFamiliesDescription": {
|
||
"message": "Members who have redeemed family plans will display here"
|
||
},
|
||
"membersWithSponsoredFamilies": {
|
||
"message": "Members of your organization are eligible for Free Bitwarden Families. Here you can see members who have sponsored a Families organization."
|
||
},
|
||
"organizationHasMemberMessage": {
|
||
"message": "A sponsorship cannot be sent to $EMAIL$ because they are a member of your organization.",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "mail@example.com"
|
||
}
|
||
}
|
||
},
|
||
"badToken": {
|
||
"message": "The link is no longer valid. Please have the sponsor resend the offer."
|
||
},
|
||
"reclaimedFreePlan": {
|
||
"message": "Reclaimed free plan"
|
||
},
|
||
"redeem": {
|
||
"message": "코드 입력"
|
||
},
|
||
"sponsoredFamiliesSelectOffer": {
|
||
"message": "Select the organization you would like sponsored"
|
||
},
|
||
"familiesSponsoringOrgSelect": {
|
||
"message": "Which Free Families offer would you like to redeem?"
|
||
},
|
||
"sponsoredFamiliesEmail": {
|
||
"message": "Enter your personal email to redeem Bitwarden Families"
|
||
},
|
||
"sponsoredFamiliesLeaveCopy": {
|
||
"message": "If you remove an offer or are removed from the sponsoring organization, your Families sponsorship will expire at the next renewal date."
|
||
},
|
||
"acceptBitwardenFamiliesHelp": {
|
||
"message": "Accept offer for an existing organization or create a new Families organization."
|
||
},
|
||
"setupSponsoredFamiliesLoginDesc": {
|
||
"message": "You've been offered a free Bitwarden Families plan organization. To continue, you need to log in to the account that received the offer."
|
||
},
|
||
"sponsoredFamiliesAcceptFailed": {
|
||
"message": "Unable to accept offer. Please resend the offer email from your Enterprise account and try again."
|
||
},
|
||
"sponsoredFamiliesAcceptFailedShort": {
|
||
"message": "Unable to accept offer. $DESCRIPTION$",
|
||
"placeholders": {
|
||
"description": {
|
||
"content": "$1",
|
||
"example": "You must have at least one existing Families organization."
|
||
}
|
||
}
|
||
},
|
||
"sponsoredFamiliesOffer": {
|
||
"message": "Accept Free Bitwarden Families"
|
||
},
|
||
"sponsoredFamiliesOfferRedeemed": {
|
||
"message": "Free Bitwarden Families offer successfully redeemed"
|
||
},
|
||
"redeemed": {
|
||
"message": "Redeemed"
|
||
},
|
||
"redeemedAccount": {
|
||
"message": "Account redeemed"
|
||
},
|
||
"revokeAccountMessage": {
|
||
"message": "Revoke account $NAME$",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "My Sponsorship Name"
|
||
}
|
||
}
|
||
},
|
||
"resendEmailLabel": {
|
||
"message": "Resend sponsorship email to $NAME$ sponsorship",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "My Sponsorship Name"
|
||
}
|
||
}
|
||
},
|
||
"freeFamiliesPlan": {
|
||
"message": "무료 가족 요금제"
|
||
},
|
||
"redeemNow": {
|
||
"message": "Redeem now"
|
||
},
|
||
"recipient": {
|
||
"message": "Recipient"
|
||
},
|
||
"removeSponsorship": {
|
||
"message": "Remove sponsorship"
|
||
},
|
||
"removeSponsorshipConfirmation": {
|
||
"message": "After removing a sponsorship, you will be responsible for this subscription and related invoices. Are you sure you want to continue?"
|
||
},
|
||
"sponsorshipCreated": {
|
||
"message": "Sponsorship created"
|
||
},
|
||
"emailSent": {
|
||
"message": "Email sent"
|
||
},
|
||
"removeSponsorshipSuccess": {
|
||
"message": "Sponsorship removed"
|
||
},
|
||
"ssoKeyConnectorError": {
|
||
"message": "Key Connector error: make sure Key Connector is available and working correctly."
|
||
},
|
||
"keyConnectorUrl": {
|
||
"message": "키 커넥터 URL"
|
||
},
|
||
"sendVerificationCode": {
|
||
"message": "Send a verification code to your email"
|
||
},
|
||
"sendCode": {
|
||
"message": "코드 전송"
|
||
},
|
||
"codeSent": {
|
||
"message": "코드 전송됨"
|
||
},
|
||
"verificationCode": {
|
||
"message": "인증 코드"
|
||
},
|
||
"confirmIdentity": {
|
||
"message": "Confirm your identity to continue."
|
||
},
|
||
"verificationCodeRequired": {
|
||
"message": "인증 코드는 반드시 입력해야 합니다."
|
||
},
|
||
"webauthnCancelOrTimeout": {
|
||
"message": "The authentication was cancelled or took too long. Please try again."
|
||
},
|
||
"invalidVerificationCode": {
|
||
"message": "유효하지 않은 확인 코드"
|
||
},
|
||
"removeMasterPasswordForOrganizationUserKeyConnector": {
|
||
"message": "A master password is no longer required for members of the following organization. Please confirm the domain below with your organization administrator."
|
||
},
|
||
"keyConnectorDomain": {
|
||
"message": "Key Connector domain"
|
||
},
|
||
"leaveOrganization": {
|
||
"message": "조직 나가기"
|
||
},
|
||
"removeMasterPassword": {
|
||
"message": "마스터 비밀번호 제거"
|
||
},
|
||
"removedMasterPassword": {
|
||
"message": "마스터 비밀번호가 제거되었습니다."
|
||
},
|
||
"allowSso": {
|
||
"message": "SSO 인증 허용"
|
||
},
|
||
"allowSsoDesc": {
|
||
"message": "Once set up, your configuration will be saved and members will be able to authenticate using their Identity Provider credentials."
|
||
},
|
||
"ssoPolicyHelpStart": {
|
||
"message": "활성화:",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'"
|
||
},
|
||
"ssoPolicyHelpAnchor": {
|
||
"message": "require single sign-on authentication policy",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'"
|
||
},
|
||
"ssoPolicyHelpEnd": {
|
||
"message": "to require all members to log in with SSO.",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'"
|
||
},
|
||
"memberDecryptionOption": {
|
||
"message": "구성원 복호화 옵션"
|
||
},
|
||
"memberDecryptionPassDesc": {
|
||
"message": "Once authenticated, members will decrypt vault data using their master passwords."
|
||
},
|
||
"keyConnector": {
|
||
"message": "키 커넥터"
|
||
},
|
||
"memberDecryptionKeyConnectorDescStart": {
|
||
"message": "Connect login with SSO to your self-hosted decryption key server. Using this option, members won’t need to use their master passwords to decrypt vault data. The",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Connect login with SSO to your self-hosted decryption key server. Using this option, members won’t need to use their master passwords to decrypt vault data. The require SSO authentication and single organization policies are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.'"
|
||
},
|
||
"memberDecryptionKeyConnectorDescLink": {
|
||
"message": "require SSO authentication and single organization policies",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Connect login with SSO to your self-hosted decryption key server. Using this option, members won’t need to use their master passwords to decrypt vault data. The require SSO authentication and single organization policies are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.'"
|
||
},
|
||
"memberDecryptionKeyConnectorDescEnd": {
|
||
"message": "are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Connect login with SSO to your self-hosted decryption key server. Using this option, members won’t need to use their master passwords to decrypt vault data. The require SSO authentication and single organization policies are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.'"
|
||
},
|
||
"keyConnectorPolicyRestriction": {
|
||
"message": "\"Login with SSO and Key Connector Decryption\" is activated. This policy will only apply to owners and admins."
|
||
},
|
||
"enabledSso": {
|
||
"message": "SSO 활성화됨"
|
||
},
|
||
"disabledSso": {
|
||
"message": "SSO 비활성화됨"
|
||
},
|
||
"emailMustLoginWithSso": {
|
||
"message": "$EMAIL$ must login with Single Sign-on",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "name@example.com"
|
||
}
|
||
}
|
||
},
|
||
"enabledKeyConnector": {
|
||
"message": "키 커넥터 활성화됨"
|
||
},
|
||
"disabledKeyConnector": {
|
||
"message": "키 커넥터 비활성화됨"
|
||
},
|
||
"keyConnectorWarning": {
|
||
"message": "Once members begin using Key Connector, your organization cannot revert to master password decryption. Proceed only if you are comfortable deploying and managing a key server."
|
||
},
|
||
"migratedKeyConnector": {
|
||
"message": "키 커넥터로 마이그레이션됨"
|
||
},
|
||
"paymentSponsored": {
|
||
"message": "Please provide a payment method to associate with the organization. Don't worry, we won't charge you anything unless you select additional features or your sponsorship expires. "
|
||
},
|
||
"orgCreatedSponsorshipInvalid": {
|
||
"message": "The sponsorship offer has expired. You may delete the organization you created to avoid a charge at the end of your 7 day trial. Otherwise you may close this prompt to keep the organization and assume billing responsibility."
|
||
},
|
||
"newFamiliesOrganization": {
|
||
"message": "New Families organization"
|
||
},
|
||
"acceptOffer": {
|
||
"message": "Accept offer"
|
||
},
|
||
"sponsoringOrg": {
|
||
"message": "Sponsoring organization"
|
||
},
|
||
"keyConnectorTest": {
|
||
"message": "테스트"
|
||
},
|
||
"keyConnectorTestSuccess": {
|
||
"message": "Success! Key Connector reached."
|
||
},
|
||
"keyConnectorTestFail": {
|
||
"message": "Cannot reach Key Connector. Check URL."
|
||
},
|
||
"sponsorshipTokenHasExpired": {
|
||
"message": "The sponsorship offer has expired."
|
||
},
|
||
"freeWithSponsorship": {
|
||
"message": "FREE with sponsorship"
|
||
},
|
||
"viewBillingSyncToken": {
|
||
"message": "View billing sync token"
|
||
},
|
||
"generateBillingToken": {
|
||
"message": "Generate billing token"
|
||
},
|
||
"copyPasteBillingSync": {
|
||
"message": "Copy and paste this token into the billing sync settings of your self-hosted organization."
|
||
},
|
||
"billingSyncCanAccess": {
|
||
"message": "Your billing sync token can access and edit this organization's subscription settings."
|
||
},
|
||
"manageBillingTokenSync": {
|
||
"message": "Manage Billing Token"
|
||
},
|
||
"setUpBillingSync": {
|
||
"message": "Set up billing sync"
|
||
},
|
||
"generateToken": {
|
||
"message": "Generate token"
|
||
},
|
||
"rotateToken": {
|
||
"message": "Rotate token"
|
||
},
|
||
"rotateBillingSyncTokenWarning": {
|
||
"message": "If you proceed, you will need to re-setup billing sync on your self-hosted server."
|
||
},
|
||
"rotateBillingSyncTokenTitle": {
|
||
"message": "Rotating the billing sync token will invalidate the previous token."
|
||
},
|
||
"selfHostedServer": {
|
||
"message": "self-hosted"
|
||
},
|
||
"customEnvironment": {
|
||
"message": "Custom environment"
|
||
},
|
||
"selfHostedBaseUrlHint": {
|
||
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
|
||
},
|
||
"selfHostedCustomEnvHeader": {
|
||
"message": "For advanced configuration, you can specify the base URL of each service independently."
|
||
},
|
||
"selfHostedEnvFormInvalid": {
|
||
"message": "You must add either the base Server URL or at least one custom environment."
|
||
},
|
||
"apiUrl": {
|
||
"message": "API server URL"
|
||
},
|
||
"webVaultUrl": {
|
||
"message": "Web vault server URL"
|
||
},
|
||
"identityUrl": {
|
||
"message": "Identity server URL"
|
||
},
|
||
"notificationsUrl": {
|
||
"message": "Notifications server URL"
|
||
},
|
||
"iconsUrl": {
|
||
"message": "Icons server URL"
|
||
},
|
||
"environmentSaved": {
|
||
"message": "Environment URLs saved"
|
||
},
|
||
"selfHostingTitle": {
|
||
"message": "Self-hosting"
|
||
},
|
||
"selfHostingEnterpriseOrganizationSectionCopy": {
|
||
"message": "To set-up your organization on your own server, you will need to upload your license file. To support Free Families plans and advanced billing capabilities for your self-hosted organization, you will need to set up billing sync."
|
||
},
|
||
"billingSyncApiKeyRotated": {
|
||
"message": "Token rotated"
|
||
},
|
||
"billingSyncKeyDesc": {
|
||
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
|
||
},
|
||
"billingSyncKey": {
|
||
"message": "Billing sync token"
|
||
},
|
||
"automaticBillingSyncDesc": {
|
||
"message": "Automatic sync unlocks Families sponsorships and allows you to sync your license without uploading a file. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
|
||
},
|
||
"active": {
|
||
"message": "Active"
|
||
},
|
||
"inactive": {
|
||
"message": "Inactive"
|
||
},
|
||
"sentAwaitingSync": {
|
||
"message": "Sent (awaiting sync)"
|
||
},
|
||
"sent": {
|
||
"message": "Sent"
|
||
},
|
||
"requestRemoved": {
|
||
"message": "Removed (awaiting sync)"
|
||
},
|
||
"requested": {
|
||
"message": "Requested"
|
||
},
|
||
"formErrorSummaryPlural": {
|
||
"message": "$COUNT$ fields above need your attention.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"formErrorSummarySingle": {
|
||
"message": "1 field above needs your attention."
|
||
},
|
||
"fieldRequiredError": {
|
||
"message": "$FIELDNAME$ is required.",
|
||
"placeholders": {
|
||
"fieldname": {
|
||
"content": "$1",
|
||
"example": "Full name"
|
||
}
|
||
}
|
||
},
|
||
"required": {
|
||
"message": "required"
|
||
},
|
||
"charactersCurrentAndMaximum": {
|
||
"message": "$CURRENT$/$MAX$ character maximum",
|
||
"placeholders": {
|
||
"current": {
|
||
"content": "$1",
|
||
"example": "0"
|
||
},
|
||
"max": {
|
||
"content": "$2",
|
||
"example": "100"
|
||
}
|
||
}
|
||
},
|
||
"characterMaximum": {
|
||
"message": "$MAX$ character maximum",
|
||
"placeholders": {
|
||
"max": {
|
||
"content": "$1",
|
||
"example": "100"
|
||
}
|
||
}
|
||
},
|
||
"idpSingleSignOnServiceUrlRequired": {
|
||
"message": "Required if Entity ID is not a URL."
|
||
},
|
||
"offerNoLongerValid": {
|
||
"message": "This offer is no longer valid. Contact your organization administrators for more information."
|
||
},
|
||
"openIdOptionalCustomizations": {
|
||
"message": "Optional customizations"
|
||
},
|
||
"openIdAuthorityRequired": {
|
||
"message": "Required if Authority is not valid."
|
||
},
|
||
"separateMultipleWithComma": {
|
||
"message": "Separate multiple with a comma."
|
||
},
|
||
"sessionTimeout": {
|
||
"message": "Your session has timed out. Please go back and try logging in again."
|
||
},
|
||
"exportingPersonalVaultTitle": {
|
||
"message": "Exporting individual vault"
|
||
},
|
||
"exportingOrganizationVaultTitle": {
|
||
"message": "Exporting organization vault"
|
||
},
|
||
"exportingIndividualVaultDescription": {
|
||
"message": "$EMAIL$ 주소와 연관된 개인 보관함 항목만 내보내기됩니다. 조직 보관함 항목은 포함되지 않습니다. 보관함 항목 정보만 내보내기되고 첨부 파일을 포함하지 않습니다.",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "name@example.com"
|
||
}
|
||
}
|
||
},
|
||
"exportingIndividualVaultWithAttachmentsDescription": {
|
||
"message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "name@example.com"
|
||
}
|
||
}
|
||
},
|
||
"exportingOrganizationVaultDesc": {
|
||
"message": "$ORGANIZATION$ 조직과 연관된 조직 보관함만 내보내기됩니다. 개인 보관함이나 다른 조직의 항목은 포함되지 않습니다.",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "My Org Name"
|
||
}
|
||
}
|
||
},
|
||
"exportingOrganizationVaultFromPasswordManagerWithDataOwnershipDesc": {
|
||
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported.",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "My Org Name"
|
||
}
|
||
}
|
||
},
|
||
"exportingOrganizationVaultFromAdminConsoleWithDataOwnershipDesc": {
|
||
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported. My items collections will not be included.",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "My Org Name"
|
||
}
|
||
}
|
||
},
|
||
"accessDenied": {
|
||
"message": "Access denied. You do not have permission to view this page."
|
||
},
|
||
"masterPassword": {
|
||
"message": "Master password"
|
||
},
|
||
"security": {
|
||
"message": "Security"
|
||
},
|
||
"keys": {
|
||
"message": "Keys"
|
||
},
|
||
"billingHistory": {
|
||
"message": "Billing history"
|
||
},
|
||
"backToReports": {
|
||
"message": "Back to reports"
|
||
},
|
||
"organizationPicker": {
|
||
"message": "Organization picker"
|
||
},
|
||
"currentOrganization": {
|
||
"message": "Current organization",
|
||
"description": "This is used by screen readers to indicate the organization that is currently being shown to the user."
|
||
},
|
||
"accountLoggedInAsName": {
|
||
"message": "Account: Logged in as $NAME$",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"accountSettings": {
|
||
"message": "Account settings"
|
||
},
|
||
"generator": {
|
||
"message": "Generator",
|
||
"description": "Short for 'credential generator'."
|
||
},
|
||
"generateUsername": {
|
||
"message": "Generate username"
|
||
},
|
||
"generateEmail": {
|
||
"message": "Generate email"
|
||
},
|
||
"generatePassword": {
|
||
"message": "비밀번호 생성"
|
||
},
|
||
"generatePassphrase": {
|
||
"message": "Generate passphrase"
|
||
},
|
||
"passwordGenerated": {
|
||
"message": "Password generated"
|
||
},
|
||
"passphraseGenerated": {
|
||
"message": "Passphrase generated"
|
||
},
|
||
"usernameGenerated": {
|
||
"message": "Username generated"
|
||
},
|
||
"emailGenerated": {
|
||
"message": "Email generated"
|
||
},
|
||
"spinboxBoundariesHint": {
|
||
"message": "Value must be between $MIN$ and $MAX$.",
|
||
"description": "Explains spin box minimum and maximum values to the user",
|
||
"placeholders": {
|
||
"min": {
|
||
"content": "$1",
|
||
"example": "8"
|
||
},
|
||
"max": {
|
||
"content": "$2",
|
||
"example": "128"
|
||
}
|
||
}
|
||
},
|
||
"passwordLengthRecommendationHint": {
|
||
"message": " Use $RECOMMENDED$ characters or more to generate a strong password.",
|
||
"description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
|
||
"placeholders": {
|
||
"recommended": {
|
||
"content": "$1",
|
||
"example": "14"
|
||
}
|
||
}
|
||
},
|
||
"passphraseNumWordsRecommendationHint": {
|
||
"message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.",
|
||
"description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
|
||
"placeholders": {
|
||
"recommended": {
|
||
"content": "$1",
|
||
"example": "6"
|
||
}
|
||
}
|
||
},
|
||
"plusAddressedEmail": {
|
||
"message": "Plus addressed email",
|
||
"description": "Username generator option that appends a random sub-address to the username. For example: address+subaddress@email.com"
|
||
},
|
||
"plusAddressedEmailDesc": {
|
||
"message": "Use your email provider's sub-addressing capabilities."
|
||
},
|
||
"catchallEmail": {
|
||
"message": "Catch-all email"
|
||
},
|
||
"catchallEmailDesc": {
|
||
"message": "Use your domain's configured catch-all inbox."
|
||
},
|
||
"useThisEmail": {
|
||
"message": "Use this email"
|
||
},
|
||
"random": {
|
||
"message": "Random",
|
||
"description": "Generates domain-based username using random letters"
|
||
},
|
||
"randomWord": {
|
||
"message": "Random word"
|
||
},
|
||
"usernameGenerator": {
|
||
"message": "Username generator"
|
||
},
|
||
"useThisPassword": {
|
||
"message": "Use this password"
|
||
},
|
||
"useThisPassphrase": {
|
||
"message": "Use this passphrase"
|
||
},
|
||
"useThisUsername": {
|
||
"message": "Use this username"
|
||
},
|
||
"securePasswordGenerated": {
|
||
"message": "Secure password generated! Don't forget to also update your password on the website."
|
||
},
|
||
"useGeneratorHelpTextPartOne": {
|
||
"message": "Use the generator",
|
||
"description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'"
|
||
},
|
||
"useGeneratorHelpTextPartTwo": {
|
||
"message": "to create a strong unique password",
|
||
"description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'"
|
||
},
|
||
"service": {
|
||
"message": "Service"
|
||
},
|
||
"unknownCipher": {
|
||
"message": "Unknown item, you may need to request permission to access this item."
|
||
},
|
||
"unknownSecret": {
|
||
"message": "Unknown secret, you may need to request permission to access this secret."
|
||
},
|
||
"unknownServiceAccount": {
|
||
"message": "Unknown machine account, you may need to request permission to access this machine account."
|
||
},
|
||
"unknownProject": {
|
||
"message": "Unknown project, you may need to request permission to access this project."
|
||
},
|
||
"cannotSponsorSelf": {
|
||
"message": "You cannot redeem for the active account. Enter a different email."
|
||
},
|
||
"revokeWhenExpired": {
|
||
"message": "Expires $DATE$",
|
||
"placeholders": {
|
||
"date": {
|
||
"content": "$1",
|
||
"example": "12/31/2020"
|
||
}
|
||
}
|
||
},
|
||
"awaitingSyncSingular": {
|
||
"message": "Token rotated $DAYS$ day ago. Update the billing sync token in your self-hosted organization settings.",
|
||
"placeholders": {
|
||
"days": {
|
||
"content": "$1",
|
||
"example": "1"
|
||
}
|
||
}
|
||
},
|
||
"awaitingSyncPlural": {
|
||
"message": "Token rotated $DAYS$ days ago. Update the billing sync token in your self-hosted organization settings.",
|
||
"placeholders": {
|
||
"days": {
|
||
"content": "$1",
|
||
"example": "1"
|
||
}
|
||
}
|
||
},
|
||
"lastSync": {
|
||
"message": "Last sync",
|
||
"description": "Used as a prefix to indicate the last time a sync occurred. Example \"Last sync 1968-11-16 00:00:00\""
|
||
},
|
||
"sponsorshipsSynced": {
|
||
"message": "Self-hosted sponsorships synced."
|
||
},
|
||
"billingManagedByProvider": {
|
||
"message": "Managed by $PROVIDER$",
|
||
"placeholders": {
|
||
"provider": {
|
||
"content": "$1",
|
||
"example": "Managed Services Company"
|
||
}
|
||
}
|
||
},
|
||
"billingContactProviderForAssistance": {
|
||
"message": "Please reach out to them for further assistance",
|
||
"description": "This text is displayed if an organization's billing is managed by a Provider. It tells the user to contact the Provider for assistance."
|
||
},
|
||
"forwardedEmail": {
|
||
"message": "Forwarded email alias"
|
||
},
|
||
"forwardedEmailDesc": {
|
||
"message": "Generate an email alias with an external forwarding service."
|
||
},
|
||
"forwarderDomainName": {
|
||
"message": "Email domain",
|
||
"description": "Labels the domain name email forwarder service option"
|
||
},
|
||
"forwarderDomainNameHint": {
|
||
"message": "Choose a domain that is supported by the selected service",
|
||
"description": "Guidance provided for email forwarding services that support multiple email domains."
|
||
},
|
||
"forwarderError": {
|
||
"message": "$SERVICENAME$ error: $ERRORMESSAGE$",
|
||
"description": "Reports an error returned by a forwarding service to the user.",
|
||
"placeholders": {
|
||
"servicename": {
|
||
"content": "$1",
|
||
"example": "SimpleLogin"
|
||
},
|
||
"errormessage": {
|
||
"content": "$2",
|
||
"example": "Invalid characters in domain name."
|
||
}
|
||
}
|
||
},
|
||
"forwarderGeneratedBy": {
|
||
"message": "Generated by Bitwarden.",
|
||
"description": "Displayed with the address on the forwarding service's configuration screen."
|
||
},
|
||
"forwarderGeneratedByWithWebsite": {
|
||
"message": "Website: $WEBSITE$. Generated by Bitwarden.",
|
||
"description": "Displayed with the address on the forwarding service's configuration screen.",
|
||
"placeholders": {
|
||
"WEBSITE": {
|
||
"content": "$1",
|
||
"example": "www.example.com"
|
||
}
|
||
}
|
||
},
|
||
"forwaderInvalidToken": {
|
||
"message": "Invalid $SERVICENAME$ API token",
|
||
"description": "Displayed when the user's API token is empty or rejected by the forwarding service.",
|
||
"placeholders": {
|
||
"servicename": {
|
||
"content": "$1",
|
||
"example": "SimpleLogin"
|
||
}
|
||
}
|
||
},
|
||
"forwaderInvalidTokenWithMessage": {
|
||
"message": "Invalid $SERVICENAME$ API token: $ERRORMESSAGE$",
|
||
"description": "Displayed when the user's API token is rejected by the forwarding service with an error message.",
|
||
"placeholders": {
|
||
"servicename": {
|
||
"content": "$1",
|
||
"example": "SimpleLogin"
|
||
},
|
||
"errormessage": {
|
||
"content": "$2",
|
||
"example": "Please verify your email address to continue."
|
||
}
|
||
}
|
||
},
|
||
"forwaderInvalidOperation": {
|
||
"message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
|
||
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
|
||
"placeholders": {
|
||
"servicename": {
|
||
"content": "$1",
|
||
"example": "SimpleLogin"
|
||
}
|
||
}
|
||
},
|
||
"forwaderInvalidOperationWithMessage": {
|
||
"message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
|
||
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
|
||
"placeholders": {
|
||
"servicename": {
|
||
"content": "$1",
|
||
"example": "SimpleLogin"
|
||
},
|
||
"errormessage": {
|
||
"content": "$2",
|
||
"example": "Please verify your email address to continue."
|
||
}
|
||
}
|
||
},
|
||
"forwarderNoAccountId": {
|
||
"message": "Unable to obtain $SERVICENAME$ masked email account ID.",
|
||
"description": "Displayed when the forwarding service fails to return an account ID.",
|
||
"placeholders": {
|
||
"servicename": {
|
||
"content": "$1",
|
||
"example": "SimpleLogin"
|
||
}
|
||
}
|
||
},
|
||
"forwarderNoDomain": {
|
||
"message": "Invalid $SERVICENAME$ domain.",
|
||
"description": "Displayed when the domain is empty or domain authorization failed at the forwarding service.",
|
||
"placeholders": {
|
||
"servicename": {
|
||
"content": "$1",
|
||
"example": "SimpleLogin"
|
||
}
|
||
}
|
||
},
|
||
"forwarderNoUrl": {
|
||
"message": "Invalid $SERVICENAME$ url.",
|
||
"description": "Displayed when the url of the forwarding service wasn't supplied.",
|
||
"placeholders": {
|
||
"servicename": {
|
||
"content": "$1",
|
||
"example": "SimpleLogin"
|
||
}
|
||
}
|
||
},
|
||
"forwarderUnknownError": {
|
||
"message": "Unknown $SERVICENAME$ error occurred.",
|
||
"description": "Displayed when the forwarding service failed due to an unknown error.",
|
||
"placeholders": {
|
||
"servicename": {
|
||
"content": "$1",
|
||
"example": "SimpleLogin"
|
||
}
|
||
}
|
||
},
|
||
"forwarderUnknownForwarder": {
|
||
"message": "Unknown forwarder: '$SERVICENAME$'.",
|
||
"description": "Displayed when the forwarding service is not supported.",
|
||
"placeholders": {
|
||
"servicename": {
|
||
"content": "$1",
|
||
"example": "JustTrust.us"
|
||
}
|
||
}
|
||
},
|
||
"hostname": {
|
||
"message": "Hostname",
|
||
"description": "Part of a URL."
|
||
},
|
||
"deviceVerification": {
|
||
"message": "Device verification"
|
||
},
|
||
"enableDeviceVerification": {
|
||
"message": "Turn on device verification"
|
||
},
|
||
"deviceVerificationDesc": {
|
||
"message": "Verification codes are sent to your email address when logging in from an unrecognized device"
|
||
},
|
||
"updatedDeviceVerification": {
|
||
"message": "Updated device verification"
|
||
},
|
||
"areYouSureYouWantToEnableDeviceVerificationTheVerificationCodeEmailsWillArriveAtX": {
|
||
"message": "Are you sure you want to turn on device verification? The verification code emails will arrive at: $EMAIL$",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "My Email"
|
||
}
|
||
}
|
||
},
|
||
"premiumSubcriptionRequired": {
|
||
"message": "Premium subscription required"
|
||
},
|
||
"scim": {
|
||
"message": "SCIM provisioning",
|
||
"description": "The text, 'SCIM', is an acronym and should not be translated."
|
||
},
|
||
"scimDescription": {
|
||
"message": "Automatically provision users and groups with your preferred identity provider via SCIM provisioning",
|
||
"description": "the text, 'SCIM', is an acronym and should not be translated."
|
||
},
|
||
"scimIntegrationDescription": {
|
||
"message": "Automatically provision users and groups with your preferred identity provider via SCIM provisioning. Find supported integrations",
|
||
"description": "the text, 'SCIM', is an acronym and should not be translated."
|
||
},
|
||
"scimEnabledCheckboxDesc": {
|
||
"message": "Enable SCIM",
|
||
"description": "the text, 'SCIM', is an acronym and should not be translated."
|
||
},
|
||
"scimEnabledCheckboxDescHelpText": {
|
||
"message": "Set up your preferred identity provider by configuring the URL and SCIM API Key",
|
||
"description": "the text, 'SCIM', is an acronym and should not be translated."
|
||
},
|
||
"scimApiKeyHelperText": {
|
||
"message": "This API key has access to manage users within your organization. It should be kept secret."
|
||
},
|
||
"copyScimKey": {
|
||
"message": "Copy the SCIM API key to your clipboard",
|
||
"description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
|
||
},
|
||
"rotateScimKey": {
|
||
"message": "Rotate the SCIM API key",
|
||
"description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
|
||
},
|
||
"rotateScimKeyWarning": {
|
||
"message": "Are you sure you want to rotate the SCIM API Key? The current key will no longer work for any existing integrations.",
|
||
"description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
|
||
},
|
||
"rotateKey": {
|
||
"message": "Rotate key"
|
||
},
|
||
"scimApiKey": {
|
||
"message": "SCIM API key",
|
||
"description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
|
||
},
|
||
"copyScimUrl": {
|
||
"message": "Copy the SCIM endpoint URL to your clipboard",
|
||
"description": "the text, 'SCIM' and 'URL', are acronyms and should not be translated."
|
||
},
|
||
"scimUrl": {
|
||
"message": "SCIM URL",
|
||
"description": "the text, 'SCIM' and 'URL', are acronyms and should not be translated."
|
||
},
|
||
"scimApiKeyRotated": {
|
||
"message": "SCIM API key successfully rotated",
|
||
"description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
|
||
},
|
||
"scimSettingsSaved": {
|
||
"message": "SCIM settings saved",
|
||
"description": "the text, 'SCIM', is an acronym and should not be translated."
|
||
},
|
||
"inputRequired": {
|
||
"message": "Input is required."
|
||
},
|
||
"inputEmail": {
|
||
"message": "Input is not an email address."
|
||
},
|
||
"inputMinLength": {
|
||
"message": "Input must be at least $COUNT$ characters long.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "8"
|
||
}
|
||
}
|
||
},
|
||
"inputMaxLength": {
|
||
"message": "Input must not exceed $COUNT$ characters in length.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "20"
|
||
}
|
||
}
|
||
},
|
||
"inputForbiddenCharacters": {
|
||
"message": "The following characters are not allowed: $CHARACTERS$",
|
||
"placeholders": {
|
||
"characters": {
|
||
"content": "$1",
|
||
"example": "@, #, $, %"
|
||
}
|
||
}
|
||
},
|
||
"inputMinValue": {
|
||
"message": "Input value must be at least $MIN$.",
|
||
"placeholders": {
|
||
"min": {
|
||
"content": "$1",
|
||
"example": "8"
|
||
}
|
||
}
|
||
},
|
||
"inputMaxValue": {
|
||
"message": "Input value must not exceed $MAX$.",
|
||
"placeholders": {
|
||
"max": {
|
||
"content": "$1",
|
||
"example": "100"
|
||
}
|
||
}
|
||
},
|
||
"multipleInputEmails": {
|
||
"message": "1 or more emails are invalid"
|
||
},
|
||
"tooManyEmails": {
|
||
"message": "You can only submit up to $COUNT$ emails at a time",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "20"
|
||
}
|
||
}
|
||
},
|
||
"fieldsNeedAttention": {
|
||
"message": "$COUNT$ field(s) above need your attention.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "4"
|
||
}
|
||
}
|
||
},
|
||
"singleFieldNeedsAttention": {
|
||
"message": "1 field needs your attention."
|
||
},
|
||
"multipleFieldsNeedAttention": {
|
||
"message": "$COUNT$ fields need your attention.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"duoHealthCheckResultsInNullAuthUrlError": {
|
||
"message": "Error connecting with the Duo service. Use a different two-step login method or contact Duo for assistance."
|
||
},
|
||
"duoRequiredByOrgForAccount": {
|
||
"message": "Duo two-step login is required for your account."
|
||
},
|
||
"duoTwoFactorRequiredPageSubtitle": {
|
||
"message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
|
||
},
|
||
"followTheStepsBelowToFinishLoggingIn": {
|
||
"message": "Follow the steps below to finish logging in."
|
||
},
|
||
"followTheStepsBelowToFinishLoggingInWithSecurityKey": {
|
||
"message": "Follow the steps below to finish logging in with your security key."
|
||
},
|
||
"launchDuo": {
|
||
"message": "Launch Duo"
|
||
},
|
||
"turnOn": {
|
||
"message": "Turn on"
|
||
},
|
||
"on": {
|
||
"message": "On"
|
||
},
|
||
"off": {
|
||
"message": "Off"
|
||
},
|
||
"connected": {
|
||
"message": "Connected"
|
||
},
|
||
"members": {
|
||
"message": "구성원"
|
||
},
|
||
"reporting": {
|
||
"message": "Reporting"
|
||
},
|
||
"numberOfUsers": {
|
||
"message": "Number of users"
|
||
},
|
||
"pickAnAvatarColor": {
|
||
"message": "Pick an avatar color"
|
||
},
|
||
"customizeAvatar": {
|
||
"message": "Customize avatar"
|
||
},
|
||
"avatarUpdated": {
|
||
"message": "Avatar updated"
|
||
},
|
||
"brightBlue": {
|
||
"message": "Bright Blue"
|
||
},
|
||
"green": {
|
||
"message": "Green"
|
||
},
|
||
"orange": {
|
||
"message": "Orange"
|
||
},
|
||
"lavender": {
|
||
"message": "Lavender"
|
||
},
|
||
"yellow": {
|
||
"message": "Yellow"
|
||
},
|
||
"indigo": {
|
||
"message": "Indigo"
|
||
},
|
||
"teal": {
|
||
"message": "Teal"
|
||
},
|
||
"salmon": {
|
||
"message": "Salmon"
|
||
},
|
||
"pink": {
|
||
"message": "Pink"
|
||
},
|
||
"customColor": {
|
||
"message": "Custom Color"
|
||
},
|
||
"selectPlaceholder": {
|
||
"message": "-- 선택 --"
|
||
},
|
||
"multiSelectPlaceholder": {
|
||
"message": "-- Type to filter --"
|
||
},
|
||
"multiSelectLoading": {
|
||
"message": "Retrieving options..."
|
||
},
|
||
"multiSelectNotFound": {
|
||
"message": "No items found"
|
||
},
|
||
"multiSelectClearAll": {
|
||
"message": "Clear all"
|
||
},
|
||
"toggleCharacterCount": {
|
||
"message": "Toggle character count",
|
||
"description": "'Character count' describes a feature that displays a number next to each character of the password."
|
||
},
|
||
"passwordCharacterCount": {
|
||
"message": "Password character count",
|
||
"description": "'Character count' describes a feature that displays a number next to each character of the password."
|
||
},
|
||
"hide": {
|
||
"message": "Hide"
|
||
},
|
||
"projects": {
|
||
"message": "Projects",
|
||
"description": "Description for the Projects field."
|
||
},
|
||
"lastEdited": {
|
||
"message": "Last edited",
|
||
"description": "The label for the date and time when a item was last edited."
|
||
},
|
||
"editSecret": {
|
||
"message": "비밀 데이터 편집",
|
||
"description": "Action to modify an existing secret."
|
||
},
|
||
"addSecret": {
|
||
"message": "비밀 데이터 추가",
|
||
"description": "Action to create a new secret."
|
||
},
|
||
"copySecretName": {
|
||
"message": "비밀 데이터 이름 복사",
|
||
"description": "Action to copy the name of a secret to the system's clipboard."
|
||
},
|
||
"copySecretValue": {
|
||
"message": "비밀 데이터 값 복사",
|
||
"description": "Action to copy the value of a secret to the system's clipboard."
|
||
},
|
||
"deleteSecret": {
|
||
"message": "비밀 데이터 삭제",
|
||
"description": "Action to delete a single secret from the system."
|
||
},
|
||
"deleteSecrets": {
|
||
"message": "비밀 데이터 삭제",
|
||
"description": "The action to delete multiple secrets from the system."
|
||
},
|
||
"hardDeleteSecret": {
|
||
"message": "비밀 데이터 영구 삭제"
|
||
},
|
||
"hardDeleteSecrets": {
|
||
"message": "비밀 데이터 영구 삭제"
|
||
},
|
||
"secretProjectAssociationDescription": {
|
||
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret.",
|
||
"description": "A prompt explaining how secrets can be associated with projects."
|
||
},
|
||
"selectProjects": {
|
||
"message": "Select projects",
|
||
"description": "A label for a type-to-filter input field to choose projects."
|
||
},
|
||
"searchProjects": {
|
||
"message": "Search projects",
|
||
"description": "Label for the search bar used to search projects."
|
||
},
|
||
"project": {
|
||
"message": "Project",
|
||
"description": "Similar to collections, projects can be used to group secrets."
|
||
},
|
||
"editProject": {
|
||
"message": "Edit project",
|
||
"description": "The action to modify an existing project."
|
||
},
|
||
"viewProject": {
|
||
"message": "View project",
|
||
"description": "The action to view details of a project."
|
||
},
|
||
"deleteProject": {
|
||
"message": "Delete project",
|
||
"description": "The action to delete a project from the system."
|
||
},
|
||
"deleteProjects": {
|
||
"message": "Delete projects",
|
||
"description": "The action to delete multiple projects from the system."
|
||
},
|
||
"secret": {
|
||
"message": "비밀 데이터",
|
||
"description": "Label for a secret (key/value pair)"
|
||
},
|
||
"serviceAccount": {
|
||
"message": "Service account",
|
||
"description": "A machine user which can be used to automate processes and access secrets in the system."
|
||
},
|
||
"serviceAccounts": {
|
||
"message": "Service accounts",
|
||
"description": "The title for the section that deals with service accounts."
|
||
},
|
||
"secrets": {
|
||
"message": "Secrets",
|
||
"description": "The title for the section of the application that deals with secrets."
|
||
},
|
||
"nameValuePair": {
|
||
"message": "Name/Value pair",
|
||
"description": "Title for a name/ value pair. Secrets typically consist of a name and value pair."
|
||
},
|
||
"secretEdited": {
|
||
"message": "Secret edited",
|
||
"description": "Notification for the successful editing of a secret."
|
||
},
|
||
"secretCreated": {
|
||
"message": "Secret created",
|
||
"description": "Notification for the successful creation of a secret."
|
||
},
|
||
"newSecret": {
|
||
"message": "New secret",
|
||
"description": "Title for creating a new secret."
|
||
},
|
||
"newServiceAccount": {
|
||
"message": "New service account",
|
||
"description": "Title for creating a new service account."
|
||
},
|
||
"secretsNoItemsTitle": {
|
||
"message": "No secrets to show",
|
||
"description": "Empty state to indicate that there are no secrets to display."
|
||
},
|
||
"secretsNoItemsMessage": {
|
||
"message": "To get started, add a new secret or import secrets.",
|
||
"description": "Message to encourage the user to start adding secrets."
|
||
},
|
||
"secretsTrashNoItemsMessage": {
|
||
"message": "There are no secrets in the trash."
|
||
},
|
||
"serviceAccountsNoItemsMessage": {
|
||
"message": "Create a new service account to get started automating secret access.",
|
||
"description": "Message to encourage the user to start creating service accounts."
|
||
},
|
||
"serviceAccountsNoItemsTitle": {
|
||
"message": "Nothing to show yet",
|
||
"description": "Title to indicate that there are no service accounts to display."
|
||
},
|
||
"searchSecrets": {
|
||
"message": "Search secrets",
|
||
"description": "Placeholder text for searching secrets."
|
||
},
|
||
"deleteServiceAccounts": {
|
||
"message": "Delete service accounts",
|
||
"description": "Title for the action to delete one or multiple service accounts."
|
||
},
|
||
"deleteServiceAccount": {
|
||
"message": "Delete service account",
|
||
"description": "Title for the action to delete a single service account."
|
||
},
|
||
"viewServiceAccount": {
|
||
"message": "View service account",
|
||
"description": "Action to view the details of a service account."
|
||
},
|
||
"deleteServiceAccountDialogMessage": {
|
||
"message": "Deleting service account $SERVICE_ACCOUNT$ is permanent and irreversible.",
|
||
"placeholders": {
|
||
"service_account": {
|
||
"content": "$1",
|
||
"example": "Service account name"
|
||
}
|
||
}
|
||
},
|
||
"deleteServiceAccountsDialogMessage": {
|
||
"message": "Deleting service accounts is permanent and irreversible."
|
||
},
|
||
"deleteServiceAccountsConfirmMessage": {
|
||
"message": "Delete $COUNT$ service accounts",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"deleteServiceAccountToast": {
|
||
"message": "Service account deleted"
|
||
},
|
||
"deleteServiceAccountsToast": {
|
||
"message": "Service accounts deleted"
|
||
},
|
||
"searchServiceAccounts": {
|
||
"message": "Search service accounts",
|
||
"description": "Placeholder text for searching service accounts."
|
||
},
|
||
"editServiceAccount": {
|
||
"message": "Edit service account",
|
||
"description": "Title for editing a service account."
|
||
},
|
||
"addProject": {
|
||
"message": "Add project",
|
||
"description": "Title for creating a new project."
|
||
},
|
||
"projectEdited": {
|
||
"message": "Project edited",
|
||
"description": "Notification for the successful editing of a project."
|
||
},
|
||
"projectSaved": {
|
||
"message": "Project saved",
|
||
"description": "Notification for the successful saving of a project."
|
||
},
|
||
"projectCreated": {
|
||
"message": "Project created",
|
||
"description": "Notification for the successful creation of a project."
|
||
},
|
||
"projectName": {
|
||
"message": "Project name",
|
||
"description": "Label for entering the name of a project."
|
||
},
|
||
"newProject": {
|
||
"message": "New project",
|
||
"description": "Title for creating a new project."
|
||
},
|
||
"softDeleteSecretWarning": {
|
||
"message": "Deleting secrets can affect existing integrations.",
|
||
"description": "Warns that deleting secrets can have consequences on integrations"
|
||
},
|
||
"softDeletesSuccessToast": {
|
||
"message": "Secrets sent to trash",
|
||
"description": "Notifies that the selected secrets have been moved to the trash"
|
||
},
|
||
"hardDeleteSecretConfirmation": {
|
||
"message": "Are you sure you want to permanently delete this secret?"
|
||
},
|
||
"hardDeleteSecretsConfirmation": {
|
||
"message": "Are you sure you want to permanently delete these secrets?"
|
||
},
|
||
"hardDeletesSuccessToast": {
|
||
"message": "Secrets permanently deleted"
|
||
},
|
||
"smAccess": {
|
||
"message": "Access",
|
||
"description": "Title indicating what permissions a service account has"
|
||
},
|
||
"projectCommaSecret": {
|
||
"message": "Project, Secret",
|
||
"description": ""
|
||
},
|
||
"serviceAccountName": {
|
||
"message": "Service account name",
|
||
"description": "Label for the name of a service account"
|
||
},
|
||
"serviceAccountCreated": {
|
||
"message": "Service account created",
|
||
"description": "Notifies that a new service account has been created"
|
||
},
|
||
"serviceAccountUpdated": {
|
||
"message": "Service account updated",
|
||
"description": "Notifies that a service account has been updated"
|
||
},
|
||
"typeOrSelectProjects": {
|
||
"message": "Type or select projects",
|
||
"description": "Instructions for selecting projects for a service account"
|
||
},
|
||
"newSaTypeToFilter": {
|
||
"message": "Type to filter",
|
||
"description": "Instructions for filtering a list of projects or secrets"
|
||
},
|
||
"deleteProjectsToast": {
|
||
"message": "Projects deleted",
|
||
"description": "Notifies that the selected projects have been deleted"
|
||
},
|
||
"deleteProjectToast": {
|
||
"message": "Project deleted",
|
||
"description": "Notifies that a project has been deleted"
|
||
},
|
||
"deleteProjectDialogMessage": {
|
||
"message": "Deleting project $PROJECT$ is permanent and irreversible.",
|
||
"description": "Informs users that projects are hard deleted and not sent to trash",
|
||
"placeholders": {
|
||
"project": {
|
||
"content": "$1",
|
||
"example": "project name"
|
||
}
|
||
}
|
||
},
|
||
"deleteProjectInputLabel": {
|
||
"message": "Type \"$CONFIRM$\" to continue",
|
||
"description": "Users are prompted to type 'confirm' to delete a project",
|
||
"placeholders": {
|
||
"confirm": {
|
||
"content": "$1",
|
||
"example": "Delete 3 projects"
|
||
}
|
||
}
|
||
},
|
||
"deleteProjectConfirmMessage": {
|
||
"message": "Delete $PROJECT$",
|
||
"description": "Confirmation prompt to delete a specific project, where '$PROJECT$' is a placeholder for the name of the project.",
|
||
"placeholders": {
|
||
"project": {
|
||
"content": "$1",
|
||
"example": "project name"
|
||
}
|
||
}
|
||
},
|
||
"deleteProjectsConfirmMessage": {
|
||
"message": "Delete $COUNT$ Projects",
|
||
"description": "Confirmation prompt to delete multiple projects, where '$COUNT$' is a placeholder for the number of projects to be deleted.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"deleteProjectsDialogMessage": {
|
||
"message": "Deleting projects is permanent and irreversible.",
|
||
"description": "This message is displayed in a dialog box as a warning before proceeding with project deletion."
|
||
},
|
||
"projectsNoItemsTitle": {
|
||
"message": "No projects to display",
|
||
"description": "Empty state to be displayed when there are no projects to display in the list."
|
||
},
|
||
"projectsNoItemsMessage": {
|
||
"message": "Add a new project to get started organizing secrets.",
|
||
"description": "Message to be displayed when there are no projects to display in the list."
|
||
},
|
||
"smConfirmationRequired": {
|
||
"message": "Confirmation required",
|
||
"description": "Indicates that user confirmation is required for an action to proceed."
|
||
},
|
||
"bulkDeleteProjectsErrorMessage": {
|
||
"message": "The following projects could not be deleted:",
|
||
"description": "Message to be displayed when there is an error during bulk project deletion."
|
||
},
|
||
"softDeleteSuccessToast": {
|
||
"message": "Secret sent to trash",
|
||
"description": "Notification to be displayed when a secret is successfully sent to the trash."
|
||
},
|
||
"hardDeleteSuccessToast": {
|
||
"message": "Secret permanently deleted"
|
||
},
|
||
"accessTokens": {
|
||
"message": "Access tokens",
|
||
"description": "Title for the section displaying access tokens."
|
||
},
|
||
"createAccessToken": {
|
||
"message": "Create access token",
|
||
"description": "Button label for creating a new access token."
|
||
},
|
||
"expires": {
|
||
"message": "Expires",
|
||
"description": "Label for the expiration date of an access token."
|
||
},
|
||
"canRead": {
|
||
"message": "Can read",
|
||
"description": "Label for the access level of an access token (Read only)."
|
||
},
|
||
"accessTokensNoItemsTitle": {
|
||
"message": "No access tokens to show",
|
||
"description": "Title to be displayed when there are no access tokens to display in the list."
|
||
},
|
||
"accessTokensNoItemsDesc": {
|
||
"message": "To get started, create an access token",
|
||
"description": "Message to be displayed when there are no access tokens to display in the list."
|
||
},
|
||
"downloadAccessToken": {
|
||
"message": "Download or copy before closing.",
|
||
"description": "Message to be displayed before closing an access token, reminding the user to download or copy it."
|
||
},
|
||
"expiresOnAccessToken": {
|
||
"message": "Expires on:",
|
||
"description": "Label for the expiration date of an access token."
|
||
},
|
||
"accessTokenCallOutTitle": {
|
||
"message": "Access tokens are not stored and cannot be retrieved",
|
||
"description": "Notification to inform the user that access tokens are only displayed once and cannot be retrieved again."
|
||
},
|
||
"copyToken": {
|
||
"message": "Copy token",
|
||
"description": "Copies the generated access token to the user's clipboard."
|
||
},
|
||
"accessToken": {
|
||
"message": "Access token",
|
||
"description": "A unique string that gives a client application (eg. CLI) access to a secret or set of secrets."
|
||
},
|
||
"accessTokenExpirationRequired": {
|
||
"message": "Expiration date required",
|
||
"description": "Error message indicating that an expiration date for the access token must be set."
|
||
},
|
||
"accessTokenCreatedAndCopied": {
|
||
"message": "Access token created and copied to clipboard",
|
||
"description": "Notification to inform the user that the access token has been created and copied to the clipboard."
|
||
},
|
||
"revokeAccessToken": {
|
||
"message": "Revoke access token",
|
||
"description": "Invalidates / cancels an access token and as such removes access to secrets for the client application."
|
||
},
|
||
"revokeAccessTokens": {
|
||
"message": "Revoke access tokens"
|
||
},
|
||
"revokeAccessTokenDesc": {
|
||
"message": "Revoking access tokens is permanent and irreversible."
|
||
},
|
||
"accessTokenRevoked": {
|
||
"message": "Access tokens revoked",
|
||
"description": "Toast message after deleting one or multiple access tokens."
|
||
},
|
||
"noAccessTokenSelected": {
|
||
"message": "No access token selected to revoke",
|
||
"description": "Toast error message after trying to delete access tokens but not selecting any access tokens."
|
||
},
|
||
"submenu": {
|
||
"message": "Submenu"
|
||
},
|
||
"from": {
|
||
"message": "From"
|
||
},
|
||
"to": {
|
||
"message": "To"
|
||
},
|
||
"member": {
|
||
"message": "구성원"
|
||
},
|
||
"update": {
|
||
"message": "Update"
|
||
},
|
||
"plusNMore": {
|
||
"message": "+ $QUANTITY$ more",
|
||
"placeholders": {
|
||
"quantity": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"groupInfo": {
|
||
"message": "그룹 정보"
|
||
},
|
||
"editGroupMembersDesc": {
|
||
"message": "Grant members access to the group's assigned collections."
|
||
},
|
||
"editGroupCollectionsDesc": {
|
||
"message": "Grant access to collections by adding them to this group."
|
||
},
|
||
"restrictedCollectionAssignmentDesc": {
|
||
"message": "You can only assign collections you manage."
|
||
},
|
||
"selectMembers": {
|
||
"message": "구성원 선택"
|
||
},
|
||
"selectCollections": {
|
||
"message": "Select collections"
|
||
},
|
||
"role": {
|
||
"message": "Role"
|
||
},
|
||
"removeMember": {
|
||
"message": "구성원 제거"
|
||
},
|
||
"collection": {
|
||
"message": "Collection"
|
||
},
|
||
"noCollection": {
|
||
"message": "No collection"
|
||
},
|
||
"noCollectionsAdded": {
|
||
"message": "No collections added"
|
||
},
|
||
"noMembersAdded": {
|
||
"message": "추가된 구성원이 없습니다"
|
||
},
|
||
"noGroupsAdded": {
|
||
"message": "No groups added"
|
||
},
|
||
"group": {
|
||
"message": "Group"
|
||
},
|
||
"domainVerification": {
|
||
"message": "Domain verification"
|
||
},
|
||
"newDomain": {
|
||
"message": "New domain"
|
||
},
|
||
"noDomains": {
|
||
"message": "No domains"
|
||
},
|
||
"noDomainsSubText": {
|
||
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
|
||
},
|
||
"copyDnsTxtRecord": {
|
||
"message": "Copy DNS TXT record"
|
||
},
|
||
"dnsTxtRecord": {
|
||
"message": "DNS TXT record"
|
||
},
|
||
"dnsTxtRecordInputHint": {
|
||
"message": "Copy and paste the TXT record into your DNS Provider."
|
||
},
|
||
"removeDomain": {
|
||
"message": "Remove domain"
|
||
},
|
||
"removeDomainWarning": {
|
||
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
|
||
},
|
||
"domainRemoved": {
|
||
"message": "Domain removed"
|
||
},
|
||
"domainSaved": {
|
||
"message": "Domain saved"
|
||
},
|
||
"duplicateDomainError": {
|
||
"message": "You can't claim the same domain twice."
|
||
},
|
||
"domainNotAvailable": {
|
||
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
|
||
"placeholders": {
|
||
"DOMAIN": {
|
||
"content": "$1",
|
||
"example": "bitwarden.com"
|
||
}
|
||
}
|
||
},
|
||
"domainNameTh": {
|
||
"message": "Name"
|
||
},
|
||
"domainStatusTh": {
|
||
"message": "Status"
|
||
},
|
||
"lastChecked": {
|
||
"message": "Last checked"
|
||
},
|
||
"editDomain": {
|
||
"message": "Edit domain"
|
||
},
|
||
"domainFormInvalid": {
|
||
"message": "There are form errors that need your attention"
|
||
},
|
||
"addedDomain": {
|
||
"message": "Added domain $DOMAIN$",
|
||
"placeholders": {
|
||
"DOMAIN": {
|
||
"content": "$1",
|
||
"example": "bitwarden.com"
|
||
}
|
||
}
|
||
},
|
||
"removedDomain": {
|
||
"message": "Removed domain $DOMAIN$",
|
||
"placeholders": {
|
||
"DOMAIN": {
|
||
"content": "$1",
|
||
"example": "bitwarden.com"
|
||
}
|
||
}
|
||
},
|
||
"verificationRequiredForActionSetPinToContinue": {
|
||
"message": "Verification required for this action. Set a PIN to continue."
|
||
},
|
||
"setPin": {
|
||
"message": "Set PIN"
|
||
},
|
||
"verifyWithBiometrics": {
|
||
"message": "Verify with biometrics"
|
||
},
|
||
"awaitingConfirmation": {
|
||
"message": "Awaiting confirmation"
|
||
},
|
||
"couldNotCompleteBiometrics": {
|
||
"message": "Could not complete biometrics."
|
||
},
|
||
"needADifferentMethod": {
|
||
"message": "Need a different method?"
|
||
},
|
||
"useMasterPassword": {
|
||
"message": "Use master password"
|
||
},
|
||
"usePin": {
|
||
"message": "Use PIN"
|
||
},
|
||
"useBiometrics": {
|
||
"message": "Use biometrics"
|
||
},
|
||
"enterVerificationCodeSentToEmail": {
|
||
"message": "Enter the verification code that was sent to your email."
|
||
},
|
||
"resendCode": {
|
||
"message": "Resend code"
|
||
},
|
||
"memberColumnHeader": {
|
||
"message": "구성원"
|
||
},
|
||
"groupSlashMemberColumnHeader": {
|
||
"message": "그룹/구성원"
|
||
},
|
||
"selectGroupsAndMembers": {
|
||
"message": "그룹 및 구성원 선택"
|
||
},
|
||
"selectGroups": {
|
||
"message": "Select groups"
|
||
},
|
||
"userPermissionOverrideHelperDesc": {
|
||
"message": "Permissions set for a member will replace permissions set by that member's group."
|
||
},
|
||
"noMembersOrGroupsAdded": {
|
||
"message": "No members or groups added"
|
||
},
|
||
"deleted": {
|
||
"message": "Deleted"
|
||
},
|
||
"memberStatusFilter": {
|
||
"message": "구성원 상태 필터"
|
||
},
|
||
"inviteMember": {
|
||
"message": "구성원 초대"
|
||
},
|
||
"addSponsorship": {
|
||
"message": "Add sponsorship"
|
||
},
|
||
"needsConfirmation": {
|
||
"message": "Needs confirmation"
|
||
},
|
||
"memberRole": {
|
||
"message": "구성원 역할"
|
||
},
|
||
"moreFromBitwarden": {
|
||
"message": "More from Bitwarden"
|
||
},
|
||
"switchProducts": {
|
||
"message": "Switch products"
|
||
},
|
||
"freeOrgInvLimitReachedManageBilling": {
|
||
"message": "Free organizations may have up to $SEATCOUNT$ members. Upgrade to a paid plan to invite more members.",
|
||
"placeholders": {
|
||
"seatcount": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"freeOrgInvLimitReachedNoManageBilling": {
|
||
"message": "Free organizations may have up to $SEATCOUNT$ members. Contact your organization owner to upgrade.",
|
||
"placeholders": {
|
||
"seatcount": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"teamsStarterPlanInvLimitReachedManageBilling": {
|
||
"message": "Teams Starter plans may have up to $SEATCOUNT$ members. Upgrade to your plan to invite more members.",
|
||
"placeholders": {
|
||
"seatcount": {
|
||
"content": "$1",
|
||
"example": "10"
|
||
}
|
||
}
|
||
},
|
||
"teamsStarterPlanInvLimitReachedNoManageBilling": {
|
||
"message": "Teams Starter plans may have up to $SEATCOUNT$ members. Contact your organization owner to upgrade your plan and invite more members.",
|
||
"placeholders": {
|
||
"seatcount": {
|
||
"content": "$1",
|
||
"example": "10"
|
||
}
|
||
}
|
||
},
|
||
"freeOrgMaxCollectionReachedManageBilling": {
|
||
"message": "Free organizations may have up to $COLLECTIONCOUNT$ collections. Upgrade to a paid plan to add more collections.",
|
||
"placeholders": {
|
||
"COLLECTIONCOUNT": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"freeOrgMaxCollectionReachedNoManageBilling": {
|
||
"message": "Free organizations may have up to $COLLECTIONCOUNT$ collections. Contact your organization owner to upgrade.",
|
||
"placeholders": {
|
||
"COLLECTIONCOUNT": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"server": {
|
||
"message": "Server"
|
||
},
|
||
"exportData": {
|
||
"message": "Export data"
|
||
},
|
||
"exportingOrganizationSecretDataTitle": {
|
||
"message": "Exporting Organization Secret Data"
|
||
},
|
||
"exportingOrganizationSecretDataDescription": {
|
||
"message": "Only the Secrets Manager data associated with $ORGANIZATION$ will be exported. Items in other products or from other organizations will not be included.",
|
||
"placeholders": {
|
||
"ORGANIZATION": {
|
||
"content": "$1",
|
||
"example": "My Org Name"
|
||
}
|
||
}
|
||
},
|
||
"fileUpload": {
|
||
"message": "파일 업로드"
|
||
},
|
||
"upload": {
|
||
"message": "Upload"
|
||
},
|
||
"acceptedFormats": {
|
||
"message": "Accepted Formats:"
|
||
},
|
||
"copyPasteImportContents": {
|
||
"message": "Copy & paste import contents:"
|
||
},
|
||
"or": {
|
||
"message": "or"
|
||
},
|
||
"unlockWithBiometrics": {
|
||
"message": "Unlock with biometrics"
|
||
},
|
||
"unlockWithPin": {
|
||
"message": "Unlock with PIN"
|
||
},
|
||
"unlockWithMasterPassword": {
|
||
"message": "Unlock with master password"
|
||
},
|
||
"licenseAndBillingManagement": {
|
||
"message": "License and billing management"
|
||
},
|
||
"automaticSync": {
|
||
"message": "Automatic sync"
|
||
},
|
||
"manualUpload": {
|
||
"message": "Manual upload"
|
||
},
|
||
"manualBillingTokenUploadDesc": {
|
||
"message": "If you do not want to opt into billing sync, manually upload your license here. This will not automatically unlock Families sponsorships."
|
||
},
|
||
"syncLicense": {
|
||
"message": "Sync License"
|
||
},
|
||
"licenseSyncSuccess": {
|
||
"message": "Successfully synced license"
|
||
},
|
||
"licenseUploadSuccess": {
|
||
"message": "Successfully uploaded license"
|
||
},
|
||
"lastLicenseSync": {
|
||
"message": "Last license sync"
|
||
},
|
||
"billingSyncHelp": {
|
||
"message": "Billing Sync help"
|
||
},
|
||
"licensePaidFeaturesHelp": {
|
||
"message": "License paid features help"
|
||
},
|
||
"selfHostGracePeriodHelp": {
|
||
"message": "After your subscription expires, you have 60 days to apply an updated license file to your organization. Grace period ends $GRACE_PERIOD_END_DATE$.",
|
||
"placeholders": {
|
||
"GRACE_PERIOD_END_DATE": {
|
||
"content": "$1",
|
||
"example": "May 12, 2024"
|
||
}
|
||
}
|
||
},
|
||
"uploadLicense": {
|
||
"message": "Upload license"
|
||
},
|
||
"projectPeopleDescription": {
|
||
"message": "Grant groups or people access to this project."
|
||
},
|
||
"projectPeopleSelectHint": {
|
||
"message": "Type or select people or groups"
|
||
},
|
||
"projectServiceAccountsDescription": {
|
||
"message": "Grant service accounts access to this project."
|
||
},
|
||
"projectServiceAccountsSelectHint": {
|
||
"message": "Type or select service accounts"
|
||
},
|
||
"projectEmptyPeopleAccessPolicies": {
|
||
"message": "Add people or groups to start collaborating"
|
||
},
|
||
"projectEmptyServiceAccountAccessPolicies": {
|
||
"message": "Add service accounts to grant access"
|
||
},
|
||
"serviceAccountPeopleDescription": {
|
||
"message": "Grant groups or people access to this service account."
|
||
},
|
||
"serviceAccountProjectsDescription": {
|
||
"message": "Assign projects to this service account. "
|
||
},
|
||
"serviceAccountEmptyProjectAccesspolicies": {
|
||
"message": "Add projects to grant access"
|
||
},
|
||
"canReadWrite": {
|
||
"message": "Can read, write"
|
||
},
|
||
"groupSlashUser": {
|
||
"message": "Group/User"
|
||
},
|
||
"kdfSettingsChangeLogoutWarning": {
|
||
"message": "Proceeding will log you out of all active sessions. You will need to log back in and complete two-step login, if any. We recommend exporting your vault before changing your encryption settings to prevent data loss."
|
||
},
|
||
"secretsManager": {
|
||
"message": "비밀 데이터 관리자"
|
||
},
|
||
"secretsManagerAccessDescription": {
|
||
"message": "Activate user access to Secrets Manager."
|
||
},
|
||
"userAccessSecretsManagerGA": {
|
||
"message": "This user can access Secrets Manager"
|
||
},
|
||
"important": {
|
||
"message": "Important:"
|
||
},
|
||
"viewAll": {
|
||
"message": "View all"
|
||
},
|
||
"showingPortionOfTotal": {
|
||
"message": "Showing $PORTION$ of $TOTAL$",
|
||
"placeholders": {
|
||
"portion": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
},
|
||
"total": {
|
||
"content": "$2",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"resolveTheErrorsBelowAndTryAgain": {
|
||
"message": "Resolve the errors below and try again."
|
||
},
|
||
"description": {
|
||
"message": "Description"
|
||
},
|
||
"errorReadingImportFile": {
|
||
"message": "가져온 파일을 읽는 도중 오류가 발생했습니다"
|
||
},
|
||
"accessedSecretWithId": {
|
||
"message": "Accessed a secret with identifier: $SECRET_ID$",
|
||
"placeholders": {
|
||
"secret_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"accessedSecret": {
|
||
"message": "Accessed secret $SECRET_ID$.",
|
||
"placeholders": {
|
||
"secret_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"editedSecretWithId": {
|
||
"message": "Edited a secret with identifier: $SECRET_ID$",
|
||
"placeholders": {
|
||
"secret_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"deletedSecretWithId": {
|
||
"message": "Deleted a secret with identifier: $SECRET_ID$",
|
||
"placeholders": {
|
||
"secret_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"permanentlyDeletedSecretWithId": {
|
||
"message": "Permanently deleted a secret with identifier: $SECRET_ID$",
|
||
"placeholders": {
|
||
"secret_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"restoredSecretWithId": {
|
||
"message": "Restored a secret with identifier: $SECRET_ID$",
|
||
"placeholders": {
|
||
"secret_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"createdSecretWithId": {
|
||
"message": "Created a new secret with identifier: $SECRET_ID$",
|
||
"placeholders": {
|
||
"secret_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"accessedProjectWithIdentifier": {
|
||
"message": "Accessed a project with identifier: $PROJECT_ID$.",
|
||
"placeholders": {
|
||
"project_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"nameUnavailableProjectDeleted": {
|
||
"message": "Deleted project Id: $PROJECT_ID$",
|
||
"placeholders": {
|
||
"project_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"nameUnavailableSecretDeleted": {
|
||
"message": "Deleted secret Id: $SECRET_ID$",
|
||
"placeholders": {
|
||
"secret_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"nameUnavailableServiceAccountDeleted": {
|
||
"message": "Deleted machine account Id: $SERVICE_ACCOUNT_ID$",
|
||
"placeholders": {
|
||
"service_account_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"editedProjectWithId": {
|
||
"message": "Edited a project with identifier: $PROJECT_ID$",
|
||
"placeholders": {
|
||
"project_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"addedUserToServiceAccountWithId": {
|
||
"message": "Added user: $USER_ID$ to machine account with identifier: $SERVICE_ACCOUNT_ID$",
|
||
"placeholders": {
|
||
"user_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
},
|
||
"service_account_id": {
|
||
"content": "$2",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"removedUserToServiceAccountWithId": {
|
||
"message": "Removed user: $USER_ID$ from machine account with identifier: $SERVICE_ACCOUNT_ID$",
|
||
"placeholders": {
|
||
"user_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
},
|
||
"service_account_id": {
|
||
"content": "$2",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"removedGroupFromServiceAccountWithId": {
|
||
"message": "Removed group: $GROUP_ID$ from machine account with identifier: $SERVICE_ACCOUNT_ID$",
|
||
"placeholders": {
|
||
"group_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
},
|
||
"service_account_id": {
|
||
"content": "$2",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"serviceAccountCreatedWithId": {
|
||
"message": "Created machine account with identifier: $SERVICE_ACCOUNT_ID$",
|
||
"placeholders": {
|
||
"service_account_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"addedGroupToServiceAccountId": {
|
||
"message": "Added group: $GROUP_ID$ to machine account with identifier: $SERVICE_ACCOUNT_ID$",
|
||
"placeholders": {
|
||
"group_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
},
|
||
"service_account_id": {
|
||
"content": "$2",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"serviceAccountDeletedWithId": {
|
||
"message": "Deleted machine account with identifier: $SERVICE_ACCOUNT_ID$",
|
||
"placeholders": {
|
||
"service_account_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"deletedProjectWithId": {
|
||
"message": "Deleted a project with identifier: $PROJECT_ID$",
|
||
"placeholders": {
|
||
"project_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"createdProjectWithId": {
|
||
"message": "Created a new project with identifier: $PROJECT_ID$",
|
||
"placeholders": {
|
||
"project_id": {
|
||
"content": "$1",
|
||
"example": "4d34e8a8"
|
||
}
|
||
}
|
||
},
|
||
"sdk": {
|
||
"message": "SDK",
|
||
"description": "Software Development Kit"
|
||
},
|
||
"createAnAccount": {
|
||
"message": "Create an account"
|
||
},
|
||
"createSecret": {
|
||
"message": "Create a secret"
|
||
},
|
||
"createProject": {
|
||
"message": "프로젝트 생성"
|
||
},
|
||
"createServiceAccount": {
|
||
"message": "Create a service account"
|
||
},
|
||
"downloadThe": {
|
||
"message": "Download the",
|
||
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
|
||
},
|
||
"smCLI": {
|
||
"message": "Secrets Manager CLI"
|
||
},
|
||
"importSecrets": {
|
||
"message": "Import secrets"
|
||
},
|
||
"getStarted": {
|
||
"message": "Get started"
|
||
},
|
||
"complete": {
|
||
"message": "$COMPLETED$/$TOTAL$ Complete",
|
||
"placeholders": {
|
||
"COMPLETED": {
|
||
"content": "$1",
|
||
"example": "1"
|
||
},
|
||
"TOTAL": {
|
||
"content": "$2",
|
||
"example": "4"
|
||
}
|
||
}
|
||
},
|
||
"restoreSecret": {
|
||
"message": "Restore secret"
|
||
},
|
||
"restoreSecrets": {
|
||
"message": "Restore secrets"
|
||
},
|
||
"restoreSecretPrompt": {
|
||
"message": "Are you sure you want to restore this secret?"
|
||
},
|
||
"restoreSecretsPrompt": {
|
||
"message": "Are you sure you want to restore these secrets?"
|
||
},
|
||
"secretRestoredSuccessToast": {
|
||
"message": "Secret restored"
|
||
},
|
||
"secretsRestoredSuccessToast": {
|
||
"message": "Secrets restored"
|
||
},
|
||
"selectionIsRequired": {
|
||
"message": "Selection is required."
|
||
},
|
||
"saPeopleWarningTitle": {
|
||
"message": "Access tokens still available"
|
||
},
|
||
"saPeopleWarningMessage": {
|
||
"message": "Removing people from a service account does not remove the access tokens they created. For security best practice, it is recommended to revoke access tokens created by people removed from a service account."
|
||
},
|
||
"smAccessRemovalWarningProjectTitle": {
|
||
"message": "Remove access to this project"
|
||
},
|
||
"smAccessRemovalWarningProjectMessage": {
|
||
"message": "This action will remove your access to the project."
|
||
},
|
||
"smAccessRemovalWarningSaTitle": {
|
||
"message": "Remove access to this service account"
|
||
},
|
||
"smAccessRemovalWarningSaMessage": {
|
||
"message": "This action will remove your access to the service account."
|
||
},
|
||
"removeAccess": {
|
||
"message": "Remove access"
|
||
},
|
||
"checkForBreaches": {
|
||
"message": "Check known data breaches for this password"
|
||
},
|
||
"exposedMasterPassword": {
|
||
"message": "Exposed Master Password"
|
||
},
|
||
"exposedMasterPasswordDesc": {
|
||
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
|
||
},
|
||
"weakAndExposedMasterPassword": {
|
||
"message": "Weak and Exposed Master Password"
|
||
},
|
||
"weakAndBreachedMasterPasswordDesc": {
|
||
"message": "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?"
|
||
},
|
||
"characterMinimum": {
|
||
"message": "$LENGTH$자 이상이어야 합니다",
|
||
"placeholders": {
|
||
"length": {
|
||
"content": "$1",
|
||
"example": "14"
|
||
}
|
||
}
|
||
},
|
||
"masterPasswordMinimumlength": {
|
||
"message": "마스터 비밀번호는 최소 $LENGTH$자 이상이어야 합니다.",
|
||
"placeholders": {
|
||
"length": {
|
||
"content": "$1",
|
||
"example": "14"
|
||
}
|
||
}
|
||
},
|
||
"inputTrimValidator": {
|
||
"message": "Input must not contain only whitespace.",
|
||
"description": "Notification to inform the user that a form's input can't contain only whitespace."
|
||
},
|
||
"dismiss": {
|
||
"message": "Dismiss"
|
||
},
|
||
"notAvailableForFreeOrganization": {
|
||
"message": "This feature is not available for free organizations. Contact your organization owner to upgrade."
|
||
},
|
||
"smProjectSecretsNoItemsNoAccess": {
|
||
"message": "Contact your organization's admin to manage secrets for this project.",
|
||
"description": "The message shown to the user under a project's secrets tab when the user only has read access to the project."
|
||
},
|
||
"enforceOnLoginDesc": {
|
||
"message": "Require existing members to change their passwords"
|
||
},
|
||
"smProjectDeleteAccessRestricted": {
|
||
"message": "You don't have permissions to delete this project",
|
||
"description": "The individual description shown to the user when the user doesn't have access to delete a project."
|
||
},
|
||
"smProjectsDeleteBulkConfirmation": {
|
||
"message": "The following projects can not be deleted. Would you like to continue?",
|
||
"description": "The message shown to the user when bulk deleting projects and the user doesn't have access to some projects."
|
||
},
|
||
"updateKdfSettings": {
|
||
"message": "Update KDF settings"
|
||
},
|
||
"loginInitiated": {
|
||
"message": "Login initiated"
|
||
},
|
||
"rememberThisDeviceToMakeFutureLoginsSeamless": {
|
||
"message": "Remember this device to make future logins seamless"
|
||
},
|
||
"deviceApprovalRequired": {
|
||
"message": "Device approval required. Select an approval option below:"
|
||
},
|
||
"deviceApprovalRequiredV2": {
|
||
"message": "Device approval required"
|
||
},
|
||
"selectAnApprovalOptionBelow": {
|
||
"message": "Select an approval option below"
|
||
},
|
||
"rememberThisDevice": {
|
||
"message": "이 기기 기억하기"
|
||
},
|
||
"uncheckIfPublicDevice": {
|
||
"message": "Uncheck if using a public device"
|
||
},
|
||
"approveFromYourOtherDevice": {
|
||
"message": "Approve from your other device"
|
||
},
|
||
"requestAdminApproval": {
|
||
"message": "Request admin approval"
|
||
},
|
||
"unableToCompleteLogin": {
|
||
"message": "Unable to complete login"
|
||
},
|
||
"loginOnTrustedDeviceOrAskAdminToAssignPassword": {
|
||
"message": "You need to log in on a trusted device or ask your administrator to assign you a password."
|
||
},
|
||
"trustedDeviceEncryption": {
|
||
"message": "Trusted device encryption"
|
||
},
|
||
"trustedDevices": {
|
||
"message": "Trusted devices"
|
||
},
|
||
"memberDecryptionOptionTdeDescPart1": {
|
||
"message": "Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
|
||
},
|
||
"memberDecryptionOptionTdeDescLink1": {
|
||
"message": "single organization",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
|
||
},
|
||
"memberDecryptionOptionTdeDescPart2": {
|
||
"message": "policy,",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
|
||
},
|
||
"memberDecryptionOptionTdeDescLink2": {
|
||
"message": "SSO required",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
|
||
},
|
||
"memberDecryptionOptionTdeDescPart3": {
|
||
"message": "policy, and",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
|
||
},
|
||
"memberDecryptionOptionTdeDescLink3": {
|
||
"message": "account recovery administration",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
|
||
},
|
||
"memberDecryptionOptionTdeDescPart4": {
|
||
"message": "policy will turn on when this option is used.",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
|
||
},
|
||
"orgPermissionsUpdatedMustSetPassword": {
|
||
"message": "Your organization permissions were updated, requiring you to set a master password.",
|
||
"description": "Used as a card title description on the set password page to explain why the user is there"
|
||
},
|
||
"orgRequiresYouToSetPassword": {
|
||
"message": "Your organization requires you to set a master password.",
|
||
"description": "Used as a card title description on the set password page to explain why the user is there"
|
||
},
|
||
"cardMetrics": {
|
||
"message": "out of $TOTAL$",
|
||
"placeholders": {
|
||
"total": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"notFound": {
|
||
"message": "$RESOURCE$ not found",
|
||
"placeholders": {
|
||
"resource": {
|
||
"content": "$1",
|
||
"example": "Service Account"
|
||
}
|
||
}
|
||
},
|
||
"verificationRequired": {
|
||
"message": "Verification required",
|
||
"description": "Default title for the user verification dialog."
|
||
},
|
||
"recoverAccount": {
|
||
"message": "Recover account"
|
||
},
|
||
"updatedTempPassword": {
|
||
"message": "User updated a password issued through account recovery."
|
||
},
|
||
"activatedAccessToSecretsManager": {
|
||
"message": "Activated access to Secrets Manager",
|
||
"description": "Confirmation message that one or more users gained access to Secrets Manager"
|
||
},
|
||
"activateAccess": {
|
||
"message": "Activate access"
|
||
},
|
||
"bulkEnableSecretsManagerDescription": {
|
||
"message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.",
|
||
"description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager."
|
||
},
|
||
"activateSecretsManager": {
|
||
"message": "비밀 데이터 관리자 활성화"
|
||
},
|
||
"yourOrganizationsFingerprint": {
|
||
"message": "Your organization's fingerprint phrase",
|
||
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing."
|
||
},
|
||
"deviceApprovals": {
|
||
"message": "Device approvals"
|
||
},
|
||
"deviceApprovalsDesc": {
|
||
"message": "Approve login requests below to allow the requesting member to finish logging in. Unapproved requests expire after 1 week. Verify the member’s information before approving."
|
||
},
|
||
"deviceInfo": {
|
||
"message": "Device info"
|
||
},
|
||
"time": {
|
||
"message": "Time"
|
||
},
|
||
"denyAllRequests": {
|
||
"message": "Deny all requests"
|
||
},
|
||
"denyRequest": {
|
||
"message": "Deny request"
|
||
},
|
||
"approveRequest": {
|
||
"message": "Approve request"
|
||
},
|
||
"deviceApproved": {
|
||
"message": "Device approved"
|
||
},
|
||
"deviceRemoved": {
|
||
"message": "Device removed"
|
||
},
|
||
"removeDevice": {
|
||
"message": "Remove device"
|
||
},
|
||
"removeDeviceConfirmation": {
|
||
"message": "Are you sure you want to remove this device?"
|
||
},
|
||
"noDeviceRequests": {
|
||
"message": "No device requests"
|
||
},
|
||
"noDeviceRequestsDesc": {
|
||
"message": "Member device approval requests will appear here"
|
||
},
|
||
"loginRequestDenied": {
|
||
"message": "Login request denied"
|
||
},
|
||
"allLoginRequestsDenied": {
|
||
"message": "All login requests denied"
|
||
},
|
||
"loginRequestApproved": {
|
||
"message": "Login request approved"
|
||
},
|
||
"removeOrgUserNoMasterPasswordTitle": {
|
||
"message": "Account does not have master password"
|
||
},
|
||
"removeOrgUserNoMasterPasswordDesc": {
|
||
"message": "Removing $USER$ without setting a master password for them may restrict access to their full account. Are you sure you want to continue?",
|
||
"placeholders": {
|
||
"user": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"noMasterPassword": {
|
||
"message": "No master password"
|
||
},
|
||
"removeMembersWithoutMasterPasswordWarning": {
|
||
"message": "Removing members who do not have master passwords without setting one for them may restrict access to their full account."
|
||
},
|
||
"approvedAuthRequest": {
|
||
"message": "Approved device for $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "First 8 Character of a GUID"
|
||
}
|
||
}
|
||
},
|
||
"rejectedAuthRequest": {
|
||
"message": "Denied device for $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "First 8 Character of a GUID"
|
||
}
|
||
}
|
||
},
|
||
"requestedDeviceApproval": {
|
||
"message": "Requested device approval."
|
||
},
|
||
"tdeOffboardingPasswordSet": {
|
||
"message": "User set a master password during TDE offboarding."
|
||
},
|
||
"startYour7DayFreeTrialOfBitwardenFor": {
|
||
"message": "Start your 7-Day free trial of Bitwarden for $ORG$",
|
||
"placeholders": {
|
||
"org": {
|
||
"content": "$1",
|
||
"example": "Organization name"
|
||
}
|
||
}
|
||
},
|
||
"startYour7DayFreeTrialOfBitwardenSecretsManagerFor": {
|
||
"message": "Start your 7-Day free trial of Bitwarden Secrets Manager for $ORG$",
|
||
"placeholders": {
|
||
"org": {
|
||
"content": "$1",
|
||
"example": "Organization name"
|
||
}
|
||
}
|
||
},
|
||
"next": {
|
||
"message": "Next"
|
||
},
|
||
"ssoLoginIsRequired": {
|
||
"message": "SSO login is required"
|
||
},
|
||
"selectedRegionFlag": {
|
||
"message": "Selected region flag"
|
||
},
|
||
"accountSuccessfullyCreated": {
|
||
"message": "Account successfully created!"
|
||
},
|
||
"adminApprovalRequested": {
|
||
"message": "Admin approval requested"
|
||
},
|
||
"adminApprovalRequestSentToAdmins": {
|
||
"message": "Your request has been sent to your admin."
|
||
},
|
||
"troubleLoggingIn": {
|
||
"message": "Trouble logging in?"
|
||
},
|
||
"loginApproved": {
|
||
"message": "Login approved"
|
||
},
|
||
"userEmailMissing": {
|
||
"message": "User email missing"
|
||
},
|
||
"activeUserEmailNotFoundLoggingYouOut": {
|
||
"message": "Active user email not found. Logging you out."
|
||
},
|
||
"deviceTrusted": {
|
||
"message": "Device trusted"
|
||
},
|
||
"inviteUsers": {
|
||
"message": "Invite Users"
|
||
},
|
||
"secretsManagerForPlan": {
|
||
"message": "Secrets Manager for $PLAN$",
|
||
"placeholders": {
|
||
"plan": {
|
||
"content": "$1",
|
||
"example": "Teams"
|
||
}
|
||
}
|
||
},
|
||
"secretsManagerForPlanDesc": {
|
||
"message": "For engineering and DevOps teams to manage secrets throughout the software development lifecycle."
|
||
},
|
||
"free2PersonOrganization": {
|
||
"message": "Free 2-person Organizations"
|
||
},
|
||
"unlimitedSecrets": {
|
||
"message": "Unlimited secrets"
|
||
},
|
||
"unlimitedProjects": {
|
||
"message": "Unlimited projects"
|
||
},
|
||
"projectsIncluded": {
|
||
"message": "$COUNT$ projects included",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"serviceAccountsIncluded": {
|
||
"message": "$COUNT$ service accounts included",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"additionalServiceAccountCost": {
|
||
"message": "$COST$ per month for additional service accounts",
|
||
"placeholders": {
|
||
"cost": {
|
||
"content": "$1",
|
||
"example": "$0.50"
|
||
}
|
||
}
|
||
},
|
||
"subscribeToSecretsManager": {
|
||
"message": "Subscribe to Secrets Manager"
|
||
},
|
||
"addSecretsManagerUpgradeDesc": {
|
||
"message": "Add Secrets Manager to your upgraded plan to maintain access to any secrets created with your previous plan."
|
||
},
|
||
"additionalServiceAccounts": {
|
||
"message": "Additional service accounts"
|
||
},
|
||
"includedServiceAccounts": {
|
||
"message": "Your plan comes with $COUNT$ service accounts.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "50"
|
||
}
|
||
}
|
||
},
|
||
"addAdditionalServiceAccounts": {
|
||
"message": "You can add additional service accounts for $COST$ per month.",
|
||
"placeholders": {
|
||
"cost": {
|
||
"content": "$1",
|
||
"example": "$0.50"
|
||
}
|
||
}
|
||
},
|
||
"collectionManagement": {
|
||
"message": "Collection management"
|
||
},
|
||
"collectionManagementDescription": {
|
||
"message": "Configure the collection behavior for the organization"
|
||
},
|
||
"allowAdminAccessToAllCollectionItemsDescription": {
|
||
"message": "Allow owners and admins to manage all collections and items from the Admin Console"
|
||
},
|
||
"restrictCollectionCreationDescription": {
|
||
"message": "Restrict collection creation to owners and admins"
|
||
},
|
||
"restrictCollectionDeletionDescription": {
|
||
"message": "Restrict collection deletion to owners and admins"
|
||
},
|
||
"restrictItemDeletionDescriptionStart": {
|
||
"message": "Restrict item deletion to members with the ",
|
||
"description": "This will be used as part of a larger sentence, broken up to allow styling of the middle portion. Full sentence: 'Restrict item deletion to members with the [Manage collection] permission'"
|
||
},
|
||
"restrictItemDeletionDescriptionEnd": {
|
||
"message": " permission",
|
||
"description": "This will be used as part of a larger sentence, broken up to allow styling of the middle portion. Full sentence: 'Restrict item deletion to members with the [Manage collection] permission'"
|
||
},
|
||
"updatedCollectionManagement": {
|
||
"message": "Updated collection management setting"
|
||
},
|
||
"passwordManagerPlanPrice": {
|
||
"message": "비밀번호 관리자 요금제 가격"
|
||
},
|
||
"secretsManagerPlanPrice": {
|
||
"message": "비밀 데이터 관리자 요금제 가격"
|
||
},
|
||
"passwordManager": {
|
||
"message": "Password Manager"
|
||
},
|
||
"freeOrganization": {
|
||
"message": "Free Organization"
|
||
},
|
||
"limitServiceAccounts": {
|
||
"message": "Limit service accounts (optional)"
|
||
},
|
||
"limitServiceAccountsDesc": {
|
||
"message": "Set a limit for your service accounts. Once this limit is reached, you will not be able to create new service accounts."
|
||
},
|
||
"serviceAccountLimit": {
|
||
"message": "Service account limit (optional)"
|
||
},
|
||
"maxServiceAccountCost": {
|
||
"message": "Max potential service account cost"
|
||
},
|
||
"loggedInExclamation": {
|
||
"message": "Logged in!"
|
||
},
|
||
"beta": {
|
||
"message": "Beta"
|
||
},
|
||
"assignCollectionAccess": {
|
||
"message": "Assign collection access"
|
||
},
|
||
"editedCollections": {
|
||
"message": "Edited collections"
|
||
},
|
||
"baseUrl": {
|
||
"message": "Server URL"
|
||
},
|
||
"selfHostBaseUrl": {
|
||
"message": "Self-host server URL",
|
||
"description": "Label for field requesting a self-hosted integration service URL"
|
||
},
|
||
"alreadyHaveAccount": {
|
||
"message": "Already have an account?"
|
||
},
|
||
"toggleSideNavigation": {
|
||
"message": "Toggle side navigation"
|
||
},
|
||
"skipToContent": {
|
||
"message": "Skip to content"
|
||
},
|
||
"managePermissionRequired": {
|
||
"message": "At least one member or group must have can manage permission."
|
||
},
|
||
"typePasskey": {
|
||
"message": "패스키"
|
||
},
|
||
"passkeyNotCopied": {
|
||
"message": "Passkey will not be copied"
|
||
},
|
||
"passkeyNotCopiedAlert": {
|
||
"message": "The passkey will not be copied to the cloned item. Do you want to continue cloning this item?"
|
||
},
|
||
"modifiedCollectionManagement": {
|
||
"message": "Modified collection management setting $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Unique ID"
|
||
}
|
||
}
|
||
},
|
||
"limitCollectionCreationEnabled": {
|
||
"message": "Turned on Restrict collection creation setting $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Unique ID"
|
||
}
|
||
}
|
||
},
|
||
"limitCollectionCreationDisabled": {
|
||
"message": "Turned off Restrict collection creation setting $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Unique ID"
|
||
}
|
||
}
|
||
},
|
||
"limitCollectionDeletionEnabled": {
|
||
"message": "Turned on Restrict collection deletion setting $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Unique ID"
|
||
}
|
||
}
|
||
},
|
||
"limitCollectionDeletionDisabled": {
|
||
"message": "Turned off Restrict collection deletion setting $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Unique ID"
|
||
}
|
||
}
|
||
},
|
||
"limitItemDeletionEnabled": {
|
||
"message": "Turned on Restrict item deletion setting $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Unique ID"
|
||
}
|
||
}
|
||
},
|
||
"limitItemDeletionDisabled": {
|
||
"message": "Turned off Restrict item deletion setting $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Unique ID"
|
||
}
|
||
}
|
||
},
|
||
"allowAdminAccessToAllCollectionItemsEnabled": {
|
||
"message": "Turned on Allow owners and admins to manage all collections and items setting $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Unique ID"
|
||
}
|
||
}
|
||
},
|
||
"allowAdminAccessToAllCollectionItemsDisabled": {
|
||
"message": "Turned off Allow owners and admins to manage all collections and items setting $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "Unique ID"
|
||
}
|
||
}
|
||
},
|
||
"seeDetailedInstructions": {
|
||
"message": "See detailed instructions on our help site at",
|
||
"description": "This is followed a by a hyperlink to the help website."
|
||
},
|
||
"installBrowserExtension": {
|
||
"message": "Install browser extension"
|
||
},
|
||
"installBrowserExtensionDetails": {
|
||
"message": "Use the extension to quickly save logins and auto-fill forms without opening the web app."
|
||
},
|
||
"projectAccessUpdated": {
|
||
"message": "Project access updated"
|
||
},
|
||
"unexpectedErrorSend": {
|
||
"message": "An unexpected error has occurred while loading this Send. Try again later."
|
||
},
|
||
"seatLimitReached": {
|
||
"message": "Seat limit has been reached"
|
||
},
|
||
"contactYourProvider": {
|
||
"message": "Contact your provider to purchase additional seats."
|
||
},
|
||
"seatLimitReachedContactYourProvider": {
|
||
"message": "Seat limit has been reached. Contact your provider to purchase additional seats."
|
||
},
|
||
"collectionAccessRestricted": {
|
||
"message": "Collection access is restricted"
|
||
},
|
||
"readOnlyCollectionAccess": {
|
||
"message": "You do not have access to manage this collection."
|
||
},
|
||
"grantManageCollectionWarningTitle": {
|
||
"message": "Missing Manage Collection Permissions"
|
||
},
|
||
"grantManageCollectionWarning": {
|
||
"message": "Grant Manage collection permissions to allow full collection management including deletion of collection."
|
||
},
|
||
"grantCollectionAccess": {
|
||
"message": "Grant groups or members access to this collection."
|
||
},
|
||
"grantCollectionAccessMembersOnly": {
|
||
"message": "Grant members access to this collection."
|
||
},
|
||
"adminCollectionAccess": {
|
||
"message": "Administrators can access and manage collections."
|
||
},
|
||
"serviceAccountAccessUpdated": {
|
||
"message": "Service account access updated"
|
||
},
|
||
"commonImportFormats": {
|
||
"message": "Common formats",
|
||
"description": "Label indicating the most common import formats"
|
||
},
|
||
"uriMatchDefaultStrategyHint": {
|
||
"message": "URI match detection is how Bitwarden identifies autofill suggestions.",
|
||
"description": "Explains to the user that URI match detection determines how Bitwarden suggests autofill options, and clarifies that this default strategy applies when no specific match detection is set for a login item."
|
||
},
|
||
"regExAdvancedOptionWarning": {
|
||
"message": "\"Regular expression\" is an advanced option with increased risk of exposing credentials.",
|
||
"description": "Content for dialog which warns a user when selecting 'regular expression' matching strategy as a cipher match strategy"
|
||
},
|
||
"startsWithAdvancedOptionWarning": {
|
||
"message": "\"Starts with\" is an advanced option with increased risk of exposing credentials.",
|
||
"description": "Content for dialog which warns a user when selecting 'starts with' matching strategy as a cipher match strategy"
|
||
},
|
||
"uriMatchWarningDialogLink": {
|
||
"message": "More about match detection",
|
||
"description": "Link to match detection docs on warning dialog for advance match strategy"
|
||
},
|
||
"uriAdvancedOption": {
|
||
"message": "Advanced options",
|
||
"description": "Advanced option placeholder for uri option component"
|
||
},
|
||
"warningCapitalized": {
|
||
"message": "Warning",
|
||
"description": "Warning (should maintain locale-relevant capitalization)"
|
||
},
|
||
"maintainYourSubscription": {
|
||
"message": "To maintain your subscription for $ORG$, ",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To maintain your subscription for $ORG$, add a payment method.'",
|
||
"placeholders": {
|
||
"org": {
|
||
"content": "$1",
|
||
"example": "Example Inc."
|
||
}
|
||
}
|
||
},
|
||
"addAPaymentMethod": {
|
||
"message": "add a payment method",
|
||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To maintain your subscription for $ORG$, add a payment method'"
|
||
},
|
||
"organizationInformation": {
|
||
"message": "Organization information"
|
||
},
|
||
"confirmationDetails": {
|
||
"message": "Confirmation details"
|
||
},
|
||
"smFreeTrialThankYou": {
|
||
"message": "Bitwarden 비밀 데이터 관리자에 가입해 주셔서 고맙습니다!"
|
||
},
|
||
"smFreeTrialConfirmationEmail": {
|
||
"message": "We've sent a confirmation email to your email at "
|
||
},
|
||
"sorryToSeeYouGo": {
|
||
"message": "Sorry to see you go! Help improve Bitwarden by sharing why you're canceling.",
|
||
"description": "A message shown to users as part of an offboarding survey asking them to provide more information on their subscription cancelation."
|
||
},
|
||
"selectCancellationReason": {
|
||
"message": "Select a reason for canceling",
|
||
"description": "Used as a form field label for a select input on the offboarding survey."
|
||
},
|
||
"anyOtherFeedback": {
|
||
"message": "Is there any other feedback you'd like to share?",
|
||
"description": "Used as a form field label for a textarea input on the offboarding survey."
|
||
},
|
||
"missingFeatures": {
|
||
"message": "Missing features",
|
||
"description": "An option for the offboarding survey shown when a user cancels their subscription."
|
||
},
|
||
"movingToAnotherTool": {
|
||
"message": "Moving to another tool",
|
||
"description": "An option for the offboarding survey shown when a user cancels their subscription."
|
||
},
|
||
"tooDifficultToUse": {
|
||
"message": "Too difficult to use",
|
||
"description": "An option for the offboarding survey shown when a user cancels their subscription."
|
||
},
|
||
"notUsingEnough": {
|
||
"message": "Not using enough",
|
||
"description": "An option for the offboarding survey shown when a user cancels their subscription."
|
||
},
|
||
"tooExpensive": {
|
||
"message": "Too expensive",
|
||
"description": "An option for the offboarding survey shown when a user cancels their subscription."
|
||
},
|
||
"freeForOneYear": {
|
||
"message": "Free for 1 year"
|
||
},
|
||
"newWebApp": {
|
||
"message": "Welcome to the new and improved web app. Learn more about what’s changed."
|
||
},
|
||
"releaseBlog": {
|
||
"message": "Read release blog"
|
||
},
|
||
"adminConsole": {
|
||
"message": "Admin Console"
|
||
},
|
||
"providerPortal": {
|
||
"message": "Provider Portal"
|
||
},
|
||
"success": {
|
||
"message": "Success"
|
||
},
|
||
"restrictedGroupAccess": {
|
||
"message": "You cannot add yourself to groups."
|
||
},
|
||
"cannotAddYourselfToCollections": {
|
||
"message": "You cannot add yourself to collections."
|
||
},
|
||
"assign": {
|
||
"message": "Assign"
|
||
},
|
||
"assignTasks": {
|
||
"message": "Assign tasks"
|
||
},
|
||
"assignToCollections": {
|
||
"message": "Assign to collections"
|
||
},
|
||
"assignToTheseCollections": {
|
||
"message": "Assign to these collections"
|
||
},
|
||
"bulkCollectionAssignmentDialogDescriptionSingular": {
|
||
"message": "Only organization members with access to these collections will be able to see the item."
|
||
},
|
||
"bulkCollectionAssignmentDialogDescriptionPlural": {
|
||
"message": "Only organization members with access to these collections will be able to see the items."
|
||
},
|
||
"selectCollectionsToAssign": {
|
||
"message": "Select collections to assign"
|
||
},
|
||
"noCollectionsAssigned": {
|
||
"message": "No collections have been assigned"
|
||
},
|
||
"successfullyAssignedCollections": {
|
||
"message": "Successfully assigned collections"
|
||
},
|
||
"bulkCollectionAssignmentWarning": {
|
||
"message": "You have selected $TOTAL_COUNT$ items. You cannot update $READONLY_COUNT$ of the items because you do not have edit permissions.",
|
||
"placeholders": {
|
||
"total_count": {
|
||
"content": "$1",
|
||
"example": "10"
|
||
},
|
||
"readonly_count": {
|
||
"content": "$2",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"addField": {
|
||
"message": "Add field"
|
||
},
|
||
"editField": {
|
||
"message": "Edit field"
|
||
},
|
||
"items": {
|
||
"message": "Items"
|
||
},
|
||
"assignedSeats": {
|
||
"message": "Assigned seats"
|
||
},
|
||
"assigned": {
|
||
"message": "Assigned"
|
||
},
|
||
"used": {
|
||
"message": "Used"
|
||
},
|
||
"remaining": {
|
||
"message": "Remaining"
|
||
},
|
||
"unlinkOrganization": {
|
||
"message": "Unlink organization"
|
||
},
|
||
"manageSeats": {
|
||
"message": "MANAGE SEATS"
|
||
},
|
||
"manageSeatsDescription": {
|
||
"message": "Adjustments to seats will be reflected in the next billing cycle."
|
||
},
|
||
"unassignedSeatsDescription": {
|
||
"message": "Unassigned seats"
|
||
},
|
||
"purchaseSeatDescription": {
|
||
"message": "Additional seats purchased"
|
||
},
|
||
"assignedSeatCannotUpdate": {
|
||
"message": "Assigned Seats can not be updated. Please contact your organization owner for assistance."
|
||
},
|
||
"subscriptionUpdateFailed": {
|
||
"message": "Subscription update failed"
|
||
},
|
||
"trial": {
|
||
"message": "Trial",
|
||
"description": "A subscription status label."
|
||
},
|
||
"pastDue": {
|
||
"message": "Past due",
|
||
"description": "A subscription status label"
|
||
},
|
||
"subscriptionExpired": {
|
||
"message": "Subscription expired",
|
||
"description": "The date header used when a subscription is past due."
|
||
},
|
||
"pastDueWarningForChargeAutomatically": {
|
||
"message": "You have a grace period of $DAYS$ days from your subscription expiration date to maintain your subscription. Please resolve the past due invoices by $SUSPENSION_DATE$.",
|
||
"placeholders": {
|
||
"days": {
|
||
"content": "$1",
|
||
"example": "11"
|
||
},
|
||
"suspension_date": {
|
||
"content": "$2",
|
||
"example": "01/10/2024"
|
||
}
|
||
},
|
||
"description": "A warning shown to the user when their subscription is past due and they are charged automatically."
|
||
},
|
||
"pastDueWarningForSendInvoice": {
|
||
"message": "You have a grace period of $DAYS$ days from the date your first unpaid invoice is due to maintain your subscription. Please resolve the past due invoices by $SUSPENSION_DATE$.",
|
||
"placeholders": {
|
||
"days": {
|
||
"content": "$1",
|
||
"example": "11"
|
||
},
|
||
"suspension_date": {
|
||
"content": "$2",
|
||
"example": "01/10/2024"
|
||
}
|
||
},
|
||
"description": "A warning shown to the user when their subscription is past due and they pay via invoice."
|
||
},
|
||
"unpaidInvoice": {
|
||
"message": "Unpaid invoice",
|
||
"description": "The header of a warning box shown to a user whose subscription is unpaid."
|
||
},
|
||
"toReactivateYourSubscription": {
|
||
"message": "To reactivate your subscription, please resolve the past due invoices.",
|
||
"description": "The body of a warning box shown to a user whose subscription is unpaid."
|
||
},
|
||
"cancellationDate": {
|
||
"message": "Cancellation date",
|
||
"description": "The date header used when a subscription is cancelled."
|
||
},
|
||
"machineAccountsCannotCreate": {
|
||
"message": "Machine accounts cannot be created in suspended organizations. Please contact your organization owner for assistance."
|
||
},
|
||
"machineAccount": {
|
||
"message": "Machine account",
|
||
"description": "A machine user which can be used to automate processes and access secrets in the system."
|
||
},
|
||
"machineAccounts": {
|
||
"message": "Machine accounts",
|
||
"description": "The title for the section that deals with machine accounts."
|
||
},
|
||
"newMachineAccount": {
|
||
"message": "New machine account",
|
||
"description": "Title for creating a new machine account."
|
||
},
|
||
"machineAccountsNoItemsMessage": {
|
||
"message": "Create a new machine account to get started automating secret access.",
|
||
"description": "Message to encourage the user to start creating machine accounts."
|
||
},
|
||
"machineAccountsNoItemsTitle": {
|
||
"message": "Nothing to show yet",
|
||
"description": "Title to indicate that there are no machine accounts to display."
|
||
},
|
||
"deleteMachineAccounts": {
|
||
"message": "Delete machine accounts",
|
||
"description": "Title for the action to delete one or multiple machine accounts."
|
||
},
|
||
"deleteMachineAccount": {
|
||
"message": "Delete machine account",
|
||
"description": "Title for the action to delete a single machine account."
|
||
},
|
||
"viewMachineAccount": {
|
||
"message": "View machine account",
|
||
"description": "Action to view the details of a machine account."
|
||
},
|
||
"deleteMachineAccountDialogMessage": {
|
||
"message": "Deleting machine account $MACHINE_ACCOUNT$ is permanent and irreversible.",
|
||
"placeholders": {
|
||
"machine_account": {
|
||
"content": "$1",
|
||
"example": "Machine account name"
|
||
}
|
||
}
|
||
},
|
||
"deleteMachineAccountsDialogMessage": {
|
||
"message": "Deleting machine accounts is permanent and irreversible."
|
||
},
|
||
"deleteMachineAccountsConfirmMessage": {
|
||
"message": "Delete $COUNT$ machine accounts",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"deleteMachineAccountToast": {
|
||
"message": "Machine account deleted"
|
||
},
|
||
"deleteMachineAccountsToast": {
|
||
"message": "Machine accounts deleted"
|
||
},
|
||
"searchMachineAccounts": {
|
||
"message": "Search machine accounts",
|
||
"description": "Placeholder text for searching machine accounts."
|
||
},
|
||
"editMachineAccount": {
|
||
"message": "Edit machine account",
|
||
"description": "Title for editing a machine account."
|
||
},
|
||
"machineAccountName": {
|
||
"message": "Machine account name",
|
||
"description": "Label for the name of a machine account"
|
||
},
|
||
"machineAccountCreated": {
|
||
"message": "Machine account created",
|
||
"description": "Notifies that a new machine account has been created"
|
||
},
|
||
"machineAccountUpdated": {
|
||
"message": "Machine account updated",
|
||
"description": "Notifies that a machine account has been updated"
|
||
},
|
||
"projectMachineAccountsDescription": {
|
||
"message": "Grant machine accounts access to this project."
|
||
},
|
||
"projectMachineAccountsSelectHint": {
|
||
"message": "Type or select machine accounts"
|
||
},
|
||
"projectEmptyMachineAccountAccessPolicies": {
|
||
"message": "Add machine accounts to grant access"
|
||
},
|
||
"machineAccountPeopleDescription": {
|
||
"message": "Grant groups or people access to this machine account."
|
||
},
|
||
"machineAccountProjectsDescription": {
|
||
"message": "Assign projects to this machine account. "
|
||
},
|
||
"createMachineAccount": {
|
||
"message": "Create a machine account"
|
||
},
|
||
"maPeopleWarningMessage": {
|
||
"message": "Removing people from a machine account does not remove the access tokens they created. For security best practice, it is recommended to revoke access tokens created by people removed from a machine account."
|
||
},
|
||
"smAccessRemovalWarningMaTitle": {
|
||
"message": "Remove access to this machine account"
|
||
},
|
||
"smAccessRemovalWarningMaMessage": {
|
||
"message": "This action will remove your access to the machine account."
|
||
},
|
||
"machineAccountsIncluded": {
|
||
"message": "$COUNT$ machine accounts included",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "3"
|
||
}
|
||
}
|
||
},
|
||
"additionalMachineAccountCost": {
|
||
"message": "$COST$ per month for additional machine accounts",
|
||
"placeholders": {
|
||
"cost": {
|
||
"content": "$1",
|
||
"example": "$0.50"
|
||
}
|
||
}
|
||
},
|
||
"additionalMachineAccounts": {
|
||
"message": "Additional machine accounts"
|
||
},
|
||
"includedMachineAccounts": {
|
||
"message": "Your plan comes with $COUNT$ machine accounts.",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "50"
|
||
}
|
||
}
|
||
},
|
||
"addAdditionalMachineAccounts": {
|
||
"message": "You can add additional machine accounts for $COST$ per month.",
|
||
"placeholders": {
|
||
"cost": {
|
||
"content": "$1",
|
||
"example": "$0.50"
|
||
}
|
||
}
|
||
},
|
||
"limitMachineAccounts": {
|
||
"message": "Limit machine accounts (optional)"
|
||
},
|
||
"limitMachineAccountsDesc": {
|
||
"message": "Set a limit for your machine accounts. Once this limit is reached, you will not be able to create new machine accounts."
|
||
},
|
||
"machineAccountLimit": {
|
||
"message": "Machine account limit (optional)"
|
||
},
|
||
"maxMachineAccountCost": {
|
||
"message": "Max potential machine account cost"
|
||
},
|
||
"machineAccountAccessUpdated": {
|
||
"message": "Machine account access updated"
|
||
},
|
||
"restrictedGroupAccessDesc": {
|
||
"message": "You cannot add yourself to a group."
|
||
},
|
||
"deleteProvider": {
|
||
"message": "Delete provider"
|
||
},
|
||
"deleteProviderConfirmation": {
|
||
"message": "Deleting a provider is permanent and irreversible. Enter your master password to confirm the deletion of the provider and all associated data."
|
||
},
|
||
"deleteProviderName": {
|
||
"message": "Cannot delete $ID$",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"deleteProviderWarningDescription": {
|
||
"message": "You must unlink all clients before you can delete $ID$.",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "John Smith"
|
||
}
|
||
}
|
||
},
|
||
"providerDeleted": {
|
||
"message": "Provider deleted"
|
||
},
|
||
"providerDeletedDesc": {
|
||
"message": "The Provider and all associated data has been deleted."
|
||
},
|
||
"deleteProviderRecoverConfirmDesc": {
|
||
"message": "You have requested to delete this Provider. Use the button below to confirm."
|
||
},
|
||
"deleteProviderWarning": {
|
||
"message": "Deleting your provider is permanent. It cannot be undone."
|
||
},
|
||
"errorAssigningTargetCollection": {
|
||
"message": "Error assigning target collection."
|
||
},
|
||
"errorAssigningTargetFolder": {
|
||
"message": "Error assigning target folder."
|
||
},
|
||
"integrationsAndSdks": {
|
||
"message": "Integrations & SDKs",
|
||
"description": "The title for the section that deals with integrations and SDKs."
|
||
},
|
||
"integrations": {
|
||
"message": "Integrations"
|
||
},
|
||
"integrationsDesc": {
|
||
"message": "Automatically sync secrets from Bitwarden Secrets Manager to a third-party service."
|
||
},
|
||
"sdks": {
|
||
"message": "SDKs"
|
||
},
|
||
"sdksDesc": {
|
||
"message": "Use Bitwarden Secrets Manager SDK in the following programming languages to build your own applications."
|
||
},
|
||
"ssoDescStart": {
|
||
"message": "Configure",
|
||
"description": "This represents the beginning of a sentence, broken up to include links. The full sentence will be 'Configure single sign-on for Bitwarden using the implementation guide for your Identity Provider."
|
||
},
|
||
"ssoDescEnd": {
|
||
"message": "for Bitwarden using the implementation guide for your Identity Provider.",
|
||
"description": "This represents the end of a sentence, broken up to include links. The full sentence will be 'Configure single sign-on for Bitwarden using the implementation guide for your Identity Provider."
|
||
},
|
||
"userProvisioning": {
|
||
"message": "User provisioning"
|
||
},
|
||
"scimIntegration": {
|
||
"message": "SCIM"
|
||
},
|
||
"scimIntegrationDescStart": {
|
||
"message": "Configure ",
|
||
"description": "This represents the beginning of a sentence, broken up to include links. The full sentence will be 'Configure SCIM (System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider"
|
||
},
|
||
"scimIntegrationDescEnd": {
|
||
"message": "(System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider.",
|
||
"description": "This represents the end of a sentence, broken up to include links. The full sentence will be 'Configure SCIM (System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider"
|
||
},
|
||
"bwdc": {
|
||
"message": "Bitwarden Directory Connector"
|
||
},
|
||
"bwdcDesc": {
|
||
"message": "Configure Bitwarden Directory Connector to automatically provision users and groups using the implementation guide for your Identity Provider."
|
||
},
|
||
"eventManagement": {
|
||
"message": "Event management"
|
||
},
|
||
"eventManagementDesc": {
|
||
"message": "Integrate Bitwarden event logs with your SIEM (system information and event management) system by using the implementation guide for your platform."
|
||
},
|
||
"deviceManagement": {
|
||
"message": "Device management"
|
||
},
|
||
"deviceManagementDesc": {
|
||
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
|
||
},
|
||
"crowdstrikeEventIntegrationDesc": {
|
||
"message": "Send event data to your Logscale instance"
|
||
},
|
||
"datadogEventIntegrationDesc": {
|
||
"message": "Send vault event data to your Datadog instance"
|
||
},
|
||
"failedToSaveIntegration": {
|
||
"message": "Failed to save integration. Please try again later."
|
||
},
|
||
"mustBeOrgOwnerToPerformAction": {
|
||
"message": "You must be the organization owner to perform this action."
|
||
},
|
||
"failedToDeleteIntegration": {
|
||
"message": "Failed to delete integration. Please try again later."
|
||
},
|
||
"deviceIdMissing": {
|
||
"message": "Device ID is missing"
|
||
},
|
||
"deviceTypeMissing": {
|
||
"message": "Device type is missing"
|
||
},
|
||
"deviceCreationDateMissing": {
|
||
"message": "Device creation date is missing"
|
||
},
|
||
"desktopRequired": {
|
||
"message": "Desktop required"
|
||
},
|
||
"reopenLinkOnDesktop": {
|
||
"message": "Reopen this link from your email on a desktop."
|
||
},
|
||
"connectIntegrationButtonDesc": {
|
||
"message": "Connect $INTEGRATION$",
|
||
"placeholders": {
|
||
"integration": {
|
||
"content": "$1",
|
||
"example": "Crowdstrike"
|
||
}
|
||
}
|
||
},
|
||
"updateIntegrationButtonDesc": {
|
||
"message": "Update $INTEGRATION$",
|
||
"placeholders": {
|
||
"integration": {
|
||
"content": "$1",
|
||
"example": "Crowdstrike"
|
||
}
|
||
}
|
||
},
|
||
"integrationCardTooltip": {
|
||
"message": "Launch $INTEGRATION$ implementation guide.",
|
||
"placeholders": {
|
||
"integration": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"smIntegrationTooltip": {
|
||
"message": "Set up $INTEGRATION$.",
|
||
"placeholders": {
|
||
"integration": {
|
||
"content": "$1",
|
||
"example": "Google"
|
||
}
|
||
}
|
||
},
|
||
"smSdkTooltip": {
|
||
"message": "View $SDK$ repository",
|
||
"placeholders": {
|
||
"sdk": {
|
||
"content": "$1",
|
||
"example": "Rust"
|
||
}
|
||
}
|
||
},
|
||
"integrationCardAriaLabel": {
|
||
"message": "open $INTEGRATION$ implementation guide in a new tab.",
|
||
"placeholders": {
|
||
"integration": {
|
||
"content": "$1",
|
||
"example": "google"
|
||
}
|
||
}
|
||
},
|
||
"smSdkAriaLabel": {
|
||
"message": "view $SDK$ repository in a new tab.",
|
||
"placeholders": {
|
||
"sdk": {
|
||
"content": "$1",
|
||
"example": "rust"
|
||
}
|
||
}
|
||
},
|
||
"smIntegrationCardAriaLabel": {
|
||
"message": "set up $INTEGRATION$ implementation guide in a new tab.",
|
||
"placeholders": {
|
||
"integration": {
|
||
"content": "$1",
|
||
"example": "google"
|
||
}
|
||
}
|
||
},
|
||
"createNewClientToManageAsProvider": {
|
||
"message": "Create a new client organization to manage as a Provider. Additional seats will be reflected in the next billing cycle."
|
||
},
|
||
"url": {
|
||
"message": "URL"
|
||
},
|
||
"bearerToken": {
|
||
"message": "Bearer Token"
|
||
},
|
||
"repositoryNameHint": {
|
||
"message": "Name of the repository to ingest into"
|
||
},
|
||
"index": {
|
||
"message": "Index"
|
||
},
|
||
"selectAPlan": {
|
||
"message": "Select a plan"
|
||
},
|
||
"thirtyFivePercentDiscount": {
|
||
"message": "35% Discount"
|
||
},
|
||
"monthPerMember": {
|
||
"message": "month per member"
|
||
},
|
||
"monthPerMemberBilledAnnually": {
|
||
"message": "month per member billed annually"
|
||
},
|
||
"seats": {
|
||
"message": "Seats"
|
||
},
|
||
"addOrganization": {
|
||
"message": "Add organization"
|
||
},
|
||
"createdNewClient": {
|
||
"message": "Successfully created new client"
|
||
},
|
||
"noAccess": {
|
||
"message": "No access"
|
||
},
|
||
"collectionAdminConsoleManaged": {
|
||
"message": "This collection is only accessible from the admin console"
|
||
},
|
||
"organizationOptionsMenu": {
|
||
"message": "Toggle Organization Menu"
|
||
},
|
||
"vaultItemSelect": {
|
||
"message": "Select vault item"
|
||
},
|
||
"collectionItemSelect": {
|
||
"message": "Select collection item"
|
||
},
|
||
"manageBillingFromProviderPortalMessage": {
|
||
"message": "Manage billing from the Provider Portal"
|
||
},
|
||
"continueSettingUp": {
|
||
"message": "Continue setting up Bitwarden"
|
||
},
|
||
"continueSettingUpFreeTrial": {
|
||
"message": "Continue setting up your free trial of Bitwarden"
|
||
},
|
||
"continueSettingUpPasswordManager": {
|
||
"message": "Continue setting up Bitwarden Password Manager"
|
||
},
|
||
"continueSettingUpFreeTrialPasswordManager": {
|
||
"message": "Continue setting up your free trial of Bitwarden Password Manager"
|
||
},
|
||
"continueSettingUpSecretsManager": {
|
||
"message": "Continue setting up Bitwarden Secrets Manager"
|
||
},
|
||
"continueSettingUpFreeTrialSecretsManager": {
|
||
"message": "Continue setting up your free trial of Bitwarden Secrets Manager"
|
||
},
|
||
"enterTeamsOrgInfo": {
|
||
"message": "Enter your Teams organization information"
|
||
},
|
||
"enterFamiliesOrgInfo": {
|
||
"message": "Enter your Families organization information"
|
||
},
|
||
"enterEnterpriseOrgInfo": {
|
||
"message": "Enter your Enterprise organization information"
|
||
},
|
||
"viewItemsIn": {
|
||
"message": "View items in $NAME$",
|
||
"description": "Button to view the contents of a folder or collection",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "Work"
|
||
}
|
||
}
|
||
},
|
||
"backTo": {
|
||
"message": "Back to $NAME$",
|
||
"description": "Navigate back to a previous folder or collection",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "Work"
|
||
}
|
||
}
|
||
},
|
||
"back": {
|
||
"message": "Back",
|
||
"description": "Button text to navigate back"
|
||
},
|
||
"removeItem": {
|
||
"message": "Remove $NAME$",
|
||
"description": "Remove a selected option, such as a folder or collection",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "Work"
|
||
}
|
||
}
|
||
},
|
||
"viewInfo": {
|
||
"message": "View info"
|
||
},
|
||
"viewAccess": {
|
||
"message": "View access"
|
||
},
|
||
"noCollectionsSelected": {
|
||
"message": "You have not selected any collections."
|
||
},
|
||
"updateName": {
|
||
"message": "Update name"
|
||
},
|
||
"updatedOrganizationName": {
|
||
"message": "Updated organization name"
|
||
},
|
||
"providerPlan": {
|
||
"message": "Managed Service Provider"
|
||
},
|
||
"managedServiceProvider": {
|
||
"message": "Managed service provider"
|
||
},
|
||
"multiOrganizationEnterprise": {
|
||
"message": "Multi-organization enterprise"
|
||
},
|
||
"orgSeats": {
|
||
"message": "Organization Seats"
|
||
},
|
||
"providerDiscount": {
|
||
"message": "$AMOUNT$% Discount",
|
||
"placeholders": {
|
||
"amount": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"secureYourInfrastructure": {
|
||
"message": "Secure your infrastructure"
|
||
},
|
||
"protectYourFamilyOrBusiness": {
|
||
"message": "Protect your family or business"
|
||
},
|
||
"upgradeOrganizationCloseSecurityGaps": {
|
||
"message": "Close security gaps with monitoring reports"
|
||
},
|
||
"upgradeOrganizationCloseSecurityGapsDesc": {
|
||
"message": "Stay ahead of security vulnerabilities by upgrading to a paid plan for enhanced monitoring."
|
||
},
|
||
"approveAllRequests": {
|
||
"message": "Approve all requests"
|
||
},
|
||
"allLoginRequestsApproved": {
|
||
"message": "All login requests approved"
|
||
},
|
||
"payPal": {
|
||
"message": "PayPal"
|
||
},
|
||
"bitcoin": {
|
||
"message": "Bitcoin"
|
||
},
|
||
"updatedTaxInformation": {
|
||
"message": "Updated tax information"
|
||
},
|
||
"billingInvalidTaxIdError": {
|
||
"message": "Invalid tax ID, if you believe this is an error please contact support."
|
||
},
|
||
"billingTaxIdTypeInferenceError": {
|
||
"message": "We were unable to validate your tax ID, if you believe this is an error please contact support."
|
||
},
|
||
"billingPreviewInvalidTaxIdError": {
|
||
"message": "Invalid tax ID, if you believe this is an error please contact support."
|
||
},
|
||
"billingPreviewInvoiceError": {
|
||
"message": "An error occurred while previewing the invoice. Please try again later."
|
||
},
|
||
"unverified": {
|
||
"message": "Unverified"
|
||
},
|
||
"verified": {
|
||
"message": "Verified"
|
||
},
|
||
"viewSecret": {
|
||
"message": "View secret"
|
||
},
|
||
"noClients": {
|
||
"message": "There are no clients to list"
|
||
},
|
||
"providerBillingEmailHint": {
|
||
"message": "This email address will receive all invoices pertaining to this provider",
|
||
"description": "A hint that shows up on the Provider setup page to inform the admin the billing email will receive the provider's invoices."
|
||
},
|
||
"upgradeOrganizationEnterprise": {
|
||
"message": "Identify security risks by auditing member access"
|
||
},
|
||
"onlyAvailableForEnterpriseOrganization": {
|
||
"message": "Quickly view member access across the organization by upgrading to an Enterprise plan."
|
||
},
|
||
"date": {
|
||
"message": "Date"
|
||
},
|
||
"exportClientReport": {
|
||
"message": "Export client report"
|
||
},
|
||
"memberAccessReport": {
|
||
"message": "Member access"
|
||
},
|
||
"memberAccessReportDesc": {
|
||
"message": "Ensure members have access to the right credentials and their accounts are secure. Use this report to obtain a CSV of member access and account configurations."
|
||
},
|
||
"memberAccessReportPageDesc": {
|
||
"message": "Audit organization member access across groups, collections, and collection items. The CSV export provides a detailed breakdown per member, including information on collection permissions and account configurations."
|
||
},
|
||
"memberAccessReportNoCollection": {
|
||
"message": "(No Collection)"
|
||
},
|
||
"memberAccessReportNoCollectionPermission": {
|
||
"message": "(No Collection Permission)"
|
||
},
|
||
"memberAccessReportNoGroup": {
|
||
"message": "(No Group)"
|
||
},
|
||
"memberAccessReportTwoFactorEnabledTrue": {
|
||
"message": "On"
|
||
},
|
||
"memberAccessReportTwoFactorEnabledFalse": {
|
||
"message": "Off"
|
||
},
|
||
"memberAccessReportAuthenticationEnabledTrue": {
|
||
"message": "On"
|
||
},
|
||
"memberAccessReportAuthenticationEnabledFalse": {
|
||
"message": "Off"
|
||
},
|
||
"kdfIterationRecommends": {
|
||
"message": "We recommend 600,000 or more"
|
||
},
|
||
"providerReinstate": {
|
||
"message": " Contact Customer Support to reinstate your subscription."
|
||
},
|
||
"secretPeopleDescription": {
|
||
"message": "Grant groups or people access to this secret. Permissions set for people will override permissions set by groups."
|
||
},
|
||
"secretPeopleEmptyMessage": {
|
||
"message": "Add people or groups to share access to this secret"
|
||
},
|
||
"secretMachineAccountsDescription": {
|
||
"message": "Grant machine accounts access to this secret."
|
||
},
|
||
"secretMachineAccountsEmptyMessage": {
|
||
"message": "Add machine accounts to grant access to this secret"
|
||
},
|
||
"smAccessRemovalWarningSecretTitle": {
|
||
"message": "Remove access to this secret"
|
||
},
|
||
"smAccessRemovalSecretMessage": {
|
||
"message": "This action will remove your access to this secret."
|
||
},
|
||
"invoice": {
|
||
"message": "Invoice"
|
||
},
|
||
"unassignedSeatsAvailable": {
|
||
"message": "You have $SEATS$ unassigned seats available.",
|
||
"placeholders": {
|
||
"seats": {
|
||
"content": "$1",
|
||
"example": "10"
|
||
}
|
||
},
|
||
"description": "A message showing how many unassigned seats are available for a provider."
|
||
},
|
||
"contactYourProviderForAdditionalSeats": {
|
||
"message": "Contact your provider admin to purchase additional seats."
|
||
},
|
||
"open": {
|
||
"message": "Open",
|
||
"description": "The status of an invoice."
|
||
},
|
||
"uncollectible": {
|
||
"message": "Uncollectible",
|
||
"description": "The status of an invoice."
|
||
},
|
||
"clientDetails": {
|
||
"message": "Client details"
|
||
},
|
||
"downloadCSV": {
|
||
"message": "Download CSV"
|
||
},
|
||
"monthlySubscriptionUserSeatsMessage": {
|
||
"message": "Adjustments to your subscription will result in prorated charges to your billing totals on your next billing period. "
|
||
},
|
||
"annualSubscriptionUserSeatsMessage": {
|
||
"message": "Adjustments to your subscription will result in prorated charges on a monthly billing cycle. "
|
||
},
|
||
"billingHistoryDescription": {
|
||
"message": "Download a CSV to obtain client details for each billing date. Prorated charges are not included in the CSV and may vary from the linked invoice. For the most accurate billing details, refer to your monthly invoices.",
|
||
"description": "A paragraph on the Billing History page of the Provider Portal letting users know they can download a CSV report for their invoices that does not include prorations."
|
||
},
|
||
"noInvoicesToList": {
|
||
"message": "There are no invoices to list",
|
||
"description": "A paragraph on the Billing History page of the Provider Portal letting users know they can download a CSV report for their invoices that does not include prorations."
|
||
},
|
||
"providerClientVaultPrivacyNotification": {
|
||
"message": "Notice: Later this month, client vault privacy will be improved and provider members will no longer have direct access to client vault items. For questions,",
|
||
"description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'Notice: Later this month, client vault privacy will be improved and provider members will no longer have direct access to client vault items. For questions, please contact Bitwarden support'."
|
||
},
|
||
"contactBitwardenSupport": {
|
||
"message": "contact Bitwarden support.",
|
||
"description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'Notice: Later this month, client vault privacy will be improved and provider members will no longer have direct access to client vault items. For questions, please contact Bitwarden support'. 'Bitwarden' should not be translated"
|
||
},
|
||
"sponsored": {
|
||
"message": "Sponsored"
|
||
},
|
||
"licenseAndBillingManagementDesc": {
|
||
"message": "After making updates in the Bitwarden cloud server, upload your license file to apply the most recent changes."
|
||
},
|
||
"addToFolder": {
|
||
"message": "Add to folder"
|
||
},
|
||
"selectFolder": {
|
||
"message": "Select folder"
|
||
},
|
||
"personalItemTransferWarningSingular": {
|
||
"message": "1 item will be permanently transferred to the selected organization. You will no longer own this item."
|
||
},
|
||
"personalItemsTransferWarningPlural": {
|
||
"message": "$PERSONAL_ITEMS_COUNT$ items will be permanently transferred to the selected organization. You will no longer own these items.",
|
||
"placeholders": {
|
||
"personal_items_count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"personalItemWithOrgTransferWarningSingular": {
|
||
"message": "1 item will be permanently transferred to $ORG$. You will no longer own this item.",
|
||
"placeholders": {
|
||
"org": {
|
||
"content": "$1",
|
||
"example": "Organization name"
|
||
}
|
||
}
|
||
},
|
||
"personalItemsWithOrgTransferWarningPlural": {
|
||
"message": "$PERSONAL_ITEMS_COUNT$ items will be permanently transferred to $ORG$. You will no longer own these items.",
|
||
"placeholders": {
|
||
"personal_items_count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
},
|
||
"org": {
|
||
"content": "$2",
|
||
"example": "Organization name"
|
||
}
|
||
}
|
||
},
|
||
"data": {
|
||
"message": "Data"
|
||
},
|
||
"purchasedSeatsRemoved": {
|
||
"message": "purchased seats removed"
|
||
},
|
||
"environmentVariables": {
|
||
"message": "Environment variables"
|
||
},
|
||
"organizationId": {
|
||
"message": "Organization ID"
|
||
},
|
||
"projectIds": {
|
||
"message": "Project IDs"
|
||
},
|
||
"projectId": {
|
||
"message": "Project ID"
|
||
},
|
||
"projectsAccessedByMachineAccount": {
|
||
"message": "The following projects can be accessed by this machine account."
|
||
},
|
||
"config": {
|
||
"message": "Config"
|
||
},
|
||
"learnMoreAboutEmergencyAccess": {
|
||
"message": "Learn more about emergency access"
|
||
},
|
||
"learnMoreAboutMatchDetection": {
|
||
"message": "Learn more about match detection"
|
||
},
|
||
"learnMoreAboutMasterPasswordReprompt": {
|
||
"message": "Learn more about master password re-prompt"
|
||
},
|
||
"learnMoreAboutSearchingYourVault": {
|
||
"message": "Learn more about searching your vault"
|
||
},
|
||
"learnMoreAboutYourAccountFingerprintPhrase": {
|
||
"message": "Learn about your account fingerprint phrase"
|
||
},
|
||
"impactOfRotatingYourEncryptionKey": {
|
||
"message": "Impact of rotating your encryption key"
|
||
},
|
||
"learnMoreAboutEncryptionAlgorithms": {
|
||
"message": "Learn more about encryption algorithms"
|
||
},
|
||
"learnMoreAboutKDFIterations": {
|
||
"message": "Learn more about KDF iterations"
|
||
},
|
||
"learnMoreAboutLocalization": {
|
||
"message": "Learn more about localization"
|
||
},
|
||
"learnMoreAboutWebsiteIcons": {
|
||
"message": "Learn more about using website icons"
|
||
},
|
||
"learnMoreAboutUserAccess": {
|
||
"message": "Learn more about user access"
|
||
},
|
||
"learnMoreAboutMemberRoles": {
|
||
"message": "Learn more about member roles and permissions"
|
||
},
|
||
"whatIsACvvNumber": {
|
||
"message": "What is a CVV number?"
|
||
},
|
||
"learnMoreAboutApi": {
|
||
"message": "Learn more about Bitwarden's API"
|
||
},
|
||
"fileSends": {
|
||
"message": "File Sends"
|
||
},
|
||
"textSends": {
|
||
"message": "Text Sends"
|
||
},
|
||
"includesXMembers": {
|
||
"message": "for $COUNT$ member",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"costPerMember": {
|
||
"message": "$COST$",
|
||
"placeholders": {
|
||
"cost": {
|
||
"content": "$1",
|
||
"example": "$3"
|
||
}
|
||
}
|
||
},
|
||
"optionalOnPremHosting": {
|
||
"message": "Optional on-premises hosting"
|
||
},
|
||
"upgradeFreeOrganization": {
|
||
"message": "Upgrade your $NAME$ organization ",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "Teams"
|
||
}
|
||
}
|
||
},
|
||
"includeSsoAuthenticationMessage": {
|
||
"message": "SSO Authentication"
|
||
},
|
||
"familiesPlanInvLimitReachedManageBilling": {
|
||
"message": "Families organizations may have up to $SEATCOUNT$ members. Upgrade to a paid plan to invite more members.",
|
||
"placeholders": {
|
||
"seatcount": {
|
||
"content": "$1",
|
||
"example": "6"
|
||
}
|
||
}
|
||
},
|
||
"familiesPlanInvLimitReachedNoManageBilling": {
|
||
"message": "Families organizations may have up to $SEATCOUNT$ members. Contact your organization owner to upgrade.",
|
||
"placeholders": {
|
||
"seatcount": {
|
||
"content": "$1",
|
||
"example": "6"
|
||
}
|
||
}
|
||
},
|
||
"upgradePlans": {
|
||
"message": "Upgrade your plan to invite members and experience powerful security features."
|
||
},
|
||
"upgradeDiscount": {
|
||
"message": "Save $AMOUNT$%",
|
||
"placeholders": {
|
||
"amount": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"enterprisePlanUpgradeMessage": {
|
||
"message": "Advanced capabilities for larger organizations"
|
||
},
|
||
"teamsPlanUpgradeMessage": {
|
||
"message": "Resilient protection for growing teams"
|
||
},
|
||
"teamsInviteMessage": {
|
||
"message": "Invite unlimited members"
|
||
},
|
||
"accessToCreateGroups": {
|
||
"message": "Access to create groups"
|
||
},
|
||
"syncGroupsAndUsersFromDirectory": {
|
||
"message": "Sync groups and users from a directory"
|
||
},
|
||
"familyPlanUpgradeMessage": {
|
||
"message": "Secure your family logins"
|
||
},
|
||
"accessToPremiumFeatures": {
|
||
"message": "Access to Premium features"
|
||
},
|
||
"additionalStorageGbMessage": {
|
||
"message": "GB additional storage"
|
||
},
|
||
"sshKeyAlgorithm": {
|
||
"message": "Key algorithm"
|
||
},
|
||
"sshPrivateKey": {
|
||
"message": "Private key"
|
||
},
|
||
"sshPublicKey": {
|
||
"message": "Public key"
|
||
},
|
||
"sshFingerprint": {
|
||
"message": "Fingerprint"
|
||
},
|
||
"sshKeyFingerprint": {
|
||
"message": "Fingerprint"
|
||
},
|
||
"sshKeyPrivateKey": {
|
||
"message": "Private key"
|
||
},
|
||
"sshKeyPublicKey": {
|
||
"message": "Public key"
|
||
},
|
||
"sshKeyAlgorithmED25519": {
|
||
"message": "ED25519"
|
||
},
|
||
"sshKeyAlgorithmRSA2048": {
|
||
"message": "RSA 2048-Bit"
|
||
},
|
||
"sshKeyAlgorithmRSA3072": {
|
||
"message": "RSA 3072-Bit"
|
||
},
|
||
"sshKeyAlgorithmRSA4096": {
|
||
"message": "RSA 4096-Bit"
|
||
},
|
||
"premiumAccounts": {
|
||
"message": "6 premium accounts"
|
||
},
|
||
"unlimitedSharing": {
|
||
"message": "Unlimited sharing"
|
||
},
|
||
"unlimitedCollections": {
|
||
"message": "Unlimited collections"
|
||
},
|
||
"secureDataSharing": {
|
||
"message": "Secure data sharing"
|
||
},
|
||
"eventLogMonitoring": {
|
||
"message": "Event log monitoring"
|
||
},
|
||
"directoryIntegration": {
|
||
"message": "Directory integration"
|
||
},
|
||
"passwordLessSso": {
|
||
"message": "Passwordless SSO"
|
||
},
|
||
"accountRecovery": {
|
||
"message": "Account recovery"
|
||
},
|
||
"customRoles": {
|
||
"message": "Custom roles"
|
||
},
|
||
"unlimitedSecretsStorage": {
|
||
"message": "Unlimited secrets storage"
|
||
},
|
||
"unlimitedUsers": {
|
||
"message": "Unlimited users"
|
||
},
|
||
"UpTo50MachineAccounts": {
|
||
"message": "Up to 50 machine accounts"
|
||
},
|
||
"UpTo20MachineAccounts": {
|
||
"message": "Up to 20 machine accounts"
|
||
},
|
||
"current": {
|
||
"message": "Current"
|
||
},
|
||
"secretsManagerSubscriptionInfo": {
|
||
"message": "Your Secrets Manager subscription will upgrade based on the plan selected"
|
||
},
|
||
"bitwardenPasswordManager": {
|
||
"message": "Bitwarden Password Manager"
|
||
},
|
||
"secretsManagerComplimentaryPasswordManager": {
|
||
"message": "Your complimentary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over."
|
||
},
|
||
"fileSavedToDevice": {
|
||
"message": "File saved to device. Manage from your device downloads."
|
||
},
|
||
"publicApi": {
|
||
"message": "Public API",
|
||
"description": "The text, 'API', is an acronym and should not be translated."
|
||
},
|
||
"showCharacterCount": {
|
||
"message": "Show character count"
|
||
},
|
||
"hideCharacterCount": {
|
||
"message": "Hide character count"
|
||
},
|
||
"editAccess": {
|
||
"message": "Edit access"
|
||
},
|
||
"textHelpText": {
|
||
"message": "Use text fields for data like security questions"
|
||
},
|
||
"hiddenHelpText": {
|
||
"message": "Use hidden fields for sensitive data like a password"
|
||
},
|
||
"checkBoxHelpText": {
|
||
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
|
||
},
|
||
"linkedHelpText": {
|
||
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
|
||
},
|
||
"linkedLabelHelpText": {
|
||
"message": "Enter the the field's html id, name, aria-label, or placeholder."
|
||
},
|
||
"uppercaseDescription": {
|
||
"message": "Include uppercase characters",
|
||
"description": "Tooltip for the password generator uppercase character checkbox"
|
||
},
|
||
"uppercaseLabel": {
|
||
"message": "A-Z",
|
||
"description": "Label for the password generator uppercase character checkbox"
|
||
},
|
||
"lowercaseDescription": {
|
||
"message": "Include lowercase characters",
|
||
"description": "Full description for the password generator lowercase character checkbox"
|
||
},
|
||
"lowercaseLabel": {
|
||
"message": "a-z",
|
||
"description": "Label for the password generator lowercase character checkbox"
|
||
},
|
||
"numbersDescription": {
|
||
"message": "Include numbers",
|
||
"description": "Full description for the password generator numbers checkbox"
|
||
},
|
||
"numbersLabel": {
|
||
"message": "0-9",
|
||
"description": "Label for the password generator numbers checkbox"
|
||
},
|
||
"specialCharactersDescription": {
|
||
"message": "Include special characters",
|
||
"description": "Full description for the password generator special characters checkbox"
|
||
},
|
||
"addAttachment": {
|
||
"message": "Add attachment"
|
||
},
|
||
"maxFileSizeSansPunctuation": {
|
||
"message": "Maximum file size is 500 MB"
|
||
},
|
||
"permanentlyDeleteAttachmentConfirmation": {
|
||
"message": "Are you sure you want to permanently delete this attachment?"
|
||
},
|
||
"manageSubscriptionFromThe": {
|
||
"message": "Manage subscription from the",
|
||
"description": "This represents the beginning of a sentence. The full sentence will be 'Manage subscription from the Provider Portal', but 'Provider Portal' will be a link and thus cannot be included in the translation file."
|
||
},
|
||
"toHostBitwardenOnYourOwnServer": {
|
||
"message": "To host Bitwarden on your own server, you will need to upload your license file. To support Free Families plans and advanced billing capabilities for your self-hosted organization, you will need to set up automatic sync in your self-hosted organization."
|
||
},
|
||
"selfHostingTitleProper": {
|
||
"message": "Self-Hosting"
|
||
},
|
||
"claim-domain-single-org-warning": {
|
||
"message": "Claiming a domain will turn on the single organization policy."
|
||
},
|
||
"single-org-revoked-user-warning": {
|
||
"message": "Non-compliant members will be revoked. Administrators can restore members once they leave all other organizations."
|
||
},
|
||
"deleteOrganizationUser": {
|
||
"message": "Delete $NAME$",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "John Doe"
|
||
},
|
||
"description": "Title for the delete organization user dialog"
|
||
}
|
||
},
|
||
"deleteOrganizationUserWarningDesc": {
|
||
"message": "This will permanently delete all items owned by $NAME$. Collection items are not impacted.",
|
||
"description": "Warning description for the delete organization user dialog",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "John Doe"
|
||
}
|
||
}
|
||
},
|
||
"deleteManyOrganizationUsersWarningDesc": {
|
||
"message": "This will permanently delete all items owned by the following members. Collection items are not impacted.",
|
||
"description": "Warning description for the bulk delete organization users dialog"
|
||
},
|
||
"organizationUserDeleted": {
|
||
"message": "Deleted $NAME$",
|
||
"placeholders": {
|
||
"name": {
|
||
"content": "$1",
|
||
"example": "John Doe"
|
||
}
|
||
}
|
||
},
|
||
"organizationUserDeletedDesc": {
|
||
"message": "The user was removed from the organization and all associated user data has been deleted."
|
||
},
|
||
"deletedUserIdEventMessage": {
|
||
"message": "Deleted user $ID$",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "First 8 Character of a GUID"
|
||
}
|
||
}
|
||
},
|
||
"userLeftOrganization": {
|
||
"message": "User $ID$ left organization",
|
||
"placeholders": {
|
||
"id": {
|
||
"content": "$1",
|
||
"example": "First 8 Character of a GUID"
|
||
}
|
||
}
|
||
},
|
||
"suspendedOrganizationTitle": {
|
||
"message": "The $ORGANIZATION$ is suspended",
|
||
"placeholders": {
|
||
"organization": {
|
||
"content": "$1",
|
||
"example": "Acme c"
|
||
}
|
||
}
|
||
},
|
||
"suspendedUserOrgMessage": {
|
||
"message": "Contact your organization owner for assistance."
|
||
},
|
||
"suspendedOwnerOrgMessage": {
|
||
"message": "To regain access to your organization, add a payment method."
|
||
},
|
||
"deleteMembers": {
|
||
"message": "Delete members"
|
||
},
|
||
"noSelectedMembersApplicable": {
|
||
"message": "This action is not applicable to any of the selected members."
|
||
},
|
||
"deletedSuccessfully": {
|
||
"message": "Deleted successfully"
|
||
},
|
||
"freeFamiliesSponsorship": {
|
||
"message": "Remove Free Bitwarden Families sponsorship"
|
||
},
|
||
"freeFamiliesSponsorshipPolicyDesc": {
|
||
"message": "Do not allow members to redeem a Families plan through this organization."
|
||
},
|
||
"verifyBankAccountWithStatementDescriptorWarning": {
|
||
"message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make a micro-deposit within the next 1-2 business days. Enter the statement descriptor code from this deposit on the organization's billing page to verify the bank account. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
|
||
},
|
||
"verifyBankAccountWithStatementDescriptorInstructions": {
|
||
"message": "We have made a micro-deposit to your bank account (this may take 1-2 business days). Enter the six-digit code starting with 'SM' found on the deposit description. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
|
||
},
|
||
"descriptorCode": {
|
||
"message": "Descriptor code"
|
||
},
|
||
"cannotRemoveViewOnlyCollections": {
|
||
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
|
||
"placeholders": {
|
||
"collections": {
|
||
"content": "$1",
|
||
"example": "Work, Personal"
|
||
}
|
||
}
|
||
},
|
||
"removeMembers": {
|
||
"message": "Remove members"
|
||
},
|
||
"devices": {
|
||
"message": "Devices"
|
||
},
|
||
"deviceListDescription": {
|
||
"message": "Your account was logged in to each of the devices below. If you do not recognize a device, remove it now."
|
||
},
|
||
"deviceListDescriptionTemp": {
|
||
"message": "Your account was logged in to each of the devices below."
|
||
},
|
||
"claimedDomains": {
|
||
"message": "Claimed domains"
|
||
},
|
||
"claimDomain": {
|
||
"message": "Claim domain"
|
||
},
|
||
"reclaimDomain": {
|
||
"message": "Reclaim domain"
|
||
},
|
||
"claimDomainNameInputHint": {
|
||
"message": "Example: mydomain.com. Subdomains require separate entries to be claimed."
|
||
},
|
||
"automaticClaimedDomains": {
|
||
"message": "Automatic Claimed Domains"
|
||
},
|
||
"automaticDomainClaimProcess": {
|
||
"message": "Bitwarden will attempt to claim the domain 3 times during the first 72 hours. If the domain can’t be claimed, check the DNS record in your host and manually claim. The domain will be removed from your organization in 7 days if it is not claimed."
|
||
},
|
||
"domainNotClaimed": {
|
||
"message": "$DOMAIN$ not claimed. Check your DNS records.",
|
||
"placeholders": {
|
||
"DOMAIN": {
|
||
"content": "$1",
|
||
"example": "bitwarden.com"
|
||
}
|
||
}
|
||
},
|
||
"domainStatusClaimed": {
|
||
"message": "Claimed"
|
||
},
|
||
"domainStatusUnderVerification": {
|
||
"message": "Under verification"
|
||
},
|
||
"claimedDomainsDescription": {
|
||
"message": "Claim a domain to own member accounts. The SSO identifier page will be skipped during login for members with claimed domains and administrators will be able to delete claimed accounts."
|
||
},
|
||
"invalidDomainNameClaimMessage": {
|
||
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be claimed."
|
||
},
|
||
"domainClaimedEvent": {
|
||
"message": "$DOMAIN$ claimed",
|
||
"placeholders": {
|
||
"DOMAIN": {
|
||
"content": "$1",
|
||
"example": "bitwarden.com"
|
||
}
|
||
}
|
||
},
|
||
"domainNotClaimedEvent": {
|
||
"message": "$DOMAIN$ not claimed",
|
||
"placeholders": {
|
||
"DOMAIN": {
|
||
"content": "$1",
|
||
"example": "bitwarden.com"
|
||
}
|
||
}
|
||
},
|
||
"updatedRevokeSponsorshipConfirmationForSentSponsorship": {
|
||
"message": "If you remove $EMAIL$, the sponsorship for this Family plan cannot be redeemed. Are you sure you want to continue?",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "sponsored@organization.com"
|
||
}
|
||
}
|
||
},
|
||
"updatedRevokeSponsorshipConfirmationForAcceptedSponsorship": {
|
||
"message": "If you remove $EMAIL$, the sponsorship for this Family plan will end and the saved payment method will be charged $40 + applicable tax on $DATE$. You will not be able to redeem a new sponsorship until $DATE$. Are you sure you want to continue?",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "sponsored@organization.com"
|
||
},
|
||
"date": {
|
||
"content": "$2",
|
||
"example": "12/10/2024"
|
||
}
|
||
}
|
||
},
|
||
"domainClaimed": {
|
||
"message": "Domain claimed"
|
||
},
|
||
"itemAddedToFavorites": {
|
||
"message": "Item added to favorites"
|
||
},
|
||
"itemRemovedFromFavorites": {
|
||
"message": "Item removed from favorites"
|
||
},
|
||
"copyNote": {
|
||
"message": "Copy note"
|
||
},
|
||
"organizationNameMaxLength": {
|
||
"message": "Organization name cannot exceed 50 characters."
|
||
},
|
||
"rotationCompletedTitle": {
|
||
"message": "Key rotation successful"
|
||
},
|
||
"rotationCompletedDesc": {
|
||
"message": "Your master password and encryption keys have been updated. Your other devices have been logged out."
|
||
},
|
||
"trustUserEmergencyAccess": {
|
||
"message": "Trust and confirm user"
|
||
},
|
||
"trustOrganization": {
|
||
"message": "Trust organization"
|
||
},
|
||
"trust": {
|
||
"message": "Trust"
|
||
},
|
||
"doNotTrust": {
|
||
"message": "Do not trust"
|
||
},
|
||
"organizationNotTrusted": {
|
||
"message": "Organization is not trusted"
|
||
},
|
||
"emergencyAccessTrustWarning": {
|
||
"message": "For the security of your account, only confirm if you have granted emergency access to this user and their fingerprint matches what is displayed in their account"
|
||
},
|
||
"orgTrustWarning": {
|
||
"message": "For the security of your account, only proceed if you are a member of this organization, have account recovery enabled, and the fingerprint displayed below matches the organization's fingerprint."
|
||
},
|
||
"orgTrustWarning1": {
|
||
"message": "This organization has an Enterprise policy that will enroll you in account recovery. Enrollment will allow organization administrators to change your password. Only proceed if you recognize this organization and the fingerprint phrase displayed below matches the organization's fingerprint."
|
||
},
|
||
"trustUser": {
|
||
"message": "Trust user"
|
||
},
|
||
"sshKeyWrongPassword": {
|
||
"message": "The password you entered is incorrect."
|
||
},
|
||
"importSshKey": {
|
||
"message": "Import"
|
||
},
|
||
"confirmSshKeyPassword": {
|
||
"message": "Confirm password"
|
||
},
|
||
"enterSshKeyPasswordDesc": {
|
||
"message": "Enter the password for the SSH key."
|
||
},
|
||
"enterSshKeyPassword": {
|
||
"message": "Enter password"
|
||
},
|
||
"invalidSshKey": {
|
||
"message": "The SSH key is invalid"
|
||
},
|
||
"sshKeyTypeUnsupported": {
|
||
"message": "The SSH key type is not supported"
|
||
},
|
||
"importSshKeyFromClipboard": {
|
||
"message": "Import key from clipboard"
|
||
},
|
||
"sshKeyImported": {
|
||
"message": "SSH key imported successfully"
|
||
},
|
||
"copySSHPrivateKey": {
|
||
"message": "Copy private key"
|
||
},
|
||
"openingExtension": {
|
||
"message": "Opening the Bitwarden browser extension"
|
||
},
|
||
"somethingWentWrong": {
|
||
"message": "Something went wrong..."
|
||
},
|
||
"openingExtensionError": {
|
||
"message": "We had trouble opening the Bitwarden browser extension. Click the button to open it now."
|
||
},
|
||
"openExtension": {
|
||
"message": "Open extension"
|
||
},
|
||
"doNotHaveExtension": {
|
||
"message": "Don't have the Bitwarden browser extension?"
|
||
},
|
||
"installExtension": {
|
||
"message": "Install extension"
|
||
},
|
||
"openedExtension": {
|
||
"message": "Opened the browser extension"
|
||
},
|
||
"openedExtensionViewAtRiskPasswords": {
|
||
"message": "Successfully opened the Bitwarden browser extension. You can now review your at-risk passwords."
|
||
},
|
||
"openExtensionManuallyPart1": {
|
||
"message": "We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon",
|
||
"description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
|
||
},
|
||
"openExtensionManuallyPart2": {
|
||
"message": "from the toolbar.",
|
||
"description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
|
||
},
|
||
"resellerRenewalWarningMsg": {
|
||
"message": "Your subscription will renew soon. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $RENEWAL_DATE$.",
|
||
"placeholders": {
|
||
"reseller": {
|
||
"content": "$1",
|
||
"example": "Reseller Name"
|
||
},
|
||
"renewal_date": {
|
||
"content": "$2",
|
||
"example": "01/01/2024"
|
||
}
|
||
}
|
||
},
|
||
"resellerOpenInvoiceWarningMgs": {
|
||
"message": "An invoice for your subscription was issued on $ISSUED_DATE$. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $DUE_DATE$.",
|
||
"placeholders": {
|
||
"reseller": {
|
||
"content": "$1",
|
||
"example": "Reseller Name"
|
||
},
|
||
"issued_date": {
|
||
"content": "$2",
|
||
"example": "01/01/2024"
|
||
},
|
||
"due_date": {
|
||
"content": "$3",
|
||
"example": "01/15/2024"
|
||
}
|
||
}
|
||
},
|
||
"resellerPastDueWarningMsg": {
|
||
"message": "The invoice for your subscription has not been paid. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $GRACE_PERIOD_END$.",
|
||
"placeholders": {
|
||
"reseller": {
|
||
"content": "$1",
|
||
"example": "Reseller Name"
|
||
},
|
||
"grace_period_end": {
|
||
"content": "$2",
|
||
"example": "02/14/2024"
|
||
}
|
||
}
|
||
},
|
||
"restartOrganizationSubscription": {
|
||
"message": "Organization subscription restarted"
|
||
},
|
||
"restartSubscription": {
|
||
"message": "Restart your subscription"
|
||
},
|
||
"suspendedManagedOrgMessage": {
|
||
"message": "Contact $PROVIDER$ for assistance.",
|
||
"placeholders": {
|
||
"provider": {
|
||
"content": "$1",
|
||
"example": "Acme c"
|
||
}
|
||
}
|
||
},
|
||
"accountDeprovisioningNotification": {
|
||
"message": "Administrators now have the ability to delete member accounts that belong to a claimed domain."
|
||
},
|
||
"deleteManagedUserWarningDesc": {
|
||
"message": "This action will delete the member account including all items in their vault. This replaces the previous Remove action."
|
||
},
|
||
"deleteManagedUserWarning": {
|
||
"message": "Delete is a new action!"
|
||
},
|
||
"seatsRemaining": {
|
||
"message": "You have $REMAINING$ seats remaining out of $TOTAL$ seats assigned to this organization. Contact your provider to manage your subscription.",
|
||
"placeholders": {
|
||
"remaining": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
},
|
||
"total": {
|
||
"content": "$2",
|
||
"example": "10"
|
||
}
|
||
}
|
||
},
|
||
"existingOrganization": {
|
||
"message": "Existing organization"
|
||
},
|
||
"selectOrganizationProviderPortal": {
|
||
"message": "Select an organization to add to your Provider Portal."
|
||
},
|
||
"noOrganizations": {
|
||
"message": "There are no organizations to list"
|
||
},
|
||
"yourProviderSubscriptionCredit": {
|
||
"message": "Your provider subscription will receive a credit for any remaining time in the organization's subscription."
|
||
},
|
||
"doYouWantToAddThisOrg": {
|
||
"message": "Do you want to add this organization to $PROVIDER$?",
|
||
"placeholders": {
|
||
"provider": {
|
||
"content": "$1",
|
||
"example": "Cool MSP"
|
||
}
|
||
}
|
||
},
|
||
"addedExistingOrganization": {
|
||
"message": "Added existing organization"
|
||
},
|
||
"assignedExceedsAvailable": {
|
||
"message": "Assigned seats exceed available seats."
|
||
},
|
||
"userkeyRotationDisclaimerEmergencyAccessText": {
|
||
"message": "Fingerprint phrase for $NUM_USERS$ contacts for which you have enabled emergency access.",
|
||
"placeholders": {
|
||
"num_users": {
|
||
"content": "$1",
|
||
"example": "5"
|
||
}
|
||
}
|
||
},
|
||
"userkeyRotationDisclaimerAccountRecoveryOrgsText": {
|
||
"message": "Fingerprint phrase for the organization $ORG_NAME$ for which you have enabled account recovery.",
|
||
"placeholders": {
|
||
"org_name": {
|
||
"content": "$1",
|
||
"example": "My org"
|
||
}
|
||
}
|
||
},
|
||
"userkeyRotationDisclaimerDescription": {
|
||
"message": "Rotating your encryption keys will require you to trust keys of any organizations that can recover your account, and any contacts that you have enabled emergency access for. To continue, make sure you can verify the following:"
|
||
},
|
||
"userkeyRotationDisclaimerTitle": {
|
||
"message": "Untrusted encryption keys"
|
||
},
|
||
"changeAtRiskPassword": {
|
||
"message": "Change at-risk password"
|
||
},
|
||
"changeAtRiskPasswordAndAddWebsite": {
|
||
"message": "This login is at-risk and missing a website. Add a website and change the password for stronger security."
|
||
},
|
||
"missingWebsite": {
|
||
"message": "Missing website"
|
||
},
|
||
"removeUnlockWithPinPolicyTitle": {
|
||
"message": "Remove Unlock with PIN"
|
||
},
|
||
"removeUnlockWithPinPolicyDesc": {
|
||
"message": "Do not allow members to unlock their account with a PIN."
|
||
},
|
||
"upgradeForFullEventsMessage": {
|
||
"message": "Event logs are not stored for your organization. Upgrade to a Teams or Enterprise plan to get full access to organization event logs."
|
||
},
|
||
"upgradeEventLogTitleMessage": {
|
||
"message": "Upgrade to see event logs from your organization."
|
||
},
|
||
"upgradeEventLogMessage": {
|
||
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
|
||
},
|
||
"viewEvents": {
|
||
"message": "View Events"
|
||
},
|
||
"cannotCreateCollection": {
|
||
"message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
|
||
},
|
||
"searchArchive": {
|
||
"message": "Search archive"
|
||
},
|
||
"archiveNoun": {
|
||
"message": "Archive",
|
||
"description": "Noun"
|
||
},
|
||
"archiveVerb": {
|
||
"message": "Archive",
|
||
"description": "Verb"
|
||
},
|
||
"unArchive": {
|
||
"message": "Unarchive"
|
||
},
|
||
"itemsInArchive": {
|
||
"message": "Items in archive"
|
||
},
|
||
"noItemsInArchive": {
|
||
"message": "No items in archive"
|
||
},
|
||
"noItemsInArchiveDesc": {
|
||
"message": "Archived items will appear here and will be excluded from general search results and autofill suggestions."
|
||
},
|
||
"itemWasSentToArchive": {
|
||
"message": "Item was sent to archive"
|
||
},
|
||
"itemsWereSentToArchive": {
|
||
"message": "Items were sent to archive"
|
||
},
|
||
"itemUnarchived": {
|
||
"message": "Item was unarchived"
|
||
},
|
||
"bulkArchiveItems": {
|
||
"message": "Items archived"
|
||
},
|
||
"bulkUnarchiveItems": {
|
||
"message": "Items unarchived"
|
||
},
|
||
"archiveItem": {
|
||
"message": "Archive item",
|
||
"description": "Verb"
|
||
},
|
||
"archiveItemConfirmDesc": {
|
||
"message": "Archived items are excluded from general search results and autofill suggestions. Are you sure you want to archive this item?"
|
||
},
|
||
"archiveBulkItems": {
|
||
"message": "Archive items",
|
||
"description": "Verb"
|
||
},
|
||
"archiveBulkItemsConfirmDesc": {
|
||
"message": "Archived items are excluded from general search results and autofill suggestions. Are you sure you want to archive these items?"
|
||
},
|
||
"businessUnit": {
|
||
"message": "Business Unit"
|
||
},
|
||
"businessUnits": {
|
||
"message": "Business Units"
|
||
},
|
||
"newBusinessUnit": {
|
||
"message": "New business unit"
|
||
},
|
||
"sendsTitleNoItems": {
|
||
"message": "Send sensitive information safely",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"sendsBodyNoItems": {
|
||
"message": "Share files and data securely with anyone, on any platform. Your information will remain end-to-end encrypted while limiting exposure.",
|
||
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
|
||
},
|
||
"generatorNudgeTitle": {
|
||
"message": "Quickly create passwords"
|
||
},
|
||
"generatorNudgeBodyOne": {
|
||
"message": "Easily create strong and unique passwords by clicking on",
|
||
"description": "Two part message",
|
||
"example": "Easily create strong and unique passwords by clicking on {icon} to help you keep your logins secure."
|
||
},
|
||
"generatorNudgeBodyTwo": {
|
||
"message": "to help you keep your logins secure.",
|
||
"description": "Two part message",
|
||
"example": "Easily create strong and unique passwords by clicking on {icon} to help you keep your logins secure."
|
||
},
|
||
"generatorNudgeBodyAria": {
|
||
"message": "Easily create strong and unique passwords by clicking on the Generate password button to help you keep your logins secure.",
|
||
"description": "Aria label for the body content of the generator nudge"
|
||
},
|
||
"newLoginNudgeTitle": {
|
||
"message": "Save time with autofill"
|
||
},
|
||
"newLoginNudgeBodyOne": {
|
||
"message": "Include a",
|
||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||
},
|
||
"newLoginNudgeBodyBold": {
|
||
"message": "Website",
|
||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||
},
|
||
"newLoginNudgeBodyTwo": {
|
||
"message": "so this login appears as an autofill suggestion.",
|
||
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
|
||
"example": "Include a Website so this login appears as an autofill suggestion."
|
||
},
|
||
"newCardNudgeTitle": {
|
||
"message": "Seamless online checkout"
|
||
},
|
||
"newCardNudgeBody": {
|
||
"message": "With cards, easily autofill payment forms securely and accurately."
|
||
},
|
||
"newIdentityNudgeTitle": {
|
||
"message": "Simplify creating accounts"
|
||
},
|
||
"newIdentityNudgeBody": {
|
||
"message": "With identities, quickly autofill long registration or contact forms."
|
||
},
|
||
"newNoteNudgeTitle": {
|
||
"message": "Keep your sensitive data safe"
|
||
},
|
||
"newNoteNudgeBody": {
|
||
"message": "With notes, securely store sensitive data like banking or insurance details."
|
||
},
|
||
"newSshNudgeTitle": {
|
||
"message": "Developer-friendly SSH access"
|
||
},
|
||
"newSshNudgeBodyOne": {
|
||
"message": "Store your keys and connect with the SSH agent for fast, encrypted authentication.",
|
||
"description": "Two part message",
|
||
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
|
||
},
|
||
"newSshNudgeBodyTwo": {
|
||
"message": "Learn more about SSH agent",
|
||
"description": "Two part message",
|
||
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
|
||
},
|
||
"setupExtensionPageTitle": {
|
||
"message": "Autofill your passwords securely with one click"
|
||
},
|
||
"setupExtensionPageDescription": {
|
||
"message": "Get the Bitwarden browser extension and start autofilling today"
|
||
},
|
||
"getTheExtension": {
|
||
"message": "Get the extension"
|
||
},
|
||
"addItLater": {
|
||
"message": "Add it later"
|
||
},
|
||
"cannotAutofillPasswordsWithoutExtensionTitle": {
|
||
"message": "You can't autofill passwords without the browser extension"
|
||
},
|
||
"cannotAutofillPasswordsWithoutExtensionDesc": {
|
||
"message": "Are you sure you don't want to add the extension now?"
|
||
},
|
||
"skipToWebApp": {
|
||
"message": "Skip to web app"
|
||
},
|
||
"bitwardenExtensionInstalled": {
|
||
"message": "Bitwarden extension installed!"
|
||
},
|
||
"openTheBitwardenExtension": {
|
||
"message": "Open the Bitwarden extension"
|
||
},
|
||
"bitwardenExtensionInstalledOpenExtension": {
|
||
"message": "The Bitwarden extension is installed! Open the extension to log in and start autofilling."
|
||
},
|
||
"openExtensionToAutofill": {
|
||
"message": "Open the extension to log in and start autofilling."
|
||
},
|
||
"openBitwardenExtension": {
|
||
"message": "Open Bitwarden extension"
|
||
},
|
||
"gettingStartedWithBitwardenPart1": {
|
||
"message": "For tips on getting started with Bitwarden visit the",
|
||
"description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'For tips on getting started with Bitwarden visit the Learning Center and Help Center'"
|
||
},
|
||
"gettingStartedWithBitwardenPart2": {
|
||
"message": "Learning Center",
|
||
"description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'For tips on getting started with Bitwarden visit the Learning Center and Help Center'"
|
||
},
|
||
"gettingStartedWithBitwardenPart3": {
|
||
"message": "Help Center",
|
||
"description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'For tips on getting started with Bitwarden visit the Learning Center and Help Center'"
|
||
},
|
||
"setupExtensionContentAlt": {
|
||
"message": "With the Bitwarden browser extension you can easily create new logins, access your saved logins directly from your browser toolbar, and sign in to accounts quickly using Bitwarden autofill."
|
||
},
|
||
"restart": {
|
||
"message": "Restart"
|
||
},
|
||
"verifyProviderBankAccountWithStatementDescriptorWarning": {
|
||
"message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make a micro-deposit within the next 1-2 business days. Enter the statement descriptor code from this deposit on the provider's subscription page to verify the bank account. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
|
||
},
|
||
"clickPayWithPayPal": {
|
||
"message": "Please click the Pay with PayPal button to add your payment method."
|
||
},
|
||
"revokeActiveSponsorshipConfirmation": {
|
||
"message": "If you remove $EMAIL$, the sponsorship for this Family plan will end. A seat within your organization will become available for members or sponsorships after the sponsored organization renewal date on $DATE$.",
|
||
"placeholders": {
|
||
"email": {
|
||
"content": "$1",
|
||
"example": "user@example.com"
|
||
},
|
||
"date": {
|
||
"content": "$2",
|
||
"example": "12/31/2024"
|
||
}
|
||
}
|
||
},
|
||
"billingAddressRequiredToAddCredit": {
|
||
"message": "Billing address required to add credit.",
|
||
"description": "Error message shown when trying to add credit to a trialing organization without a billing address."
|
||
},
|
||
"aboutThisSetting": {
|
||
"message": "About this setting"
|
||
},
|
||
"permitCipherDetailsDescription": {
|
||
"message": "Bitwarden will use saved login URIs to identify which icon or change password URL should be used to improve your experience. No information is collected or saved when you use this service."
|
||
},
|
||
"billingAddress": {
|
||
"message": "Billing address"
|
||
},
|
||
"addBillingAddress": {
|
||
"message": "Add billing address"
|
||
},
|
||
"editBillingAddress": {
|
||
"message": "Edit billing address"
|
||
},
|
||
"noBillingAddress": {
|
||
"message": "No address on file."
|
||
},
|
||
"billingAddressUpdated": {
|
||
"message": "Your billing address has been updated."
|
||
},
|
||
"paymentDetails": {
|
||
"message": "Payment details"
|
||
},
|
||
"paymentMethodUpdated": {
|
||
"message": "Your payment method has been updated."
|
||
},
|
||
"bankAccountVerified": {
|
||
"message": "Your bank account has been verified."
|
||
},
|
||
"availableCreditAppliedToInvoice": {
|
||
"message": "Any available credit will be automatically applied towards invoices generated for this account."
|
||
},
|
||
"mustBePositiveNumber": {
|
||
"message": "Must be a positive number"
|
||
},
|
||
"cardSecurityCode": {
|
||
"message": "Card security code"
|
||
},
|
||
"cardSecurityCodeDescription": {
|
||
"message": "Card security code, also known as CVV or CVC, is typically a 3 digit number printed on the back of your credit card or 4 digit number printed on the front above your card number."
|
||
},
|
||
"verifyBankAccountWarning": {
|
||
"message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make a micro-deposit within the next 1-2 business days. Enter the statement descriptor code from this deposit on the Payment Details page to verify the bank account. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
|
||
},
|
||
"taxId": {
|
||
"message": "Tax ID: $TAX_ID$",
|
||
"placeholders": {
|
||
"tax_id": {
|
||
"content": "$1",
|
||
"example": "12-3456789"
|
||
}
|
||
}
|
||
},
|
||
"unpaidInvoices": {
|
||
"message": "Unpaid invoices"
|
||
},
|
||
"unpaidInvoicesForServiceUser": {
|
||
"message": "Your subscription has not been paid. Contact your provider administrator to restore service to you and your clients.",
|
||
"description": "A message shown in a non-dismissible dialog to service users of unpaid providers."
|
||
},
|
||
"providerSuspended": {
|
||
"message": "$PROVIDER$ is suspended",
|
||
"placeholders": {
|
||
"provider": {
|
||
"content": "$1",
|
||
"example": "Acme Industries"
|
||
}
|
||
}
|
||
},
|
||
"restoreProviderPortalAccessViaCustomerSupport": {
|
||
"message": "To restore access to your provider portal, contact Bitwarden Customer Support to renew your subscription.",
|
||
"description": "A message shown in a non-dismissible dialog to any user of a suspended providers."
|
||
},
|
||
"restoreProviderPortalAccessViaPaymentMethod": {
|
||
"message": "Your subscription has not been paid. To restore service to you and your clients, add a payment method by $CANCELLATION_DATE$.",
|
||
"placeholders": {
|
||
"cancellation_date": {
|
||
"content": "$1",
|
||
"example": "07/10/2025"
|
||
}
|
||
},
|
||
"description": "A message shown in a non-dismissible dialog to admins of unpaid providers."
|
||
},
|
||
"subscribetoEnterprise": {
|
||
"message": "Subscribe to $PLAN$",
|
||
"placeholders": {
|
||
"plan": {
|
||
"content": "$1",
|
||
"example": "Teams"
|
||
}
|
||
}
|
||
},
|
||
"subscribeEnterpriseSubtitle": {
|
||
"message": "Your 7-day $PLAN$ trial starts today. Add a payment method now to continue using these features after your trial ends: ",
|
||
"placeholders": {
|
||
"plan": {
|
||
"content": "$1",
|
||
"example": "Teams"
|
||
}
|
||
}
|
||
},
|
||
"unlimitedSecretsAndProjects": {
|
||
"message": "Unlimited secrets and projects"
|
||
},
|
||
"providersubscriptionCanceled": {
|
||
"message": "Subscription canceled"
|
||
},
|
||
"providersubCanceledmessage": {
|
||
"message": "To resubscribe, contact Bitwarden Customer Support."
|
||
},
|
||
"showMore": {
|
||
"message": "Show more"
|
||
},
|
||
"showLess": {
|
||
"message": "Show less"
|
||
},
|
||
"missingTaxId": {
|
||
"message": "Missing Tax ID"
|
||
},
|
||
"missingTaxIdWarning": {
|
||
"message": "Action required: You're missing a Tax ID number in payment details. If a Tax ID is not added, your invoices may include additional tax."
|
||
},
|
||
"moreBreadcrumbs": {
|
||
"message": "More breadcrumbs",
|
||
"description": "This is used in the context of a breadcrumb navigation, indicating that there are more items in the breadcrumb trail that are not currently displayed."
|
||
},
|
||
"addTaxId": {
|
||
"message": "Add a Tax ID"
|
||
},
|
||
"missingTaxIdCalloutTitle": {
|
||
"message": "Action required: Missing Tax ID"
|
||
},
|
||
"missingTaxIdCalloutDescription": {
|
||
"message": "If a Tax ID is not added, your invoices may include additional tax."
|
||
},
|
||
"unverifiedTaxIdWarning": {
|
||
"message": "Action required: Your Tax ID number is unverified. If your Tax ID is left unverified, your invoices may include additional tax."
|
||
},
|
||
"editTaxId": {
|
||
"message": "Edit your Tax ID"
|
||
},
|
||
"unverifiedTaxIdCalloutTitle": {
|
||
"message": "Tax ID unverified"
|
||
},
|
||
"unverifiedTaxIdCalloutDescription": {
|
||
"message": "Check your Tax ID to verify the format is correct and there are no typos."
|
||
},
|
||
"pendingVerification": {
|
||
"message": "Pending verification"
|
||
},
|
||
"checkInputFormat": {
|
||
"message": "Check input format for typos."
|
||
},
|
||
"exampleTaxIdFormat": {
|
||
"message": "Example $CODE$ format: $EXAMPLE$",
|
||
"placeholders": {
|
||
"code": {
|
||
"content": "$1",
|
||
"example": "ABN"
|
||
},
|
||
"example": {
|
||
"content": "$2",
|
||
"example": "92873837267"
|
||
}
|
||
}
|
||
},
|
||
"confirmKeyConnectorDomain": {
|
||
"message": "Confirm Key Connector domain"
|
||
},
|
||
"requiredToVerifyBankAccountWithStripe": {
|
||
"message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make a micro-deposit within the next 1-2 business days. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
|
||
},
|
||
"verifyBankAccountWithStripe": {
|
||
"message": "We have made a micro-deposit to your bank account. This may take 1-2 business days. When you see the deposit in your account, you can verify your bank account. Failure to verify your bank account will result in a missed payment and your subscription will be suspended."
|
||
},
|
||
"verifyNow": {
|
||
"message": "Verify now."
|
||
},
|
||
"additionalStorageGB": {
|
||
"message": "Additional storage GB"
|
||
},
|
||
"additionalServiceAccountsV2": {
|
||
"message": "Additional machine accounts"
|
||
},
|
||
"secretsManagerSeats": {
|
||
"message": "Secrets Manager seats"
|
||
},
|
||
"additionalStorage": {
|
||
"message": "Additional Storage"
|
||
},
|
||
"expandPurchaseDetails": {
|
||
"message": "Expand purchase details"
|
||
},
|
||
"collapsePurchaseDetails": {
|
||
"message": "Collapse purchase details"
|
||
},
|
||
"familiesMembership": {
|
||
"message": "Families membership"
|
||
},
|
||
"planDescPremium": {
|
||
"message": "Complete online security"
|
||
},
|
||
"planDescFamiliesV2": {
|
||
"message": "Premium security for your family"
|
||
},
|
||
"planDescFreeV2": {
|
||
"message": "Share with $COUNT$ other user",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "1"
|
||
}
|
||
}
|
||
},
|
||
"planDescEnterpriseV2": {
|
||
"message": "Advanced capabilities for any organization"
|
||
},
|
||
"planNameCustom": {
|
||
"message": "Custom plan"
|
||
},
|
||
"planDescCustom": {
|
||
"message": "Bitwarden scales with businesses of all sizes to secure passwords and sensitive information. If you're part of a large enterprise, contact sales to request a quote."
|
||
},
|
||
"builtInAuthenticator": {
|
||
"message": "Built-in authenticator"
|
||
},
|
||
"breachMonitoring": {
|
||
"message": "Breach monitoring"
|
||
},
|
||
"andMoreFeatures": {
|
||
"message": "And more!"
|
||
},
|
||
"secureFileStorage": {
|
||
"message": "Secure file storage"
|
||
},
|
||
"familiesUnlimitedSharing": {
|
||
"message": "Unlimited sharing - choose who sees what"
|
||
},
|
||
"familiesUnlimitedCollections": {
|
||
"message": "Unlimited family collections"
|
||
},
|
||
"familiesSharedStorage": {
|
||
"message": "Shared storage for important family info"
|
||
},
|
||
"limitedUsersV2": {
|
||
"message": "Up to $COUNT$ members",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"limitedCollectionsV2": {
|
||
"message": "Up to $COUNT$ collections",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "2"
|
||
}
|
||
}
|
||
},
|
||
"alwaysFree": {
|
||
"message": "Always free"
|
||
},
|
||
"twoSecretsIncluded": {
|
||
"message": "2 secrets"
|
||
},
|
||
"projectsIncludedV2": {
|
||
"message": "$COUNT$ project(s)",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "1"
|
||
}
|
||
}
|
||
},
|
||
"secureItemSharing": {
|
||
"message": "Secure item sharing"
|
||
},
|
||
"scimSupport": {
|
||
"message": "SCIM support"
|
||
},
|
||
"includedMachineAccountsV2": {
|
||
"message": "$COUNT$ machine accounts",
|
||
"placeholders": {
|
||
"count": {
|
||
"content": "$1",
|
||
"example": "20"
|
||
}
|
||
}
|
||
},
|
||
"enterpriseSecurityPolicies": {
|
||
"message": "Enterprise security policies"
|
||
},
|
||
"selfHostOption": {
|
||
"message": "Self-host option"
|
||
},
|
||
"complimentaryFamiliesPlan": {
|
||
"message": "Complimentary families plan for all users"
|
||
},
|
||
"strengthenCybersecurity": {
|
||
"message": "Strengthen cybersecurity"
|
||
},
|
||
"boostProductivity": {
|
||
"message": "Boost productivity"
|
||
},
|
||
"seamlessIntegration": {
|
||
"message": "Seamless integration"
|
||
},
|
||
"families": {
|
||
"message": "Families"
|
||
},
|
||
"upgradeToFamilies": {
|
||
"message": "Upgrade to Families"
|
||
},
|
||
"upgradeToPremium": {
|
||
"message": "Upgrade to Premium"
|
||
},
|
||
"familiesUpdated": {
|
||
"message": "You've upgraded to Families!"
|
||
},
|
||
"taxCalculationError": {
|
||
"message": "There was an error calculating tax for your location. Please try again."
|
||
},
|
||
"individualUpgradeWelcomeMessage": {
|
||
"message": "Welcome to Bitwarden"
|
||
},
|
||
"individualUpgradeDescriptionMessage": {
|
||
"message": "Unlock more security features with Premium, or start sharing items with Families"
|
||
},
|
||
"individualUpgradeTaxInformationMessage": {
|
||
"message": "Prices exclude tax and are billed annually."
|
||
},
|
||
"organizationNameDescription": {
|
||
"message": "Your organization name will appear in invitations you send to members."
|
||
},
|
||
"continueWithoutUpgrading": {
|
||
"message": "Continue without upgrading"
|
||
},
|
||
"upgradeYourPlan": {
|
||
"message": "Upgrade your plan"
|
||
},
|
||
"upgradeNow": {
|
||
"message": "Upgrade now"
|
||
},
|
||
"formWillCreateNewFamiliesOrgMessage": {
|
||
"message": "Completing this form will create a new Families organization. You can upgrade your Free organization from the Admin Console."
|
||
},
|
||
"upgradeErrorMessage": {
|
||
"message": "We encountered an error while processing your upgrade. Please try again."
|
||
},
|
||
"bitwardenFreeplanMessage": {
|
||
"message": "You have the Bitwarden Free plan"
|
||
},
|
||
"upgradeCompleteSecurity": {
|
||
"message": "Upgrade for complete security"
|
||
},
|
||
"viewbusinessplans": {
|
||
"message": "View business plans"
|
||
},
|
||
"updateEncryptionSettings": {
|
||
"message": "Update encryption settings"
|
||
},
|
||
"updateYourEncryptionSettings": {
|
||
"message": "Update your encryption settings"
|
||
},
|
||
"updateSettings": {
|
||
"message": "Update settings"
|
||
},
|
||
"algorithm": {
|
||
"message": "Algorithm"
|
||
},
|
||
"encryptionKeySettingsHowShouldWeEncryptYourData": {
|
||
"message": "Choose how Bitwarden should encrypt your vault data. All options are secure, but stronger methods offer better protection - especially against brute-force attacks. Bitwarden recommends the default setting for most users."
|
||
},
|
||
"encryptionKeySettingsIncreaseImproveSecurity": {
|
||
"message": "Increasing the values above the default will improve security, but your vault may take longer to unlock as a result."
|
||
},
|
||
"encryptionKeySettingsAlgorithmPopoverTitle": {
|
||
"message": "About encryption algorithms"
|
||
},
|
||
"encryptionKeySettingsAlgorithmPopoverPBKDF2": {
|
||
"message": "PBKDF2-SHA256 is a well-tested encryption method that balances security and performance. Good for all users."
|
||
},
|
||
"encryptionKeySettingsAlgorithmPopoverArgon2Id": {
|
||
"message": "Argon2id offers stronger protection against modern attacks. Best for advanced users with powerful devices."
|
||
}
|
||
}
|