Autosync the updated translations (#4794)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-17 01:19:00 +01:00 committed by GitHub
parent 41f11233fa
commit c0b1fe11e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
58 changed files with 9888 additions and 144 deletions

View File

@ -697,7 +697,14 @@
"message": "Hoofwagwoord moet weer ingevoer word."
},
"masterPasswordMinlength": {
"message": "Hoofwagwoord moet ten minste 8 karakters lank wees."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Hoofwagwoordbevestiging stem nie ooreen nie."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "مطلوب إعادة إدخال كلمة المرور الرئيسية."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "لا يتطابق تأكيد كلمة المرور مع كلمة المرور."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Ana parolun yenidən yazılması lazımdır."
},
"masterPasswordMinlength": {
"message": "Ana parol ən azı 8 simvol uzunluğunda olmalıdır."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Ana parol təsdiqləməsi uyğun gəlmir."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Müraciət tokenini ləğv et"
},
"revokeAccessTokens": {
"message": "Müraciət tokenlərini ləğv et"
},
"revokeAccessTokenDesc": {
"message": "Müraciət tokenlərinin ləğv edilməsi daimi və geri qaytarıla bilməyən prosesdir."
},
"accessTokenRevoked": {
"message": "Müraciət tokenləri ləğv edildi",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Alt menyu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Bu üzv, bütün elementlərə müraciət edə və onları dəyişdirə bilər."
},
"domainVerification": {
"message": "Domen təsdiqləməsi"
},
"newDomain": {
"message": "Yeni domen"
},
"noDomains": {
"message": "Domen yoxdur"
},
"noDomainsSubText": {
"message": "Bir domenin bağlantı qurması, üzvlərin SSO ilə Giriş etməsi əsnasında SSO identifikatorunu ötürməsinə icazə verir."
},
"verifyDomain": {
"message": "Domeni təsdiqlə"
},
"reverifyDomain": {
"message": "Domeni yenidən təsdiqlə"
},
"copyDnsTxtRecord": {
"message": "DNS TXT qeydini kopyala"
},
"dnsTxtRecord": {
"message": "DNS TXT qeydi"
},
"dnsTxtRecordInputHint": {
"message": "TXT qeydini DNS Provayderinizə kopyalayıb yapışdırın."
},
"domainNameInputHint": {
"message": "Nümunə: mydomain.com. Alt domenlərin təsdiqlənməsi üçün ayrıca girişlər tələb olunur."
},
"automaticDomainVerification": {
"message": "Avtomatik Domen Təsdiqləməsi"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden, ilk 72 saat ərzində domeni 3 dəfə təsdiqləməyə çalışacaq. Əgər domen təsdiqlənə bilməsə, \"host\"unuzdakı DNS qeydini yoxlayıb əllə təsdiqləyin. Domen təsdiqlənməsə, 7 gün ərzində təşkilatınızdan silinəcək"
},
"invalidDomainNameMessage": {
"message": "Giriş, yararlı bir format deyil. Format: mydomain.com. Alt domenlərin təsdiqlənməsi üçün ayrıca girişlər tələb olunur."
},
"removeDomain": {
"message": "Domeni sil"
},
"removeDomainWarning": {
"message": "Domenin silinməsi, geri qaytarıla bilməyən prosesdir. Davam etmək istədiyinizə əminsiniz?"
},
"domainRemoved": {
"message": "Domen silindi"
},
"domainSaved": {
"message": "Domen saxlanıldı"
},
"domainVerified": {
"message": "Domen təsdiqləndi"
},
"duplicateDomainError": {
"message": "Eyni domeni iki dəfə tələb edə bilməzsiniz."
},
"domainNotAvailable": {
"message": "Kimsə $DOMAIN$ domenini istifadə edir. Davam etmək üçün fərqli bir domen istifadə edin.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ təsdiqlənmədi. DNS qeydinizi yoxlayın.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Təsdiqləndi"
},
"domainStatusUnverified": {
"message": "Təsdiqlənmədi"
},
"domainNameTh": {
"message": "Ad"
},
"domainStatusTh": {
"message": "Vəziyyət"
},
"lastChecked": {
"message": "Son yoxlama"
},
"domainFormInvalid": {
"message": "Diqqətinizi tələb edən form xətaları var"
},
"addedDomain": {
"message": "$DOMAIN$ domeni əlavə edildi",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "$DOMAIN$ domeni silindi",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ təsdiqləndi",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ təsdiqlənmədi",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Üzv/Qrup"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Məlumatı xaricə köçür"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Bu istifadəçi \"Secrets Manager Beta\"ya müraciət edə bilər"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "Hamısına bax"
},
"showingPortionOfTotal": {
"message": "$PORTION$/$TOTAL$ göstərilir",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Aşağıdakı xətaları həll edin və yenidən sınayın."
},

View File

@ -697,7 +697,14 @@
"message": "Неабходна паўторна ўвесці асноўны пароль."
},
"masterPasswordMinlength": {
"message": "Асноўны пароль павінен змяшчаць прынамсі 8 сімвалаў."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Пацвярджэнне асноўнага пароля не супадае."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Адклікаць токен доступу"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Падменю"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Гэты ўдзельнік можа атрымліваць доступ і змяняць усе элементы."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Удзельнік/Група"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Гэты карыстальнік можа атрымаць доступ да Менеджара сакрэтаў у рэжыме бэта-тэсціравання"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Повторното въвеждане на главната парола е задължително."
},
"masterPasswordMinlength": {
"message": "Главната парола трябва да е дълга поне 8 знака."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Главната парола и потвърждението ѝ не съвпадат."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Анулиране на идентификатора за достъп"
},
"revokeAccessTokens": {
"message": "Анулиране на идентификаторите за достъп"
},
"revokeAccessTokenDesc": {
"message": "Анулирането на идентификатори за достъп е окончателно и необратимо."
},
"accessTokenRevoked": {
"message": "Идентификаторите за достъп са анулирани",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Подменю"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Този член има достъп до всички записи и може да ги редактира."
},
"domainVerification": {
"message": "Потвърждаване на домейн"
},
"newDomain": {
"message": "Нов домейн"
},
"noDomains": {
"message": "Няма домейни"
},
"noDomainsSubText": {
"message": "Свързването на домейн позволява на членовете да пропускат полето за идентификатор за еднократно удостоверяване по време на вписване чрез този метод."
},
"verifyDomain": {
"message": "Потвърждаване на домейна"
},
"reverifyDomain": {
"message": "Повторно потвърждаване на домейна"
},
"copyDnsTxtRecord": {
"message": "Копирайте записа TXT от DNS"
},
"dnsTxtRecord": {
"message": "Pапис TXT от DNS"
},
"dnsTxtRecordInputHint": {
"message": "Копирайте и поставете записа TXT в системата на своя доставчик на DNS."
},
"domainNameInputHint": {
"message": "Пример: mydomain.com. Под-домейните изискват всеки отделен запис да бъде потвърден."
},
"automaticDomainVerification": {
"message": "Автоматично потвърждаване на домейн"
},
"automaticDomainVerificationProcess": {
"message": "Битуорден ще се опита да потвърди домейна 3 пъти през първите 72 часа. Ако той не може да бъде потвърден, проверете записа за DNS в сървъра си и направете потвърждаването ръчно. Домейнът ще бъде премахнат от организацията Ви след 7 дни, ако не бъде потвърден."
},
"invalidDomainNameMessage": {
"message": "Неправилен формат. Пример: mydomain.com. Под-домейните изискват всеки отделен запис да бъде потвърден."
},
"removeDomain": {
"message": "Премахване на домейна"
},
"removeDomainWarning": {
"message": "Премахването на домейна не може да бъде отменено. Наистина ли искате да продължите?"
},
"domainRemoved": {
"message": "Домейнът е премахнат"
},
"domainSaved": {
"message": "Домейнът е запазен"
},
"domainVerified": {
"message": "Домейнът е потвърден"
},
"duplicateDomainError": {
"message": "Не може да заявите един и същ домейн повече от веднъж."
},
"domainNotAvailable": {
"message": "Някой вече ползва $DOMAIN$. Изберете различен домейн, за да продължите.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "Домейнът $DOMAIN$ не е потвърден. Проверете записа в DNS.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Потвърден"
},
"domainStatusUnverified": {
"message": "Непотвърден"
},
"domainNameTh": {
"message": "Име"
},
"domainStatusTh": {
"message": "Състояние"
},
"lastChecked": {
"message": "Последна проверка"
},
"domainFormInvalid": {
"message": "Във формуляра има грешки, които трябва да погледнете"
},
"addedDomain": {
"message": "Добавен е домейн $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Премахнат е домейн $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "Домейнът $DOMAIN$ е потвърден",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "Домейнът $DOMAIN$ не е потвърден",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Член/група"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Сървър"
},
"exportData": {
"message": "Изнасяне на данни"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Този потребител има достъп до Управлението на тайни (Бета)"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "Показване на всички"
},
"showingPortionOfTotal": {
"message": "Показани: $PORTION$ от $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Оправете грешките по-долу и опитайте отново."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "মূল পাসওয়ার্ড নিশ্চিতকরণ মেলেনি।"
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Cal tornar a escriure la contrasenya mestra."
},
"masterPasswordMinlength": {
"message": "La contrasenya mestra ha de contenir almenys 8 caràcters."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "La confirmació de la contrasenya mestra no coincideix."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoca el token d'accés"
},
"revokeAccessTokens": {
"message": "Revoca tokens d'accés"
},
"revokeAccessTokenDesc": {
"message": "La revocació de tokens d'accés és permanent i irreversible."
},
"accessTokenRevoked": {
"message": "S'han revocat tokens d'accés",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenú"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Aquest usuari pot accedir i modificar tots els elements."
},
"domainVerification": {
"message": "Verificació de dominis"
},
"newDomain": {
"message": "Domini nou"
},
"noDomains": {
"message": "Sense dominis"
},
"noDomainsSubText": {
"message": "La connexió d'un domini permet als membres ometre el camp d'identificador de SSO durant l'inici de sessió amb aquest."
},
"verifyDomain": {
"message": "Verifica domini"
},
"reverifyDomain": {
"message": "Torna a verificar el domini"
},
"copyDnsTxtRecord": {
"message": "Copia registre DNS TXT"
},
"dnsTxtRecord": {
"message": "Registre DNS TXT"
},
"dnsTxtRecordInputHint": {
"message": "Copieu i enganxeu el registre TXT al vostre proveïdor de DNS."
},
"domainNameInputHint": {
"message": "Exemple: el meudomini.com. Els subdominis requereixen que es verifiquen entrades separades."
},
"automaticDomainVerification": {
"message": "Verificació automàtica de dominis"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden intentarà verificar el domini 3 vegades durant les primeres 72 hores. Si el domini no es pot verificar, comproveu el registre DNS del vostre amfitrió i verifiqueu-lo manualment. El domini s'eliminarà de la vostra organització en 7 dies si no es verifica"
},
"invalidDomainNameMessage": {
"message": "L'entrada no és un format vàlid. Format: el meudomini.com. Els subdominis requereixen que es verifiquen entrades separades."
},
"removeDomain": {
"message": "Suprimeix domini"
},
"removeDomainWarning": {
"message": "L'eliminació d'un domini no es pot desfer. Esteu segur que voleu continuar?"
},
"domainRemoved": {
"message": "Domini suprimit"
},
"domainSaved": {
"message": "Domini guardat"
},
"domainVerified": {
"message": "Domini verificat"
},
"duplicateDomainError": {
"message": "No pots reclamar el mateix domini dues vegades."
},
"domainNotAvailable": {
"message": "Algú més està utilitzant $DOMAIN$. Utilitzeu un domini diferent per continuar.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ no verificat. Comproveu el vostre registre DNS.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verificat"
},
"domainStatusUnverified": {
"message": "Sense verificar"
},
"domainNameTh": {
"message": "Nom"
},
"domainStatusTh": {
"message": "Estat"
},
"lastChecked": {
"message": "Última comprovació"
},
"domainFormInvalid": {
"message": "Hi ha errors de forma que necessiten la vostra atenció"
},
"addedDomain": {
"message": "S'ha afegit el domini $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "S'ha suprimit el domini $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verificat",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ sense verificar",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Membre/grup"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Servidor"
},
"exportData": {
"message": "Exportar dades"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Aquest usuari pot accedir a la beta de l'administrador de secrets"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resoleu els errors següents i torneu-ho a provar."
},

