1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

New Crowdin updates (#786)

* New translations messages.json (Romanian)

* New translations messages.json (Indonesian)

* New translations messages.json (Swedish)

* New translations messages.json (Turkish)

* New translations messages.json (Ukrainian)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Vietnamese)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Croatian)

* New translations messages.json (Slovenian)

* New translations messages.json (Estonian)

* New translations messages.json (Latvian)

* New translations messages.json (English, United Kingdom)

* New translations messages.json (Esperanto)

* New translations messages.json (Malayalam)

* New translations messages.json (Sinhala)

* New translations messages.json (Norwegian Bokmal)

* New translations messages.json (Serbian (Latin))

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Slovak)

* New translations messages.json (French)

* New translations messages.json (Greek)

* New translations messages.json (Spanish)

* New translations messages.json (Afrikaans)

* New translations messages.json (Belarusian)

* New translations messages.json (Bulgarian)

* New translations messages.json (Catalan)

* New translations messages.json (Czech)

* New translations messages.json (Danish)

* New translations messages.json (German)

* New translations messages.json (Finnish)

* New translations messages.json (Russian)

* New translations messages.json (Hebrew)

* New translations messages.json (Hungarian)

* New translations messages.json (Italian)

* New translations messages.json (Japanese)

* New translations messages.json (Korean)

* New translations messages.json (Dutch)

* New translations messages.json (Polish)

* New translations messages.json (Portuguese)

