mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
Autosync the updated translations (#6643)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
parent
c5a3c7f596
commit
ca7e1b2501
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "الهوية"
|
"message": "الهوية"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "سجل كلمة المرور"
|
"message": "سجل كلمة المرور"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "النطاقات المستبعدة"
|
"message": "النطاقات المستبعدة"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Kimlik"
|
"message": "Kimlik"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Keçid açarı"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Parol tarixçəsi"
|
"message": "Parol tarixçəsi"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Bir təşkilat siyasəti, sahiblik seçimlərinizə təsir edir."
|
"message": "Bir təşkilat siyasəti, sahiblik seçimlərinizə təsir edir."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "İstisna edilən domenlər"
|
"message": "İstisna edilən domenlər"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Bu sahəyə düzəliş etmək üçün \"Ana parolu təkrar soruş\"u söndürün",
|
"message": "Bu sahəyə düzəliş etmək üçün \"Ana parolu təkrar soruş\"u söndürün",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Keçid açarı kopyalanmır"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Keçid açarı, klonlanmış elementə kopyalanmayacaq. Bu elementi klonlamağa davam etmək istəyirsiniz?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Başladan saytın tələb etdiyi doğrulama. Bu özəllik, hələlik ana parolu olmayan hesablara tətbiq olunmur."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Keçid açarı ilə giriş edilsin?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Bu tətbiq üçün bir keçid açarı artıq mövcuddur."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Bu tətbiq üçün heç bir keçid açarı tapılmadı."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Bu sayt üçün uyğunlaşan bir giriş məlumatınız yoxdur."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Təsdiqlə"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Keçid açarını saxla"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Keçid açarını yeni bir giriş olaraq saxla"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Bu keçid açarını saxlayacaq bir giriş seçin"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Keçid açarı elementi"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Keçid açarının üzərinə yazılsın?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Bu elementdə artıq bir keçid açarı var. Hazırkı keçid açarının üzərinə yazmaq istədiyinizə əminsiniz?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Özəllik hələ dəstəklənmir"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Пасведчанне"
|
"message": "Пасведчанне"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Гісторыя пароляў"
|
"message": "Гісторыя пароляў"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Палітыка арганізацыі ўплывае на вашы параметры ўласнасці."
|
"message": "Палітыка арганізацыі ўплывае на вашы параметры ўласнасці."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Выключаныя дамены"
|
"message": "Выключаныя дамены"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Самоличност"
|
"message": "Самоличност"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Секретен ключ"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Хронология на паролата"
|
"message": "Хронология на паролата"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Политика от някоя организация влияе на вариантите за собственост."
|
"message": "Политика от някоя организация влияе на вариантите за собственост."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Изключени домейни"
|
"message": "Изключени домейни"
|
||||||
},
|
},
|
||||||
@ -2183,13 +2189,13 @@
|
|||||||
"message": "Exposed Master Password"
|
"message": "Exposed Master Password"
|
||||||
},
|
},
|
||||||
"exposedMasterPasswordDesc": {
|
"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?"
|
"message": "Паролата е намерена в пробив на данни. Използвайте уникална парола, за да защитите вашия акаунт. Наистина ли искате да използвате слаба парола?"
|
||||||
},
|
},
|
||||||
"weakAndExposedMasterPassword": {
|
"weakAndExposedMasterPassword": {
|
||||||
"message": "Weak and Exposed Master Password"
|
"message": "Weak and Exposed Master Password"
|
||||||
},
|
},
|
||||||
"weakAndBreachedMasterPasswordDesc": {
|
"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?"
|
"message": "Разпозната е слаба парола, която присъства в известен случай на изтекли данни. Използвайте сложна и уникална парола, за да защитите данните си. Наистина ли искате да използвате тази парола?"
|
||||||
},
|
},
|
||||||
"checkForBreaches": {
|
"checkForBreaches": {
|
||||||
"message": "Проверяване в известните случаи на изтекли данни за тази парола"
|
"message": "Проверяване в известните случаи на изтекли данни за тази парола"
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Изключете повторното въвеждане на главната парола, за да редактирате това поле",
|
"message": "Изключете повторното въвеждане на главната парола, за да редактирате това поле",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Секретният ключ няма да бъде копиран"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Секретният ключ няма да бъде копиран в клонирания елемент. Искате ли да продължите с клонирането на елемента?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Вписване със секретен ключ?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "За това приложение вече съществува секретен ключ."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Няма намерени секретни ключове за това приложение."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Нямате елемент за вписване, подходящ за този уеб сайт."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Потвърждаване"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Запазване на секретния ключ"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Запазване на секретния ключ като нов елемент за вписване"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Изберете елемент, в който да запазите този секретен ключ"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Да се замени ли секретният ключ?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Този елемент вече съдържа секретен ключ. Наистина ли искате да замените текущия секретен ключ?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Тази функционалност все още не се поддържа"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "За да се ползва секретният ключ, е необходимо удостоверяване. Потвърдете самоличността си, за да продължите."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Използване на браузъра"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "পরিচয়"
|
"message": "পরিচয়"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "পাসওয়ার্ড ইতিহাস"
|
"message": "পাসওয়ার্ড ইতিহাস"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "একটি প্রতিষ্ঠানের নীতি আপনার মালিকানা বিকল্পগুলিকে প্রভাবিত করছে।"
|
"message": "একটি প্রতিষ্ঠানের নীতি আপনার মালিকানা বিকল্পগুলিকে প্রভাবিত করছে।"
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -92,13 +92,13 @@
|
|||||||
"message": "Emplenament automàtic"
|
"message": "Emplenament automàtic"
|
||||||
},
|
},
|
||||||
"autoFillLogin": {
|
"autoFillLogin": {
|
||||||
"message": "Auto-fill login"
|
"message": "Emplena automàticament l'inici de sessió"
|
||||||
},
|
},
|
||||||
"autoFillCard": {
|
"autoFillCard": {
|
||||||
"message": "Auto-fill card"
|
"message": "Emplena automàticament la targeta"
|
||||||
},
|
},
|
||||||
"autoFillIdentity": {
|
"autoFillIdentity": {
|
||||||
"message": "Auto-fill identity"
|
"message": "Emplena automàticament l'identitat"
|
||||||
},
|
},
|
||||||
"generatePasswordCopied": {
|
"generatePasswordCopied": {
|
||||||
"message": "Genera contrasenya (copiada)"
|
"message": "Genera contrasenya (copiada)"
|
||||||
@ -110,19 +110,19 @@
|
|||||||
"message": "No hi ha inicis de sessió coincidents."
|
"message": "No hi ha inicis de sessió coincidents."
|
||||||
},
|
},
|
||||||
"noCards": {
|
"noCards": {
|
||||||
"message": "No cards"
|
"message": "Sense targetes"
|
||||||
},
|
},
|
||||||
"noIdentities": {
|
"noIdentities": {
|
||||||
"message": "No identities"
|
"message": "Sense identitats"
|
||||||
},
|
},
|
||||||
"addLoginMenu": {
|
"addLoginMenu": {
|
||||||
"message": "Add login"
|
"message": "Afig inici de sessió"
|
||||||
},
|
},
|
||||||
"addCardMenu": {
|
"addCardMenu": {
|
||||||
"message": "Add card"
|
"message": "Afig una targeta"
|
||||||
},
|
},
|
||||||
"addIdentityMenu": {
|
"addIdentityMenu": {
|
||||||
"message": "Add identity"
|
"message": "Afig identitat"
|
||||||
},
|
},
|
||||||
"unlockVaultMenu": {
|
"unlockVaultMenu": {
|
||||||
"message": "1. Desbloquegeu la caixa forta."
|
"message": "1. Desbloquegeu la caixa forta."
|
||||||
@ -796,7 +796,7 @@
|
|||||||
"message": "Característica no disponible"
|
"message": "Característica no disponible"
|
||||||
},
|
},
|
||||||
"encryptionKeyMigrationRequired": {
|
"encryptionKeyMigrationRequired": {
|
||||||
"message": "Encryption key migration required. Please login through the web vault to update your encryption key."
|
"message": "Cal migrar la clau de xifratge. Inicieu la sessió a la caixa forta web per actualitzar la clau de xifratge."
|
||||||
},
|
},
|
||||||
"premiumMembership": {
|
"premiumMembership": {
|
||||||
"message": "Subscripció Premium"
|
"message": "Subscripció Premium"
|
||||||
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identitat"
|
"message": "Identitat"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Clau de pas"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Historial de les contrasenyes"
|
"message": "Historial de les contrasenyes"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Una política d’organització afecta les vostres opcions de propietat."
|
"message": "Una política d’organització afecta les vostres opcions de propietat."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "Una política d'organització ha bloquejat la importació d'elements a la vostra caixa forta individual."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Dominis exclosos"
|
"message": "Dominis exclosos"
|
||||||
},
|
},
|
||||||
@ -2432,18 +2438,177 @@
|
|||||||
"description": "Toggling an expand/collapse state."
|
"description": "Toggling an expand/collapse state."
|
||||||
},
|
},
|
||||||
"aliasDomain": {
|
"aliasDomain": {
|
||||||
"message": "Alias domain"
|
"message": "Alies de domini"
|
||||||
},
|
},
|
||||||
"passwordRepromptDisabledAutofillOnPageLoad": {
|
"passwordRepromptDisabledAutofillOnPageLoad": {
|
||||||
"message": "Items with master password re-prompt cannot be auto-filled on page load. Auto-fill on page load turned off.",
|
"message": "Els elements amb una nova sol·licitud de contrasenya mestra no es poden omplir automàticament en carregar la pàgina. L'emplenament automàtic en carregar de la pàgina està desactivat.",
|
||||||
"description": "Toast message for describing that master password re-prompt cannot be auto-filled on page load."
|
"description": "Toast message for describing that master password re-prompt cannot be auto-filled on page load."
|
||||||
},
|
},
|
||||||
"autofillOnPageLoadSetToDefault": {
|
"autofillOnPageLoadSetToDefault": {
|
||||||
"message": "Auto-fill on page load set to use default setting.",
|
"message": "S'ha configurat l'emplenament automàtic en carregar la pàgina per que utilitze la configuració predeterminada.",
|
||||||
"description": "Toast message for informing the user that auto-fill on page load has been set to the default setting."
|
"description": "Toast message for informing the user that auto-fill on page load has been set to the default setting."
|
||||||
},
|
},
|
||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Desactiveu la sol·licitud de nova contrasenya mestra per editar aquest camp",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Importa dades",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Error d'importació"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "Hi ha hagut un problema amb les dades que heu intentat importar. Resoleu els errors que es mostren a continuació al fitxer font i torneu-ho a provar."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resoleu els errors següents i torneu-ho a provar."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Descripció"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Les dades s'han importat correctament"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "S'han importat un total de $AMOUNT$ elements.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "Esteu important dades a $ORGANIZATION$. Les vostres dades es poden compartir amb membres d'aquesta organització. Voleu continuar?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Les dades no estan formatades correctament. Comproveu el fitxer d'importació i torneu-ho a provar."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "No s'ha importat res."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error en desxifrar el fitxer exportat. La vostra clau de xifratge no coincideix amb la clau de xifratge utilitzada per exportar les dades."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Destinació de la importació"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Obteniu informació sobre les opcions d'importació"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Selecciona una carpeta"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Selecciona una col·lecció"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Seleccioneu aquesta opció si voleu que el contingut del fitxer importat es desplace a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "El fitxer conté elements no assignats."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Seleccioneu el format del fitxer d'importació"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Seleccioneu el fitxer d'importació"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Trieu fitxer"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No s'ha triat cap fitxer"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "o copieu/enganxeu el contingut dels fitxers d'importació"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "Instruccions de $NAME$",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirma la importació de la Caixa forta"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "Aquest fitxer està protegit amb contrasenya. Introduïu-la per importar dades."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirma la contrasenya del fitxer"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "La clau de pas no es copiarà"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "La clau de pas no es copiarà a l'element clonat. Voleu continuar clonant aquest element?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verificació requerida pel lloc iniciador. Aquesta funció encara no s'ha implementat per als comptes sense contrasenya mestra."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Inici de sessió amb clau de pas?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Ja hi ha una clau de pas per a aquesta aplicació."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No s'han trobat claus de pas per a aquesta aplicació."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "No teniu cap inici de sessió que coincidisca amb el d'aquest lloc."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirma-ho"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Guarda la clau de pas"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Guarda la clau de pas com a nou inici de sessió"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Trieu un inici de sessió per guardar aquesta clau de pas"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Element de clau de pas"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Sobreescriure la clau de pas?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Aquest element ja conté una clau de pas. Esteu segur que voleu sobreescriure la actual?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "La característica encara no és compatible"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Es requereix autenticació per utilitzar la clau de pas. Verifiqueu la vostra identitat per continuar."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Utilitza navegador"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identita"
|
"message": "Identita"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Přístupový klíč"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Historie hesel"
|
"message": "Historie hesel"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Zásady organizace ovlivňují možnosti vlastnictví."
|
"message": "Zásady organizace ovlivňují možnosti vlastnictví."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Vyloučené domény"
|
"message": "Vyloučené domény"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Pro úpravu tohoto pole vypněte požadavek na hlavní heslo",
|
"message": "Pro úpravu tohoto pole vypněte požadavek na hlavní heslo",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Přístupový klíč nebude zkopírován"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Přístupový klíč nebude zkopírován do duplikované položky. Chete pokračovat v duplikování této položky?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Ověření vyžadované iniciátorem webu. Tato funkce ještě není implementována pro účty bez hlavního hesla."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Přihlásit se pomocí přístupového klíče?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Přístupový klíč pro tuto aplikaci již existuje."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Pro tuto aplikaci nebyly nalezeny žádné přístupové klíče."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Pro tuto stránku nemáte žádné přihlašovací údaje."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Potvrdit"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Uložit přístupový klíč"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Uložit přístupový klíč jako nové přihlášení"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Vyberte přihlášení pro uložení tohoto přístupového klíče"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Položka přístupového klíče"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Přepsat přístupový klíč?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Tato položka již obsahuje přístupový klíč. Jste si jisti, že chcete přepsat aktuální přístupový klíč?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Funkce nyní není podporována"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Pro použití přístupového klíče je vyžadováno ověření. Chcete-li pokračovat, ověřte svou identitu."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Použít prohlížeč"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Hunaniaeth"
|
"message": "Hunaniaeth"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Parthau wedi'u heithrio"
|
"message": "Parthau wedi'u heithrio"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identitet"
|
"message": "Identitet"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Adgangsnøgle"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Adgangskodehistorik"
|
"message": "Adgangskodehistorik"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "En organisationspolitik påvirker dine ejerskabsmuligheder."
|
"message": "En organisationspolitik påvirker dine ejerskabsmuligheder."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Ekskluderede domæner"
|
"message": "Ekskluderede domæner"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Slå anmodning om hovedadgangskode igen fra for at redigere dette felt",
|
"message": "Slå anmodning om hovedadgangskode igen fra for at redigere dette felt",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Adgangsnøglen kopieres ikke"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Adgangsnøglen kopieres ikke til det klonede emne. Fortsæt kloningen af emnet alligevel?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Bekræftelse krævet af startwebstedet. Denne funktion er endnu ikke implementeret for konti uden hovedadgangskode."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log ind med adgangsnøgle?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "En adgangsnøgle findes allerede til denne applikation."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Ingen adgangsnøgler fundet til denne applikation."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Der er intet matchende login til dette websted."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Bekræft"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Gem adgangsnøgle"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Gem adgangsnøgle som nyt login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Vælg et login at gemme denne adgangsnøgle til"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Adgangsnøgleemne"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overskriv adgangsnøgle?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Emnet indeholder allerede en adgangsnøgle. Sikker på, at den aktuelle adgangsnøgle skal overskrives?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Funktionen understøttes ikke endnu"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Godkendelse kræves for brug af adgangsnøgle. Bekræft din identitet for at fortsætte."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Benyt webbrowser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identität"
|
"message": "Identität"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Passwortverlauf"
|
"message": "Passwortverlauf"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Eine Organisationsrichtlinie beeinflusst deine Eigentümer-Optionen."
|
"message": "Eine Organisationsrichtlinie beeinflusst deine Eigentümer-Optionen."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Ausgeschlossene Domains"
|
"message": "Ausgeschlossene Domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Deaktiviere die erneute Abfrage des Master-Passworts, um dieses Feld zu bearbeiten",
|
"message": "Deaktiviere die erneute Abfrage des Master-Passworts, um dieses Feld zu bearbeiten",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Passkey wird nicht kopiert"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Der Passkey wird nicht in den duplizierten Eintrag kopiert. Möchtest du mit dem Duplizieren dieses Eintrags fortfahren?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Überprüfung durch die initiierende Website erforderlich. Diese Funktion ist noch nicht für Konten ohne Master-Passwort implementiert."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Mit Passkey anmelden?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Für diese Anwendung existiert bereits ein Passkey."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Keine Passkeys für diese Anwendung gefunden."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Du hast keinen passenden Zugangsdaten für diese Website."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Bestätigen"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Passkey speichern"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Passkey als neue Zugangsdaten speichern"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Wähle Zugangsdaten aus, in die dieser Passkey gespeichert werden sollen"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey-Eintrag"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Passkey überschreiben?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Dieser Eintrag enthält bereits einen Passkey. Bist du sicher, dass du den aktuellen Passkey überschreiben möchtest?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Funktion wird noch nicht unterstützt"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentifizierung erforderlich, um Passkeys zu verwenden. Verifiziere deine Identität, um fortzufahren."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Browser verwenden"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Ταυτότητα"
|
"message": "Ταυτότητα"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Ιστορικό Κωδικού"
|
"message": "Ιστορικό Κωδικού"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Μια πολιτική του οργανισμού, επηρεάζει τις επιλογές ιδιοκτησίας σας."
|
"message": "Μια πολιτική του οργανισμού, επηρεάζει τις επιλογές ιδιοκτησίας σας."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Εξαιρούμενοι Τομείς"
|
"message": "Εξαιρούμενοι Τομείς"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organisation policy is affecting your ownership options."
|
"message": "An organisation policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organisation policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organisation. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used to export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded Domains"
|
"message": "Excluded Domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"message": "Crear cuenta"
|
"message": "Crear cuenta"
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"message": "Identificarse"
|
"message": "Iniciar sesión"
|
||||||
},
|
},
|
||||||
"enterpriseSingleSignOn": {
|
"enterpriseSingleSignOn": {
|
||||||
"message": "Inicio de sesión único empresarial"
|
"message": "Inicio de sesión único empresarial"
|
||||||
@ -92,13 +92,13 @@
|
|||||||
"message": "Autorellenar"
|
"message": "Autorellenar"
|
||||||
},
|
},
|
||||||
"autoFillLogin": {
|
"autoFillLogin": {
|
||||||
"message": "Auto-fill login"
|
"message": "Autocompletar inicio de sesión"
|
||||||
},
|
},
|
||||||
"autoFillCard": {
|
"autoFillCard": {
|
||||||
"message": "Auto-fill card"
|
"message": "Autocompletar tarjeta"
|
||||||
},
|
},
|
||||||
"autoFillIdentity": {
|
"autoFillIdentity": {
|
||||||
"message": "Auto-fill identity"
|
"message": "Autocompletar identidad"
|
||||||
},
|
},
|
||||||
"generatePasswordCopied": {
|
"generatePasswordCopied": {
|
||||||
"message": "Generar contraseña (copiada)"
|
"message": "Generar contraseña (copiada)"
|
||||||
@ -110,19 +110,19 @@
|
|||||||
"message": "Sin entradas coincidentes."
|
"message": "Sin entradas coincidentes."
|
||||||
},
|
},
|
||||||
"noCards": {
|
"noCards": {
|
||||||
"message": "No cards"
|
"message": "No hay tarjetas"
|
||||||
},
|
},
|
||||||
"noIdentities": {
|
"noIdentities": {
|
||||||
"message": "No identities"
|
"message": "No hay identidades"
|
||||||
},
|
},
|
||||||
"addLoginMenu": {
|
"addLoginMenu": {
|
||||||
"message": "Add login"
|
"message": "Agregar inicio de sesión"
|
||||||
},
|
},
|
||||||
"addCardMenu": {
|
"addCardMenu": {
|
||||||
"message": "Add card"
|
"message": "Agregar tarjeta"
|
||||||
},
|
},
|
||||||
"addIdentityMenu": {
|
"addIdentityMenu": {
|
||||||
"message": "Add identity"
|
"message": "Agregar identidad"
|
||||||
},
|
},
|
||||||
"unlockVaultMenu": {
|
"unlockVaultMenu": {
|
||||||
"message": "Desbloquea la caja fuerte"
|
"message": "Desbloquea la caja fuerte"
|
||||||
@ -363,7 +363,7 @@
|
|||||||
"message": "Otros"
|
"message": "Otros"
|
||||||
},
|
},
|
||||||
"unlockMethodNeededToChangeTimeoutActionDesc": {
|
"unlockMethodNeededToChangeTimeoutActionDesc": {
|
||||||
"message": "Set up an unlock method to change your vault timeout action."
|
"message": "Configura un método de desbloqueo para cambiar tu acción de cierre de la bóveda."
|
||||||
},
|
},
|
||||||
"rateExtension": {
|
"rateExtension": {
|
||||||
"message": "Valora la extensión"
|
"message": "Valora la extensión"
|
||||||
@ -658,7 +658,7 @@
|
|||||||
"message": "Actualizar"
|
"message": "Actualizar"
|
||||||
},
|
},
|
||||||
"notificationUnlockDesc": {
|
"notificationUnlockDesc": {
|
||||||
"message": "Unlock your Bitwarden vault to complete the auto-fill request."
|
"message": "Desbloquea tu bóveda Bitwarden para completar la solicitud de autollenado."
|
||||||
},
|
},
|
||||||
"notificationUnlock": {
|
"notificationUnlock": {
|
||||||
"message": "Desbloquear"
|
"message": "Desbloquear"
|
||||||
@ -820,7 +820,7 @@
|
|||||||
"message": "1 GB de espacio cifrado en disco para adjuntos."
|
"message": "1 GB de espacio cifrado en disco para adjuntos."
|
||||||
},
|
},
|
||||||
"premiumSignUpTwoStepOptions": {
|
"premiumSignUpTwoStepOptions": {
|
||||||
"message": "Proprietary two-step login options such as YubiKey and Duo."
|
"message": "Opciones de inicio de sesión con autenticación de dos pasos propietarios como YubiKey y Duo."
|
||||||
},
|
},
|
||||||
"ppremiumSignUpReports": {
|
"ppremiumSignUpReports": {
|
||||||
"message": "Higiene de contraseña, salud de la cuenta e informes de violaciones de datos para mantener su caja fuerte segura."
|
"message": "Higiene de contraseña, salud de la cuenta e informes de violaciones de datos para mantener su caja fuerte segura."
|
||||||
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identidad"
|
"message": "Identidad"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Clave de acceso"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Historial de contraseñas"
|
"message": "Historial de contraseñas"
|
||||||
},
|
},
|
||||||
@ -1630,10 +1633,10 @@
|
|||||||
"message": "La biometría del navegador no es compatible con este dispositivo."
|
"message": "La biometría del navegador no es compatible con este dispositivo."
|
||||||
},
|
},
|
||||||
"biometricsFailedTitle": {
|
"biometricsFailedTitle": {
|
||||||
"message": "Biometrics failed"
|
"message": "Fallo de biométrica"
|
||||||
},
|
},
|
||||||
"biometricsFailedDesc": {
|
"biometricsFailedDesc": {
|
||||||
"message": "Biometrics cannot be completed, consider using a master password or logging out. If this persists, please contact Bitwarden support."
|
"message": "No se pueden completar la biométrica, considere usar una contraseña maestra o cerrar la sesión. Si esto persiste, póngase en contacto con el soporte de Bitwarden."
|
||||||
},
|
},
|
||||||
"nativeMessaginPermissionErrorTitle": {
|
"nativeMessaginPermissionErrorTitle": {
|
||||||
"message": "Permiso no proporcionado"
|
"message": "Permiso no proporcionado"
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Una política de organización está afectando a sus opciones de propiedad."
|
"message": "Una política de organización está afectando a sus opciones de propiedad."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Dominios excluidos"
|
"message": "Dominios excluidos"
|
||||||
},
|
},
|
||||||
@ -2016,7 +2022,7 @@
|
|||||||
"message": "Exportando caja fuerte personal"
|
"message": "Exportando caja fuerte personal"
|
||||||
},
|
},
|
||||||
"exportingIndividualVaultDescription": {
|
"exportingIndividualVaultDescription": {
|
||||||
"message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
|
"message": "Solo se exportarán los elementos individuales de la caja fuerte asociados con $EMAIL$. Los elementos de la bóveda de la organización no se incluirán. Solo se exportará la información de los elementos individuales y no incluirá adjuntos asociados.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"email": {
|
"email": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
@ -2117,7 +2123,7 @@
|
|||||||
"message": "Versión del servidor"
|
"message": "Versión del servidor"
|
||||||
},
|
},
|
||||||
"selfHostedServer": {
|
"selfHostedServer": {
|
||||||
"message": "self-hosted"
|
"message": "autoalojado"
|
||||||
},
|
},
|
||||||
"thirdParty": {
|
"thirdParty": {
|
||||||
"message": "Aplicaciones de terceros"
|
"message": "Aplicaciones de terceros"
|
||||||
@ -2177,7 +2183,7 @@
|
|||||||
"message": "Se ha enviado una notificación a tu dispositivo."
|
"message": "Se ha enviado una notificación a tu dispositivo."
|
||||||
},
|
},
|
||||||
"loginInitiated": {
|
"loginInitiated": {
|
||||||
"message": "Login initiated"
|
"message": "Inicio de sesión en proceso"
|
||||||
},
|
},
|
||||||
"exposedMasterPassword": {
|
"exposedMasterPassword": {
|
||||||
"message": "Contraseña maestra comprometida"
|
"message": "Contraseña maestra comprometida"
|
||||||
@ -2258,34 +2264,34 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loggingInOn": {
|
"loggingInOn": {
|
||||||
"message": "Logging in on"
|
"message": "Iniciando sesión en"
|
||||||
},
|
},
|
||||||
"opensInANewWindow": {
|
"opensInANewWindow": {
|
||||||
"message": "Abre en una nueva ventana"
|
"message": "Abre en una nueva ventana"
|
||||||
},
|
},
|
||||||
"deviceApprovalRequired": {
|
"deviceApprovalRequired": {
|
||||||
"message": "Device approval required. Select an approval option below:"
|
"message": "Se requiere aprobación del dispositivo. Seleccione una opción de aprobación a continuación:"
|
||||||
},
|
},
|
||||||
"rememberThisDevice": {
|
"rememberThisDevice": {
|
||||||
"message": "Remember this device"
|
"message": "Recordar este dispositivo"
|
||||||
},
|
},
|
||||||
"uncheckIfPublicDevice": {
|
"uncheckIfPublicDevice": {
|
||||||
"message": "Uncheck if using a public device"
|
"message": "Desmarcar si se utiliza un dispositivo público"
|
||||||
},
|
},
|
||||||
"approveFromYourOtherDevice": {
|
"approveFromYourOtherDevice": {
|
||||||
"message": "Approve from your other device"
|
"message": "Apruebe desde otro dispositivo"
|
||||||
},
|
},
|
||||||
"requestAdminApproval": {
|
"requestAdminApproval": {
|
||||||
"message": "Request admin approval"
|
"message": "Solicitar aprobación del administrador"
|
||||||
},
|
},
|
||||||
"approveWithMasterPassword": {
|
"approveWithMasterPassword": {
|
||||||
"message": "Approve with master password"
|
"message": "Aprobar con contraseña maestra"
|
||||||
},
|
},
|
||||||
"ssoIdentifierRequired": {
|
"ssoIdentifierRequired": {
|
||||||
"message": "Organization SSO identifier is required."
|
"message": "Se requiere un identificador único de inicio de sesión de la organización."
|
||||||
},
|
},
|
||||||
"eu": {
|
"eu": {
|
||||||
"message": "EU",
|
"message": "Unión Europea",
|
||||||
"description": "European Union"
|
"description": "European Union"
|
||||||
},
|
},
|
||||||
"usDomain": {
|
"usDomain": {
|
||||||
@ -2304,40 +2310,40 @@
|
|||||||
"message": "Display"
|
"message": "Display"
|
||||||
},
|
},
|
||||||
"accountSuccessfullyCreated": {
|
"accountSuccessfullyCreated": {
|
||||||
"message": "Account successfully created!"
|
"message": "¡Cuenta creada con éxito!"
|
||||||
},
|
},
|
||||||
"adminApprovalRequested": {
|
"adminApprovalRequested": {
|
||||||
"message": "Admin approval requested"
|
"message": "Aprobación del administrador solicitada"
|
||||||
},
|
},
|
||||||
"adminApprovalRequestSentToAdmins": {
|
"adminApprovalRequestSentToAdmins": {
|
||||||
"message": "Your request has been sent to your admin."
|
"message": "Su solicitud ha sido enviada a su administrador."
|
||||||
},
|
},
|
||||||
"youWillBeNotifiedOnceApproved": {
|
"youWillBeNotifiedOnceApproved": {
|
||||||
"message": "You will be notified once approved."
|
"message": "Se le notificará una vez aprobado."
|
||||||
},
|
},
|
||||||
"troubleLoggingIn": {
|
"troubleLoggingIn": {
|
||||||
"message": "Trouble logging in?"
|
"message": "¿Problemas para iniciar sesión?"
|
||||||
},
|
},
|
||||||
"loginApproved": {
|
"loginApproved": {
|
||||||
"message": "Login approved"
|
"message": "Inicio de sesión aprobado"
|
||||||
},
|
},
|
||||||
"userEmailMissing": {
|
"userEmailMissing": {
|
||||||
"message": "User email missing"
|
"message": "Falta el correo electrónico del usuario"
|
||||||
},
|
},
|
||||||
"deviceTrusted": {
|
"deviceTrusted": {
|
||||||
"message": "Device trusted"
|
"message": "Dispositivo de confianza"
|
||||||
},
|
},
|
||||||
"inputRequired": {
|
"inputRequired": {
|
||||||
"message": "Input is required."
|
"message": "Entrada requerida."
|
||||||
},
|
},
|
||||||
"required": {
|
"required": {
|
||||||
"message": "required"
|
"message": "required"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"message": "Search"
|
"message": "Buscar"
|
||||||
},
|
},
|
||||||
"inputMinLength": {
|
"inputMinLength": {
|
||||||
"message": "Input must be at least $COUNT$ characters long.",
|
"message": "La entrada debe tener al menos $COUNT$ caracteres.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
@ -2346,7 +2352,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"inputMaxLength": {
|
"inputMaxLength": {
|
||||||
"message": "Input must not exceed $COUNT$ characters in length.",
|
"message": "La entrada no debe exceder los $COUNT$ caracteres de longitud.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
@ -2355,7 +2361,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"inputForbiddenCharacters": {
|
"inputForbiddenCharacters": {
|
||||||
"message": "The following characters are not allowed: $CHARACTERS$",
|
"message": "Los siguientes caracteres no están permitidos: $CHARACTERS$",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"characters": {
|
"characters": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
@ -2382,17 +2388,17 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"multipleInputEmails": {
|
"multipleInputEmails": {
|
||||||
"message": "1 or more emails are invalid"
|
"message": "Una o más direcciones de correo electrónico no son válidas"
|
||||||
},
|
},
|
||||||
"inputTrimValidator": {
|
"inputTrimValidator": {
|
||||||
"message": "Input must not contain only whitespace.",
|
"message": "La entrada no debe contener únicamente espacios en blanco.",
|
||||||
"description": "Notification to inform the user that a form's input can't contain only whitespace."
|
"description": "Notification to inform the user that a form's input can't contain only whitespace."
|
||||||
},
|
},
|
||||||
"inputEmail": {
|
"inputEmail": {
|
||||||
"message": "Input is not an email address."
|
"message": "La entrada no es una dirección de correo electrónico."
|
||||||
},
|
},
|
||||||
"fieldsNeedAttention": {
|
"fieldsNeedAttention": {
|
||||||
"message": "$COUNT$ field(s) above need your attention.",
|
"message": "$COUNT$ campo(s) anteriores necesitan su atención.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
@ -2401,19 +2407,19 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"selectPlaceholder": {
|
"selectPlaceholder": {
|
||||||
"message": "-- Select --"
|
"message": "-- Seleccione --"
|
||||||
},
|
},
|
||||||
"multiSelectPlaceholder": {
|
"multiSelectPlaceholder": {
|
||||||
"message": "-- Type to filter --"
|
"message": "-- Escriba para filtrar --"
|
||||||
},
|
},
|
||||||
"multiSelectLoading": {
|
"multiSelectLoading": {
|
||||||
"message": "Retrieving options..."
|
"message": "Recuperando opciones..."
|
||||||
},
|
},
|
||||||
"multiSelectNotFound": {
|
"multiSelectNotFound": {
|
||||||
"message": "No items found"
|
"message": "No hay elementos"
|
||||||
},
|
},
|
||||||
"multiSelectClearAll": {
|
"multiSelectClearAll": {
|
||||||
"message": "Clear all"
|
"message": "Borrar todo"
|
||||||
},
|
},
|
||||||
"plusNMore": {
|
"plusNMore": {
|
||||||
"message": "+ $QUANTITY$ more",
|
"message": "+ $QUANTITY$ more",
|
||||||
@ -2425,25 +2431,184 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"submenu": {
|
"submenu": {
|
||||||
"message": "Submenu"
|
"message": "Submenú"
|
||||||
},
|
},
|
||||||
"toggleCollapse": {
|
"toggleCollapse": {
|
||||||
"message": "Toggle collapse",
|
"message": "Colapsar/Expandir",
|
||||||
"description": "Toggling an expand/collapse state."
|
"description": "Toggling an expand/collapse state."
|
||||||
},
|
},
|
||||||
"aliasDomain": {
|
"aliasDomain": {
|
||||||
"message": "Alias domain"
|
"message": "Seudónimo del dominio"
|
||||||
},
|
},
|
||||||
"passwordRepromptDisabledAutofillOnPageLoad": {
|
"passwordRepromptDisabledAutofillOnPageLoad": {
|
||||||
"message": "Items with master password re-prompt cannot be auto-filled on page load. Auto-fill on page load turned off.",
|
"message": "Los elementos que requieren la contraseña maestra no se pueden rellenar automáticamente al cargar la página. Se desactivó el autorrellenado de la página.",
|
||||||
"description": "Toast message for describing that master password re-prompt cannot be auto-filled on page load."
|
"description": "Toast message for describing that master password re-prompt cannot be auto-filled on page load."
|
||||||
},
|
},
|
||||||
"autofillOnPageLoadSetToDefault": {
|
"autofillOnPageLoadSetToDefault": {
|
||||||
"message": "Auto-fill on page load set to use default setting.",
|
"message": "El autorrellenado de la página está usando la configuración predeterminada.",
|
||||||
"description": "Toast message for informing the user that auto-fill on page load has been set to the default setting."
|
"description": "Toast message for informing the user that auto-fill on page load has been set to the default setting."
|
||||||
},
|
},
|
||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "La clave de acceso no se copiará"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "La clave de acceso no se copiará al elemento clonado. ¿Desea continuar clonando este elemento?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verificación requerida por el sitio inicial. Esta característica aún no está implementada para cuentas sin contraseña maestra."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "¿Iniciar sesión con contraseña?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Ya existe una clave de acceso para esta aplicación."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No se encontraron contraseñas para esta aplicación."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "No tiene un inicio de sesión que coincida para este sitio."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirme"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Guardar clave"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Guardar contraseña como nuevo inicio de sesión"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Elija un inicio de sesión para guardar esta clave de acceso"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "¿Sobrescribir contraseña?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Este elemento ya contiene una clave de acceso. ¿Está seguro de que desea sobrescribir la contraseña actual?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Función aún no implementada"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Autenticación requerida para usar la clave de acceso. Verifique su identidad para continuar."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use un navegador web"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identiteet"
|
"message": "Identiteet"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Pääsukood"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Paroolide ajalugu"
|
"message": "Paroolide ajalugu"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Organisatsiooni poliitika on seadnud omaniku valikutele piirangu."
|
"message": "Organisatsiooni poliitika on seadnud omaniku valikutele piirangu."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Väljajäetud domeenid"
|
"message": "Väljajäetud domeenid"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Pääsukoodi ei kopeerita"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Pääsukoodi ei kopeerita kloonitud kirjele. Oled kindel, et soovid jätkata?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identitatea"
|
"message": "Identitatea"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Pasahitz historia"
|
"message": "Pasahitz historia"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Erakunde politika batek, jabetza aukerei eragiten die."
|
"message": "Erakunde politika batek, jabetza aukerei eragiten die."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Kanporatutako domeinuak"
|
"message": "Kanporatutako domeinuak"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"description": "Extension description"
|
"description": "Extension description"
|
||||||
},
|
},
|
||||||
"loginOrCreateNewAccount": {
|
"loginOrCreateNewAccount": {
|
||||||
"message": "وارد شوید یا یک حساب کاربری بسازید تا به گاوصندوق امنتان دسترسی یابید."
|
"message": "وارد شوید یا یک حساب کاربری بسازید تا به گاوصندوق امنتان دسترسی یابید."
|
||||||
},
|
},
|
||||||
"createAccount": {
|
"createAccount": {
|
||||||
"message": "ایجاد حساب کاربری"
|
"message": "ایجاد حساب کاربری"
|
||||||
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "هویت"
|
"message": "هویت"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "کلید عبور"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "تاریخچه کلمه عبور"
|
"message": "تاریخچه کلمه عبور"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "سیاست سازمانی بر تنظیمات مالکیت شما تأثیر میگذارد."
|
"message": "سیاست سازمانی بر تنظیمات مالکیت شما تأثیر میگذارد."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "دامنه های مستثنی"
|
"message": "دامنه های مستثنی"
|
||||||
},
|
},
|
||||||
@ -2150,7 +2156,7 @@
|
|||||||
"message": "شما نیستید؟"
|
"message": "شما نیستید؟"
|
||||||
},
|
},
|
||||||
"newAroundHere": {
|
"newAroundHere": {
|
||||||
"message": "اینجا جدیده؟"
|
"message": "اینجا تازه واردی؟"
|
||||||
},
|
},
|
||||||
"rememberEmail": {
|
"rememberEmail": {
|
||||||
"message": "ایمیل را به خاطر بسپار"
|
"message": "ایمیل را به خاطر بسپار"
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "برای ویرایش این فیلد، درخواست مجدد کلمه عبور اصلی را خاموش کنید",
|
"message": "برای ویرایش این فیلد، درخواست مجدد کلمه عبور اصلی را خاموش کنید",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "کلید عبور کپی نمیشود"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "کلید عبور در مورد شبیه سازی شده کپی نمیشود. آیا میخواهید به شبیه سازی این مورد ادامه دهید؟"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "تأیید توسط سایت آغازگر الزامی است. این ویژگی هنوز برای حسابهای بدون کلمه عبور اصلی اجرا نشده است."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "با کلید عبور وارد میشوید؟"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "یک کلید عبور از قبل برای این برنامه وجود دارد."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "هیچ کلمه عبوری برای این برنامه یافت نشد."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "شما هیچ ورود مشابهی برای این سایت ندارید."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "تأیید"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "ذخیره کلید عبور"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "کلید عبور را به عنوان ورود جدید ذخیره کن"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "یک ورود برای ذخیره این کلید عبور انتخاب کنید"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "مورد کلید عبور"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "بازنویسی کلید عبور؟"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "این مورد از قبل دارای یک کلید عبور است. آیا مطمئنید که میخواهید کلمه عبور فعلی را بازنویسی کنید؟"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "ویژگی هنوز پشتیبانی نمیشود"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "برای استفاده از کلید عبور، احراز هویت لازم است. برای ادامه، هویت خود را تأیید کنید."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "استفاده از مرورگر وب"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -357,7 +357,7 @@
|
|||||||
"message": "Näytä tai piilota"
|
"message": "Näytä tai piilota"
|
||||||
},
|
},
|
||||||
"manage": {
|
"manage": {
|
||||||
"message": "Hallinnoi"
|
"message": "Hallitse"
|
||||||
},
|
},
|
||||||
"other": {
|
"other": {
|
||||||
"message": "Muut"
|
"message": "Muut"
|
||||||
@ -658,7 +658,7 @@
|
|||||||
"message": "Päivitä"
|
"message": "Päivitä"
|
||||||
},
|
},
|
||||||
"notificationUnlockDesc": {
|
"notificationUnlockDesc": {
|
||||||
"message": "Viimeistele automaattitäytön pyyntö avaamalla Bitwarden-holvisi lukitus."
|
"message": "Viimeistele automaattisen täytön pyyntö avaamalla Bitwarden-holvisi lukitus."
|
||||||
},
|
},
|
||||||
"notificationUnlock": {
|
"notificationUnlock": {
|
||||||
"message": "Avaa"
|
"message": "Avaa"
|
||||||
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Henkilöllisyys"
|
"message": "Henkilöllisyys"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Suojausavain"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Salasanahistoria"
|
"message": "Salasanahistoria"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Organisaatiokäytäntö vaikuttaa omistajuusvalintoihisi."
|
"message": "Organisaatiokäytäntö vaikuttaa omistajuusvalintoihisi."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "Organisaatiokäytäntö estää kohteiden tuonnin yksityiseen holviisi."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Ohitettavat verkkotunnukset"
|
"message": "Ohitettavat verkkotunnukset"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Poista pääsalasanan uudelleenkysely käytöstä muokataksesi kenttää",
|
"message": "Poista pääsalasanan uudelleenkysely käytöstä muokataksesi kenttää",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Tuo tietoja",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Tuontivirhe"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "Tiedoissa, joita yritit tuoda, havaittiin ongelma. Korjaa alla listatut virheet lähdetiedostosta ja yritä uudelleen."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Korjaa seuraavat virheet ja yritä uudelleen."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Kuvaus"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Tietojen tuonti onnistui"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "Kaikkiaan $AMOUNT$ kohdetta tuotiin.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Yhteensä"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "Olet tuomassa tietoja organisaatioon $ORGANIZATION$. Tietojasi saatetaan jakaa organisaation jäsenten kesken. Haluatko jatkaa?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Tietoja ei ole muotoiltu oikein. Tarkista tuotava tiedosto ja yritä uudelleen."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Mitään ei tuotu."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Virhe purettaessa viedyn tiedoston salausta. Salausavaimesi ei vastaa viennissä käytettyä salausavainta."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Tuontikohde"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Lue lisää tuontivaihtoehdoista"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Valitse kansio"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Valitse kokoelma"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Valitse tämä, jos haluat tuoda tiedoston sisällön kohteeseen \"$DESTINATION$\".",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "Tiedosto sisältää määrittämättömiä kohteita."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Valitse tuotavan tiedoston muoto"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Valitse tuotava tiedosto"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Valitse tiedosto"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "Tiedostoa ei ole valittu"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "tai kopioi ja liitä tuotavan tiedoston sisältö"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ -ohjeet",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Vahvista holvin tuonti"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "Tiedosto on salasanasuojattu. Jatka tuontia syöttämällä tiedoston salasana."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Vahvista tiedoston salasana"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Suojausavainta ei kopioida"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Suojausavain ei kopioidu kloonattuun kohteeseen. Haluatko jatkaa kloonausta?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Käynnistävä sivusto edellyttää todennusta. Ominaisuutta ei ole vielä toteutettu tileille, joilla ei ole pääsalasanaa."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Kirjaudutko suojausavaimella?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Tälle sovellukselle on jo tallennettu suojausavain."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Tälle sovellukselle ei löytynyt suojausavaimia."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Holvissasi ei ole tälle sivustolle sopivaa kirjautumistietoa."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Vahvista"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Tallenna suojausavain"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Tallenna suojausavain uuteen kirjautumistietoon"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Valitse kirjautumistieto, johon suojausavain tallennetaan"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Suojausavaimen kohde"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Korvataanko suojausavain?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Kohde sisältää jo suojausavaimen. Haluatko varmasti korvata nykyisen salasanan?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Ominaisuutta ei vielä tueta"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Salausavaimen käyttö edellyttää todennusta. Jatka vahvistamalla henkilöllisyytesi."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Käytä verkkoselainta"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Pagkakakilanlan"
|
"message": "Pagkakakilanlan"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Kasaysayan ng Password"
|
"message": "Kasaysayan ng Password"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Isang organisasyon policy ang nakakaapekto sa iyong mga pagpipilian sa ownership."
|
"message": "Isang organisasyon policy ang nakakaapekto sa iyong mga pagpipilian sa ownership."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Inilayo na Domain"
|
"message": "Inilayo na Domain"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identité"
|
"message": "Identité"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Clé d'accès"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Historique des mots de passe"
|
"message": "Historique des mots de passe"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Une politique d'organisation affecte vos options de propriété."
|
"message": "Une politique d'organisation affecte vos options de propriété."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Domaines exclus"
|
"message": "Domaines exclus"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Désactivez la resaisie du mot de passe maître pour éditer ce champ",
|
"message": "Désactivez la resaisie du mot de passe maître pour éditer ce champ",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "La clé d'accès ne sera pas copiée"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "La clé d'accès ne sera pas présente sur l'entrée clonée. Continuer quand même ?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Le site requiert une vérification qui n'est pas supportée pour les comptes sans mot de passe maître."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Se connecter avec une clé d'accès ?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Une clé d'accès existe déjà pour cette application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Aucune clé d'accès trouvée pour cette application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Vous n'avez aucun élément correspondant à ce site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirmer"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Enregistrer la clé d'accès"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Enregistrer comme nouvel élément"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choisissez l'élément à associer à la clé d'accès"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Élément avec clé d'accès"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Écraser la clé d'accès existante ?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Cet élément contient déjà une clé d'accès. Voulez-vous vraiment l'écraser ?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Fonctionnalité non supportée"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentification requise pour utiliser cette clé d'accès. Veuillez vérifier votre identité pour continuer."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Utiliser le navigateur"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "זהות"
|
"message": "זהות"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "היסטוריית סיסמאות"
|
"message": "היסטוריית סיסמאות"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "מדיניות ארגונית משפיעה על אפשרויות הבעלות שלך."
|
"message": "מדיניות ארגונית משפיעה על אפשרויות הבעלות שלך."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "पहचान"
|
"message": "पहचान"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "पासवर्ड इतिहास"
|
"message": "पासवर्ड इतिहास"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "एक संगठन नीति आपके स्वामित्व विकल्पों को प्रभावित कर रही है।"
|
"message": "एक संगठन नीति आपके स्वामित्व विकल्पों को प्रभावित कर रही है।"
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "बहिष्कृत डोमेन"
|
"message": "बहिष्कृत डोमेन"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identitet"
|
"message": "Identitet"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Povijest"
|
"message": "Povijest"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Pravila organizacije utječu na tvoje mogućnosti vlasništva. "
|
"message": "Pravila organizacije utječu na tvoje mogućnosti vlasništva. "
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Izuzete domene"
|
"message": "Izuzete domene"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Isključi traženje glavne lozinke za promjenu ovog polja",
|
"message": "Isključi traženje glavne lozinke za promjenu ovog polja",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Személyazonosság"
|
"message": "Személyazonosság"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Hozzáférési kulcs"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Jelszó előzmények"
|
"message": "Jelszó előzmények"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "A szervezeti házirend befolyásolja a tulajdonosi opciókat."
|
"message": "A szervezeti házirend befolyásolja a tulajdonosi opciókat."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Kizárt domainek"
|
"message": "Kizárt domainek"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Kapcsoljuk ki a mesterjelszó újbóli bekérését a mező szerkesztéséhez.",
|
"message": "Kapcsoljuk ki a mesterjelszó újbóli bekérését a mező szerkesztéséhez.",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "A hozzáférési kulcs nem kerül másolásra."
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "A hozzáférési kulcs nem kerül másolásra a klónozott elembe. Folytatjuk ennek az elemnek a klónozását?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "A kezdeményező hely által megkövetelt ellenőrzés. Ez a szolgáltatás még nincs megvalósítva mesterjelszó nélküli fiókok esetén."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Bejelentkezés hozzáférési kulccsal?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Az alkalmazáshoz már létezik hozzáférési kulcs."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Az alkalmazáshoz nem található hozzáférési kulcs."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Nincs megfelelő bejelentkezés ehhez a webhelyhez."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Megerősítés"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Hozzáférési kulcs mentése"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Hozzáférési kulcs mentése új bejelentkezésként"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Bejelentkezés választás a hozzáférési kulcs mentéséhez"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Hozzáférési kulcs elem"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Bejelentkezési kulcs felülírása?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Ez az elem már tartalmaz egy hozzáférési kulcsot. Biztosan felülírásra kerüljön az aktuális hozzáférési kulcs?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Nem támogatott funkció"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "A hozzáférési kulcs használatához hitelesítés szükséges. A személyazonosság ellenőrzése szükséges a folytatáshoz."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Böngésző használata"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identitas"
|
"message": "Identitas"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Riwayat Kata Sandi"
|
"message": "Riwayat Kata Sandi"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Kebijakan organisasi memengaruhi opsi kepemilikan Anda."
|
"message": "Kebijakan organisasi memengaruhi opsi kepemilikan Anda."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Domain yang Dikecualikan"
|
"message": "Domain yang Dikecualikan"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identità"
|
"message": "Identità"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Cronologia delle password"
|
"message": "Cronologia delle password"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Una politica dell'organizzazione sta influenzando le tue opzioni di proprietà."
|
"message": "Una politica dell'organizzazione sta influenzando le tue opzioni di proprietà."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Domini esclusi"
|
"message": "Domini esclusi"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Disattiva l'inserimento della password principale di nuovo per modificare questo campo",
|
"message": "Disattiva l'inserimento della password principale di nuovo per modificare questo campo",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "La passkey non sarà copiata"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "La passkey non sarà copiata nell'elemento clonato. Vuoi continuare a clonare questo elemento?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verifica richiesta dal sito web. Questa funzionalità non è ancora implementata per gli account senza password principale."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Accedi con passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Esiste già una passkey per questa applicazione."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Nessuna passkey trovata per questa applicazione."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Non hai un elemento corrispondente per questo sito."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Conferma"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Salva passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Salva la passkey come nuovo elemento"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Scegli un elemento in cui salvare questa passkey"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Sovrascrivi passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Questo elemento contiene già una passkey. Sei sicuro di voler sovrascrivere la passkey corrente?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Funzionalità non ancora supportata"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Autenticazione obbligatoria per usare una passkey. Verifica la tua identità per continuare."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Usa browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "ID"
|
"message": "ID"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "パスキー"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "パスワードの履歴"
|
"message": "パスワードの履歴"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "組織のポリシーが所有者のオプションに影響を与えています。"
|
"message": "組織のポリシーが所有者のオプションに影響を与えています。"
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "組織のポリシーにより、個々の保管庫へのアイテムのインポートがブロックされました。"
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "除外するドメイン"
|
"message": "除外するドメイン"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "このフィールドを編集するには、マスターパスワードの再入力をオフにしてください",
|
"message": "このフィールドを編集するには、マスターパスワードの再入力をオフにしてください",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "データのインポート",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "インポート エラー"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "インポートしようとしたデータに問題がありました。以下のエラーをソースファイルで解決し、もう一度やり直してください。"
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "以下のエラーを解決してやり直してください。"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "説明"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "データをインポートしました"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "合計 $AMOUNT$ 件のアイテムをインポートしました。",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "合計"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "$ORGANIZATION$にデータをインポートしています。データはこの組織のメンバーと共有される可能性があります。続行しますか?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "データが正しい形式ではありません。インポートするファイルを確認してやり直してください。"
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "何もインポートされませんでした。"
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "エクスポートされたファイルの復号でエラーが発生しました。暗号化キーが、データをエクスポートするために使用された暗号化キーと一致しません。"
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "インポート先"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "インポートオプションの詳細"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "フォルダーを選択"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "コレクションを選択"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "インポートしたファイルコンテンツを $DESTINATION$ に移動したい場合は、このオプションを選択してください。",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "割り当てられていないアイテムがファイルに含まれています。"
|
||||||
|
},
|
||||||
|
"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)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "保管庫のインポートの確認"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "このファイルはパスワードで保護されています。インポートするファイルのパスワードを入力してください。"
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "ファイルパスワードの確認"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "パスキーはコピーされません"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "パスキーは複製されたアイテムにコピーされません。このアイテムを複製しますか?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "開始サイトでの認証が必要です。この機能はマスターパスワードのないアカウントではまだ対応していません。"
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "パスキーでログインしますか?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "このアプリにはすでにパスキーが存在します。"
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "このアプリにはパスキーがありません。"
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "このサイトに一致するログイン情報がありません。"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "確認"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "パスキーを保存"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "パスキーを新しいログイン情報として保存"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "このパスキーを保存するログイン情報を選択してください"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "パスキーアイテム"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "パスキーを上書きしますか?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "このアイテムにはすでにパスキーが含まれています。現在のパスキーを上書きしてもよろしいですか?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "機能は未対応です"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "パスキーを使用するには認証が必要です。続行するには本人確認を行ってください。"
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "ブラウザーを使用"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "ಗುರುತಿಸುವಿಕೆ"
|
"message": "ಗುರುತಿಸುವಿಕೆ"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "ಪಾಸ್ವರ್ಡ್ ಇತಿಹಾಸ"
|
"message": "ಪಾಸ್ವರ್ಡ್ ಇತಿಹಾಸ"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "ಸಂಸ್ಥೆಯ ನೀತಿಯು ನಿಮ್ಮ ಮಾಲೀಕತ್ವದ ಆಯ್ಕೆಗಳ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತಿದೆ."
|
"message": "ಸಂಸ್ಥೆಯ ನೀತಿಯು ನಿಮ್ಮ ಮಾಲೀಕತ್ವದ ಆಯ್ಕೆಗಳ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತಿದೆ."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "ಹೊರತುಪಡಿಸಿದ ಡೊಮೇನ್ಗಳು"
|
"message": "ಹೊರತುಪಡಿಸಿದ ಡೊಮೇನ್ಗಳು"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "신원"
|
"message": "신원"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "비밀번호 변경 기록"
|
"message": "비밀번호 변경 기록"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "조직의 정책이 소유권 설정에 영향을 미치고 있습니다."
|
"message": "조직의 정책이 소유권 설정에 영향을 미치고 있습니다."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "제외된 도메인"
|
"message": "제외된 도메인"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Tapatybė"
|
"message": "Tapatybė"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Slaptažodžio istorija"
|
"message": "Slaptažodžio istorija"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -372,7 +372,7 @@
|
|||||||
"message": "Lūgums apsvērt palīdzēt mums ar labu atsauksmi."
|
"message": "Lūgums apsvērt palīdzēt mums ar labu atsauksmi."
|
||||||
},
|
},
|
||||||
"browserNotSupportClipboard": {
|
"browserNotSupportClipboard": {
|
||||||
"message": "Tīmekļa pārlūks neatbalsta vienkāršu starpliktuves kopēšanu. Tā vietā tas pašrocīgi jāievieto starpliktuvē."
|
"message": "Pārlūks neatbalsta vienkāršo ievietošanu starpliktuvē. Tā vietā tas jāievieto starpliktuvē pašrocīgi."
|
||||||
},
|
},
|
||||||
"verifyIdentity": {
|
"verifyIdentity": {
|
||||||
"message": "Apstiprināt identitāti"
|
"message": "Apstiprināt identitāti"
|
||||||
@ -549,7 +549,7 @@
|
|||||||
"message": "Uzsākšanas pamācība"
|
"message": "Uzsākšanas pamācība"
|
||||||
},
|
},
|
||||||
"gettingStartedTutorialVideo": {
|
"gettingStartedTutorialVideo": {
|
||||||
"message": "Noskaties mūsu uzsākšanas pamācību, lai uzzinātu, kā iegūt vislielāko labumu no pārlūka paplašinājuma."
|
"message": "Noskaties mūsu uzsākšanas pamācību, lai uzzinātu, kā iegūt vislielāko labumu no pārlūka paplašinājuma!"
|
||||||
},
|
},
|
||||||
"syncingComplete": {
|
"syncingComplete": {
|
||||||
"message": "Sinhronizācija pabeigta"
|
"message": "Sinhronizācija pabeigta"
|
||||||
@ -636,7 +636,7 @@
|
|||||||
"description": "Clipboard is the operating system thing where you copy/paste data to on your device."
|
"description": "Clipboard is the operating system thing where you copy/paste data to on your device."
|
||||||
},
|
},
|
||||||
"clearClipboardDesc": {
|
"clearClipboardDesc": {
|
||||||
"message": "Automātiski noņemt kopētās vērtības no starpliktuves.",
|
"message": "Automātiski noņemt starpliktuvē ievietotās vērtības.",
|
||||||
"description": "Clipboard is the operating system thing where you copy/paste data to on your device."
|
"description": "Clipboard is the operating system thing where you copy/paste data to on your device."
|
||||||
},
|
},
|
||||||
"notificationAddDesc": {
|
"notificationAddDesc": {
|
||||||
@ -862,7 +862,7 @@
|
|||||||
"message": "Automātiski ievietot TOTP starpliktuvē"
|
"message": "Automātiski ievietot TOTP starpliktuvē"
|
||||||
},
|
},
|
||||||
"disableAutoTotpCopyDesc": {
|
"disableAutoTotpCopyDesc": {
|
||||||
"message": "Ja pieteikšanās vienumam ir pievienota autentificētāja atslēga, TOTP apstiprinājuma kods tiks automātiski pārkopēts uz starpliktuvi, kad vien tiks automātiski aizpildīta pieteikšanās veidne."
|
"message": "Ja pieteikšanās vienumam ir pievienota autentificētāja atslēga, TOTP apstiprinājuma kods tiks automātiski ievietots starpliktuvē, kad vien tiks automātiski aizpildīta pieteikšanās veidne."
|
||||||
},
|
},
|
||||||
"enableAutoBiometricsPrompt": {
|
"enableAutoBiometricsPrompt": {
|
||||||
"message": "Palaižot vaicāt biometriju"
|
"message": "Palaižot vaicāt biometriju"
|
||||||
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identitāte"
|
"message": "Identitāte"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Piekļuves atslēga"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Paroļu vēsture"
|
"message": "Paroļu vēsture"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Apvienības nosacījumi ietekmē Tavas īpašumtiesību iespējas."
|
"message": "Apvienības nosacījumi ietekmē Tavas īpašumtiesību iespējas."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Izņēmuma domēni"
|
"message": "Izņēmuma domēni"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Jāizslēdz galvenās paroles pārvaicāšana, lai labotu šo lauku",
|
"message": "Jāizslēdz galvenās paroles pārvaicāšana, lai labotu šo lauku",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Piekļuves atslēga netiks ievietota starpliktuvē"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Piekļuves atslēga netiks ievietota klonētajā vienumā. Vai turpināt šī vienuma klonēšanu?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Vietne, kurā tika uzsākta darbība, pieprasa pārbaudi. Šī iespēja vēl nav īstenota kontiem, kuriem nav galvenās paroles."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Pieteikties ar piekļuves atslēgu?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Šai lietotnei jau pastāv piekļuves atslēga."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Šai lietotnei netika atrastas piekļuves atslēgas."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Nav šai vietnei atbilstoša pieteikšanās vienuma."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Apstiprināt"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Saglabāt piekļuves atslēgu"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Saglabāt piekļuves atslēgu kā jaunu pieteikšanās vienumu"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Izvēlēties pieteikšanās vienumu, kurā saglabāt šo piekļuves atslēgu"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Piekļuves atslēgas vienums"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Pārrakstīt piekļuves atslēgu?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Šis vienums jau satur piekļuves atslēgu. Vai tiešām pārrakstīt pašreizējo piekļuves atslēgu?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Iespēja vēl netiek nodrošināta"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Nepieciešama apstiprinājums, lai izmantotu piekļuves atslēgu. Jāapliecina sava identitāte, lai turpinātu."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Izmantot pārlūku"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "ഐഡന്റിറ്റി"
|
"message": "ഐഡന്റിറ്റി"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "പാസ്സ്വേഡ് നാൾവഴി"
|
"message": "പാസ്സ്വേഡ് നാൾവഴി"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identitet"
|
"message": "Identitet"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Passordhistorikk"
|
"message": "Passordhistorikk"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "En virksomhetsregel påvirker dine eierskapsinnstillinger."
|
"message": "En virksomhetsregel påvirker dine eierskapsinnstillinger."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Ekskluderte domener"
|
"message": "Ekskluderte domener"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identiteit"
|
"message": "Identiteit"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Geschiedenis"
|
"message": "Geschiedenis"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Een organisatiebeleid heeft invloed op je eigendomsopties."
|
"message": "Een organisatiebeleid heeft invloed op je eigendomsopties."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Uitgesloten domeinen"
|
"message": "Uitgesloten domeinen"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Passkey wordt niet gekopieerd"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "De passkey wordt niet gekopieerd naar het gekloonde item. Wil je doorgaan met het klonen van dit item?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "De initiërende site vereist verificatie. Deze functie is nog niet geïmplementeerd voor accounts zonder hoofdwachtwoord."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Inloggen met passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Er bestaat al een passkey voor deze applicatie."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Geen passkeys gevonden voor deze applicatie."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Je hebt geen overeenkomende login voor deze site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Bevestigen"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Passkey opslaan"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Passkey als nieuwe login opslaan"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Kies een login om deze passkey bij op te slaan"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey-Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Passkey overschrijven?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Dit item bevat al een passkey. Weet je zeker dat je de huidige passkey wilt overschrijven?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Functie nog niet ondersteund"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authenticatie vereist om passkey te gebruiken. Verifieer je identiteit om door te gaan."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Browser gebruiken"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Tożsamość"
|
"message": "Tożsamość"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Historia hasła"
|
"message": "Historia hasła"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Zasada organizacji ma wpływ na opcję własności elementów."
|
"message": "Zasada organizacji ma wpływ na opcję własności elementów."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "Polityka organizacji zablokowała importowanie elementów do Twojego sejfu."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Wykluczone domeny"
|
"message": "Wykluczone domeny"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Wyłącz prośbę o podanie hasła głównego, aby edytować to pole",
|
"message": "Wyłącz prośbę o podanie hasła głównego, aby edytować to pole",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Importuj dane",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Błąd importu"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "Wystąpił problem z danymi, które chcesz zaimportować. Rozwiąż poniższe problemy w Twoim pliku i spróbuj ponownie."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Rozwiąż poniższe błędy i spróbuj ponownie."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Opis"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Importowanie danych zakończone sukcesem"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "Zaimportowano elementów: $AMOUNT$.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Łącznie"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "Importujesz dane do organizacji $ORGANIZATION$. Dane mogą zostać udostępnione członkom organizacji. Czy chcesz kontynuować?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Dane nie są poprawnie sformatowane. Sprawdź importowany plik i spróbuj ponownie."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nic nie zostało zaimportowane."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Wystąpił błąd podczas odszyfrowywania pliku. Klucz szyfrowania nie pasuje do klucza użytego podczas eksportowania danych."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Miejsce docelowe importu"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Dowiedz się więcej o opcjach importu"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Wybierz folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Wybierz kolekcję"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Wybierz tę opcję, jeśli chcesz, aby zawartość zaimportowanego pliku została przeniesiona do $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "Plik zawiera nieprzypisane elementy."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Wybierz format importowanego pliku"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Wybierz plik do zaimportowania"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Wybierz plik"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "Nie wybrano pliku"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "lub skopiuj/wklej treść pliku"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "Instrukcja dla $NAME$",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Potwierdź importowanie sejfu"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "Plik jest chroniony hasłem. Wprowadź hasło pliku, aby zaimportować dane."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Potwierdź hasło pliku"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Passkey nie zostanie skopiowany"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Passkey nie zostanie skopiowane do sklonowanego elementu. Czy chcesz kontynuować klonowanie tego elementu?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Weryfikacja jest wymagana przez stronę inicjującą. Ta funkcja nie jest jeszcze zaimplementowana dla kont bez hasła głównego."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Zaloguj się za pomocą passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Passkey już istnieje dla tej aplikacji."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Nie znaleziono passkey'a dla tej aplikacji."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Nie masz pasujących danych logowania do tej witryny."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Potwierdź"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Zapisz passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Zapisz passkey jako nowe dane logowania"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Wybierz dane logowania do których przypisać passkey"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Zastąpić passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Ten element zawiera już passkey. Czy na pewno chcesz nadpisać bieżący passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Funkcja nie jest jeszcze obsługiwana"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Wymagane uwierzytelnienie aby używać passkey. Sprawdź swoją tożsamość, aby kontynuować."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Użyj przeglądarki"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identidade"
|
"message": "Identidade"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Histórico de Senha"
|
"message": "Histórico de Senha"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Uma política de organização está afetando suas opções de propriedade."
|
"message": "Uma política de organização está afetando suas opções de propriedade."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Domínios Excluídos"
|
"message": "Domínios Excluídos"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identidade"
|
"message": "Identidade"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Chave de acesso"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Histórico de palavras-passe"
|
"message": "Histórico de palavras-passe"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Uma política da organização está a afetar as suas opções de propriedade."
|
"message": "Uma política da organização está a afetar as suas opções de propriedade."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Domínios excluídos"
|
"message": "Domínios excluídos"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Desativar o pedido para reintroduzir a palavra-passe mestra para editar este campo",
|
"message": "Desativar o pedido para reintroduzir a palavra-passe mestra para editar este campo",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "A chave de acesso não será copiada"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "A chave de acesso não será copiada para o item duplicado. Pretende ainda assim duplicar este item?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verificação exigida pelo site inicial. Esta funcionalidade ainda não está implementada para contas sem palavra-passe mestra."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Iniciar sessão com a chave de acesso?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Já existe uma chave de acesso para esta aplicação."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Não foram encontradas chaves de acesso para esta aplicação."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Não tem uma credencial correspondente para este site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirmar"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Guardar a chave de acesso"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Guardar a chave de acesso como uma nova credencial"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Escolha uma credencial para guardar esta chave de acesso"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Item da chave de acesso"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Substituir chave de acesso?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Este item já contém uma chave de acesso. Tem a certeza de que pretende substituir a chave de acesso atual?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Funcionalidade ainda não suportada"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "É necessária a autenticação para utilizar a chave de acesso. Verifique a sua identidade para continuar."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Utilizar o navegador"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identitate"
|
"message": "Identitate"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Istoric parole"
|
"message": "Istoric parole"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "O politică de organizație vă afectează opțiunile de proprietate."
|
"message": "O politică de organizație vă afectează opțiunile de proprietate."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Domenii excluse"
|
"message": "Domenii excluse"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Dezactivați reintroducerea parolei principale pentru a edita acest câmp",
|
"message": "Dezactivați reintroducerea parolei principale pentru a edita acest câmp",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Личная информация"
|
"message": "Личная информация"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Ключ доступа"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "История паролей"
|
"message": "История паролей"
|
||||||
},
|
},
|
||||||
@ -1378,7 +1381,7 @@
|
|||||||
"message": "Вы действительно хотите отключить блокировку хранилища? В этом случае ключ шифрования вашего хранилища будет сохранен на вашем устройстве. Отключая блокировку, вы должны убедиться, что ваше устройство надежно защищено."
|
"message": "Вы действительно хотите отключить блокировку хранилища? В этом случае ключ шифрования вашего хранилища будет сохранен на вашем устройстве. Отключая блокировку, вы должны убедиться, что ваше устройство надежно защищено."
|
||||||
},
|
},
|
||||||
"noOrganizationsList": {
|
"noOrganizationsList": {
|
||||||
"message": "Вы не являетесь членом какой-либо организации. Организации позволяют безопасно обмениваться элементами с другими пользователями."
|
"message": "Вы не являетесь участником какой-либо организации. Организации позволяют безопасно обмениваться элементами с другими пользователями."
|
||||||
},
|
},
|
||||||
"noCollectionsInList": {
|
"noCollectionsInList": {
|
||||||
"message": "Нет коллекций для отображения."
|
"message": "Нет коллекций для отображения."
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Политика организации влияет на ваши варианты владения."
|
"message": "Политика организации влияет на ваши варианты владения."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "Импорт элементов в ваше личное хранилище отключен политикой организации."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Исключенные домены"
|
"message": "Исключенные домены"
|
||||||
},
|
},
|
||||||
@ -1983,7 +1989,7 @@
|
|||||||
"message": "Уникальный идентификатор не найден."
|
"message": "Уникальный идентификатор не найден."
|
||||||
},
|
},
|
||||||
"convertOrganizationEncryptionDesc": {
|
"convertOrganizationEncryptionDesc": {
|
||||||
"message": "$ORGANIZATION$ использует SSO с собственным сервером ключей. Для авторизации членам этой организации больше не требуется мастер-пароль.",
|
"message": "$ORGANIZATION$ использует SSO с собственным сервером ключей. Для авторизации пользователям этой организации больше не требуется мастер-пароль.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"organization": {
|
"organization": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Для редактирования этого поля отключите повторный запрос мастер-пароля",
|
"message": "Для редактирования этого поля отключите повторный запрос мастер-пароля",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Импорт данных",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Ошибка импорта"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "Возникла проблема с данными, которые вы пытались импортировать. Исправьте в исходном файле перечисленные ниже ошибки и попробуйте еще раз."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Устраните указанные ниже ошибки и повторите попытку."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Описание"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Данные успешно импортированы"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "Всего импортировано элементов: $AMOUNT$.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Всего"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "Вы импортируете данные в $ORGANIZATION$. Пользователи этой организации могут получить к ним доступ. Продолжить?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Формат данных некорректен. Проверьте файл импорта и повторите попытку."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Ничего не было импортировано."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Ошибка при расшифровке экспортированного файла. Ваш ключ шифрования не совпадает с ключом шифрования, использованным при экспорте данных."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Цель импорта"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Узнайте о возможностях импорта"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Выберите папку"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Выберите коллекцию"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Выберите эту опцию, если хотите, чтобы содержимое импортированного файла было перемещено в $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "Файл содержит неназначенные элементы."
|
||||||
|
},
|
||||||
|
"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)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Подтвердите импорт хранилища"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "Этот файл защищен паролем. Введите пароль для импорта данных."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Подтвердите пароль к файлу"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Ключ доступа не будет скопирован"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Ключ доступа не будет скопирован в клонированный элемент. Продолжить клонирование этого элемента?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Необходима верификация со стороны инициирующего сайта. Для аккаунтов без мастер-пароля эта возможность пока не реализована."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Войти с ключом доступа?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Для данного приложения уже существует ключ доступа."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Для данного приложения ключей доступа не найдено."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "У вас нет подходящего логина для этого сайта."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Подтвердить"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Сохранить ключ доступа"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Сохранить ключ доступа как новый логин"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Выберите логин, для которого будет сохранен данный ключ доступа"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Ключ доступа элемента"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Перезаписать ключ доступа?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Этот элемент уже содержит ключ доступа. Вы уверены, что хотите перезаписать текущий ключ?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Функция пока не поддерживается"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Для использования ключа доступа необходима аутентификация. Для продолжения работы подтвердите свою личность."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Использовать браузер"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "අනන්යතාවය"
|
"message": "අනන්යතාවය"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "මුරපද ඉතිහාසය"
|
"message": "මුරපද ඉතිහාසය"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "සංවිධාන ප්රතිපත්තියක් ඔබේ හිමිකාරිත්ව විකල්පයන් කෙරෙහි බලපායි."
|
"message": "සංවිධාන ප්රතිපත්තියක් ඔබේ හිමිකාරිත්ව විකල්පයන් කෙරෙහි බලපායි."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "බැහැර වසම්"
|
"message": "බැහැර වසම්"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identita"
|
"message": "Identita"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Prístupový kľúč"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "História hesla"
|
"message": "História hesla"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Politika organizácie ovplyvňuje vaše možnosti vlastníctva."
|
"message": "Politika organizácie ovplyvňuje vaše možnosti vlastníctva."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Vylúčené domény"
|
"message": "Vylúčené domény"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Vypnite výzvu na opätovné zadanie hlavného hesla na úpravu tohto poľa",
|
"message": "Vypnite výzvu na opätovné zadanie hlavného hesla na úpravu tohto poľa",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Prístupový kód sa neskopíruje"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Prístupový kľúč sa do klonovanej položky neskopíruje. Chcete pokračovať v klonovaní tejto položky?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Overenie požadované iniciujúcim webom. Táto funkcia zatiaľ nie je implementovaná pre účty bez hlavného hesla."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Prihlásiť sa s prístupovým kľúčom?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Pre túto aplikáciu už existuje prístupový kľúč."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Pre túto aplikáciu neboli nájdené žiadne prístupové kľúče."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Pre túto stránku nemáte zodpovedajúce prihlasovacie údaje."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Potvrdiť"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Uložiť prístupový kľúč"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Uložiť prístupový kľúč ako nové prihlasovacie údaje"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Vyberte prihlasovacie údaje, do ktorých chcete uložiť prístupový kľúč"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Položka prístupového kľúča"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Prepísať prístupový kľúč?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Táto položka už obsahuje prístupový kľúč. Naozaj chcete prepísať aktuálny prístupový kľúč?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Funkcia ešte nie je podporovaná"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Na použitie prístupového kľúča sa vyžaduje overenie. Ak chcete pokračovať, overte svoju totožnosť."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Použiť webový prehliadač"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identiteta"
|
"message": "Identiteta"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Zgodovina gesel"
|
"message": "Zgodovina gesel"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Izključene domene"
|
"message": "Izključene domene"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Идентитет"
|
"message": "Идентитет"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Приступачни кључ"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Историја Лозинке"
|
"message": "Историја Лозинке"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "смернице организације утичу на ваше могућности власништва."
|
"message": "смернице организације утичу на ваше могућности власништва."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Изузети домени"
|
"message": "Изузети домени"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Искључите поновни упит главне лозинке да бисте уредили ово поље",
|
"message": "Искључите поновни упит главне лозинке да бисте уредили ово поље",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Приступачни кључ неће бити копиран"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Приступачни кључ неће бити копиран на клонирану ставку. Да ли желите да наставите са клонирањем ставке?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Верификацију захтева сајт који покреће. Ова функција још увек није имплементирана за налоге без главне лозинке."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Пријавите се са приступачним кључем?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "За ову апликацију већ постоји приступачни кључ."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Нису пронађени приступни кључеви за ову апликацију."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "Немате одговарајућу пријаву за овај сајт."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Потврди"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Сачувати приступни кључ"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Сачувати приступни кључ као нову пријаву"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Изаберите пријаву да бисте сачували овај приступни кључ"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Ставка приступачног кључа"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Заменити приступни кључ?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Ова ставка већ садржи приступни кључ. Да ли сте сигурни да желите да замените тренутни приступни кључ?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Функција још није подржана"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "За коришћење приступног кључа је потребна аутентификација. Потврдите свој идентитет да бисте наставили."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Користите претраживач"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identitet"
|
"message": "Identitet"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Lösenordshistorik"
|
"message": "Lösenordshistorik"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "En organisationspolicy påverkar dina ägarskapsalternativ."
|
"message": "En organisationspolicy påverkar dina ägarskapsalternativ."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Exkluderade domäner"
|
"message": "Exkluderade domäner"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Bekräfta"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Använd webbläsare"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Identity"
|
"message": "Identity"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Password history"
|
"message": "Password history"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "ข้อมูลระบุตัวตน"
|
"message": "ข้อมูลระบุตัวตน"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "ประวัติของรหัสผ่าน"
|
"message": "ประวัติของรหัสผ่าน"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "An organization policy is affecting your ownership options."
|
"message": "An organization policy is affecting your ownership options."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Excluded domains"
|
"message": "Excluded domains"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Kimlik"
|
"message": "Kimlik"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Geçiş anahtarı"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Parola geçmişi"
|
"message": "Parola geçmişi"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Bir kuruluş ilkesi sahiplik seçeneklerinizi etkiliyor."
|
"message": "Bir kuruluş ilkesi sahiplik seçeneklerinizi etkiliyor."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Hariç tutulan alan adları"
|
"message": "Hariç tutulan alan adları"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Bu alanı düzenlemek için ana parolayı yeniden istemeyi kapatın",
|
"message": "Bu alanı düzenlemek için ana parolayı yeniden istemeyi kapatın",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Особисті дані"
|
"message": "Особисті дані"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Ключ доступу"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Історія паролів"
|
"message": "Історія паролів"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Політика організації впливає на ваші параметри власності."
|
"message": "Політика організації впливає на ваші параметри власності."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Виключені домени"
|
"message": "Виключені домени"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Вимкніть повторний запит головного пароля, щоб редагувати це поле",
|
"message": "Вимкніть повторний запит головного пароля, щоб редагувати це поле",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "Ключ доступу не буде скопійовано"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "Ключ доступу не буде скопійовано до клонованого запису. Хочете продовжити клонування цього запису?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Сайт ініціює обов'язкову верифікацію. Ця функція ще не реалізована для облікових записів без головного пароля."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Увійти з ключем доступу?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "Ключ доступу для цієї програми вже існує."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "Для цієї програми не знайдено ключів доступу."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "У вас немає відповідних записів для цього сайту."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Підтвердити"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Зберегти ключ доступу"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Зберегти ключ доступу як новий запис"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Виберіть запис для збереження цього ключа доступу"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Ключ доступу"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Перезаписати ключ доступу?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "Цей елемент вже містить ключ доступу. Ви впевнені, що хочете перезаписати поточний ключ доступу?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Функція ще не підтримується"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Для використання ключа доступу потрібна автентифікація. Пройдіть перевірку, щоб продовжити."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Скористатися браузером"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "Danh tính"
|
"message": "Danh tính"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "Lịch sử mật khẩu"
|
"message": "Lịch sử mật khẩu"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "Chính sách của tổ chức đang ảnh hưởng đến các tùy chọn quyền sở hữu của bạn."
|
"message": "Chính sách của tổ chức đang ảnh hưởng đến các tùy chọn quyền sở hữu của bạn."
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "Tên miền đã loại trừ"
|
"message": "Tên miền đã loại trừ"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "Turn off master password re-prompt to edit this field",
|
"message": "Turn off master password re-prompt to edit this field",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "身份"
|
"message": "身份"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "通行密钥"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "密码历史记录"
|
"message": "密码历史记录"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "一个组织策略正影响您的所有权选项。"
|
"message": "一个组织策略正影响您的所有权选项。"
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "组织策略已阻止将项目导入您的个人密码库。"
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "排除域名"
|
"message": "排除域名"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "关闭主密码重新提示以编辑此字段",
|
"message": "关闭主密码重新提示以编辑此字段",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "导入数据",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "导入出错"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "您尝试导入的数据有问题。请解决如下列出的源文件中的错误,然后重试。"
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "解决下面的错误,然后重试。"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "描述"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "数据导入成功"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "一共导入了 $AMOUNT$ 个项目。",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "总计"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "您正在将数据导入到 $ORGANIZATION$。您的数据可能会与此组织中的成员共享。要继续吗?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "数据格式不正确。请检查您的导入文件后重试。"
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "没有导入任何内容。"
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "解密导出的文件时出错。您的加密密钥与导出数据时使用的加密密钥不匹配。"
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "导入目的地"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "了解您的导入选项"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "选择一个文件夹"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "选择一个集合"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "如果您希望将导入的文件内容移动到 $DESTINATION$,请选择此选项",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "文件包含未分配项目。"
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "选择导入文件的格式"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "选择要导入的文件"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "选择文件"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "未选择文件"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "或复制/粘贴要导入的文件内容"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "确认密码库导入"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "此文件受密码保护。请输入文件密码以导入数据。"
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "确认文件密码"
|
||||||
|
},
|
||||||
|
"passkeyNotCopied": {
|
||||||
|
"message": "通行密钥不会被复制"
|
||||||
|
},
|
||||||
|
"passkeyNotCopiedAlert": {
|
||||||
|
"message": "通行密钥将不会被复制到克隆的项目。要继续克隆这个项目吗?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "启动站点需要验证。对于没有主密码的账户,此功能尚未实现。"
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "使用通行密钥登录吗?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "此应用程序已存在一个通行密钥。"
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "没有找到此应用程序的通行密钥。"
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "不存在匹配此站点的登录项目。"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "确认"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "保存通行密钥"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "作为新的登录项目保存通行密钥"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "选择一个用于保存此通行密钥的登录项目"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "通行密钥项目"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "覆盖通行密钥吗?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "此项目已包含一个通行密钥。您确定要覆盖当前的通行密钥吗?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "功能尚不被支持"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "使用通行密钥需要身份验证。请验证身份以继续。"
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "使用浏览器"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1253,6 +1253,9 @@
|
|||||||
"typeIdentity": {
|
"typeIdentity": {
|
||||||
"message": "身分"
|
"message": "身分"
|
||||||
},
|
},
|
||||||
|
"typePasskey": {
|
||||||
|
"message": "Passkey"
|
||||||
|
},
|
||||||
"passwordHistory": {
|
"passwordHistory": {
|
||||||
"message": "密碼歷史記錄"
|
"message": "密碼歷史記錄"
|
||||||
},
|
},
|
||||||
@ -1653,6 +1656,9 @@
|
|||||||
"personalOwnershipPolicyInEffect": {
|
"personalOwnershipPolicyInEffect": {
|
||||||
"message": "組織原則正在影響您的擁有權選項。"
|
"message": "組織原則正在影響您的擁有權選項。"
|
||||||
},
|
},
|
||||||
|
"personalOwnershipPolicyInEffectImports": {
|
||||||
|
"message": "An organization policy has blocked importing items into your individual vault."
|
||||||
|
},
|
||||||
"excludedDomains": {
|
"excludedDomains": {
|
||||||
"message": "排除網域"
|
"message": "排除網域"
|
||||||
},
|
},
|
||||||
@ -2445,5 +2451,164 @@
|
|||||||
"turnOffMasterPasswordPromptToEditField": {
|
"turnOffMasterPasswordPromptToEditField": {
|
||||||
"message": "關閉主密碼重新提示以編輯此欄位",
|
"message": "關閉主密碼重新提示以編輯此欄位",
|
||||||
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
|
||||||
|
},
|
||||||
|
"importData": {
|
||||||
|
"message": "Import data",
|
||||||
|
"description": "Used for the header of the import dialog, the import button and within the file-password-prompt"
|
||||||
|
},
|
||||||
|
"importError": {
|
||||||
|
"message": "Import error"
|
||||||
|
},
|
||||||
|
"importErrorDesc": {
|
||||||
|
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again."
|
||||||
|
},
|
||||||
|
"resolveTheErrorsBelowAndTryAgain": {
|
||||||
|
"message": "Resolve the errors below and try again."
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Description"
|
||||||
|
},
|
||||||
|
"importSuccess": {
|
||||||
|
"message": "Data successfully imported"
|
||||||
|
},
|
||||||
|
"importSuccessNumberOfItems": {
|
||||||
|
"message": "A total of $AMOUNT$ items were imported.",
|
||||||
|
"placeholders": {
|
||||||
|
"amount": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"total": {
|
||||||
|
"message": "Total"
|
||||||
|
},
|
||||||
|
"importWarning": {
|
||||||
|
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?",
|
||||||
|
"placeholders": {
|
||||||
|
"organization": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "My Org Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importFormatError": {
|
||||||
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
||||||
|
},
|
||||||
|
"importNothingError": {
|
||||||
|
"message": "Nothing was imported."
|
||||||
|
},
|
||||||
|
"importEncKeyError": {
|
||||||
|
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
||||||
|
},
|
||||||
|
"importDestination": {
|
||||||
|
"message": "Import destination"
|
||||||
|
},
|
||||||
|
"learnAboutImportOptions": {
|
||||||
|
"message": "Learn about your import options"
|
||||||
|
},
|
||||||
|
"selectImportFolder": {
|
||||||
|
"message": "Select a folder"
|
||||||
|
},
|
||||||
|
"selectImportCollection": {
|
||||||
|
"message": "Select a collection"
|
||||||
|
},
|
||||||
|
"importTargetHint": {
|
||||||
|
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$",
|
||||||
|
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
|
||||||
|
"placeholders": {
|
||||||
|
"destination": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "folder or collection"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"importUnassignedItemsError": {
|
||||||
|
"message": "File contains unassigned items."
|
||||||
|
},
|
||||||
|
"selectFormat": {
|
||||||
|
"message": "Select the format of the import file"
|
||||||
|
},
|
||||||
|
"selectImportFile": {
|
||||||
|
"message": "Select the import file"
|
||||||
|
},
|
||||||
|
"chooseFile": {
|
||||||
|
"message": "Choose File"
|
||||||
|
},
|
||||||
|
"noFileChosen": {
|
||||||
|
"message": "No file chosen"
|
||||||
|
},
|
||||||
|
"orCopyPasteFileContents": {
|
||||||
|
"message": "or copy/paste the import file contents"
|
||||||
|
},
|
||||||
|
"instructionsFor": {
|
||||||
|
"message": "$NAME$ Instructions",
|
||||||
|
"description": "The title for the import tool instructions.",
|
||||||
|
"placeholders": {
|
||||||
|
"name": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "LastPass (csv)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"confirmVaultImport": {
|
||||||
|
"message": "Confirm vault import"
|
||||||
|
},
|
||||||
|
"confirmVaultImportDesc": {
|
||||||
|
"message": "This file is password-protected. Please enter the file password to import data."
|
||||||
|
},
|
||||||
|
"confirmFilePassword": {
|
||||||
|
"message": "Confirm file password"
|
||||||
|
},
|
||||||
|
"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?"
|
||||||
|
},
|
||||||
|
"passkeyFeatureIsNotImplementedForAccountsWithoutMasterPassword": {
|
||||||
|
"message": "Verification required by the initiating site. This feature is not yet implemented for accounts without master password."
|
||||||
|
},
|
||||||
|
"logInWithPasskey": {
|
||||||
|
"message": "Log in with passkey?"
|
||||||
|
},
|
||||||
|
"passkeyAlreadyExists": {
|
||||||
|
"message": "A passkey already exists for this application."
|
||||||
|
},
|
||||||
|
"noPasskeysFoundForThisApplication": {
|
||||||
|
"message": "No passkeys found for this application."
|
||||||
|
},
|
||||||
|
"noMatchingPasskeyLogin": {
|
||||||
|
"message": "You do not have a matching login for this site."
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"message": "Confirm"
|
||||||
|
},
|
||||||
|
"savePasskey": {
|
||||||
|
"message": "Save passkey"
|
||||||
|
},
|
||||||
|
"savePasskeyNewLogin": {
|
||||||
|
"message": "Save passkey as new login"
|
||||||
|
},
|
||||||
|
"choosePasskey": {
|
||||||
|
"message": "Choose a login to save this passkey to"
|
||||||
|
},
|
||||||
|
"passkeyItem": {
|
||||||
|
"message": "Passkey Item"
|
||||||
|
},
|
||||||
|
"overwritePasskey": {
|
||||||
|
"message": "Overwrite passkey?"
|
||||||
|
},
|
||||||
|
"overwritePasskeyAlert": {
|
||||||
|
"message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?"
|
||||||
|
},
|
||||||
|
"featureNotSupported": {
|
||||||
|
"message": "Feature not yet supported"
|
||||||
|
},
|
||||||
|
"yourPasskeyIsLocked": {
|
||||||
|
"message": "Authentication required to use passkey. Verify your identity to continue."
|
||||||
|
},
|
||||||
|
"useBrowserName": {
|
||||||
|
"message": "Use browser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user