View File

@ -697,7 +697,14 @@
"message": "Druhé zadání hlavního hesla je povinné."
},
"masterPasswordMinlength": {
"message": "Hlavní heslo musí obsahovat alespoň 8 znaků."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Potvrzení hlavního hesla se neshoduje."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Hovedadgangskode kræves angivet igen."
},
"masterPasswordMinlength": {
"message": "Hovedadgangskoden skal være på mindst 8 tegn."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Hovedadgangskoderne matcher ikke."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Ophæv adgangstoken"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Undermenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Dette medlem kan tilgå og ændre alle emner."
},
"domainVerification": {
"message": "Domænebekræftelse"
},
"newDomain": {
"message": "Nyt domæne"
},
"noDomains": {
"message": "Ingen domæner"
},
"noDomainsSubText": {
"message": "Tilslutning af et domæne lader medlemmer overspringe SSO-identifikationsfeltet under SSO-baseret indlogning."
},
"verifyDomain": {
"message": "Bekræft domæne"
},
"reverifyDomain": {
"message": "Genbekræft domæne"
},
"copyDnsTxtRecord": {
"message": "Kopiér DNS TXT-post"
},
"dnsTxtRecord": {
"message": "DNS TXT-post"
},
"dnsTxtRecordInputHint": {
"message": "Kopiér og indsæt TXT-posten i din DNS-udbyder."
},
"domainNameInputHint": {
"message": "Eks.: mitdomaene.dk. Underdomæner kræver at separate poster bekræftes."
},
"automaticDomainVerification": {
"message": "Automatisk Domænebekræftelse"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden vil forsøge at bekræfte domænet 3 gange i løbet af de første 72 timer. Kan domænet ikke bekræftes, så tjek DNS-posten på værten og bekræft manuelt. Såfremt ubekræftet efter 7 dage, fjernes domænet fra organisationen"
},
"invalidDomainNameMessage": {
"message": "Input er ikke i et gyldigt format. Format: mitdomaene.dk. Underdomæner kræver at separate poster bekræftes."
},
"removeDomain": {
"message": "Fjern domæne"
},
"removeDomainWarning": {
"message": "En domænefjernelse er irreversibel. Fortsæt — helt sikker?"
},
"domainRemoved": {
"message": "Domæne fjernet"
},
"domainSaved": {
"message": "Domæne gemt"
},
"domainVerified": {
"message": "Domæne bekræftet"
},
"duplicateDomainError": {
"message": "Der kan ikke gøres krav på det samme domæne to gange."
},
"domainNotAvailable": {
"message": "$DOMAIN$ bruges allerede. Brug et andet domæne for at fortsætte.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ ikke bekræftet. Tjek DNS-posten.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Bekræftet"
},
"domainStatusUnverified": {
"message": "Ikke-bekræftet"
},
"domainNameTh": {
"message": "Navn"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Senest tjekket"
},
"domainFormInvalid": {
"message": "Der fndes formularfejl, som kræver håndtering"
},
"addedDomain": {
"message": "Domænet $DOMAIN$ tilføjet",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Domænet $DOMAIN$ fjernet",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ bekræftet",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ ikke bekræftet",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Medlem/Gruppe"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Eksportér data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Denne bruger kan tilgå Secrets Manager Beta"
},
"important": {
"message": "Vigtigt:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Ret fejlene nedenfor og forsøg igen."
},

View File

@ -697,7 +697,14 @@
"message": "Erneute Eingabe des Master-Passworts ist erforderlich."
},
"masterPasswordMinlength": {
"message": "Das Master-Passwort muss mindestens 8 Zeichen lang sein."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master-Passwort-Bestätigung stimmt nicht überein."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Zugriffstoken widerrufen"
},
"revokeAccessTokens": {
"message": "Zugriffstokens widerrufen"
},
"revokeAccessTokenDesc": {
"message": "Das Widerrufen von Zugriffstokens ist dauerhaft und unumkehrbar."
},
"accessTokenRevoked": {
"message": "Zugriffstokens widerrufen",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Untermenü"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Dieses Mitglied darf auf alle Elemente zugreifen und diese ändern."
},
"domainVerification": {
"message": "Domain-Verifizierung"
},
"newDomain": {
"message": "Neue Domain"
},
"noDomains": {
"message": "Keine Domains"
},
"noDomainsSubText": {
"message": "Durch das Verbinden einer Domain können Mitglieder das SSO-Kennungsfeld während der Anmeldung mit SSO überspringen."
},
"verifyDomain": {
"message": "Domain überprüfen"
},
"reverifyDomain": {
"message": "Domain erneut verifizieren"
},
"copyDnsTxtRecord": {
"message": "DNS-TXT-Eintrag kopieren"
},
"dnsTxtRecord": {
"message": "DNS-TXT-Eintrag"
},
"dnsTxtRecordInputHint": {
"message": "Kopiere den TXT-Eintrag und füge ihn bei deinem DNS-Provider ein."
},
"domainNameInputHint": {
"message": "Beispiel: mydomain.com. Subdomains erfordern separate Einträge zur Verifizierung."
},
"automaticDomainVerification": {
"message": "Automatische Domain-Verifizierung"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden wird in den ersten 72 Stunden 3 Mal versuchen, die Domain zu überprüfen. Wenn die Domain nicht verifiziert werden kann, überprüfe den DNS-Eintrag auf deinem Host und verifiziere sie manuell. Die Domain wird in 7 Tagen aus deiner Organisation entfernt, wenn sie nicht verifiziert ist"
},
"invalidDomainNameMessage": {
"message": "Eingabe ist kein gültiges Format. Format: mydomain.com. Subdomains erfordern separate Einträge, um verifiziert zu werden."
},
"removeDomain": {
"message": "Domain entfernen"
},
"removeDomainWarning": {
"message": "Das Entfernen einer Domain kann nicht rückgängig gemacht werden. Bist du sicher, dass du fortfahren möchtest?"
},
"domainRemoved": {
"message": "Domain entfernt"
},
"domainSaved": {
"message": "Domain gespeichert"
},
"domainVerified": {
"message": "Domain verifiziert"
},
"duplicateDomainError": {
"message": "Du kannst die gleiche Domain nicht zweimal beanspruchen."
},
"domainNotAvailable": {
"message": "Jemand anderes benutzt $DOMAIN$. Verwende eine andere Domain, um fortzufahren.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ nicht verifiziert. Überprüfe deinen DNS-Eintrag.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verifiziert"
},
"domainStatusUnverified": {
"message": "Nicht verifiziert"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Zuletzt überprüft"
},
"domainFormInvalid": {
"message": "Es gibt Formularfehler, die deine Aufmerksamkeit benötigen"
},
"addedDomain": {
"message": "Domain $DOMAIN$ hinzugefügt",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Domain $DOMAIN$ entfernt",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verifiziert",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ nicht verifiziert",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Mitglied/Gruppe"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Daten exportieren"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Dieser Benutzer kann auf die Secrets Manager Beta zugreifen"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "Alles anzeigen"
},
"showingPortionOfTotal": {
"message": "Zeige $PORTION$ von $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Behebe die unten aufgeführten Fehler und versuche es erneut."
},

View File