* New translations messages.json (English, India)
This commit is contained in:
Kyle Spearrin
2021-01-19 21:51:17 -05:00
committed by GitHub
parent 13cbba3e99
commit 1429cb3f76
41 changed files with 16316 additions and 1524 deletions

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Edit Item" "message": "Edit Item"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "ex.", "message": "ex.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Warning" "message": "Warning"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Enter your master password to export your vault data." "message": "Enter your master password to export your vault data."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Betaalinligting" "message": "Betaalinligting"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Kredietkaart" "message": "Kredietkaart"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Toestel" "message": "Toestel"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Intekening" "message": "Intekening"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Expiration Date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Download File"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Рэдагаванне элемента" "message": "Рэдагаванне элемента"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "напр.", "message": "напр.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Увага" "message": "Увага"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Экспартуемы файл утрымлівае даныя вашага сховішча ў незашыфраваным фармаце. Яго не варта захоўваць ці адпраўляць па небяспечным каналам (напрыклад, па электроннай пошце). Выдаліце яго адразу пасля выкарыстання." "message": "Экспартуемы файл утрымлівае даныя вашага сховішча ў незашыфраваным фармаце. Яго не варта захоўваць ці адпраўляць па небяспечным каналам (напрыклад, па электроннай пошце). Выдаліце яго адразу пасля выкарыстання."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Увядзіце ваш асноўны пароль для экспарту даных са сховішча." "message": "Увядзіце ваш асноўны пароль для экспарту даных са сховішча."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Payment Information" "message": "Payment Information"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Credit Card" "message": "Credit Card"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Device" "message": "Device"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Subscription" "message": "Subscription"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Expiration Date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Download File"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Редактиране на елемента" "message": "Редактиране на елемента"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "напр.", "message": "напр.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "ВНИМАНИЕ" "message": "ВНИМАНИЕ"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Данните от трезора ви ще се изнесат в незащитен формат. Не го пращайте по незащитени канали като електронна поща. Изтрийте файла незабавно след като свършите работата си с него." "message": "Данните от трезора ви ще се изнесат в незащитен формат. Не го пращайте по незащитени канали като електронна поща. Изтрийте файла незабавно след като свършите работата си с него."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Въведете главната парола, за да изнесете данните." "message": "Въведете главната парола, за да изнесете данните."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Информация за плащането" "message": "Информация за плащането"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Кредитна карта" "message": "Кредитна карта"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Устройство" "message": "Устройство"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "След смяната на ключа за шифриране ще трябва да се отпишете и след това да се впишете в регистрацията си във всички приложения на Битуорден, които ползвате (като мобилното приложение и разширенията за браузъри). Ако не се отпишете и впишете повторно (за да получите достъп до новия ключ), рискувате да повредите записите си. Сега ще се пробва да бъдете отписани автоматично, това обаче може да се забави." "message": "След смяната на ключа за шифриране ще трябва да се отпишете и след това да се впишете в регистрацията си във всички приложения на Битуорден, които ползвате (като мобилното приложение и разширенията за браузъри). Ако не се отпишете и впишете повторно (за да получите достъп до новия ключ), рискувате да повредите записите си. Сега ще се пробва да бъдете отписани автоматично, това обаче може да се забави."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Абонамент" "message": "Абонамент"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Срок на валидност" "message": "Срок на валидност"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Изтеглете файл" "message": "Изтеглете файл"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Edita l'element" "message": "Edita l'element"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "ex.", "message": "ex.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Advertiment" "message": "Advertiment"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Aquesta exportació conté les dades de la vostra caixa forta en un format no xifrat. No hauríeu d'emmagatzemar o enviar el fitxer exportat a través de canals no segurs (com ara el correu electrònic). Elimineu-lo immediatament després d'haver acabat d'usar-lo." "message": "Aquesta exportació conté les dades de la vostra caixa forta en un format no xifrat. No hauríeu d'emmagatzemar o enviar el fitxer exportat a través de canals no segurs (com ara el correu electrònic). Elimineu-lo immediatament després d'haver acabat d'usar-lo."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Introduïu la contrasenya mestra per exportar les dades de la caixa forta." "message": "Introduïu la contrasenya mestra per exportar les dades de la caixa forta."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Informació de pagament" "message": "Informació de pagament"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Targeta de crèdit" "message": "Targeta de crèdit"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Dispositiu" "message": "Dispositiu"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Després d'actualitzar la vostra clau de xifratge, heu de tancar la sessió i tornar a entrar a totes les aplicacions de Bitwarden que esteu utilitzant actualment (com ara l'aplicació mòbil o les extensions del navegador). Si no es tanca i torna a iniciar la sessió (la qual descarrega la vostra nova clau de xifratge) pot provocar corrupció en les dades. Intentarem registrar-vos automàticament, però, es pot retardar." "message": "Després d'actualitzar la vostra clau de xifratge, heu de tancar la sessió i tornar a entrar a totes les aplicacions de Bitwarden que esteu utilitzant actualment (com ara l'aplicació mòbil o les extensions del navegador). Si no es tanca i torna a iniciar la sessió (la qual descarrega la vostra nova clau de xifratge) pot provocar corrupció en les dades. Intentarem registrar-vos automàticament, però, es pot retardar."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Subscripció" "message": "Subscripció"
}, },
@@ -3194,7 +3218,7 @@
"message": "Inici de sessió únic d'empresa" "message": "Inici de sessió únic d'empresa"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Ara podeu tancar aquesta pestanya i continuar a l'extensió."
}, },
"businessPortal": { "businessPortal": {
"message": "Portal empresarial", "message": "Portal empresarial",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Data de supressió" "message": "Data de supressió"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Data de venciment" "message": "Data de venciment"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Recompte màxim d'accés" "message": "Recompte màxim d'accés"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Recompte daccés actual" "message": "Recompte daccés actual"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Deshabilitat" "message": "Deshabilitat"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Esteu segur que voleu suprimir la contrasenya?" "message": "Esteu segur que voleu suprimir la contrasenya?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Tots els Send" "message": "Tots els Send"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Cerca Sends", "message": "Cerca Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Baixa el fitxer" "message": "Baixa el fitxer"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "No hi ha cap Send a llistar.", "message": "No hi ha cap Send a llistar.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Upravit položku" "message": "Upravit položku"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "např.", "message": "např.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Varování" "message": "Varování"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Tento export obsahuje data vašeho trezoru v nezašifrovaném formátu. Soubor exportu byste neměli ukládat ani odesílat přes nezabezpečené kanály (např. e-mailem). Odstraňte jej okamžitě po jeho použití." "message": "Tento export obsahuje data vašeho trezoru v nezašifrovaném formátu. Soubor exportu byste neměli ukládat ani odesílat přes nezabezpečené kanály (např. e-mailem). Odstraňte jej okamžitě po jeho použití."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Zadejte své hlavní heslo pro export dat." "message": "Zadejte své hlavní heslo pro export dat."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Informace o platbě" "message": "Informace o platbě"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Kreditní karta" "message": "Kreditní karta"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Zařízení" "message": "Zařízení"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Po aktualizace šifrovacího klíče dojde k odhlášení a budete se muset opětovně přihlásit do všech Bitwarden aplikací, které aktuálně používáte (např. mobilní aplikace či rozšíření pro prohlížeč). Nezdaří-li se odhlášení a opětovné přihlášení (během něhož bude stažen nový šifrovací klíč), může dojít k poškození údajů. Pokusíme se vás automaticky odhlásit, nicméně, může to chvíli trvat." "message": "Po aktualizace šifrovacího klíče dojde k odhlášení a budete se muset opětovně přihlásit do všech Bitwarden aplikací, které aktuálně používáte (např. mobilní aplikace či rozšíření pro prohlížeč). Nezdaří-li se odhlášení a opětovné přihlášení (během něhož bude stažen nový šifrovací klíč), může dojít k poškození údajů. Pokusíme se vás automaticky odhlásit, nicméně, může to chvíli trvat."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Odběr" "message": "Odběr"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Datum odstranění" "message": "Datum odstranění"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Datum expirace" "message": "Datum expirace"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Stáhnout soubor" "message": "Stáhnout soubor"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Redigér element" "message": "Redigér element"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "eks.", "message": "eks.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -461,7 +464,7 @@
"message": "Slet vedhæftning" "message": "Slet vedhæftning"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Er du sikker på, at du vil slette dette element?" "message": "Er du sikker på, at du sende til papirkurven?"
}, },
"deletedItem": { "deletedItem": {
"message": "Element sendt til papirkurven" "message": "Element sendt til papirkurven"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Advarsel" "message": "Advarsel"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Denne eksport indeholder dine boksdata i ukrypteret form. Du bør ikke gemme eller sende den eksporterede fil over usikre kanaler (f.eks. e-mail). Slet den straks efter at du er færdig med at bruge den." "message": "Denne eksport indeholder dine boksdata i ukrypteret form. Du bør ikke gemme eller sende den eksporterede fil over usikre kanaler (f.eks. e-mail). Slet den straks efter at du er færdig med at bruge den."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Indtast din hovedadgangskode for at eksportere dine data fra boksen." "message": "Indtast din hovedadgangskode for at eksportere dine data fra boksen."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Betalingsoplysninger" "message": "Betalingsoplysninger"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Betalingskort" "message": "Betalingskort"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Enhed" "message": "Enhed"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Efter opdatering af din krypteringsnøgle skal du logge ud og ind igen i alle Bitwarden-programmer, du bruger i øjeblikket (f.eks. mobilapp eller browserudvidelser). Hvis du ikke logger ud og ind (som downloader din nye krypteringsnøgle), kan det resultere i data korruption. Vi vil forsøge at logge dig ud automatisk, men det kan blive forsinket." "message": "Efter opdatering af din krypteringsnøgle skal du logge ud og ind igen i alle Bitwarden-programmer, du bruger i øjeblikket (f.eks. mobilapp eller browserudvidelser). Hvis du ikke logger ud og ind (som downloader din nye krypteringsnøgle), kan det resultere i data korruption. Vi vil forsøge at logge dig ud automatisk, men det kan blive forsinket."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Abonnement" "message": "Abonnement"
}, },
@@ -3194,7 +3218,7 @@
"message": "Virksomheds Single Sign On" "message": "Virksomheds Single Sign On"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Du kan nu lukke denne fane og fortsætte i udvidelsen."
}, },
"businessPortal": { "businessPortal": {
"message": "Virksomhedssportal", "message": "Virksomhedssportal",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Sletningsdato" "message": "Sletningsdato"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Udløbsdato" "message": "Udløbsdato"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maksimal antal tilgange" "message": "Maksimal antal tilgange"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Aktuelt antal tilgange" "message": "Aktuelt antal tilgange"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Deaktiveret" "message": "Deaktiveret"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Er du sikker på, at du vil fjerne adgangskoden?" "message": "Er du sikker på, at du vil fjerne adgangskoden?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Alle Send" "message": "Alle Send"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Søg Send", "message": "Søg Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download fil" "message": "Download fil"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Der er ingen Send at vise.", "message": "Der er ingen Send at vise.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Eintrag bearbeiten" "message": "Eintrag bearbeiten"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "Bsp.", "message": "Bsp.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Warnung" "message": "Warnung"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Dieser Export enthält Ihre Tresor-Daten in einem unverschlüsseltem Format. Sie sollten die Datei daher nicht über unsichere Kanäle (z.B. E-Mail) versenden oder speichern. Löschen Sie die Datei sofort nach ihrer Verwendung." "message": "Dieser Export enthält Ihre Tresor-Daten in einem unverschlüsseltem Format. Sie sollten die Datei daher nicht über unsichere Kanäle (z.B. E-Mail) versenden oder speichern. Löschen Sie die Datei sofort nach ihrer Verwendung."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Geben Sie das Master-Passwort ein, um Ihre Tresordaten zu exportieren." "message": "Geben Sie das Master-Passwort ein, um Ihre Tresordaten zu exportieren."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Zahlungsinformationen" "message": "Zahlungsinformationen"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Kreditkarte" "message": "Kreditkarte"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Gerät" "message": "Gerät"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Nach der Aktualisierung Ihres Verschlüsselungscodes, müssen Sie sich bei allen Bitwarden-Anwendungen, welche Sie momentan benutzen (wie z. B. Smartphone-App, Browser-Erweiterungen), erneut anmelden. Ein Versäumnis der Ab- und Anmeldung (welche Ihren neuen Verschlüsselungscode bezieht) könnte zu einer Beschädigung der Daten führen. Wir werden versuchen Sie automatisch auszuloggen, was jedoch verzögert geschehen kann." "message": "Nach der Aktualisierung Ihres Verschlüsselungscodes, müssen Sie sich bei allen Bitwarden-Anwendungen, welche Sie momentan benutzen (wie z. B. Smartphone-App, Browser-Erweiterungen), erneut anmelden. Ein Versäumnis der Ab- und Anmeldung (welche Ihren neuen Verschlüsselungscode bezieht) könnte zu einer Beschädigung der Daten führen. Wir werden versuchen Sie automatisch auszuloggen, was jedoch verzögert geschehen kann."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Abo" "message": "Abo"
}, },
@@ -3194,7 +3218,7 @@
"message": "Enterprise Single Sign-On" "message": "Enterprise Single Sign-On"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Sie können diesen Tab nun schließen und in der Erweiterung fortfahren."
}, },
"businessPortal": { "businessPortal": {
"message": "Unternehmensportal", "message": "Unternehmensportal",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Löschdatum" "message": "Löschdatum"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Ablaufdatum" "message": "Ablaufdatum"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximale Zugriffsanzahl" "message": "Maximale Zugriffsanzahl"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Aktuelle Zugriffsanzahl" "message": "Aktuelle Zugriffsanzahl"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Deaktiviert" "message": "Deaktiviert"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Sind Sie sicher, dass Sie das Passwort entfernen möchten?" "message": "Sind Sie sicher, dass Sie das Passwort entfernen möchten?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Alle Sends" "message": "Alle Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Sends suchen", "message": "Sends suchen",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Datei herunterladen" "message": "Datei herunterladen"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Es gibt keine Sends aufzulisten.", "message": "Es gibt keine Sends aufzulisten.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Επεξεργασία Στοιχείου" "message": "Επεξεργασία Στοιχείου"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "πχ.", "message": "πχ.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -461,7 +464,7 @@
"message": "Διαγραφή συνημμένου" "message": "Διαγραφή συνημμένου"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το στοιχείο;" "message": "Θέλετε πραγματικά να στείλετε στον κάδο απορριμμάτων;"
}, },
"deletedItem": { "deletedItem": {
"message": "Διαγραμμένο στοιχείο" "message": "Διαγραμμένο στοιχείο"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Προειδοποίηση" "message": "Προειδοποίηση"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Αυτή η εξαγωγή περιέχει τα δεδομένα σε μη κρυπτογραφημένη μορφή. Δεν πρέπει να αποθηκεύετε ή να στείλετε το εξαγόμενο αρχείο μέσω μη ασφαλών τρόπων (όπως μέσω email). Διαγράψτε το αμέσως μόλις τελειώσετε με τη χρήση του." "message": "Αυτή η εξαγωγή περιέχει τα δεδομένα σε μη κρυπτογραφημένη μορφή. Δεν πρέπει να αποθηκεύετε ή να στείλετε το εξαγόμενο αρχείο μέσω μη ασφαλών τρόπων (όπως μέσω email). Διαγράψτε το αμέσως μόλις τελειώσετε με τη χρήση του."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Πληκτρολογήστε τον κύριο κωδικό για εξαγωγή των δεδομένων vault." "message": "Πληκτρολογήστε τον κύριο κωδικό για εξαγωγή των δεδομένων vault."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Πληροφορίες Πληρωμής" "message": "Πληροφορίες Πληρωμής"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Πιστωτική Κάρτα" "message": "Πιστωτική Κάρτα"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Συσκευή" "message": "Συσκευή"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Μετά την ενημέρωση του κλειδιού κρυπτογράφησης, πρέπει να αποσυνδεθείτε και να επιστρέψετε σε όλες τις εφαρμογές Bitwarden που χρησιμοποιείτε αυτήν τη στιγμή (όπως η εφαρμογή για κινητά ή οι επεκτάσεις του προγράμματος περιήγησης). Η αποτυχία αποσύνδεσης και επαναφοράς (στην οποία γίνεται λήψη του νέου κλειδιού κρυπτογράφησης) ενδέχεται να προκαλέσει καταστροφή δεδομένων. Θα προσπαθήσουμε να αποσυνδεθείτε αυτόματα, ωστόσο αυτό μπορεί να καθυστερήσει." "message": "Μετά την ενημέρωση του κλειδιού κρυπτογράφησης, πρέπει να αποσυνδεθείτε και να επιστρέψετε σε όλες τις εφαρμογές Bitwarden που χρησιμοποιείτε αυτήν τη στιγμή (όπως η εφαρμογή για κινητά ή οι επεκτάσεις του προγράμματος περιήγησης). Η αποτυχία αποσύνδεσης και επαναφοράς (στην οποία γίνεται λήψη του νέου κλειδιού κρυπτογράφησης) ενδέχεται να προκαλέσει καταστροφή δεδομένων. Θα προσπαθήσουμε να αποσυνδεθείτε αυτόματα, ωστόσο αυτό μπορεί να καθυστερήσει."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Συνδρομή" "message": "Συνδρομή"
}, },
@@ -3194,7 +3218,7 @@
"message": "Ενιαία είσοδος για επιχειρήσεις" "message": "Ενιαία είσοδος για επιχειρήσεις"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Μπορείτε να κλείσετε αυτήν την καρτέλα τώρα και να συνεχίσετε στην επέκταση."
}, },
"businessPortal": { "businessPortal": {
"message": "Επιχειρηματική πύλη", "message": "Επιχειρηματική πύλη",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Ημερομηνία διαγραφής" "message": "Ημερομηνία διαγραφής"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Ημερομηνία Λήξης" "message": "Ημερομηνία Λήξης"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Μέγιστος Αριθμός Πρόσβασης" "message": "Μέγιστος Αριθμός Πρόσβασης"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Τρέχων Αριθμός Πρόσβασης" "message": "Τρέχων Αριθμός Πρόσβασης"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Απενεργοποιημένο" "message": "Απενεργοποιημένο"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Είστε βέβαιοι ότι θέλετε να καταργήσετε τον κωδικό πρόσβασης;" "message": "Είστε βέβαιοι ότι θέλετε να καταργήσετε τον κωδικό πρόσβασης;"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Όλα τα Sends" "message": "Όλα τα Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Αναζήτηση Sends", "message": "Αναζήτηση Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Λήψη Αρχείου" "message": "Λήψη Αρχείου"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Δεν υπάρχουν Sends στη λίστα.", "message": "Δεν υπάρχουν Sends στη λίστα.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Edit item" "message": "Edit item"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "e.g.", "message": "e.g.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -461,7 +464,7 @@
"message": "Delete attachment" "message": "Delete attachment"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Are you sure you want to delete this item?" "message": "Do you really want to send to the bin?"
}, },
"deletedItem": { "deletedItem": {
"message": "Item sent to bin" "message": "Item sent to bin"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Warning" "message": "Warning"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over insecure channels (such as email). Delete it immediately after you are done using it." "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over insecure channels (such as email). Delete it immediately after you are done using it."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Enter your master password to export your vault data." "message": "Enter your master password to export your vault data."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Payment information" "message": "Payment information"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Credit card" "message": "Credit card"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Device" "message": "Device"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, although this may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, although this may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Subscription" "message": "Subscription"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion date" "message": "Deletion date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration date" "message": "Expiration date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum access count" "message": "Maximum access count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current access count" "message": "Current access count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All sends" "message": "All sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search sends", "message": "Search sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download file" "message": "Download file"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no sends to list.", "message": "There are no sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Edit item" "message": "Edit item"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "e.g.", "message": "e.g.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Warning" "message": "Warning"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over insecure channels (such as email). Delete it immediately after you are done using it." "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over insecure channels (such as email). Delete it immediately after you are done using it."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Enter your master password to export your vault data." "message": "Enter your master password to export your vault data."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Payment information" "message": "Payment information"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Credit card" "message": "Credit card"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Device" "message": "Device"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, although this may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, although this may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Subscription" "message": "Subscription"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Expiration Date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Download File"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Edit Item" "message": "Edit Item"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "ekx.", "message": "ekx.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Warning" "message": "Warning"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Enter your master password to export your vault data." "message": "Enter your master password to export your vault data."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Informoj pri Pago" "message": "Informoj pri Pago"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Credit Card" "message": "Credit Card"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Aparato" "message": "Aparato"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Abono" "message": "Abono"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Expiration Date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Download File"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Editar elemento" "message": "Editar elemento"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "ej.", "message": "ej.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Advertencia" "message": "Advertencia"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Esta exportación contiene los datos de tu caja fuerte en un formato no cifrado. No deberías almacenar o enviar el archivo exportado por canales no seguros (como el correo electrónico). Elimínalo inmediatamente cuando termines de utilizarlo." "message": "Esta exportación contiene los datos de tu caja fuerte en un formato no cifrado. No deberías almacenar o enviar el archivo exportado por canales no seguros (como el correo electrónico). Elimínalo inmediatamente cuando termines de utilizarlo."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Introduce tu contraseña maestra para exportar la información de tu caja fuerte." "message": "Introduce tu contraseña maestra para exportar la información de tu caja fuerte."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Información de pago" "message": "Información de pago"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Tarjeta de crédito" "message": "Tarjeta de crédito"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Dispositivo" "message": "Dispositivo"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Una vez actualices tu clave de cifrado, será necesario que cierres sesión y vuelvas a identificarte en todas las aplicaciones de Bitwarden que estés utilizando (como la aplicación móvil o la extensión de navegador). Si la reautenticación falla (la cual descargaría la nueva clave de cifrad) puede producirse corrupción de datos. Intentaremos cerrar tu sesión automáticamente, pero puede tardar un tiempo." "message": "Una vez actualices tu clave de cifrado, será necesario que cierres sesión y vuelvas a identificarte en todas las aplicaciones de Bitwarden que estés utilizando (como la aplicación móvil o la extensión de navegador). Si la reautenticación falla (la cual descargaría la nueva clave de cifrad) puede producirse corrupción de datos. Intentaremos cerrar tu sesión automáticamente, pero puede tardar un tiempo."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Suscripción" "message": "Suscripción"
}, },
@@ -3194,7 +3218,7 @@
"message": "Inicio de sesión único empresarial" "message": "Inicio de sesión único empresarial"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Ya puedes cerrar esta pestaña y continuar en la extensión."
}, },
"businessPortal": { "businessPortal": {
"message": "Portal de negocios", "message": "Portal de negocios",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Fecha de eliminación" "message": "Fecha de eliminación"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Fecha de Expiración" "message": "Fecha de Expiración"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Número máximo de accesos" "message": "Número máximo de accesos"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Número de accesos actuales" "message": "Número de accesos actuales"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Deshabilitado" "message": "Deshabilitado"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "¿Está seguro que desea eliminar la contraseña?" "message": "¿Está seguro que desea eliminar la contraseña?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Todos los Sends" "message": "Todos los Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Buscar Sends", "message": "Buscar Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Descargar archivo" "message": "Descargar archivo"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "No hay Sends que listar.", "message": "No hay Sends que listar.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Kirje muutmine" "message": "Kirje muutmine"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "nt.", "message": "nt.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Hoiatus" "message": "Hoiatus"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Eksporditav fail on krüpteeringuta ja sisaldab hoidla sisu. Seda faili ei tohiks kaua käidelda ning mitte mingil juhul ebaturvaliselt saata (näiteks e-postiga). Kustuta see koheselt pärast kasutamist." "message": "Eksporditav fail on krüpteeringuta ja sisaldab hoidla sisu. Seda faili ei tohiks kaua käidelda ning mitte mingil juhul ebaturvaliselt saata (näiteks e-postiga). Kustuta see koheselt pärast kasutamist."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Hoidlas olevate andmete eksportimiseks on vajalik ülemparooli sisestamine." "message": "Hoidlas olevate andmete eksportimiseks on vajalik ülemparooli sisestamine."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Maksemeetod" "message": "Maksemeetod"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Krediitkaart" "message": "Krediitkaart"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Seade" "message": "Seade"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Pärast krüpteerimisvõtme uuendamist pead kõikides seadmetes, kus Bitwardeni rakendust kasutad, oma kontosse uuesti sisse logima (nt nutitelefonis ja brauseris). Välja- ja sisselogimise (mis ühtlasi laadib ka uue krüpteerimisvõtme) nurjumine võib tingida andmete riknemise. Üritame sinu seadmetest ise välja logida, aga see võib võtta natukene aega." "message": "Pärast krüpteerimisvõtme uuendamist pead kõikides seadmetes, kus Bitwardeni rakendust kasutad, oma kontosse uuesti sisse logima (nt nutitelefonis ja brauseris). Välja- ja sisselogimise (mis ühtlasi laadib ka uue krüpteerimisvõtme) nurjumine võib tingida andmete riknemise. Üritame sinu seadmetest ise välja logida, aga see võib võtta natukene aega."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Tellimus" "message": "Tellimus"
}, },
@@ -3194,7 +3218,7 @@
"message": "Ettevõtte Single Sign-On" "message": "Ettevõtte Single Sign-On"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Võid nüüd selle vahelehe sulgeda ning jätkata brauseri laienduses."
}, },
"businessPortal": { "businessPortal": {
"message": "Ärikliendi portaal", "message": "Ärikliendi portaal",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Kustutamise kuupäev" "message": "Kustutamise kuupäev"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Aegumiskuupäev" "message": "Aegumiskuupäev"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maksimaalne ligipääsude arv" "message": "Maksimaalne ligipääsude arv"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Hetkeline ligipääsude arv" "message": "Hetkeline ligipääsude arv"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Keelatud" "message": "Keelatud"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Soovid kindlasti selle parooli eemaldada?" "message": "Soovid kindlasti selle parooli eemaldada?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Kõik Sendid" "message": "Kõik Sendid"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Otsi Sende", "message": "Otsi Sende",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Laadi fail alla" "message": "Laadi fail alla"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Puuduvad Sendid, mida kuvada.", "message": "Puuduvad Sendid, mida kuvada.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Modifier l'élément" "message": "Modifier l'élément"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "ex.", "message": "ex.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -461,7 +464,7 @@
"message": "Supprimer la pièce jointe" "message": "Supprimer la pièce jointe"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Êtes-vous sûr(e) de vouloir supprimer cet élément ?" "message": "Êtes-vous sûr(e) de vouloir déposer cet élément dans la corbeille ?"
}, },
"deletedItem": { "deletedItem": {
"message": "L'élément a été envoyé dans la corbeille" "message": "L'élément a été envoyé dans la corbeille"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Attention" "message": "Attention"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Cet export contient les données de votre coffre dans un format non chiffré. Vous ne devriez ni le stocker ni l'envoyer via des canaux non sécurisés (tel que l'e-mail). Supprimez-le immédiatement après l'avoir utilisé." "message": "Cet export contient les données de votre coffre dans un format non chiffré. Vous ne devriez ni le stocker ni l'envoyer via des canaux non sécurisés (tel que l'e-mail). Supprimez-le immédiatement après l'avoir utilisé."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Saisissez votre mot de passe maître pour exporter les données de votre coffre." "message": "Saisissez votre mot de passe maître pour exporter les données de votre coffre."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Informations de paiement" "message": "Informations de paiement"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Carte de crédit" "message": "Carte de crédit"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Appareil" "message": "Appareil"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Après avoir mis à jour votre clé de chiffrement, vous devrez vous reconnecter sur toutes les applications Bitwarden que vous utilisez actuellement (comme par exemple l'application mobile ou les extensions de navigateur). Le fait de ne pas vous déconnecter et de vous reconnecter (ce qui télécharge votre nouvelle clé de chiffrement) pourrait entraîner une corruption des données. Nous allons essayer de vous déconnecter automatiquement, mais cela demande un peu de temps." "message": "Après avoir mis à jour votre clé de chiffrement, vous devrez vous reconnecter sur toutes les applications Bitwarden que vous utilisez actuellement (comme par exemple l'application mobile ou les extensions de navigateur). Le fait de ne pas vous déconnecter et de vous reconnecter (ce qui télécharge votre nouvelle clé de chiffrement) pourrait entraîner une corruption des données. Nous allons essayer de vous déconnecter automatiquement, mais cela demande un peu de temps."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Abonnement" "message": "Abonnement"
}, },
@@ -3194,7 +3218,7 @@
"message": "Portail de connexion unique d'entreprise (Single Sign-On)" "message": "Portail de connexion unique d'entreprise (Single Sign-On)"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Vous pouvez maintenant fermer cet onglet et continuer dans l'extension."
}, },
"businessPortal": { "businessPortal": {
"message": "Portail d'entreprise", "message": "Portail d'entreprise",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Date de suppression" "message": "Date de suppression"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Date d'expiration" "message": "Date d'expiration"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Nombre maximum d'accès" "message": "Nombre maximum d'accès"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Nombre d'accès actuel" "message": "Nombre d'accès actuel"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Désactivé" "message": "Désactivé"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Êtes-vous sûr(e) de vouloir supprimer le mot de passe ?" "message": "Êtes-vous sûr(e) de vouloir supprimer le mot de passe ?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Tous les Sends" "message": "Tous les Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Rechercher dans les Sends", "message": "Rechercher dans les Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Télécharger le fichier" "message": "Télécharger le fichier"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Il n'y a aucun Send à afficher.", "message": "Il n'y a aucun Send à afficher.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -38,7 +38,7 @@
"message": "סיסמה" "message": "סיסמה"
}, },
"newPassword": { "newPassword": {
"message": "New Password" "message": "סיסמה חדשה"
}, },
"passphrase": { "passphrase": {
"message": "משפט סיסמה" "message": "משפט סיסמה"
@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "ערוך פריט" "message": "ערוך פריט"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "לדוגמא", "message": "לדוגמא",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "אזהרה" "message": "אזהרה"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "הקובץ מכיל את פרטי הכספת שלך בפורמט לא מוצפן. מומלץ להעביר את הקובץ רק בדרכים מוצפנות, ומאוד לא מומלץ לשמור או לשלוח את הקובץ הזה בדרכים לא מוצפנות (כדוגמת סתם אימייל). מחק את הקובץ מיד לאחר שסיימת את השימוש בו." "message": "הקובץ מכיל את פרטי הכספת שלך בפורמט לא מוצפן. מומלץ להעביר את הקובץ רק בדרכים מוצפנות, ומאוד לא מומלץ לשמור או לשלוח את הקובץ הזה בדרכים לא מוצפנות (כדוגמת סתם אימייל). מחק את הקובץ מיד לאחר שסיימת את השימוש בו."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "הזן את הסיסמה הראשית שלך עבור יצוא המידע מהכספת." "message": "הזן את הסיסמה הראשית שלך עבור יצוא המידע מהכספת."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "פרטי תשלום" "message": "פרטי תשלום"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "כרטיס אשראי" "message": "כרטיס אשראי"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "מכשיר" "message": "מכשיר"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "לאחר עדכון מפתחות ההצפנה שלך, תתבקש לצאת ולהכנס שוב בכל אפליקציות Bitwarden שאתה משתמש בהן (האפליקציה לפלאפון או ההרחבה לדפדפן). אם לא תצא ותכנס שוב (פעולת הכניסה מורידה את המפתח החדש), יתכן שתתקל במידע שגוי. אנו ננסה לגרום ליציאה אוטומטית, אך יתכן שהדבר לא יקרה מיידית." "message": "לאחר עדכון מפתחות ההצפנה שלך, תתבקש לצאת ולהכנס שוב בכל אפליקציות Bitwarden שאתה משתמש בהן (האפליקציה לפלאפון או ההרחבה לדפדפן). אם לא תצא ותכנס שוב (פעולת הכניסה מורידה את המפתח החדש), יתכן שתתקל במידע שגוי. אנו ננסה לגרום ליציאה אוטומטית, אך יתכן שהדבר לא יקרה מיידית."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "מנוי" "message": "מנוי"
}, },
@@ -2814,10 +2838,10 @@
"message": "לא בחרת כלום." "message": "לא בחרת כלום."
}, },
"acceptPolicies": { "acceptPolicies": {
"message": "By checking this box you agree to the following:" "message": "סימון תיבה זו מהווה את הסכמתך לתנאים הבאים:"
}, },
"acceptPoliciesError": { "acceptPoliciesError": {
"message": "Terms of Service and Privacy Policy have not been acknowledged." "message": "לא הסכמת לתנאי השירות ומדיניות הפרטיות."
}, },
"termsOfService": { "termsOfService": {
"message": "תנאי שירות" "message": "תנאי שירות"
@@ -2954,10 +2978,10 @@
"message": "למפתח הAPI שלך יש גישה מלאה לארגון שלך. מומלץ מאוד לשמור אותו בסוד." "message": "למפתח הAPI שלך יש גישה מלאה לארגון שלך. מומלץ מאוד לשמור אותו בסוד."
}, },
"userApiKeyDesc": { "userApiKeyDesc": {
"message": "Your API key can be used to authenticate in the Bitwarden CLI." "message": "מפתח הAPI שלך יכול לשמש עבור אימות מול הCLI של Bitwarden."
}, },
"userApiKeyWarning": { "userApiKeyWarning": {
"message": "Your API key is an alternative authentication mechanism. It should be kept secret." "message": "מפתח הAPI שלך משמש כמנגנון אימות אלטרנטיבי. יש לשמור עליו כמו על כל סיסמה."
}, },
"oauth2ClientCredentials": { "oauth2ClientCredentials": {
"message": "אישורי לקוח OAuth 2.0", "message": "אישורי לקוח OAuth 2.0",
@@ -3194,7 +3218,7 @@
"message": "כניסה ארגונית אחודה" "message": "כניסה ארגונית אחודה"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "ניתן לסגור את הטאב הנוכחי ולהמשיך את השימוש בתוסף."
}, },
"businessPortal": { "businessPortal": {
"message": "פורטל עסקי", "message": "פורטל עסקי",
@@ -3222,132 +3246,387 @@
"message": "חבר SSO" "message": "חבר SSO"
}, },
"webPoliciesDeprecationWarning": { "webPoliciesDeprecationWarning": {
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead." "message": "הגדרות המדיניות הועברו למקום אחר, והעמוד הזה לא יתמך יותר. אנא לחץ על הכפתור כדי לעבור לפורטל המדיניות העסקית."
}, },
"singleOrg": { "singleOrg": {
"message": "Single Organization" "message": "ארגון יחידני"
}, },
"singleOrgDesc": { "singleOrgDesc": {
"message": "Restrict users from being able to join any other organizations." "message": "מונע מהמשתמשים אפשרות צירוף לארגונים אחרים."
}, },
"singleOrgBlockCreateMessage": { "singleOrgBlockCreateMessage": {
"message": "Your current organization has a policy that does not allow you to join more than one organization. Please contact your organization admins or sign up from a different Bitwarden account." "message": "לפי מדיניות הארגון שלך, אין באפשרותך להצטרף ליותר מארגון אחד. אנא צור קשר עם מנהלי הארגון שלך, או לחלופין - צור חשבון Bitwarden נפרד."
}, },
"singleOrgPolicyWarning": { "singleOrgPolicyWarning": {
"message": "Organization members who are not Owners or Administrators and are already a member of another organization will be removed from your organization." "message": "חברי ארגון שאינם הבעלים או המנהלים וכבר עכשיו הם חלק מארגון אחר - יוסרו מהארגון שלך."
}, },
"requireSso": { "requireSso": {
"message": "Single Sign-On Authentication" "message": "אימות בעזרת כניסה אחודה"
}, },
"requireSsoPolicyDesc": { "requireSsoPolicyDesc": {
"message": "Require users to log in with the Enterprise Single Sign-On method." "message": "מחייב את המשתמשים להשתמש בכניסה אחודה של הארגון."
}, },
"prerequisite": { "prerequisite": {
"message": "Prerequisite" "message": "תנאים מקדימים"
}, },
"requireSsoPolicyReq": { "requireSsoPolicyReq": {
"message": "The Single Organization enterprise policy must be enabled before activating this policy." "message": "יש לסמן את מדיניות הארגון היחידני לפני הפעלת מדיניות זו."
}, },
"requireSsoPolicyReqError": { "requireSsoPolicyReqError": {
"message": "Single Organization policy not enabled." "message": "מדיניות ארגון יחידני לא הופעלה."
}, },
"requireSsoExemption": { "requireSsoExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement." "message": "מנהלי ובעלי הארגון מוחרגים מאכיפת מדיניות זו."
}, },
"sendTypeFile": { "sendTypeFile": {
"message": "File" "message": "קובץ"
}, },
"sendTypeText": { "sendTypeText": {
"message": "Text" "message": "טקסט"
}, },
"createSend": { "createSend": {
"message": "Create New Send", "message": "צור Send חדש",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editSend": { "editSend": {
"message": "Edit Send", "message": "ערוך Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"createdSend": { "createdSend": {
"message": "Created Send", "message": "הSend נוצר בהצלחה",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editedSend": { "editedSend": {
"message": "Edited Send", "message": "הSend נערך",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletedSend": { "deletedSend": {
"message": "Deleted Send", "message": "הSend נמחק",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSend": { "deleteSend": {
"message": "Delete Send", "message": "מחק Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSendConfirmation": { "deleteSendConfirmation": {
"message": "Are you sure you want to delete this Send?", "message": "האם אתה בטוח שברצונך למחוק Send זה?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"whatTypeOfSend": { "whatTypeOfSend": {
"message": "What type of Send is this?", "message": "מה סוג הSend?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "תאריך מחיקה"
},
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "תאריך תפוגה"
},
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "כמות גישות מקסימלית"
},
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "כמות גישות נוכחית"
},
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"disabled": { "disabled": {
"message": "Disabled" "message": "מבוטל"
}, },
"sendLink": { "sendLink": {
"message": "Send Link", "message": "לינק לSend",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"copySendLink": { "copySendLink": {
"message": "Copy Send Link", "message": "העתק לינק לSend",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"removePassword": { "removePassword": {
"message": "Remove Password" "message": "הסר סיסמה"
}, },
"removedPassword": { "removedPassword": {
"message": "Removed Password" "message": "הסיסמה הוסרה"
}, },
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "האם אתה בטוח שברצונך להסיר את הסיסמה?"
},
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"allSends": { "allSends": {
"message": "All Sends" "message": "כל הSendים"
},
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
}, },
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "חיפוש Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPassword": { "sendProtectedPassword": {
"message": "This Send is protected with a password. Please type the password below to continue.", "message": "הSend הזה מוגן בסיסמה. אנא הזן את הסיסמה כדי להמשיך.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPasswordDontKnow": { "sendProtectedPasswordDontKnow": {
"message": "Don't know the password? Ask the Sender for the password needed to access this Send.", "message": "לא יודע מה הסיסמה? בקש מהשולח את הסיסמה עבור הSend.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendHiddenByDefault": { "sendHiddenByDefault": {
"message": "This send is hidden by default. You can toggle its visibility using the button below.", "message": "הSend הזה מוסתר כברירת מחדל. באפשרותך לשנות את מצב ההסתרה בעזרת הכפתור להלן.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "הורד קובץ"
},
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "אין Sendים להצגה ברשימה.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Uredi stavku" "message": "Uredi stavku"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "npr.", "message": "npr.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Upozorenje" "message": "Upozorenje"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Enter your master password to export your vault data." "message": "Enter your master password to export your vault data."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Payment Information" "message": "Payment Information"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Kreditna kartica" "message": "Kreditna kartica"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Uređaj" "message": "Uređaj"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Pretplata" "message": "Pretplata"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Expiration Date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Download File"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -155,7 +155,7 @@
"message": "Érték" "message": "Érték"
}, },
"dragToSort": { "dragToSort": {
"message": "Húzd a rendezéshez" "message": "Húzás a rendezéshez"
}, },
"cfTypeText": { "cfTypeText": {
"message": "Szöveg" "message": "Szöveg"
@@ -186,7 +186,7 @@
"message": "Alap domain" "message": "Alap domain"
}, },
"host": { "host": {
"message": "Hoszt", "message": "Kiszolgáló",
"description": "A URL's host value. For example, the host of https://sub.domain.com:443 is 'sub.domain.com:443'." "description": "A URL's host value. For example, the host of https://sub.domain.com:443 is 'sub.domain.com:443'."
}, },
"exact": { "exact": {
@@ -200,11 +200,11 @@
"description": "A programming term, also known as 'RegEx'." "description": "A programming term, also known as 'RegEx'."
}, },
"matchDetection": { "matchDetection": {
"message": "Találatfelismerés", "message": "Találat érzékelés",
"description": "URI match detection for auto-fill." "description": "URI match detection for auto-fill."
}, },
"defaultMatchDetection": { "defaultMatchDetection": {
"message": "Alapértelmezett találatfelismerés", "message": "Alapértelmezett találat érzékelés",
"description": "Default URI match detection for auto-fill." "description": "Default URI match detection for auto-fill."
}, },
"never": { "never": {
@@ -214,17 +214,17 @@
"message": "Láthatóság váltása" "message": "Láthatóság váltása"
}, },
"toggleCollapse": { "toggleCollapse": {
"message": "Összecsukás/kinyitás", "message": "Összezárás váltás",
"description": "Toggling an expand/collapse state." "description": "Toggling an expand/collapse state."
}, },
"generatePassword": { "generatePassword": {
"message": "Jelszó generálása" "message": "Jelszó generálása"
}, },
"checkPassword": { "checkPassword": {
"message": "Ellenőrizd, hogy kompromittálódott-e a jelszó." "message": "A jelszóvédelmi állapot ellenőrzése."
}, },
"passwordExposed": { "passwordExposed": {
"message": "Ez a jelszó már $VALUE$ alkalommal ki volt téve adatszivárgásnak. Javasolt a megváltoztatása!", "message": "Ez a jelszó már $VALUE$ alkalommal volt kitéve az adatszivárgásnak. Célszerű megváltoztatni.",
"placeholders": { "placeholders": {
"value": { "value": {
"content": "$1", "content": "$1",
@@ -260,13 +260,13 @@
"message": "Szerkesztés" "message": "Szerkesztés"
}, },
"searchCollection": { "searchCollection": {
"message": "Keresés a gyűjteményben" "message": "Gyűjtemény keresése"
}, },
"searchFolder": { "searchFolder": {
"message": "Mappa keresése" "message": "Mappa keresése"
}, },
"searchFavorites": { "searchFavorites": {
"message": "Keresés a kedvencek közt" "message": "Kedvencek keresése"
}, },
"searchType": { "searchType": {
"message": "Típus keresése", "message": "Típus keresése",
@@ -303,7 +303,7 @@
"message": "Gyűjtemények" "message": "Gyűjtemények"
}, },
"firstName": { "firstName": {
"message": "Keresztnév" "message": "Személynév"
}, },
"middleName": { "middleName": {
"message": "Középső név" "message": "Középső név"
@@ -324,7 +324,7 @@
"message": "Település" "message": "Település"
}, },
"stateProvince": { "stateProvince": {
"message": "Állam/megye" "message": "Állam/Megye"
}, },
"zipPostalCode": { "zipPostalCode": {
"message": "Irányítószám" "message": "Irányítószám"
@@ -333,10 +333,10 @@
"message": "Ország" "message": "Ország"
}, },
"shared": { "shared": {
"message": "Megosztva" "message": "Megosztott"
}, },
"attachments": { "attachments": {
"message": "Csatolmányok" "message": "Mellékletek"
}, },
"select": { "select": {
"message": "Kijelölés" "message": "Kijelölés"
@@ -347,8 +347,11 @@
"editItem": { "editItem": {
"message": "Elem szerkesztése" "message": "Elem szerkesztése"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "pl.", "message": "Példa:",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
}, },
"other": { "other": {
@@ -358,7 +361,7 @@
"message": "Megosztás" "message": "Megosztás"
}, },
"valueCopied": { "valueCopied": {
"message": "$VALUE$ másolva", "message": "$VALUE$ másolásra került.",
"description": "Value has been copied to the clipboard.", "description": "Value has been copied to the clipboard.",
"placeholders": { "placeholders": {
"value": { "value": {
@@ -410,19 +413,19 @@
"message": "Összes kijelölése" "message": "Összes kijelölése"
}, },
"unselectAll": { "unselectAll": {
"message": "Kijelölés megszüntetése" "message": "Összes kijelölés megszüntetése"
}, },
"launch": { "launch": {
"message": "Indítás" "message": "Indítás"
}, },
"newAttachment": { "newAttachment": {
"message": "Melléklet hozzáadása" "message": "Új melléklet hozzáadása"
}, },
"deletedAttachment": { "deletedAttachment": {
"message": "A melléklet törölve lett" "message": "A melléklet törlésre került."
}, },
"deleteAttachmentConfirmation": { "deleteAttachmentConfirmation": {
"message": "Biztos törölni akarod ezt a mellékletet?" "message": "Biztos törlésre kerüljön ez a melléklet?"
}, },
"attachmentSaved": { "attachmentSaved": {
"message": "A melléklet mentésre került." "message": "A melléklet mentésre került."
@@ -431,22 +434,22 @@
"message": "Fájl" "message": "Fájl"
}, },
"selectFile": { "selectFile": {
"message": "Válassz ki egy fájlt." "message": "Válasszunk egy fájlt."
}, },
"maxFileSize": { "maxFileSize": {
"message": "A maximális fájl méret 100 MB." "message": "A maximális fájl méret 100 MB."
}, },
"updateKey": { "updateKey": {
"message": "Ez a funkció nem használható, amíg nem frissíted a titkosítási kulcsodat." "message": "Ez a funkció nem használható a titkosítási kulcs frissítéséig."
}, },
"addedItem": { "addedItem": {
"message": "Elem hozzáadva" "message": "Az elem hozzáadásra került."
}, },
"editedItem": { "editedItem": {
"message": "Elem szerkesztve" "message": "Az elem szerkesztésre került."
}, },
"sharedItem": { "sharedItem": {
"message": "Elem megosztva" "message": "Megosztott elem"
}, },
"sharedItems": { "sharedItems": {
"message": "Megosztott elemek" "message": "Megosztott elemek"
@@ -461,10 +464,10 @@
"message": "Melléklet törlése" "message": "Melléklet törlése"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Biztosan törlöd ezt az elemet?" "message": "Biztosan törlésre kerüljön ezt az elem?"
}, },
"deletedItem": { "deletedItem": {
"message": "Elem törölve" "message": "Az elem törlésre került."
}, },
"deletedItems": { "deletedItems": {
"message": "Törölt elemek" "message": "Törölt elemek"
@@ -473,22 +476,22 @@
"message": "Áthelyezett elemek" "message": "Áthelyezett elemek"
}, },
"overwritePasswordConfirmation": { "overwritePasswordConfirmation": {
"message": "Biztosan felül akarod írni a jelenlegi jelszót?" "message": "Biztosan felülírásra kerüljön a jelenlegi jelszó?"
}, },
"editedFolder": { "editedFolder": {
"message": "A mappa szerkesztésre került." "message": "A mappa szerkesztésre került."
}, },
"addedFolder": { "addedFolder": {
"message": "Mappa hozzáadva" "message": "A mappa hozzáadásra került."
}, },
"deleteFolderConfirmation": { "deleteFolderConfirmation": {
"message": "Biztosan törlésre kerüljön ez a mappa?" "message": "Biztosan törlésre kerüljön ez a mappa?"
}, },
"deletedFolder": { "deletedFolder": {
"message": "Mappa törölve" "message": "A mappa törlésre került."
}, },
"loggedOut": { "loggedOut": {
"message": "Kijelentkezve" "message": "Megtörtént a kijelentkezés."
}, },
"loginExpired": { "loginExpired": {
"message": "A bejelentkezési munkamenet lejárt." "message": "A bejelentkezési munkamenet lejárt."
@@ -527,7 +530,7 @@
"message": "Név" "message": "Név"
}, },
"yourNameDesc": { "yourNameDesc": {
"message": "Hogy szólíthatunk?" "message": "Mi legyen a megszólítás?"
}, },
"masterPass": { "masterPass": {
"message": "Mesterjelszó" "message": "Mesterjelszó"
@@ -545,7 +548,7 @@
"message": "Mesterjelszó emlékeztető (nem kötelező)" "message": "Mesterjelszó emlékeztető (nem kötelező)"
}, },
"masterPassHintLabel": { "masterPassHintLabel": {
"message": "Mesterjelszó-emlékeztető" "message": "Mesterjelszó emlékeztető"
}, },
"settings": { "settings": {
"message": "Beállítások" "message": "Beállítások"
@@ -554,7 +557,7 @@
"message": "Jelszó emlékeztető" "message": "Jelszó emlékeztető"
}, },
"enterEmailToGetHint": { "enterEmailToGetHint": {
"message": "Írd be a felhasználóhoz kötött e-mail címed, hogy megkapd a mesterjelszó emlékeztetőt." "message": "A fiók email címének megadása a mesterjelszó emlékeztető fogadásához."
}, },
"getMasterPasswordHint": { "getMasterPasswordHint": {
"message": "Mesterjelszó emlékeztető kérése" "message": "Mesterjelszó emlékeztető kérése"
@@ -563,7 +566,7 @@
"message": "Az email cím megadása kötelező." "message": "Az email cím megadása kötelező."
}, },
"invalidEmail": { "invalidEmail": {
"message": "Érvénytelen email cím." "message": "Az email cím érvénytelen."
}, },
"masterPassRequired": { "masterPassRequired": {
"message": "A mesterjelszó megadása kötelező." "message": "A mesterjelszó megadása kötelező."
@@ -663,7 +666,7 @@
} }
}, },
"rememberMe": { "rememberMe": {
"message": "Jegyezz meg" "message": "Adatok megjegyzése"
}, },
"sendVerificationCodeEmailAgain": { "sendVerificationCodeEmailAgain": {
"message": "Megerősítő kód ismételt elküldése emailben" "message": "Megerősítő kód ismételt elküldése emailben"
@@ -678,7 +681,7 @@
"message": "A biztonsági kulcs beillesztése a számítógép USB portjába. Ha van rajta gomb, nyomjuk meg." "message": "A biztonsági kulcs beillesztése a számítógép USB portjába. Ha van rajta gomb, nyomjuk meg."
}, },
"loginUnavailable": { "loginUnavailable": {
"message": "Bejelentkezés nem érhető el." "message": "A bejelentkezés nem érhető el."
}, },
"noTwoStepProviders": { "noTwoStepProviders": {
"message": "Ezen a fiókon kétlépcsős bejelentkezés van engedélyezve, de ez az eszköz nem támogatja egyik beállított kétlépcsős szolgáltatót sem." "message": "Ezen a fiókon kétlépcsős bejelentkezés van engedélyezve, de ez az eszköz nem támogatja egyik beállított kétlépcsős szolgáltatót sem."
@@ -709,7 +712,7 @@
"message": "YubiKey használata a fiók eléréséhez. Működik a YubiKey 4, 4 Nano, 4C, és NEO eszközökkel." "message": "YubiKey használata a fiók eléréséhez. Működik a YubiKey 4, 4 Nano, 4C, és NEO eszközökkel."
}, },
"duoDesc": { "duoDesc": {
"message": "Hitelesítés Duo Securityval a Duo Mobile alkalmazáson keresztül, SMS-sel, telefonhívással vagy U2F biztonsági kulcs használatával.", "message": "Ellenőrzés Duo Security-val, a Duo Mobile alkalmazás, SMS, telefonhívás vagy U2F biztonsági kulcs használatával.",
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
}, },
"duoOrganizationDesc": { "duoOrganizationDesc": {
@@ -723,7 +726,7 @@
"message": "FIDO U2F Biztonsági kulcs" "message": "FIDO U2F Biztonsági kulcs"
}, },
"emailTitle": { "emailTitle": {
"message": "E-mail" "message": "Email cím"
}, },
"emailDesc": { "emailDesc": {
"message": "Az ellenőrző kódok emailben kerülnek elküldésre." "message": "Az ellenőrző kódok emailben kerülnek elküldésre."
@@ -738,7 +741,7 @@
"message": "Szervezetek" "message": "Szervezetek"
}, },
"shareDesc": { "shareDesc": {
"message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared." "message": "Szervezet választása az elem megosztásához. Az elemtulajdon átadása a szervezetnek. Innentől nem közvetlen tulajdonosa leszünk az elemnek a megosztás után."
}, },
"shareManyDesc": { "shareManyDesc": {
"message": "Szervezet választása az elem megosztásához. Az elemtulajdon átadása a szervezetnek. Innentől nem közvetlen tulajdonosa leszünk az elemnek a megosztás után." "message": "Szervezet választása az elem megosztásához. Az elemtulajdon átadása a szervezetnek. Innentől nem közvetlen tulajdonosa leszünk az elemnek a megosztás után."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Figyelmeztetés" "message": "Figyelmeztetés"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Ez az exportálás titkosítás nélkül tartalmazza a széfadatokat.Nem célszerű az exportált fájlt nem biztonságos csatornákon tárolni és továbbküldeni (például emailben). A felhasználás után erősen ajánlott a törlés." "message": "Ez az exportálás titkosítás nélkül tartalmazza a széfadatokat.Nem célszerű az exportált fájlt nem biztonságos csatornákon tárolni és továbbküldeni (például emailben). A felhasználás után erősen ajánlott a törlés."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "A mesterjelszó megadása a széfadatok exportálásához." "message": "A mesterjelszó megadása a széfadatok exportálásához."
}, },
@@ -806,7 +815,7 @@
"message": "A széfadatok exportálásra kerültek." "message": "A széfadatok exportálásra kerültek."
}, },
"passwordGenerator": { "passwordGenerator": {
"message": "Password Generator" "message": "Jelszó generátor"
}, },
"minComplexityScore": { "minComplexityScore": {
"message": "Minimális összetettségi pontszám" "message": "Minimális összetettségi pontszám"
@@ -831,14 +840,14 @@
"message": "Szavak száma" "message": "Szavak száma"
}, },
"wordSeparator": { "wordSeparator": {
"message": "Szóelválasztás" "message": "Szóelválasztó"
}, },
"capitalize": { "capitalize": {
"message": "Nagy kezdőbetű", "message": "Nagy kezdőbetű",
"description": "Make the first letter of a work uppercase." "description": "Make the first letter of a work uppercase."
}, },
"includeNumber": { "includeNumber": {
"message": "Tartalmazzon számot" "message": "Szám is"
}, },
"passwordHistory": { "passwordHistory": {
"message": "Jelszó előzmények" "message": "Jelszó előzmények"
@@ -875,19 +884,19 @@
"message": "A folytatásban a felhasználó kiléptetésre kerül a jelenlegi munkamenetből, szükséges az ismételt bejelentkezés. Más eszközökön aktív munkamenetek akár egy órán keresztül is aktívak maradhatnak." "message": "A folytatásban a felhasználó kiléptetésre kerül a jelenlegi munkamenetből, szükséges az ismételt bejelentkezés. Más eszközökön aktív munkamenetek akár egy órán keresztül is aktívak maradhatnak."
}, },
"emailChanged": { "emailChanged": {
"message": "Email cím megváltoztatva" "message": "Az email cím megváltozott."
}, },
"logBackIn": { "logBackIn": {
"message": "Kérjük, jelentkezz be újra." "message": "Ismételten be kell jelentkezni."
}, },
"logBackInOthersToo": { "logBackInOthersToo": {
"message": "Kérjük, jelentkezz be újra. Ha használsz más Bitwarden alkalmazásokat is, jelentkezz ki és be újra azokon is." "message": "Ismételten be kell jelentkezni. Ha másik Bitwarden alkalmazásokat használunk, ott is jelentkezzünk ki és ismételten be."
}, },
"changeMasterPassword": { "changeMasterPassword": {
"message": "Mesterjelszó módosítása" "message": "Mesterjelszó módosítása"
}, },
"masterPasswordChanged": { "masterPasswordChanged": {
"message": "Mesterjelszó megváltoztatva" "message": "A mesterjelszó megváltozott."
}, },
"currentMasterPass": { "currentMasterPass": {
"message": "Jelenlegi mesterjelszó" "message": "Jelenlegi mesterjelszó"
@@ -950,7 +959,7 @@
"message": "Az összes munkamenet hitelesítése eldobásra került." "message": "Az összes munkamenet hitelesítése eldobásra került."
}, },
"purgeVault": { "purgeVault": {
"message": "Purge Vault" "message": "Széf kitakarítása"
}, },
"purgedOrganizationVault": { "purgedOrganizationVault": {
"message": "A szervezeti széf kitakarításra került." "message": "A szervezeti széf kitakarításra került."
@@ -959,7 +968,7 @@
"message": "Az alábbiak szerint törölhetjük a széfben található összes elemet és mappát. Nem kerülnek törlésre azok az elemek,, amelyek egy megosztott szervezethez tartoznak." "message": "Az alábbiak szerint törölhetjük a széfben található összes elemet és mappát. Nem kerülnek törlésre azok az elemek,, amelyek egy megosztott szervezethez tartoznak."
}, },
"purgeOrgVaultDesc": { "purgeOrgVaultDesc": {
"message": "Proceed below to delete all items in the organization's vault." "message": "Folytatás lentebb a szervezeti széf összes elemének törléséhez."
}, },
"purgeVaultWarning": { "purgeVaultWarning": {
"message": "A széf kitakarítása végleges. A művelet nem vonható vissza." "message": "A széf kitakarítása végleges. A művelet nem vonható vissza."
@@ -1001,10 +1010,10 @@
"message": "Semmi nem lett importálva." "message": "Semmi nem lett importálva."
}, },
"selectFormat": { "selectFormat": {
"message": "Válaszd ki az import fájl formátumát" "message": "Válasszuk ki az import fájl formátumát."
}, },
"selectImportFile": { "selectImportFile": {
"message": "Válaszd ki az import fájlt" "message": "Válasszuk ki az import fájlt"
}, },
"orCopyPasteFileContents": { "orCopyPasteFileContents": {
"message": "vagy vágólapon vigyük be fájl tartalmat" "message": "vagy vágólapon vigyük be fájl tartalmat"
@@ -1129,7 +1138,7 @@
"message": "Prémium tagság" "message": "Prémium tagság"
}, },
"premiumRequired": { "premiumRequired": {
"message": "Prémium szükséges" "message": "Prémium funkció szükséges"
}, },
"premiumRequiredDesc": { "premiumRequiredDesc": {
"message": "A funkció használatához prémium tagság szükséges." "message": "A funkció használatához prémium tagság szükséges."
@@ -1412,7 +1421,7 @@
"message": "Gyenge jelszavak találhatók." "message": "Gyenge jelszavak találhatók."
}, },
"weakPasswordsFoundDesc": { "weakPasswordsFoundDesc": {
"message": "$COUNT$ gyenge jelszót találtunk a széfedben. Célszerű lenne ezeket lecserélni erősebb jelszóra.", "message": "$COUNT$ gyenge jelszó van a széfben. Célszerű lenne ezeket lecserélni erősebb jelszóra.",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@@ -1541,7 +1550,7 @@
"message": "A fiók hitelkeret vásárlásra használható. A rendelkezésre álló keret automatikusan ehhez a fiókhoz generálódó számlákra kerül alkalmazásra." "message": "A fiók hitelkeret vásárlásra használható. A rendelkezésre álló keret automatikusan ehhez a fiókhoz generálódó számlákra kerül alkalmazásra."
}, },
"goPremium": { "goPremium": {
"message": "Válts Prémiumra", "message": "Váltás Prémiumra",
"description": "Another way of saying \"Get a premium membership\"" "description": "Another way of saying \"Get a premium membership\""
}, },
"premiumUpdated": { "premiumUpdated": {
@@ -1632,7 +1641,7 @@
"message": "hónap" "message": "hónap"
}, },
"monthAbbr": { "monthAbbr": {
"message": "mo.", "message": ".",
"description": "Short abbreviation for 'month'" "description": "Short abbreviation for 'month'"
}, },
"paymentChargedAnnually": { "paymentChargedAnnually": {
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Fizetési információ" "message": "Fizetési információ"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Hitelkártya" "message": "Hitelkártya"
}, },
@@ -1708,7 +1720,7 @@
"message": "Licensz letöltése" "message": "Licensz letöltése"
}, },
"updateLicense": { "updateLicense": {
"message": "Licenc frissítése" "message": "Licensz frissítése"
}, },
"updatedLicense": { "updatedLicense": {
"message": "A licensz frissítésre került." "message": "A licensz frissítésre került."
@@ -1754,7 +1766,7 @@
"message": "Számlák" "message": "Számlák"
}, },
"noInvoices": { "noInvoices": {
"message": "Nincs számla." "message": "Nincsenek számlák."
}, },
"paid": { "paid": {
"message": "Fizetve", "message": "Fizetve",
@@ -2145,7 +2157,7 @@
"message": "Keresés" "message": "Keresés"
}, },
"invited": { "invited": {
"message": "Meghívva" "message": "Meghívott"
}, },
"accepted": { "accepted": {
"message": "Elfogadva" "message": "Elfogadva"
@@ -2226,7 +2238,7 @@
"message": "38/5000\nA fiók visszaállításra került a kétlépcsős bejelentkezésről." "message": "38/5000\nA fiók visszaállításra került a kétlépcsős bejelentkezésről."
}, },
"failedLogin": { "failedLogin": {
"message": "A bejelentkezési kísérlet meghiúsult hibás jelszó miatt." "message": "A bejelentkezési kísérlet hibás jelszó miatt meghiúsult."
}, },
"failedLogin2fa": { "failedLogin2fa": {
"message": "A bejelentkezés meghiúsult hibás kétlépcsős bejelentkezés miatt." "message": "A bejelentkezés meghiúsult hibás kétlépcsős bejelentkezés miatt."
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Eszköz" "message": "Eszköz"
}, },
@@ -2699,7 +2720,7 @@
"message": "Bankszámla" "message": "Bankszámla"
}, },
"amountX": { "amountX": {
"message": "Összeg: $COUNT$", "message": "$COUNT$. összeg",
"description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50", "description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50",
"placeholders": { "placeholders": {
"count": { "count": {
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "A titkosítási kulcs frissítése után ki kell jelentkezni és vissza kell jelentkezni az összes jelenleg használt Bitwarden alkalmazásba (például a mobilalkalmazás vagy a böngésző bővítmények). A kijelentkezés és a bejelentkezés elmulasztása (amely letölti az új titkosítási kulcsot) adatvesztést okozhat. Megkíséreljük az automatikusan kijelentkeztetést, azonban ez késhet." "message": "A titkosítási kulcs frissítése után ki kell jelentkezni és vissza kell jelentkezni az összes jelenleg használt Bitwarden alkalmazásba (például a mobilalkalmazás vagy a böngésző bővítmények). A kijelentkezés és a bejelentkezés elmulasztása (amely letölti az új titkosítási kulcsot) adatvesztést okozhat. Megkíséreljük az automatikusan kijelentkeztetést, azonban ez késhet."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Előfizetés" "message": "Előfizetés"
}, },
@@ -2793,10 +2817,10 @@
"message": "A betöltés folyamatban van." "message": "A betöltés folyamatban van."
}, },
"upgrade": { "upgrade": {
"message": "Felminősítés" "message": "Áttérés"
}, },
"upgradeOrganization": { "upgradeOrganization": {
"message": "Szervezet felminősítése" "message": "Szervezeti áttérés"
}, },
"upgradeOrganizationDesc": { "upgradeOrganizationDesc": {
"message": "Ez a szolgáltatás nem elérhető ingyenes szervezeteknek. Váltás fizetős díjcsomagra a további funkciók feloldásához." "message": "Ez a szolgáltatás nem elérhető ingyenes szervezeteknek. Váltás fizetős díjcsomagra a további funkciók feloldásához."
@@ -2808,7 +2832,7 @@
"message": "A szervezet létrehozása előtt létre kell hozni egy ingyenes személyes fiókot." "message": "A szervezet létrehozása előtt létre kell hozni egy ingyenes személyes fiókot."
}, },
"refunded": { "refunded": {
"message": "Visszatérítve" "message": "Visszatérített"
}, },
"nothingSelected": { "nothingSelected": {
"message": "Nincs kiválasztva semmi." "message": "Nincs kiválasztva semmi."
@@ -2926,7 +2950,7 @@
"message": "A széfben régi mellékletek vannak, amelyeket javítani kell a fiók titkosító kulcsának fordítása előtt." "message": "A széfben régi mellékletek vannak, amelyeket javítani kell a fiók titkosító kulcsának fordítása előtt."
}, },
"yourAccountsFingerprint": { "yourAccountsFingerprint": {
"message": "Fókod ujjlenyomat kifejezés", "message": "Fók ujjlenyomat kifejezés",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
}, },
"fingerprintEnsureIntegrityVerify": { "fingerprintEnsureIntegrityVerify": {
@@ -3089,7 +3113,7 @@
"message": "Az elem végleges törlése" "message": "Az elem végleges törlése"
}, },
"permanentlyDeleteItemConfirmation": { "permanentlyDeleteItemConfirmation": {
"message": "Biztosan véglegesen törlésre kerüljön ezt az elem?" "message": "Biztosan véglegesen törlésre kerüljön ez az elem?"
}, },
"permanentlyDeletedItem": { "permanentlyDeletedItem": {
"message": "Elem végleges törlése" "message": "Elem végleges törlése"
@@ -3131,7 +3155,7 @@
"message": "Visszaállított elemek" "message": "Visszaállított elemek"
}, },
"restoreItemConfirmation": { "restoreItemConfirmation": {
"message": "Biztosan visszaállításra kerüljön ezt az elem?" "message": "Biztosan visszaállításra kerüljön ez az elem?"
}, },
"restoreItems": { "restoreItems": {
"message": "Elemek visszaállítása" "message": "Elemek visszaállítása"
@@ -3146,7 +3170,7 @@
} }
}, },
"restoredItemId": { "restoredItemId": {
"message": "$ID$ azonosítójú elem lvisszaállításra került.", "message": "$ID$ azonosítójú elem visszaállításra került.",
"placeholders": { "placeholders": {
"id": { "id": {
"content": "$1", "content": "$1",
@@ -3170,7 +3194,7 @@
"message": "ÁFA/GST információval (opcionális)" "message": "ÁFA/GST információval (opcionális)"
}, },
"taxIdNumber": { "taxIdNumber": {
"message": "ÁFA/Dologi és szolgáltatási adó azonosító" "message": "ÁFA/GST adó azonosító"
}, },
"taxInfoUpdated": { "taxInfoUpdated": {
"message": "Az adóinformáció frissítésre került." "message": "Az adóinformáció frissítésre került."
@@ -3194,7 +3218,7 @@
"message": "Vállalati önálló bejelentkezés" "message": "Vállalati önálló bejelentkezés"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Bezárható ez a fül és folytatás a bővítményben."
}, },
"businessPortal": { "businessPortal": {
"message": "Üzleti portál", "message": "Üzleti portál",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Törlési dátum" "message": "Törlési dátum"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Lejárati dátum" "message": "Lejárati dátum"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximális elérési szám" "message": "Maximális elérési szám"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Aktuális elérési szám" "message": "Aktuális elérési szám"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Letiltva" "message": "Letiltva"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Biztosan eltávolításra kerüljön ez a jelszó?" "message": "Biztosan eltávolításra kerüljön ez a jelszó?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Összes küldés" "message": "Összes küldés"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Küldés keresése", "message": "Küldés keresése",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Fájl letöltése" "message": "Fájl letöltése"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "A listában nincs küldés.", "message": "A listában nincs küldés.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Ubah Item" "message": "Ubah Item"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "contoh", "message": "contoh",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Peringatan" "message": "Peringatan"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Ekspor ini berisi data vault Anda dalam format yang tidak dienkripsi. Anda tidak boleh menyimpan atau mengirim file yang diekspor melalui saluran yang tidak aman (seperti email). Hapus segera setelah Anda selesai menggunakannya." "message": "Ekspor ini berisi data vault Anda dalam format yang tidak dienkripsi. Anda tidak boleh menyimpan atau mengirim file yang diekspor melalui saluran yang tidak aman (seperti email). Hapus segera setelah Anda selesai menggunakannya."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Masukkan kata sandi utama Anda untuk mengekspor data brankas Anda." "message": "Masukkan kata sandi utama Anda untuk mengekspor data brankas Anda."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Informasi Pembayaran" "message": "Informasi Pembayaran"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Kartu kredit" "message": "Kartu kredit"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Perangkat" "message": "Perangkat"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Setelah memperbarui kunci enkripsi Anda, Anda diminta untuk keluar dan masuk kembali ke semua aplikasi Bitwarden yang saat ini Anda gunakan (seperti aplikasi seluler atau ekstensi browser). Kegagalan untuk keluar dan masuk kembali (yang mengunduh kunci enkripsi baru Anda) dapat menyebabkan kerusakan data. Kami akan mencoba mengeluarkan Anda secara otomatis, namun, hal itu mungkin tertunda." "message": "Setelah memperbarui kunci enkripsi Anda, Anda diminta untuk keluar dan masuk kembali ke semua aplikasi Bitwarden yang saat ini Anda gunakan (seperti aplikasi seluler atau ekstensi browser). Kegagalan untuk keluar dan masuk kembali (yang mengunduh kunci enkripsi baru Anda) dapat menyebabkan kerusakan data. Kami akan mencoba mengeluarkan Anda secara otomatis, namun, hal itu mungkin tertunda."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Langganan" "message": "Langganan"
}, },
@@ -3194,7 +3218,7 @@
"message": "Sistem Masuk Tunggal Perusahaan" "message": "Sistem Masuk Tunggal Perusahaan"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Sekarang anda dapat menutup tab ini dan melanjutkan ekstensi."
}, },
"businessPortal": { "businessPortal": {
"message": "Portal Bisnis", "message": "Portal Bisnis",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Tanggal Penghapusan" "message": "Tanggal Penghapusan"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Tanggal habis tempo" "message": "Tanggal habis tempo"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Hitungan Akses Maksimum" "message": "Hitungan Akses Maksimum"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Hitungan Akses Saat Ini" "message": "Hitungan Akses Saat Ini"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Dinonaktifkan" "message": "Dinonaktifkan"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Anda yakin ingin menghapus kata sandi?" "message": "Anda yakin ingin menghapus kata sandi?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Semua Dikirim" "message": "Semua Dikirim"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Pencarian Mengirim", "message": "Pencarian Mengirim",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Unduh berkas" "message": "Unduh berkas"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Tidak ada Kiriman ke daftar.", "message": "Tidak ada Kiriman ke daftar.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Modifica Elemento" "message": "Modifica Elemento"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "es.", "message": "es.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Attenzione" "message": "Attenzione"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Questa esportazione contiene i dati della cassaforte in un formato non criptato. Non archiviare o inviare il file esportato su canali non protetti (come la posta elettronica). Eliminalo immediatamente dopo aver finito di usarlo." "message": "Questa esportazione contiene i dati della cassaforte in un formato non criptato. Non archiviare o inviare il file esportato su canali non protetti (come la posta elettronica). Eliminalo immediatamente dopo aver finito di usarlo."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Inserisci la tua password principale per esportare i dati della tua cassaforte." "message": "Inserisci la tua password principale per esportare i dati della tua cassaforte."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Informazioni sul pagamento" "message": "Informazioni sul pagamento"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Carta di credito" "message": "Carta di credito"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Dispositivo" "message": "Dispositivo"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Dopo aver aggiornato la chiave di crittografia, verrà richiesto di disconnettersi e connettersi in tutte le applicazioni Bitwarden che stai utilizzando (come l'applicazione mobile o l'estensione del browser). Non effettuando la disconnessione e la riconnessione (per scaricare la nuova chiave di crittografia) potrà risultare in dati corrotti, Cercheremo di disconnetterti automaticamente, ma potrà esserci un ritardo." "message": "Dopo aver aggiornato la chiave di crittografia, verrà richiesto di disconnettersi e connettersi in tutte le applicazioni Bitwarden che stai utilizzando (come l'applicazione mobile o l'estensione del browser). Non effettuando la disconnessione e la riconnessione (per scaricare la nuova chiave di crittografia) potrà risultare in dati corrotti, Cercheremo di disconnetterti automaticamente, ma potrà esserci un ritardo."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Abbonamento" "message": "Abbonamento"
}, },
@@ -3194,7 +3218,7 @@
"message": "Accesso con il portale dell'organizzazione Single Sign-On" "message": "Accesso con il portale dell'organizzazione Single Sign-On"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Puoi chiudere questa scheda e continuare nell'estensione."
}, },
"businessPortal": { "businessPortal": {
"message": "Portale aziendale", "message": "Portale aziendale",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Data di eliminazione" "message": "Data di eliminazione"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Data di scadenza" "message": "Data di scadenza"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Numero massimo di accessi" "message": "Numero massimo di accessi"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Conteggio accessi corrente" "message": "Conteggio accessi corrente"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disattivo" "message": "Disattivo"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Sei sicuro di voler rimuovere la password?" "message": "Sei sicuro di voler rimuovere la password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Tutti i Send" "message": "Tutti i Send"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Cerca Send", "message": "Cerca Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Scarica File" "message": "Scarica File"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Non ci sono Sends da elencare.", "message": "Non ci sono Sends da elencare.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "アイテムの編集" "message": "アイテムの編集"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "例:", "message": "例:",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "注意" "message": "注意"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "このエクスポートデータは暗号化されていない形式の保管庫データを含んでいます。メールなどのセキュリティ保護されていない方法で共有したり保管したりしないでください。使用した後はすぐに削除してください。" "message": "このエクスポートデータは暗号化されていない形式の保管庫データを含んでいます。メールなどのセキュリティ保護されていない方法で共有したり保管したりしないでください。使用した後はすぐに削除してください。"
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "保管庫のデータをエクスポートするにはマスターパスワードを入力してください。" "message": "保管庫のデータをエクスポートするにはマスターパスワードを入力してください。"
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "お支払い情報" "message": "お支払い情報"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "クレジットカード" "message": "クレジットカード"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "デバイス" "message": "デバイス"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "暗号化キーの更新後は、モバイルアプリやブラウザ拡張機能など現在利用中のすべてのBitwardenアプリで再ログインが必要となります。再ログインしないと(新しい暗号化キーをダウンロードすると)データが破損する可能性があります。自動的にログアウトを試みますが、遅延することがあります。" "message": "暗号化キーの更新後は、モバイルアプリやブラウザ拡張機能など現在利用中のすべてのBitwardenアプリで再ログインが必要となります。再ログインしないと(新しい暗号化キーをダウンロードすると)データが破損する可能性があります。自動的にログアウトを試みますが、遅延することがあります。"
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "契約" "message": "契約"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Expiration Date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Download File"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -38,7 +38,7 @@
"message": "비밀번호" "message": "비밀번호"
}, },
"newPassword": { "newPassword": {
"message": "New Password" "message": "새 비밀번호"
}, },
"passphrase": { "passphrase": {
"message": "패스프레이즈" "message": "패스프레이즈"
@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "항목 편집" "message": "항목 편집"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "예)", "message": "예)",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "경고" "message": "경고"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "내보내기는 보관함 데이터가 암호화되지 않은 형식으로 포함됩니다. 내보낸 파일을 안전하지 않은 채널(예: 이메일)을 통해 저장하거나 보내지 마십시오. 사용이 끝난 후에는 즉시 삭제하십시오." "message": "내보내기는 보관함 데이터가 암호화되지 않은 형식으로 포함됩니다. 내보낸 파일을 안전하지 않은 채널(예: 이메일)을 통해 저장하거나 보내지 마십시오. 사용이 끝난 후에는 즉시 삭제하십시오."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "보관함 데이터를 내보내려면 마스터 비밀번호를 입력하세요." "message": "보관함 데이터를 내보내려면 마스터 비밀번호를 입력하세요."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "결제 정보" "message": "결제 정보"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "신용카드" "message": "신용카드"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "기기" "message": "기기"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "암호화 키를 업데이트하고난 후 현재 사용 중인 모든 Bitwarden 애플리케이션(예. 모바일 앱 혹은 브라우저 확장 기능)에서 로그아웃 후 다시 로그인해야 합니다. 재로그인하지 않으면 (새 암호화 키를 다운로드받는 경우) 데이터 손실이 발생할 수 있습니다. 자동으로 로그아웃을 시도하지만 지연될 수 있습니다." "message": "암호화 키를 업데이트하고난 후 현재 사용 중인 모든 Bitwarden 애플리케이션(예. 모바일 앱 혹은 브라우저 확장 기능)에서 로그아웃 후 다시 로그인해야 합니다. 재로그인하지 않으면 (새 암호화 키를 다운로드받는 경우) 데이터 손실이 발생할 수 있습니다. 자동으로 로그아웃을 시도하지만 지연될 수 있습니다."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "구독" "message": "구독"
}, },
@@ -2814,10 +2838,10 @@
"message": "아무것도 선택하지 않았습니다." "message": "아무것도 선택하지 않았습니다."
}, },
"acceptPolicies": { "acceptPolicies": {
"message": "By checking this box you agree to the following:" "message": "이 박스를 체크하면 다음에 동의하는 것으로 간주됩니다:"
}, },
"acceptPoliciesError": { "acceptPoliciesError": {
"message": "Terms of Service and Privacy Policy have not been acknowledged." "message": "서비스 약관 및 개인 정보 보호 정책을 확인하지 않았습니다."
}, },
"termsOfService": { "termsOfService": {
"message": "서비스 약관" "message": "서비스 약관"
@@ -2954,10 +2978,10 @@
"message": "귀하의 API 키는 조직에 대한 전체 액세스 권한을 가집니다. 이것은 비밀로 해야 합니다." "message": "귀하의 API 키는 조직에 대한 전체 액세스 권한을 가집니다. 이것은 비밀로 해야 합니다."
}, },
"userApiKeyDesc": { "userApiKeyDesc": {
"message": "Your API key can be used to authenticate in the Bitwarden CLI." "message": "API 키를 사용하여 Bitwarden CLI에 인증할 수 있습니다."
}, },
"userApiKeyWarning": { "userApiKeyWarning": {
"message": "Your API key is an alternative authentication mechanism. It should be kept secret." "message": "당신의 API 키는 대체 인증 수단입니다. 안전하게 보관해주세요."
}, },
"oauth2ClientCredentials": { "oauth2ClientCredentials": {
"message": "OAuth 2.0 클라이언트 자격 증명", "message": "OAuth 2.0 클라이언트 자격 증명",
@@ -3194,7 +3218,7 @@
"message": "엔터프라이즈 통합 인증 (SSO)" "message": "엔터프라이즈 통합 인증 (SSO)"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "이제 이 탭을 닫고 확장 프로그램에서 계속 진행하셔도 됩니다."
}, },
"businessPortal": { "businessPortal": {
"message": "비즈니스 포탈", "message": "비즈니스 포탈",
@@ -3222,132 +3246,387 @@
"message": "SSO 연결" "message": "SSO 연결"
}, },
"webPoliciesDeprecationWarning": { "webPoliciesDeprecationWarning": {
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead." "message": "정책 설정이 이동되었으며 이 페이지는 곧 지원이 종료될 예정입니다. 아래를 클릭해서 Business Portal 정책 페이지를 사용해주세요."
}, },
"singleOrg": { "singleOrg": {
"message": "Single Organization" "message": "통합 조직"
}, },
"singleOrgDesc": { "singleOrgDesc": {
"message": "Restrict users from being able to join any other organizations." "message": "사용자들이 다른 조직에 가입하지 못하도록 제한합니다."
}, },
"singleOrgBlockCreateMessage": { "singleOrgBlockCreateMessage": {
"message": "Your current organization has a policy that does not allow you to join more than one organization. Please contact your organization admins or sign up from a different Bitwarden account." "message": "현재 조직에 하나 이상의 조직에 참가할 수 없도록 정책이 지정되어 있습니다. 조직 관리자에게 문의하거나 다른 Bitwarden 계정으로 로그앤해주세요."
}, },
"singleOrgPolicyWarning": { "singleOrgPolicyWarning": {
"message": "Organization members who are not Owners or Administrators and are already a member of another organization will be removed from your organization." "message": "소유자 또는 관리자가 아닌 조직 구성원 및 이미 다른 조직의 구성원인 경우 이 조직에서 제거됩니다."
}, },
"requireSso": { "requireSso": {
"message": "Single Sign-On Authentication" "message": "통합 (SSO) 인증"
}, },
"requireSsoPolicyDesc": { "requireSsoPolicyDesc": {
"message": "Require users to log in with the Enterprise Single Sign-On method." "message": "엔터프라이즈 통합 로그인 (SSO) 수단을 사용해서 로그인해야 합니다."
}, },
"prerequisite": { "prerequisite": {
"message": "Prerequisite" "message": "필요 조건"
}, },
"requireSsoPolicyReq": { "requireSsoPolicyReq": {
"message": "The Single Organization enterprise policy must be enabled before activating this policy." "message": "이 정책을 활성화하기 전에 통합 조직 엔터프라이즈 정책이 활성화되어 있어야합니다."
}, },
"requireSsoPolicyReqError": { "requireSsoPolicyReqError": {
"message": "Single Organization policy not enabled." "message": "통합 조직 정책이 활성화되지 않았습니다."
}, },
"requireSsoExemption": { "requireSsoExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement." "message": "조직 소유자와 관리자는 이 정책을 적용받지 않습니다."
}, },
"sendTypeFile": { "sendTypeFile": {
"message": "File" "message": "파일"
}, },
"sendTypeText": { "sendTypeText": {
"message": "Text" "message": "텍스트"
}, },
"createSend": { "createSend": {
"message": "Create New Send", "message": " Send 생성",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editSend": { "editSend": {
"message": "Edit Send", "message": "Send 편집",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"createdSend": { "createdSend": {
"message": "Created Send", "message": "Send 생성함",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editedSend": { "editedSend": {
"message": "Edited Send", "message": "Send 수정함",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletedSend": { "deletedSend": {
"message": "Deleted Send", "message": "Send 삭제함",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSend": { "deleteSend": {
"message": "Delete Send", "message": "Send 삭제",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSendConfirmation": { "deleteSendConfirmation": {
"message": "Are you sure you want to delete this Send?", "message": "정말 이 Send를 삭제하시겠습니까?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"whatTypeOfSend": { "whatTypeOfSend": {
"message": "What type of Send is this?", "message": "어떤 유형의 Send인가요?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "삭제일"
},
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "만료일"
},
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "최대 접근 횟수"
},
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "현재 접근 횟수"
},
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"disabled": { "disabled": {
"message": "Disabled" "message": "비활성화됨"
}, },
"sendLink": { "sendLink": {
"message": "Send Link", "message": "Send 링크",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"copySendLink": { "copySendLink": {
"message": "Copy Send Link", "message": "Send 링크 복사",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"removePassword": { "removePassword": {
"message": "Remove Password" "message": "비밀번호 제거"
}, },
"removedPassword": { "removedPassword": {
"message": "Removed Password" "message": "비밀번호 제거함"
}, },
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "비밀번호를 제거하시겠습니까?"
},
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"allSends": { "allSends": {
"message": "All Sends" "message": "모든 Send"
},
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
}, },
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Send 검색",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPassword": { "sendProtectedPassword": {
"message": "This Send is protected with a password. Please type the password below to continue.", "message": " Send는 비밀번호로 보호되어 있습니다. 계속하려면 비밀번호를 입력해주세요.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPasswordDontKnow": { "sendProtectedPasswordDontKnow": {
"message": "Don't know the password? Ask the Sender for the password needed to access this Send.", "message": "비밀번호를 모르시나요? 보낸 사람에게 Send에 접근할 수 있는 비밀번호를 요청하세요.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendHiddenByDefault": { "sendHiddenByDefault": {
"message": "This send is hidden by default. You can toggle its visibility using the button below.", "message": "이 Send는 기본적으로 숨겨져 있습니다. 아래의 버튼을 눌러 공개 여부를 전환할 수 있습니다.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "파일 다운로드"
},
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "Send가 없습니다.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -38,7 +38,7 @@
"message": "Parole" "message": "Parole"
}, },
"newPassword": { "newPassword": {
"message": "New Password" "message": "Jauna parole"
}, },
"passphrase": { "passphrase": {
"message": "Paroles frāze" "message": "Paroles frāze"
@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Rediģēt Vienumu" "message": "Rediģēt Vienumu"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "piem.", "message": "piem.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Brīdinājums" "message": "Brīdinājums"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Šis eksports satur jūsu datus nešifrētā formātā. Eksportēto failu nevajadzētu saglabāt vai sūtīt izmantojot nedrošus kanālus (piemēram E-pastu). Izdzēsiet to līdzko esiet beidzis to izmantot." "message": "Šis eksports satur jūsu datus nešifrētā formātā. Eksportēto failu nevajadzētu saglabāt vai sūtīt izmantojot nedrošus kanālus (piemēram E-pastu). Izdzēsiet to līdzko esiet beidzis to izmantot."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Ievadiet savu galveno paroli lai eksportētu sava seifa datus." "message": "Ievadiet savu galveno paroli lai eksportētu sava seifa datus."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Maksājuma Informācija" "message": "Maksājuma Informācija"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Kredītkarte" "message": "Kredītkarte"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Ierīce" "message": "Ierīce"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Pēc šifrēšanas atslēgas atjaunošanas, jums būs jāiziet un atkārtoti jāieiet visās Bitwarden lietotnēs, kuras jūs pašlaik izmantojiet (piemēram mobilā lietotnē vai pārlūku paplašinājumos). Atkārtotas ieiešanas neveikšana (kas lejupielādēs jūsu jauno šifrēšanas atslēgu) var radīt datu korupciju. Mēs mēģināsim jūs automātiski iziet, bet tas var būt aizkavēts." "message": "Pēc šifrēšanas atslēgas atjaunošanas, jums būs jāiziet un atkārtoti jāieiet visās Bitwarden lietotnēs, kuras jūs pašlaik izmantojiet (piemēram mobilā lietotnē vai pārlūku paplašinājumos). Atkārtotas ieiešanas neveikšana (kas lejupielādēs jūsu jauno šifrēšanas atslēgu) var radīt datu korupciju. Mēs mēģināsim jūs automātiski iziet, bet tas var būt aizkavēts."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Abonējums" "message": "Abonējums"
}, },
@@ -3243,7 +3267,7 @@
"message": "Require users to log in with the Enterprise Single Sign-On method." "message": "Require users to log in with the Enterprise Single Sign-On method."
}, },
"prerequisite": { "prerequisite": {
"message": "Prerequisite" "message": "Priekšnosacījumi"
}, },
"requireSsoPolicyReq": { "requireSsoPolicyReq": {
"message": "The Single Organization enterprise policy must be enabled before activating this policy." "message": "The Single Organization enterprise policy must be enabled before activating this policy."
@@ -3255,80 +3279,113 @@
"message": "Organization Owners and Administrators are exempt from this policy's enforcement." "message": "Organization Owners and Administrators are exempt from this policy's enforcement."
}, },
"sendTypeFile": { "sendTypeFile": {
"message": "File" "message": "Fails"
}, },
"sendTypeText": { "sendTypeText": {
"message": "Text" "message": "Teksts"
}, },
"createSend": { "createSend": {
"message": "Create New Send", "message": "Izveidot Jaunu Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editSend": { "editSend": {
"message": "Edit Send", "message": "Rediģēt Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"createdSend": { "createdSend": {
"message": "Created Send", "message": "Izveidoja Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editedSend": { "editedSend": {
"message": "Edited Send", "message": "Rediģēja Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletedSend": { "deletedSend": {
"message": "Deleted Send", "message": "Izdzēsa Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSend": { "deleteSend": {
"message": "Delete Send", "message": "Dzēst Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSendConfirmation": { "deleteSendConfirmation": {
"message": "Are you sure you want to delete this Send?", "message": "Vai tiešām vēlies dzēst šo Send?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"whatTypeOfSend": { "whatTypeOfSend": {
"message": "What type of Send is this?", "message": "Kāda veida Send ir šis?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Dzēšanas Datums"
},
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Beigu Datums"
},
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maksimālais Piekļuvju Skaits"
},
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Pašreizējais Piekļuvju Skaits"
},
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"disabled": { "disabled": {
"message": "Disabled" "message": "Atspējots"
}, },
"sendLink": { "sendLink": {
"message": "Send Link", "message": "Nosūtīt Linku",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"copySendLink": { "copySendLink": {
"message": "Copy Send Link", "message": "Kopēt Send Linku",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"removePassword": { "removePassword": {
"message": "Remove Password" "message": "Noņemt paroli"
}, },
"removedPassword": { "removedPassword": {
"message": "Removed Password" "message": "Noņēma Paroli"
}, },
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Vai tiešām vēlaties noņemt paroli?"
},
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"allSends": { "allSends": {
"message": "All Sends" "message": "Visi Send"
},
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
}, },
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Meklēt Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPassword": { "sendProtectedPassword": {
@@ -3344,10 +3401,232 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Lejupielādēt Failu"
},
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "ഇനം എഡിറ്റുചെയ്യുക" "message": "ഇനം എഡിറ്റുചെയ്യുക"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "ഉദാഹരണം.", "message": "ഉദാഹരണം.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "മുന്നറിയിപ്പ്" "message": "മുന്നറിയിപ്പ്"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "ഈ എക്‌സ്‌പോർട്ടിൽ എൻക്രിപ്റ്റ് ചെയ്യാത്ത ഫോർമാറ്റിൽ നിങ്ങളുടെ വാൾട് ഡാറ്റ അടങ്ങിയിരിക്കുന്നു. എക്‌സ്‌പോർട് ചെയ്ത ഫയൽ സുരക്ഷിതമല്ലാത്ത ചാനലുകളിൽ (ഇമെയിൽ പോലുള്ളവ) നിങ്ങൾ സംഭരിക്കുകയോ അയയ്ക്കുകയോ ചെയ്യരുത്. നിങ്ങൾ ഇത് ഉപയോഗിച്ചുകഴിഞ്ഞാലുടൻ അത് മായ്ച്ചുകളയണം." "message": "ഈ എക്‌സ്‌പോർട്ടിൽ എൻക്രിപ്റ്റ് ചെയ്യാത്ത ഫോർമാറ്റിൽ നിങ്ങളുടെ വാൾട് ഡാറ്റ അടങ്ങിയിരിക്കുന്നു. എക്‌സ്‌പോർട് ചെയ്ത ഫയൽ സുരക്ഷിതമല്ലാത്ത ചാനലുകളിൽ (ഇമെയിൽ പോലുള്ളവ) നിങ്ങൾ സംഭരിക്കുകയോ അയയ്ക്കുകയോ ചെയ്യരുത്. നിങ്ങൾ ഇത് ഉപയോഗിച്ചുകഴിഞ്ഞാലുടൻ അത് മായ്ച്ചുകളയണം."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "നിങ്ങളുടെവാൾട് ഡാറ്റ എക്‌സ്‌പോർട്ടുചെയ്യാൻ പ്രാഥമിക പാസ്‌വേഡ് നൽകുക." "message": "നിങ്ങളുടെവാൾട് ഡാറ്റ എക്‌സ്‌പോർട്ടുചെയ്യാൻ പ്രാഥമിക പാസ്‌വേഡ് നൽകുക."
}, },
@@ -893,7 +902,7 @@
"message": "നിലവിലെ മാസ്റ്റർ പാസ്‌വേഡ്" "message": "നിലവിലെ മാസ്റ്റർ പാസ്‌വേഡ്"
}, },
"newMasterPass": { "newMasterPass": {
"message": "പുതിയ മാസ്റ്റർ പാസ്സ്‌വേഡ് " "message": "പുതിയ പ്രാഥമിക പാസ്‌വേഡ് "
}, },
"confirmNewMasterPass": { "confirmNewMasterPass": {
"message": "പുതിയ പ്രാഥമിക പാസ്‌വേഡ് സ്ഥിരീകരിക്കുക" "message": "പുതിയ പ്രാഥമിക പാസ്‌വേഡ് സ്ഥിരീകരിക്കുക"
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "പേയ്‌മെന്റ് വിവരങ്ങൾ" "message": "പേയ്‌മെന്റ് വിവരങ്ങൾ"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "ക്രെഡിറ്റ് കാർഡ്" "message": "ക്രെഡിറ്റ് കാർഡ്"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "ഉപകരണം" "message": "ഉപകരണം"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "സബ്സ്ക്രിപ്ഷൻ" "message": "സബ്സ്ക്രിപ്ഷൻ"
}, },
@@ -3194,7 +3218,7 @@
"message": "എന്റർപ്രൈസ് SSO" "message": "എന്റർപ്രൈസ് SSO"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "നിങ്ങൾക്ക് ഇപ്പോൾ ഈ ടാബ് അടച്ച് വിപുലീകരണത്തിൽ തുടരാം."
}, },
"businessPortal": { "businessPortal": {
"message": "ബിസിനസ് പോർട്ടൽ", "message": "ബിസിനസ് പോർട്ടൽ",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "ഇല്ലാതാക്കൽ തീയതി" "message": "ഇല്ലാതാക്കൽ തീയതി"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "കാലഹരണപ്പെടുന്ന തീയതി" "message": "കാലഹരണപ്പെടുന്ന തീയതി"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "പരമാവധി ആക്സസ് എണ്ണം" "message": "പരമാവധി ആക്സസ് എണ്ണം"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "നിലവിലെ ആക്‌സസ്സ് എണ്ണം" "message": "നിലവിലെ ആക്‌സസ്സ് എണ്ണം"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "അപ്രാപ്‌തമാക്കി" "message": "അപ്രാപ്‌തമാക്കി"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "പാസ്‌വേഡ് നീക്കംചെയ്യണമെന്ന് നിങ്ങൾക്ക് ഉറപ്പാണോ?" "message": "പാസ്‌വേഡ് നീക്കംചെയ്യണമെന്ന് നിങ്ങൾക്ക് ഉറപ്പാണോ?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "എല്ലാം Send-കൾ" "message": "എല്ലാം Send-കൾ"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Send-കൾ തിരയുക", "message": "Send-കൾ തിരയുക",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "ഫയൽ ഡൗൺലോഡുചെയ്യുക" "message": "ഫയൽ ഡൗൺലോഡുചെയ്യുക"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "പ്രദർശിപ്പിക്കാൻ Send-കളൊന്നുമില്ല.", "message": "പ്രദർശിപ്പിക്കാൻ Send-കളൊന്നുമില്ല.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -38,7 +38,7 @@
"message": "Passord" "message": "Passord"
}, },
"newPassword": { "newPassword": {
"message": "New Password" "message": "Nytt passord"
}, },
"passphrase": { "passphrase": {
"message": "Passfrase" "message": "Passfrase"
@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Rediger gjenstanden" "message": "Rediger gjenstanden"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "f.eks.", "message": "f.eks.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Advarsel" "message": "Advarsel"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Eksporten inneholder dine hvelvdataer i et ukryptert format. Du burde ikke lagre eller sende den eksporterte filen over usikre tjenester (f.eks. E-post). Slett det umiddelbart etter at du er ferdig med å bruke dem." "message": "Eksporten inneholder dine hvelvdataer i et ukryptert format. Du burde ikke lagre eller sende den eksporterte filen over usikre tjenester (f.eks. E-post). Slett det umiddelbart etter at du er ferdig med å bruke dem."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Skriv inn ditt superpassord for å eksportere dine hvelvdataer." "message": "Skriv inn ditt superpassord for å eksportere dine hvelvdataer."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Betalingsinformasjon" "message": "Betalingsinformasjon"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Bankkort" "message": "Bankkort"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Enhet" "message": "Enhet"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Etter å ha oppdatert krypteringsnøkkelen din, er du påkrevd å logge av og på på alle Bitwarden-appene og -programmene som du bruker for øyeblikket (deriblant mobilappen og nettleserutvidelsene). Å ikke logge av og på igjen (noe som vil laste ned din nye krypteringsnøkkel) kan føre til datakorrumpering. Vi vil forsøke å logge deg av automatisk, men det kan kanskje bli forsinket." "message": "Etter å ha oppdatert krypteringsnøkkelen din, er du påkrevd å logge av og på på alle Bitwarden-appene og -programmene som du bruker for øyeblikket (deriblant mobilappen og nettleserutvidelsene). Å ikke logge av og på igjen (noe som vil laste ned din nye krypteringsnøkkel) kan føre til datakorrumpering. Vi vil forsøke å logge deg av automatisk, men det kan kanskje bli forsinket."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Abonnement" "message": "Abonnement"
}, },
@@ -3164,10 +3188,10 @@
"message": "Hide Passwords" "message": "Hide Passwords"
}, },
"countryPostalCodeRequiredDesc": { "countryPostalCodeRequiredDesc": {
"message": "We require this information for calculating sales tax and financial reporting only." "message": "Vi krever denne informasjonen for beregning av merverdiavgift og finansiell rapportering."
}, },
"includeVAT": { "includeVAT": {
"message": "Include VAT/GST Information (optional)" "message": "Inkluder MVA-informasjon (valgfritt)"
}, },
"taxIdNumber": { "taxIdNumber": {
"message": "VAT/GST Tax ID" "message": "VAT/GST Tax ID"
@@ -3176,16 +3200,16 @@
"message": "Tax information updated." "message": "Tax information updated."
}, },
"setMasterPassword": { "setMasterPassword": {
"message": "Set Master Password" "message": "Angi hovedpassord"
}, },
"ssoCompleteRegistration": { "ssoCompleteRegistration": {
"message": "In order to complete logging in with SSO, please set a master password to access and protect your vault." "message": "In order to complete logging in with SSO, please set a master password to access and protect your vault."
}, },
"identifier": { "identifier": {
"message": "Identifier" "message": "Identifikator"
}, },
"organizationIdentifier": { "organizationIdentifier": {
"message": "Organization Identifier" "message": "Organisasjons identifikator"
}, },
"ssoLogInWithOrgIdentifier": { "ssoLogInWithOrgIdentifier": {
"message": "Log in using your organization's single sign-on portal. Please enter your organization's identifier to begin." "message": "Log in using your organization's single sign-on portal. Please enter your organization's identifier to begin."
@@ -3194,7 +3218,7 @@
"message": "Enterprise Single Sign-On" "message": "Enterprise Single Sign-On"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Du kan nå lukke denne fanen og fortsette i utvidelsen."
}, },
"businessPortal": { "businessPortal": {
"message": "Business Portal", "message": "Business Portal",
@@ -3255,10 +3279,10 @@
"message": "Organization Owners and Administrators are exempt from this policy's enforcement." "message": "Organization Owners and Administrators are exempt from this policy's enforcement."
}, },
"sendTypeFile": { "sendTypeFile": {
"message": "File" "message": "Fil"
}, },
"sendTypeText": { "sendTypeText": {
"message": "Text" "message": "Tekst"
}, },
"createSend": { "createSend": {
"message": "Create New Send", "message": "Create New Send",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Expiration Date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Download File"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Item bewerken" "message": "Item bewerken"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "bijv.", "message": "bijv.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -593,7 +596,7 @@
"message": "Ontgrendelen" "message": "Ontgrendelen"
}, },
"loggedInAsEmailOn": { "loggedInAsEmailOn": {
"message": "Ingelogd als $EMAIL$ op $HOSTNAME$.", "message": "Aangemeld als $EMAIL$ op $HOSTNAME$.",
"placeholders": { "placeholders": {
"email": { "email": {
"content": "$1", "content": "$1",
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Waarschuwing" "message": "Waarschuwing"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Deze export bevat jouw kluisgegevens in een niet-versleutelde opmaak. Je moet het geëxporteerde bestand niet opslaan of verzenden over onbeveiligde kanalen (zoals e-mail). Verwijder het exportbestand direct na gebruik." "message": "Deze export bevat jouw kluisgegevens in een niet-versleutelde opmaak. Je moet het geëxporteerde bestand niet opslaan of verzenden over onbeveiligde kanalen (zoals e-mail). Verwijder het exportbestand direct na gebruik."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Voer je hoofdwachtwoord in om de kluisgegevens te exporteren." "message": "Voer je hoofdwachtwoord in om de kluisgegevens te exporteren."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Betaalgegevens" "message": "Betaalgegevens"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Creditcard" "message": "Creditcard"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Apparaat" "message": "Apparaat"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Na het bijwerken van je encryptiesleutel moet je je afmelden en weer aanmelden bij alle Bitwarden-applicaties die je gebruikt (zoals de mobiele app of browserextensies). Als je niet opnieuw inlogt (wat je nieuwe encryptiesleutel downloadt), kan dit gegevensbeschadiging tot gevolg hebben. We proberen je automatisch uit te loggen, maar het kan zijn dat dit met enige vertraging gebeurt." "message": "Na het bijwerken van je encryptiesleutel moet je je afmelden en weer aanmelden bij alle Bitwarden-applicaties die je gebruikt (zoals de mobiele app of browserextensies). Als je niet opnieuw inlogt (wat je nieuwe encryptiesleutel downloadt), kan dit gegevensbeschadiging tot gevolg hebben. We proberen je automatisch uit te loggen, maar het kan zijn dat dit met enige vertraging gebeurt."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Abonnement" "message": "Abonnement"
}, },
@@ -3194,7 +3218,7 @@
"message": "Enterprise Single Sign-On" "message": "Enterprise Single Sign-On"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Je kunt dit tabblad nu sluiten en doorgaan in de extensie."
}, },
"businessPortal": { "businessPortal": {
"message": "Zakelijk portaal", "message": "Zakelijk portaal",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Verwijderingsdatum" "message": "Verwijderingsdatum"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Vervaldatum" "message": "Vervaldatum"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum toegangsaantal" "message": "Maximum toegangsaantal"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Huidige toegangsaantal" "message": "Huidige toegangsaantal"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Uitgeschakeld" "message": "Uitgeschakeld"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Weet je zeker dat je dit wachtwoord wilt verwijderen?" "message": "Weet je zeker dat je dit wachtwoord wilt verwijderen?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Alle Sends" "message": "Alle Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Sends zoeken", "message": "Sends zoeken",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Bestand downloaden" "message": "Bestand downloaden"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Er zijn geen Sends beschikbaar.", "message": "Er zijn geen Sends beschikbaar.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Edytuj element" "message": "Edytuj element"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "np.", "message": "np.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -461,7 +464,7 @@
"message": "Usuń załącznik" "message": "Usuń załącznik"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Czy na pewno chcesz usunąć ten element?" "message": "Czy na pewno chcesz to usunąć?"
}, },
"deletedItem": { "deletedItem": {
"message": "Element został przeniesiony do kosza" "message": "Element został przeniesiony do kosza"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Ostrzeżenie" "message": "Ostrzeżenie"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Plik zawiera dane sejfu w niezaszyfrowanym formacie. Nie powinieneś go przechowywać, ani przesyłać poprzez niezabezpieczone kanały (takie jak poczta e-mail). Skasuj go natychmiast po użyciu." "message": "Plik zawiera dane sejfu w niezaszyfrowanym formacie. Nie powinieneś go przechowywać, ani przesyłać poprzez niezabezpieczone kanały (takie jak poczta e-mail). Skasuj go natychmiast po użyciu."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Wpisz hasło główne, aby wyeksportować dane z sejfu." "message": "Wpisz hasło główne, aby wyeksportować dane z sejfu."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Informacje o płatności" "message": "Informacje o płatności"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Karta płatnicza" "message": "Karta płatnicza"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Urządzenie" "message": "Urządzenie"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Po zaktualizowaniu klucza szyfrowania, musisz ponownie zalogować się do wszystkich aplikacji Bitwarden, z których obecnie korzystasz (na przykład aplikacje mobilne lub rozszerzenia przeglądarki). Niepowodzenie logowania (podczas którego pobierany jest nowy klucz szyfrowania) może spowodować uszkodzenie danych. Postaramy się wylogować Ciebie automatycznie, jednak może to chwilę potrwać." "message": "Po zaktualizowaniu klucza szyfrowania, musisz ponownie zalogować się do wszystkich aplikacji Bitwarden, z których obecnie korzystasz (na przykład aplikacje mobilne lub rozszerzenia przeglądarki). Niepowodzenie logowania (podczas którego pobierany jest nowy klucz szyfrowania) może spowodować uszkodzenie danych. Postaramy się wylogować Ciebie automatycznie, jednak może to chwilę potrwać."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Subskrypcja" "message": "Subskrypcja"
}, },
@@ -3194,7 +3218,7 @@
"message": "Logowanie jednokrotne" "message": "Logowanie jednokrotne"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Możesz teraz zamknąć tę kartę i kontynuować w rozszerzeniu."
}, },
"businessPortal": { "businessPortal": {
"message": "Portal biznesowy", "message": "Portal biznesowy",
@@ -3246,13 +3270,13 @@
"message": "Wymaganie wstępne" "message": "Wymaganie wstępne"
}, },
"requireSsoPolicyReq": { "requireSsoPolicyReq": {
"message": "Najpierw musisz włączyć politykę pojedynczej organizacji." "message": "Najpierw musisz włączyć zasadę pojedynczej organizacji."
}, },
"requireSsoPolicyReqError": { "requireSsoPolicyReqError": {
"message": "Polityka pojedynczej organizacji nie jest włączona." "message": "Zasady pojedynczej organizacji nie włączone."
}, },
"requireSsoExemption": { "requireSsoExemption": {
"message": "Właściciele i administratorzy organizacji są zwolnieni z przestrzegania wymagań polityki." "message": "Właściciele i administratorzy organizacji są zwolnieni z przestrzegania wymagań zasad."
}, },
"sendTypeFile": { "sendTypeFile": {
"message": "Plik" "message": "Plik"
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Data usunięcia" "message": "Data usunięcia"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Data wygaśnięcia" "message": "Data wygaśnięcia"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maksymalna liczba dostępów" "message": "Maksymalna liczba dostępów"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Obecna liczba dostępów" "message": "Obecna liczba dostępów"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Wyłączone" "message": "Wyłączone"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Czy na pewno chcesz usunąć hasło?" "message": "Czy na pewno chcesz usunąć hasło?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Wszystkie wysyłki" "message": "Wszystkie wysyłki"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Szukaj w wysyłkach", "message": "Szukaj w wysyłkach",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Pobierz plik" "message": "Pobierz plik"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Brak wysyłek do wyświetlenia.", "message": "Brak wysyłek do wyświetlenia.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Editar Item" "message": "Editar Item"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "ex.", "message": "ex.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -461,13 +464,13 @@
"message": "Excluir Anexo" "message": "Excluir Anexo"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Você tem certeza que deseja excluir este item?" "message": "Você tem certeza que deseja enviar este item para a lixeira?"
}, },
"deletedItem": { "deletedItem": {
"message": "Item excluído" "message": "Item enviado para a lixeira"
}, },
"deletedItems": { "deletedItems": {
"message": "Itens excluídos" "message": "Itens enviados para a lixeira"
}, },
"movedItems": { "movedItems": {
"message": "Itens movidos" "message": "Itens movidos"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Aviso" "message": "Aviso"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Esta exportação contém os dados do seu cofre em um formato não criptografado. Você não deve armazenar ou enviar o arquivo exportado por canais inseguros (como e-mail). Exclua o arquivo imediatamente após terminar de usá-lo." "message": "Esta exportação contém os dados do seu cofre em um formato não criptografado. Você não deve armazenar ou enviar o arquivo exportado por canais inseguros (como e-mail). Exclua o arquivo imediatamente após terminar de usá-lo."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Insira a sua senha mestra para exportar os dados do seu cofre." "message": "Insira a sua senha mestra para exportar os dados do seu cofre."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Informação de Pagamento" "message": "Informação de Pagamento"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Cartão de Crédito" "message": "Cartão de Crédito"
}, },
@@ -1974,7 +1986,7 @@
"message": "Adicione e compartilhe com usuários ilimitados" "message": "Adicione e compartilhe com usuários ilimitados"
}, },
"createUnlimitedCollections": { "createUnlimitedCollections": {
"message": "Crie coleções ilimitadas" "message": "Crie Coleções ilimitadas"
}, },
"gbEncryptedFileStorage": { "gbEncryptedFileStorage": {
"message": "$SIZE$ de armazenamento encriptado", "message": "$SIZE$ de armazenamento encriptado",
@@ -1989,13 +2001,13 @@
"message": "Hospedagem Local (opcional)" "message": "Hospedagem Local (opcional)"
}, },
"usersGetPremium": { "usersGetPremium": {
"message": "Os usuários obtêm acesso às funcionalidades premium dos associados" "message": "Usuários obtém acesso a Funcionalidades Premium"
}, },
"controlAccessWithGroups": { "controlAccessWithGroups": {
"message": "Controle o acesso do usuário com grupos" "message": "Controle o acesso do usuário com Grupos"
}, },
"syncUsersFromDirectory": { "syncUsersFromDirectory": {
"message": "Sincronize seus usuários e grupos de um diretório" "message": "Sincronize seus usuários e Grupos de um diretório"
}, },
"trackAuditLogs": { "trackAuditLogs": {
"message": "Acompanhe as ações do usuário com os registros de auditoria" "message": "Acompanhe as ações do usuário com os registros de auditoria"
@@ -2259,7 +2271,7 @@
} }
}, },
"deletedItemId": { "deletedItemId": {
"message": "Item $ID$ excluído.", "message": "Item $ID$ enviado para lixeira.",
"placeholders": { "placeholders": {
"id": { "id": {
"content": "$1", "content": "$1",
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Dispositivo" "message": "Dispositivo"
}, },
@@ -2646,7 +2667,7 @@
"message": "Informações de Impostos" "message": "Informações de Impostos"
}, },
"taxInformationDesc": { "taxInformationDesc": {
"message": "Entre em contato com o suporte para fornecer (ou atualizar) informações fiscais para as suas faturas." "message": "Para clientes dentro dos EUA, o código postal (ZIP code) é necessário para satisfazer os requisitos fiscais das vendas. para outros países você pode opcionalmente fornecer um número de identificação fiscal (VAT/GST) e/ou um endereço para aparecer nas suas faturas."
}, },
"billingPlan": { "billingPlan": {
"message": "Plano", "message": "Plano",
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Depois de atualizar sua chave de criptografia, é necessário encerrar e iniciar a sessão em todos os aplicativos do Bitwarden que você está usando atualmente (como o aplicativo móvel ou as extensões do navegador). Não encerrar e iniciar sessão (que baixa sua nova chave de criptografia) pode resultar em corrupção de dados. Nós tentaremos desconectá-lo automaticamente, mas isso pode demorar um pouco." "message": "Depois de atualizar sua chave de criptografia, é necessário encerrar e iniciar a sessão em todos os aplicativos do Bitwarden que você está usando atualmente (como o aplicativo móvel ou as extensões do navegador). Não encerrar e iniciar sessão (que baixa sua nova chave de criptografia) pode resultar em corrupção de dados. Nós tentaremos desconectá-lo automaticamente, mas isso pode demorar um pouco."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Assinatura" "message": "Assinatura"
}, },
@@ -2817,7 +2841,7 @@
"message": "Ao marcar esta caixa, você concorda com o seguinte:" "message": "Ao marcar esta caixa, você concorda com o seguinte:"
}, },
"acceptPoliciesError": { "acceptPoliciesError": {
"message": "Os Termos de Serviço e a Política de Privacidade não foram aceitos." "message": "Os Termos de Serviço e a Política de Privacidade não foram reconhecidos."
}, },
"termsOfService": { "termsOfService": {
"message": "Termos de Serviço" "message": "Termos de Serviço"
@@ -3191,10 +3215,10 @@
"message": "Faça o login usando o portal de login único da sua organização. Por favor, insira o identificador da sua organização para começar." "message": "Faça o login usando o portal de login único da sua organização. Por favor, insira o identificador da sua organização para começar."
}, },
"enterpriseSingleSignOn": { "enterpriseSingleSignOn": {
"message": "Início de Sessão Único Empresarial" "message": "Iniciar Sessão Empresarial Única"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Agora você pode fechar esta aba e continuar na extensão."
}, },
"businessPortal": { "businessPortal": {
"message": "Portal para Empresas", "message": "Portal para Empresas",
@@ -3295,14 +3319,34 @@
"deletionDate": { "deletionDate": {
"message": "Data de Exclusão" "message": "Data de Exclusão"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Data de Validade" "message": "Data de Validade"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Contagem Máxima de Acessos" "message": "Contagem Máxima de Acessos"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Contagem Atual de Acessos" "message": "Contagem Atual de Acesso"
},
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"disabled": { "disabled": {
"message": "Desativado" "message": "Desativado"
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Você tem certeza que deseja remover a senha?" "message": "Você tem certeza que deseja remover a senha?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Todos os Sends" "message": "Todos os Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Pesquisar Sends", "message": "Pesquisar Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Baixar Arquivo" "message": "Baixar Arquivo"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Não há Sends para listar.", "message": "Não há Sends para listar.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -38,7 +38,7 @@
"message": "Palavra-passe" "message": "Palavra-passe"
}, },
"newPassword": { "newPassword": {
"message": "New Password" "message": "Nova palavra-passe"
}, },
"passphrase": { "passphrase": {
"message": "Frase-passe" "message": "Frase-passe"
@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Editar item" "message": "Editar item"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "ex.", "message": "ex.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Aviso" "message": "Aviso"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Esta exportação contém os seus dados do cofre num formato desencriptado. Não deve armazenar ou enviar o ficheiro exportado através de canais inseguros (como email). Elimine-o imediatamente após o utilizar." "message": "Esta exportação contém os seus dados do cofre num formato desencriptado. Não deve armazenar ou enviar o ficheiro exportado através de canais inseguros (como email). Elimine-o imediatamente após o utilizar."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Introduza a sua palavra-passe mestra para exportar os dados do seu cofre." "message": "Introduza a sua palavra-passe mestra para exportar os dados do seu cofre."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Informação de pagamento" "message": "Informação de pagamento"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Cartão de crédito" "message": "Cartão de crédito"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Dispositivo" "message": "Dispositivo"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Depois de atualizar a sua chave de encriptação, é-lhe requerido terminar sessão e voltar a iniciá-la em todas as aplicações Bitwarden que esteja a utilizar (tais como a aplicação móvel ou extensões de navegador). Falha ao terminar sessão e voltar a iniciar (que transfere a sua nova chave de encriptação) pode resultar em corrupção de dados. Tentaremos terminar-lhe a sessão automaticamente, todavia, pode demorar." "message": "Depois de atualizar a sua chave de encriptação, é-lhe requerido terminar sessão e voltar a iniciá-la em todas as aplicações Bitwarden que esteja a utilizar (tais como a aplicação móvel ou extensões de navegador). Falha ao terminar sessão e voltar a iniciar (que transfere a sua nova chave de encriptação) pode resultar em corrupção de dados. Tentaremos terminar-lhe a sessão automaticamente, todavia, pode demorar."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Subscrição" "message": "Subscrição"
}, },
@@ -3255,10 +3279,10 @@
"message": "Organization Owners and Administrators are exempt from this policy's enforcement." "message": "Organization Owners and Administrators are exempt from this policy's enforcement."
}, },
"sendTypeFile": { "sendTypeFile": {
"message": "File" "message": "Ficheiro"
}, },
"sendTypeText": { "sendTypeText": {
"message": "Text" "message": "Texto"
}, },
"createSend": { "createSend": {
"message": "Create New Send", "message": "Create New Send",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Expiration Date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3344,10 +3401,232 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Descarregar Ficheiro"
},
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Изменение элемента" "message": "Изменение элемента"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "напр.", "message": "напр.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -461,7 +464,7 @@
"message": "Удалить вложение" "message": "Удалить вложение"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Вы действительно хотите удалить этот элемент?" "message": "Вы действительно хотите отправить в корзину?"
}, },
"deletedItem": { "deletedItem": {
"message": "Элемент удален" "message": "Элемент удален"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Предупреждение" "message": "Предупреждение"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Экспортируемый файл содержит данные вашего хранилища в незашифрованном формате. Его не следует хранить или отправлять по небезопасным каналам (например по электронной почте). Удалите его сразу после использования." "message": "Экспортируемый файл содержит данные вашего хранилища в незашифрованном формате. Его не следует хранить или отправлять по небезопасным каналам (например по электронной почте). Удалите его сразу после использования."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Введите мастер-пароль для экспорта данных из хранилища." "message": "Введите мастер-пароль для экспорта данных из хранилища."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Платежная информация" "message": "Платежная информация"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Кредитная карта" "message": "Кредитная карта"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Устройство" "message": "Устройство"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "После обновления ключа шифрования необходимо выполнить выход во всех приложениях Bitwarden, которые вы используете (например, мобильное приложение или расширение браузера). Невыполнение этого требования может привести к повреждению данных (так как при этом загружается ваш новый ключ шифрования). Мы попытаемся автоматически осуществить завершение ваших сессий, однако это может произойти с задержкой." "message": "После обновления ключа шифрования необходимо выполнить выход во всех приложениях Bitwarden, которые вы используете (например, мобильное приложение или расширение браузера). Невыполнение этого требования может привести к повреждению данных (так как при этом загружается ваш новый ключ шифрования). Мы попытаемся автоматически осуществить завершение ваших сессий, однако это может произойти с задержкой."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Подписка" "message": "Подписка"
}, },
@@ -3194,7 +3218,7 @@
"message": "Единая корпоративная авторизация (SSO)" "message": "Единая корпоративная авторизация (SSO)"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Теперь вы можете закрыть эту вкладку и продолжить в расширении."
}, },
"businessPortal": { "businessPortal": {
"message": "Корпоративный портал", "message": "Корпоративный портал",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Дата удаления" "message": "Дата удаления"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Дата истечения" "message": "Дата истечения"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Максимальное количество доступов" "message": "Максимальное количество доступов"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Текущее количество доступов" "message": "Текущее количество доступов"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Отключено" "message": "Отключено"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Вы уверены, что хотите удалить пароль?" "message": "Вы уверены, что хотите удалить пароль?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Все Sends" "message": "Все Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Поиск Sends", "message": "Поиск Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3336,7 +3393,7 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPasswordDontKnow": { "sendProtectedPasswordDontKnow": {
"message": "Не знаете пароль? Запросите его у отправителя, для доступа к этой Send.", "message": "Не знаете пароль? Для доступа к этой Send, запросите его у отправителя.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendHiddenByDefault": { "sendHiddenByDefault": {
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Скачать файл" "message": "Скачать файл"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "В списке нет Sends.", "message": "В списке нет Sends.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Edit Item" "message": "Edit Item"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "ex.", "message": "ex.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Warning" "message": "Warning"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Enter your master password to export your vault data." "message": "Enter your master password to export your vault data."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Payment Information" "message": "Payment Information"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Credit Card" "message": "Credit Card"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Device" "message": "Device"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Subscription" "message": "Subscription"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Expiration Date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Download File"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Upraviť položku" "message": "Upraviť položku"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "napr.", "message": "napr.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Upozornenie" "message": "Upozornenie"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Tento export obsahuje vaše dáta v nešifrovanom formáte. Nemali by ste ich ukladať, ani posielať cez nezabezpečené kanály (napr. email). Okamžite ho odstráňte, keď ho prestanete používať." "message": "Tento export obsahuje vaše dáta v nešifrovanom formáte. Nemali by ste ich ukladať, ani posielať cez nezabezpečené kanály (napr. email). Okamžite ho odstráňte, keď ho prestanete používať."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Zadajte vaše hlavné heslo pre export údajov trezoru." "message": "Zadajte vaše hlavné heslo pre export údajov trezoru."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Informácie o platbe" "message": "Informácie o platbe"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Kreditná Karta" "message": "Kreditná Karta"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Zariadenie" "message": "Zariadenie"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Po aktualizácii šifrovacieho kľúča budete požiadaní o opätovné prihlásenie do všetkých Bitwarden aplikácii ktoré momentálne používate (napríklad mobilné aplikácie, alebo rozšírenia v prehliadači). Ak sa opätovne neprihlásite (touto operáciou sa stiahnu nové šifrovacie kľúče), mohlo by to viesť k poškodeniu uložených dát. Pokúsime sa odhlásiť vás automaticky, ale môže to chvíľu trvať." "message": "Po aktualizácii šifrovacieho kľúča budete požiadaní o opätovné prihlásenie do všetkých Bitwarden aplikácii ktoré momentálne používate (napríklad mobilné aplikácie, alebo rozšírenia v prehliadači). Ak sa opätovne neprihlásite (touto operáciou sa stiahnu nové šifrovacie kľúče), mohlo by to viesť k poškodeniu uložených dát. Pokúsime sa odhlásiť vás automaticky, ale môže to chvíľu trvať."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Predplatné" "message": "Predplatné"
}, },
@@ -3194,7 +3218,7 @@
"message": "Prihlásenie cez prihlasovací formulár spoločnosti (SSO)" "message": "Prihlásenie cez prihlasovací formulár spoločnosti (SSO)"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Teraz môžete zavrieť túto kartu a pokračovať v rozšírení."
}, },
"businessPortal": { "businessPortal": {
"message": "Portál spoločnosti", "message": "Portál spoločnosti",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Dátum vymazania" "message": "Dátum vymazania"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Dátum exspirácie" "message": "Dátum exspirácie"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximálny počet prístupov" "message": "Maximálny počet prístupov"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Súčasný počet prístupov" "message": "Súčasný počet prístupov"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Vypnuté" "message": "Vypnuté"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Naozaj chcete odstrániť heslo?" "message": "Naozaj chcete odstrániť heslo?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Všetky Sendy" "message": "Všetky Sendy"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Hľadať Sendy", "message": "Hľadať Sendy",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Stiahnuť súbor" "message": "Stiahnuť súbor"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Neexistujú žiadne Sendy na zobrazenie.", "message": "Neexistujú žiadne Sendy na zobrazenie.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

3632
src/locales/sl/messages.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -92,7 +92,7 @@
"message": "Фебруар" "message": "Фебруар"
}, },
"march": { "march": {
"message": "Mart" "message": "Март"
}, },
"april": { "april": {
"message": "Април" "message": "Април"
@@ -200,7 +200,7 @@
"description": "A programming term, also known as 'RegEx'." "description": "A programming term, also known as 'RegEx'."
}, },
"matchDetection": { "matchDetection": {
"message": "Налажење везе", "message": "Налажење УРЛ",
"description": "URI match detection for auto-fill." "description": "URI match detection for auto-fill."
}, },
"defaultMatchDetection": { "defaultMatchDetection": {
@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Уреди ставку" "message": "Уреди ставку"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "нпр.", "message": "нпр.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -388,7 +391,7 @@
"description": "Copy credit card security code (CVV)" "description": "Copy credit card security code (CVV)"
}, },
"copyUri": { "copyUri": {
"message": "Копирај везу", "message": "Копирај УРЛ",
"description": "Copy URI to clipboard" "description": "Copy URI to clipboard"
}, },
"myVault": { "myVault": {
@@ -413,7 +416,7 @@
"message": "Поништи избор" "message": "Поништи избор"
}, },
"launch": { "launch": {
"message": "Покрени" "message": "Отвори"
}, },
"newAttachment": { "newAttachment": {
"message": "Додај нови прилог" "message": "Додај нови прилог"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Упозорење" "message": "Упозорење"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Овај извоз садржи податке сефа у нешифрираном формату. Не бисте смели да сачувате или шаљете извезену датотеку преко несигурних канала (као што је имејл). Избришите датотеку одмах након што завршите са коришћењем." "message": "Овај извоз садржи податке сефа у нешифрираном формату. Не бисте смели да сачувате или шаљете извезену датотеку преко несигурних канала (као што је имејл). Избришите датотеку одмах након што завршите са коришћењем."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Унети главну лозинку за извоз сефа." "message": "Унети главну лозинку за извоз сефа."
}, },
@@ -834,7 +843,7 @@
"message": "Одвајач речи" "message": "Одвајач речи"
}, },
"capitalize": { "capitalize": {
"message": "Велика слова", "message": "Прво слово велико",
"description": "Make the first letter of a work uppercase." "description": "Make the first letter of a work uppercase."
}, },
"includeNumber": { "includeNumber": {
@@ -1082,7 +1091,7 @@
"message": "Прилагођен домен" "message": "Прилагођен домен"
}, },
"newCustomDomainDesc": { "newCustomDomainDesc": {
"message": "Унесите листу домена одвојених зарезима. Дозвољени су само „основни“ домени. Не уносите поддомене. На пример, унесите \"google.com\" у место \"www.google.com\". Такође можете унети \"androidapp://package.name\" да асоцирате андроид апликацију са другим доменима." "message": "Унесите листу домена одвојених зарезима. Дозвољени су само „основни“ домени. Не уносите поддомене. На пример, унесите google.com у место www.google.com. Такође можете унети androidapp://package.name да асоцирате андроид апликацију са другим доменима."
}, },
"customDomainX": { "customDomainX": {
"message": "Прилагођени домен $INDEX$", "message": "Прилагођени домен $INDEX$",
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Информације о плаћању" "message": "Информације о плаћању"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Кредитна Картица" "message": "Кредитна Картица"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Уређај" "message": "Уређај"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Након ажурирања кључа за шифровање, мораћете да се одјавите и вратите у све Bitwarden апликације које тренутно користите (као што су мобилна апликација или додаци прегледача). Ако се не одјавите и поново пријавите (чиме се преузима ваш нови кључ за шифровање), може доћи до оштећења података. Покушаћемо аутоматски да се одјавимо, али може доћи до одлагања." "message": "Након ажурирања кључа за шифровање, мораћете да се одјавите и вратите у све Bitwarden апликације које тренутно користите (као што су мобилна апликација или додаци прегледача). Ако се не одјавите и поново пријавите (чиме се преузима ваш нови кључ за шифровање), може доћи до оштећења података. Покушаћемо аутоматски да се одјавимо, али може доћи до одлагања."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Претплата" "message": "Претплата"
}, },
@@ -3194,7 +3218,7 @@
"message": "Enterprise Једна Пријава" "message": "Enterprise Једна Пријава"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Можете да затворите овај језичак и да наставите са додатком."
}, },
"businessPortal": { "businessPortal": {
"message": "Пословни портал", "message": "Пословни портал",
@@ -3261,58 +3285,78 @@
"message": "Текст" "message": "Текст"
}, },
"createSend": { "createSend": {
"message": "Креирај ново 'Send'", "message": "Креирај ново Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editSend": { "editSend": {
"message": "Уреди 'Send'", "message": "Уреди Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"createdSend": { "createdSend": {
"message": "Креирај 'Send'", "message": "Креирај Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editedSend": { "editedSend": {
"message": "'Send' уређено", "message": "Send уређено",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletedSend": { "deletedSend": {
"message": "'Send' обрисано", "message": "Send обрисано",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSend": { "deleteSend": {
"message": "Избриши 'Send'", "message": "Избриши Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSendConfirmation": { "deleteSendConfirmation": {
"message": "Сигурно избрисати овај 'Send'?", "message": "Сигурно избрисати овај Send?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"whatTypeOfSend": { "whatTypeOfSend": {
"message": "Који је ово тип 'Send'?", "message": "Који је ово тип Send“-a?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletionDate": { "deletionDate": {
"message": "Датум брисања" "message": "Датум брисања"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Датум истека" "message": "Датум истека"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Максималан број приступа" "message": "Максималан број приступа"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Тренутни број приступа" "message": "Тренутни број приступа"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Онемогућено" "message": "Онемогућено"
}, },
"sendLink": { "sendLink": {
"message": "Веза 'Send'", "message": "УРЛ „Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"copySendLink": { "copySendLink": {
"message": "Копирај везу 'Send'", "message": "Копирај УРЛ „Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"removePassword": { "removePassword": {
@@ -3324,11 +3368,24 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Да ли сте сигурни да желите уклонити лозинку?" "message": "Да ли сте сигурни да желите уклонити лозинку?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Све 'Send'" "message": "Све Send"
},
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
}, },
"searchSends": { "searchSends": {
"message": "Тражи 'Send'", "message": "Тражи Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPassword": { "sendProtectedPassword": {
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Преузми датотеку" "message": "Преузми датотеку"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "Нема 'Send' у листи.", "message": "Нема Send у листи.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -38,7 +38,7 @@
"message": "Lösenord" "message": "Lösenord"
}, },
"newPassword": { "newPassword": {
"message": "New Password" "message": "Nytt lösenord"
}, },
"passphrase": { "passphrase": {
"message": "Lösenordsfras" "message": "Lösenordsfras"
@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Redigera objekt" "message": "Redigera objekt"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "t.ex.", "message": "t.ex.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -461,7 +464,7 @@
"message": "Radera bilaga" "message": "Radera bilaga"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Är du säker på att du vill radera detta objekt?" "message": "Är du säker på att du vill skicka detta objekt till papperskorgen?"
}, },
"deletedItem": { "deletedItem": {
"message": "Skickade objekt till papperskorgen" "message": "Skickade objekt till papperskorgen"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Varning" "message": "Varning"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Denna export innehåller ditt valv i ett okrypterat format. Du bör inte lagra eller skicka den exporterade filen över osäkra kanaler (t.ex. e-post). Radera den omedelbart när du är färdig med den." "message": "Denna export innehåller ditt valv i ett okrypterat format. Du bör inte lagra eller skicka den exporterade filen över osäkra kanaler (t.ex. e-post). Radera den omedelbart när du är färdig med den."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Ange ditt huvudlösenord för att exportera ditt valv." "message": "Ange ditt huvudlösenord för att exportera ditt valv."
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Betalningsinformation" "message": "Betalningsinformation"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Kreditkort" "message": "Kreditkort"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Enhet" "message": "Enhet"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Efter att ha uppdaterat din krypteringsnyckel, måste du logga ut och in igen i alla Bitwarden-program som du använder (t.ex. mobilappen och webbläsartillägget). Att inte logga ut och in igen (vilket hämtar din nya krypteringsnyckel) kan resultera i datakorruption. Vi kommer försöka logga ut dig automatiskt, men det kan vara fördröjt." "message": "Efter att ha uppdaterat din krypteringsnyckel, måste du logga ut och in igen i alla Bitwarden-program som du använder (t.ex. mobilappen och webbläsartillägget). Att inte logga ut och in igen (vilket hämtar din nya krypteringsnyckel) kan resultera i datakorruption. Vi kommer försöka logga ut dig automatiskt, men det kan vara fördröjt."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Abonnemang" "message": "Abonnemang"
}, },
@@ -2814,10 +2838,10 @@
"message": "Du har inte markerat något." "message": "Du har inte markerat något."
}, },
"acceptPolicies": { "acceptPolicies": {
"message": "By checking this box you agree to the following:" "message": "Genom att markera denna ruta godkänner du följande:"
}, },
"acceptPoliciesError": { "acceptPoliciesError": {
"message": "Terms of Service and Privacy Policy have not been acknowledged." "message": "Användarvillkoren och Integritetspolicyn har inte accepterats."
}, },
"termsOfService": { "termsOfService": {
"message": "Användarvillkor" "message": "Användarvillkor"
@@ -2954,10 +2978,10 @@
"message": "Din API-nyckel har full tillgång till organisationen. Den bör hållas hemlig." "message": "Din API-nyckel har full tillgång till organisationen. Den bör hållas hemlig."
}, },
"userApiKeyDesc": { "userApiKeyDesc": {
"message": "Your API key can be used to authenticate in the Bitwarden CLI." "message": "Din API-nyckel kan användas för att autentisera i Bitwardens CLI."
}, },
"userApiKeyWarning": { "userApiKeyWarning": {
"message": "Your API key is an alternative authentication mechanism. It should be kept secret." "message": "Din API-nyckel är en alternativ autentiseringsmekanism. Den bör hållas hemlig."
}, },
"oauth2ClientCredentials": { "oauth2ClientCredentials": {
"message": "OAuth 2.0 Klientautentiseringsuppgifter", "message": "OAuth 2.0 Klientautentiseringsuppgifter",
@@ -2997,7 +3021,7 @@
"message": "Kräv att användare konfigurerar tvåstegsverifiering för sina personliga konton." "message": "Kräv att användare konfigurerar tvåstegsverifiering för sina personliga konton."
}, },
"twoStepLoginPolicyWarning": { "twoStepLoginPolicyWarning": {
"message": "Organisationsmedlemmar som inte har tvåstegsverifiering aktiverat för sina personliga konton kommer tas bort från organisationen och få ett e-postmeddelande om ändringen." "message": "Medlemmar som inte har tvåstegsverifiering aktiverat för sina personliga konton kommer tas bort från organisationen och få ett e-postmeddelande om ändringen."
}, },
"twoStepLoginPolicyUserWarning": { "twoStepLoginPolicyUserWarning": {
"message": "Du är medlem i en organisation som kräver att tvåstegsverifiering är aktiverat för ditt användarkonto. Om du inaktiverar alla metoder för tvåstegsverifiering kommer du automatiskt tas bort från dessa organisationer." "message": "Du är medlem i en organisation som kräver att tvåstegsverifiering är aktiverat för ditt användarkonto. Om du inaktiverar alla metoder för tvåstegsverifiering kommer du automatiskt tas bort från dessa organisationer."
@@ -3194,7 +3218,7 @@
"message": "Single Sign-On för företag" "message": "Single Sign-On för företag"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Du kan nu stänga denna flik och fortsätta i tillägget."
}, },
"businessPortal": { "businessPortal": {
"message": "Företagets portal", "message": "Företagets portal",
@@ -3222,132 +3246,387 @@
"message": "Länka SSO" "message": "Länka SSO"
}, },
"webPoliciesDeprecationWarning": { "webPoliciesDeprecationWarning": {
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead." "message": "Policykonfigurationen har flyttats, och den här sidan kommer snart att fasas ut. Klicka nedan för att använda företagsportalens sida för policyer istället."
}, },
"singleOrg": { "singleOrg": {
"message": "Single Organization" "message": "En organisation"
}, },
"singleOrgDesc": { "singleOrgDesc": {
"message": "Restrict users from being able to join any other organizations." "message": "Hindra användare från att gå med i några andra organisationer."
}, },
"singleOrgBlockCreateMessage": { "singleOrgBlockCreateMessage": {
"message": "Your current organization has a policy that does not allow you to join more than one organization. Please contact your organization admins or sign up from a different Bitwarden account." "message": "Din nuvarande organisation har en policy som hindrar dig från att gå med i fler än en organisation. Vänligen kontakta din organisations administratörer eller registrera ett annat Bitwarden-konto."
}, },
"singleOrgPolicyWarning": { "singleOrgPolicyWarning": {
"message": "Organization members who are not Owners or Administrators and are already a member of another organization will be removed from your organization." "message": "Medlemmar som inte är ägare eller administratörer och redan är med i en annan organisation kommer att tas bort från organisationen."
}, },
"requireSso": { "requireSso": {
"message": "Single Sign-On Authentication" "message": "Autentisering med Single Sign-On"
}, },
"requireSsoPolicyDesc": { "requireSsoPolicyDesc": {
"message": "Require users to log in with the Enterprise Single Sign-On method." "message": "Kräv att användare loggar in med Single Sign-On för företag."
}, },
"prerequisite": { "prerequisite": {
"message": "Prerequisite" "message": "Förutsättning"
}, },
"requireSsoPolicyReq": { "requireSsoPolicyReq": {
"message": "The Single Organization enterprise policy must be enabled before activating this policy." "message": "Policyn \"En organisation\" måste vara aktiverad innan denna policy kan aktiveras."
}, },
"requireSsoPolicyReqError": { "requireSsoPolicyReqError": {
"message": "Single Organization policy not enabled." "message": "Policyn \"En organisation\" är inte aktiverad."
}, },
"requireSsoExemption": { "requireSsoExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement." "message": "Organisationens ägare och administratörer är undantagna från denna policy."
}, },
"sendTypeFile": { "sendTypeFile": {
"message": "File" "message": "Fil"
}, },
"sendTypeText": { "sendTypeText": {
"message": "Text" "message": "Text"
}, },
"createSend": { "createSend": {
"message": "Create New Send", "message": "Skapa ny försändelse",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editSend": { "editSend": {
"message": "Edit Send", "message": "Redigera försändelse",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"createdSend": { "createdSend": {
"message": "Created Send", "message": "Skapade försändelse",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editedSend": { "editedSend": {
"message": "Edited Send", "message": "Redigerade försändelse",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletedSend": { "deletedSend": {
"message": "Deleted Send", "message": "Raderade försändelse",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSend": { "deleteSend": {
"message": "Delete Send", "message": "Radera försändelse",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSendConfirmation": { "deleteSendConfirmation": {
"message": "Are you sure you want to delete this Send?", "message": "Är du säker på att du vill radera denna försändelse?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"whatTypeOfSend": { "whatTypeOfSend": {
"message": "What type of Send is this?", "message": "Vilken typ av försändelse är detta?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Raderingsdatum"
},
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Utgångsdatum"
},
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximalt antal åtkomster"
},
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Nuvarande antal åtkomster"
},
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"disabled": { "disabled": {
"message": "Disabled" "message": "Inaktiverad"
}, },
"sendLink": { "sendLink": {
"message": "Send Link", "message": "Försändelselänk",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"copySendLink": { "copySendLink": {
"message": "Copy Send Link", "message": "Kopiera försändelselänk",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"removePassword": { "removePassword": {
"message": "Remove Password" "message": "Ta bort lösenord"
}, },
"removedPassword": { "removedPassword": {
"message": "Removed Password" "message": "Tog bort lösenord"
}, },
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Är du säker på att du vill ta bort lösenordet?"
},
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"allSends": { "allSends": {
"message": "All Sends" "message": "Alla försändelser"
},
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
}, },
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Sök försändelser",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPassword": { "sendProtectedPassword": {
"message": "This Send is protected with a password. Please type the password below to continue.", "message": "Denna försändelse är skyddad med ett lösenord. Vänligen skriv in lösenordet nedan för att fortsätta.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPasswordDontKnow": { "sendProtectedPasswordDontKnow": {
"message": "Don't know the password? Ask the Sender for the password needed to access this Send.", "message": "Vet du inte lösenordet? Fråga avsändaren om lösenordet som behövs för att komma åt denna försändelse.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendHiddenByDefault": { "sendHiddenByDefault": {
"message": "This send is hidden by default. You can toggle its visibility using the button below.", "message": "Denna försändelse är dold som standard. Du kan växla dess synlighet med knappen nedan.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Ladda ner fil"
},
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "Det finns inga försändelser att visa.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -38,7 +38,7 @@
"message": "Parola" "message": "Parola"
}, },
"newPassword": { "newPassword": {
"message": "New Password" "message": "Yeni Parola"
}, },
"passphrase": { "passphrase": {
"message": "Kelimelerden Oluşan Parola" "message": "Kelimelerden Oluşan Parola"
@@ -218,7 +218,7 @@
"description": "Toggling an expand/collapse state." "description": "Toggling an expand/collapse state."
}, },
"generatePassword": { "generatePassword": {
"message": "Generate Password" "message": "Parola Üret"
}, },
"checkPassword": { "checkPassword": {
"message": "Parolanız herhangi bir saldırı sonucu açığa çıkmış mı kontrol edin." "message": "Parolanız herhangi bir saldırı sonucu açığa çıkmış mı kontrol edin."
@@ -303,13 +303,13 @@
"message": "Koleksiyonlar" "message": "Koleksiyonlar"
}, },
"firstName": { "firstName": {
"message": sim" "message": lk Ad"
}, },
"middleName": { "middleName": {
"message": "İkinci İsim" "message": "İkinci Ad"
}, },
"lastName": { "lastName": {
"message": "Soyisim" "message": "Soyadı"
}, },
"address1": { "address1": {
"message": "Adres 1" "message": "Adres 1"
@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Ögeyi Düzenle" "message": "Ögeyi Düzenle"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "ör.", "message": "ör.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -461,7 +464,7 @@
"message": "Eki Sil" "message": "Eki Sil"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Bu hesabı silmek istediğinize emin misiniz?" "message": "Bu ögeyi silmek istediğinize emin misiniz?"
}, },
"deletedItem": { "deletedItem": {
"message": "Öge Silindi" "message": "Öge Silindi"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Uyarı" "message": "Uyarı"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Kasadaki verilerinizi dışa aktarmak için ana parolanızı girin." "message": "Kasadaki verilerinizi dışa aktarmak için ana parolanızı girin."
}, },
@@ -800,7 +809,7 @@
"message": "Export Vault" "message": "Export Vault"
}, },
"fileFormat": { "fileFormat": {
"message": "File Format" "message": "Dosya Biçimi"
}, },
"exportSuccess": { "exportSuccess": {
"message": "Kasadaki verileriniz dışa aktarıldı." "message": "Kasadaki verileriniz dışa aktarıldı."
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Ödeme Bilgileri" "message": "Ödeme Bilgileri"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Kredi Kartı" "message": "Kredi Kartı"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Aygıt" "message": "Aygıt"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Abonelik" "message": "Abonelik"
}, },
@@ -2814,10 +2838,10 @@
"message": "Hiçbir şey seçmediniz." "message": "Hiçbir şey seçmediniz."
}, },
"acceptPolicies": { "acceptPolicies": {
"message": "By checking this box you agree to the following:" "message": "Bu kutuyu işaretleyerek aşağıdakileri kabul etmiş olursunuz:"
}, },
"acceptPoliciesError": { "acceptPoliciesError": {
"message": "Terms of Service and Privacy Policy have not been acknowledged." "message": "Hizmet Koşulları ve Gizlilik Politikası kabul edilmemiştir."
}, },
"termsOfService": { "termsOfService": {
"message": "Hizmet Koşulları" "message": "Hizmet Koşulları"
@@ -2954,10 +2978,10 @@
"message": "API anahtarınız organizasyona tam erişime sahiptir. Gizli tutulmalıdır." "message": "API anahtarınız organizasyona tam erişime sahiptir. Gizli tutulmalıdır."
}, },
"userApiKeyDesc": { "userApiKeyDesc": {
"message": "Your API key can be used to authenticate in the Bitwarden CLI." "message": "API anahtarınız, Bitwarden CLI'de kimlik doğrulaması için kullanılabilir."
}, },
"userApiKeyWarning": { "userApiKeyWarning": {
"message": "Your API key is an alternative authentication mechanism. It should be kept secret." "message": "API anahtarınız, alternatif bir kimlik doğrulama mekanizmasıdır. Gizli tutulmalıdır."
}, },
"oauth2ClientCredentials": { "oauth2ClientCredentials": {
"message": "OAuth 2.0 İstemci Bilgileri", "message": "OAuth 2.0 İstemci Bilgileri",
@@ -3194,7 +3218,7 @@
"message": "Kurumsal Tek Oturum Açma" "message": "Kurumsal Tek Oturum Açma"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Şimdi bu sekmeyi kapatabilir ve uzantıya devam edebilirsiniz."
}, },
"businessPortal": { "businessPortal": {
"message": "Şirket Portalı", "message": "Şirket Portalı",
@@ -3222,132 +3246,387 @@
"message": "Tek Oturum Açma (SSO) Bağlantısı Oluştur" "message": "Tek Oturum Açma (SSO) Bağlantısı Oluştur"
}, },
"webPoliciesDeprecationWarning": { "webPoliciesDeprecationWarning": {
"message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead." "message": "Politika yapılandırması taşındı ve bu sayfa yakında kullanımdan kaldırılacak. Bunun yerine İş Portalı politikaları sayfasını kullanmak için lütfen aşağıyı tıklayın."
}, },
"singleOrg": { "singleOrg": {
"message": "Single Organization" "message": "Tek Organizasyon"
}, },
"singleOrgDesc": { "singleOrgDesc": {
"message": "Restrict users from being able to join any other organizations." "message": "Kullanıcıların diğer kuruluşlara katılmasını kısıtlayın."
}, },
"singleOrgBlockCreateMessage": { "singleOrgBlockCreateMessage": {
"message": "Your current organization has a policy that does not allow you to join more than one organization. Please contact your organization admins or sign up from a different Bitwarden account." "message": "Mevcut kuruluşunuzun, birden fazla kuruluşa katılmanıza izin vermeyen bir politikası var. Lütfen kuruluş yöneticilerinizle iletişime geçin veya farklı bir Bitwarden hesabından kaydolun."
}, },
"singleOrgPolicyWarning": { "singleOrgPolicyWarning": {
"message": "Organization members who are not Owners or Administrators and are already a member of another organization will be removed from your organization." "message": "Sahip veya Yönetici olmayan ve zaten başka bir kuruluşun üyesi olan kuruluş üyeleri, kuruluşunuzdan kaldırılır."
}, },
"requireSso": { "requireSso": {
"message": "Single Sign-On Authentication" "message": "Tek Oturum Açma Kimlik Doğrulaması"
}, },
"requireSsoPolicyDesc": { "requireSsoPolicyDesc": {
"message": "Require users to log in with the Enterprise Single Sign-On method." "message": "Kullanıcıların Kurumsal olarak Tek Oturum Açma yöntemiyle oturum açmasını zorunlu kılın."
}, },
"prerequisite": { "prerequisite": {
"message": "Prerequisite" "message": "Önkoşul"
}, },
"requireSsoPolicyReq": { "requireSsoPolicyReq": {
"message": "The Single Organization enterprise policy must be enabled before activating this policy." "message": "Bu politikayı etkinleştirmeden önce Tek Kuruluş kurumsal politikası etkinleştirilmelidir."
}, },
"requireSsoPolicyReqError": { "requireSsoPolicyReqError": {
"message": "Single Organization policy not enabled." "message": "Tek Kuruluş politikası etkinleştirilmedi."
}, },
"requireSsoExemption": { "requireSsoExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement." "message": "Kuruluş Sahipleri ve Yöneticiler bu politika uygulamasından muaftır."
}, },
"sendTypeFile": { "sendTypeFile": {
"message": "File" "message": "Dosya"
}, },
"sendTypeText": { "sendTypeText": {
"message": "Text" "message": "Metin"
}, },
"createSend": { "createSend": {
"message": "Create New Send", "message": "Yeni Gönderi Oluştur",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editSend": { "editSend": {
"message": "Edit Send", "message": "Göndermeyi Düzenle",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"createdSend": { "createdSend": {
"message": "Created Send", "message": "Gönderi Oluşturuldu",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"editedSend": { "editedSend": {
"message": "Edited Send", "message": "Gönderi Düzenlendi",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletedSend": { "deletedSend": {
"message": "Deleted Send", "message": "Gönderi Silindi",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSend": { "deleteSend": {
"message": "Delete Send", "message": "Gönderiyi Sil",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSendConfirmation": { "deleteSendConfirmation": {
"message": "Are you sure you want to delete this Send?", "message": "Bu Gönderiyi silmek istediğinizden emin misiniz?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"whatTypeOfSend": { "whatTypeOfSend": {
"message": "What type of Send is this?", "message": "Bu ne tür bir Gönderme?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Silme Tarihi"
},
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Son Kullanma Tarihi"
},
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maksimum Gönderi Sayısı"
},
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Mevcut Erişim Sayısı"
},
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"disabled": { "disabled": {
"message": "Disabled" "message": "Devre Dışı"
}, },
"sendLink": { "sendLink": {
"message": "Send Link", "message": "Bağlantı gönder",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"copySendLink": { "copySendLink": {
"message": "Copy Send Link", "message": "Gönderme Bağlantısını Kopyala",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"removePassword": { "removePassword": {
"message": "Remove Password" "message": "Şifreyi kaldır"
}, },
"removedPassword": { "removedPassword": {
"message": "Removed Password" "message": "Parola kaldırıldı"
}, },
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Şifreyi kaldırmak istediğinizden emin misiniz?"
},
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"allSends": { "allSends": {
"message": "All Sends" "message": "Tüm Gönderimler"
},
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
}, },
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Gönderileri Ara",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPassword": { "sendProtectedPassword": {
"message": "This Send is protected with a password. Please type the password below to continue.", "message": "Bu Gönderim bir şifre ile korunmaktadır. Devam etmek için lütfen şifreyi aşağıya yazın.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPasswordDontKnow": { "sendProtectedPasswordDontKnow": {
"message": "Don't know the password? Ask the Sender for the password needed to access this Send.", "message": "Şifreyi bilmiyor musunuz? Gönderen'den bu Gönderime erişmek için gereken parolayı isteyin.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendHiddenByDefault": { "sendHiddenByDefault": {
"message": "This send is hidden by default. You can toggle its visibility using the button below.", "message": "Bu gönderme varsayılan olarak gizlidir. Aşağıdaki düğmeyi kullanarak görünürlüğünü değiştirebilirsiniz.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Dosyayı indir"
},
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "Listelenecek olay yok.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -269,7 +269,7 @@
"message": "Пошук в обраному" "message": "Пошук в обраному"
}, },
"searchType": { "searchType": {
"message": "Типу пошуку", "message": "Пошук за типом",
"description": "Search item type" "description": "Search item type"
}, },
"searchVault": { "searchVault": {
@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Змінити запис" "message": "Змінити запис"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "зразок", "message": "зразок",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -461,7 +464,7 @@
"message": "Видалити файл" "message": "Видалити файл"
}, },
"deleteItemConfirmation": { "deleteItemConfirmation": {
"message": "Ви дійсно хочете видалити цей запис?" "message": "Ви дійсно хочете перенести до смітника?"
}, },
"deletedItem": { "deletedItem": {
"message": "Запис перенесено до смітника" "message": "Запис перенесено до смітника"
@@ -612,19 +615,19 @@
"message": "Заблокувати зараз" "message": "Заблокувати зараз"
}, },
"noItemsInList": { "noItemsInList": {
"message": "Немає записів для відображення." "message": "Немає записів."
}, },
"noCollectionsInList": { "noCollectionsInList": {
"message": "Немає збірок для відображення." "message": "Немає збірок."
}, },
"noGroupsInList": { "noGroupsInList": {
"message": "Немає груп для відображення." "message": "Немає груп."
}, },
"noUsersInList": { "noUsersInList": {
"message": "Немає користувачів для відображення." "message": "Немає користувачів."
}, },
"noEventsInList": { "noEventsInList": {
"message": "Немає подій для відображення." "message": "Немає подій."
}, },
"newOrganization": { "newOrganization": {
"message": "Нова організація" "message": "Нова організація"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Попередження" "message": "Попередження"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Експортовані дані вашого сховища знаходяться в незашифрованому вигляді. Вам не слід зберігати чи надсилати їх через незахищені канали (наприклад, е-поштою). Після використання негайно видаліть їх." "message": "Експортовані дані вашого сховища знаходяться в незашифрованому вигляді. Вам не слід зберігати чи надсилати їх через незахищені канали (наприклад, е-поштою). Після використання негайно видаліть їх."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Введіть головний пароль, щоб експортувати дані сховища." "message": "Введіть головний пароль, щоб експортувати дані сховища."
}, },
@@ -844,7 +853,7 @@
"message": "Історія паролів" "message": "Історія паролів"
}, },
"noPasswordsInList": { "noPasswordsInList": {
"message": "Немає паролів для відображення." "message": "Немає паролів."
}, },
"clear": { "clear": {
"message": "Стерти", "message": "Стерти",
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Інформація про оплату" "message": "Інформація про оплату"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Кредитна карта" "message": "Кредитна карта"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Пристрій" "message": "Пристрій"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "Після оновлення вашого ключа шифрування вам необхідно вийти з системи і потім виконати повторний вхід у всіх програмах Bitwarden, які ви використовуєте. Збій при виході та повторному вході може призвести до пошкодження даних. Ми спробуємо завершити ваші сеанси автоматично, однак, цей процес може відбутися із затримкою." "message": "Після оновлення вашого ключа шифрування вам необхідно вийти з системи і потім виконати повторний вхід у всіх програмах Bitwarden, які ви використовуєте. Збій при виході та повторному вході може призвести до пошкодження даних. Ми спробуємо завершити ваші сеанси автоматично, однак, цей процес може відбутися із затримкою."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Передплата" "message": "Передплата"
}, },
@@ -2973,7 +2997,7 @@
"message": "Ви повинні обрати принаймні одну збірку." "message": "Ви повинні обрати принаймні одну збірку."
}, },
"couldNotChargeCardPayInvoice": { "couldNotChargeCardPayInvoice": {
"message": "Нам не вдалося виконати оплату з вашої карти. Будь ласка, перегляньте і проведіть оплату за рахунком, вказаним внизу." "message": "Нам не вдалося виконати оплату з вашої картки. Будь ласка, перегляньте і проведіть оплату за рахунком, вказаним внизу."
}, },
"inAppPurchase": { "inAppPurchase": {
"message": "Покупка в додатку" "message": "Покупка в додатку"
@@ -3194,7 +3218,7 @@
"message": "Єдиний корпоративний вхід (SSO)" "message": "Єдиний корпоративний вхід (SSO)"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "Тепер ви можете закрити цю вкладку і продовжити в розширенні."
}, },
"businessPortal": { "businessPortal": {
"message": "Бізнес-портал", "message": "Бізнес-портал",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Дата видалення" "message": "Дата видалення"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Термін дії" "message": "Термін дії"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Максимальна кількість доступів" "message": "Максимальна кількість доступів"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Поточна кількість доступів" "message": "Поточна кількість доступів"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Вимкнено" "message": "Вимкнено"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Ви дійсно хочете вилучити пароль?" "message": "Ви дійсно хочете вилучити пароль?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "Усі відправлення" "message": "Усі відправлення"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Пошук відправлень", "message": "Пошук відправлень",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Завантажити файл" "message": "Завантажити файл"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "У списку немає відправлень.", "message": "У списку немає відправлень.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -38,7 +38,7 @@
"message": "Mật khẩu" "message": "Mật khẩu"
}, },
"newPassword": { "newPassword": {
"message": "New Password" "message": "Mật khẩu mới"
}, },
"passphrase": { "passphrase": {
"message": "Cụm từ mật khẩu" "message": "Cụm từ mật khẩu"
@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "Chỉnh sửa mục" "message": "Chỉnh sửa mục"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "vd.", "message": "vd.",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "Cảnh báo" "message": "Cảnh báo"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "Bản trích xuất này chứa dữ liệu kho bạn và không được mã hóa. Bạn không nên lưu trữ hay gửi tập tin trích xuất thông qua phương thức không an toàn (như email). Vui lòng xóa nó ngay lập tức khi bạn đã sử dụng xong." "message": "Bản trích xuất này chứa dữ liệu kho bạn và không được mã hóa. Bạn không nên lưu trữ hay gửi tập tin trích xuất thông qua phương thức không an toàn (như email). Vui lòng xóa nó ngay lập tức khi bạn đã sử dụng xong."
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "Vui lòng nhập mật khẩu chính để trích xuất kho của bạn." "message": "Vui lòng nhập mật khẩu chính để trích xuất kho của bạn."
}, },
@@ -995,19 +1004,19 @@
"message": "Dữ liệu đã được nhập vào kho thành công." "message": "Dữ liệu đã được nhập vào kho thành công."
}, },
"importFormatError": { "importFormatError": {
"message": "Data is not formatted correctly. Please check your import file and try again." "message": "Dữ liệu không được định dạng đúng cách, vui lòng kiểm tra và thử lại."
}, },
"importNothingError": { "importNothingError": {
"message": "Không có gì đã được nhập." "message": "Không có gì đã được nhập."
}, },
"selectFormat": { "selectFormat": {
"message": "Select the format of the import file" "message": "Chọn định dạng cho file xuất"
}, },
"selectImportFile": { "selectImportFile": {
"message": "Chọn tập tin nhập" "message": "Chọn tập tin nhập"
}, },
"orCopyPasteFileContents": { "orCopyPasteFileContents": {
"message": "or copy/paste the import file contents" "message": "hoặc sao chép/dán để nhập nội dung file"
}, },
"instructionsFor": { "instructionsFor": {
"message": "Chỉ dẫn cho $NAME$", "message": "Chỉ dẫn cho $NAME$",
@@ -1035,7 +1044,7 @@
"message": "Thay đổi ngôn ngữ của kho mạng." "message": "Thay đổi ngôn ngữ của kho mạng."
}, },
"disableIcons": { "disableIcons": {
"message": "Disable Website Icons" "message": "Vô hiệu hóa icon website"
}, },
"disableIconsDesc": { "disableIconsDesc": {
"message": "Website Icons provide a recognizable image next to each login item in your vault." "message": "Website Icons provide a recognizable image next to each login item in your vault."
@@ -1055,10 +1064,10 @@
"message": "Allow the web vault to expand the full width of the browser window." "message": "Allow the web vault to expand the full width of the browser window."
}, },
"default": { "default": {
"message": "Default" "message": "Mặc định"
}, },
"domainRules": { "domainRules": {
"message": "Domain Rules" "message": "Quy luật tên miền"
}, },
"domainRulesDesc": { "domainRulesDesc": {
"message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden." "message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden."
@@ -1070,16 +1079,16 @@
"message": "Custom Equivalent Domains" "message": "Custom Equivalent Domains"
}, },
"exclude": { "exclude": {
"message": "Exclude" "message": "Ngoại trừ"
}, },
"include": { "include": {
"message": "Include" "message": "Bao gồm"
}, },
"customize": { "customize": {
"message": "Customize" "message": "Tùy biến"
}, },
"newCustomDomain": { "newCustomDomain": {
"message": "New Custom Domain" "message": "Tên miền tùy biến mới"
}, },
"newCustomDomainDesc": { "newCustomDomainDesc": {
"message": "Enter a list of domains separated by commas. Only \"base\" domains are allowed. Do not enter subdomains. For example, enter \"google.com\" instead of \"www.google.com\". You can also enter \"androidapp://package.name\" to associate an android app with other website domains." "message": "Enter a list of domains separated by commas. Only \"base\" domains are allowed. Do not enter subdomains. For example, enter \"google.com\" instead of \"www.google.com\". You can also enter \"androidapp://package.name\" to associate an android app with other website domains."
@@ -1094,13 +1103,13 @@
} }
}, },
"domainsUpdated": { "domainsUpdated": {
"message": "Domains updated" "message": "Tên miền được cập nhật"
}, },
"twoStepLogin": { "twoStepLogin": {
"message": "Two-step Login" "message": "Xác thực 2 bước"
}, },
"twoStepLoginDesc": { "twoStepLoginDesc": {
"message": "Secure your account by requiring an additional step when logging in." "message": "Bảo mật tài khoản bằng các phương pháp sau khi đăng nhập."
}, },
"twoStepLoginOrganizationDesc": { "twoStepLoginOrganizationDesc": {
"message": "Require two-step login for your organization's users by configuring providers at the organization level." "message": "Require two-step login for your organization's users by configuring providers at the organization level."
@@ -1109,105 +1118,105 @@
"message": "Enabling two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (ex. you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place." "message": "Enabling two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (ex. you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place."
}, },
"viewRecoveryCode": { "viewRecoveryCode": {
"message": "View Recovery Code" "message": "Hiển thị mã khôi phục"
}, },
"providers": { "providers": {
"message": "Providers", "message": "Cung cấp",
"description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc." "description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc."
}, },
"enable": { "enable": {
"message": "Enable" "message": "Kích hoạt"
}, },
"enabled": { "enabled": {
"message": "Enabled" "message": "Kích hoạt"
}, },
"premium": { "premium": {
"message": "Premium", "message": "Cao cấp",
"description": "Premium Membership" "description": "Premium Membership"
}, },
"premiumMembership": { "premiumMembership": {
"message": "Premium Membership" "message": "Thành viên trả phí"
}, },
"premiumRequired": { "premiumRequired": {
"message": "Premium Required" "message": "Cần có tài khoản trả phí"
}, },
"premiumRequiredDesc": { "premiumRequiredDesc": {
"message": "A premium membership is required to use this feature." "message": "Cần nâng cấp tài khoản trả phí để sử dụng chức năng này."
}, },
"youHavePremiumAccess": { "youHavePremiumAccess": {
"message": "You have premium access" "message": "Bạn được truy cập tài khoản trả phí"
}, },
"alreadyPremiumFromOrg": { "alreadyPremiumFromOrg": {
"message": "You already have access to premium features because of an organization you are a member of." "message": "Bạn được truy cập tài khoản trả phí vì tổ chức của bạn đã chi trả cho việc này."
}, },
"manage": { "manage": {
"message": "Manage" "message": "Quản lý"
}, },
"disable": { "disable": {
"message": "Disable" "message": "Vô hiệu hoá"
}, },
"twoStepLoginProviderEnabled": { "twoStepLoginProviderEnabled": {
"message": "This two-step login provider is enabled on your account." "message": "This two-step login provider is enabled on your account."
}, },
"twoStepLoginAuthDesc": { "twoStepLoginAuthDesc": {
"message": "Enter your master password to modify two-step login settings." "message": "Vui lòng nhập mật khẩu chính để chỉnh sửa cài đặt đăng nhập hai bước."
}, },
"twoStepAuthenticatorDesc": { "twoStepAuthenticatorDesc": {
"message": "Follow these steps to set up two-step login with an authenticator app:" "message": "Làm theo hướng dẫn để thiếp lập đăng nhập hai bước bằng ứng dụng:"
}, },
"twoStepAuthenticatorDownloadApp": { "twoStepAuthenticatorDownloadApp": {
"message": "Download a two-step authenticator app" "message": "Tải về ứng dụng xác thực hai bước"
}, },
"twoStepAuthenticatorNeedApp": { "twoStepAuthenticatorNeedApp": {
"message": "Need a two-step authenticator app? Download one of the following" "message": "Cần ứng dụng xác thực hai bước? Tải theo danh sách sau"
}, },
"iosDevices": { "iosDevices": {
"message": "iOS devices" "message": "Thiết bị iOS"
}, },
"androidDevices": { "androidDevices": {
"message": "Android devices" "message": "Thiết bị Android"
}, },
"windowsDevices": { "windowsDevices": {
"message": "Windows devices" "message": "Thiết bị Windows"
}, },
"twoStepAuthenticatorAppsRecommended": { "twoStepAuthenticatorAppsRecommended": {
"message": "These apps are recommended, however, other authenticator apps will also work." "message": "Những ứng dụng xác thực sau đây được khuyên dùng, thích cái khác cũng được, ko sao."
}, },
"twoStepAuthenticatorScanCode": { "twoStepAuthenticatorScanCode": {
"message": "Scan this QR code with your authenticator app" "message": "Quét nã QR code bằng ứng dụng xác thực"
}, },
"key": { "key": {
"message": "Key" "message": "Chìa khóa"
}, },
"twoStepAuthenticatorEnterCode": { "twoStepAuthenticatorEnterCode": {
"message": "Enter the resulting 6 digit verification code from the app" "message": "Vui lòng nhập mã 6 bước sinh ra từ ứng dụng xác thực"
}, },
"twoStepAuthenticatorReaddDesc": { "twoStepAuthenticatorReaddDesc": {
"message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." "message": "Trong trường hợp bạn cần thêm thiết bị khác, ở dưới là mã QR( hoặc khóa) được yêu cầu bởi ứng dụng xác thực."
}, },
"twoStepDisableDesc": { "twoStepDisableDesc": {
"message": "Are you sure you want to disable this two-step login provider?" "message": "Bạn có chắc muốn vô hiệu hóa xác thực hai bước?"
}, },
"twoStepDisabled": { "twoStepDisabled": {
"message": "Two-step login provider disabled." "message": "Xác thực hai bước bị hủy bỏ."
}, },
"twoFactorYubikeyAdd": { "twoFactorYubikeyAdd": {
"message": "Add a new YubiKey to your account" "message": "Thêm khóa Yubikey mới vào tài khoản của bạn"
}, },
"twoFactorYubikeyPlugIn": { "twoFactorYubikeyPlugIn": {
"message": "Plug the YubiKey into your computer's USB port." "message": "Cắm khóa Yubikey vào cổng USB máy tính của bạn."
}, },
"twoFactorYubikeySelectKey": { "twoFactorYubikeySelectKey": {
"message": "Select the first empty YubiKey input field below." "message": "Select the first empty YubiKey input field below."
}, },
"twoFactorYubikeyTouchButton": { "twoFactorYubikeyTouchButton": {
"message": "Touch the YubiKey's button." "message": "Chạm vào nút bấm trên Yubikey."
}, },
"twoFactorYubikeySaveForm": { "twoFactorYubikeySaveForm": {
"message": "Save the form." "message": "Lưu mẫu."
}, },
"twoFactorYubikeyWarning": { "twoFactorYubikeyWarning": {
"message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" "message": "Do giới hạn của hệ điều hành, Yubikey KHÔNG thể xài hết được trên các ứng dụng Bitwarden. Bạn nên đăng ký thêm một phương pháp xác thực 2 bước khác khi mà Yubikey không xài được. Hỗ trợ hệ điều hành:"
}, },
"twoFactorYubikeySupportUsb": { "twoFactorYubikeySupportUsb": {
"message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey."
@@ -1216,7 +1225,7 @@
"message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey." "message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey."
}, },
"yubikeyX": { "yubikeyX": {
"message": "YubiKey $INDEX$", "message": "Yubikey $INDEX$",
"placeholders": { "placeholders": {
"index": { "index": {
"content": "$1", "content": "$1",
@@ -1225,7 +1234,7 @@
} }
}, },
"u2fkeyX": { "u2fkeyX": {
"message": "U2F Key $INDEX$", "message": "Thiết bị U2F $INDEX$",
"placeholders": { "placeholders": {
"index": { "index": {
"content": "$1", "content": "$1",
@@ -1234,16 +1243,16 @@
} }
}, },
"nfcSupport": { "nfcSupport": {
"message": "NFC Support" "message": "Hỗ trợ NFC"
}, },
"twoFactorYubikeySupportsNfc": { "twoFactorYubikeySupportsNfc": {
"message": "One of my keys supports NFC." "message": "Một trong các khóa bảo mật của tôi có hỗ trợ NFC."
}, },
"twoFactorYubikeySupportsNfcDesc": { "twoFactorYubikeySupportsNfcDesc": {
"message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected." "message": "Nếu một trong các khóa Yubikey có hỗ trợ NFC (ví dụ như Yubikey NEO), bạn sẽ được nhắc nhở trên thiết bị di động khi sóng NFC được phát hiện."
}, },
"yubikeysUpdated": { "yubikeysUpdated": {
"message": "YubiKeys updated" "message": "Đã cập nhập Yubikey"
}, },
"disableAllKeys": { "disableAllKeys": {
"message": "Disable All Keys" "message": "Disable All Keys"
@@ -1255,7 +1264,7 @@
"message": "Integration Key" "message": "Integration Key"
}, },
"twoFactorDuoSecretKey": { "twoFactorDuoSecretKey": {
"message": "Secret Key" "message": "Mã khóa bí mật"
}, },
"twoFactorDuoApiHostname": { "twoFactorDuoApiHostname": {
"message": "API Hostname" "message": "API Hostname"
@@ -1270,34 +1279,34 @@
"message": "Enter the resulting 6 digit verification code from the email" "message": "Enter the resulting 6 digit verification code from the email"
}, },
"sendEmail": { "sendEmail": {
"message": "Send Email" "message": "Gửi Email"
}, },
"twoFactorU2fAdd": { "twoFactorU2fAdd": {
"message": "Add a FIDO U2F security key to your account" "message": "Add a FIDO U2F security key to your account"
}, },
"removeU2fConfirmation": { "removeU2fConfirmation": {
"message": "Are you sure you want to remove this security key?" "message": "Bạn có chắc chắn muốn xóa khóa bảo mật này?"
}, },
"readKey": { "readKey": {
"message": "Read Key" "message": "Read Key"
}, },
"keyCompromised": { "keyCompromised": {
"message": "Key is compromised." "message": "Chìa khóa bị lộ."
}, },
"twoFactorU2fGiveName": { "twoFactorU2fGiveName": {
"message": "Give the security key a friendly name to identify it." "message": "Đặt cho Yubikey một cái tên để nhận diện."
}, },
"twoFactorU2fPlugInReadKey": { "twoFactorU2fPlugInReadKey": {
"message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." "message": "Cắm khóa bảo mật vào cổng USB và bấm nút trên khóa."
}, },
"twoFactorU2fTouchButton": { "twoFactorU2fTouchButton": {
"message": "If the security key has a button, touch it." "message": "Nếu khóa bảo mật có nút, hãy chạm vào."
}, },
"twoFactorU2fSaveForm": { "twoFactorU2fSaveForm": {
"message": "Save the form." "message": "Lưu mẫu."
}, },
"twoFactorU2fWarning": { "twoFactorU2fWarning": {
"message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" "message": "Do giới hạn của hệ điều hành, FIDO U2F KHÔNG thể xài hết được trên các ứng dụng Bitwarden. Bạn nên đăng ký thêm một phương pháp xác thực 2 bước khác khi mà FIDO U2F không xài được. Hỗ trợ hệ điều hành:"
}, },
"twoFactorU2fSupportWeb": { "twoFactorU2fSupportWeb": {
"message": "Web vault and browser extensions on a desktop/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." "message": "Web vault and browser extensions on a desktop/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)."
@@ -1318,20 +1327,20 @@
"message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code." "message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code."
}, },
"printCode": { "printCode": {
"message": "Print Code", "message": "In mã",
"description": "Print 2FA recovery code" "description": "Print 2FA recovery code"
}, },
"reports": { "reports": {
"message": "Reports" "message": "Báo cáo"
}, },
"unsecuredWebsitesReport": { "unsecuredWebsitesReport": {
"message": "Unsecured Websites Report" "message": "Báo cáo trang web không an toàn"
}, },
"unsecuredWebsitesReportDesc": { "unsecuredWebsitesReportDesc": {
"message": "Using unsecured websites with the http:// scheme can be dangerous. If the website allows, you should always access it using the https:// scheme so that your connection is encrypted." "message": "Using unsecured websites with the http:// scheme can be dangerous. If the website allows, you should always access it using the https:// scheme so that your connection is encrypted."
}, },
"unsecuredWebsitesFound": { "unsecuredWebsitesFound": {
"message": "Unsecured Websites Found" "message": "Tìm thấy trang web không an toàn"
}, },
"unsecuredWebsitesFoundDesc": { "unsecuredWebsitesFoundDesc": {
"message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:// if the website allows it.", "message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:// if the website allows it.",
@@ -1349,13 +1358,13 @@
"message": "Inactive 2FA Report" "message": "Inactive 2FA Report"
}, },
"inactive2faReportDesc": { "inactive2faReportDesc": {
"message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication." "message": "Xác thực 2 bước là một bước quan trọng để bảo vệ tài khoản của bạn khỏi hacker. Nếu trang web cho phép, bạn nên kích hoạt xác thực 2 bước."
}, },
"inactive2faFound": { "inactive2faFound": {
"message": "Logins Without 2FA Found" "message": "Logins Without 2FA Found"
}, },
"inactive2faFoundDesc": { "inactive2faFoundDesc": {
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.", "message": "Tìm thấy $COUNT$ trang web trong kho của bạn có thể thiếu xác thực 2 bước. Để đảm bảo an toàn, bạn nên kích hoạt xác thực 2 bước",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@@ -1364,19 +1373,19 @@
} }
}, },
"noInactive2fa": { "noInactive2fa": {
"message": "No websites were found in your vault with a missing two-factor authentication configuration." "message": "Không tìm thấy trang web thiếu bảo mật 2 bước trong kho của bạn."
}, },
"instructions": { "instructions": {
"message": "Instructions" "message": "Hướng dẫn"
}, },
"exposedPasswordsReport": { "exposedPasswordsReport": {
"message": "Exposed Passwords Report" "message": "Báo cáo mật khẩu bị rò rỉ"
}, },
"exposedPasswordsReportDesc": { "exposedPasswordsReportDesc": {
"message": "Exposed passwords are passwords that have been uncovered in known data breaches that were released publicly or sold on the dark web by hackers." "message": "Mật khẩu bị rò rĩ là mật khẩu đã bị hacker hack được trong các vụ rò rĩ dữ liệu được thông báo công khai hoặc được bán trên web đen( dark web) bởi hacker"
}, },
"exposedPasswordsFound": { "exposedPasswordsFound": {
"message": "Exposed Passwords Found" "message": "Phát hiện mật khẩu bị rò rĩ"
}, },
"exposedPasswordsFoundDesc": { "exposedPasswordsFoundDesc": {
"message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.", "message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.",
@@ -1391,7 +1400,7 @@
"message": "No items in your vault have passwords that have been exposed in known data breaches." "message": "No items in your vault have passwords that have been exposed in known data breaches."
}, },
"checkExposedPasswords": { "checkExposedPasswords": {
"message": "Check Exposed Passwords" "message": "Kiểm tra mật khẩu bị rò rỉ"
}, },
"exposedXTimes": { "exposedXTimes": {
"message": "Exposed $COUNT$ time(s)", "message": "Exposed $COUNT$ time(s)",
@@ -1403,13 +1412,13 @@
} }
}, },
"weakPasswordsReport": { "weakPasswordsReport": {
"message": "Weak Passwords Report" "message": "Báo cáo mật khẩu không đảm bảo an toàn"
}, },
"weakPasswordsReportDesc": { "weakPasswordsReportDesc": {
"message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords." "message": "Mật khẩu không an toàn có thể b hacker và công cụ dò mật khẩu tự động đoán được dễ dàng . Chế độ tạo mật khẩu tự động của Bitwarden sẽ khắc phục vấn đề này."
}, },
"weakPasswordsFound": { "weakPasswordsFound": {
"message": "Weak Passwords Found" "message": "Phát hiện mật khẩu không an toàn"
}, },
"weakPasswordsFoundDesc": { "weakPasswordsFoundDesc": {
"message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.", "message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.",
@@ -1424,13 +1433,13 @@
"message": "No items in your vault have weak passwords." "message": "No items in your vault have weak passwords."
}, },
"reusedPasswordsReport": { "reusedPasswordsReport": {
"message": "Reused Passwords Report" "message": "Báo cáo mật khẩu tái sử dụng"
}, },
"reusedPasswordsReportDesc": { "reusedPasswordsReportDesc": {
"message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service." "message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service."
}, },
"reusedPasswordsFound": { "reusedPasswordsFound": {
"message": "Reused Passwords Found" "message": "Phát hiện mật khẩu tái sử dụng"
}, },
"reusedPasswordsFoundDesc": { "reusedPasswordsFoundDesc": {
"message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.", "message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.",
@@ -1454,7 +1463,7 @@
} }
}, },
"dataBreachReport": { "dataBreachReport": {
"message": "Data Breach Report" "message": "Báo cáo dữ liệu bị rò rĩ"
}, },
"breachDesc": { "breachDesc": {
"message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords." "message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords."
@@ -1475,7 +1484,7 @@
} }
}, },
"goodNews": { "goodNews": {
"message": "Good News", "message": "Tin tốt!",
"description": "ex. Good News, No Breached Accounts Found!" "description": "ex. Good News, No Breached Accounts Found!"
}, },
"breachUsernameFound": { "breachUsernameFound": {
@@ -1498,7 +1507,7 @@
"message": "Compromised data" "message": "Compromised data"
}, },
"website": { "website": {
"message": "Website" "message": "Trang web"
}, },
"affectedUsers": { "affectedUsers": {
"message": "Affected Users" "message": "Affected Users"
@@ -1513,7 +1522,7 @@
"message": "An error occurred trying to load the report. Try again" "message": "An error occurred trying to load the report. Try again"
}, },
"billing": { "billing": {
"message": "Billing" "message": "Hóa đơn"
}, },
"accountCredit": { "accountCredit": {
"message": "Account Credit", "message": "Account Credit",
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "Payment Information" "message": "Payment Information"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "Credit Card" "message": "Credit Card"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "Device" "message": "Device"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "Subscription" "message": "Subscription"
}, },
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "Deletion Date" "message": "Deletion Date"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "Expiration Date" "message": "Expiration Date"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "Maximum Access Count" "message": "Maximum Access Count"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "Current Access Count" "message": "Current Access Count"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "Disabled" "message": "Disabled"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "Are you sure you want to remove the password?" "message": "Are you sure you want to remove the password?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "Download File" "message": "Download File"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "编辑项目" "message": "编辑项目"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "例如", "message": "例如",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -627,7 +630,7 @@
"message": "没有可列出的事件。" "message": "没有可列出的事件。"
}, },
"newOrganization": { "newOrganization": {
"message": "新组织" "message": "新组织"
}, },
"noOrganizationsList": { "noOrganizationsList": {
"message": "您没有加入任何组织。同一组织的用户可以安全地与其他用户共享项目。" "message": "您没有加入任何组织。同一组织的用户可以安全地与其他用户共享项目。"
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "警告" "message": "警告"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "导出的密码库数据包含未加密格式。您不应该通过不安全的渠道(例如电子邮件)来存储或发送导出的文件。用完后请立即将其删除。" "message": "导出的密码库数据包含未加密格式。您不应该通过不安全的渠道(例如电子邮件)来存储或发送导出的文件。用完后请立即将其删除。"
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "输入主密码来导出你的密码库数据。" "message": "输入主密码来导出你的密码库数据。"
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "支付信息" "message": "支付信息"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "信用卡" "message": "信用卡"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "设备" "message": "设备"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "更新加密密钥后,您需要登出所有正在使用的 Bitwarden 应用(比如手机版应用或者浏览器扩展)后重新登录。登出失败或者重新登录失败(下载新的加密密钥)可能会导致数据损坏。我们会尝试自动为您登出,但是,可能会有所延迟。" "message": "更新加密密钥后,您需要登出所有正在使用的 Bitwarden 应用(比如手机版应用或者浏览器扩展)后重新登录。登出失败或者重新登录失败(下载新的加密密钥)可能会导致数据损坏。我们会尝试自动为您登出,但是,可能会有所延迟。"
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "订阅" "message": "订阅"
}, },
@@ -3194,7 +3218,7 @@
"message": "企业单点登录SSO" "message": "企业单点登录SSO"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "您现在可以在扩展中关闭此标签并继续。"
}, },
"businessPortal": { "businessPortal": {
"message": "业务门户", "message": "业务门户",
@@ -3237,7 +3261,7 @@
"message": "非所有者或管理员并且已是其他组织成员的组织成员将从您的组织中移除。" "message": "非所有者或管理员并且已是其他组织成员的组织成员将从您的组织中移除。"
}, },
"requireSso": { "requireSso": {
"message": "单点登录验证身份" "message": "单点登录认证"
}, },
"requireSsoPolicyDesc": { "requireSsoPolicyDesc": {
"message": "要求用户使用企业单点登录SSO方式登录。" "message": "要求用户使用企业单点登录SSO方式登录。"
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "删除日期" "message": "删除日期"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "到期日期" "message": "到期日期"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "最大访问次数" "message": "最大访问次数"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "当前访问次数" "message": "当前访问次数"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "已禁用" "message": "已禁用"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "确定移除此密码?" "message": "确定移除此密码?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "所有 Send" "message": "所有 Send"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "搜索 Send", "message": "搜索 Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "下载文件" "message": "下载文件"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "没有可列出的 Send。", "message": "没有可列出的 Send。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }

View File

@@ -347,6 +347,9 @@
"editItem": { "editItem": {
"message": "編輯項目" "message": "編輯項目"
}, },
"viewItem": {
"message": "View Item"
},
"ex": { "ex": {
"message": "例如", "message": "例如",
"description": "Short abbreviation for 'example'." "description": "Short abbreviation for 'example'."
@@ -790,9 +793,15 @@
"warning": { "warning": {
"message": "警告" "message": "警告"
}, },
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
"exportWarningDesc": { "exportWarningDesc": {
"message": "您的密碼將匯出成未加密的. csv 檔案。您不應將它存放或經由未經加密的方式傳送(例如電子郵件)。用完後請立即將它刪除。" "message": "您的密碼將匯出成未加密的. csv 檔案。您不應將它存放或經由未經加密的方式傳送(例如電子郵件)。用完後請立即將它刪除。"
}, },
"encExportWarningDesc": {
"message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file."
},
"exportMasterPassword": { "exportMasterPassword": {
"message": "輸入您的主密碼以匯出密碼庫資料。" "message": "輸入您的主密碼以匯出密碼庫資料。"
}, },
@@ -1659,6 +1668,9 @@
"paymentInformation": { "paymentInformation": {
"message": "付款資訊" "message": "付款資訊"
}, },
"billingInformation": {
"message": "Billing Information"
},
"creditCard": { "creditCard": {
"message": "信用卡" "message": "信用卡"
}, },
@@ -2483,6 +2495,15 @@
} }
} }
}, },
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": { "device": {
"message": "裝置" "message": "裝置"
}, },
@@ -2786,6 +2807,9 @@
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
}, },
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
"subscription": { "subscription": {
"message": "訂閱" "message": "訂閱"
}, },
@@ -3194,7 +3218,7 @@
"message": "Enterprise Single Sign-On" "message": "Enterprise Single Sign-On"
}, },
"ssoHandOff": { "ssoHandOff": {
"message": "You may now close this tab and continue in the extension." "message": "您現在可以關閉此分頁,並且回到擴充套件繼續。"
}, },
"businessPortal": { "businessPortal": {
"message": "Business Portal", "message": "Business Portal",
@@ -3295,15 +3319,35 @@
"deletionDate": { "deletionDate": {
"message": "刪除日期" "message": "刪除日期"
}, },
"deletionDateDesc": {
"message": "The Send will be permanently deleted on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": { "expirationDate": {
"message": "到期日" "message": "到期日"
}, },
"expirationDateDesc": {
"message": "If set, access to this Send will expire on the specified date and time.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": { "maxAccessCount": {
"message": "最大存取次數" "message": "最大存取次數"
}, },
"maxAccessCountDesc": {
"message": "If set, users will no longer be able to access this send once the maximum access count is reached.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": { "currentAccessCount": {
"message": "目前已存取次數" "message": "目前已存取次數"
}, },
"sendPasswordDesc": {
"message": "Optionally require a password for users to access this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Private notes about this Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": { "disabled": {
"message": "已停用" "message": "已停用"
}, },
@@ -3324,9 +3368,22 @@
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "您確定要移除密碼嗎?" "message": "您確定要移除密碼嗎?"
}, },
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": { "allSends": {
"message": "All Sends" "message": "All Sends"
}, },
"maxAccessCountReached": {
"message": "Max access count reached"
},
"pendingDeletion": {
"message": "Pending deletion"
},
"expired": {
"message": "Expired"
},
"searchSends": { "searchSends": {
"message": "Search Sends", "message": "Search Sends",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3346,8 +3403,230 @@
"downloadFile": { "downloadFile": {
"message": "下載檔案" "message": "下載檔案"
}, },
"sendAccessUnavailable": {
"message": "The Send you are trying to access does not exist or is no longer available.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "There are no Sends to list.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "Emergency Access"
},
"emergencyAccessDesc": {
"message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of a emergency. Visit our help page for more information and details into how zero knowledge sharing works."
},
"trustedEmergencyContacts": {
"message": "Trusted emergency contacts"
},
"noTrustedContacts": {
"message": "You have not added any emergency contacts yet, invite a trusted contact to get started."
},
"addEmergencyContact": {
"message": "Add emergency contact"
},
"designatedEmergencyContacts": {
"message": "Designated as emergency contact"
},
"noGrantedAccess": {
"message": "You have not been designated as an emergency contact for anyone yet."
},
"inviteEmergencyContact": {
"message": "Invite emergency contact"
},
"editEmergencyContact": {
"message": "Edit emergency contact"
},
"inviteEmergencyContactDesc": {
"message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"emergencyAccessRecoveryInitiated": {
"message": "Emergency Access Initiated"
},
"emergencyAccessRecoveryApproved": {
"message": "Emergency Access Approved"
},
"viewDesc": {
"message": "Can view all items in your own vault."
},
"takeover": {
"message": "Takeover"
},
"takeoverDesc": {
"message": "Can reset your account with a new master password."
},
"waitTime": {
"message": "Wait Time"
},
"waitTimeDesc": {
"message": "Time required before automatically granting access."
},
"oneDay": {
"message": "1 day"
},
"days": {
"message": "$DAYS$ days",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "Invited user."
},
"acceptEmergencyAccess": {
"message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"emergencyInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask the user to send a new invitation."
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "Request Access"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "Approve"
},
"reject": {
"message": "Reject"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "Emergency access approved."
},
"emergencyRejected": {
"message": "Emergency access rejected"
},
"passwordResetFor": {
"message": "Password reset for $USER$. You can now login using the new password.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "Organization Owners and Administrators are exempt from this policy's enforcement."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "Plan price"
},
"estimatedTax": {
"message": "Estimated tax"
},
"custom": {
"message": "Custom"
},
"customDesc": {
"message": "Allows more granular control of user permissions for advanced configurations."
},
"permissions": {
"message": "Permissions"
},
"accessBusinessPortal": {
"message": "Access Business Portal"
},
"accessEventLogs": {
"message": "Access Event Logs"
},
"accessImportExport": {
"message": "Access Import/Export"
},
"accessReports": {
"message": "Access Reports"
},
"manageAllCollections": {
"message": "Manage All Collections"
},
"manageAssignedCollections": {
"message": "Manage Assigned Collections"
},
"manageGroups": {
"message": "Manage Groups"
},
"managePolicies": {
"message": "Manage Policies"
},
"manageSso": {
"message": "Manage SSO"
},
"manageUsers": {
"message": "Manage Users"
},
"disableRequireSsoError": {
"message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled."
},
"personalOwnershipPolicyInEffect": {
"message": "An organization policy is affecting your ownership options."
},
"personalOwnershipCheckboxDesc": {
"message": "Disable personal ownership for organization users"
},
"textHiddenByDefault": {
"message": "When accessing the Send, hide the text by default",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} }
} }