Autosync the updated translations (#4852)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-24 15:11:14 +01:00 committed by GitHub
parent 47a08e0bc8
commit 7268d272f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
58 changed files with 7332 additions and 430 deletions

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "يمكن أن يساعدك تلميح كلمة المرور الرئيسية في تذكر كلمة المرور الخاصة بك في حال نسيتها."
@ -3532,7 +3532,7 @@
"message": "كلمة المرور الرئيسية ضعيفة"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -697,7 +697,7 @@
"message": "Ana parolun yenidən yazılması lazımdır."
},
"masterPasswordMinlength": {
"message": "Master password must be at least $VALUE$ characters long.",
"message": "Ana parol ən azı $VALUE$ simvol uzunluğunda olmalıdır.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "\"Sirr\"ləri sil"
},
"hardDeleteSecret": {
"message": "Sirri birdəfəlik sil"
},
"hardDeleteSecrets": {
"message": "Sirləri birdəfəlik sil"
},
"secretProjectAssociationDescription": {
"message": "Sirrin əlaqələndiriləcəyi layihələri seçin. Yalnız bu layihələrə müraciəti olan təşkilat istifadəçiləri sirri görə biləcək."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Başlamaq üçün yeni bir sirr əlavə edin və ya daxilə köçürün."
},
"secretsTrashNoItemsMessage": {
"message": "Tullantı qutusunda heç bir sirr yoxdur."
},
"serviceAccountsNoItemsTitle": {
"message": "Göstəriləcək heç nə yoxdur"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "\"Sirr\"lər tullantı qutusuna göndərildi"
},
"hardDeleteSecretConfirmation": {
"message": "Bu sirri birdəfəlik silmək istədiyinizə əminsiniz?"
},
"hardDeleteSecretsConfirmation": {
"message": "Bu sirləri birdəfəlik silmək istədiyinizə əminsiniz?"
},
"hardDeletesSuccessToast": {
"message": "Sirlər birdəfəlik silindi"
},
"serviceAccountCreated": {
"message": "Servis hesabı yaradıldı"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Sirr tullantı qutusuna göndərildi"
},
"hardDeleteSuccessToast": {
"message": "Sirr birdəfəlik silindi"
},
"searchProjects": {
"message": "Layihə axtar"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Son yoxlama"
},
"editDomain": {
"message": "Domenə düzəliş et"
},
"domainFormInvalid": {
"message": "Diqqətinizi tələb edən form xətaları var"
},
@ -6365,7 +6389,7 @@
"message": "Bu istifadəçi \"Secrets Manager Beta\"ya müraciət edə bilər"
},
"important": {
"message": "Important:"
"message": "Vacib:"
},
"viewAll": {
"message": "Hamısına bax"
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Daxilə köçürmə faylını oxumağa çalışarkən xəta baş verdi"
},
"createSecret": {
"message": "Bir sirr yarat"
},
"createProject": {
"message": "Bir layihə yarat"
},
"createServiceAccount": {
"message": "Bir xidmət hesabı yarat"
},
"downloadThe": {
"message": "Endir",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "\"Sirr\"ləri daxilə köçür"
},
"getStarted": {
"message": "Başla"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ tamamlandı",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "\"Sirr\"i bərpa et"
},
"restoreSecrets": {
"message": "\"Sirr\"ləri bərpa et"
},
"restoreSecretPrompt": {
"message": "Bu sirri bərpa etmək istədiyinizə əminsiniz?"
},
"restoreSecretsPrompt": {
"message": "Bu sirləri bərpa etmək istədiyinizə əminsiniz?"
},
"secretRestoredSuccessToast": {
"message": "Sirr bərpa olundu"
},
"secretsRestoredSuccessToast": {
"message": "Sirlər bərpa olundu"
},
"selectionIsRequired": {
"message": "Seçim tələb olunur."
},
"secretsManagerSubscriptionDesc": {
"message": "Beta proqramı əsnasında \"Secret Manager\"ə təşkilat müraciətini ödənişsiz işə salın. İstifadəçilərə, Üzvlərdə Betaya müraciət icazəsi verilə bilər."
},
"secretsManagerEnable": {
"message": "\"Secrets Manager Beta\"nı fəallaşdır"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Выдаліць сакрэты"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Выберыце праекты з якімі будзе звязаны сакрэт. Толькі карыстальнікі арганізацыі з доступам да гэтых праектаў змогуць бачыць сакрэт."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Каб пачаць, дадайце новы сакрэт або імпартуйце сакрэты."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Адсутнічаюць элементы для паказу"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Сакрэты адпраўлены ў сметніцу"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Сэрвісныя ўліковыя запісы створаны"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Сакрэт адпраўлены ў сметніцу"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Шукаць праекты"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Изтриване на тайните"
},
"hardDeleteSecret": {
"message": "Окончателно изтриване на тайната"
},
"hardDeleteSecrets": {
"message": "Окончателно изтриване на тайните"
},
"secretProjectAssociationDescription": {
"message": "Изберете проектите, с които ще бъде свързана тази тайна. Само потребителите в организацията, които имат достъп до тези проекти, ще могат да виждат тайната."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "За да започнете, добавете нова тайна или внесете тайни."
},
"secretsTrashNoItemsMessage": {
"message": "Няма тайни в кошчето."
},
"serviceAccountsNoItemsTitle": {
"message": "Все още няма нищо за показване"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Тайните са преместени в кошчето"
},
"hardDeleteSecretConfirmation": {
"message": "Наистина ли искате да изтриете тайната окончателно?"
},
"hardDeleteSecretsConfirmation": {
"message": "Наистина ли искате да изтриете тайните окончателно?"
},
"hardDeletesSuccessToast": {
"message": "Тайните са изтрити окончателно"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Тайната е изтрита окончателно"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Последна проверка"
},
"editDomain": {
"message": "Редактиране на домейна"
},
"domainFormInvalid": {
"message": "Във формуляра има грешки, които трябва да погледнете"
},
@ -6365,7 +6389,7 @@
"message": "Този потребител има достъп до Управлението на тайни (Бета)"
},
"important": {
"message": "Important:"
"message": "Важно:"
},
"viewAll": {
"message": "Показване на всички"
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Възникна грешка при опита за четене на файла за внасяне"
},
"createSecret": {
"message": "Създаване на тайна"
},
"createProject": {
"message": "Създаване на проект"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Сваляне на",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Клиент за команден ред за управление на тайни"
},
"importSecrets": {
"message": "Внасяне на тайни"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "Завършено: $COMPLETED$/$TOTAL$",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Възстановяване на тайната"
},
"restoreSecrets": {
"message": "Възстановяване на тайните"
},
"restoreSecretPrompt": {
"message": "Наистина ли искате да възстановите тайната?"
},
"restoreSecretsPrompt": {
"message": "Наистина ли искате да възстановите тайните?"
},
"secretRestoredSuccessToast": {
"message": "Тайната е възстановена"
},
"secretsRestoredSuccessToast": {
"message": "Тайните са възстановени"
},
"selectionIsRequired": {
"message": "Изборът е задължителен."
},
"secretsManagerSubscriptionDesc": {
"message": "Включете достъпа на организацията до Управлението на пароли, безплатно по време на периода на бета-версията. Потребителите могат да получат достъп до бета-версията в настройките за Членовете."
},
"secretsManagerEnable": {
"message": "Включване на управлението на тайни (Бета)"
},
"checkForBreaches": {
"message": "Проверяване в известните случаи на изтекли данни за тази парола"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Разпозната е слаба парола, която присъства в известен случай на изтекли данни. Използвайте силна и уникална парола, за да защитите данните си. Наистина ли искате да използвате тази парола?"
},
"characterMinimum": {
"message": "Минимум $LENGTH$ знака",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Главната парола трябва да е дълга поне $LENGTH$ знака.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -697,7 +697,7 @@
"message": "Cal tornar a escriure la contrasenya mestra."
},
"masterPasswordMinlength": {
"message": "Master password must be at least $VALUE$ characters long.",
"message": "La contrasenya mestra ha de contenir almenys $VALUE$ caràcters.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Suprimeix els secrets"
},
"hardDeleteSecret": {
"message": "Suprimeix definitivament el secret"
},
"hardDeleteSecrets": {
"message": "Suprimeix definitivament els secrets"
},
"secretProjectAssociationDescription": {
"message": "Selecciona los proyectos a los que se asociará el secreto. Sólo los usuarios de la organización con acceso a estos proyectos podrán verlo."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Per començar, afig un secret nou o importa secrets."
},
"secretsTrashNoItemsMessage": {
"message": "No hi ha secrets a la paperera."
},
"serviceAccountsNoItemsTitle": {
"message": "Encara no hi ha res a mostrar"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets enviats a la paperera"
},
"hardDeleteSecretConfirmation": {
"message": "Esteu segur que voleu suprimir definitivament aquest secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Esteu segur que voleu suprimir definitivament aquests secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets suprimits definitivament"
},
"serviceAccountCreated": {
"message": "Compte de servei creat"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "S'ha enviat el secret a la paperera"
},
"hardDeleteSuccessToast": {
"message": "Secret suprimit definitivament"
},
"searchProjects": {
"message": "Cerca projectes"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Última comprovació"
},
"editDomain": {
"message": "Editar el domini"
},
"domainFormInvalid": {
"message": "Hi ha errors de forma que necessiten la vostra atenció"
},
@ -6368,10 +6392,10 @@
"message": "Important:"
},
"viewAll": {
"message": "View all"
"message": "Mostra-ho tot"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"message": "S'estan mostrant $PORTION$ de $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "S'ha produït un error en intentar llegir el fitxer d'importació"
},
"createSecret": {
"message": "Crea un secret"
},
"createProject": {
"message": "Crea un projecte"
},
"createServiceAccount": {
"message": "Crea un compte de servei"
},
"downloadThe": {
"message": "Baixa el",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Administrador de secrets CLI"
},
"importSecrets": {
"message": "Importa secrets"
},
"getStarted": {
"message": "Comencem"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Completat",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restaura secret"
},
"restoreSecrets": {
"message": "Restaura secrets"
},
"restoreSecretPrompt": {
"message": "Esteu segur que voleu restaurar aquest secret?"
},
"restoreSecretsPrompt": {
"message": "Esteu segur que voleu restaurar aquests secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restaurat"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restaurats"
},
"selectionIsRequired": {
"message": "La selecció és necessària."
},
"secretsManagerSubscriptionDesc": {
"message": "Activeu laccés a lorganització al Gestor de secrets sense cap càrrec durant el programa beta. Els usuaris poden rebre accés a la beta en membres."
},
"secretsManagerEnable": {
"message": "Habilita l'administrador de secrets Beta"
},
"checkForBreaches": {
"message": "Comproveu les filtracions de dades conegudes per a aquesta contrasenya"
},
"exposedMasterPassword": {
"message": "Contrasenya mestra exposada"
},
"exposedMasterPasswordDesc": {
"message": "S'ha trobat la contrasenya en una filtració de dades. Utilitzeu una contrasenya única per protegir el vostre compte. Esteu segur que voleu utilitzar una contrasenya exposada?"
},
"weakAndExposedMasterPassword": {
"message": "Contrasenya mestra exposada i poc segura"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Contrasenya feble identificada i trobada en una filtració de dades. Utilitzeu una contrasenya única i segura per protegir el vostre compte. Esteu segur que voleu utilitzar aquesta contrasenya?"
},
"characterMinimum": {
"message": "$LENGTH$ caràcters mínim",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "La contrasenya mestra ha de tenir almenys $LENGTH$ caràcters.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "Hovedadgangskoden er den adgangskode, du bruger, når du tilgår din boks. Det er meget vigtigt, at hovedadgangskoden ikke glemmes, da der ikke er nogen måde, hvorpå den kan genoprettes."
},
"masterPassImportant": {
"message": "Hovedadgangskoder kan ikke gendannes, hvis de glemmes!"
"message": "Hovedadgangskoder kan ikke gendannes, hvis du glemmer dem!"
},
"masterPassHintDesc": {
"message": "Et hovedadgangskodetip kan bidrage til at komme i tanke om adgangskoden, hvis den glemmes."
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Slet hemmeligheder"
},
"hardDeleteSecret": {
"message": "Slet hemmelighed permanent"
},
"hardDeleteSecrets": {
"message": "Slet hemmeligheder permanent"
},
"secretProjectAssociationDescription": {
"message": "Vælg projekter, som hemmeligheden vil blive tilknyttet. Den vil kun kunne ses af organisationsbrugere med adgang til disse projekter."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Tilføj en ny hemmelighed eller importér hemmeligheder for at komme i gang."
},
"secretsTrashNoItemsMessage": {
"message": "Der er ingen hemmeligheder i papirkurven."
},
"serviceAccountsNoItemsTitle": {
"message": "Intet at vise endnu"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Hemmelighed sendt til papirkurv"
},
"hardDeleteSecretConfirmation": {
"message": "Sikker på, at denne hemmelighed skal slettes permanent?"
},
"hardDeleteSecretsConfirmation": {
"message": "Sikker på, at disse hemmeligheder skal slettes permanent?"
},
"hardDeletesSuccessToast": {
"message": "Hemmeligheder slettet permanent"
},
"serviceAccountCreated": {
"message": "Tjenestekonto oprettet"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Hemmelighed sendt til papirkurv"
},
"hardDeleteSuccessToast": {
"message": "Hemmelighed slettet permanent"
},
"searchProjects": {
"message": "Søg i projekter"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Senest tjekket"
},
"editDomain": {
"message": "Redigér domæne"
},
"domainFormInvalid": {
"message": "Der fndes formularfejl, som kræver håndtering"
},
@ -6368,10 +6392,10 @@
"message": "Vigtigt:"
},
"viewAll": {
"message": "View all"
"message": "Vis alle"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"message": "Viser $PORTION$ af $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "En fejl opstod under forsøget på at læse importfilen"
},
"createSecret": {
"message": "Opret en hemmelighed"
},
"createProject": {
"message": "Opret et projekt"
},
"createServiceAccount": {
"message": "Opret en tjenestekonto"
},
"downloadThe": {
"message": "Download",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Importér hemmeligheder"
},
"getStarted": {
"message": "Komme i gang"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Færdig(e)",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Gendan hemmelighed"
},
"restoreSecrets": {
"message": "Gendan hemmeligheder"
},
"restoreSecretPrompt": {
"message": "Sikker på, at denne hemmelighed skal gendannes?"
},
"restoreSecretsPrompt": {
"message": "Sikker på, at disse hemmeligheder skal gendannes?"
},
"secretRestoredSuccessToast": {
"message": "Hemmelighed gendannet"
},
"secretsRestoredSuccessToast": {
"message": "Hemmeligheder gendannet"
},
"selectionIsRequired": {
"message": "Valg er obligatorisk."
},
"secretsManagerSubscriptionDesc": {
"message": "Slå organisationsadgang til Secrets Manager til uden beregning under Beta-programmet. Brugere kan få adgang til Beta under Medlemmer."
},
"secretsManagerEnable": {
"message": "Aktivér Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Tjek kendte datalæk for denne adgangskode"
},
"exposedMasterPassword": {
"message": "Kompromitteret hovedadgangskode"
},
"exposedMasterPasswordDesc": {
"message": "Adgangskode fundet i datalæk. Brug en unik adgangskode til kontobeskyttelse. Sikker på, at den kompromitterede adgangskode skal benyttes?"
},
"weakAndExposedMasterPassword": {
"message": "Svag og kompromitteret hovedadgangskode"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Svag adgangskode identificeret og fundet i datalæk. Brug en unik adgangskode til kontobeskyttelse. Sikker på, at at denne adgangskode skal bruges?"
},
"characterMinimum": {
"message": "Minimum $LENGTH$ tegn",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Hovedadgangskode skal udgøre minimum $LENGTH$ tegn.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -697,7 +697,7 @@
"message": "Erneute Eingabe des Master-Passworts ist erforderlich."
},
"masterPasswordMinlength": {
"message": "Master password must be at least $VALUE$ characters long.",
"message": "Das Master-Passwort muss mindestens $VALUE$ Zeichen lang sein.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@ -1394,7 +1394,7 @@
"message": "Verwende die folgenden Optionen, um Zwei-Faktor-Authentifizierung über Duo zu erzwingen."
},
"twoStepLoginOrganizationSsoDesc": {
"message": "Wenn SSO eingerichtet oder dies geplant ist, wird die Zwei-Faktor-Authentifizierung möglicherweise bereits über den Identity Provider erzwungen."
"message": "Wenn SSO eingerichtet oder dies geplant ist, wird die Zwei-Faktor-Authentifizierung möglicherweise bereits über den Identitätsanbieter erzwungen."
},
"twoStepLoginRecoveryWarning": {
"message": "Durch die Aktivierung der Zwei-Faktor-Authentifizierung könnten Sie sich dauerhaft aus Ihrem Bitwarden-Konto aussperren. Ein Wiederherstellungscode ermöglicht es Ihnen, auf Ihr Konto zuzugreifen, falls Sie Ihren normalen Zwei-Faktor-Anbieter nicht mehr verwenden können (z.B. wenn Sie Ihr Gerät verlieren). Der Bitwarden-Support kann Ihnen nicht helfen, wenn Sie den Zugang zu Ihrem Konto verlieren. Wir empfehlen Ihnen, den Wiederherstellungscode aufzuschreiben oder auszudrucken und an einem sicheren Ort aufzubewahren."
@ -2523,7 +2523,7 @@
"message": "Mitglied bearbeiten"
},
"fieldOnTabRequiresAttention": {
"message": "Ein Feld auf der Registerkarte '$TAB$' erfordert deine Aufmerksamkeit.",
"message": "Ein Feld auf dem '$TAB$'-Tab erfordert deine Aufmerksamkeit.",
"placeholders": {
"tab": {
"content": "$1",
@ -4457,7 +4457,7 @@
"message": "WebAuthn wird in diesem Browser nicht unterstützt."
},
"webAuthnSuccess": {
"message": "<strong>WebAuthn erfolgreich verifiziert!</strong><br>Sie können diesen Tab nun schließen."
"message": "WebAuthn erfolgreich verifiziert! Du kannst diesen Tab nun schließen."
},
"hintEqualsPassword": {
"message": "Dein Passwort-Hinweis darf nicht identisch mit deinem Passwort sein."
@ -4798,7 +4798,7 @@
"message": "Dein Master-Passwort wurde kürzlich von einem Administrator deiner Organisation geändert. Um auf den Tresor zuzugreifen, musst du dein Master-Passwort jetzt aktualisieren. Wenn Du fortfährst, wirst du aus der aktuellen Sitzung abgemeldet und eine erneute Anmeldung ist erforderlich. Aktive Sitzungen auf anderen Geräten können bis zu einer Stunde weiterhin aktiv bleiben."
},
"masterPasswordInvalidWarning": {
"message": "Ihr Master-Passwort erfüllt nicht die Anforderungen dieser Organisation. Um der Organisation beizutreten, müssen Sie Ihr Master-Passwort jetzt aktualisieren. Ein Fortfahren wird Ihre aktuelle Sitzung abmelden. Danach müssen Sie sich wieder anmelden. Aktive Sitzungen auf anderen Geräten können bis zu einer Stunde weiterhin aktiv bleiben."
"message": "Dein Master-Passwort entspricht nicht den Anforderungen der Richtlinie dieser Organisation. Um der Organisation beizutreten, musst du dein Master-Passwort jetzt aktualisieren. Ein Fortfahren wird deine aktuelle Sitzung abmelden. Danach musst du dich wieder anmelden. Aktive Sitzungen auf anderen Geräten können weiterhin bis zu einer Stunde aktiv bleiben."
},
"maximumVaultTimeout": {
"message": "Tresor-Timeout"
@ -5276,7 +5276,7 @@
"message": "Entfernt (Warte auf Synchronisation)"
},
"requested": {
"message": "Beantragt"
"message": "Angefragt"
},
"formErrorSummaryPlural": {
"message": "$COUNT$ Felder oben müssen beachtet werden.",
@ -5327,13 +5327,13 @@
"message": "Deine Sitzung ist abgelaufen. Bitte gehe zurück und versuche dich erneut einzuloggen."
},
"exportingPersonalVaultTitle": {
"message": "Persönlichen Tresor exportieren"
"message": "Einzelnen Tresor exportieren"
},
"exportingOrganizationVaultTitle": {
"message": "Tresor der Organisation exportieren"
},
"exportingPersonalVaultDescription": {
"message": "Nur die persönlichen Tresoreinträge, die mit $EMAIL$ verbunden sind, werden exportiert. Tresoreinträge der Organisation werden nicht berücksichtigt.",
"message": "Es werden nur einzelne Tresor-Einträge exportiert, die mit $EMAIL$ verbunden sind. Tresor-Einträge der Organisation werden nicht berücksichtigt. Es werden nur Informationen der Tresor-Einträge exportiert. Diese enthalten nicht den zugehörigen Passwortverlauf oder Anhänge.",
"placeholders": {
"email": {
"content": "$1",
@ -5342,7 +5342,7 @@
}
},
"exportingOrganizationVaultDescription": {
"message": "Nur der mit $ORGANIZATION$ verbundene Tresor der Organisation wird exportiert. Persönliche Tresoreinträge und Einträge anderer Organisationen werden nicht berücksichtigt.",
"message": "Nur der mit $ORGANIZATION$ verbundene Tresor der Organisation wird exportiert. Einzelne Tresor-Einträge und Einträge anderer Organisationen werden nicht berücksichtigt.",
"placeholders": {
"organization": {
"content": "$1",
@ -5560,7 +5560,7 @@
"description": "the text, 'SCIM' and 'API', are acronymns and should not be translated."
},
"scimSettingsSaved": {
"message": "Alle SCIM Einstellungen wurden erfolgreich gespeichert",
"message": "SCIM Einstellungen gespeichert",
"description": "the text, 'SCIM', is an acronymn and should not be translated."
},
"inputRequired": {
@ -5651,7 +5651,7 @@
"message": "Avatar aktualisiert"
},
"brightBlue": {
"message": "Leuchtendes Blau"
"message": "Hellblau"
},
"green": {
"message": "Grün"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Geheimnisse löschen"
},
"hardDeleteSecret": {
"message": "Geheimnis dauerhaft löschen"
},
"hardDeleteSecrets": {
"message": "Geheimnisse dauerhaft löschen"
},
"secretProjectAssociationDescription": {
"message": "Wähle Projekte aus, denen das Geheimnis zugeordnet werden soll. Nur Organisationsbenutzer mit Zugriff auf diese Projekte können das Geheimnis sehen."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Um loszulegen, füge ein neues Geheimnis hinzu oder importiere Geheimnisse."
},
"secretsTrashNoItemsMessage": {
"message": "Es gibt keine Geheimnisse im Papierkorb."
},
"serviceAccountsNoItemsTitle": {
"message": "Hier gibt es noch nichts"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Geheimnisse in Papierkorb verschoben"
},
"hardDeleteSecretConfirmation": {
"message": "Bist du sicher, dass du dieses Geheimnis dauerhaft löschen möchtest?"
},
"hardDeleteSecretsConfirmation": {
"message": "Bist du sicher, dass du diese Geheimnisse dauerhaft löschen möchtest?"
},
"hardDeletesSuccessToast": {
"message": "Geheimnisse dauerhaft gelöscht"
},
"serviceAccountCreated": {
"message": "Dienstkonto erstellt"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Geheimnis in Papierkorb verschoben"
},
"hardDeleteSuccessToast": {
"message": "Geheimnis dauerhaft gelöscht"
},
"searchProjects": {
"message": "Projekte durchsuchen"
},
@ -5978,7 +5999,7 @@
"message": "Mitglied"
},
"update": {
"message": "Aktualisierung"
"message": "Aktualisieren"
},
"plusNMore": {
"message": "+ $QUANTITY$ mehr",
@ -6050,7 +6071,7 @@
"message": "Diese Gruppe darf auf alle Einträge zugreifen und diese ändern."
},
"memberAccessAll": {
"message": "Dieses Mitglied darf auf alle Elemente zugreifen und diese ändern."
"message": "Dieses Mitglied darf auf alle Einträge zugreifen und diese ändern."
},
"domainVerification": {
"message": "Domain-Verifizierung"
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Zuletzt überprüft"
},
"editDomain": {
"message": "Domain bearbeiten"
},
"domainFormInvalid": {
"message": "Es gibt Formularfehler, die deine Aufmerksamkeit benötigen"
},
@ -6365,7 +6389,7 @@
"message": "Dieser Benutzer kann auf die Secrets Manager Beta zugreifen"
},
"important": {
"message": "Important:"
"message": "Wichtig:"
},
"viewAll": {
"message": "Alles anzeigen"
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Beim Lesen der Importdatei ist ein Fehler aufgetreten"
},
"createSecret": {
"message": "Ein Geheimnis erstellen"
},
"createProject": {
"message": "Ein Projekt erstellen"
},
"createServiceAccount": {
"message": "Ein Dienstkonto erstellen"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Geheimnisse importieren"
},
"getStarted": {
"message": "Loslegen"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ abgeschlossen",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Geheimnis wiederherstellen"
},
"restoreSecrets": {
"message": "Geheimnisse wiederherstellen"
},
"restoreSecretPrompt": {
"message": "Bist du sicher, dass du dieses Geheimnis wiederherstellen möchtest?"
},
"restoreSecretsPrompt": {
"message": "Bist du sicher, dass du diese Geheimnisse wiederherstellen möchtest?"
},
"secretRestoredSuccessToast": {
"message": "Geheimnis wiederhergestellt"
},
"secretsRestoredSuccessToast": {
"message": "Geheimnisse wiederhergestellt"
},
"selectionIsRequired": {
"message": "Auswahl ist erforderlich."
},
"secretsManagerSubscriptionDesc": {
"message": "Aktiviere den Organisationszugriff auf den Secrets Manager kostenlos während des Beta-Programms. Benutzer können in \"Mitglieder\" Zugriff auf die Beta erhalten."
},
"secretsManagerEnable": {
"message": "Secrets Manager Beta aktivieren"
},
"checkForBreaches": {
"message": "Bekannte Datendiebstähle auf dieses Passwort überprüfen"
},
"exposedMasterPassword": {
"message": "Kompromittiertes Master-Passwort"
},
"exposedMasterPasswordDesc": {
"message": "Passwort in einem Datendiebstahl gefunden. Verwende ein einzigartiges Passwort, um dein Konto zu schützen. Bist du sicher, dass du ein kompromittiertes Passwort verwenden möchtest?"
},
"weakAndExposedMasterPassword": {
"message": "Schwaches und kompromittiertes Master-Passwort"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Schwaches Passwort erkannt und in einem Datendiebstahl gefunden. Verwende ein starkes und einzigartiges Passwort, um dein Konto zu schützen. Bist du sicher, dass du dieses Passwort verwenden möchtest?"
},
"characterMinimum": {
"message": "Mindestens $LENGTH$ Zeichen",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Das Master-Passwort muss mindestens $LENGTH$ Zeichen lang sein.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "Ο κύριος κωδικός είναι ο κωδικός που χρησιμοποιείτε για την πρόσβαση στο vault σας. Είναι πολύ σημαντικό να μην ξεχάσετε τον κύριο κωδικό. Δεν υπάρχει τρόπος να τον ανακτήσετε σε περίπτωση που τον ξεχάσετε."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "Η υπόδειξη του κύριου κωδικού μπορεί να σας βοηθήσει να θυμηθείτε τον κωδικό σας, σε περίπτωση που τον ξεχάσετε."
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organisation users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Eliminar secretos"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Seleccione los proyectos con los que se asociará el secreto. Sólo los usuarios de la organización con acceso a estos proyectos podrán ver el secreto."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Para empezar, añade un nuevo secreto o importa secretos."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nada que mostrar aún"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secretos enviados a la papelera"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Cuenta de servicio creada"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secreto enviado a la papelera"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Buscar proyectos"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Última vez revisado"
},
"editDomain": {
"message": "Editar dominio"
},
"domainFormInvalid": {
"message": "Hay errores de formulario que necesitan su atención"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Ocurrió un error al intentar leer el archivo importado"
},
"createSecret": {
"message": "Crear un secreto"
},
"createProject": {
"message": "Crear un proyecto"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Descargar el",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Administrador de secretos CLI"
},
"importSecrets": {
"message": "Importar secretos"
},
"getStarted": {
"message": "Empezar"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Debe seleccionar una opción."
},
"secretsManagerSubscriptionDesc": {
"message": "Activar el acceso de la organización al Administrador de Secretos sin coste alguno durante el programa Beta. Los usuarios pueden tener acceso a la Beta de los Miembros."
},
"secretsManagerEnable": {
"message": "Habilitar Administrador Secrets Beta"
},
"checkForBreaches": {
"message": "Comprobar filtración de datos conocidas para esta contraseña"
},
"exposedMasterPassword": {
"message": "Contraseña maestra comprometida"
},
"exposedMasterPasswordDesc": {
"message": "Contraseña encontrada en una filtración de datos. Utilice una contraseña única para proteger su cuenta. ¿Está seguro de que desea utilizar una contraseña comprometida?"
},
"weakAndExposedMasterPassword": {
"message": "Contraseña maestra débil y comprometida"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Contraseña débil encontrada en una filtración de datos. Utilice una contraseña única para proteger su cuenta. ¿Está seguro de que desea utilizar una contraseña comprometida?"
},
"characterMinimum": {
"message": "$LENGTH$ caracteres mínimo",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "La contraseña maestra debe tener al menos $LENGTH$ caracteres.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Ezabatu sekretuak"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Hasteko, sortu edo inportatu sekretu berri bat."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Sekretua zakarrontzira bidalita"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Sekretua zakarrontzira bidalia"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "حذف رازها"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "پروژه هایی را انتخاب کنید که راز با آن‌ها مرتبط باشد. فقط کاربران سازمانی که به این پروژه ها دسترسی دارند می‌توانند این راز را ببینند."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "برای شروع، یک راز جدید اضافه کنید یا رازها را درون ریزی کنید."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "هنوز چیزی برای نشان دادن موجود نیست"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "رازهای به زباله‌ها فرستاده شد"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "سرویس حساب ساخته شد"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "راز به سطل زباله فرستاده شد"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "جستجوی پروژه‌ها"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -697,7 +697,7 @@
"message": "Pääsalasanan uudelleensyöttö vaaditaan."
},
"masterPasswordMinlength": {
"message": "Master password must be at least $VALUE$ characters long.",
"message": "Pääsalasanan tulee sisältää vähintään $VALUE$ merkkiä.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@ -756,7 +756,7 @@
"message": "Ei näytettäviä kohteita."
},
"noPermissionToViewAllCollectionItems": {
"message": "Sinulla ei ole kokoelman kaikkien kohteiden tarkastelun sallivaa käyttöoikeutta."
"message": "Sinulla ei ole kokoelman kaikkien kohteiden tarkastelun sallivia käyttöoikeuksia."
},
"noCollectionsInList": {
"message": "Ei näytettäviä kokoelmia."
@ -903,7 +903,7 @@
"message": "Valitse organisaatio, jolle haluat siirtää kohteet. Tämä siirtää kohteet organisaation omistukseen, etkä tämän jälkeen ole enää niiden suora omistaja."
},
"collectionsDesc": {
"message": "Muokkaa kokoelmia, joihin tämä kohde on jaettu. Kohteen näkevät vain ne organisaation käyttäjät, joilla on käyttöoikeus näihin kokoelmiin."
"message": "Muokkaa kokoelmia, joihin tämä kohde on jaettu. Kohteen näkevät vain ne organisaation käyttäjät, joilla on käyttöoikeudet näihin kokoelmiin."
},
"deleteSelectedItemsDesc": {
"message": "$COUNT$ kohde(tta) siirretään roskakoriin.",
@ -1187,7 +1187,7 @@
"message": "Vaaravyöhyke"
},
"dangerZoneDesc": {
"message": "Ole varovainen, näiden toimintojen peruminen ei ole mahdollista!"
"message": "Ole varovainen, nämä toiminnot eivät ole peruttavissa!"
},
"deauthorizeSessions": {
"message": "Mitätöi kaikki istunnot"
@ -1394,7 +1394,7 @@
"message": "Pakottaaksesi kaksivaiheisen kirjautumisen Duon välityksellä, käytä alla olevia valintoja."
},
"twoStepLoginOrganizationSsoDesc": {
"message": "Jos olet määrittänyt SSO:n tai aiot määrittää sen, on kaksivaiheinen kirjautuminen saatettu jo pakottaa identiteettitoimittajasi kautta."
"message": "Jos olet määrittänyt kertakirjautumisen tai aiot määrittää sen, on kaksivaiheinen kirjautuminen saatettu jo pakottaa identiteettitoimittajasi kautta."
},
"twoStepLoginRecoveryWarning": {
"message": "Kaksivaiheisen kirjautumisen käyttöönotto voi lukita sinut ulos Bitwarden-tililtäsi pysyvästi. Palautuskoodi mahdollistaa pääsyn tilillesi myös silloin, kun et voi käyttää normaaleja kaksivaiheisen kirjautumisen todentajiasi (esim. kadotat todennuslaitteesi tai se varastetaan). Bitwardenin asiakaspalvelukaan ei voi auttaa sinua, jos menetät pääsyn tillesi. Suosittelemme, että kirjoitat palautuskoodin muistiin tai tulostat sen ja säilytät sitä turvallisessa paikassa (esim. kassakaapissa tai pankin tallelokerossa)."
@ -1413,7 +1413,7 @@
"message": "Käytössä"
},
"restoreAccess": {
"message": "Palauta käyttöoikeus"
"message": "Palauta käyttöoikeudet"
},
"premium": {
"message": "Premium",
@ -1429,7 +1429,7 @@
"message": "Tämä ominaisuus edellyttää Premium-jäsenyyttä."
},
"youHavePremiumAccess": {
"message": "Sinulla on Premium-käyttöoikeus"
"message": "Sinulla on Premium-käyttöoikeudet"
},
"alreadyPremiumFromOrg": {
"message": "Premium-ominaisuudet ovat jo käytettävissäsi johtuen organisaatiosta, jonka jäsen olet."
@ -1441,7 +1441,7 @@
"message": "Poista käytöstä"
},
"revokeAccess": {
"message": "Peru käyttöoikeus"
"message": "Mitätöi käyttöoikeudet"
},
"twoStepLoginProviderEnabled": {
"message": "Tämä kaksivaiheisen kirjautumisen todentaja on määritetty tilillesi."
@ -1471,7 +1471,7 @@
"message": "Näitä sovelluksia suositellaan, mutta myös muut todennussovellukset toimivat."
},
"twoStepAuthenticatorScanCode": {
"message": "Skannaa tämä QR-koodi todennussovelluksellasi"
"message": "Lue tämä QR-koodi todennussovelluksellasi"
},
"key": {
"message": "Avain"
@ -1929,10 +1929,10 @@
"message": "Laajennukset"
},
"premiumAccess": {
"message": "Premium-käyttöoikeus"
"message": "Premium-käyttöoikeudet"
},
"premiumAccessDesc": {
"message": "Voit lisätä Premium-käyttöoikeuden kaikille organisaatiosi jäsenille hintaan $PRICE$/$INTERVAL$.",
"message": "Voit lisätä Premium-käyttöoikeudet organisaatiosi kaikille jäsenille hintaan $PRICE$/$INTERVAL$.",
"placeholders": {
"price": {
"content": "$1",
@ -2026,7 +2026,7 @@
"message": "Odottaa irtisanomista"
},
"subscriptionPendingCanceled": {
"message": "Tilaus on merkitty päättymään kuluvan laskutuskauden lopussa."
"message": "Tilaus on irtisanottu päättymään kuluvan laskutuskauden lopussa."
},
"reinstateSubscription": {
"message": "Palauta tilaus voimaan"
@ -2343,7 +2343,7 @@
"message": "Suoritus omassa palvelinympäristössä (valinnainen)"
},
"usersGetPremium": {
"message": "Käyttäjät saavat Premium-ominaisuuksien käyttöoikeuden"
"message": "Käyttäjät saavat käyttöoikeudet Premium-ominaisuuksiin"
},
"controlAccessWithGroups": {
"message": "Hallinnoi käyttäjien oikeuksia ryhmillä"
@ -2475,10 +2475,10 @@
"message": "Haluatko varmasti poistaa käyttäjän?"
},
"removeOrgUserConfirmation": {
"message": "Poisteltulla jäsenellä ei ole enää organisaation tietojen käyttöoikeutta, eikä poiston peruminen ole mahdollista. Jos jäsen halutaan palauttaa organisaatioon, hänet on kutsuttava ja määritettävä uudelleen."
"message": "Poisteltulla jäsenellä ei ole enää käyttöoikeuksia organisaation tietoihin, eikä poistoa ole mahdollista perua. Jos jäsen halutaan palauttaa organisaatioon, hänet on kutsuttava ja määritettävä uudelleen."
},
"revokeUserConfirmation": {
"message": "Perutulla jäsenellä ei ole enää organisaation tietojen käyttöoikeutta. Käyttöoikeus voidaan palauttaa nopeasti Perutut-välilehdeltä."
"message": "Mitätöidyllä jäsenellä ei ole enää käyttöoikeutta organisaation tietoihin. Oikeudet voidaan palauttaa nopeasti Mitätöidyt-välilehdeltä."
},
"removeUserConfirmationKeyConnector": {
"message": "Varoitus! Käyttäjä tarvitsee salauksensa hallintaan Key Connectoria. Käyttäjän poisto organisaatiosta poistaa hänen tilinsä käytöstä pysyvästi. Toimenpide on pysyvä, eikä sen peruminen ole mahdollista. Haluatko jatkaa?"
@ -2493,13 +2493,13 @@
"message": "Sijoita kokoelma seuraavan alle:"
},
"accessControl": {
"message": "Käyttöoikeuden laajuus"
"message": "Käyttöoikeuksien laajuus"
},
"groupAccessAllItems": {
"message": "Tällä ryhmällä on käyttö- ja muokkausoikeudet kaikkiin kohteisiin."
},
"groupAccessSelectedCollections": {
"message": "Ryhmällä on vain valittujen kokoelmien käyttöoikeus."
"message": "Ryhmällä on käyttöoikeudet vain valittuihin kokoelmiin."
},
"readOnly": {
"message": "Vain luku"
@ -2550,7 +2550,7 @@
"message": "Käyttäjällä on käyttö- ja muokkausoikeus kaikkiin kohteisiin."
},
"userAccessSelectedCollections": {
"message": "Käyttäjällä on vain valittujen kokoelmien käyttöoikeus."
"message": "Käyttäjällä on käyttöoikeudet vain valittuihin kokoelmiin."
},
"search": {
"message": "Etsi"
@ -2571,7 +2571,7 @@
"message": "Omistaja"
},
"ownerDesc": {
"message": "Hallitse organisaatiotasi kokonaisvaltaisesti, laskutus ja tilaukset mukaan lukien"
"message": "Hallitse organisaatiotasi kokonaisvaltaisesti, laskutus ja tilaukset mukaan lukien."
},
"clientOwnerDesc": {
"message": "Tämän käyttäjän on oltava toimittajariippumaton. Jos toimittajan yhteys organisaatioon katkaistaan, säilyttää tämä käyttäjä organisaation omistajuuden."
@ -2580,19 +2580,19 @@
"message": "Ylläpitäjä"
},
"adminDesc": {
"message": "Hallitse organisaation käyttöoikeuksia, kaikkia kokoelmia, jäseniä, raportointia ja suojausasetuksia"
"message": "Hallitse organisaation käyttöoikeuksia, kaikkia kokoelmia, jäseniä, raportointia ja suojausasetuksia."
},
"user": {
"message": "Käyttäjä"
},
"userDesc": {
"message": "Käytä ja lisää määritettyjen kokoelmien kohteita"
"message": "Käytä ja lisää määritettyjen kokoelmien kohteita."
},
"manager": {
"message": "Valvoja"
},
"managerDesc": {
"message": "Luo, poista ja hallitse määritettyjen kokoelmien käyttöoikeuksia"
"message": "Luo, poista ja hallitse määritettyjen kokoelmien käyttöoikeuksia."
},
"all": {
"message": "Kaikki"
@ -2862,7 +2862,7 @@
}
},
"removeUserIdAccess": {
"message": "Poista jäsenen $ID$ käyttöoikeus",
"message": "Poista jäsenen $ID$ käyttöoikeudet",
"placeholders": {
"id": {
"content": "$1",
@ -2871,7 +2871,7 @@
}
},
"revokedUserId": {
"message": "Peruttiin käyttäjän $ID$ käyttöoikeus organisaatioon.",
"message": "Mitätöitiin organisaation käyttöoikeudet käyttäjältä $ID$.",
"placeholders": {
"id": {
"content": "$1",
@ -2880,7 +2880,7 @@
}
},
"restoredUserId": {
"message": "Palautettiin käyttäjän $ID$ käyttöoikeus organisaatioon.",
"message": "Palautettiin organisaation käyttöoikeudet käyttäjälle $ID$.",
"placeholders": {
"id": {
"content": "$1",
@ -2889,7 +2889,7 @@
}
},
"revokeUserId": {
"message": "Peru käyttäjän $ID$ käyttöoikeus",
"message": "Mitätöi käyttöoikeudet käyttäjältä $ID$",
"placeholders": {
"id": {
"content": "$1",
@ -2961,7 +2961,7 @@
}
},
"unlinkedSsoUser": {
"message": "Kertakirjautumisen (SSO) liitos poistettiin käyttäjältä $ID$.",
"message": "Kertakirjautumisen liitos poistettiin käyttäjältä $ID$.",
"placeholders": {
"id": {
"content": "$1",
@ -3018,16 +3018,16 @@
"message": "Tapahtui virhe."
},
"userAccess": {
"message": "Käyttäjien käyttöoikeudet"
"message": "Käyttäjän käyttöoikeudet"
},
"userType": {
"message": "Käyttäjän tyyppi"
},
"groupAccess": {
"message": "Ryhmän käyttöoikeudet"
"message": "Ryhmien käyttöoikeudet"
},
"groupAccessUserDesc": {
"message": "Myönnä jäsenelle kokoelmien käyttöoikeus lisäämällä heidät yhteen tai useampaan ryhmään."
"message": "Myönnä jäsenelle käyttöoikeudet kokoelmiin lisäämällä heidät yhteen tai useampaan ryhmään."
},
"invitedUsers": {
"message": "Käyttäjät kutsuttiin"
@ -3066,7 +3066,7 @@
"message": "Vahvista jäsenet"
},
"usersNeedConfirmed": {
"message": "Sinulla on jäseniä, jotka ovat hyväksyneet kutsunsa, mutta heidän liittymisensä tulee vielä vahvistaa. Käyttäjillä ei ole organisaation käyttöoikeutta ennen vahvistusta."
"message": "Sinulla on jäseniä, jotka ovat hyväksyneet kutsunsa, mutta heidän liittymisensä tulee vielä vahvistaa. Käyttäjillä ei ole organisaation käyttöoikeuksia ennen vahvistusta."
},
"startDate": {
"message": "Aloituspäivä"
@ -3114,7 +3114,7 @@
"message": "Kutsu hyväksyttiin"
},
"inviteAcceptedDesc": {
"message": "Saat organisaation käyttöoikeuden ylläpitäjän vahvistettua jäsentyytesi. Saat vahvistuksesta ilmoituksen sähköpostitse."
"message": "Saat organisaation käyttöoikeudet ylläpitäjän vahvistettua jäsentyytesi. Saat vahvistuksesta ilmoituksen sähköpostitse."
},
"inviteAcceptFailed": {
"message": "Kutsua ei voitu hyväksyä. Pyydä organisaation ylläpitäjää lähettämään uusi kutsu."
@ -3532,7 +3532,7 @@
"message": "Heikko pääsalasana"
},
"weakMasterPasswordDesc": {
"message": "Valitsemasi pääsalasana on heikko. Sinun tulisi käyttää vahvaa pääsalasanaa (tai salauslauseketta) suojataksesi Bitwarden-tilisi kunnolla. Haluatko varmasti käyttää tätä pääsalasanaa?"
"message": "Havaittiin heikko salasana. Suojaa tilisi vahvalla salasanalla. Haluatko varmasti käyttää heikkoa salasanaa?"
},
"rotateAccountEncKey": {
"message": "Uudista myös tilini salausavain"
@ -3588,7 +3588,7 @@
"message": "API-avaimen uudistus mitätöi edellisen avaimen. Voit uudistaa API-avaimen, jos uskot, ettei nykyisen avaimen käyttö ole enää turvallista."
},
"apiKeyWarning": {
"message": "API-avaimellasi on täysi käyttöoikeus organisaatioon ja se tulee pitää turvassa."
"message": "API-avaimellasi on organisaation täydet käyttöoikeudet ja se tulee pitää turvassa."
},
"userApiKeyDesc": {
"message": "API-avaintasi voi käyttää tunnistautumiseen Bitwardenin komentokehotteessa (CLI)."
@ -3822,7 +3822,7 @@
"message": "Aseta pääsalasana"
},
"ssoCompleteRegistration": {
"message": "Kirjautuaksesi sisään käyttäen kertakirjautumista (SSO), suojaa holvisi pääsalasanalla."
"message": "Kirjautuaksesi sisään käyttäen kertakirjautumista, suojaa holvisi pääsalasanalla."
},
"identifier": {
"message": "Tunniste"
@ -3831,10 +3831,10 @@
"message": "Organisaation tunniste"
},
"ssoLogInWithOrgIdentifier": {
"message": "Kirjaudu organisaatiosi kertakirjautumisportaalista. Aloita syöttämällä organisaatiosi SSO-tunniste."
"message": "Kirjaudu organisaatiosi kertakirjautumisportaalista. Aloita syöttämällä organisaatiosi kertakirjautumistunniste."
},
"enterpriseSingleSignOn": {
"message": "Yrityksen kertakirjautuminen (SSO)"
"message": "Yrityksen kertakirjautuminen"
},
"ssoHandOff": {
"message": "Voit nyt sulkea tämän välilehden ja jatkaa laajennuksessa."
@ -3843,31 +3843,31 @@
"message": "Kaikki Tiimeille-tilauksen ominaisuudet, sekä:"
},
"includeSsoAuthentication": {
"message": "Kertakirjautumisen (SSO) todennus SAML 2.0 ja OpenID Connect -todentajilla"
"message": "Kertakirjautumisen SAML 2.0 ja OpenID Connect -todennus"
},
"includeEnterprisePolicies": {
"message": "Yrityskäytännöt"
},
"ssoValidationFailed": {
"message": "SSO-vahvistus epäonnistui"
"message": "Kertakirjautumisen vahvistus epäonnistui"
},
"ssoIdentifierRequired": {
"message": "Organisaation SSO-tunniste vaaditaan."
"message": "Organisaation kertakirjautumistunniste tarvitaan."
},
"ssoIdentifier": {
"message": "SSO-tunniste"
"message": "Kertakirjautumistunniste"
},
"ssoIdentifierHint": {
"message": "Ilmoita tämä tunniste jäsenillesi SSO-kirjautumista varten."
"message": "Ilmoita tämä tunniste jäsenillesi kertakirjautumista varten."
},
"unlinkSso": {
"message": "Poista kertakirjautumisen (SSO) liitos"
"message": "Poista kertakirjautumisliitos"
},
"unlinkSsoConfirmation": {
"message": "Haluatko varmasti poistaa organisaation kertakirjautumisen (SSO) liitoksen?"
"message": "Haluatko varmasti poistaa liitoksen organisaation kertakirjautumiseen?"
},
"linkSso": {
"message": "Liitä kertakirjautumiseen (SSO)"
"message": "Liitä kertakirjautumiseen"
},
"singleOrg": {
"message": "Yksittäinen organisaatio"
@ -3882,10 +3882,10 @@
"message": "Organisaation jäsenet, jotka eivät ole omistajia tai ylläpitäjiä ja jotka ovat jo toisen organisaation jäseniä, poistetaan organisaatiostasi."
},
"requireSso": {
"message": "Vaadi kertakirjautumisen (SSO) todennus"
"message": "Vaadi todennus kertakirjautumisella"
},
"requireSsoPolicyDesc": {
"message": "Vaadi jäseniä kirjautumaan käyttäen yrityksen määrittämää kertakirjautumista (SSO)."
"message": "Vaadi jäseniä kirjautumaan käyttäen yrityksen määrittämää kertakirjautumistapaa."
},
"prerequisite": {
"message": "Edellytys"
@ -3973,7 +3973,7 @@
"message": "Poistettu käytöstä"
},
"revoked": {
"message": "Perutut"
"message": "Mitätöidyt"
},
"sendLink": {
"message": "Send-linkki",
@ -4047,7 +4047,7 @@
"message": "Varmuuskäyttö"
},
"emergencyAccessDesc": {
"message": "Myönnä ja hallinnoi luotettujen kontaktien varmuuskäyttöoikeuksia. Luotetut kontaktit voivat anoa oikeutta tilisi tarkasteluun tai hallintaan ongelmatilanteissa. Käy ohjesivullamme saadaksesi lisätietoja ja tarkempia tietoja siitä, miten Zero Knowledge -jako toimii."
"message": "Myönnä ja hallinnoi luotettujen käyttäjien varmuuskäyttöä. Luotetut käyttäjät voivat ongelmatilanteissa pyytä oikeutta tilisi tarkasteluun tai hallintaan. Käy ohjesivullamme saadaksesi lisätietoja ja tarkempia tietoja siitä, miten Zero Knowledge -jako toimii."
},
"emergencyAccessOwnerWarning": {
"message": "Olet yhden tai useamman organisaation omistaja. Jos myönnät varmuuskontaktille hallintaoikeuden, on heillä haltuunoton jälkeen samat oikeudet."
@ -4131,10 +4131,10 @@
"message": "Voit käyttää tämän käyttäjän varmuusvalintoja kun henkilöllisyytesi on vahvistettu. Saat vahvistuksesta ilmoituksen sähköpostitse."
},
"requestAccess": {
"message": "Pyydä käyttöoikeutta"
"message": "Pyydä käyttöä"
},
"requestAccessConfirmation": {
"message": "Haluatko varmasti anoa varmuuskäyttöä? Pääsy myönnetään $WAITTIME$ päivän kuluttua tai käyttäjän hyväksyessä käyttöoikeuden manuaalisesti.",
"message": "Haluatko varmasti pyytää varmuuskäyttöä? Käyttöoikeus myönnetään $WAITTIME$ päivän kuluttua tai käyttäjän hyväksyessä pyynnön manuaalisesti.",
"placeholders": {
"waittime": {
"content": "$1",
@ -4263,15 +4263,15 @@
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
},
"customDescNonEnterpriseLink": {
"message": "yritysominaisuus",
"message": "yritysominaisuus.",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
},
"customDescNonEnterpriseEnd": {
"message": ". Ole tilauspäivityksestä yhteydessä asiakaspalveluumme",
"message": " Ole tilauspäivityksestä yhteydessä asiakaspalveluumme.",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
},
"customNonEnterpriseError": {
"message": "Mukautettujen käyttöoikeuksien käyttöönottamiseksi organisaatiolla on oltava Yrityksille 2020 -tilaus."
"message": "Mukautetut käyttöoikeudet edellyttävät, että organisaatiolla on Yrityksille 2020 -tilaus."
},
"permissions": {
"message": "Käyttöoikeudet"
@ -4325,7 +4325,7 @@
"message": "Käytäntöjen hallinta"
},
"manageSso": {
"message": "Kertakirjautumisen (SSO) hallinta"
"message": "Hallitse kertakirjautumista"
},
"manageUsers": {
"message": "Käyttäjien hallinta"
@ -4505,7 +4505,7 @@
}
},
"eventResetSsoLink": {
"message": "Nollaa käyttäjän $ID$ SSO-linkki",
"message": "Poista käyttäjän $ID$ kertakirjaumisliitos",
"placeholders": {
"id": {
"content": "$1",
@ -4514,7 +4514,7 @@
}
},
"firstSsoLogin": {
"message": "$ID$ kirjautui ensimmäistä kertaa käyttäen SSO-kirjautumista",
"message": "$ID$ kirjautui ensimmäisen kerran kertakirjautumisen välityksellä",
"placeholders": {
"id": {
"content": "$1",
@ -4604,10 +4604,10 @@
"message": "Haluatko varmasti poistaa seuraavat käyttäjät? Käsittely voi kestää muutamia sekunteja, eikä sen keskeytys tai peruminen ole mahdollista."
},
"removeOrgUsersConfirmation": {
"message": "Poisteltuilla jäsenillä ei ole enää organisaation tietojen käyttöoikeutta, eikä poiston peruminen ole mahdollista. Jos jäsniä halutaan palauttaa organisaatioon, heidät on kutsuttava ja määritettävä uudelleen. Käsittely voi kestää muutamia sekunteja, eikä sen keskeytys tai peruminen ole mahdollista."
"message": "Poisteltuilla jäsenillä ei ole enää käyttöoikeuksia organisaation tietoihin, eikä poistoa ole mahdollista perua. Jos jäseniä halutaan palauttaa organisaatioon, heidät on kutsuttava ja määritettävä uudelleen. Käsittely voi kestää muutamia sekunteja, eikä sitä ole mahdollista keskeyttää tai perua."
},
"revokeUsersWarning": {
"message": "Perutuilla jäsenillä ei ole enää organisaation tietojen käyttöoikeutta. Käyttöoikeudet voidaan palauttaa nopeasti Perutut-välilehdeltä. Käsittely voi kestää muutamia sekunteja, eikä sen keskeytys tai peruminen ole mahdollista."
"message": "Mitätöidyillä jäsenillä ei ole enää käyttöoikeuksia organisaation tietoihin. Oikeudet voidaan palauttaa nopeasti Mitätöidyt-välilehdeltä. Käsittely voi kestää muutamia sekunteja, ei sitä ole mahdollista keskeytttää tai perua."
},
"theme": {
"message": "Teema"
@ -4640,10 +4640,10 @@
"message": "Poisto onnistui."
},
"bulkRevokedMessage": {
"message": "Organisaation käyttöoikeus peruttiin"
"message": "Organisaation käyttöoikeuksien mitätöinti onnistui"
},
"bulkRestoredMessage": {
"message": "Organisaation käyttöoikeuden palautus onnistui"
"message": "Organisaation käyttöoikeuksien palautus onnistui"
},
"bulkFilteredMessage": {
"message": "Ohitettu, ei koske tätä toimintoa"
@ -4655,7 +4655,7 @@
"message": "Poista käyttäjiä"
},
"revokeUsers": {
"message": "Peru käyttäjiä"
"message": "Mitätöi käyttäjiä"
},
"restoreUsers": {
"message": "Palauta käyttäjiä"
@ -4692,7 +4692,7 @@
"message": "Toimittajan ylläpitäjä"
},
"providerAdminDesc": {
"message": "Korkeimman käyttöoikeuden käyttäjä, joka voi hallinnoida toimittajaasi kokonaisvaltaisesti sekä käyttää ja hallita asiakasorganisaatioita."
"message": "Korkeimmat käyttöoikeudet omaava käyttäjä, joka voi hallinnoida toimittajaasi kokonaisvaltaisesti sekä käyttää ja hallita asiakasorganisaatioita."
},
"serviceUser": {
"message": "Palvelun käyttäjä"
@ -4856,7 +4856,7 @@
"message": "Yksi tai useampi organisaatiokäytäntö estää yksityisen holvisi viennin."
},
"selectType": {
"message": "Valitse SSO-tyyppi"
"message": "Valitse kertakirjautumisen tyyppi"
},
"type": {
"message": "Tyyppi"
@ -4967,7 +4967,7 @@
"message": "Allekirjoita todennuspyynnöt"
},
"ssoSettingsSaved": {
"message": "Kertakirjautumisen (SSO) määritykset tallennettiin."
"message": "Kertakirjautumisen määritykset tallennettiin."
},
"sponsoredFamilies": {
"message": "Ilmainen Bitwarden Perheille"
@ -4982,7 +4982,7 @@
"message": "Bitwarden Perheille -tilaus sisältää"
},
"sponsoredFamiliesPremiumAccess": {
"message": "Premium-käyttöoikeus 6 käyttäjälle"
"message": "Premium-käyttöoikeudet 6 käyttäjälle"
},
"sponsoredFamiliesSharedCollections": {
"message": "Jaetut kokoelmat perheen salaisuuksille"
@ -5039,7 +5039,7 @@
"message": "Lunastettu tili"
},
"revokeAccount": {
"message": "Peru tili $NAME$",
"message": "Mitätöi tili $NAME$",
"placeholders": {
"name": {
"content": "$1",
@ -5111,7 +5111,7 @@
"message": "Virheellinen todennuskoodi"
},
"convertOrganizationEncryptionDesc": {
"message": "$ORGANIZATION$ käyttää kertakirjautumista (SSO) itse ylläpidetyllä avainpalvelimella. Organisaation jäsenet eivät enää tarvitse pääsalasanaa kirjautumiseen.",
"message": "$ORGANIZATION$ käyttää kertakirjautumista itse ylläpidetyllä avainpalvelimella. Organisaation jäsenet eivät enää tarvitse pääsalasanaa kirjautumiseen.",
"placeholders": {
"organization": {
"content": "$1",
@ -5129,7 +5129,7 @@
"message": "Pääsalasana poistettiin"
},
"allowSso": {
"message": "Salli SSO-todennus"
"message": "Salli todennus kertakirjautumisella"
},
"allowSsoDesc": {
"message": "Määrityksen jälkeen asetukset tallennetaan ja käyttäjät voivat tunnistautua käyttäen identiteettitoimittajansa tunnistautumistietoja."
@ -5139,7 +5139,7 @@
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'"
},
"ssoPolicyHelpLink": {
"message": "\"Vaadi kertakirjautumisen (SSO) todennus\" -käytäntöä",
"message": "\"Vaadi todennus kertakirjautumisella\" -käytäntöä",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'"
},
"ssoPolicyHelpEnd": {
@ -5147,7 +5147,7 @@
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'"
},
"ssoPolicyHelpKeyConnector": {
"message": "\"Vaadi kertakirjautumisen (SSO) todennus\" ja \"Yksittäinen organisaatio\" -käytännöt vaaditaan Key Connector -salauksenpurun määritykseen."
"message": "\"Vaadi todennus kertakirjautumisella\" ja \"Yksittäinen organisaatio\" -käytännöt vaaditaan Key Connector -salauksenpurun määritykseen."
},
"memberDecryptionOption": {
"message": "Jäsenen salauksenpurkuvalinnat"
@ -5159,16 +5159,16 @@
"message": "Key Connector"
},
"memberDecryptionKeyConnectorDesc": {
"message": "Liitä kertakirjautuminen (SSO) itse ylläpitämääsi salauksenpurun avainpalvelimeen. Tätä valintaa käyttämällä jäsenten ei tarvitse käyttää pääsalasanojaan holvin salauksen purkuun. Ole yhteydessä Bitwardenin asiakaspalveluun saadaksesi apua määritykseen."
"message": "Liitä kertakirjautuminen itse ylläpitämääsi salauksenpurun avainpalvelimeen. Tätä valintaa käyttämällä jäsenten ei tarvitse käyttää pääsalasanojaan holvin salauksen purkuun. Ole yhteydessä Bitwardenin asiakaspalveluun saadaksesi apua määritykseen."
},
"keyConnectorPolicyRestriction": {
"message": "Kertakirjautuminen (SSO) Key Connector -salauksenpurulla on käytössä. Käytäntö vaikuttaa vain omistajiin ja ylläpitäjiin."
"message": "Kertakirjautuminen Key Connector -salauksenpurulla on käytössä. Käytäntö vaikuttaa vain omistajiin ja ylläpitäjiin."
},
"enabledSso": {
"message": "SSO otettiin käyttöön"
"message": "Kertakirjautuminen otettiin käyttöön"
},
"disabledSso": {
"message": "SSO poistettiin käytöstä"
"message": "Kertakirjautuminen poistettiin käytöstä"
},
"enabledKeyConnector": {
"message": "Key Connector otettiin käyttöön"
@ -5420,7 +5420,7 @@
"message": "Palvelu"
},
"unknownCipher": {
"message": "Tuntematon kohde, jota varten joudut mahdollisesti pyytämään käyttöoikeuden."
"message": "Tuntematon kohde, jonka käyttöön joudut mahdollisesti pyytämään lupaa."
},
"cannotSponsorSelf": {
"message": "Et voi lunastaa aktiiviselle tilille. Syötä eri sähköpostiosoite."
@ -5730,8 +5730,14 @@
"deleteSecrets": {
"message": "Poista salaisuudet"
},
"hardDeleteSecret": {
"message": "Poista salaisuus pysyvästi"
},
"hardDeleteSecrets": {
"message": "Poista salaisuudet pysyvästi"
},
"secretProjectAssociationDescription": {
"message": "Valitse projektit, joihin salaisuus liitetään. Salaisuuden voivat nähdä vain ne organisaation käyttäjät, joilla on näiden projektien käyttöoikeus."
"message": "Valitse projektit, joihin salaisuus liitetään. Salaisuuden voivat nähdä vain ne organisaation käyttäjät, joilla on käyttöoikeudet näihin projekteihin."
},
"selectProjects": {
"message": "Valitse projektit"
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Aloita lisäämällä uusi salaisuus tai tuomalla niitä."
},
"secretsTrashNoItemsMessage": {
"message": "Roskakorissa ei ole salaisuuksia."
},
"serviceAccountsNoItemsTitle": {
"message": "Mitään näytettävää ei vielä ole"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Salaisuudet siirrettiin roskakoriin"
},
"hardDeleteSecretConfirmation": {
"message": "Haluatko varmasti poistaa salaisuuden pysyvästi?"
},
"hardDeleteSecretsConfirmation": {
"message": "Haluatko varmasti poistaa salaisuudet pysyvästi?"
},
"hardDeletesSuccessToast": {
"message": "Salaisuudet poistettiin pysyvästi"
},
"serviceAccountCreated": {
"message": "Palvelutili luotiin"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Salaisuus siirrettiin roskakoriin"
},
"hardDeleteSuccessToast": {
"message": "Salaisuus poistettiin pysyvästi"
},
"searchProjects": {
"message": "Etsi projekteista"
},
@ -5950,10 +5971,10 @@
"message": "Käyttötunniste luotiin ja kopioitiin leikepöydälle"
},
"accessTokenPermissionsBetaNotification": {
"message": "Käyttöoikeuksien hallinta ei ole beta-vaiheessa käytettävissä."
"message": "Käyttöoikeushallinta ei ole käytettävissä beta-vaiheessa."
},
"revokeAccessToken": {
"message": "Peru käyttötunniste"
"message": "Mitätöi käyttötunniste"
},
"revokeAccessTokens": {
"message": "Mitätöi käyttötunnisteet"
@ -5962,7 +5983,7 @@
"message": "Käyttötunnisteiden mitätöinti on pysyvää, eikä sitä ole mahdollista perua."
},
"accessTokenRevoked": {
"message": "Käyttötunnisteet peruttiin",
"message": "Käyttötunnisteet mitätöitiin",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
@ -5993,16 +6014,16 @@
"message": "Ryhmän tiedot"
},
"editGroupMembersDesc": {
"message": "Myönnä jäsenille ryhmälle määritettyjen kokoelmien käyttöoikeus."
"message": "Myönnä jäsenille käyttöoikeudet ryhmälle määritettyihin kokoelmiin."
},
"editGroupCollectionsDesc": {
"message": "Myönnä kokoelmien käyttöoikeus lisäämällä heidät tähän ryhmään."
"message": "Myönnä käyttöoikeudet kokoelmiin lisäämällä heidät tähän ryhmään."
},
"accessAllCollectionsDesc": {
"message": "Myönnä käyttöoikeus kaikkiin nykyisiin ja tuleviin kokoelmiin."
"message": "Myönnä käyttöoikeudet kaikkiin nykyisiin ja tuleviin kokoelmiin"
},
"accessAllCollectionsHelp": {
"message": "Jos valittu, korvataan kokoelmien kaikki muut käyttöoikeudet."
"message": "Jos valittu, korvataan kaikki muut kokoelmien käyttöoikeudet."
},
"selectMembers": {
"message": "Valitse jäsenet"
@ -6062,7 +6083,7 @@
"message": "Verkkotunnuksia ei ole"
},
"noDomainsSubText": {
"message": "Oman verkkotunnuksen liittäminen mahdollistaa jäsenille kertakirjautumistunnisteen ohituksen kertakirjautumisen kautta kirjauduttaessa."
"message": "Liitetyn verkkotunnuksen avulla jäsenet voivat ohittaa kertakirjautumistunnisteen, kun he kirjautuvat kertakirjautumisen välityksellä."
},
"verifyDomain": {
"message": "Vahvista verkkotunnus"
@ -6142,11 +6163,14 @@
"lastChecked": {
"message": "Edellinen tarkastus"
},
"editDomain": {
"message": "Muokkaa verkkotunnusta"
},
"domainFormInvalid": {
"message": "Lomakkeessa havaittiin virheitä, jotka vaativat korjausta"
},
"addedDomain": {
"message": "Lisättiin verkkotunnus $DOMAIN$",
"message": "Verkkotunnus $DOMAIN$ lisättiin",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6155,7 +6179,7 @@
}
},
"removedDomain": {
"message": "Poistettiin verkkotunnus $DOMAIN$",
"message": "Verkkotunnus $DOMAIN$ poistettiin",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6164,7 +6188,7 @@
}
},
"domainVerifiedEvent": {
"message": "Vahvistettiin verkkotunnus $DOMAIN$",
"message": "Verkkotunnus $DOMAIN$ vahvistettiin",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6173,7 +6197,7 @@
}
},
"domainNotVerifiedEvent": {
"message": "Verkkotunnusta $DOMAIN$ ei vahvistettu",
"message": "Verkkotunnusta $DOMAIN$ ei ole vahvistettu",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6194,7 +6218,7 @@
"message": "Valitse ryhmät"
},
"userPermissionOverrideHelper": {
"message": "Jäsenkohtaisesti määritetyt käyttöoikeudet korvaavat jäsenen ryhmän määrittämät oikeudet"
"message": "Jäsenkohtaisesti määritetyt käyttöoikeudet korvaavat kyseisen jäsenen ryhmän määrittämät oikeudet"
},
"noMembersOrGroupsAdded": {
"message": "Jäseniä tai ryhmiä ei ole lisätty"
@ -6266,7 +6290,7 @@
"message": "Organisaation salaisuus-tietojen vienti"
},
"exportingOrganizationSecretDataDescription": {
"message": "Vain organisaatioon $ORGANIZATION$ liitetyt Salaisuushallinnan kohteet viedään. Muiden tuotteiden ja organisaatioiden kohteet eivät sisälly tähän.",
"message": "Vain organisaatioon $ORGANIZATION$ liitetyt Salaisuushallinnan tiedot viedään. Muiden tuotteiden ja muiden organisaatioiden kohteet eivät sisälly tähän.",
"placeholders": {
"ORGANIZATION": {
"content": "$1",
@ -6317,22 +6341,22 @@
"message": "Tallenna lisenssi"
},
"projectPeopleDescription": {
"message": "Myönnä ryhmille tai henkilöille tämän projektin käyttöoikeus."
"message": "Myönnä ryhmille tai henkilöille käyttöoikeudet tähän projektiin."
},
"projectPeopleSelectHint": {
"message": "Kirjoita tai valitse henkilöitä tai ryhmiä"
"message": "Syötä tai valitse henkilöt tai ryhmät"
},
"projectServiceAccountsDescription": {
"message": "Myönnä palvelutileille tämän projektin käyttöoikeus."
"message": "Myönnä palvelutileille käyttöoikeudet tähän projektiin."
},
"projectServiceAccountsSelectHint": {
"message": "Kirjoita tai valitse palvelutilit"
"message": "Syötä tai valitse palvelutilit"
},
"projectEmptyPeopleAccessPolicies": {
"message": "Aloita yhteiskäyttö lisäämällä henkilöitä tai ryhmiä"
"message": "Aloita yhteistyö lisäämällä henkilöitä tai ryhmiä"
},
"projectEmptyServiceAccountAccessPolicies": {
"message": "Lisää palvelutilejä myöntääksesi käyttöoikeuden"
"message": "Myönnä käyttöoikeuksia lisäämällä palvelutilejä"
},
"canWrite": {
"message": "Voi kirjoittaa"
@ -6359,13 +6383,13 @@
"message": "Salaisuushallinta Beta"
},
"secretsManagerBetaDesc": {
"message": "Anna käyttäjien käyttää Salaisuuksienhallintaa sen Beta-ohjelman aikana veloituksetta."
"message": "Myönnä käyttäjille Salaisuushallinnan käyttöoikeudet veloituksetta sen beta-vaiheen ajan."
},
"userAccessSecretsManager": {
"message": "Tämä käyttäjä voi käyttää Salaisuushallinnan Betaa"
"message": "Tämä käyttäjä voi käyttää Salaisuushallinnan betaa"
},
"important": {
"message": "Important:"
"message": "Tärkeää:"
},
"viewAll": {
"message": "Näytä kaikki"
@ -6384,12 +6408,107 @@
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Korjaa seuravat virheet ja yritä uudelleen."
"message": "Korjaa seuraavat virheet ja yritä uudelleen."
},
"description": {
"message": "Kuvaus"
},
"errorReadingImportFile": {
"message": "Tuontitiedostoa luettaessa tapahtui virhe"
"message": "Tuontitiedostoa luettaessa tapahtui virhe."
},
"createSecret": {
"message": "Luo salaisuus"
},
"createProject": {
"message": "Luo projekti"
},
"createServiceAccount": {
"message": "Luo palvelutili"
},
"downloadThe": {
"message": "Lataa",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Salaisuushallinnan CLI"
},
"importSecrets": {
"message": "Tuo salaisuuksia"
},
"getStarted": {
"message": "Aloita"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ valmistunut",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Palauta salaisuus"
},
"restoreSecrets": {
"message": "Palauta salaisuuksia"
},
"restoreSecretPrompt": {
"message": "Haluatko varmasti palauttaa salaisuuden?"
},
"restoreSecretsPrompt": {
"message": "Haluatko varmasti palauttaa salaisuudet?"
},
"secretRestoredSuccessToast": {
"message": "Salaisuus palautettiin"
},
"secretsRestoredSuccessToast": {
"message": "Salaisuudet palautettiin"
},
"selectionIsRequired": {
"message": "Valinta vaaditaan."
},
"secretsManagerSubscriptionDesc": {
"message": "Ota Salaisuushallinta käyttöön organisaatiossasi veloituksetta sen Beta-ohjelman ajan. Käyttäjäkohtaiset käyttöoikeudet voidaan myöntää jäsenhallinan kautta."
},
"secretsManagerEnable": {
"message": "Ota Salaisuushallinta Beta käyttöön"
},
"checkForBreaches": {
"message": "Tarkasta esiintyykö salasanaa tunnetuissa tietovuodoissa"
},
"exposedMasterPassword": {
"message": "Paljastunut pääsalasana"
},
"exposedMasterPasswordDesc": {
"message": "Salasana löytyi tietovuodosta. Sinun tulisi suojata tilisi ainutlaatuisella salasanalla. Haluatko varmasti käyttää paljastunutta salasanaa?"
},
"weakAndExposedMasterPassword": {
"message": "Heikko ja paljastunut pääsalasana"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Havaittiin heikko ja tietovuodosta löytynyt salasana. Sinun tulisi suojata tilisi vahvalla ja ainutlaatuisella salasanalla. Haluatko varmasti käyttää tätä salasanaa?"
},
"characterMinimum": {
"message": "Vähintään $LENGTH$ merkkiä",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Pääsalasanan tulee sisältää vähintään $LENGTH$ merkkiä.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -697,7 +697,7 @@
"message": "Kinakailangan ang ulitin ang master password."
},
"masterPasswordMinlength": {
"message": "Master password must be at least $VALUE$ characters long.",
"message": "Ang master password ay dapat na hindi bababa sa $VALUE$ na mga character.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@ -1256,7 +1256,7 @@
"message": "Matagumpay na na import ang data"
},
"dataExportSuccess": {
"message": "Data successfully exported"
"message": "Matagumpay na nai-export ang data"
},
"importWarning": {
"message": "Nag-aangkat ka ng data sa $ORGANIZATION$. Ang iyong data ay maaaring ibahagi sa mga miyembro ng organisasyong ito. Gusto mo bang magpatuloy?",
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Tanggalin ang mga lihim"
},
"hardDeleteSecret": {
"message": "Permanenteng burahin ang lihim"
},
"hardDeleteSecrets": {
"message": "Permanenteng burahin ang mga lihim"
},
"secretProjectAssociationDescription": {
"message": "Pumili ng mga proyekto na ang lihim ay maiugnay. Tanging ang mga gumagamit ng organisasyon na may access sa mga proyektong ito ang makakakita ng lihim."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Upang makapagsimula, magdagdag ng isang bagong lihim o mga lihim ng pag import."
},
"secretsTrashNoItemsMessage": {
"message": "Walang mga lihim sa basurahan."
},
"serviceAccountsNoItemsTitle": {
"message": "Wala pang maipapakita"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Mga lihim na ipinadala sa basurahan"
},
"hardDeleteSecretConfirmation": {
"message": "Sigurado ka bang gusto mong i-permanenteng burahin ang lihim na ito?"
},
"hardDeleteSecretsConfirmation": {
"message": "Sigurado ka bang gusto mong i-permanenteng burahin ang mga lihim na ito?"
},
"hardDeletesSuccessToast": {
"message": "Lihim na permanenteng nabura"
},
"serviceAccountCreated": {
"message": "Nilikha ang service account"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Lihim na ipinadala sa basurahan"
},
"hardDeleteSuccessToast": {
"message": "Lihim na permanenteng nabura"
},
"searchProjects": {
"message": "Maghanap ng mga proyekto"
},
@ -5956,13 +5977,13 @@
"message": "Bawiin ang access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
"message": "Tanggalin ang access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
"message": "Ang pag-tanggal ng access tokens ay permanente at hindi mababawi."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"message": "Na-revoke ang mga access token",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
@ -6053,61 +6074,61 @@
"message": "Maaaring ma-access at baguhin ng miyembrong ito ang lahat ng item."
},
"domainVerification": {
"message": "Domain verification"
"message": "Pagpapatunay ng domain"
},
"newDomain": {
"message": "New domain"
"message": "Bagong domain"
},
"noDomains": {
"message": "No domains"
"message": "Walang domain"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
"message": "Ang pag-connect ng isang domain ay nagpapahintulot sa mga miyembro na laktawan ang field ng SSO identifier habang nag-Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
"message": "Patunayan ang domain"
},
"reverifyDomain": {
"message": "Reverify domain"
"message": "Patunayin muli ang domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
"message": "Kopyahin ang DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
"message": "Kopyahin at i-paste ang TXT record sa iyong DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
"message": "Ang aking domain.com. Kinakailangan ng mga naiibang entry upang mapatunayan."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
"message": "Awtomatikong Pagpapatunay sa Domain"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden will attempt to verify the domain 3 times during the first 72 hours. If the domain cant be verified, check the DNS record in your host and manually verify. The domain will be removed from your organization in 7 days if it is not verified"
"message": "Susubukan ng Bitwarden na patunayan ang domain 3 beses sa loob ng unang 72 oras. Kung hindi makapagpatunayan ang domain, suriin ang DNS record sa iyong host at patunayan ito nang mano-mano. Ang domain ay alisin sa iyong organisasyon sa loob ng 7 araw kung hindi ito mapatunayan"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
"message": "Hindi wastong anyo ang ipinasok. Anyo: akingdomain.com. Kinakailangan ng mga hiwalay na entry upang ma-verify ang mga subdomain."
},
"removeDomain": {
"message": "Remove domain"
"message": "Tanggalin ang domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
"message": "Alisin ang domain ay hindi mababalik. Sigurado ka bang gusto mong magpatuloy?"
},
"domainRemoved": {
"message": "Domain removed"
"message": "Naisalis na ang domain"
},
"domainSaved": {
"message": "Domain saved"
"message": "Naisapanatili ang domain"
},
"domainVerified": {
"message": "Domain verified"
"message": "Nasuri ang Domain"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
"message": "Hindi mo maaaring mag-reklamo ng parehong domain nang dalawang beses."
},
"domainNotAvailable": {
"message": "May iba pang gumagamit ng $DOMAIN$. Gamitin ang ibang domain upang magpatuloy.",
@ -6142,11 +6163,14 @@
"lastChecked": {
"message": "Huling pagsusuri"
},
"editDomain": {
"message": "Lumikha ng Domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
"message": "May mga error sa form na nangangailangan ng iyong pansin"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"message": "Idinagdag ang domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6155,7 +6179,7 @@
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"message": "Tinanggal ang domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6164,7 +6188,7 @@
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"message": "$DOMAIN$ na-verify",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6173,7 +6197,7 @@
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"message": "$DOMAIN$ hindi na-verify",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6263,10 +6287,10 @@
"message": "I-export ang mga datos"
},
"exportingOrganizationSecretDataTitle": {
"message": "Exporting Organization Secret Data"
"message": "Pag-eexport ng Sekretong Data ng Organisasyon"
},
"exportingOrganizationSecretDataDescription": {
"message": "Only the Secrets Manager data associated with $ORGANIZATION$ will be exported. Items in other products or from other organizations will not be included.",
"message": "Tanging ang data ng Manager ng Mga Lihim na nauugnay sa $ORGANIZATION$ ang ma-export. Ang mga item sa iba pang mga produkto o mula sa iba pang mga organisasyon ay hindi kasama.",
"placeholders": {
"ORGANIZATION": {
"content": "$1",
@ -6275,16 +6299,16 @@
}
},
"fileUpload": {
"message": "File upload"
"message": "Mag-upload ng File"
},
"acceptedFormats": {
"message": "Accepted Formats:"
"message": "Tinatanggap na Mga Format:"
},
"copyPasteImportContents": {
"message": "Copy & paste import contents:"
"message": "Kopyahin & i paste ang mga nilalaman ng import:"
},
"or": {
"message": "or"
"message": "o"
},
"licenseAndBillingManagement": {
"message": "Pamamahala ng lisensya at pagsingil"
@ -6365,13 +6389,13 @@
"message": "Maaaring ma access ng gumagamit na ito ang Secrets Manager Beta"
},
"important": {
"message": "Important:"
"message": "Mahalaga:"
},
"viewAll": {
"message": "View all"
"message": "Tingnan ang lahat"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"message": "Ipinapakita ang $PORTION$ ng $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
@ -6384,12 +6408,107 @@
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
"message": "Lutasin ang mga error sa ibaba at subukang muli."
},
"description": {
"message": "Description"
"message": "Paglalarawan"
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
"message": "May nangyaring error kapag sinusubukang basahin ang import file"
},
"createSecret": {
"message": "Lumikha ng lihim"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Lumikha ng account ng serbisyo"
},
"downloadThe": {
"message": "I-download ang",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "I-import ang mga lihim"
},
"getStarted": {
"message": "Magsimula"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Tapos na",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Ibalik ang lihim"
},
"restoreSecrets": {
"message": "Ibalik ang mga lihim"
},
"restoreSecretPrompt": {
"message": "Sigurado ka bang gusto mong ibalik ang lihim na ito?"
},
"restoreSecretsPrompt": {
"message": "Sigurado ka bang gusto mong ibalik ang mga lihim na ito?"
},
"secretRestoredSuccessToast": {
"message": "Lihim na naibalik"
},
"secretsRestoredSuccessToast": {
"message": "Mga lihim na naibalik"
},
"selectionIsRequired": {
"message": "Kinakailangan ang pagpili."
},
"secretsManagerSubscriptionDesc": {
"message": "I-on ang access sa Organisasyon sa Secrets Manager nang walang bayad sa loob ng Beta program. Mga user ay maaaring granted access sa Beta sa Members."
},
"secretsManagerEnable": {
"message": "Paganahin ang Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -697,7 +697,7 @@
"message": "Une nouvelle saisie du mot de passe principal est nécessaire."
},
"masterPasswordMinlength": {
"message": "Master password must be at least $VALUE$ characters long.",
"message": "Le mot de passe principal doit comporter au moins $VALUE$ caractères.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@ -906,7 +906,7 @@
"message": "Modifier les collections avec lesquelles cet élément est partagé. Seuls les utilisateurs de l'organisation avec un accès à ces collections pourront voir cet élément."
},
"deleteSelectedItemsDesc": {
"message": "Vous avez sélectionné $COUNT$ élément(s) à supprimer. Êtes-vous sûr de vouloir supprimer tous ces éléments ?",
"message": "$COUNT$ élément(s) va(vont) être envoyé(s) à la corbeille.",
"placeholders": {
"count": {
"content": "$1",
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Supprimer les Secrets"
},
"hardDeleteSecret": {
"message": "Supprimer définitivement le secret"
},
"hardDeleteSecrets": {
"message": "Supprimer définitivement les secrets"
},
"secretProjectAssociationDescription": {
"message": "Sélectionnez les projets auxquels le secret sera associé. Seuls les utilisateurs de l'organisation ayant accès à ces projets pourront voir le secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Pour commencer, ajoutez un nouveau secret ou importez des secrets."
},
"secretsTrashNoItemsMessage": {
"message": "Il n'y a pas de secrets dans la corbeille."
},
"serviceAccountsNoItemsTitle": {
"message": "Rien à afficher pour l'instant"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets envoyés à la corbeille"
},
"hardDeleteSecretConfirmation": {
"message": "Êtes-vous sûr de vouloir supprimer définitivement ce secret ?"
},
"hardDeleteSecretsConfirmation": {
"message": "Êtes-vous sûr de vouloir supprimer définitivement ces secrets ?"
},
"hardDeletesSuccessToast": {
"message": "Secrets définitivement supprimés"
},
"serviceAccountCreated": {
"message": "Compte de Service créé"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret envoyé à la corbeille"
},
"hardDeleteSuccessToast": {
"message": "Secret définitivement supprimé"
},
"searchProjects": {
"message": "Rechercher des Projets"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Dernière vérification"
},
"editDomain": {
"message": "Éditer le domaine"
},
"domainFormInvalid": {
"message": "Il y a des erreurs de formulaire qui nécessitent votre attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Une erreur est survenue lors de la lecture du fichier importé"
},
"createSecret": {
"message": "Créer un secret"
},
"createProject": {
"message": "Créer un projet"
},
"createServiceAccount": {
"message": "Créer un compte de service"
},
"downloadThe": {
"message": "Télécharger le",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "CLI du Gestionnaire de Secrets"
},
"importSecrets": {
"message": "Importer des secrets"
},
"getStarted": {
"message": "Commencer"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complété(s)",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restaurer le secret"
},
"restoreSecrets": {
"message": "Restaurer les secrets"
},
"restoreSecretPrompt": {
"message": "Êtes-vous sûr de vouloir restaurer ce secret ?"
},
"restoreSecretsPrompt": {
"message": "Êtes-vous sûr de vouloir restaurer ces secrets ?"
},
"secretRestoredSuccessToast": {
"message": "Secret restauré"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restaurés"
},
"selectionIsRequired": {
"message": "Une sélection est requise."
},
"secretsManagerSubscriptionDesc": {
"message": "Activez l'accès de l'organisation au gestionnaire de secrets sans frais pendant le programme bêta. Les utilisateurs peuvent se voir accorder l'accès à la bêta dans Membres."
},
"secretsManagerEnable": {
"message": "Activer le gestionnaire de secrets bêta"
},
"checkForBreaches": {
"message": "Vérifier les brèches de données connues pour ce mot de passe"
},
"exposedMasterPassword": {
"message": "Mot de passe principal exposé"
},
"exposedMasterPasswordDesc": {
"message": "Mot de passe trouvé dans une brèche de données. Utilisez un mot de passe unique pour protéger votre compte. Êtes-vous sûr de vouloir utiliser un mot de passe exposé ?"
},
"weakAndExposedMasterPassword": {
"message": "Mot de passe principal faible et exposé"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Mot de passe faible identifié et trouvé dans une brèche de données. Utilisez un mot de passe robuste et unique pour protéger votre compte. Êtes-vous sûr de vouloir utiliser ce mot de passe ?"
},
"characterMinimum": {
"message": "$LENGTH$ caractère minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Le mot de passe principal doit comporter au moins $LENGTH$ caractères.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "הסיסמה הראשית היא הסיסמה שבאמצעותה תיגש לכספת שלך. חשוב מאוד שלא תשכח את הסיסמה הזו. אין שום דרך לשחזר אותה במקרה ושכחת אותה."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "ניתן להשתמש ברמז לסיסמה הראשית אם שכחת אותה."
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Titkos kódok törlése"
},
"hardDeleteSecret": {
"message": "A titkos kulcs végleges törlése"
},
"hardDeleteSecrets": {
"message": "A titkos kulcsok végleges törlése"
},
"secretProjectAssociationDescription": {
"message": "Válasszzuk ki azokat a projekteket, amelyekhez a titkos kód társítva lesz. Csak az ezekhez a projektekhez hozzáféréssel rendelkező szervezeti felhasználók láthatják a titkos kódot."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Az induláshoz adjunk hozzá egy új titkos kódot vagy importáljunk ilyeneket."
},
"secretsTrashNoItemsMessage": {
"message": "Nincs titkos kulcs a lomtárban."
},
"serviceAccountsNoItemsTitle": {
"message": "Nincs megjeleníthető tartalom."
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "A titkos kód a lomtárba került."
},
"hardDeleteSecretConfirmation": {
"message": "Biztosan véglegesen törlésre kerüljön ez a titkos kulcs?"
},
"hardDeleteSecretsConfirmation": {
"message": "Biztosan véglegesen törlésre kerüljenek ezek a titkos kulcsok?"
},
"hardDeletesSuccessToast": {
"message": "A titkos kulcsok véglegesen törlésre kerültek."
},
"serviceAccountCreated": {
"message": "A szolgáltatás fiók létrejött."
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "A titkos kód a lomtárba került."
},
"hardDeleteSuccessToast": {
"message": "A titkos kulcs véglegesen törlésre került."
},
"searchProjects": {
"message": "Projektek keresése"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Utoljára ellenőrizve"
},
"editDomain": {
"message": "Domain szerkesztése"
},
"domainFormInvalid": {
"message": "Vannak űrlaphibák, amelyekre figyelmet kell fordítani."
},
@ -6365,7 +6389,7 @@
"message": "Ez a felhasználó hozzáférhet a Titkos kód kezelő béta verziójához."
},
"important": {
"message": "Important:"
"message": "Fontos:"
},
"viewAll": {
"message": "Összes megtekintése"
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Hiba történt az import fájl beolvasásának kísérletekor."
},
"createSecret": {
"message": "Titkos kód létrehozása"
},
"createProject": {
"message": "Projekt létrehozása"
},
"createServiceAccount": {
"message": "Szolgáltatás fiók létrehozása"
},
"downloadThe": {
"message": "Töltsük le:",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Titkos kódok importálása"
},
"getStarted": {
"message": "Kezdés"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ kész",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Titkos kulcs visszaállítása"
},
"restoreSecrets": {
"message": "Titkos kulcsok visszaállítása"
},
"restoreSecretPrompt": {
"message": "Biztosan visszaállításra kerüljön ez a titkos kulcs?"
},
"restoreSecretsPrompt": {
"message": "Biztosan visszaállításra kerüljenek ezek a titkos kulcsok?"
},
"secretRestoredSuccessToast": {
"message": "A titkos kulcs visszaállításra került."
},
"secretsRestoredSuccessToast": {
"message": "A titkos kulcsok visszaállításra kerültek."
},
"selectionIsRequired": {
"message": "A kiválasztás szükséges."
},
"secretsManagerSubscriptionDesc": {
"message": "A bétaprogram alatt díjmentesen engedélyezzük a szervezeti hozzáférést a Titkos kód kezelőhöz. A felhasználók hozzáférést kaphatnak a bétá verzióhoz a Tagok részben."
},
"secretsManagerEnable": {
"message": "A Titkos kód kezelő engedélyezése"
},
"checkForBreaches": {
"message": "Az ehhez a jelszóhoz tartozó ismert adatvédelmi incidensek ellenőrzése"
},
"exposedMasterPassword": {
"message": "Kiszivárgott mesterjelszó"
},
"exposedMasterPasswordDesc": {
"message": "A jelszó megtalálható egy adatvédelmi incidensben. A fiók védelméhez használjunk egyedi jelszót. Biztos, hogy kiszivárgott jelszót szeretnénk használni?"
},
"weakAndExposedMasterPassword": {
"message": "Gyenge és kiszivárgott mesterjelszó"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Gyenge jelszó lett azonosítva és megtalálva egy adatvédelmi incidens során. A fók védelme érdekében használjunk erős és egyedi jelszót. Biztosan használni szeretnénk ezt a jelszót?"
},
"characterMinimum": {
"message": "Legalább $LENGTH$ karakter",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "A mesterjelszónak legalább $LENGTH$ karakter hosszúnak kell lennie.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Elimina segreti"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Seleziona i progetti a cui sarà associato il segreto. Solo gli utenti dell'organizzazione con accesso a questi progetti saranno in grado di vedere il segreto."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Per iniziare, aggiungi un nuovo segreto o importa segreti."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Ancora niente da mostrare"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Segreti inviati al cestino"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Account di servizio creato"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Segreti inviati al cestino"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Cerca Progetti"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Si è verificato un errore durante la lettura del file d'importazione"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "シークレットを削除"
},
"hardDeleteSecret": {
"message": "シークレットを完全に削除"
},
"hardDeleteSecrets": {
"message": "シークレットを完全に削除"
},
"secretProjectAssociationDescription": {
"message": "シークレットを関連付けるプロジェクトを選択します。これらのプロジェクトにアクセスできる組織ユーザーのみがシークレットを表示できます。"
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "まずは新しいシークレットの追加またはインポートをしてください。"
},
"secretsTrashNoItemsMessage": {
"message": "ゴミ箱にシークレットはありません。"
},
"serviceAccountsNoItemsTitle": {
"message": "まだ表示するものはありません"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "シークレットをゴミ箱に送る"
},
"hardDeleteSecretConfirmation": {
"message": "このシークレットを完全に削除してもよろしいですか?"
},
"hardDeleteSecretsConfirmation": {
"message": "このシークレットを完全に削除してもよろしいですか?"
},
"hardDeletesSuccessToast": {
"message": "シークレットを完全に削除しました"
},
"serviceAccountCreated": {
"message": "サービスアカウントを作成しました"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "シークレットをゴミ箱に送る"
},
"hardDeleteSuccessToast": {
"message": "シークレットを完全に削除しました"
},
"searchProjects": {
"message": "プロジェクトを検索"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "最終確認日"
},
"editDomain": {
"message": "ドメインを編集"
},
"domainFormInvalid": {
"message": "注意が必要なフォームエラーがあります"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "インポートファイルの読み込み中にエラーが発生しました"
},
"createSecret": {
"message": "シークレットを作成"
},
"createProject": {
"message": "プロジェクトを作成"
},
"createServiceAccount": {
"message": "サービスアカウントを作成"
},
"downloadThe": {
"message": "ダウンロード",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "シークレットマネージャー CLI"
},
"importSecrets": {
"message": "シークレットをインポート"
},
"getStarted": {
"message": "始める"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ 完了",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "シークレットを復元"
},
"restoreSecrets": {
"message": "シークレットを復元"
},
"restoreSecretPrompt": {
"message": "このシークレットを復元しますか?"
},
"restoreSecretsPrompt": {
"message": "このシークレットを復元しますか?"
},
"secretRestoredSuccessToast": {
"message": "シークレットを復元しました"
},
"secretsRestoredSuccessToast": {
"message": "シークレットを復元しました"
},
"selectionIsRequired": {
"message": "選択が必要です。"
},
"secretsManagerSubscriptionDesc": {
"message": "ベータプログラム中はシークレットマネージャーへの組織アクセスを無償で有効にします。ユーザーはメンバーのベータ版へのアクセスを許可できます。"
},
"secretsManagerEnable": {
"message": "ベータ版のシークレットマネージャーを有効化"
},
"checkForBreaches": {
"message": "このパスワードの既知のデータ流出を確認"
},
"exposedMasterPassword": {
"message": "流出したマスターパスワード"
},
"exposedMasterPasswordDesc": {
"message": "入力したパスワードはデータ流出結果に含まれていました。アカウントを保護するためには一意のパスワードを使用してください。本当に流出済みのパスワードを使用しますか?"
},
"weakAndExposedMasterPassword": {
"message": "脆弱で流出済みのマスターパスワード"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "入力されたパスワードは脆弱かつ流出済みです。アカウントを守るためより強力で一意なパスワードを使用してください。本当にこの脆弱なパスワードを使用しますか?"
},
"characterMinimum": {
"message": "$LENGTH$ 文字以上",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "マスターパスワードは少なくとも $LENGTH$ 文字以上でなければなりません。",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "ನಿಮ್ಮ ವಾಲ್ಟ್ ಅನ್ನು ಪ್ರವೇಶಿಸಲು ನೀವು ಬಳಸುವ ಪಾಸ್ವರ್ಡ್ ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಆಗಿದೆ. ನಿಮ್ಮ ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ನೀವು ಮರೆಯದಿರುವುದು ಬಹಳ ಮುಖ್ಯ. ನೀವು ಅದನ್ನು ಮರೆತ ಸಂದರ್ಭದಲ್ಲಿ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಮರುಪಡೆಯಲು ಯಾವುದೇ ಮಾರ್ಗವಿಲ್ಲ."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "ನಿಮ್ಮ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ನೀವು ಮರೆತರೆ ಅದನ್ನು ನೆನಪಿಟ್ಟುಕೊಳ್ಳಲು ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ಸುಳಿವು ನಿಮಗೆ ಸಹಾಯ ಮಾಡುತ್ತದೆ."
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Izdzēst noslēpumus"
},
"hardDeleteSecret": {
"message": "Neatgriezeniski izdzēst noslēpumu"
},
"hardDeleteSecrets": {
"message": "Neatgriezeniski izdzēst noslēpumus"
},
"secretProjectAssociationDescription": {
"message": "Atlasīt projektus, ar kuriem tiks saistīts noslēpums. Tikai apvienību lietotāji ar piekļuvi šiem projektiem varēs redzēt noslēpumu."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Lai sākut, ir jāpievieno jauns noslēpums vai jāievieto esoši."
},
"secretsTrashNoItemsMessage": {
"message": "Atkritnē nav noslēpumu."
},
"serviceAccountsNoItemsTitle": {
"message": "Vēl nav nekā, ko parādīt"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Noslēpumi ir pārvietoti uz atkritni"
},
"hardDeleteSecretConfirmation": {
"message": "Vai tiešām neatgriezeniski izdzēst šo noslēpumu?"
},
"hardDeleteSecretsConfirmation": {
"message": "Vai tiešām neatgriezeniski izdzēst šos noslēpumus?"
},
"hardDeletesSuccessToast": {
"message": "Noslēpumi ir neatgriezeniski izdzēsti"
},
"serviceAccountCreated": {
"message": "Pakalpojumu konts ir izveidots"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Noslēpums ir pārvietots uz atkritni"
},
"hardDeleteSuccessToast": {
"message": "Noslēpums ir neatgriezeniski izdzēsts"
},
"searchProjects": {
"message": "Meklēt projektus"
},
@ -5956,13 +5977,13 @@
"message": "Atsaukt piekļuves pilnvaru"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
"message": "Atsaukt piekļuves pilnvaras"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
"message": "Piekļuves pilnvaru atsaukšana ir paliekoša un neatgriezeniska."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"message": "Piekļuves pilnvaras ir atsauktas",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
@ -6092,10 +6113,10 @@
"message": "Ievadītā vērtība ir nederīga. Piemēram: mansdomens.lv. Apakšdomēniem ir nepieciešams apstiprināt atsevišķus ierakstus."
},
"removeDomain": {
"message": "Noņemt domeinu"
"message": "Noņemt domēnu"
},
"removeDomainWarning": {
"message": "Domēna noņemšanu nevar atdarīt. Vai tiešām turpināt?"
"message": "Domēna noņemšanu nevar atsaukt. Vai tiešām turpināt?"
},
"domainRemoved": {
"message": "Domēns ir noņemts"
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Pēdējoreiz pārbaudīts"
},
"editDomain": {
"message": "Labot domēnu"
},
"domainFormInvalid": {
"message": "Veidlapā ir kļūdas, kurām ir jāpievērš uzmanība"
},
@ -6365,13 +6389,13 @@
"message": "Šis lietotājs var piekļūt Noslēpumu pārvaldniekam Beta"
},
"important": {
"message": "Important:"
"message": "Svarīgi:"
},
"viewAll": {
"message": "View all"
"message": "Skatīt visu"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"message": "Rāda $PORTION$ no $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Atgadījās kļūda, kad tika mēģināts nolasīt ievietošanas datni"
},
"createSecret": {
"message": "Izveidot noslēpumu"
},
"createProject": {
"message": "Izveidot projektu"
},
"createServiceAccount": {
"message": "Izveidot pakalpojumu kontu"
},
"downloadThe": {
"message": "Lejupielādēt",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Noslēpumu pārvaldnieka komandrindas saskarne"
},
"importSecrets": {
"message": "Ievietot noslēpumus"
},
"getStarted": {
"message": "Aiziet!"
},
"complete": {
"message": "Pabeigti $COMPLETED$/$TOTAL$",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Atjaunot noslēpumu"
},
"restoreSecrets": {
"message": "Atjaunot noslēpumus"
},
"restoreSecretPrompt": {
"message": "Vai tiešām atjaunot šo noslēpumu?"
},
"restoreSecretsPrompt": {
"message": "Vai tiešām atjaunot šos noslēpumus?"
},
"secretRestoredSuccessToast": {
"message": "Noslēpums ir atjaunots"
},
"secretsRestoredSuccessToast": {
"message": "Noslēpumi ir atjaunoti"
},
"selectionIsRequired": {
"message": "Nepieciešams veikt atlasi."
},
"secretsManagerSubscriptionDesc": {
"message": "Ieslēgt apvienības piekļuvi Noslēpumu pārvaldniekam bez papildu maksas Beta programmas laikā. Lietotājiem Bet piekļuvi var nodrošināt sadaļā \"Dalībnieki\"."
},
"secretsManagerEnable": {
"message": "Iespējot Noslēpumu pārvaldnieks Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "നിങ്ങളുടെ വാൾട്ടിലേക്ക് പ്രവേശിക്കാൻ ഉപയോഗിക്കുന്ന പാസ്‌വേഡാണ് പ്രാഥമിക പാസ്‌വേഡ്. പ്രാഥമിക പാസ്‌വേഡ് നിങ്ങൾ ഒരു കാരണവശാലും മറക്കരുത്. നിങ്ങൾ പാസ്‌വേഡ് മറന്നാൽ, വീണ്ടെടുക്കാൻ വേറെ ഒരു മാർഗ്ഗവുമില്ല."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "നിങ്ങളുടെ പാസ്‌വേഡ് മറന്നാൽ അത് ഓർമ്മിക്കാൻ ഒരു പ്രാഥമിക പാസ്‌വേഡ് സൂചന സഹായിക്കും."
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Hemmelighet sendt til papirkurven"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Søk i prosjekter"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -697,7 +697,7 @@
"message": "Type je hoofdwachtwoord opnieuw in."
},
"masterPasswordMinlength": {
"message": "Master password must be at least $VALUE$ characters long.",
"message": "Hoofdwachtwoord moet minstens $VALUE$ tekens lang zijn.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@ -1357,7 +1357,7 @@
"message": "Personaliseren"
},
"newCustomDomain": {
"message": "Nieuw gepersonaliseerd domein"
"message": "Nieuw aangepast domein"
},
"newCustomDomainDesc": {
"message": "Voer een lijst in met domeinen door komma's. Alleen basisdomeinen zijn toegestaan. Voer geen subdomeinen in. Gebruik bijvoorbeeld \"google.com\" in plaats van \"www.google.com\". Je kunt ook \"androidapp://package.name\" invoeren om een Android-app aan andere websitedomeinen te koppelen."
@ -3342,7 +3342,7 @@
}
},
"subscriptionFamiliesPlan": {
"message": "Je kunt niet meer dan $COUNT$ gebruikers uitnodigen zonder je abonnement te upgraden. Neem contact op met Customer Support om te upgraden.",
"message": "U kunt niet meer dan $COUNT$ leden uitnodigen zonder uw abonnement te upgraden. Neem contact op met Customer Support om te upgraden.",
"placeholders": {
"count": {
"content": "$1",
@ -3571,7 +3571,7 @@
"message": "Vingerafdrukzin"
},
"dontAskFingerprintAgain": {
"message": "Niet meer vragen om de vingerafdrukzin te controleren",
"message": "Vraag nooit om de vingerafdrukzin te controleren voor uitgenodigde leden (niet aanbevolen)",
"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."
},
"free": {
@ -4256,7 +4256,7 @@
"message": "Aangepast"
},
"customDesc": {
"message": "Maakt een fijnmazige controle van gebruikersrechten voor geavanceerde configuraties mogelijk."
"message": "Verleen aangepaste rechten aan leden"
},
"customDescNonEnterpriseStart": {
"message": "Aangepaste rollen is een ",
@ -4271,7 +4271,7 @@
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
},
"customNonEnterpriseError": {
"message": "Voor het inschakelen van aangepaste rechten moet de organisatie een Enterprise 2020-abonnement hebben."
"message": "Om aangepaste rechten in te schakelen moet de organisatie een Enterprise 2020 abonnement hebben."
},
"permissions": {
"message": "Rechten"
@ -4838,7 +4838,7 @@
"message": "Je kluis time-out is hoger dan het maximum van jouw organisatie."
},
"vaultCustomTimeoutMinimum": {
"message": "De minimale instelbare time-out is 1 minuut."
"message": "Minimale aangepaste time-out is 1 minuut."
},
"vaultTimeoutRangeError": {
"message": "Kluis time-out ligt niet binnen het toegestane bereik."
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Geheimen verwijderen"
},
"hardDeleteSecret": {
"message": "Geheim definitief verwijderen"
},
"hardDeleteSecrets": {
"message": "Geheimen definitief verwijderen"
},
"secretProjectAssociationDescription": {
"message": "Kies projecten om het geheim aan te koppelen. Alleen gebruikers uit de organisatie met toegang tot deze projecten kunnen het geheim zien."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Om te starten, voeg een nieuw geheim toe of importeer een geheim."
},
"secretsTrashNoItemsMessage": {
"message": "Er bevinden zich geen geheimen in de prullenbak."
},
"serviceAccountsNoItemsTitle": {
"message": "Geen inhoud beschikbaar"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Geheimen verplaatst naar prullenbak"
},
"hardDeleteSecretConfirmation": {
"message": "Weet je zeker dat je dit geheim permanent wilt verwijderen?"
},
"hardDeleteSecretsConfirmation": {
"message": "Weet je zeker dat je deze geheimen permanent wilt verwijderen?"
},
"hardDeletesSuccessToast": {
"message": "Geheimen permanent verwijderd"
},
"serviceAccountCreated": {
"message": "Service account aangemaakt"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Geheim verplaatst naar prullenbak"
},
"hardDeleteSuccessToast": {
"message": "Geheim permanent verwijderd"
},
"searchProjects": {
"message": "Zoek projecten"
},
@ -6032,7 +6053,7 @@
"message": "Kan bewerken"
},
"canEditExceptPass": {
"message": "Kan bekijken, behalve wachtwoorden"
"message": "Kan bewerken, behalve wachtwoorden"
},
"noCollectionsAdded": {
"message": "Geen collecties toegevoegd"
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Laatst gecontroleerd"
},
"editDomain": {
"message": "Domein bewerken"
},
"domainFormInvalid": {
"message": "Er zijn formulierfouten die je aandacht vereisen"
},
@ -6365,13 +6389,13 @@
"message": "Deze gebruiker heeft toegang tot de Secrets Manager Bèta"
},
"important": {
"message": "Important:"
"message": "Belangrijk:"
},
"viewAll": {
"message": "View all"
"message": "Alles weergeven"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"message": "Toont $PORTION$ van $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Er is een fout opgetreden bij het lezen van het bronbestand"
},
"createSecret": {
"message": "Geheim aanmaken"
},
"createProject": {
"message": "Project aanmaken"
},
"createServiceAccount": {
"message": "Service account aanmaken"
},
"downloadThe": {
"message": "Download de",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Geheimen importeren"
},
"getStarted": {
"message": "Aan de slag"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Compleet",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Geheim herstellen"
},
"restoreSecrets": {
"message": "Geheimen herstellen"
},
"restoreSecretPrompt": {
"message": "Weet je zeker dat je dit geheim wilt herstellen?"
},
"restoreSecretsPrompt": {
"message": "Weet je zeker dat je deze geheimen wilt herstellen?"
},
"secretRestoredSuccessToast": {
"message": "Geheim hersteld"
},
"secretsRestoredSuccessToast": {
"message": "Geheimen hersteld"
},
"selectionIsRequired": {
"message": "Selectie vereist."
},
"secretsManagerSubscriptionDesc": {
"message": "Organisatietoegang tot de Secrets Manager inschakelen is gratis tijdens het bètaprogramma. Gebruikers kunnen toegang tot de Bèta krijgen in Leden."
},
"secretsManagerEnable": {
"message": "Secrets Manager Bèta inschakelen"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "Hovudpassordet er passordet du brukar for å få tilgjenge til kvelvet ditt. Det er veldig viktig at du ikkje gløymer hovudpassordet ditt. Det er umogleg å få tilbake passordet om du so gløymer det."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "Eit hovudpassordvink kan hjelpa deg med å hugsa passordet ditt om du gløymer det."
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -1384,7 +1384,7 @@
"message": "Zabezpiecz swoje konto poprzez wymóg wykonania dodatkowego kroku podczas logowania."
},
"twoStepLoginOrganizationDescStart": {
"message": "Wymuszaj opcje logowania dwustopniowego Bitwarden dla członków za pomocą ",
"message": "Wymuszaj opcje logowania dwustopniowego Bitwarden dla użytkowników za pomocą ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enforce Bitwarden Two-step Login options for members by using the Two-step Login Policy.'"
},
"twoStepLoginPolicy": {
@ -1426,7 +1426,7 @@
"message": "Konto Premium jest wymagane"
},
"premiumRequiredDesc": {
"message": "Konto Premium jest wymagane, aby skorzystać z tej funkcji."
"message": "Członkostwo premium jest wymagane do korzystania z tej funkcji."
},
"youHavePremiumAccess": {
"message": "Posiadasz dostęp do funkcji konta Premium"
@ -1877,7 +1877,7 @@
"message": "Konto Premium zostało zaktualizowane."
},
"premiumUpgradeUnlockFeatures": {
"message": "Zaktualizuj swoje konto do konta Premium i odblokuj dodatkowe funkcje."
"message": "Zaktualizuj swoje konto do członkostwa premium i odblokuj fajne, dodatkowe funkcje."
},
"premiumSignUpStorage": {
"message": "1 GB przestrzeni na zaszyfrowane załączniki."
@ -1932,7 +1932,7 @@
"message": "Konto Premium"
},
"premiumAccessDesc": {
"message": "Możesz przyznać konta Premium wszystkim użytkownikom w Twojej organizacji za $PRICE$ /$INTERVAL$.",
"message": "Możesz przyznać dostęp premium wszystkim użytkownikom w Twojej organizacji za $PRICE$ /$INTERVAL$.",
"placeholders": {
"price": {
"content": "$1",
@ -2185,7 +2185,7 @@
}
},
"uploadLicenseFilePremium": {
"message": "Aby aktywować konto Premium, musisz przesłać plik licencyjny."
"message": "Aby zaktualizować swoje konto do wersji premium, musisz wgrać prawidłowy plik licencyjny."
},
"uploadLicenseFileOrg": {
"message": "Aby utworzyć organizację na własnym serwerze, musisz przesłać plik licencyjny."
@ -3063,7 +3063,7 @@
}
},
"confirmUsers": {
"message": "Potwierdź użytkowników"
"message": "Zatwierdź użytkowników"
},
"usersNeedConfirmed": {
"message": "Posiadasz użytkowników, którzy zaakceptowali zaproszenie, ale muszą jeszcze zostać potwierdzeni. Użytkownicy nie będą posiadali dostępu do organizacji, dopóki nie zostaną potwierdzeni."
@ -5624,7 +5624,7 @@
"message": "Wł."
},
"members": {
"message": "Członkowie"
"message": "Użytkownicy"
},
"reporting": {
"message": "Zgłaszanie"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Usuń sekrety"
},
"hardDeleteSecret": {
"message": "Trwale usuń sekret"
},
"hardDeleteSecrets": {
"message": "Trwale usuń sekrety"
},
"secretProjectAssociationDescription": {
"message": "Wybierz projekty, z którymi będzie skojarzony sekret. Tylko użytkownicy organizacji z dostępem do tych projektów będą mogli zobaczyć sekret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Aby rozpocząć, dodaj nowy sekret lub zaimportuj sekrety."
},
"secretsTrashNoItemsMessage": {
"message": "W koszu nie ma żadnych sekretów."
},
"serviceAccountsNoItemsTitle": {
"message": "Nie ma nic do pokazania"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Sekrety zostały przeniesione do kosza"
},
"hardDeleteSecretConfirmation": {
"message": "Czy na pewno chcesz trwale usunąć ten sekret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Czy na pewno chcesz trwale usunąć te sekrety?"
},
"hardDeletesSuccessToast": {
"message": "Sekrety zostały trwale usunięte"
},
"serviceAccountCreated": {
"message": "Konto usługi zostało utworzone"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Sekret został przeniesiony do kosza"
},
"hardDeleteSuccessToast": {
"message": "Sekrety zostały trwale usunięty"
},
"searchProjects": {
"message": "Szukaj w projektach"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Ostatnio sprawdzona"
},
"editDomain": {
"message": "Edytuj domenę"
},
"domainFormInvalid": {
"message": "Istnieją błędy formularza, które wymagają Twojej uwagi"
},
@ -6356,13 +6380,13 @@
"message": "Kontynuowanie spowoduje wylogowanie z bieżącej sesji i konieczność ponownego zalogowania. Aktywne sesje na innych urządzeniach mogą pozostać aktywne przez maksymalnie godzinę. Zalecamy wyeksportowanie sejfu przed zmianą ustawień szyfrowania, aby zapobiec utracie danych."
},
"secretsManagerBeta": {
"message": "Manager sekretów beta"
"message": "Menedżer sekretów beta"
},
"secretsManagerBetaDesc": {
"message": "Włącz dostęp użytkownikom do Managera sekretów bez żadnych opłat podczas programu Beta."
"message": "Włącz dostęp użytkownikom do menedżera sekretów bez żadnych opłat podczas programu beta."
},
"userAccessSecretsManager": {
"message": "Ten użytkownik może uzyskać dostęp do Managera sekretów Beta"
"message": "Ten użytkownik może uzyskać dostęp do menedżera sekretów beta"
},
"important": {
"message": "Ważne:"
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Wystąpił błąd podczas próby odczytu pliku importu"
},
"createSecret": {
"message": "Utwórz sekret"
},
"createProject": {
"message": "Utwórz projekt"
},
"createServiceAccount": {
"message": "Utwórz konto serwisowe"
},
"downloadThe": {
"message": "Pobierz",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "CLI menedżera sekretów"
},
"importSecrets": {
"message": "Importuj sekrety"
},
"getStarted": {
"message": "Pierwsze kroki"
},
"complete": {
"message": "Gotowe: $COMPLETED$/$TOTAL$",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Przywróć sekret"
},
"restoreSecrets": {
"message": "Przywróć sekrety"
},
"restoreSecretPrompt": {
"message": "Czy na pewno chcesz przywrócić ten sekret?"
},
"restoreSecretsPrompt": {
"message": "Czy na pewno chcesz przywrócić te sekrety?"
},
"secretRestoredSuccessToast": {
"message": "Sekret przywrócony"
},
"secretsRestoredSuccessToast": {
"message": "Sekrety przywrócone"
},
"selectionIsRequired": {
"message": "Wybór jest wymagany."
},
"secretsManagerSubscriptionDesc": {
"message": "Włącz dostęp organizacji do menedżera sekretów bez żadnych opłat podczas programu beta. Użytkownicy mogą uzyskać dostęp do wersji beta w sekcji użytkownicy."
},
"secretsManagerEnable": {
"message": "Włącz menedżer sekretów beta"
},
"checkForBreaches": {
"message": "Sprawdź czy to hasło występowało w znanych wyciekach danych"
},
"exposedMasterPassword": {
"message": "Ujawnione hasło główne"
},
"exposedMasterPasswordDesc": {
"message": "Hasło ujawnione w wyniku naruszenia ochrony danych. Użyj unikalnego hasła, aby chronić swoje konto. Czy na pewno chcesz użyć ujawnionego hasła?"
},
"weakAndExposedMasterPassword": {
"message": "Słabe i ujawnione hasło główne"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Słabe hasło ujawnione w wyniku naruszenia ochrony danych. Użyj silnego i unikalnego hasła, aby chronić swoje konto. Czy na pewno chcesz użyć tego hasła?"
},
"characterMinimum": {
"message": "Minimum znaków: $LENGTH$",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Hasło główne musi zawierać co najmniej $LENGTH$ znaki(-ów).",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -281,35 +281,35 @@
"message": "Pesquisar Favoritos"
},
"searchLogin": {
"message": "Search logins",
"message": "Buscar credenciais",
"description": "Search Login type"
},
"searchCard": {
"message": "Search cards",
"message": "Buscar cartões",
"description": "Search Card type"
},
"searchIdentity": {
"message": "Search identities",
"message": "Buscar identidades",
"description": "Search Identity type"
},
"searchSecureNote": {
"message": "Search secure notes",
"message": "Buscar notas seguras",
"description": "Search Secure Note type"
},
"searchVault": {
"message": "Pesquisar no Cofre"
},
"searchMyVault": {
"message": "Search my vault"
"message": "Buscar no meu cofre"
},
"searchOrganization": {
"message": "Search organization"
"message": "Buscar na organização"
},
"searchMembers": {
"message": "Search members"
"message": "Buscar membros"
},
"searchGroups": {
"message": "Search groups"
"message": "Buscar grupos"
},
"allItems": {
"message": "Todos os Itens"
@ -393,7 +393,7 @@
"message": "Selecionar"
},
"newItem": {
"message": "New item"
"message": "Novo item"
},
"addItem": {
"message": "Adicionar Item"
@ -589,7 +589,7 @@
"message": "Editar info"
},
"access": {
"message": "Access"
"message": "Acesso"
},
"loggedOut": {
"message": "Sessão encerrada"
@ -622,7 +622,7 @@
"message": "Login com dispositivo deve ser habilitado nas configurações do aplicativo móvel do Bitwarden. Necessita de outra opção?"
},
"loginWithMasterPassword": {
"message": "Log in with master password"
"message": "Entrar com senha mestra"
},
"createAccount": {
"message": "Criar conta"
@ -697,7 +697,7 @@
"message": "A senha mestra é necessária."
},
"masterPasswordMinlength": {
"message": "Master password must be at least $VALUE$ characters long.",
"message": "A senha mestra deve ter pelo menos $VALUE$ caracteres.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@ -756,7 +756,7 @@
"message": "Não há itens para listar."
},
"noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection."
"message": "Você não tem permissão para visualizar todos os itens desta coleção."
},
"noCollectionsInList": {
"message": "Não há coleções para listar."
@ -768,7 +768,7 @@
"message": "Não há usuários para listar."
},
"noMembersInList": {
"message": "There are no members to list."
"message": "Não há membros para listar."
},
"noEventsInList": {
"message": "Não há eventos para listar."
@ -915,7 +915,7 @@
}
},
"deleteSelectedCollectionsDesc": {
"message": "$COUNT$ collection(s) will be permanently deleted.",
"message": "$COUNT$ coleção(ões) serão excluídas permanentemente.",
"placeholders": {
"count": {
"content": "$1",
@ -924,7 +924,7 @@
}
},
"deleteSelectedConfirmation": {
"message": "Are you sure you want to continue?"
"message": "Tem certeza que deseja continuar?"
},
"moveSelectedItemsDesc": {
"message": "Escolha uma pasta para a qual você deseja mover os $COUNT$ itens selecionados.",
@ -1001,16 +1001,16 @@
"message": "Confirmar senha do arquivo"
},
"accountRestrictedOptionDescription": {
"message": "Use your account encryption key, derived from your account's username and Master Password, to encrypt the export and restrict import to only the current Bitwarden account."
"message": "Use sua chave criptográfica da conta, derivada do nome de usuário e Senha Mestra da sua conta, para criptografar a exportação e restringir importação para apenas a conta atual do Bitwarden."
},
"passwordProtectedOptionDescription": {
"message": "Defina uma senha para criptografar a exportação e importá-la para qualquer conta do Bitwarden usando a senha para descriptografar."
},
"exportTypeHeading": {
"message": "Export type"
"message": "Tipo da exportação"
},
"accountRestricted": {
"message": "Account restricted"
"message": "Conta restrita"
},
"passwordProtected": {
"message": "Protegido por Senha"
@ -1165,17 +1165,17 @@
}
},
"kdfMemory": {
"message": "KDF memory (MB)",
"message": "Memória KDF (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
"message": "Configurar as suas iterações KDF, memória e paralelismo muito altos pode resultar em baixo desempenho ao iniciar (e desbloquear) o Bitwarden em dispositivos mais lentos ou mais antigos. Recomendamos alterá-los individualmente em pequenos incrementos e, em seguida, testar todos os seus dispositivos."
},
"kdfParallelism": {
"message": "KDF parallelism"
"message": "Paralelismo KDF"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
"message": "Mais iterações KDF, memória e paralelismo podem ajudar a proteger sua senha mestra de ser descoberta por força bruta por um invasor."
},
"changeKdf": {
"message": "Alterar KDF"
@ -1283,10 +1283,10 @@
"message": "Selecione o arquivo de importação"
},
"chooseFile": {
"message": "Choose File"
"message": "Selecionar Arquivo"
},
"noFileChosen": {
"message": "No file chosen"
"message": "Nenhum arquivo escolhido"
},
"orCopyPasteFileContents": {
"message": "ou copie/cole o conteúdo do arquivo de importação"
@ -1378,23 +1378,23 @@
"message": "Login em Duas Etapas"
},
"twoStepLoginEnforcement": {
"message": "Two-step Login Enforcement"
"message": "Requerer Login em Duas Etapas"
},
"twoStepLoginDesc": {
"message": "Proteja a sua conta exigindo uma etapa adicional ao iniciar sessão."
},
"twoStepLoginOrganizationDescStart": {
"message": "Enforce Bitwarden Two-step Login options for members by using the ",
"message": "Requerer Login em Duas Etapas no Bitwarden para membros usando o ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enforce Bitwarden Two-step Login options for members by using the Two-step Login Policy.'"
},
"twoStepLoginPolicy": {
"message": "Two-step Login Policy"
"message": "Política de Login em Duas Etapas"
},
"twoStepLoginOrganizationDuoDesc": {
"message": "To enforce Two-step Login through Duo, use the options below."
"message": "Para aplicar o Login em Duas Etapas pelo Duo, use as opções abaixo."
},
"twoStepLoginOrganizationSsoDesc": {
"message": "If you have setup SSO or plan to, Two-step Login may already be enforced through your Identity Provider."
"message": "Se você tem SSO configurado ou planeja ter, o Login em Duas Etapas já pode ser requerido por meio do seu Provedor de Identidade."
},
"twoStepLoginRecoveryWarning": {
"message": "Ativar o login em duas etapas pode bloquear você permanentemente da sua conta no Bitwarden. Um código de recuperação permite que você acesse sua conta no caso de não poder mais usar seu provedor de login em duas etapas normalmente (por exemplo, você perde seu dispositivo). O suporte do Bitwarden não poderá ajudá-lo se você perder o acesso à sua conta. Recomendamos que você anote ou imprima o código de recuperação e mantenha-o em um local seguro."
@ -1644,7 +1644,7 @@
"description": "Vault health reports can be used to evaluate the security of your Bitwarden individual or organization vault."
},
"orgsReportsDesc": {
"message": "Identify and close security gaps in your organization's accounts by clicking the reports below.",
"message": "Identifique e feche as brechas de segurança nas contas da sua organização clicando nos relatórios abaixo.",
"description": "Vault health reports can be used to evaluate the security of your Bitwarden individual or organization vault."
},
"unsecuredWebsitesReport": {
@ -1678,7 +1678,7 @@
"message": "Credenciais Sem 2FA Encontradas"
},
"inactive2faFoundDesc": {
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-step login (according to 2fa.directory). To further protect these accounts, you should set up two-step login.",
"message": "Encontramos $COUNT$ site(s) no seu cofre que pode(m) não estar configurados com login em duas etapas (segundo o site 2fa.directory). Para proteger ainda mais essas contas, você deve configurar o login em duas etapas.",
"placeholders": {
"count": {
"content": "$1",
@ -1696,7 +1696,7 @@
"message": "Relatório de Senhas Expostas"
},
"exposedPasswordsReportDesc": {
"message": "Passwords exposed in a data breach are easy targets for attackers. Change these passwords to prevent potential break-ins."
"message": "As senhas expostas em um vazamento de dados são alvos fáceis para os atacantes. Altere estas senhas para evitar possíveis invasões."
},
"exposedPasswordsFound": {
"message": "Senhas Expostas Encontradas"
@ -1910,7 +1910,7 @@
}
},
"premiumPriceWithFamilyPlan": {
"message": "Go premium for just $PRICE$ /year, or get premium accounts for $FAMILYPLANUSERCOUNT$ users and unlimited family sharing with a ",
"message": "Seja premium por apenas $PRICE$ /ano, ou obtenha contas premium para $FAMILYPLANUSERCOUNT$ usuários e compartilhamento familiar ilimitado com um ",
"placeholders": {
"price": {
"content": "$1",
@ -1923,7 +1923,7 @@
}
},
"bitwardenFamiliesPlan": {
"message": "Bitwarden Families plan."
"message": "Bitwarden plano Família."
},
"addons": {
"message": "Complementos"
@ -2068,7 +2068,7 @@
"message": "Gerenciar Assinatura"
},
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
"message": "Iniciar Assinatura na Nuvem"
},
"storage": {
"message": "Armazenamento"
@ -2463,7 +2463,7 @@
"message": "Você tem certeza que deseja excluir este grupo?"
},
"deleteMultipleGroupsConfirmation": {
"message": "Are you sure you want to delete the following $QUANTITY$ group(s)?",
"message": "Você tem certeza que deseja excluir os seguintes $QUANTITY$ grupo(s)?",
"placeholders": {
"quantity": {
"content": "$1",
@ -2490,7 +2490,7 @@
"message": "O ID externo pode ser usado como referência ou vincular esse recurso a um sistema externo, como um diretório de usuários."
},
"nestCollectionUnder": {
"message": "Nest collection under"
"message": "Aninhar coleção em"
},
"accessControl": {
"message": "Controle de Acesso"
@ -2514,7 +2514,7 @@
"message": "Editar Coleção"
},
"collectionInfo": {
"message": "Collection info"
"message": "Informações da coleção"
},
"deleteCollectionConfirmation": {
"message": "Você tem certeza que deseja excluir esta coleção?"
@ -2523,7 +2523,7 @@
"message": "Editar membro"
},
"fieldOnTabRequiresAttention": {
"message": "A field on the '$TAB$' tab requires your attention.",
"message": "Um campo na aba '$TAB$' requer sua atenção.",
"placeholders": {
"tab": {
"content": "$1",
@ -2724,7 +2724,7 @@
}
},
"viewedCardNumberItemId": {
"message": "Viewed Card Number for item $ID$.",
"message": "Número do cartão visualizado para o item $ID$.",
"placeholders": {
"id": {
"content": "$1",
@ -2796,7 +2796,7 @@
}
},
"deletedCollections": {
"message": "Deleted collections"
"message": "Coleções excluídas"
},
"deletedCollectionId": {
"message": "Coleção excluída $ID$.",
@ -2844,7 +2844,7 @@
}
},
"deletedManyGroups": {
"message": "Deleted $QUANTITY$ group(s).",
"message": "$QUANTITY$ grupo(s) excluídos.",
"placeholders": {
"quantity": {
"content": "$1",
@ -3156,7 +3156,7 @@
"message": "Minha Organização"
},
"organizationInfo": {
"message": "Organization info"
"message": "Informações da organização"
},
"deleteOrganization": {
"message": "Excluir Organização"
@ -3855,10 +3855,10 @@
"message": "O Identificador da Organização é obrigatório."
},
"ssoIdentifier": {
"message": "SSO identifier"
"message": "Identificador SSO"
},
"ssoIdentifierHint": {
"message": "Provide this ID to your members to login with SSO."
"message": "Forneça este ID aos seus membros para fazer login com SSO."
},
"unlinkSso": {
"message": "Desvincular SSO"
@ -4259,25 +4259,25 @@
"message": "Permite controle mais granular das permissões de usuário para configurações avançadas."
},
"customDescNonEnterpriseStart": {
"message": "Custom roles is an ",
"message": "Papéis personalizados é um ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
},
"customDescNonEnterpriseLink": {
"message": "enterprise feature",
"message": "funcionalidade empresarial",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
},
"customDescNonEnterpriseEnd": {
"message": ". Contact our support team to upgrade your subscription",
"message": ". Contacte a nossa equipe de suporte para atualizar a sua assinatura",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
},
"customNonEnterpriseError": {
"message": "To enable custom permissions the organization must be on an Enterprise 2020 plan."
"message": "Para ativar as permissões personalizadas, a organização deve estar em um plano Enterprise 2020."
},
"permissions": {
"message": "Permissões"
},
"permission": {
"message": "Permission"
"message": "Permissão"
},
"managerPermissions": {
"message": "Permissões de Gerente"
@ -4685,7 +4685,7 @@
"message": "Clientes"
},
"client": {
"message": "Client",
"message": "Cliente",
"description": "This is used as a table header to describe which client application created an event log."
},
"providerAdmin": {
@ -5303,7 +5303,7 @@
"message": "obrigatório"
},
"characterMaximum": {
"message": "$MAX$ character maximum",
"message": "máximo de $MAX$ caracteres",
"placeholders": {
"max": {
"content": "$1",
@ -5579,7 +5579,7 @@
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"message": "A entrada não pode exceder $COUNT$ caracteres.",
"placeholders": {
"count": {
"content": "$1",
@ -5588,7 +5588,7 @@
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"message": "Os seguintes caracteres não são permitidos: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
@ -5597,10 +5597,10 @@
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
"message": "1 ou mais e-mails são inválidos"
},
"tooManyEmails": {
"message": "You can only submit up to $COUNT$ emails at a time",
"message": "Você só pode enviar até $COUNT$ e-mails por vez",
"placeholders": {
"count": {
"content": "$1",
@ -5624,10 +5624,10 @@
"message": "Ligado"
},
"members": {
"message": "Members"
"message": "Membros"
},
"reporting": {
"message": "Reporting"
"message": "Reportando"
},
"cardBrandMir": {
"message": "Mir"
@ -5636,52 +5636,52 @@
"message": "Número de usuários"
},
"loggingInAs": {
"message": "Logging in as"
"message": "Entrando como"
},
"notYou": {
"message": "Not you?"
"message": "Não é você?"
},
"pickAnAvatarColor": {
"message": "Pick an avatar color"
"message": "Escolha uma cor de avatar"
},
"customizeAvatar": {
"message": "Customize avatar"
"message": "Personalizar avatar"
},
"avatarUpdated": {
"message": "Avatar updated"
"message": "Avatar atualizado"
},
"brightBlue": {
"message": "Bright Blue"
"message": "Azul Claro"
},
"green": {
"message": "Green"
"message": "Verde"
},
"orange": {
"message": "Orange"
"message": "Laranja"
},
"lavender": {
"message": "Lavender"
"message": "Lavanda"
},
"yellow": {
"message": "Yellow"
"message": "Amarelo"
},
"indigo": {
"message": "Indigo"
"message": "Índigo"
},
"teal": {
"message": "Teal"
"message": "Turquesa"
},
"salmon": {
"message": "Salmon"
"message": "Salmão"
},
"pink": {
"message": "Pink"
"message": "Rosa"
},
"customColor": {
"message": "Custom Color"
"message": "Cor personalizada"
},
"selectPlaceholder": {
"message": "-- Select --"
"message": "-- Selecione --"
},
"multiSelectPlaceholder": {
"message": "-- Digite para filtrar --"
@ -5696,165 +5696,183 @@
"message": "Limpar todos"
},
"toggleCharacterCount": {
"message": "Toggle character count",
"message": "Alternar contagem de caracteres",
"description": "'Character count' describes a feature that displays a number next to each character of the password."
},
"passwordCharacterCount": {
"message": "Password character count",
"message": "Contagem de caracteres da senha",
"description": "'Character count' describes a feature that displays a number next to each character of the password."
},
"hide": {
"message": "Hide"
"message": "Ocultar"
},
"projects": {
"message": "Projects"
"message": "Projetos"
},
"lastEdited": {
"message": "Last edited"
"message": "Última edição"
},
"editSecret": {
"message": "Edit secret"
"message": "Editar segredo"
},
"addSecret": {
"message": "Add secret"
"message": "Adicionar segredo"
},
"copySecretName": {
"message": "Copy secret name"
"message": "Copiar nome do segredo"
},
"copySecretValue": {
"message": "Copy secret value"
"message": "Copiar valor do segredo"
},
"deleteSecret": {
"message": "Delete secret"
"message": "Excluir segredo"
},
"deleteSecrets": {
"message": "Delete secrets"
"message": "Excluir segredos"
},
"hardDeleteSecret": {
"message": "Excluir permanentemente o segredo"
},
"hardDeleteSecrets": {
"message": "Excluir permanentemente os segredos"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
"message": "Selecione os projetos aos quais o segredo será associado. Somente os usuários da organização com acesso a estes projetos poderão ver o segredo."
},
"selectProjects": {
"message": "Select projects"
"message": "Selecionar projetos"
},
"project": {
"message": "Project"
"message": "Projecto"
},
"editProject": {
"message": "Edit project"
"message": "Editar projeto"
},
"viewProject": {
"message": "View project"
"message": "Ver projeto"
},
"deleteProject": {
"message": "Delete project"
"message": "Excluir projeto"
},
"deleteProjects": {
"message": "Delete projects"
"message": "Excluir projetos"
},
"secret": {
"message": "Secret"
"message": "Segredo"
},
"serviceAccount": {
"message": "Service account"
"message": "Conta de serviço"
},
"serviceAccounts": {
"message": "Service accounts"
"message": "Contas de Serviço"
},
"secrets": {
"message": "Secrets"
"message": "Segredos"
},
"nameValuePair": {
"message": "Name/Value pair"
"message": "Par de Nome/Valor"
},
"secretEdited": {
"message": "Secret edited"
"message": "Secreto editado"
},
"secretCreated": {
"message": "Secret created"
"message": "Segredo criado"
},
"newSecret": {
"message": "New secret"
"message": "Novo segredo"
},
"newServiceAccount": {
"message": "New service account"
"message": "Nova conta de serviço"
},
"secretsNoItemsTitle": {
"message": "No secrets to show"
"message": "Sem segredos para mostrar"
},
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
"message": "Para começar, adicione um novo segredo ou importe segredos."
},
"secretsTrashNoItemsMessage": {
"message": "Não há segredos no lixo."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
"message": "Nada para mostrar ainda"
},
"serviceAccountsNoItemsMessage": {
"message": "Create a new service account to get started automating secret access."
"message": "Crie uma nova conta de serviço para começar a automatizar o acesso secreto."
},
"searchSecrets": {
"message": "Search secrets"
"message": "Pesquisar segredos"
},
"deleteServiceAccounts": {
"message": "Delete service accounts"
"message": "Excluir contas de serviço"
},
"deleteServiceAccount": {
"message": "Delete service account"
"message": "Excluir conta de serviço"
},
"viewServiceAccount": {
"message": "View service account"
"message": "Ver conta de serviço"
},
"searchServiceAccounts": {
"message": "Search service accounts"
"message": "Pesquisar contas de serviço"
},
"addProject": {
"message": "Add project"
"message": "Adicionar projeto"
},
"projectEdited": {
"message": "Project edited"
"message": "Projeto editado"
},
"projectSaved": {
"message": "Project saved"
"message": "Projeto salvo"
},
"projectCreated": {
"message": "Project created"
"message": "Projeto criado"
},
"projectName": {
"message": "Project name"
"message": "Nome do projeto"
},
"newProject": {
"message": "New project"
"message": "Novo projeto"
},
"softDeleteSecretWarning": {
"message": "Deleting secrets can affect existing integrations."
"message": "Excluir segredos pode afetar integrações existentes."
},
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
"message": "Segredos enviados para lixeira"
},
"hardDeleteSecretConfirmation": {
"message": "Tem certeza de que deseja excluir permanentemente este segredo?"
},
"hardDeleteSecretsConfirmation": {
"message": "Tem certeza que deseja excluir estes segredos permanentemente?"
},
"hardDeletesSuccessToast": {
"message": "Segredos excluídos permanentemente"
},
"serviceAccountCreated": {
"message": "Service account created"
"message": "Conta de serviço criada"
},
"smAccess": {
"message": "Access"
"message": "Acesso"
},
"projectCommaSecret": {
"message": "Project, Secret"
"message": "Projeto, Segredo"
},
"serviceAccountName": {
"message": "Service account name"
"message": "Nome da conta de serviço"
},
"newSaSelectAccess": {
"message": "Type or select projects or secrets"
"message": "Digite ou selecione projetos ou segredos"
},
"newSaTypeToFilter": {
"message": "Type to filter"
"message": "Digite para filtrar"
},
"deleteProjectsToast": {
"message": "Projects deleted"
"message": "Projetos excluídos"
},
"deleteProjectToast": {
"message": "The project and all associated secrets have been deleted"
"message": "O projeto e todos os segredos associados foram excluídos"
},
"deleteProjectDialogMessage": {
"message": "Deleting project $PROJECT$ is permanent and irreversible.",
"message": "Excluir o projeto $PROJECT$ é permanente e irreversível.",
"placeholders": {
"project": {
"content": "$1",
@ -5863,7 +5881,7 @@
}
},
"deleteProjectInputLabel": {
"message": "Type \"$CONFIRM$\" to continue",
"message": "Digite \"$CONFIRM$\" para continuar",
"placeholders": {
"confirm": {
"content": "$1",
@ -5872,7 +5890,7 @@
}
},
"deleteProjectConfirmMessage": {
"message": "Delete $PROJECT$",
"message": "Excluir $PROJECT$",
"placeholders": {
"project": {
"content": "$1",
@ -5881,7 +5899,7 @@
}
},
"deleteProjectsConfirmMessage": {
"message": "Delete $COUNT$ Projects",
"message": "Excluir $COUNT$ Projetos",
"placeholders": {
"count": {
"content": "$1",
@ -5890,49 +5908,52 @@
}
},
"deleteProjectsDialogMessage": {
"message": "Deleting projects is permanent and irreversible."
"message": "A exclusão de projetos é permanente e irreversível."
},
"projectsNoItemsTitle": {
"message": "No projects to display"
"message": "Nenhum projeto para exibir"
},
"projectsNoItemsMessage": {
"message": "Add a new project to get started organizing secrets."
"message": "Adicione um novo projeto para começar a organizar segredos."
},
"smConfirmationRequired": {
"message": "Confirmation required"
"message": "Confirmação necessária"
},
"bulkDeleteProjectsErrorMessage": {
"message": "The following projects could not be deleted:"
"message": "Os seguintes projetos não puderam ser excluídos:"
},
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
"message": "Segredo enviado para lixeira"
},
"hardDeleteSuccessToast": {
"message": "Segredo excluído permanentemente"
},
"searchProjects": {
"message": "Search projects"
"message": "Pesquisar projetos"
},
"accessTokens": {
"message": "Access tokens"
"message": "Tokens de acesso"
},
"createAccessToken": {
"message": "Create access token"
"message": "Criar token de acesso"
},
"expires": {
"message": "Expires"
"message": "Expira em"
},
"canRead": {
"message": "Can read"
"message": "Pode ler"
},
"accessTokensNoItemsTitle": {
"message": "No access tokens to show"
"message": "Nenhum token de acesso para exibir"
},
"accessTokensNoItemsDesc": {
"message": "To get started, create an access token"
"message": "Para começar, crie um token de acesso"
},
"downloadAccessToken": {
"message": "Download or copy before closing."
"message": "Baixe ou copie antes de fechar."
},
"expiresOnAccessToken": {
"message": "Expires on:"
"message": "Expira em:"
},
"accessTokenCallOutTitle": {
"message": "Access tokens are not stored and cannot be retrieved"
@ -5981,7 +6002,7 @@
"message": "Update"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"message": "+ $QUANTITY$ mais",
"placeholders": {
"quantity": {
"content": "$1",
@ -5990,10 +6011,10 @@
}
},
"groupInfo": {
"message": "Group info"
"message": "Informações do grupo"
},
"editGroupMembersDesc": {
"message": "Grant members access to the group's assigned collections."
"message": "Conceder acesso às coleções atribuídas ao grupo."
},
"editGroupCollectionsDesc": {
"message": "Grant access to collections by adding them to this group."
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6356,22 +6380,22 @@
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
"message": "Gerenciador de Segredos Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
"message": "Permitir o acesso do usuário ao Gerenciador de Segredos sem custos durante o programa Beta."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
"message": "Este usuário pode acessar o Gerenciador de Segredos Beta"
},
"important": {
"message": "Important:"
"message": "Importante:"
},
"viewAll": {
"message": "View all"
"message": "Visualizar tudo"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"message": "Mostrando $PORTION$ de $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Ocorreu um erro ao tentar ler o arquivo de importação"
},
"createSecret": {
"message": "Crie um segredo"
},
"createProject": {
"message": "Criar um projeto"
},
"createServiceAccount": {
"message": "Criar conta de serviço"
},
"downloadThe": {
"message": "Baixe o",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Gerenciador de Segredos CLI"
},
"importSecrets": {
"message": "Importar segredos"
},
"getStarted": {
"message": "Vamos começar"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Completos",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restaurar segredo"
},
"restoreSecrets": {
"message": "Restaurar segredos"
},
"restoreSecretPrompt": {
"message": "Tem certeza de que deseja restaurar este segredo?"
},
"restoreSecretsPrompt": {
"message": "Tem certeza de que deseja restaurar estes segredos?"
},
"secretRestoredSuccessToast": {
"message": "Segredo restaurado"
},
"secretsRestoredSuccessToast": {
"message": "Segredos restaurados"
},
"selectionIsRequired": {
"message": "Seleção é necessária."
},
"secretsManagerSubscriptionDesc": {
"message": "Ative o acesso da organização ao Gerenciador de Segredos sem custos durante o programa Beta. Os usuários podem ter acesso ao Beta em Membros."
},
"secretsManagerEnable": {
"message": "Habilitar Gerenciador de Segredos Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -697,7 +697,7 @@
"message": "Необходимо повторно ввести мастер-пароль."
},
"masterPasswordMinlength": {
"message": "Master password must be at least $VALUE$ characters long.",
"message": "Мастер-пароль должен содержать не менее $VALUE$ символов.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Удалить секреты"
},
"hardDeleteSecret": {
"message": "Окончательно удалить секрет"
},
"hardDeleteSecrets": {
"message": "Окончательно удалить секреты"
},
"secretProjectAssociationDescription": {
"message": "Выберите проекты, с которыми будет связан секрет. Только пользователи организации, имеющие доступ к этим проектам, смогут увидеть секрет."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Чтобы начать, добавьте новый секрет или импортируйте их."
},
"secretsTrashNoItemsMessage": {
"message": "В корзине нет секретов."
},
"serviceAccountsNoItemsTitle": {
"message": "Пока нечего показать"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Секреты отправлены в корзину"
},
"hardDeleteSecretConfirmation": {
"message": "Вы уверены, что хотите удалить этот секрет?"
},
"hardDeleteSecretsConfirmation": {
"message": "Вы уверены, что хотите удалить эти секреты?"
},
"hardDeletesSuccessToast": {
"message": "Секреты удалены окончательно"
},
"serviceAccountCreated": {
"message": "Сервисный аккаунт создан"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Секрет отправлен в корзину"
},
"hardDeleteSuccessToast": {
"message": "Секрет удален окончательно"
},
"searchProjects": {
"message": "Поиск проектов"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Последняя проверка"
},
"editDomain": {
"message": "Редактировать домен"
},
"domainFormInvalid": {
"message": "Имеются ошибки в форме, которые требуют вашего внимания"
},
@ -6365,7 +6389,7 @@
"message": "Этот пользователь может получить доступ к Менеджеру секретов Beta"
},
"important": {
"message": "Important:"
"message": "Важно:"
},
"viewAll": {
"message": "Посмотреть все"
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Произошла ошибка при попытке чтения импортируемого файла"
},
"createSecret": {
"message": "Создать секрет"
},
"createProject": {
"message": "Создать проект"
},
"createServiceAccount": {
"message": "Создать сервисный аккаунт"
},
"downloadThe": {
"message": "Скачать",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Менеджер секретов CLI"
},
"importSecrets": {
"message": "Импорт секретов"
},
"getStarted": {
"message": "Начать"
},
"complete": {
"message": "Выполнено $COMPLETED$/$TOTAL$",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Восстановить секрет"
},
"restoreSecrets": {
"message": "Восстановить секреты"
},
"restoreSecretPrompt": {
"message": "Уверены, что хотите восстановить этот секрет?"
},
"restoreSecretsPrompt": {
"message": "Уверены, что хотите восстановить эти секреты?"
},
"secretRestoredSuccessToast": {
"message": "Секрет восстановлен"
},
"secretsRestoredSuccessToast": {
"message": "Секреты восстановлены"
},
"selectionIsRequired": {
"message": "Требуется выбор."
},
"secretsManagerSubscriptionDesc": {
"message": "Включите доступ организации к Менеджеру секретов бесплатно во время программы бета-тестирования. Пользователям может быть предоставлен доступ к бета-версии в разделе Участники."
},
"secretsManagerEnable": {
"message": "Менеджер секретов Бета"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Natrvalo odstrániť položku"
},
"hardDeleteSecrets": {
"message": "Natrvalo odstrániť položky"
},
"secretProjectAssociationDescription": {
"message": "Vyberte projekty ku ktorým bude heslo patriť. Iba tí používatelia organizácie, ktorí majú prístup k zvoleným projektom budú môcť vidieť heslo."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "V koši nie sú žiadne položky."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Naozaj chcete natrvalo odstrániť túto položku?"
},
"hardDeleteSecretsConfirmation": {
"message": "Naozaj chcete tieto položky natrvalo odstrániť?"
},
"hardDeletesSuccessToast": {
"message": "Položky natrvalo odstránené"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Položka natrvalo odstránená"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Posledná kontrola"
},
"editDomain": {
"message": "Upraviť doménu"
},
"domainFormInvalid": {
"message": "Vo formulári sú chyby, ktoré vyžadujú vašu pozornosť"
},
@ -6365,7 +6389,7 @@
"message": "Tento používateľ má prístup k beta verzii Secrets Manager"
},
"important": {
"message": "Important:"
"message": "Dôležité:"
},
"viewAll": {
"message": "Zobraziť všetko"
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Pri pokuse o prečítanie súboru na import sa vyskytla chyba"
},
"createSecret": {
"message": "Vytvoriť položku"
},
"createProject": {
"message": "Vytvoriť nový projekt"
},
"createServiceAccount": {
"message": "Vytvoriť služobné kontá"
},
"downloadThe": {
"message": "Stiahnuť",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "CLI verzia Secrets Manager"
},
"importSecrets": {
"message": "Importovať položky"
},
"getStarted": {
"message": "Začať"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ hotovo",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Obnoviť položku"
},
"restoreSecrets": {
"message": "Obnoviť položky"
},
"restoreSecretPrompt": {
"message": "Naozaj chcete obnoviť túto položku?"
},
"restoreSecretsPrompt": {
"message": "Naozaj chcete obnoviť tieto položky?"
},
"secretRestoredSuccessToast": {
"message": "Položka obnovená"
},
"secretsRestoredSuccessToast": {
"message": "Položky obnovené"
},
"selectionIsRequired": {
"message": "Vyžaduje sa výber."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Skontrolovať známe úniky údajov pre toto heslo"
},
"exposedMasterPassword": {
"message": "Odhalené hlavné heslo"
},
"exposedMasterPasswordDesc": {
"message": "Heslo nájdené v uniknutých údajoch. Na ochranu svojho účtu používajte jedinečné heslo. Naozaj chcete používať odhalené heslo?"
},
"weakAndExposedMasterPassword": {
"message": "Slabé a odhalené hlavné heslo"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Slabé heslo, ktoré bolo tiež nájdené uniknutých údajoch. Na ochranu svojho účtu používajte silné a jedinečné heslo. Naozaj chcete používať toto heslo?"
},
"characterMinimum": {
"message": "Minimálny počet znakov $LENGTH$",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Hlavné heslo musí mať aspoň $LENGTH$ znakov.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Обрисати тајне"
},
"hardDeleteSecret": {
"message": "Трајно избрисати тајну"
},
"hardDeleteSecrets": {
"message": "Трајно избрисати тајне"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "У отпад нема тајне."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Да ли сте сигурни да желите да трајно избришете ову тајну?"
},
"hardDeleteSecretsConfirmation": {
"message": "Да ли сте сигурни да желите да трајно избришете ове тајне?"
},
"hardDeletesSuccessToast": {
"message": "Тајне трајно избрисане"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Тајна послана у отпад"
},
"hardDeleteSuccessToast": {
"message": "Тајна трајно избрисана"
},
"searchProjects": {
"message": "Претражити пројекте"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Последња провера"
},
"editDomain": {
"message": "Уреди домен"
},
"domainFormInvalid": {
"message": "Постоје грешке у формулару које захтевају вашу пажњу"
},
@ -6365,7 +6389,7 @@
"message": "Овај корисник може приступити Secrets Manager Beta"
},
"important": {
"message": "Important:"
"message": "Важно:"
},
"viewAll": {
"message": "Прегледај све"
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Дошло је до грешке у покушају читања датотеке за увоз"
},
"createSecret": {
"message": "Креирати тајну"
},
"createProject": {
"message": "Креирај пројекат"
},
"createServiceAccount": {
"message": "Креирајте налог сервиса"
},
"downloadThe": {
"message": "Преузети",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Увоз тајне"
},
"getStarted": {
"message": "Почните"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ завршено",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Врати тајну"
},
"restoreSecrets": {
"message": "Врати тајне"
},
"restoreSecretPrompt": {
"message": "Да ли сте сигурни да желите да вратите ову тајну?"
},
"restoreSecretsPrompt": {
"message": "Да ли сте сигурни да желите да вратите ове тајне?"
},
"secretRestoredSuccessToast": {
"message": "Тајна враћена"
},
"secretsRestoredSuccessToast": {
"message": "Тајне враћене"
},
"selectionIsRequired": {
"message": "Потребно је да изаберете нешто."
},
"secretsManagerSubscriptionDesc": {
"message": "Укључите приступ организације за Secrets Manager бесплатно током Бета програма. Корисницима се може одобрити приступ Бета у Члановима."
},
"secretsManagerEnable": {
"message": "Омогућити Secrets Manager Бета"
},
"checkForBreaches": {
"message": "Проверите познате упада података за ову лозинку"
},
"exposedMasterPassword": {
"message": "Изложена главна лозинка"
},
"exposedMasterPasswordDesc": {
"message": "Лозинка је пронађена у случају повреде података. Користите јединствену лозинку да бисте заштитили свој налог. Да ли сте сигурни да желите да користите откривену лозинку?"
},
"weakAndExposedMasterPassword": {
"message": "Слаба и зложена главна лозинка"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Идентификована је слаба лозинка и пронађена у упаду података. Користите јаку и јединствену лозинку да заштитите свој налог. Да ли сте сигурни да желите да користите ову лозинку?"
},
"characterMinimum": {
"message": "Минимум $LENGTH$ карактера",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Главна лозинка треба имати барем $LENGTH$ карактера.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "Glavna šifra je šifra koju koristite kako biste pristupili svom trezoru. Veoma je važno da ne zaboravite svoju glavnu šifru. Ukoliko je zaboravite, ne postoji način da je dobijete nazad."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "รหัสผ่านหลัก คือ รหัสผ่านที่ใช้เข้าถึงตู้นิรภัยของคุณ สิ่งสำคัญมาก คือ คุณจะต้องไม่ลืมรหัสผ่านหลักโดยเด็ดขาด เพราะหากคุณลืมแล้วล่ะก็ จะไม่มีวิธีที่สามารถกู้รหัสผ่านของคุณได้เลย"
},
"masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!"
"message": "Your master password cannot be recovered if you forget it!"
},
"masterPassHintDesc": {
"message": "คำใบ้เกี่ยวกับรหัสผ่านหลักสามารถช่วยให้คุณนึกรหัสผ่านหลักออกได้หากลืม"
@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Sırları Sil"
},
"hardDeleteSecret": {
"message": "Sırrı kalıcı olarak sil"
},
"hardDeleteSecrets": {
"message": "Sırları kalıcı olarak sil"
},
"secretProjectAssociationDescription": {
"message": "Sırrın ilişkilendirileceği projeleri seçin. Yalnızca bu projelere erişimi olan kuruluş kullanıcıları sırrı görebilir."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Başlamak için yeni bir gizli dizin ekleyin veya gizli dizinleri içe aktarın."
},
"secretsTrashNoItemsMessage": {
"message": "Çöpte sır yok."
},
"serviceAccountsNoItemsTitle": {
"message": "Henüz gösterecek bir şey yok"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Çöpe atılan sırlar"
},
"hardDeleteSecretConfirmation": {
"message": "Bu sırrı kalıcı olarak silmek istediğinizden emin misiniz?"
},
"hardDeleteSecretsConfirmation": {
"message": "Bu sırları kalıcı olarak silmek istediğinizden emin misiniz?"
},
"hardDeletesSuccessToast": {
"message": "Sırlar kalıcı olarak silindi"
},
"serviceAccountCreated": {
"message": "Hizmet Hesabı Oluşturuldu"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Çöpe atılan sır"
},
"hardDeleteSuccessToast": {
"message": "Sır kalıcı olarak silindi"
},
"searchProjects": {
"message": "Projeleri ara"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Son kontrol"
},
"editDomain": {
"message": "Alan adını düzenle"
},
"domainFormInvalid": {
"message": "İlgilenmeniz gereken form hataları var"
},
@ -6365,7 +6389,7 @@
"message": "Bu kullanıcı Secrets Manager Beta'ya erişebilir"
},
"important": {
"message": "Important:"
"message": "Önemli:"
},
"viewAll": {
"message": "Tümünü göster"
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "İçe aktarma dosyası okunurken bir hata oluştu"
},
"createSecret": {
"message": "Bir sır oluştur"
},
"createProject": {
"message": "Proje oluştur"
},
"createServiceAccount": {
"message": "Bir hizmet hesabı oluşturun"
},
"downloadThe": {
"message": "İndir",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Gizlilik Yöneticisi CLI"
},
"importSecrets": {
"message": "Sırları içe aktar"
},
"getStarted": {
"message": "Başla"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Tamamlandı",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Sırrı geri yükle"
},
"restoreSecrets": {
"message": "Sırları geri yükle"
},
"restoreSecretPrompt": {
"message": "Bu sırrı geri yüklemek istediğinizden emin misiniz?"
},
"restoreSecretsPrompt": {
"message": "Bu sırları geri yüklemek istediğinizden emin misiniz?"
},
"secretRestoredSuccessToast": {
"message": "Sır geri yüklendi"
},
"secretsRestoredSuccessToast": {
"message": "Sırlar geri yüklendi"
},
"selectionIsRequired": {
"message": "Seçim yapmanız gerekiyor."
},
"secretsManagerSubscriptionDesc": {
"message": "Beta programı boyunca Secrets Manager'a kuruluş erişimini ücretsiz olarak etkinleştirebilirsiniz. Üyeler sayfası üzerinden kullanıcılara Beta'ya erişim izni verebilirsiniz."
},
"secretsManagerEnable": {
"message": "Secrets Manager Beta'yı etkinleştir"
},
"checkForBreaches": {
"message": "Bu parola için bilinen veri ihlallerini kontrol edin"
},
"exposedMasterPassword": {
"message": "Açığa Çıkmış Ana Parola"
},
"exposedMasterPasswordDesc": {
"message": "Bu parola bir veri ihlalinde tespit edildi. Hesabınızı korumak için aynı parolayı farklı yerlerde kullanmayın. Bu parolayı kullanmak istediğinizden emin misiniz?"
},
"weakAndExposedMasterPassword": {
"message": "Zayıf ve Açığa Çıkmış Ana Parola"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Hem zayıf hem de veri ihlalinde yer alan bir tespit edildi. Hesabınızı korumak için güçlü bir parola seçin ve o parolayı başka yerlerde kullanmayın. Bu parolayı kullanmak istediğinizden emin misiniz?"
},
"characterMinimum": {
"message": "En az $LENGTH$ karakter",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Ana parola en az $LENGTH$ karakter uzunluğunda olmalıdır.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -658,7 +658,7 @@
"message": "Головний пароль використовується для доступу до вашого сховища. Дуже важливо, щоб ви запам'ятали його. Якщо ви забудете головний пароль, його неможливо буде відновити."
},
"masterPassImportant": {
"message": "Головний пароль неможливо відновити, якщо ви забудете його!"
"message": "Головний пароль неможливо відновити, якщо ви його втратите!"
},
"masterPassHintDesc": {
"message": "Якщо ви забудете головний пароль, підказка може допомогти вам згадати його."
@ -697,7 +697,7 @@
"message": "Необхідно повторно ввести головний пароль."
},
"masterPasswordMinlength": {
"message": "Master password must be at least $VALUE$ characters long.",
"message": "Довжина головного пароля має бути принаймні $VALUE$ символів.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@ -3532,7 +3532,7 @@
"message": "Слабкий головний пароль"
},
"weakMasterPasswordDesc": {
"message": "Обраний вами головний пароль є слабким. Для належного захисту свого облікового запису Bitwarden, вам слід використовувати надійний головний пароль (або парольну фразу). Ви впевнені, що хочете використати цей пароль?"
"message": "Виявлено слабкий пароль. Використовуйте надійний пароль для захисту свого облікового запису. Ви дійсно хочете використати слабкий пароль?"
},
"rotateAccountEncKey": {
"message": "Також оновити ключ шифрування мого облікового запису"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Видалити секрети"
},
"hardDeleteSecret": {
"message": "Остаточно видалити секрет"
},
"hardDeleteSecrets": {
"message": "Остаточно видалити секрети"
},
"secretProjectAssociationDescription": {
"message": "Оберіть проєкти, з якими буде пов'язано секретний ключ."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "Для початку додайте або імпортуйте секрети."
},
"secretsTrashNoItemsMessage": {
"message": "У смітнику немає секретів."
},
"serviceAccountsNoItemsTitle": {
"message": "Наразі немає даних для показу"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Секрети переміщено до смітника"
},
"hardDeleteSecretConfirmation": {
"message": "Ви дійсно хочете остаточно видалити цей секрет?"
},
"hardDeleteSecretsConfirmation": {
"message": "Ви дійсно хочете остаточно видалити ці секрети?"
},
"hardDeletesSuccessToast": {
"message": "Секрети остаточно видалено"
},
"serviceAccountCreated": {
"message": "Службовий обліковий запис створено"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Секрет переміщено до смітника"
},
"hardDeleteSuccessToast": {
"message": "Секрет остаточно видалено"
},
"searchProjects": {
"message": "Пошук проєктів"
},
@ -5956,13 +5977,13 @@
"message": "Відкликати токен доступу"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
"message": "Відкликати токени доступу"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
"message": "Відкликання токенів доступу це остаточна та незворотна дія."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"message": "Токени доступу відкликано",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
@ -6053,64 +6074,64 @@
"message": "Цей учасник має доступ і може редагувати всі елементи."
},
"domainVerification": {
"message": "Domain verification"
"message": "Перевірка доменів"
},
"newDomain": {
"message": "New domain"
"message": "Новий домен"
},
"noDomains": {
"message": "No domains"
"message": "Немає доменів"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
"message": "Під'єднання домену дозволяє учасникам не використовувати поле ідентифікатора SSO під час входу з SSO."
},
"verifyDomain": {
"message": "Verify domain"
"message": "Підтвердити домен"
},
"reverifyDomain": {
"message": "Reverify domain"
"message": "Повторно підтвердити домен"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
"message": "Копіювати TXT-запис для DNS"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
"message": "TXT-запис для DNS"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
"message": "Скопіюйте і вставте TXT-запис у відповідне поле свого DNS-провайдера."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
"message": "Зразок: mydomain.com. Для піддоменів потрібно підтвердити окремі записи."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
"message": "Автоматичне підтвердження доменів"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden will attempt to verify the domain 3 times during the first 72 hours. If the domain cant be verified, check the DNS record in your host and manually verify. The domain will be removed from your organization in 7 days if it is not verified"
"message": "Bitwarden намагатиметься підтвердити домен 3 рази впродовж 72 годин. Якщо не вдасться підтвердити домен, перевірте DNS-запис у вашого провайдера й підтвердьте його вручну. Якщо домен не буде підтверджено протягом 7 днів, його буде вилучено з вашої організації"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
"message": "Неправильний формат введення. Правильний формат: mydomain.com. Для підтвердження піддоменів потрібно ввести окремі записи."
},
"removeDomain": {
"message": "Remove domain"
"message": "Вилучити домен"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
"message": "Вилучення домену це незворотна дія. Ви дійсно хочете продовжити?"
},
"domainRemoved": {
"message": "Domain removed"
"message": "Домен вилучено"
},
"domainSaved": {
"message": "Domain saved"
"message": "Домен збережено"
},
"domainVerified": {
"message": "Domain verified"
"message": "Домен підтверджено"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
"message": "Не можна запитати той самий домен двічі."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"message": "Хтось вже використовує $DOMAIN$. Щоб продовжити, використайте інший домен.",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6119,7 +6140,7 @@
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"message": "$DOMAIN$ не підтверджено. Перевірте свій DNS-запис.",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6128,25 +6149,28 @@
}
},
"domainStatusVerified": {
"message": "Verified"
"message": "Підтверджено"
},
"domainStatusUnverified": {
"message": "Unverified"
"message": "Не підтверджено"
},
"domainNameTh": {
"message": "Name"
"message": "Ім'я"
},
"domainStatusTh": {
"message": "Status"
"message": "Стан"
},
"lastChecked": {
"message": "Last checked"
"message": "Востаннє перевірено"
},
"editDomain": {
"message": "Редагувати домен"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
"message": "У формі є помилки, що потребують вашої уваги"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"message": "Домен $DOMAIN$ додано",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6155,7 +6179,7 @@
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"message": "Домен $DOMAIN$ вилучено",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6164,7 +6188,7 @@
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"message": "Домен $DOMAIN$ підтверджено",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6173,7 +6197,7 @@
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"message": "Домен $DOMAIN$ не підтверджено",
"placeholders": {
"DOMAIN": {
"content": "$1",
@ -6257,7 +6281,7 @@
}
},
"server": {
"message": "Server"
"message": "Сервер"
},
"exportData": {
"message": "Експортувати дані"
@ -6365,13 +6389,13 @@
"message": "Цей користувач має доступ до бета-версії керування секретами"
},
"important": {
"message": "Important:"
"message": "Важливо:"
},
"viewAll": {
"message": "View all"
"message": "Переглянути все"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"message": "Показано $PORTION$ з $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Під час спроби прочитання імпортованого файлу сталася помилка"
},
"createSecret": {
"message": "Створити секрет"
},
"createProject": {
"message": "Створити проєкт"
},
"createServiceAccount": {
"message": "Створити службовий обліковий запис"
},
"downloadThe": {
"message": "Завантажити",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Керування секретами CLI"
},
"importSecrets": {
"message": "Імпортувати секрети"
},
"getStarted": {
"message": "Початок роботи"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ завершено",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Відновити секрет"
},
"restoreSecrets": {
"message": "Відновити секрети"
},
"restoreSecretPrompt": {
"message": "Ви дійсно хочете відновити цей секрет?"
},
"restoreSecretsPrompt": {
"message": "Ви дійсно хочете відновити ці секрети?"
},
"secretRestoredSuccessToast": {
"message": "Секрет відновлено"
},
"secretsRestoredSuccessToast": {
"message": "Секрети відновлено"
},
"selectionIsRequired": {
"message": "Потрібен вибір."
},
"secretsManagerSubscriptionDesc": {
"message": "Увімкніть доступ організації до керування секретами безплатно упродовж періоду бета-тестування. Користувачам можна надати доступ в бета-версії в меню учасників."
},
"secretsManagerEnable": {
"message": "Увімкнути керування секретами (бета-версія)"
},
"checkForBreaches": {
"message": "Перевірити відомі витоки даних для цього пароля"
},
"exposedMasterPassword": {
"message": "Головний пароль викрито"
},
"exposedMasterPasswordDesc": {
"message": "Пароль знайдено у витоку даних. Використовуйте унікальний пароль для захисту свого облікового запису. Ви дійсно хочете використати викритий пароль?"
},
"weakAndExposedMasterPassword": {
"message": "Слабкий і викритий головний пароль"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Виявлено слабкий пароль, який знайдено у витоку даних. Використовуйте надійний та унікальний пароль для захисту свого облікового запису. Ви дійсно хочете використати цей пароль?"
},
"characterMinimum": {
"message": "Мінімум $LENGTH$ символів",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Довжина головного пароля має бути принаймні $LENGTH$ символів.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -3532,7 +3532,7 @@
"message": "Weak master password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
"message": "Weak password identified. Use a strong password to protect your account. Are you sure you want to use a weak password?"
},
"rotateAccountEncKey": {
"message": "Also rotate my account's encryption key"
@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "Delete secrets"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret."
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "To get started, add a new secret or import secrets."
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "Nothing to show yet"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "Secrets sent to trash"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "Service account created"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "Search projects"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Chỉnh sửa tên miền"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "Đã xảy ra lỗi khi cố đọc tập tin nhập"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Lựa chọn là bắt buộc."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "删除机密"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "选择与机密相关联的项目。仅有权访问该项目的组织用户能查看该机密。"
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "要开始,请添加一个新的机密或导入机密。"
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "还没有要显示的内容"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "机密已发送到回收站"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "服务帐户已创建"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "机密已发送到回收站"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "搜索项目"
},
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "上次检查"
},
"editDomain": {
"message": "编辑域"
},
"domainFormInvalid": {
"message": "表单错误需要您注意。"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "必须选择"
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "检查已知的数据泄露是否包含此密码"
},
"exposedMasterPassword": {
"message": "已暴露的主密码"
},
"exposedMasterPasswordDesc": {
"message": "一起数据泄露中存在该密码。使用独特的密码有助保护您的账户。确定要使用曾经暴露的密码吗?"
},
"weakAndExposedMasterPassword": {
"message": "主密码弱且曾经暴露"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "密码太弱并出现在数据泄露。使用强悍且独特的密码有助保护您的账户。确定继续使用当前密码吗?"
},
"characterMinimum": {
"message": "至少 $LENGTH$ 个字符",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "主密码长度最少为 $LENGTH$ 个字符。",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}

View File

@ -5730,6 +5730,12 @@
"deleteSecrets": {
"message": "刪除機密"
},
"hardDeleteSecret": {
"message": "Permanently delete secret"
},
"hardDeleteSecrets": {
"message": "Permanently delete secrets"
},
"secretProjectAssociationDescription": {
"message": "選擇與機密相關聯的項目。僅有權存取該項目的組織使用者能檢視該機密。"
},
@ -5784,6 +5790,9 @@
"secretsNoItemsMessage": {
"message": "要開始,請加入一個新的機密或匯入機密。"
},
"secretsTrashNoItemsMessage": {
"message": "There are no secrets in the trash."
},
"serviceAccountsNoItemsTitle": {
"message": "還沒有要顯示的內容"
},
@ -5829,6 +5838,15 @@
"softDeletesSuccessToast": {
"message": "機密已移至垃圾桶"
},
"hardDeleteSecretConfirmation": {
"message": "Are you sure you want to permanently delete this secret?"
},
"hardDeleteSecretsConfirmation": {
"message": "Are you sure you want to permanently delete these secrets?"
},
"hardDeletesSuccessToast": {
"message": "Secrets permanently deleted"
},
"serviceAccountCreated": {
"message": "服務帳號已建立"
},
@ -5907,6 +5925,9 @@
"softDeleteSuccessToast": {
"message": "機密已移至垃圾桶"
},
"hardDeleteSuccessToast": {
"message": "Secret permanently deleted"
},
"searchProjects": {
"message": "搜尋項目"
},
@ -6053,7 +6074,7 @@
"message": "此成員可存取及變更所有項目。"
},
"domainVerification": {
"message": "Domain verification"
"message": "網域驗證"
},
"newDomain": {
"message": "New domain"
@ -6142,6 +6163,9 @@
"lastChecked": {
"message": "Last checked"
},
"editDomain": {
"message": "Edit domain"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
@ -6391,5 +6415,100 @@
},
"errorReadingImportFile": {
"message": "An error occurred when trying to read the import file"
},
"createSecret": {
"message": "Create a secret"
},
"createProject": {
"message": "Create a project"
},
"createServiceAccount": {
"message": "Create a service account"
},
"downloadThe": {
"message": "Download the",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
"message": "Secrets Manager CLI"
},
"importSecrets": {
"message": "Import secrets"
},
"getStarted": {
"message": "Get started"
},
"complete": {
"message": "$COMPLETED$/$TOTAL$ Complete",
"placeholders": {
"COMPLETED": {
"content": "$1",
"example": "1"
},
"TOTAL": {
"content": "$2",
"example": "4"
}
}
},
"restoreSecret": {
"message": "Restore secret"
},
"restoreSecrets": {
"message": "Restore secrets"
},
"restoreSecretPrompt": {
"message": "Are you sure you want to restore this secret?"
},
"restoreSecretsPrompt": {
"message": "Are you sure you want to restore these secrets?"
},
"secretRestoredSuccessToast": {
"message": "Secret restored"
},
"secretsRestoredSuccessToast": {
"message": "Secrets restored"
},
"selectionIsRequired": {
"message": "Selection is required."
},
"secretsManagerSubscriptionDesc": {
"message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members."
},
"secretsManagerEnable": {
"message": "Enable Secrets Manager Beta"
},
"checkForBreaches": {
"message": "Check known data breaches for this password"
},
"exposedMasterPassword": {
"message": "Exposed Master Password"
},
"exposedMasterPasswordDesc": {
"message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
},
"weakAndExposedMasterPassword": {
"message": "Weak and Exposed Master Password"
},
"weakAndBreachedMasterPasswordDesc": {
"message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
},
"characterMinimum": {
"message": "$LENGTH$ character minimum",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"masterPasswordMinimumlength": {
"message": "Master password must be at least $LENGTH$ characters long.",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
}
}