@ -697,7 +697,14 @@
"message": "Απαιτείται επιβεβαίωση του κύριου κωδικού."
},
"masterPasswordMinlength": {
"message": "Ο κύριος κωδικός πρέπει να έχει μήκος τουλάχιστον 8 χαρακτήρες."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Η επιβεβαίωση του κύριου κωδικού δεν ταιριάζει."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Reentajpado de ĉefpasvorto estas nepra."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "La konfirmo de la ĉefa pasvorto ne kongruas."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Se requiere volver a teclear la contraseña maestra."
},
"masterPasswordMinlength": {
"message": "La contraseña maestra debe tener al menos 8 caracteres."
"message": "La contraseña maestra debe tener al menos $VALUE$ caracteres.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "La confirmación de contraseña maestra no coincide."
@ -1686,16 +1693,16 @@
"message": "Instrucciones"
},
"exposedPasswordsReport": {
"message": "Infome de contraseñas expuestas"
"message": "Infome de contraseñas comprometidas"
},
"exposedPasswordsReportDesc": {
"message": "Las contraseñas comprometidas en una brecha de datos son blancos fáciles para los atacantes. Cambia estas contraseñas para evitar futuras brechas."
"message": "Las contraseñas comprometidas en una brecha de datos son blancos fáciles para los atacantes. Cambia estas contraseñas para evitar futuras intrusiones."
},
"exposedPasswordsFound": {
"message": "Contraseñas comprometidas encontradas"
},
"exposedPasswordsFoundDesc": {
"message": "Hemos encontrado $COUNT$ elementos en su caja fuerte que tienen contraseñas que fueron comprometidas en violaciones de datos conocidas. Debe cambiarlos para utilizar una contraseña nueva.",
"message": "Hemos encontrado $COUNT$ elementos en su caja fuerte que tienen contraseñas que fueron comprometidas en filtraciones de datos conocidas. Debe cambiarlos para utilizar una contraseña nueva.",
"placeholders": {
"count": {
"content": "$1",
@ -1704,13 +1711,13 @@
}
},
"noExposedPasswords": {
"message": "No hay elementos en su caja fuerte que tengan contraseñas que hayan sido comprometidas en violaciones de datos conocidas."
"message": "No hay elementos en su caja fuerte que tengan contraseñas que hayan sido comprometidas en filtraciones de datos conocidas."
},
"checkExposedPasswords": {
"message": "Compruebe las contraseñas comprometidas"
},
"exposedXTimes": {
"message": "Comprometidas $COUNT$ vez/veces",
"message": "Comprometida $COUNT$ veces",
"placeholders": {
"count": {
"content": "$1",
@ -1770,10 +1777,10 @@
}
},
"dataBreachReport": {
"message": "Informe de violación de datos"
"message": "Informe de filtración de datos"
},
"breachDesc": {
"message": "Una \"filtración\" es un incidente en el que los delincuentes informáticos han accedido ilegalmente a los datos de un sitio y los han hecho públicos. Revisa los tipos de datos que fueron comprometidos (direcciones de correo electrónico, contraseñas, tarjetas de crédito, etc.) y toma las medidas apropiadas, como cambiar las contraseñas."
"message": "Las cuentas filtradas pueden exponer su información personal. Protege las cuentas filtradas activando 2FA o creando una contraseña más segura."
},
"breachCheckUsernameEmail": {
"message": "Verifica cualquier nombre de usuario o dirección de correo electrónico que utilices."
@ -1882,7 +1889,7 @@
"message": "Acceso de emergencia"
},
"premiumSignUpReports": {
"message": "Higiene de contraseña, salud de la cuenta e informes de violaciones de datos para mantener su caja fuerte segura."
"message": "Higiene de contraseña, salud de la cuenta e informes de filtraciones de datos para mantener su caja fuerte segura."
},
"premiumSignUpTotp": {
"message": "Generador de código de verificación TOTP (2FA) para iniciar sesión en su caja fuerte."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revocar token de acceso"
},
"revokeAccessTokens": {
"message": "Revocar tokens de acceso"
},
"revokeAccessTokenDesc": {
"message": "La revocación los tokens de acceso es permanente e irreversible."
},
"accessTokenRevoked": {
"message": "Tokens de acceso revocados",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenú"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Este miembro puede acceder y modificar todos los elementos."
},
"domainVerification": {
"message": "Verificación de dominio"
},
"newDomain": {
"message": "Nuevo dominio"
},
"noDomains": {
"message": "No hay dominios"
},
"noDomainsSubText": {
"message": "Conectar un dominio permite a los miembros omitir el campo identificador SSO durante el inicio de sesión con SSO."
},
"verifyDomain": {
"message": "Verificar dominio"
},
"reverifyDomain": {
"message": "Reverificar dominio"
},
"copyDnsTxtRecord": {
"message": "Copiar registro DNS TXT"
},
"dnsTxtRecord": {
"message": "Registro DNS TXT"
},
"dnsTxtRecordInputHint": {
"message": "Copia y pega el registro TXT en tu proveedor de DNS."
},
"domainNameInputHint": {
"message": "Ejemplo: mydomain.com. Los subdominios requieren entradas separadas para ser verificadas."
},
"automaticDomainVerification": {
"message": "Verificación automática de dominio"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden intentará verificar el dominio 3 veces durante las primeras 72 horas. Si el dominio no puede ser verificado, compruebe el registro DNS en su host y verifique manualmente. El dominio se eliminará de su organización en 7 días si no se verifica"
},
"invalidDomainNameMessage": {
"message": "Los datos inreoducidos no tienen un formato válido. Formato: midominio.com. Los subdominios requieren entradas separadas para ser verificadas."
},
"removeDomain": {
"message": "Eliminar dominio"
},
"removeDomainWarning": {
"message": "La eliminación de un dominio no se puede deshacer. ¿Está seguro de que desea continuar?"
},
"domainRemoved": {
"message": "Dominio eliminado"
},
"domainSaved": {
"message": "Dominio guardado"
},
"domainVerified": {
"message": "Dominio verificado"
},
"duplicateDomainError": {
"message": "No puedes reclamar el mismo dominio dos veces."
},
"domainNotAvailable": {
"message": "Alguien más está usando $DOMAIN$. Utilice un dominio diferente para continuar.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ no verificado. Compruebe su registro DNS.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verificado"
},
"domainStatusUnverified": {
"message": "No Verificado"
},
"domainNameTh": {
"message": "Nombre"
},
"domainStatusTh": {
"message": "Estado"
},
"lastChecked": {
"message": "Última vez revisado"
},
"domainFormInvalid": {
"message": "Hay errores de formulario que necesitan su atención"
},
"addedDomain": {
"message": "Dominio añadido $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Dominio $DOMAIN$ eliminado",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verificado",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ no verificado",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Miembro/Grupo"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Servidor"
},
"exportData": {
"message": "Exportar datos"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Este usuario puede acceder al Administrador Secretos Beta"
},
"important": {
"message": "Importante:"
},
"viewAll": {
"message": "Ver todo"
},
"showingPortionOfTotal": {
"message": "Mostrando $PORTION$ de $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Corrija los siguientes errores e inténtelo de nuevo"
},

View File

@ -281,35 +281,35 @@
"message": "Otsi lemmikute hulgast"
},
"searchLogin": {
"message": "Search logins",
"message": "Otsi kirjeid",
"description": "Search Login type"
},
"searchCard": {
"message": "Search cards",
"message": "Otsi kaarte",
"description": "Search Card type"
},
"searchIdentity": {
"message": "Search identities",
"message": "Otsi identiteete",
"description": "Search Identity type"
},
"searchSecureNote": {
"message": "Search secure notes",
"message": "Otsi turvalisi märkmeid",
"description": "Search Secure Note type"
},
"searchVault": {
"message": "Otsi hoidlast"
},
"searchMyVault": {
"message": "Search my vault"
"message": "Otsi minu hoidlast"
},
"searchOrganization": {
"message": "Search organization"
"message": "Otsi organisatsioonist"
},
"searchMembers": {
"message": "Search members"
"message": "Otsi liikmeid"
},
"searchGroups": {
"message": "Search groups"
"message": "Otsi gruppe"
},
"allItems": {
"message": "Kõik kirjed"
@ -393,7 +393,7 @@
"message": "Vali"
},
"newItem": {
"message": "New item"
"message": "Uus kirje"
},
"addItem": {
"message": "Lisa kirje"
@ -405,11 +405,11 @@
"message": "Kirje vaatamine"
},
"new": {
"message": "New",
"message": "Uus",
"description": "for adding new items"
},
"item": {
"message": "Item"
"message": "Kirje"
},
"ex": {
"message": "nt.",
@ -586,10 +586,10 @@
"message": "Kaust on kustutatud"
},
"editInfo": {
"message": "Edit info"
"message": "Muuda infot"
},
"access": {
"message": "Access"
"message": "Juurdepääs"
},
"loggedOut": {
"message": "Välja logitud"
@ -697,7 +697,14 @@
"message": "Vajalik on ülemparooli uuesti sisestamine."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Ülemparoolid ei ühti."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Pasahitz nagusia berridaztea derrigorrezkoa da."
},
"masterPasswordMinlength": {
"message": "Pasahitz nagusiak 8 karaktere izan behar ditu gutxienez."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Pasahitz nagusiaren egiaztatzea ez dator bat."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Kide hau elementu guztietara sartu eta aldaketak egin ditzake."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "نوشتن مجدد کلمه عبور اصلی ضروری است."
},
"masterPasswordMinlength": {
"message": "طول کلمه عبور اصلی باید حداقل ۸ کاراکتر باشد."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "کلمه عبور اصلی با تکرار آن مطابقت ندارد."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "لغو دسترسی به توکن"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "زیرمنو"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "این عضو می‌تواند به همه موارد دسترسی داشته باشد و آن‌ها را تغییر دهد."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "عضو/گروه"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "این کاربر می‌تواند به بتای مدیر اسرار دسترسی داشته باشد"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Pääsalasanan uudelleensyöttö vaaditaan."
},
"masterPasswordMinlength": {
"message": "Pääsalasanan tulee sisältää ainakin 8 merkkiä."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Pääsalasanan vahvistus ei täsmää."
@ -5032,7 +5039,7 @@
"message": "Lunastettu tili"
},
"revokeAccount": {
"message": "Irtisano tili $NAME$",
"message": "Peru tili $NAME$",
"placeholders": {
"name": {
"content": "$1",
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Peru käyttötunniste"
},
"revokeAccessTokens": {
"message": "Mitätöi käyttötunnisteet"
},
"revokeAccessTokenDesc": {
"message": "Käyttötunnisteiden mitätöinti on pysyvää, eikä sitä ole mahdollista perua."
},
"accessTokenRevoked": {
"message": "Käyttötunnisteet peruttiin",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Alavalikko"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Tämä jäsen voi tarkastella ja muokata kaikkia kohteita."
},
"domainVerification": {
"message": "Verkkotunnusten vahvistus"
},
"newDomain": {
"message": "Uusi verkkotunnus"
},
"noDomains": {
"message": "Verkkotunnuksia ei ole"
},
"noDomainsSubText": {
"message": "Oman verkkotunnuksen liittäminen mahdollistaa jäsenille kertakirjautumistunnisteen ohituksen kertakirjautumisen kautta kirjauduttaessa."
},
"verifyDomain": {
"message": "Vahvista verkkotunnus"
},
"reverifyDomain": {
"message": "Vahvista verkkotunnus uudelleen"
},
"copyDnsTxtRecord": {
"message": "Kopioi DNS TXT -tietue"
},
"dnsTxtRecord": {
"message": "DNS TXT -tietue"
},
"dnsTxtRecordInputHint": {
"message": "Kopioi ja liitä TXT-tietue DNS-toimittajasi tietoihin."
},
"domainNameInputHint": {
"message": "Esimerkki: omaosoite.fi. Aliverkkotunnukset on määritettävä ja vahvistettava erikseen."
},
"automaticDomainVerification": {
"message": "Automaattinen verkkotunnusvarmennus"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden yrittää vahvistaa verkkotunnuksen 3 kertaa ensimmäisten 72 tunnin aikana. Jos vahvistus ei onnistu, tarkista verkkotunnuksesi DNS-tietue ja suorita vahvistus manuaalisesti. Vahvistamattomat verkkotunnukset poistetaan organisaatiosta 7 päivän kuluttua."
},
"invalidDomainNameMessage": {
"message": "Syöte ei ole kelvollisessa muodossa. Muoto: omaosoite.fi. Aliverkkotunnukset on määritettävä ja vahvistettava erikseen."
},
"removeDomain": {
"message": "Poista verkkotunnus"
},
"removeDomainWarning": {
"message": "Verkkotunnuksen poistoa ei ole mahdollista kumota. Haluatko varmasti jatkaa?"
},
"domainRemoved": {
"message": "Verkkotunnus poistettiin"
},
"domainSaved": {
"message": "Verkkotunnus tallennettiin"
},
"domainVerified": {
"message": "Verkkotunnus vahvistettiin"
},
"duplicateDomainError": {
"message": "Et voi lunastaa samaa verkkotunnusta kahdesti."
},
"domainNotAvailable": {
"message": "Joku muu on jo lunastanut verkkotunnuksen $DOMAIN$ käyttöönsä. Jatka käyttämällä eri verkkotunnusta.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "Verkkotunnusta $DOMAIN$ ei vahvistettu. Tarkista DNS-tietueesi.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Vahvistettu"
},
"domainStatusUnverified": {
"message": "Vahvistamaton"
},
"domainNameTh": {
"message": "Nimi"
},
"domainStatusTh": {
"message": "Tila"
},
"lastChecked": {
"message": "Edellinen tarkastus"
},
"domainFormInvalid": {
"message": "Lomakkeessa havaittiin virheitä, jotka vaativat korjausta"
},
"addedDomain": {
"message": "Lisättiin verkkotunnus $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Poistettiin verkkotunnus $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "Vahvistettiin verkkotunnus $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "Verkkotunnusta $DOMAIN$ ei vahvistettu",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Jäsen/ryhmä"
},
@ -6110,11 +6256,14 @@
}
}
},
"server": {
"message": "Palvelin"
},
"exportData": {
"message": "Vie tietoja"
},
"exportingOrganizationSecretDataTitle": {
"message": "Organisaation salauisuus-tietojen vienti"
"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.",
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Tämä käyttäjä voi käyttää Salaisuushallinnan Betaa"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "Näytä kaikki"
},
"showingPortionOfTotal": {
"message": "Näytetään $PORTION$/$TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Korjaa seuravat virheet ja yritä uudelleen."
},

View File

