From 00d3d25af53b81458623b8c4d1794205c2f157e4 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 14 Oct 2021 19:12:21 -0400 Subject: [PATCH] New translations messages.json (Korean) (cherry picked from commit 619a24b94624ca993889d90303d9bd000d76a9b5) --- src/_locales/ko/messages.json | 61 +++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/src/_locales/ko/messages.json b/src/_locales/ko/messages.json index 1f1eb1002c..93c594a2ff 100644 --- a/src/_locales/ko/messages.json +++ b/src/_locales/ko/messages.json @@ -88,6 +88,9 @@ "generatePasswordCopied": { "message": "비밀번호 생성 및 클립보드에 복사" }, + "copyElementIdentifier": { + "message": "Copy Custom Field Name" + }, "noMatchingLogins": { "message": "사용할 수 있는 로그인이 없습니다." }, @@ -773,6 +776,9 @@ "disableAutoTotpCopyDesc": { "message": "로그인에 인증 키가 연결되어 있을 경우, 그 로그인을 자동 완성할 때마다 TOTP 인증 코드가 클립보드에 자동으로 복사됩니다." }, + "disableAutoBiometricsPrompt": { + "message": "Do not prompt for biometrics on launch" + }, "premiumRequired": { "message": "프리미엄 멤버십 필요" }, @@ -1752,5 +1758,60 @@ }, "emailVerificationRequiredDesc": { "message": "이 기능을 사용하려면 이메일 인증이 필요합니다. 웹 보관함에서 이메일을 인증할 수 있습니다." + }, + "updatedMasterPassword": { + "message": "Updated Master Password" + }, + "updateMasterPassword": { + "message": "Update Master Password" + }, + "updateMasterPasswordWarning": { + "message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update it 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." + }, + "resetPasswordPolicyAutoEnroll": { + "message": "Automatic Enrollment" + }, + "resetPasswordAutoEnrollInviteWarning": { + "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + }, + "selectFolder": { + "message": "Select folder..." + }, + "ssoCompleteRegistration": { + "message": "In order to complete logging in with SSO, please set a master password to access and protect your vault." + }, + "hours": { + "message": "Hours" + }, + "minutes": { + "message": "Minutes" + }, + "vaultTimeoutPolicyInEffect": { + "message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)", + "placeholders": { + "hours": { + "content": "$1", + "example": "5" + }, + "minutes": { + "content": "$2", + "example": "5" + } + } + }, + "vaultTimeoutToLarge": { + "message": "Your vault timeout exceeds the restrictions set by your organization." + }, + "vaultExportDisabled": { + "message": "Vault Export Disabled" + }, + "personalVaultExportPolicyInEffect": { + "message": "One or more organization policies prevents you from exporting your personal vault." + }, + "copyCustomFieldNameInvalidElement": { + "message": "Unable to identify a valid form element. Try inspecting the HTML instead." + }, + "copyCustomFieldNameNotUnique": { + "message": "No unique identifier found." } }