@ -697,7 +697,14 @@
"message": "Kinakailangan ang ulitin ang master password."
},
"masterPasswordMinlength": {
"message": "Ang master password ay dapat hindi bababa sa 8 na mga character."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Hindi tumutugma ang kumpirmasyon ng master password."
@ -3773,7 +3780,7 @@
"message": "Ibalik muli ang mga item"
},
"restoreSelectedItemsDesc": {
"message": "Pumili ka ng $COUNT (mga) item na ibabalik. Sigurado ka bang gusto mong ibalik ang mga item na ito?",
"message": "Pumili ka ng $COUNT$ (mga) item na ibabalik. Sigurado ka bang gusto mong ibalik ang mga item na ito?",
"placeholders": {
"count": {
"content": "$1",
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Bawiin ang access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Maaaring ma-access at baguhin ng miyembrong ito ang lahat ng item."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "May iba pang gumagamit ng $DOMAIN$. Gamitin ang ibang domain upang magpatuloy.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ hindi napatunayan. Suriin ang iyong DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Na-verify"
},
"domainStatusUnverified": {
"message": "Hindi na-verify"
},
"domainNameTh": {
"message": "Pangalan"
},
"domainStatusTh": {
"message": "Katayuan"
},
"lastChecked": {
"message": "Huling pagsusuri"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Miyembro/Grupo"
},
@ -6110,8 +6256,11 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
"message": "I-export ang mga datos"
},
"exportingOrganizationSecretDataTitle": {
"message": "Exporting Organization Secret Data"
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Maaaring ma access ng gumagamit na ito ang Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Une nouvelle saisie du mot de passe principal est nécessaire."
},
"masterPasswordMinlength": {
"message": "Le mot de passe principal doit comporter au moins 8 caractères."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "La confirmation du mot de passe principal ne correspond pas."
@ -1374,7 +1381,7 @@
"message": "Mise en application de l'authentification à deux facteurs"
},
"twoStepLoginDesc": {
"message": "Sécuriser votre compte en exigeant une étape supplémentaire lors de la connexion."
"message": "Sécurisez votre compte en exigeant une étape supplémentaire lors de la connexion."
},
"twoStepLoginOrganizationDescStart": {
"message": "Imposer les options d'authentification à deux facteurs de Bitwarden pour les membres en utilisant le ",
@ -5369,7 +5376,7 @@
"description": "This is used by screen readers to indicate the organization that is currently being shown to the user."
},
"accountSettings": {
"message": "Paramètres de Compte"
"message": "Paramètres du compte"
},
"generator": {
"message": "Générateur"
@ -5378,7 +5385,7 @@
"message": "Que souhaitez-vous générer ?"
},
"passwordType": {
"message": "Type de Mot de Passe"
"message": "Type de mot de passe"
},
"regenerateUsername": {
"message": "Régénérer le Nom d'Utilisateur"
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Révoquer le jeton d'accès"
},
"revokeAccessTokens": {
"message": "Révoquer les jetons d'accès"
},
"revokeAccessTokenDesc": {
"message": "La révocation des jetons d'accès est permanente et irréversible."
},
"accessTokenRevoked": {
"message": "Jetons d'accès révoqués",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Sous-menu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Ce groupe peut voir et modifier tous les éléments."
},
"domainVerification": {
"message": "Vérification du domaine"
},
"newDomain": {
"message": "Nouveau domaine"
},
"noDomains": {
"message": "Aucun domaine"
},
"noDomainsSubText": {
"message": "La connexion d'un domaine permet aux membres de passer outre le champ de l'identifiant SSO lors de la connexion avec SSO."
},
"verifyDomain": {
"message": "Vérifier le domaine"
},
"reverifyDomain": {
"message": "Revérifier le domaine"
},
"copyDnsTxtRecord": {
"message": "Copier l'enregistrement DNS TXT"
},
"dnsTxtRecord": {
"message": "Enregistrement DNS TXT"
},
"dnsTxtRecordInputHint": {
"message": "Copiez-collez l'enregistrement TXT dans votre fournisseur de services DNS."
},
"domainNameInputHint": {
"message": "Exemple : mondomaine.com. Les sous-domaines nécessitent des entrées séparées pour être vérifiés."
},
"automaticDomainVerification": {
"message": "Vérification automatique du domaine"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden tentera de vérifier le domaine 3 fois au cours des 72 premières heures. Si le domaine ne peut pas être vérifié, vérifiez l'enregistrement DNS de votre hôte et vérifiez manuellement. Le domaine sera retiré de votre organisation dans 7 jours s'il n'est pas vérifié"
},
"invalidDomainNameMessage": {
"message": "L'entrée n'est pas saisie dans un format valide. Format : mondomaine.com. Les sous-domaines nécessitent des entrées séparées pour être vérifiés."
},
"removeDomain": {
"message": "Retirer le domaine"
},
"removeDomainWarning": {
"message": "Le retrait d'un domaine ne peut pas être annulé. Êtes-vous sûr de vouloir continuer ?"
},
"domainRemoved": {
"message": "Domaine retiré"
},
"domainSaved": {
"message": "Domaine sauvegardé"
},
"domainVerified": {
"message": "Domaine vérifié"
},
"duplicateDomainError": {
"message": "Vous ne pouvez pas revendiquer le même domaine deux fois."
},
"domainNotAvailable": {
"message": "Quelqu'un d'autre est en train d'utiliser $DOMAIN$. Utilisez un domaine différent pour continuer.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ non vérifié. Vérifiez votre enregistrement DNS.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Vérifié"
},
"domainStatusUnverified": {
"message": "Non vérifié"
},
"domainNameTh": {
"message": "Nom"
},
"domainStatusTh": {
"message": "Statut"
},
"lastChecked": {
"message": "Dernière vérification"
},
"domainFormInvalid": {
"message": "Il y a des erreurs de formulaire qui nécessitent votre attention"
},
"addedDomain": {
"message": "Domaine $DOMAIN$ ajouté",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Domaine $DOMAIN$ retiré",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ vérifié",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ non vérifié",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Membre/Groupe"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Serveur"
},
"exportData": {
"message": "Exporter les données"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Cet utilisateur peut accéder au gestionnaire de secrets bêta"
},
"important": {
"message": "Important :"
},
"viewAll": {
"message": "Tout afficher"
},
"showingPortionOfTotal": {
"message": "Affichage de $PORTION$ sur $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Résolvez les erreurs ci-dessous et réessayez."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "שדה אימות סיסמה ראשית לא תואם."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "मास्टर पासवर्ड में कम से कम 8 अक्षर होने चाहिएं।"
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "मास्टर पासवर्ड पुष्टिकरण मेल नहीं खाता।"
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Potreban je ponovni unos glavne lozinke."
},
"masterPasswordMinlength": {
"message": "Glavna lozinka mora imati najmanje 8 znakova."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Potvrda glavne lozinke se ne podudara."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Ovaj korisnik može pristupiti i urediti sve stavke."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "A mesterjelszó ismételt megadása kötelező."
},
"masterPasswordMinlength": {
"message": "A mesterjelszónak legalább 8 karakter hosszúnak kell lennie."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "A megadott két jelszó nem egyezik meg."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Elérési vezérjel visszavonása"
},
"revokeAccessTokens": {
"message": "Elérési vezérjelek visszavonása"
},
"revokeAccessTokenDesc": {
"message": "Az elérési vezérjelek visszavonása végleges és visszavonhatatlan."
},
"accessTokenRevoked": {
"message": "Az elérési vezérjel visszavonásra került.",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Almenü"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Ez a felhasználó minden elemhez hozzáférhet és módosíthatja az összes elemet."
},
"domainVerification": {
"message": "Domain ellenőrzés"
},
"newDomain": {
"message": "Új domain"
},
"noDomains": {
"message": "Nincs domain."
},
"noDomainsSubText": {
"message": "A domain csatlakoztatása lehetővé teszi a tagoknak, hogy kihagyják az SSO azonosító mezőt az SSO-val bejelentkezés során."
},
"verifyDomain": {
"message": "Domain ellenőrzése"
},
"reverifyDomain": {
"message": "Domain ismételt ellenőrzése"
},
"copyDnsTxtRecord": {
"message": "DNS TXT rekord másolása"
},
"dnsTxtRecord": {
"message": "DNS TXT rekord"
},
"dnsTxtRecordInputHint": {
"message": "A TXT rekord másolása és bellesztése a DNS szolgáltatóba."
},
"domainNameInputHint": {
"message": "Példa: mydomain.com. Az aldomainekhez külön bejegyzések szükségesek az ellenőrzéshez."
},
"automaticDomainVerification": {
"message": "Automatikus domain ellenőrzés"
},
"automaticDomainVerificationProcess": {
"message": "A Bitwarden az első 72 óra során háromszor kísérli meg a domain ellenőrzését. Ha a domain nem ellenőrizhető, ellenőrizzük a DNS rekordot a kiszolgálón és ellenőrizzük azt manuálisan. A domain 7 napon belül eltávolításra kerül, ha nem kerül ellenőrzésre."
},
"invalidDomainNameMessage": {
"message": "A bemeneti formátum nem érvényes. Formátum: mydomain.com. Az aldomainekhez külön bejegyzések szükségesek az ellenőrzéshez."
},
"removeDomain": {
"message": "Domain eltávolítása"
},
"removeDomainWarning": {
"message": "A domain eltávolítása nem vonható vissza. Biztosan folytatni szeretnénk?"
},
"domainRemoved": {
"message": "A domain eltávolításra került."
},
"domainSaved": {
"message": "A domain mentésre került."
},
"domainVerified": {
"message": "A domain ellenőrzésre került."
},
"duplicateDomainError": {
"message": "Nem igényelhető kétszer ugyanaz a domain."
},
"domainNotAvailable": {
"message": "Valaki más használja $DOMAIN$ domaint. A folytatáshoz használjunk másik domaint.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ nincs ellenőrizve. Ellenőrizzük a DNS rekordot.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Ellenőrzött"
},
"domainStatusUnverified": {
"message": "Nem ellenőrzött"
},
"domainNameTh": {
"message": "Név"
},
"domainStatusTh": {
"message": "Állapot"
},
"lastChecked": {
"message": "Utoljára ellenőrizve"
},
"domainFormInvalid": {
"message": "Vannak űrlaphibák, amelyekre figyelmet kell fordítani."
},
"addedDomain": {
"message": "$DOMAIN$ domain hozzáadásra került.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "$DOMAIN$ domain eltávolításra került.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ ellenőrzésre került.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ nem lett ellenőrizve.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Tag/Csoport"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Szerver"
},
"exportData": {
"message": "Adatok exportálása"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Ez a felhasználó hozzáférhet a Titkos kód kezelő béta verziójához."
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "Összes megtekintése"
},
"showingPortionOfTotal": {
"message": "$PORTION$ / $TOTAL$ megjelenítése",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Az alábbi hibák feloldása és ismételt próbálkozás."
},

View File

@ -697,7 +697,14 @@
"message": "Diperlukan pengetikan ulang kata sandi utama."
},
"masterPasswordMinlength": {
"message": "Kata sandi utama harus memiliki sekurang-kurangnya 8 karakter."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Konfirmasi sandi utama tidak cocok."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "È necessario reinserire la password principale."
},
"masterPasswordMinlength": {
"message": "La password principale deve essere lunga almeno 8 caratteri."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "La conferma della password principale non corrisponde."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoca token di accesso"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Sottomenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Questo utente può accedere e modificare tutti gli elementi."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Membro/gruppo"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Esporta dati"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Questo utente può accedere alla beta del gestore segreti"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Correggi gli errori sotto e prova di nuovo."
},

View File

@ -697,7 +697,14 @@
"message": "マスターパスワードの再入力が必要です。"
},
"masterPasswordMinlength": {
"message": "マスターパスワードは、少なくとも8文字以上で設定してください。"
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "マスターパスワードが一致しません。"
@ -824,7 +831,7 @@
"message": "ログインできません。"
},
"noTwoStepProviders": {
"message": "このアカウントは2段階認証が有効ですが、このブラウザに対応した2段階認証プロパイダが一つも設定されていません。"
"message": "このアカウントでは2段階ログインが有効になっていますが、このブラウザは設定された2段階ログインプロバイダのいずれにも対応していません。"
},
"noTwoStepProviders2": {
"message": "Chrome などの対応したブラウザを使うか、より幅広い端末に対応した認証プロパイダを追加してください。"
@ -860,7 +867,7 @@
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
},
"u2fDesc": {
"message": "FIDO U2F が有効なセキュリティキーを使ってアカウントにアクセスできます。"
"message": "アカウントにアクセスするには、FIDO U2F対応のセキュリティキーを使用してください。"
},
"u2fTitle": {
"message": "FIDO U2F セキュリティキー"
@ -872,7 +879,7 @@
"message": "アカウントにアクセスするには、WebAuthn 対応のセキュリティキーを使用してください。"
},
"webAuthnMigrated": {
"message": "(FIDOから統合)"
"message": "(FIDOから移行)"
},
"emailTitle": {
"message": "メールアドレス"
@ -890,7 +897,7 @@
"message": "組織"
},
"moveToOrgDesc": {
"message": "このアイテムを移動する組織を選択してください。組織に移動すると、アイテムの所有権がその組織に移行します。 このアイテムが移動された後、あなたはこのアイテムの直接の所有者にはなりません。"
"message": "このアイテムを移動する組織を選択してください。組織に移動すると、アイテムの所有権はその組織に移ります。移動した後、あなたはこのアイテムの直接の所有者ではなくなります。"
},
"moveManyToOrgDesc": {
"message": "このアイテムを移動する組織を選択してください。組織に移動すると、アイテムの所有権がその組織に移行します。 このアイテムが移動された後、あなたはこのアイテムの直接の所有者にはなりません。"
@ -1671,7 +1678,7 @@
"message": "二段階認証を利用していないアイテムが見つかりました"
},
"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": "保管庫に $COUNT$ 個のウェブサイトがあり、2段階認証でのログインが設定されていない可能性があります (2fa.directory によれば)。これらのアカウントをさらに保護するには、2段階認証のログインを設定する必要があります。",
"placeholders": {
"count": {
"content": "$1",
@ -1689,7 +1696,7 @@
"message": "流出パスワード調査"
},
"exposedPasswordsReportDesc": {
"message": "Passwords exposed in a data breach are easy targets for attackers. Change these passwords to prevent potential break-ins."
"message": "データ漏洩で公開されたパスワードは簡単に攻撃されてしまいます。パスワードを変更して、潜在的な侵入を防いでください。"
},
"exposedPasswordsFound": {
"message": "流出したパスワードが見つかりました"
@ -2963,7 +2970,7 @@
}
},
"createdOrganizationId": {
"message": "Created organization $ID$.",
"message": "組織 $ID$ を作成しました。",
"placeholders": {
"id": {
"content": "$1",
@ -4867,7 +4874,7 @@
"message": "コールバックパス"
},
"signedOutCallbackPath": {
"message": "Signed out callback path"
"message": "サインアウトしたコールバックパス"
},
"authority": {
"message": "権限"
@ -4876,7 +4883,7 @@
"message": "クライアントID"
},
"clientSecret": {
"message": "Client secret"
"message": "クライアントシークレット"
},
"metadataAddress": {
"message": "メタデータアドレス"
@ -4885,49 +4892,49 @@
"message": "OIDCリダイレクトの動作"
},
"getClaimsFromUserInfoEndpoint": {
"message": "Get claims from user info endpoint"
"message": "ユーザー情報エンドポイントから請求を取得する"
},
"additionalScopes": {
"message": "Custom scopes"
"message": "カスタムスコープ"
},
"additionalUserIdClaimTypes": {
"message": "Custom user ID claim types"
"message": "カスタムユーザー ID 要求タイプ"
},
"additionalEmailClaimTypes": {
"message": "Email claim types"
"message": "メール要求タイプ"
},
"additionalNameClaimTypes": {
"message": "Custom name claim types"
"message": "カスタム名称要求タイプ"
},
"acrValues": {
"message": "Requested authentication context class reference values"
"message": "要求された認証コンテキストクラスの参照値"
},
"expectedReturnAcrValue": {
"message": "Expected \"acr\" claim value in response"
"message": "応答内の \"acr\" 要求値"
},
"spEntityId": {
"message": "SP entity ID"
"message": "SP エンティティ ID"
},
"spMetadataUrl": {
"message": "SAML 2.0 メタデータ URL"
},
"spAcsUrl": {
"message": "Assertion consumer service (ACS) URL"
"message": "Assertion Consumer Service (ACS) URL"
},
"spNameIdFormat": {
"message": "名前IDの形式"
},
"spOutboundSigningAlgorithm": {
"message": "Outbound signing algorithm"
"message": "送信署名アルゴリズム"
},
"spSigningBehavior": {
"message": "Signing behavior"
"message": "署名の動作"
},
"spMinIncomingSigningAlgorithm": {
"message": "Minimum incoming signing algorithm"
"message": "最小受信署名アルゴリズム"
},
"spWantAssertionsSigned": {
"message": "Expect signed assertions"
"message": "署名済みアサーションを期待する"
},
"spValidateCertificates": {
"message": "証明書を検証する"
@ -4939,19 +4946,19 @@
"message": "バインディングの種類"
},
"idpSingleSignOnServiceUrl": {
"message": "Single sign-on service URL"
"message": "シングルサインオンサービス URL"
},
"idpSingleLogoutServiceUrl": {
"message": "Single log-out service URL"
"message": "シングルログアウトサービス URL"
},
"idpX509PublicCert": {
"message": "X509 public certificate"
"message": "X509 公開鍵証明書"
},
"idpOutboundSigningAlgorithm": {
"message": "Outbound signing algorithm"
"message": "送信署名アルゴリズム"
},
"idpAllowUnsolicitedAuthnResponse": {
"message": "Allow unsolicited authentication response"
"message": "未承認の認証応答を許可する"
},
"idpAllowOutboundLogoutRequests": {
"message": "アウトバウンドログアウト要求を許可する"
@ -4960,7 +4967,7 @@
"message": "認証リクエストに署名する"
},
"ssoSettingsSaved": {
"message": "Single sign-on configuration saved"
"message": "シングルサインオン設定を保存しました"
},
"sponsoredFamilies": {
"message": "Bitwarden 家族向けプランを無償で"
@ -4978,13 +4985,13 @@
"message": "最大 6 人のプレミアム機能へのアクセス"
},
"sponsoredFamiliesSharedCollections": {
"message": "Shared collections for Family secrets"
"message": "家族の秘密のための共有されたコレクション"
},
"badToken": {
"message": "リンクは無効になりました。スポンサーにオファーを再送信してもらってください。"
},
"reclaimedFreePlan": {
"message": "Reclaimed free plan"
"message": "再要求した無料プラン"
},
"redeem": {
"message": "引き換える"
@ -5140,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": "The require SSO authentication and single organization policies are required to set up Key Connector decryption."
"message": "キー コネクタの復号を設定するには、SSO 認証と単一の組織ポリシーが必要です。"
},
"memberDecryptionOption": {
"message": "メンバー復号オプション"
@ -5245,10 +5252,10 @@
"message": "トークンを更新しました。"
},
"billingSyncDesc": {
"message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
"message": "請求同期は、あなたのサーバー上のファミリースポンサーシップと自動ライセンス同期を解除します。 Bitwarden クラウドサーバーで更新を行ったら、ライセンス同期を選択して変更を適用してください。"
},
"billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
"message": "このフォームを完了するには、クラウド組織のサブスクリプション設定からの請求同期トークンが必要です。"
},
"billingSyncKey": {
"message": "請求同期トークン"
@ -5674,7 +5681,7 @@
"message": "カスタム色"
},
"selectPlaceholder": {
"message": "-- Select --"
"message": "-- 選択 --"
},
"multiSelectPlaceholder": {
"message": "-- 入力して絞り込み --"
@ -5892,13 +5899,13 @@
"message": "秘密を始めるために新しいプロジェクトを追加する。"
},
"smConfirmationRequired": {
"message": "Confirmation required"
"message": "確認が必要です"
},
"bulkDeleteProjectsErrorMessage": {
"message": "The following projects could not be deleted:"
"message": "次のプロジェクトを削除できませんでした:"
},
"softDeleteSuccessToast": {
"message": "Secret sent to trash"
"message": "シークレットをゴミ箱に送る"
},
"searchProjects": {
"message": "プロジェクトを検索"
@ -5910,10 +5917,10 @@
"message": "アクセストークンを作成"
},
"expires": {
"message": "Expires"
"message": "有効期限"
},
"canRead": {
"message": "Can read"
"message": "読み取り可能"
},
"accessTokensNoItemsTitle": {
"message": "表示するアクセス トークンはありません"
@ -5925,10 +5932,10 @@
"message": "閉じる前にダウンロードまたはコピーする。"
},
"expiresOnAccessToken": {
"message": "Expires on:"
"message": "有効期限:"
},
"accessTokenCallOutTitle": {
"message": "Access tokens are not stored and cannot be retrieved"
"message": "アクセストークンは保存されていないため、取得できません"
},
"copyToken": {
"message": "トークンをコピー"
@ -5937,17 +5944,27 @@
"message": "アクセストークン"
},
"accessTokenExpirationRequired": {
"message": "Expiration date required"
"message": "有効期限は必須です"
},
"accessTokenCreatedAndCopied": {
"message": "Access token created and copied to clipboard"
"message": "アクセストークンが作成され、クリップボードにコピーされました"
},
"accessTokenPermissionsBetaNotification": {
"message": "Permissions management is unavailable for beta."
"message": "ベータ版では権限管理が利用できません。"
},
"revokeAccessToken": {
"message": "アクセストークンの取り消し"
},
"revokeAccessTokens": {
"message": "アクセストークンを取り消す"
},
"revokeAccessTokenDesc": {
"message": "アクセストークンの取り消しは永続的で不可逆的です。"
},
"accessTokenRevoked": {
"message": "アクセストークンを取り消しました",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "サブメニュー"
},
@ -6003,7 +6020,7 @@
"message": "コレクション"
},
"noCollection": {
"message": "No collection"
"message": "コレクションなし"
},
"canView": {
"message": "閲覧可能"
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "このメンバーはすべてのアイテムにアクセスして変更できます。"
},
"domainVerification": {
"message": "ドメイン検証"
},
"newDomain": {
"message": "新しいドメイン"
},
"noDomains": {
"message": "ドメインはありません"
},
"noDomainsSubText": {
"message": "ドメインを接続すると、メンバーは SSO でログインする際に SSO 識別子フィールドをスキップできます。"
},
"verifyDomain": {
"message": "ドメインを確認"
},
"reverifyDomain": {
"message": "ドメインを再確認する"
},
"copyDnsTxtRecord": {
"message": "DNS TXT レコードをコピー"
},
"dnsTxtRecord": {
"message": "DNS TXT レコード"
},
"dnsTxtRecordInputHint": {
"message": "TXT レコードをコピーして DNS プロバイダーに貼り付けてください。"
},
"domainNameInputHint": {
"message": "例: mydomain.com サブドメインを検証するには別々のエントリが必要です。"
},
"automaticDomainVerification": {
"message": "ドメインの自動認証"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden は最初の 72 時間以内にドメインの検証を3回試みます。 ドメインが検証できない場合は、ホストの DNS レコードを確認し、手動で検証してください。 認証されていない場合、ドメインは7日後に組織から削除されます。"
},
"invalidDomainNameMessage": {
"message": "入力されたものは有効な形式ではありません。フォーマット例: mydomain.com サブドメインは検証するために個別のエントリを必要とします。"
},
"removeDomain": {
"message": "ドメインを削除"
},
"removeDomainWarning": {
"message": "ドメインを削除すると元に戻せません。続行してもよろしいですか?"
},
"domainRemoved": {
"message": "ドメインを削除しました"
},
"domainSaved": {
"message": "ドメインを保存しました"
},
"domainVerified": {
"message": "ドメインを認証しました"
},
"duplicateDomainError": {
"message": "同じドメインを二度要求することはできません。"
},
"domainNotAvailable": {
"message": "他の誰かが $DOMAIN$を使用しています。別のドメインを使用して続行してください。",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ は認証されていません。DNS レコードを確認してください。",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "認証済み"
},
"domainStatusUnverified": {
"message": "未認証"
},
"domainNameTh": {
"message": "名前"
},
"domainStatusTh": {
"message": "状態"
},
"lastChecked": {
"message": "最終確認日"
},
"domainFormInvalid": {
"message": "注意が必要なフォームエラーがあります"
},
"addedDomain": {
"message": "ドメイン $DOMAIN$ を追加しました",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "ドメイン $DOMAIN$ を削除しました",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ を認証しました",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ は認証されていません",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "メンバー/グループ"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "サーバー"
},
"exportData": {
"message": "データのエクスポート"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "このユーザーはベータ版シークレットマネージャーにアクセスできます"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "すべて表示"
},
"showingPortionOfTotal": {
"message": "$TOTAL$件中$PORTION$件を表示",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "以下のエラーを解決してやり直してください。"
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ದೃಢೀಕರಣವು ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "마스터 비밀번호를 재입력해야 합니다."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "마스터 비밀번호 확인과 마스터 비밀번호가 일치하지 않습니다."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Ir nepieciešama galvenās paroles atkārtota ievadīšana."
},
"masterPasswordMinlength": {
"message": "Galvenajai parolei ir jābūt vismaz 8 rakstzīmes garai."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Galvenās paroles apstiprinājums nesakrīt."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Atsaukt piekļuves pilnvaru"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Apakšizvēlne"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Šis dalībnieks var piekļūt visiem vienumiem un mainīt tos."
},
"domainVerification": {
"message": "Domēna apstiprināšana"
},
"newDomain": {
"message": "Jauns domēns"
},
"noDomains": {
"message": "Nav domēnu"
},
"noDomainsSubText": {
"message": "Savienošanās ar domēnu ļauj dalībniekiem pieteikšanās ar SSO laikā izlaist vienotās pieteikšanās identifikatora lauku."
},
"verifyDomain": {
"message": "Apstiprināt domēnu"
},
"reverifyDomain": {
"message": "Atkārtoti apstiprināt domēnu"
},
"copyDnsTxtRecord": {
"message": "Ievietot starpliktuvē DNS TXT ierakstu"
},
"dnsTxtRecord": {
"message": "DNS TXT ieraksts"
},
"dnsTxtRecordInputHint": {
"message": "TXT ieraksts ir jāievieto starpliktuvē un jāielīmē DNS nodrošinātāja pārvaldības lapā."
},
"domainNameInputHint": {
"message": "Piemērs: mansdomens.lv. Apakšdomēniem ir nepieciešams apstiprināt atsevišķus ierakstus."
},
"automaticDomainVerification": {
"message": "Automātiska domēnu apstiprināšana"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden mēģinās pārbaudīt domēnu 3 reizes pirmajās 72 stundās. Ja domēnu nevarēs apstiprināt, būs jāpārbauda DNS ieraksts saimniekdatorā un pašrocīgi jāapstiprina. Domēns tiks noņemts no apvienības pēc 7 dienām, ja tas nebūs apstiprināts"
},
"invalidDomainNameMessage": {
"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"
},
"removeDomainWarning": {
"message": "Domēna noņemšanu nevar atdarīt. Vai tiešām turpināt?"
},
"domainRemoved": {
"message": "Domēns ir noņemts"
},
"domainSaved": {
"message": "Domēns ir saglabāts"
},
"domainVerified": {
"message": "Domēns ir apstiprināts"
},
"duplicateDomainError": {
"message": "Vienu domēnu nevar pieprasīt divreiz."
},
"domainNotAvailable": {
"message": "Kāds cits izmanto $DOMAIN$. Jāizmanto cits domēns, lai turpinātu.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ nav apstiprināts. Jāpārbauda DNS ieraksts.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Apstiprināts"
},
"domainStatusUnverified": {
"message": "Nav apstiprināts"
},
"domainNameTh": {
"message": "Nosaukums"
},
"domainStatusTh": {
"message": "Stāvoklis"
},
"lastChecked": {
"message": "Pēdējoreiz pārbaudīts"
},
"domainFormInvalid": {
"message": "Veidlapā ir kļūdas, kurām ir jāpievērš uzmanība"
},
"addedDomain": {
"message": "Domēns $DOMAIN$ ir pievienots",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Domēns $DOMAIN$ ir noņemts",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ ir apstiprināts",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ nav apstiprināts",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Dalībnieks/Grupa"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Serveris"
},
"exportData": {
"message": "Izgūt datus"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Šis lietotājs var piekļūt Noslēpumu pārvaldniekam Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Jāatrisina zemāk norādītās kļūdas un jāmēģina vēlreiz."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "പ്രാഥമിക പാസ്‌വേഡ് സ്ഥിരീകരണം പൊരുത്തപ്പെടുന്നില്ല."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Skriv inn hovedpassordet på nytt."
},
"masterPasswordMinlength": {
"message": "Hovedpassordet må være ≥8 tegn lang."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Hovedpassord-bekreftelsen samsvarer ikke."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Opphev tilgangstoken"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Undermeny"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Dette medlemmet har tilgang til og kan endre alle elementer."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Medlem/gruppe"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Type je hoofdwachtwoord opnieuw in."
},
"masterPasswordMinlength": {
"message": "Hoofdwachtwoord moet minstens 8 karakters lang zijn."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "De hoofdwachtwoorden komen niet overeen."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Toegangstoken intrekken"
},
"revokeAccessTokens": {
"message": "Toegangstokens intrekken"
},
"revokeAccessTokenDesc": {
"message": "Toegangstokens intrekken is permanent en onomkeerbaar."
},
"accessTokenRevoked": {
"message": "Toegangstokens ingetrokken",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Deze gebruiker kan alle items inzien en bewerken."
},
"domainVerification": {
"message": "Domeinverificatie"
},
"newDomain": {
"message": "Nieuw domein"
},
"noDomains": {
"message": "Geen domeinen"
},
"noDomainsSubText": {
"message": "Door een domein te verbinden kunnen leden het SSO-identificatieveld tijdens het inloggen met SSO overslaan."
},
"verifyDomain": {
"message": "Domein verifiëren"
},
"reverifyDomain": {
"message": "Domein herverifiëren"
},
"copyDnsTxtRecord": {
"message": "DNS TXT record kopiëren"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Kopieer en plak het TXT-record in je DNS-provider."
},
"domainNameInputHint": {
"message": "Voorbeeld: mijndomein.com. Subdomeinen moet je afzonderlijk verifiëren."
},
"automaticDomainVerification": {
"message": "Automatische domeinverificatie"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden probeert het domein gedurende de eerste 72 uur driemaal te verifiëren. Als het domein niet geverifieerd kan worden, controleer dan het DNS-record in je host en controleer het handmatig. Het domein wordt binnen 7 dagen verwijderd uit je organisatie als het niet geverifieerd is"
},
"invalidDomainNameMessage": {
"message": "Invoer is geen geldig formaat. Formaat: mijndomein.com. Subdomeinen moet je afzonderlijk verifiëren."
},
"removeDomain": {
"message": "Domein verwijderen"
},
"removeDomainWarning": {
"message": "Je kunt het verwijderen van een domein niet ongedaan maken. Weet je zeker dat je wilt doorgaan?"
},
"domainRemoved": {
"message": "Domein verwijderd"
},
"domainSaved": {
"message": "Domein opgeslagen"
},
"domainVerified": {
"message": "Domein geverifieerd"
},
"duplicateDomainError": {
"message": "Je kunt hetzelfde domein niet tweemaal opeisen."
},
"domainNotAvailable": {
"message": "Iemand anders gebruikt $DOMAIN$ al. Gebruik een ander domein om door te gaan.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ niet geverifieerd. Controleer je DNS-record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Geverifiëerd"
},
"domainStatusUnverified": {
"message": "Niet geverifieerd"
},
"domainNameTh": {
"message": "Naam"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Laatst gecontroleerd"
},
"domainFormInvalid": {
"message": "Er zijn formulierfouten die je aandacht vereisen"
},
"addedDomain": {
"message": "Domein $DOMAIN$ toegevoegd",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Domein $DOMAIN$ verwijderd",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ geverifieerd",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ niet geverifieerd",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Lid/Groep"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Gegevens exporteren"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Deze gebruiker heeft toegang tot de Secrets Manager Bèta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Los onderstaande fouten op en probeer het opnieuw."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Stadfesting av hovudpassordet samsvarar ikkje."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Wymagane jest ponowne wpisanie hasła głównego."
},
"masterPasswordMinlength": {
"message": "Hasło główne musi zawierać co najmniej 8 znaków."
"message": "Hasło główne musi zawierać co najmniej $VALUE$ znaki(-ów).",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Hasła nie pasują do siebie."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Unieważnij token dostępu"
},
"revokeAccessTokens": {
"message": "Unieważnij tokeny dostępu"
},
"revokeAccessTokenDesc": {
"message": "Unieważnienie tokenów dostępu jest trwałe i nieodwracalne."
},
"accessTokenRevoked": {
"message": "Tokeny dostępu zostały odwołane",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Podmenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Ten użytkownik może wyświetlać i modyfikować wszystkie elementy."
},
"domainVerification": {
"message": "Weryfikacja domeny"
},
"newDomain": {
"message": "Nowa domena"
},
"noDomains": {
"message": "Brak domen"
},
"noDomainsSubText": {
"message": "Połączenie domeny pozwala członkom na pominięcie pola identyfikatora SSO podczas logowania za pomocą SSO."
},
"verifyDomain": {
"message": "Zweryfikuj domenę"
},
"reverifyDomain": {
"message": "Zweryfikuj ponownie domenę"
},
"copyDnsTxtRecord": {
"message": "Kopiuj rekord DNS TXT"
},
"dnsTxtRecord": {
"message": "Rekord DNS TXT"
},
"dnsTxtRecordInputHint": {
"message": "Skopiuj i wklej rekord TXT do dostawcy DNS."
},
"domainNameInputHint": {
"message": "Przykład: mydomain.com. Subdomeny wymagają osobnych wpisów celem weryfikacji."
},
"automaticDomainVerification": {
"message": "Automatyczna weryfikacja domeny"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden spróbuje zweryfikować domenę 3 razy w ciągu pierwszych 72 godzin. Jeśli nie można zweryfikować domeny, sprawdź rekord DNS w swoim serwerze i sprawdź go ręcznie. Domena zostanie usunięta z Twojej organizacji w ciągu 7 dni, jeśli nie zostanie zweryfikowana"
},
"invalidDomainNameMessage": {
"message": "Wprowadzone dane są niepoprawne. Format: mydomain.com. Subdomeny wymagają osobnych wpisów celem weryfikacji."
},
"removeDomain": {
"message": "Usuń domenę"
},
"removeDomainWarning": {
"message": "Usunięcie domeny nie może zostać cofnięte. Czy na pewno chcesz kontynuować?"
},
"domainRemoved": {
"message": "Domena usunięta"
},
"domainSaved": {
"message": "Domena została zapisana"
},
"domainVerified": {
"message": "Domena zweryfikowana"
},
"duplicateDomainError": {
"message": "Nie możesz dwukrotnie dodać tej samej domeny."
},
"domainNotAvailable": {
"message": "Ktoś inny używa $DOMAIN$. Użyj innej domeny, aby kontynuować.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ nie została zweryfikowana. Sprawdź swój rekord DNS.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Zweryfikowana"
},
"domainStatusUnverified": {
"message": "Niezweryfikowana"
},
"domainNameTh": {
"message": "Nazwa"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Ostatnio sprawdzona"
},
"domainFormInvalid": {
"message": "Istnieją błędy formularza, które wymagają Twojej uwagi"
},
"addedDomain": {
"message": "Dodano domenę $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Usunięto domenę $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "Zweryfikowano $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ nie została zweryfikowana",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Użytkownik/Grupa"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Serwer"
},
"exportData": {
"message": "Eksportuj dane"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Ten użytkownik może uzyskać dostęp do Managera sekretów Beta"
},
"important": {
"message": "Ważne:"
},
"viewAll": {
"message": "Pokaż wszystko"
},
"showingPortionOfTotal": {
"message": "Pokazano $PORTION$ z $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Usuń poniższe błędy i spróbuj ponownie."
},

View File

@ -697,7 +697,14 @@
"message": "A senha mestra é necessária."
},
"masterPasswordMinlength": {
"message": "A senha mestra deve possuir no mínimo 8 caracteres."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "A confirmação da senha mestra não corresponde."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "Novo domínio"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verificar domínio"
},
"reverifyDomain": {
"message": "Reverificar domínio"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remover domínio"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domínio removido"
},
"domainSaved": {
"message": "Domínio salvo"
},
"domainVerified": {
"message": "Domínio verificado"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verificado"
},
"domainStatusUnverified": {
"message": "Não verificado"
},
"domainNameTh": {
"message": "Nome"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Exportar dados"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolva os erros abaixo e tente novamente."
},

View File

@ -697,7 +697,14 @@
"message": "É necessário reescrever a palavra-passe mestra."
},
"masterPasswordMinlength": {
"message": "A palavra-passe mestra deve ter pelo menos 8 caracteres."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "A confirmação da palavra-passe mestra não corresponde."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Este membro pode aceder e modificar todos os itens."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Este necesară rescrierea parolei principale."
},
"masterPasswordMinlength": {
"message": "Parola principală trebuie să aibă cel puțin 8 caractere."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Parola principală și confirmarea ei nu coincid!"
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Необходимо повторно ввести мастер-пароль."
},
"masterPasswordMinlength": {
"message": "Мастер-пароль должен содержать не менее 8 символов."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Мастер-пароли не совпадают."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Отозвать токен доступа"
},
"revokeAccessTokens": {
"message": "Отозвать токены доступа"
},
"revokeAccessTokenDesc": {
"message": "Отзыв токенов доступа является окончательным и необратимым."
},
"accessTokenRevoked": {
"message": "Токены доступа отозваны",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Подменю"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Эта пользователь может иметь доступ и изменять все элементы."
},
"domainVerification": {
"message": "Верификация домена"
},
"newDomain": {
"message": "Новый домен"
},
"noDomains": {
"message": "Нет доменов"
},
"noDomainsSubText": {
"message": "Подключение домена позволит пользователям пропускать поле идентификатора SSO при авторизации с помощью SSO."
},
"verifyDomain": {
"message": "Верифицировать домен"
},
"reverifyDomain": {
"message": "Повторно верифицировать домен"
},
"copyDnsTxtRecord": {
"message": "Скопировать запись DNS TXT"
},
"dnsTxtRecord": {
"message": "Запись DNS TXT"
},
"dnsTxtRecordInputHint": {
"message": "Скопируйте и вставьте TXT-запись к своему провайдеру DNS."
},
"domainNameInputHint": {
"message": "Пример: mydomain.com. Для верификации субдоменов необходимы отдельные записи."
},
"automaticDomainVerification": {
"message": "Автоматическая верификация домена"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden попытается верифицировать домен 3 раза в течение первых 72 часов. Если верифицировать домен не удастся, проверьте DNS-запись на вашем хосте и верифицируйте вручную. Домен будет удален из вашей организации через 7 дней, если он не будет верифицирован"
},
"invalidDomainNameMessage": {
"message": "Введенные данные не соответствуют формату. Формат: mydomain.com. Для верификации субдоменов необходимы отдельные записи."
},
"removeDomain": {
"message": "Удалить домен"
},
"removeDomainWarning": {
"message": "Удаление домена не может быть отменено. Вы уверены, что хотите продолжить?"
},
"domainRemoved": {
"message": "Домен удален"
},
"domainSaved": {
"message": "Домен сохранен"
},
"domainVerified": {
"message": "Домен верифицирован"
},
"duplicateDomainError": {
"message": "Вы не можете заявить один и тот же домен дважды."
},
"domainNotAvailable": {
"message": "Кто-то другой использует домен $DOMAIN$. Для продолжения используйте другой домен.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ не верифицирован. Проверьте запись DNS.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Верифицирован"
},
"domainStatusUnverified": {
"message": "Неверифицирован"
},
"domainNameTh": {
"message": "Название"
},
"domainStatusTh": {
"message": "Статус"
},
"lastChecked": {
"message": "Последняя проверка"
},
"domainFormInvalid": {
"message": "Имеются ошибки в форме, которые требуют вашего внимания"
},
"addedDomain": {
"message": "Добавлен домен $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Удален домен $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ верифицирован",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ не верифицирован",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Участник/Группа"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Сервер"
},
"exportData": {
"message": "Экспорт данных"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Этот пользователь может получить доступ к Менеджеру секретов Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "Посмотреть все"
},
"showingPortionOfTotal": {
"message": "Показаны $PORTION$ из $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Устраните указанные ниже ошибки и повторите попытку."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Vyžaduje sa opätovné zadanie hlavného hesla."
},
"masterPasswordMinlength": {
"message": "Hlavné heslo musí mať aspoň 8 znakov."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Potvrdenie hlavného hesla sa nezhoduje."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Zrušiť prístupové tokeny"
},
"revokeAccessTokenDesc": {
"message": "Zrušenie prístupových tokenov je nenávratné."
},
"accessTokenRevoked": {
"message": "Prístupové tokeny boli zrušené",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Tento člen môže upravovať a pristupovať k všetkým položkám."
},
"domainVerification": {
"message": "Overenie domény"
},
"newDomain": {
"message": "Nová doména"
},
"noDomains": {
"message": "Žiadne domény"
},
"noDomainsSubText": {
"message": "Pripojenie domény umožňuje členom preskočiť počas prihlasovania sa prostredníctvom SSO pole identifikátora SSO."
},
"verifyDomain": {
"message": "Overiť doménu"
},
"reverifyDomain": {
"message": "Opätovne overiť doménu"
},
"copyDnsTxtRecord": {
"message": "Kopírovať DNS TXT záznam"
},
"dnsTxtRecord": {
"message": "DNS TXT záznam"
},
"dnsTxtRecordInputHint": {
"message": "Kopírujte TXT záznam k vášmu poskytovateľovi DNS."
},
"domainNameInputHint": {
"message": "Príklad: mydomain.com. Pre overenie subdomén musia byť tieto každá zadaná individuálne."
},
"automaticDomainVerification": {
"message": "Automatické Overenie Domény"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden sa pokúsi overiť doménu 3 krát počas prvých 72 hodín. Ak sa doménu nepodarilo overiť, skontrolujte DNS záznam u svojho hostiteľa a overte manuálne. Doména bude z organizácie odstránená po 7 dňoch ak nie je overená"
},
"invalidDomainNameMessage": {
"message": "Zadaný neplatný formát. Formát: mydomain.com. Pre overenie subdomén musia byť tieto každá zadaná individuálne."
},
"removeDomain": {
"message": "Odstrániť doménu"
},
"removeDomainWarning": {
"message": "Odstranenie domény nejde vrátiť späť. Naozaj chcete pokračovať?"
},
"domainRemoved": {
"message": "Doména odstránená"
},
"domainSaved": {
"message": "Doména uložená"
},
"domainVerified": {
"message": "Doména overená"
},
"duplicateDomainError": {
"message": "Nemôžete si privlastniť tú istú doménu dva krát."
},
"domainNotAvailable": {
"message": "Niekto iný používa doménu $DOMAIN$. Ak chcete pokračovať, použite inú doménu.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ nie je overená. Overte si DNS záznam.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Overená"
},
"domainStatusUnverified": {
"message": "Neoverená"
},
"domainNameTh": {
"message": "Názov"
},
"domainStatusTh": {
"message": "Stav"
},
"lastChecked": {
"message": "Posledná kontrola"
},
"domainFormInvalid": {
"message": "Vo formulári sú chyby, ktoré vyžadujú vašu pozornosť"
},
"addedDomain": {
"message": "Pridaná doména $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Odstránená doména $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ overená",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ neoverená",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Člen/Skupina"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Exportovať dáta"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Tento používateľ má prístup k beta verzii Secrets Manager"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "Zobraziť všetko"
},
"showingPortionOfTotal": {
"message": "Zobrazuje sa $PORTION$ z $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Vyriešte problémy nižšie a skúste to znova."
},

View File

@ -697,7 +697,14 @@
"message": "Potrebno je ponovno vnesti glavno geslo."
},
"masterPasswordMinlength": {
"message": "Glavno geslo mora biti dolgo najmanj 8 znakov."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Potrditev glavnega gesla se ne ujema."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Поновно уписивање главне лозинке је неопходно."
},
"masterPasswordMinlength": {
"message": "Главна лозинка треба имати барем 8 карактера."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Потврђена Главна Лозинка се не подудара."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Опозови приступ токена"
},
"revokeAccessTokenDesc": {
"message": "Опозив приступних токена је трајно и неповратно."
},
"accessTokenRevoked": {
"message": "Приступ токена опозван",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Под-мени"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Овај члан може приступити и изменити све ставке."
},
"domainVerification": {
"message": "Верификација домена"
},
"newDomain": {
"message": "Нови домен"
},
"noDomains": {
"message": "Нема домена"
},
"noDomainsSubText": {
"message": "Повезивање домена омогућава члановима да прескоче SSO идентификацију при пријављивање са SSO."
},
"verifyDomain": {
"message": "Потврди домен"
},
"reverifyDomain": {
"message": "Поново верификујте домен"
},
"copyDnsTxtRecord": {
"message": "Копирати DNS TXT запис"
},
"dnsTxtRecord": {
"message": "DNS TXT запис"
},
"dnsTxtRecordInputHint": {
"message": "Копирајте и налепите TXT запис у DNS провајдер."
},
"domainNameInputHint": {
"message": "Пример: mydomain.com. Под-домени захтевају посебне уносе да би били верификовани."
},
"automaticDomainVerification": {
"message": "Аутоматска верификација домена"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden ће покушати да верификује домен 3 пута током прва 72 сата. Ако домен не може да се верификује, проверите DNS запис у вашен хосту и верификујте ручно. Домен ће бити уклоњен из ваше организације за 7 дана ако не буде верификован"
},
"invalidDomainNameMessage": {
"message": "Унос није важећи формат. Формат: mydomain.com. Под-домени захтевају посебне уносе за проверу."
},
"removeDomain": {
"message": "Уклони домен"
},
"removeDomainWarning": {
"message": "Уклањање домена се не може опозвати. Сигурно наставити?"
},
"domainRemoved": {
"message": "Домен уклоњен"
},
"domainSaved": {
"message": "Домен сачуван"
},
"domainVerified": {
"message": "Домен верификован"
},
"duplicateDomainError": {
"message": "Не можете два пута тражити исти домен."
},
"domainNotAvailable": {
"message": "Неко други користи $DOMAIN$. Користите други домен да бисте наставили.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ није проверен. Проверите ваш DNS запис.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Проверено"
},
"domainStatusUnverified": {
"message": "Није потврђен"
},
"domainNameTh": {
"message": "Име"
},
"domainStatusTh": {
"message": "Статус"
},
"lastChecked": {
"message": "Последња провера"
},
"domainFormInvalid": {
"message": "Постоје грешке у формулару које захтевају вашу пажњу"
},
"addedDomain": {
"message": "Домен $DOMAIN$ додат",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Домен $DOMAIN$ уклоњен",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ проверен",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ није проверен",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Сервер"
},
"exportData": {
"message": "Увези податке"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Овај корисник може приступити Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "Прегледај све"
},
"showingPortionOfTotal": {
"message": "Приказ $PORTION$ од $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Поправите грешке испод и покушајте поново."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Huvudlösenord måste anges igen."
},
"masterPasswordMinlength": {
"message": "Huvudlösenordet måste vara minst 8 tecken långt."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Huvudlösenorden stämmer inte överens."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "Ny domän"
},
"noDomains": {
"message": "Inga domäner"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verifiera domän"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verifierad"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Namn"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Medlem/Grupp"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "Visa alla"
},
"showingPortionOfTotal": {
"message": "Visar $PORTION$ av $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "ต้องพิมพ์รหัสผ่านหลักอีกครั้ง"
},
"masterPasswordMinlength": {
"message": "รหัสผ่านหลักต้องมีความยาวอย่างน้อย 8 ตัวอักษร"
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "การยืนยันรหัสผ่านหลักไม่ตรงกัน"
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Export data"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -697,7 +697,14 @@
"message": "Ana parolayı yeniden yazmalısınız."
},
"masterPasswordMinlength": {
"message": "Ana parola en az 8 karakter uzunluğunda olmalıdır."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Ana parola onayı eşleşmiyor."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Erişim anahtarını İptal Et"
},
"revokeAccessTokens": {
"message": "Erişim anahtarını iptal et"
},
"revokeAccessTokenDesc": {
"message": "Erişim belirteçlerini iptal etmek kalıcıdır ve geri alınamaz."
},
"accessTokenRevoked": {
"message": "Erişim belirteçleri iptal edildi",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Alt menü"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Bu kullanıcı tüm kayıtlara erişebilir ve kayıtları değiştirebilir."
},
"domainVerification": {
"message": "Alan adı doğrulama"
},
"newDomain": {
"message": "Yeni alan adı"
},
"noDomains": {
"message": "Alan adı yok"
},
"noDomainsSubText": {
"message": "Bir alan adının bağlanması, üyelerin SSO ile Oturum Açma sırasında SSO tanımlayıcı alanını atlamalarına olanak tanır."
},
"verifyDomain": {
"message": "Alan adını doğrula"
},
"reverifyDomain": {
"message": "Alan adını yeniden doğrula"
},
"copyDnsTxtRecord": {
"message": "DNS TXT kaydını kopyala"
},
"dnsTxtRecord": {
"message": "DNS TXT kaydı"
},
"dnsTxtRecordInputHint": {
"message": "TXT kaydını kopyalayıp DNS sağlayıcınıza yapıştırın."
},
"domainNameInputHint": {
"message": "Örnek: mydomain.com. Alt alan adlarının doğrulanması için ayrı girişler gerekir."
},
"automaticDomainVerification": {
"message": "Otomatik Alan Doğrulaması"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden, ilk 72 saat içinde etki alanını 3 kez doğrulamaya çalışacak. Alan doğrulanamıyorsa barındırıcınızdaki DNS kaydını kontrol edin ve manuel olarak doğrulayın. Alan adı, doğrulanmamışsa kuruluşunuzdan 7 gün içinde kaldırılacaktır"
},
"invalidDomainNameMessage": {
"message": "Giriş geçerli bir format değil. Biçim: mydomain.com. Alt alan adlarının doğrulanması için ayrı girişler gerekir."
},
"removeDomain": {
"message": "Alan adını kaldır"
},
"removeDomainWarning": {
"message": "Alan adını kaldırma işlemi geri alınamaz. Devam etmek istediğinizden emin misiniz?"
},
"domainRemoved": {
"message": "Alan adı kaldırıldı"
},
"domainSaved": {
"message": "Alan adı kaydedildi"
},
"domainVerified": {
"message": "Alan adı doğrulandı"
},
"duplicateDomainError": {
"message": "Aynı etki alanını iki kez talep edemezsiniz."
},
"domainNotAvailable": {
"message": "Başka biri $DOMAIN$ kullanıyor. Devam etmek için farklı bir etki alanı kullanın.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ doğrulanmadı. DNS kaydınızı kontrol edin.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Doğrulandı"
},
"domainStatusUnverified": {
"message": "Doğrulanmadı"
},
"domainNameTh": {
"message": "İsim"
},
"domainStatusTh": {
"message": "Durum"
},
"lastChecked": {
"message": "Son kontrol"
},
"domainFormInvalid": {
"message": "İlgilenmeniz gereken form hataları var"
},
"addedDomain": {
"message": "$DOMAIN$ alan adı eklendi",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "$DOMAIN$ alan adı kaldırıldı",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ doğrulandı",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ doğrulanmadı",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Üye/Grup"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Sunucu"
},
"exportData": {
"message": "Verileri dışarı aktar"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Bu kullanıcı Secrets Manager Beta'ya erişebilir"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "Tümünü göster"
},
"showingPortionOfTotal": {
"message": "$PORTION$/$TOTAL$ gösteriliyor",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Aşağıdaki hataları düzeltip yeniden deneyin."
},

View File

@ -697,7 +697,14 @@
"message": "Необхідно повторно ввести головний пароль."
},
"masterPasswordMinlength": {
"message": "Довжина головного пароля має бути принаймні 8 символів."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Підтвердження головного пароля не збігається."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Відкликати токен доступу"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Підменю"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "Цей учасник має доступ і може редагувати всі елементи."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Учасник/Група"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Експортувати дані"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "Цей користувач має доступ до бета-версії керування секретами"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Розв'яжіть зазначені помилки та повторіть спробу."
},

View File

@ -697,7 +697,14 @@
"message": "Yêu cầu nhập lại mật khẩu chính."
},
"masterPasswordMinlength": {
"message": "Mật khẩu chính phải có ít nhất 8 kí tự."
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "Xác minh mật khẩu chính không đúng."
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "Revoke access token"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "Submenu"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "This member can access and modify all items."
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "Verify domain"
},
"reverifyDomain": {
"message": "Reverify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "Remove domain"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "Verified"
},
"domainStatusUnverified": {
"message": "Unverified"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "Status"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "Added domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "Removed domain $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ not verified",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "Server"
},
"exportData": {
"message": "Xuất dữ liệu"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Giải quyết các lỗi bên dưới và thử lại."
},

View File

@ -697,7 +697,14 @@
"message": "必须再次输入主密码。"
},
"masterPasswordMinlength": {
"message": "主密码至少需要 8 个字符。"
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "两次填写的主密码不一致。"
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "撤销访问令牌"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "子菜单"
},
@ -6035,6 +6052,135 @@
"memberAccessAll": {
"message": "此成员可以访问和修改所有项目。"
},
"domainVerification": {
"message": "域验证"
},
"newDomain": {
"message": "新域"
},
"noDomains": {
"message": "无域"
},
"noDomainsSubText": {
"message": "连接域允许成员在使用 SSO 登录时跳过 SSO 标识符字段。"
},
"verifyDomain": {
"message": "验证域"
},
"reverifyDomain": {
"message": "重新验证域"
},
"copyDnsTxtRecord": {
"message": "复制 DNS TXT 记录"
},
"dnsTxtRecord": {
"message": "DNS TXT 记录"
},
"dnsTxtRecordInputHint": {
"message": "复制并粘贴 TXT 记录到您的 DNS 供应商。"
},
"domainNameInputHint": {
"message": "例如mydomain.com。子域需要单独的条目进行验证。"
},
"automaticDomainVerification": {
"message": "自动域验证"
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden 将尝试在 72 小时内验证域名 3 次。 如果无法验证域,请检查主机中的 DNS 记录并手动验证。 如果域无法验证,将在 7 天内从您的组织中删除。"
},
"invalidDomainNameMessage": {
"message": "输入格式不正确。格式mydomain.com。子域需要单独的条目进行验证。"
},
"removeDomain": {
"message": "删除域"
},
"removeDomainWarning": {
"message": "删除域不能撤消。您确定要继续吗?"
},
"domainRemoved": {
"message": "域已删除"
},
"domainSaved": {
"message": "域已保存"
},
"domainVerified": {
"message": "域已验证"
},
"duplicateDomainError": {
"message": "同样的域不能申请两次。"
},
"domainNotAvailable": {
"message": "其他人正在使用 $DOMAIN$。请用一个不同的域。",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ 未验证。请检查您的DNS记录。",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "已验证"
},
"domainStatusUnverified": {
"message": "未验证"
},
"domainNameTh": {
"message": "域名"
},
"domainStatusTh": {
"message": "状态"
},
"lastChecked": {
"message": "上次检查"
},
"domainFormInvalid": {
"message": "表单错误需要您注意。"
},
"addedDomain": {
"message": "已添加域 $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "已删除域 $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ 已验证",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ 未验证",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
},
@ -6110,6 +6256,9 @@
}
}
},
"server": {
"message": "服务器"
},
"exportData": {
"message": "导出数据"
},
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "此用户可以访问 Secrets Manager 测试版"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},

View File

@ -300,7 +300,7 @@
"message": "搜尋密碼庫"
},
"searchMyVault": {
"message": "Search my vault"
"message": "搜尋我的密碼庫"
},
"searchOrganization": {
"message": "搜尋組織"
@ -697,7 +697,14 @@
"message": "必須再次輸入主密碼。"
},
"masterPasswordMinlength": {
"message": "主密碼需要至少 8 個字元。"
"message": "Master password must be at least $VALUE$ characters long.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
"content": "$1",
"example": "8"
}
}
},
"masterPassDoesntMatch": {
"message": "兩次填入的主密碼不相符。"
@ -1158,14 +1165,14 @@
}
},
"kdfMemory": {
"message": "KDF memory (MB)",
"message": "KDF 記憶體 (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
"message": "KDF 平行數量"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
@ -5674,7 +5681,7 @@
"message": "自訂顏色"
},
"selectPlaceholder": {
"message": "-- Select --"
"message": "-- 選擇 --"
},
"multiSelectPlaceholder": {
"message": "-- 輸入以進行篩選 --"
@ -5948,6 +5955,16 @@
"revokeAccessToken": {
"message": "撤銷存取權杖"
},
"revokeAccessTokens": {
"message": "Revoke access tokens"
},
"revokeAccessTokenDesc": {
"message": "Revoking access tokens is permanent and irreversible."
},
"accessTokenRevoked": {
"message": "Access tokens revoked",
"description": "Toast message after deleting one or multiple access tokens."
},
"submenu": {
"message": "子選單"
},
@ -6035,14 +6052,143 @@
"memberAccessAll": {
"message": "此成員可存取及變更所有項目。"
},
"domainVerification": {
"message": "Domain verification"
},
"newDomain": {
"message": "New domain"
},
"noDomains": {
"message": "No domains"
},
"noDomainsSubText": {
"message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
},
"verifyDomain": {
"message": "驗證網域"
},
"reverifyDomain": {
"message": "重新驗證網域"
},
"copyDnsTxtRecord": {
"message": "複製 DNS TXT 記錄"
},
"dnsTxtRecord": {
"message": "DNS TXT 記錄"
},
"dnsTxtRecordInputHint": {
"message": "複製並貼上 TXT 記錄到您的 DNS 供應商。"
},
"domainNameInputHint": {
"message": "例如mydomain.com。子網域需要分別加入以驗證。"
},
"automaticDomainVerification": {
"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"
},
"invalidDomainNameMessage": {
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
},
"removeDomain": {
"message": "刪除網域"
},
"removeDomainWarning": {
"message": "Removing a domain cannot be undone. Are you sure you want to continue?"
},
"domainRemoved": {
"message": "網域已移除"
},
"domainSaved": {
"message": "網域已儲存"
},
"domainVerified": {
"message": "已驗證網域"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotAvailable": {
"message": "其他人正在使用 $DOMAIN$。請使用一個不同的網域名稱以繼續。",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerified": {
"message": "$DOMAIN$ 未驗證。請檢查您的 DNS 記錄。",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainStatusVerified": {
"message": "已驗證"
},
"domainStatusUnverified": {
"message": "未驗證"
},
"domainNameTh": {
"message": "Name"
},
"domainStatusTh": {
"message": "狀態"
},
"lastChecked": {
"message": "Last checked"
},
"domainFormInvalid": {
"message": "There are form errors that need your attention"
},
"addedDomain": {
"message": "已新增網域 $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"removedDomain": {
"message": "已移除網域 $DOMAIN$",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainVerifiedEvent": {
"message": "$DOMAIN$ 已驗證",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"domainNotVerifiedEvent": {
"message": "$DOMAIN$ 未驗證",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
},
"membersColumnHeader": {
"message": "Member/Group"
"message": "成員/群組"
},
"groupAndMemberColumnHeader": {
"message": "成員"
},
"selectGroupsAndMembers": {
"message": "Select groups and members"
"message": "選擇群組和成員"
},
"selectGroups": {
"message": "選擇群組"
@ -6057,16 +6203,16 @@
"message": "已刪除"
},
"memberStatusFilter": {
"message": "Member status filter"
"message": "成員狀態篩選器"
},
"inviteMember": {
"message": "邀請成員"
},
"needsConfirmation": {
"message": "Needs confirmation"
"message": "待確認"
},
"memberRole": {
"message": "Member role"
"message": "成員角色"
},
"moreFromBitwarden": {
"message": "來自 Bitwarden 的更多產品"
@ -6110,8 +6256,11 @@
}
}
},
"server": {
"message": "伺服器"
},
"exportData": {
"message": "Export data"
"message": "匯出資料"
},
"exportingOrganizationSecretDataTitle": {
"message": "Exporting Organization Secret Data"
@ -6126,7 +6275,7 @@
}
},
"fileUpload": {
"message": "File upload"
"message": "檔案上傳"
},
"acceptedFormats": {
"message": "Accepted Formats:"
@ -6135,7 +6284,7 @@
"message": "Copy & paste import contents:"
},
"or": {
"message": "or"
"message": ""
},
"licenseAndBillingManagement": {
"message": "License and billing management"
@ -6201,7 +6350,7 @@
"message": "Increase your KDF encryption settings to improve the security of your account."
},
"changeKdfSettings": {
"message": "Change KDF settings"
"message": "變更 KDF 設定"
},
"changeKdfLoggedOutWarning": {
"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."
@ -6215,6 +6364,25 @@
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
},
"important": {
"message": "Important:"
},
"viewAll": {
"message": "View all"
},
"showingPortionOfTotal": {
"message": "Showing $PORTION$ of $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
"example": "2"
},
"total": {
"content": "$2",
"example": "5"
}
}
},
"resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again."
},