1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-22 07:50:04 +02:00

Autosync the updated translations (#11615)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-18 07:23:30 +00:00 committed by GitHub
parent c438fbf36a
commit df26b6b568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
62 changed files with 2738 additions and 134 deletions

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Daar is geen versamelings om te lys nie." "message": "Daar is geen versamelings om te lys nie."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Sluit aan by organisasie" "message": "Sluit aan by organisasie"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ nie gevind nie", "message": "$RESOURCE$ nie gevind nie",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "ليس لديك الصلاحية لعرض جميع العناصر في هذه المجموعة." "message": "ليس لديك الصلاحية لعرض جميع العناصر في هذه المجموعة."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "لا توجد مجموعات لعرضها." "message": "لا توجد مجموعات لعرضها."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -470,10 +470,10 @@
"description": "Search Secure Note type" "description": "Search Secure Note type"
}, },
"searchVault": { "searchVault": {
"message": "Anbarda axtar" "message": "Seyfdə axtar"
}, },
"searchMyVault": { "searchMyVault": {
"message": "Anbarımda axtar" "message": "Seyfimdə axtar"
}, },
"searchOrganization": { "searchOrganization": {
"message": "Təşkilat axtar" "message": "Təşkilat axtar"
@ -722,19 +722,19 @@
"message": "Mən" "message": "Mən"
}, },
"myVault": { "myVault": {
"message": "Anbarım" "message": "Seyfim"
}, },
"allVaults": { "allVaults": {
"message": "Bütün anbarlar" "message": "Bütün seyflər"
}, },
"vault": { "vault": {
"message": "Anbar" "message": "Seyf"
}, },
"vaults": { "vaults": {
"message": "Anbarlar" "message": "Seyflər"
}, },
"vaultItems": { "vaultItems": {
"message": "Anbar elementləri" "message": "Seyf elementləri"
}, },
"filter": { "filter": {
"message": "Filtr" "message": "Filtr"
@ -909,7 +909,7 @@
"message": "Xeyr" "message": "Xeyr"
}, },
"loginOrCreateNewAccount": { "loginOrCreateNewAccount": {
"message": "Güvənli anbarınıza müraciət etmək üçün giriş edin və ya yeni bir hesab yaradın." "message": "Güvənli seyfinizə müraciət etmək üçün giriş edin və ya yeni bir hesab yaradın."
}, },
"loginWithDevice": { "loginWithDevice": {
"message": "Cihazla giriş et" "message": "Cihazla giriş et"
@ -1050,7 +1050,7 @@
"message": "Ana parol" "message": "Ana parol"
}, },
"masterPassDesc": { "masterPassDesc": {
"message": "Ana parol, anbarınıza müraciət etmək üçün istifadə edəcəyiniz paroldur. Ana parolu yadda saxlamaq çox vacibdir. Unutsanız, parolu geri qaytarmağın heç bir yolu yoxdur." "message": "Ana parol, seyfinizə müraciət etmək üçün istifadə edəcəyiniz paroldur. Ana parolu yadda saxlamaq çox vacibdir. Unutsanız, parolu bərpa etməyin heç bir yolu yoxdur."
}, },
"masterPassImportant": { "masterPassImportant": {
"message": "Unutsanız, ana parolunuz geri qaytarıla bilməz!" "message": "Unutsanız, ana parolunuz geri qaytarıla bilməz!"
@ -1157,7 +1157,7 @@
"message": "E-poçt ünvanı" "message": "E-poçt ünvanı"
}, },
"yourVaultIsLockedV2": { "yourVaultIsLockedV2": {
"message": "Anbarınız kilidlənib." "message": "Seyfiniz kilidlənib"
}, },
"yourAccountIsLocked": { "yourAccountIsLocked": {
"message": "Hesabınız kilidlənib" "message": "Hesabınız kilidlənib"
@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Bu kolleksiyadakı bütün elementlərə baxmaq üçün icazəniz yoxdur." "message": "Bu kolleksiyadakı bütün elementlərə baxmaq üçün icazəniz yoxdur."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Siyahılanacaq heç bir kolleksiya yoxdur." "message": "Siyahılanacaq heç bir kolleksiya yoxdur."
}, },
@ -1409,13 +1412,13 @@
"message": "Xəbərdarlıq" "message": "Xəbərdarlıq"
}, },
"confirmVaultExport": { "confirmVaultExport": {
"message": "Anbarın xaricə köçürülməsini təsdiqlə" "message": "Seyfi xaricə köçürməyi təsdiqlə"
}, },
"confirmSecretsExport": { "confirmSecretsExport": {
"message": "Sirlərin xaricə köçürülməsini təsdiqlə" "message": "Sirlərin xaricə köçürülməsini təsdiqlə"
}, },
"exportWarningDesc": { "exportWarningDesc": {
"message": "Bu xaricə köçürmə, anbar datanızı şifrələnməmiş formatda ehtiva edir. Xaricə köçürülən faylı, güvənli olmayan kanallar üzərində saxlamamalı və ya göndərməməlisiniz (e-poçt kimi). Bu faylı işiniz bitdikdən sonra dərhal silin." "message": "Bu xaricə köçürmə, seyf datanızı şifrələnməmiş formatda ehtiva edir. Xaricə köçürülən faylı, güvənli olmayan kanallar üzərində saxlamamalı və ya göndərməməlisiniz (e-poçt kimi). Bu faylı işiniz bitdikdən sonra dərhal silin."
}, },
"exportSecretsWarningDesc": { "exportSecretsWarningDesc": {
"message": "Xaricə köçürdüyünüz bu fayldakı sirr datalarınız şifrələnməmiş formatdadır. Bu faylı güvənli olmayan kanallar (e-poçt kimi) üzərində saxlamamalı və ya göndərməməlisiniz. İşiniz bitdikdən sonra faylı dərhal silin." "message": "Xaricə köçürdüyünüz bu fayldakı sirr datalarınız şifrələnməmiş formatdadır. Bu faylı güvənli olmayan kanallar (e-poçt kimi) üzərində saxlamamalı və ya göndərməməlisiniz. İşiniz bitdikdən sonra faylı dərhal silin."
@ -1433,7 +1436,7 @@
"message": "Buradan xaricə köçür" "message": "Buradan xaricə köçür"
}, },
"exportVault": { "exportVault": {
"message": "Anbarı ixrac et" "message": "Seyfi xaricə köçür"
}, },
"exportSecrets": { "exportSecrets": {
"message": "Sirləri xaricə köçür" "message": "Sirləri xaricə köçür"
@ -1478,13 +1481,13 @@
"message": "\"Fayl parolu\" və \"Fayl parolunu təsdiqlə\" uyuşmur." "message": "\"Fayl parolu\" və \"Fayl parolunu təsdiqlə\" uyuşmur."
}, },
"confirmVaultImport": { "confirmVaultImport": {
"message": "Anbarın daxilə köçürülməsini təsdiqlə" "message": "Seyfi daxilə köçürməyi təsdiqlə"
}, },
"confirmVaultImportDesc": { "confirmVaultImportDesc": {
"message": "Bu fayl parolla qorunur. Məlumatları daxilə köçürmək üçün fayl parolunu daxil edin." "message": "Bu fayl parolla qorunur. Məlumatları daxilə köçürmək üçün fayl parolunu daxil edin."
}, },
"exportSuccess": { "exportSuccess": {
"message": "Anbar datası xaricə köçürüldü" "message": "Seyf datası xaricə köçürüldü"
}, },
"passwordGenerator": { "passwordGenerator": {
"message": "Parol yaradıcı" "message": "Parol yaradıcı"
@ -1706,31 +1709,31 @@
"message": "Bütün seansların səlahiyyəti götürüldü" "message": "Bütün seansların səlahiyyəti götürüldü"
}, },
"purgeVault": { "purgeVault": {
"message": "Anbarı təmizlə" "message": "Seyfi boşalt"
}, },
"purgedOrganizationVault": { "purgedOrganizationVault": {
"message": "Təşkilat anbarı təmizləndi." "message": "Təşkilat seyfi boşaldıldı."
}, },
"vaultAccessedByProvider": { "vaultAccessedByProvider": {
"message": "Provayder tərəfindən müraciət edilən anbar." "message": "Provayder tərəfindən müraciət edilən seyf."
}, },
"purgeVaultDesc": { "purgeVaultDesc": {
"message": "Anbarınızdakı bütün element və qovluqları silmək üçün aşağıdan davam edin. Paylaşdığınız bir təşkilata aid olan elementlər silinməyəcək." "message": "Seyfinizdəki bütün elementləri və qovluqları silmək üçün aşağıdakı addımları izləyin. Paylaşdığınız bir təşkilata aid elementlər silinməyəcək."
}, },
"purgeOrgVaultDesc": { "purgeOrgVaultDesc": {
"message": "Təşkilat anbarındakı bütün elementləri silmək üçün aşağıda davam edin." "message": "Təşkilat seyfindəki bütün elementləri silmək üçün aşağıdakı addımları izləyin."
}, },
"purgeVaultWarning": { "purgeVaultWarning": {
"message": "Anbarınızı təmizləmək birdəfəlik prosesdir. Bu əməliyyatın geri dönüşü yoxdur." "message": "Seyfinizi boşaltmaq birdəfəlik prosesdir. Bu əməliyyatın geri dönüşü yoxdur."
}, },
"vaultPurged": { "vaultPurged": {
"message": "Anbarınız təmizləndi." "message": "Seyf boşaldıldı."
}, },
"deleteAccount": { "deleteAccount": {
"message": "Hesabı sil" "message": "Hesabı sil"
}, },
"deleteAccountDesc": { "deleteAccountDesc": {
"message": "Hesabınızı və bütün anbar datanızı silmək üçün aşağıdakı addımları izləyin." "message": "Hesabınızı və bütün seyf datasını silmək üçün aşağıdakı addımları izləyin."
}, },
"deleteAccountWarning": { "deleteAccountWarning": {
"message": "Hesabınızı silmək birdəfəlik prosesdir. Bu əməliyyatın geri dönüşü yoxdur." "message": "Hesabınızı silmək birdəfəlik prosesdir. Bu əməliyyatın geri dönüşü yoxdur."
@ -1869,7 +1872,7 @@
"message": "Tərcihlər" "message": "Tərcihlər"
}, },
"preferencesDesc": { "preferencesDesc": {
"message": "Veb anbar təcrübənizi özəlləşdirin." "message": "Veb seyf təcrübənizi özəlləşdirin."
}, },
"preferencesUpdated": { "preferencesUpdated": {
"message": "Tərcihlər saxlanıldı" "message": "Tərcihlər saxlanıldı"
@ -1878,7 +1881,7 @@
"message": "Dil" "message": "Dil"
}, },
"languageDesc": { "languageDesc": {
"message": "Veb anbarda istifadə olunan dili dəyişdirin." "message": "Veb seyfdə istifadə olunan dili dəyişdirin."
}, },
"enableFavicon": { "enableFavicon": {
"message": "Veb sayt ikonlarını göstər" "message": "Veb sayt ikonlarını göstər"
@ -2079,7 +2082,7 @@
"message": "Platforma məhdudiyyətlərinə görə, YubiKeys bütün Bitwarden tətbiqlərində istifadə edilə bilmir. YubiKeys istifadə edilə bilməyəndə, hesabınıza müraciət edə bilməyiniz üçün başqa bir iki addımlı giriş provayderini fəallaşdırmalısınız. Dəstəklənən platformalar:" "message": "Platforma məhdudiyyətlərinə görə, YubiKeys bütün Bitwarden tətbiqlərində istifadə edilə bilmir. YubiKeys istifadə edilə bilməyəndə, hesabınıza müraciət edə bilməyiniz üçün başqa bir iki addımlı giriş provayderini fəallaşdırmalısınız. Dəstəklənən platformalar:"
}, },
"twoFactorYubikeySupportUsb": { "twoFactorYubikeySupportUsb": {
"message": "Veb anbar, masaüstü tətbiqi, CLI və \"YubiKey\"inizi qəbul edə biləcək USB portuna sahib bir cihazdakı bütün brauzer uzantıları." "message": "YubiKey-nizi qəbul edə biləcək bir USB portuna sahib cihazdakı veb seyf, masaüstü tətbiqi, CLI və bütün brauzer uzantıları."
}, },
"twoFactorYubikeySupportMobile": { "twoFactorYubikeySupportMobile": {
"message": "Bir cihazda NFC özəlliyi olan mobil tətbiqlər və ya \"YubiKey\"inizi qəbul edə bilən data portu." "message": "Bir cihazda NFC özəlliyi olan mobil tətbiqlər və ya \"YubiKey\"inizi qəbul edə bilən data portu."
@ -2181,7 +2184,7 @@
"message": "Platforma məhdudiyyətlərinə görə, FIDO U2F bütün Bitwarden tətbiqlərində istifadə edilə bilmir. FIDO U2F istifadə edilə bilməyəndə, hesabınıza müraciət edə bilməyiniz üçün başqa bir iki addımlı giriş provayderini fəallaşdırmalısınız. Dəstəklənən platformalar:" "message": "Platforma məhdudiyyətlərinə görə, FIDO U2F bütün Bitwarden tətbiqlərində istifadə edilə bilmir. FIDO U2F istifadə edilə bilməyəndə, hesabınıza müraciət edə bilməyiniz üçün başqa bir iki addımlı giriş provayderini fəallaşdırmalısınız. Dəstəklənən platformalar:"
}, },
"twoFactorU2fSupportWeb": { "twoFactorU2fSupportWeb": {
"message": "U2F özəlliyə sahib bir brauzer ilə masaüstü/dizüstü kompüterdə veb anbar və brauzer uzantıları (FIDO U2F özəlliyinə sahib Chrome, Opera, Vivaldi və ya Firefox)." "message": "U2F dəstəkli brauzerə sahib masaüstü/dizüstü kompüterdə veb seyf və brauzer uzantıları (FIDO U2F açıq olan Chrome, Opera, Vivaldi və ya Firefox)."
}, },
"twoFactorU2fWaiting": { "twoFactorU2fWaiting": {
"message": "Güvənlik açarındakı düyməyə toxunmağınız gözlənilir" "message": "Güvənlik açarındakı düyməyə toxunmağınız gözlənilir"
@ -2196,7 +2199,7 @@
"message": "Platforma məhdudiyyətlərinə görə, WebAuthn bütün Bitwarden tətbiqlərində istifadə edilə bilmir. WebAuthn istifadə edilə bilməyəndə, hesabınıza müraciət edə bilməyiniz üçün başqa bir iki addımlı giriş provayderini fəallaşdırmalısınız. Dəstəklənən platformalar:" "message": "Platforma məhdudiyyətlərinə görə, WebAuthn bütün Bitwarden tətbiqlərində istifadə edilə bilmir. WebAuthn istifadə edilə bilməyəndə, hesabınıza müraciət edə bilməyiniz üçün başqa bir iki addımlı giriş provayderini fəallaşdırmalısınız. Dəstəklənən platformalar:"
}, },
"twoFactorWebAuthnSupportWeb": { "twoFactorWebAuthnSupportWeb": {
"message": "WebAuthn özəlliyə sahib bir brauzer ilə masaüstü/dizüstü kompüterdə veb anbar və brauzer uzantıları (FIDO U2F özəlliyinə sahib Chrome, Opera, Vivaldi və ya Firefox)." "message": "WebAuthn dəstəkli brauzerə sahib masaüstü/dizüstü kompüterdə veb seyf və brauzer uzantıları (FIDO U2F açıq olan Chrome, Opera, Vivaldi və ya Firefox)."
}, },
"twoFactorRecoveryYourCode": { "twoFactorRecoveryYourCode": {
"message": "Bitwarden iki addımlı giriş üçün geri qaytarma kodunuz" "message": "Bitwarden iki addımlı giriş üçün geri qaytarma kodunuz"
@ -2242,7 +2245,7 @@
} }
}, },
"noUnsecuredWebsites": { "noUnsecuredWebsites": {
"message": "Anbarınızda güvənli olmayan URI-ə sahib element yoxdur." "message": "Seyfinizdəki heç bir elementin güvənli olmayan URI-si yoxdur."
}, },
"inactive2faReport": { "inactive2faReport": {
"message": "Aktiv olmayan iki addımlı giriş" "message": "Aktiv olmayan iki addımlı giriş"
@ -2267,7 +2270,7 @@
} }
}, },
"noInactive2fa": { "noInactive2fa": {
"message": "Anbarınızda iki addımlı giriş konfiqurasiyası əskik olan heç bir veb sayt tapılmadı." "message": "Seyfinizdə iki addımlı giriş konfiqurasiyası əskik olan heç bir veb sayt tapılmadı."
}, },
"instructions": { "instructions": {
"message": "Təlimatlar" "message": "Təlimatlar"
@ -2295,7 +2298,7 @@
} }
}, },
"noExposedPasswords": { "noExposedPasswords": {
"message": "Anbarınızda heç bir elementin, bilinən məlumat pozuntusunda ifşa olunmuş parollar yoxdur." "message": "Seyfinizdəki heç bir element, bilinən məlumat pozuntusunda ifşa olunmuş parola sahib deyil."
}, },
"checkExposedPasswords": { "checkExposedPasswords": {
"message": "İfşa olunmuş parolları yoxla" "message": "İfşa olunmuş parolları yoxla"
@ -2335,7 +2338,7 @@
} }
}, },
"noWeakPasswords": { "noWeakPasswords": {
"message": "Anbarınızdakı heç bir elementin zəif parolu yoxdur." "message": "Seyfinizdəki heç bir elementin zəif parolu yoxdur."
}, },
"weakness": { "weakness": {
"message": "Zəiflik" "message": "Zəiflik"
@ -2363,7 +2366,7 @@
} }
}, },
"noReusedPasswords": { "noReusedPasswords": {
"message": "Anbarınızda heç bir hesabda təkrar istifadə olunan parollar yoxdur." "message": "Seyfinizdəki heç bir girişdə təkrar istifadə olunan parol yoxdur."
}, },
"timesReused": { "timesReused": {
"message": "Dəfə təkrar istifadə olundu" "message": "Dəfə təkrar istifadə olundu"
@ -2490,10 +2493,10 @@
"message": "Fövqəladə hal müraciəti" "message": "Fövqəladə hal müraciəti"
}, },
"premiumSignUpReports": { "premiumSignUpReports": {
"message": "Anbarınızın güvənliyini təmin etmək üçün parol gigiyenası, hesab sağlamlığı və data pozuntusu hesabatları." "message": "Seyfinizi güvəndə saxlamaq üçün parol gigiyenası, hesab sağlamlığı və data pozuntusu hesabatları."
}, },
"premiumSignUpTotp": { "premiumSignUpTotp": {
"message": "Anbarınızdakı hesablar üçün TOTP doğrulama kodu (2FA) yaradıcısı." "message": "Seyfinizdəki girişlər üçün TOTP doğrulama kodu (2FA) yaradıcısı."
}, },
"premiumSignUpSupport": { "premiumSignUpSupport": {
"message": "Prioritet müştəri dəstəyi." "message": "Prioritet müştəri dəstəyi."
@ -2807,7 +2810,7 @@
"message": "Hesabınızın e-poçt ünvanı doğrulanmalıdır." "message": "Hesabınızın e-poçt ünvanı doğrulanmalıdır."
}, },
"newOrganizationDesc": { "newOrganizationDesc": {
"message": "Təşkilatlar, anbarınızın hissələrini başqaları ilə paylaşmağınıza, ailə, kiçik komanda və ya böyük şirkət kimi müəyyən bir varlıq üçün əlaqəli istifadəçiləri idarə etməyinizə icazə verir." "message": "Təşkilatlar, seyfinizin hissələrini başqaları ilə paylaşmağınıza, ailə, kiçik komanda və ya böyük şirkət kimi müəyyən bir varlıq üçün əlaqəli istifadəçiləri idarə etməyinizə icazə verir."
}, },
"generalInformation": { "generalInformation": {
"message": "Ümumi məlumat" "message": "Ümumi məlumat"
@ -3235,13 +3238,13 @@
"description": "Desktop app" "description": "Desktop app"
}, },
"webVault": { "webVault": {
"message": "Veb anbar" "message": "Veb seyf"
}, },
"cli": { "cli": {
"message": "CLI" "message": "CLI"
}, },
"bitWebVault": { "bitWebVault": {
"message": "Bitwarden Web anbarı" "message": "Bitwarden Web seyfi"
}, },
"bitSecretsManager": { "bitSecretsManager": {
"message": "Bitwarden Sirr Meneceri" "message": "Bitwarden Sirr Meneceri"
@ -3281,10 +3284,10 @@
"description": "PIN code. Ex. The short code (often numeric) that you use to unlock a device." "description": "PIN code. Ex. The short code (often numeric) that you use to unlock a device."
}, },
"exportedVault": { "exportedVault": {
"message": "Anbar ixrac edildi." "message": "Seyf xaricə köçürüldü"
}, },
"exportedOrganizationVault": { "exportedOrganizationVault": {
"message": "Təşkilat anbarı ixrac edildi." "message": "Təşkilat seyfi xaricə köçürüldü."
}, },
"editedOrgSettings": { "editedOrgSettings": {
"message": "Təşkilat ayarlarına düzəliş edildi." "message": "Təşkilat ayarlarına düzəliş edildi."
@ -3647,7 +3650,7 @@
} }
}, },
"accessedClientVault": { "accessedClientVault": {
"message": "$ID$ təşkilatının anbarına müraciət edildi.", "message": "$ID$ təşkilatının seyfinə müraciət edildi.",
"placeholders": { "placeholders": {
"id": { "id": {
"content": "$1", "content": "$1",
@ -3776,11 +3779,20 @@
"message": "Brauzeri güncəllə" "message": "Brauzeri güncəllə"
}, },
"updateBrowserDesc": { "updateBrowserDesc": {
"message": "Dəstəklənməyən bir veb brauzer istifadə edirsiniz. Veb anbar düzgün işləməyə bilər." "message": "Dəstəklənməyən bir veb brauzer istifadə edirsiniz. Veb seyf düzgün işləməyə bilər."
}, },
"joinOrganization": { "joinOrganization": {
"message": "Təşkilata qoşul" "message": "Təşkilata qoşul"
}, },
"joinOrganizationName": {
"message": "$ORGANIZATIONNAME$ - qoşul",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Yuxarıdakı təşkilata qoşulmaq üçün dəvət edildiniz. Dəvəti qəbul etmək üçün Bitwarden hesabına giriş etməli və ya yeni bir hesab yaratmalısınız." "message": "Yuxarıdakı təşkilata qoşulmaq üçün dəvət edildiniz. Dəvəti qəbul etmək üçün Bitwarden hesabına giriş etməli və ya yeni bir hesab yaratmalısınız."
}, },
@ -3845,7 +3857,7 @@
"message": "Təşkilatı sil" "message": "Təşkilatı sil"
}, },
"deletingOrganizationContentWarning": { "deletingOrganizationContentWarning": {
"message": "$ORGANIZATION$ təşkilatının və bütün əlaqəli datanın silinməsini təsdiqləmək üçün ana parolu daxil edin. $ORGANIZATION$ anbar dataları da daxildir:", "message": "$ORGANIZATION$ təşkilatının və bütün əlaqələndirilmiş datalarının silinməsini təsdiqləmək üçün ana parolu daxil edin. $ORGANIZATION$ təşkilatındakı seyf datasına daxildir:",
"placeholders": { "placeholders": {
"organization": { "organization": {
"content": "$1", "content": "$1",
@ -4106,7 +4118,7 @@
"message": "Şifrələmə açarı güncəlləməsi davam edə bilmir" "message": "Şifrələmə açarı güncəlləməsi davam edə bilmir"
}, },
"keyUpdateFoldersFailed": { "keyUpdateFoldersFailed": {
"message": "Şifrələmə açarınızı güncəlləyərkən qovluqlarınızın şifrəsi açıla bilmədi. Güncəlləmənin davam etməsi üçün qovluqlarınız silinməlidir. Davam etsəniz, heç bir anbar elementi silinməyəcək." "message": "Şifrələmə açarınızı güncəlləyərkən qovluqlarınızın şifrəsi açıla bilmədi. Güncəlləmənin davam etməsi üçün qovluqlarınız silinməlidir. Davam etsəniz, heç bir seyf elementi silinməyəcək."
}, },
"keyUpdated": { "keyUpdated": {
"message": "Açar güncəlləndi" "message": "Açar güncəlləndi"
@ -4181,16 +4193,16 @@
"message": "Filtrlər" "message": "Filtrlər"
}, },
"vaultTimeout": { "vaultTimeout": {
"message": "Anbara müraciət bitəcək" "message": "Seyf vaxtının bitməsi"
}, },
"vaultTimeout1": { "vaultTimeout1": {
"message": "Vaxt bitmə" "message": "Vaxt bitmə"
}, },
"vaultTimeoutDesc": { "vaultTimeoutDesc": {
"message": "Anbara müraciətin bitəcəyi vaxtı seçin və seçilən əməliyyatı icra edin." "message": "Seyfinizin vaxt bitmə əməliyyatını nə vaxt icra edəcəyini seçin."
}, },
"vaultTimeoutLogoutDesc": { "vaultTimeoutLogoutDesc": {
"message": "Anbarınızdan nə vaxt çıxış ediləcəyini seçin." "message": "Seyfinizdən nə vaxt çıxış ediləcəyini seçin."
}, },
"oneMinute": { "oneMinute": {
"message": "1 dəqiqə" "message": "1 dəqiqə"
@ -4303,7 +4315,7 @@
"description": "This is a verb. ex. 'Fix The Car'" "description": "This is a verb. ex. 'Fix The Car'"
}, },
"oldAttachmentsNeedFixDesc": { "oldAttachmentsNeedFixDesc": {
"message": "Hesabınızın şifrələmə açarını döndərməzdən əvvəl, anbarınızdakı köhnə fayl qoşmalarını düzəltməlisiniz." "message": "Hesabınızın şifrələmə açarını döndərməzdən əvvəl, seyfinizdəki köhnə fayl qoşmalarını düzəltməlisiniz."
}, },
"yourAccountsFingerprint": { "yourAccountsFingerprint": {
"message": "Hesabınızın barmaq izi ifadəsi", "message": "Hesabınızın barmaq izi ifadəsi",
@ -4314,7 +4326,7 @@
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
}, },
"fingerprintMatchInfo": { "fingerprintMatchInfo": {
"message": "Lütfən anbarınızın kilidinin açıq olduğuna və Barmaq izi ifadəsinin digər cihazla uyuşduğuna əmin olun." "message": "Lütfən seyfinizin kilidinin açıq olduğuna və Barmaq izi ifadəsinin digər cihazla uyuşduğuna əmin olun."
}, },
"fingerprintPhraseHeader": { "fingerprintPhraseHeader": {
"message": "Barmaq izi ifadəsi" "message": "Barmaq izi ifadəsi"
@ -4444,13 +4456,13 @@
"message": "İstifadəçi tərcihi" "message": "İstifadəçi tərcihi"
}, },
"vaultTimeoutAction": { "vaultTimeoutAction": {
"message": "Anbara müraciət vaxtının bitmə əməliyyatı" "message": "Seyf vaxtının bitmə əməliyyatı"
}, },
"vaultTimeoutActionLockDesc": { "vaultTimeoutActionLockDesc": {
"message": "Kilidli bir anbar, təkrar müraciət etmək üçün ana parolunuzu yenidən yazmağınızı tələb edir." "message": "Seyfinizə təkrar müraciət etmək üçün ana parol və ya digər kilid açma üsulu tələb olunur."
}, },
"vaultTimeoutActionLogOutDesc": { "vaultTimeoutActionLogOutDesc": {
"message": "Anbarınıza yenidən müraciət etmək üçün təkrar kimlik doğrulama tələb olunur." "message": "Seyfinizə təkrar müraciət etmək üçün təkrar kimlik doğrulama tələb olunur."
}, },
"lock": { "lock": {
"message": "Kilidlə", "message": "Kilidlə",
@ -4521,7 +4533,7 @@
} }
}, },
"vaultTimeoutLogOutConfirmation": { "vaultTimeoutLogOutConfirmation": {
"message": ıxış edəndə, anbarınıza bütün müraciətiniz dayanacaq və vaxt bitməsindən sonra onlayn kimlik doğrulaması tələb olunacaq. Bu ayarı istifadə etmək istədiyinizə əminsiniz?" "message": ıxış etdikdə, seyfinizə bütün müraciətiniz dayanacaq və vaxt bitməsindən sonra onlayn kimlik doğrulaması tələb olunacaq. Bu ayarı istifadə etmək istədiyinizə əminsiniz?"
}, },
"vaultTimeoutLogOutConfirmationTitle": { "vaultTimeoutLogOutConfirmationTitle": {
"message": "Vaxt bitmə əməliyyat təsdiqi" "message": "Vaxt bitmə əməliyyat təsdiqi"
@ -4831,7 +4843,7 @@
"message": "Fövqəladə hal müraciəti təsdiqləndi" "message": "Fövqəladə hal müraciəti təsdiqləndi"
}, },
"viewDesc": { "viewDesc": {
"message": "Anbarınızdakı bütün elementlərə baxa bilər." "message": "Öz seyfinizdəki bütün elementlərə baxa bilər."
}, },
"takeover": { "takeover": {
"message": "Təhvil alma" "message": "Təhvil alma"
@ -4937,13 +4949,13 @@
"message": "Fərdi sahiblik" "message": "Fərdi sahiblik"
}, },
"personalOwnershipPolicyDesc": { "personalOwnershipPolicyDesc": {
"message": "Fərdi sahiblik seçimini çıxardaraq istifadəçilərin anbar elementlərini bir təşkilatda saxlamalarını məcburi edin." "message": "Fərdi seyf seçimini silərək istifadəçilərin elementləri bir təşkilatda saxlamasını məcburi edin."
}, },
"personalOwnershipExemption": { "personalOwnershipExemption": {
"message": "Təşkilat sahibləri və administratorlar, bu siyasətin tətbiq edilməsindən azaddırlar." "message": "Təşkilat sahibləri və administratorlar, bu siyasətin tətbiq edilməsindən azaddırlar."
}, },
"personalOwnershipSubmitError": { "personalOwnershipSubmitError": {
"message": "Müəssisə siyasətinə görə, elementləri şəxsi anbarınızda saxlamağınız məhdudlaşdırılıb. Sahiblik seçimini təşkilat olaraq dəyişdirin və mövcud kolleksiyalar arasından seçim edin." "message": "Müəssisə siyasətinə görə, elementləri şəxsi seyfinizdə saxlamağınız məhdudlaşdırılıb. Sahiblik seçimini təşkilat olaraq dəyişdirin və mövcud kolleksiyalar arasından seçim edin."
}, },
"disableSend": { "disableSend": {
"message": "\"Send\"i sıradan çıxart" "message": "\"Send\"i sıradan çıxart"
@ -5079,7 +5091,7 @@
"message": "Bir təşkilat siyasəti, sahiblik seçimlərinizə təsir edir." "message": "Bir təşkilat siyasəti, sahiblik seçimlərinizə təsir edir."
}, },
"personalOwnershipPolicyInEffectImports": { "personalOwnershipPolicyInEffectImports": {
"message": "Bir təşkilatın siyasəti, elementlərin fərdi anbarınıza idxal edilməsini sıradan çıxartdı." "message": "Bir təşkilat siyasəti, elementlərin fərdi seyfinizə köçürülməsini əngəllədi."
}, },
"personalOwnershipCheckboxDesc": { "personalOwnershipCheckboxDesc": {
"message": "Təşkilat istifadəçiləri üçün fərdi sahibliyi sıradan çıxart" "message": "Təşkilat istifadəçiləri üçün fərdi sahibliyi sıradan çıxart"
@ -5416,7 +5428,7 @@
"message": "Tema" "message": "Tema"
}, },
"themeDesc": { "themeDesc": {
"message": "Veb anbarınız üçün bir tema seçin." "message": "Veb seyfiniz üçün bir tema seçin."
}, },
"themeSystem": { "themeSystem": {
"message": "Sistem temasını istifadə et" "message": "Sistem temasını istifadə et"
@ -5604,13 +5616,13 @@
"message": "Ana parolu güncəllə" "message": "Ana parolu güncəllə"
}, },
"updateMasterPasswordWarning": { "updateMasterPasswordWarning": {
"message": "Ana parolunuz təzəlikcə təşkilatınızdakı bir administrator tərəfindən dəyişdirildi. Anbara müraciət üçün Ana parolunuzu indi güncəlləməlisiniz. Davam etsəniz, hazırkı seansdan çıxış etmiş və təkrar giriş etməli olacaqsınız. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər." "message": "Ana parolunuz təzəlikcə təşkilatınızdakı bir administrator tərəfindən dəyişdirildi. Seyfə müraciət üçün Ana parolunuzu indi güncəlləməlisiniz. Davam etsəniz, hazırkı seansdan çıxış etmiş və təkrar giriş etməli olacaqsınız. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər."
}, },
"masterPasswordInvalidWarning": { "masterPasswordInvalidWarning": {
"message": "Ana parolunuz bu təşkilatın siyasət tələblərinə cavab vermir. Təşkilata qoşulmaq üçün Ana parolunuzu indi güncəlləməlisiniz. Davam etsəniz, hazırkı seansdan çıxış etmiş və təkrar giriş etməli olacaqsınız. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər." "message": "Ana parolunuz bu təşkilatın siyasət tələblərinə cavab vermir. Təşkilata qoşulmaq üçün Ana parolunuzu indi güncəlləməlisiniz. Davam etsəniz, hazırkı seansdan çıxış etmiş və təkrar giriş etməli olacaqsınız. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər."
}, },
"updateWeakMasterPasswordWarning": { "updateWeakMasterPasswordWarning": {
"message": "Ana parolunuz təşkilatınızdakı siyasətlərdən birinə və ya bir neçəsinə uyğun gəlmir. Anbara müraciət üçün ana parolunuzu indi güncəlləməlisiniz. Davam etsəniz, hazırkı seansdan çıxış etmiş və təkrar giriş etməli olacaqsınız. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər." "message": "Ana parolunuz təşkilatınızdakı siyasətlərdən birinə və ya bir neçəsinə uyğun gəlmir. Seyfə müraciət üçün ana parolunuzu indi güncəlləməlisiniz. Davam etsəniz, hazırkı seansdan çıxış etmiş və təkrar giriş etməli olacaqsınız. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər."
}, },
"automaticAppLogin": { "automaticAppLogin": {
"message": "İcazə verilən tətbiqlər üçün istifadəçilərin avtomatik giriş etməsi" "message": "İcazə verilən tətbiqlər üçün istifadəçilərin avtomatik giriş etməsi"
@ -5625,19 +5637,19 @@
"message": "Provayder host kimliyinin URL-sini daxil edin. Çoxlu URL-ləri vergüllə ayırın." "message": "Provayder host kimliyinin URL-sini daxil edin. Çoxlu URL-ləri vergüllə ayırın."
}, },
"tdeDisabledMasterPasswordRequired": { "tdeDisabledMasterPasswordRequired": {
"message": "Təşkilatınız, şifrə açma seçimlərinizi güncəllədi. Anbarınıza müraciət etmək üçün lütfən ana parol təyin edin." "message": "Təşkilatınız, şifrə açma seçimlərinizi güncəllədi. Seyfinizə müraciət etmək üçün lütfən bir ana parol təyin edin."
}, },
"maximumVaultTimeout": { "maximumVaultTimeout": {
"message": "Anbara müraciət bitəcək" "message": "Seyf vaxtının bitməsi"
}, },
"maximumVaultTimeoutDesc": { "maximumVaultTimeoutDesc": {
"message": "Bütün istifadəçilər üçün anbara müraciət üzrə maksimum vaxtı konfiqurasiya edin." "message": "Üzvlər üçün maksimum seyf bitmə vaxtını ayarlayın."
}, },
"maximumVaultTimeoutLabel": { "maximumVaultTimeoutLabel": {
"message": "Anbara müraciət üzrə maksimum vaxt" "message": "Maksimum seyf bitmə vaxtı"
}, },
"invalidMaximumVaultTimeout": { "invalidMaximumVaultTimeout": {
"message": "Yararsız maksimum anbar bitmə vaxtı." "message": "Yararsız maksimum seyf bitmə vaxtı."
}, },
"hours": { "hours": {
"message": "Saat" "message": "Saat"
@ -5646,7 +5658,7 @@
"message": "Dəqiqə" "message": "Dəqiqə"
}, },
"vaultTimeoutPolicyInEffect": { "vaultTimeoutPolicyInEffect": {
"message": "Təşkilatınızın siyasətləri, anbarınızın vaxt bitişinə təsir edir. Anbar vaxt bitişi üçün icazə verilən maksimum vaxt $HOURS$ saat $MINUTES$ dəqiqədir", "message": "Təşkilatınızın siyasətləri, icazə verilən maksimum seyf bitmə vaxtını $HOURS$ saat $MINUTES$ dəqiqə olaraq ayarladı.",
"placeholders": { "placeholders": {
"hours": { "hours": {
"content": "$1", "content": "$1",
@ -5672,7 +5684,7 @@
} }
}, },
"vaultTimeoutPolicyWithActionInEffect": { "vaultTimeoutPolicyWithActionInEffect": {
"message": "Təşkilatınızın siyasətləri, anbarınızın vaxt bitişinə təsir edir. Anbar vaxt bitişi üçün icazə verilən maksimum vaxt $HOURS$ saat $MINUTES$ dəqiqədir. Anbar vaxt bitişi əməliyyatı $ACTION$ olaraq ayarlandı.", "message": "Təşkilatınızın siyasətləri, seyfinizin bitmə vaxtına təsir edir. İcazə verilən maksimum seyf bitmə vaxtı $HOURS$ saat $MINUTES$ dəqiqədir. Seyf vaxt bitmə əməliyyatı $ACTION$ olaraq ayarlandı.",
"placeholders": { "placeholders": {
"hours": { "hours": {
"content": "$1", "content": "$1",
@ -5689,7 +5701,7 @@
} }
}, },
"vaultTimeoutActionPolicyInEffect": { "vaultTimeoutActionPolicyInEffect": {
"message": "Təşkilatınızın siyasətləri, anbar vaxt bitişi əməliyyatınızı $ACTION$ olaraq ayarladı.", "message": "Təşkilatınızın siyasətləri, seyfinizin vaxt bitmə əməliyyatını $ACTION$ olaraq ayarladı.",
"placeholders": { "placeholders": {
"action": { "action": {
"content": "$1", "content": "$1",
@ -5698,25 +5710,25 @@
} }
}, },
"vaultTimeoutToLarge": { "vaultTimeoutToLarge": {
"message": "Anbar vaxt bitişi, təşkilatınız tərəfindən ayarlanan məhdudiyyətləri aşır." "message": "Seyfin bitmə vaxtı, təşkilatınız tərəfindən ayarlanan məhdudiyyəti aşır."
}, },
"vaultCustomTimeoutMinimum": { "vaultCustomTimeoutMinimum": {
"message": "Minimum özəl bitmə vaxtı 1 dəqiqədir." "message": "Minimum özəl bitmə vaxtı 1 dəqiqədir."
}, },
"vaultTimeoutRangeError": { "vaultTimeoutRangeError": {
"message": "Anbar bitmə vaxtı, icazə verilən aralıqda deyil." "message": "Seyf bitmə vaxtı, icazə verilən aralıqda deyil."
}, },
"disablePersonalVaultExport": { "disablePersonalVaultExport": {
"message": "Fərdi anbarın ixracını sıradan çıxart" "message": "Fərdi seyfi xaricə köçürməni ləğv et"
}, },
"disablePersonalVaultExportDescription": { "disablePersonalVaultExportDescription": {
"message": "Üzvlərin öz anbarlarından datanı xaricə köçürməsinə icazə verməyin." "message": "Üzvlərin fərdi seyflərindən datanı xaricə köçürməsinə icazə verilməsin."
}, },
"vaultExportDisabled": { "vaultExportDisabled": {
"message": "Anbar ixracı sıradan çıxarıldı" "message": "Seyf xaricə köçürmə silindi"
}, },
"personalVaultExportPolicyInEffect": { "personalVaultExportPolicyInEffect": {
"message": "Bir və ya daha çox təşkilat siyasəti, fərdi anbarınızı ixrac etməyinizin qarşısını alır." "message": "Bir və ya daha çox təşkilat siyasəti, fərdi seyfi xaricə köçürməyinizi əngəlləyir."
}, },
"activateAutofill": { "activateAutofill": {
"message": "Avto-doldurmanı aktivləşdir" "message": "Avto-doldurmanı aktivləşdir"
@ -6034,13 +6046,13 @@
"message": "Üzv şifrə açma seçimləri" "message": "Üzv şifrə açma seçimləri"
}, },
"memberDecryptionPassDesc": { "memberDecryptionPassDesc": {
"message": "Kimlik doğrulandıqdan sonra üzvlər, Ana Parollarını istifadə edərək anbar datalarının şifrələrini aça biləcək." "message": "Kimlik doğrulandıqdan sonra üzvlər, ana parollarını istifadə edərək seyf datalarının şifrəsini aça biləcək."
}, },
"keyConnector": { "keyConnector": {
"message": "Açar Bağlayıcı" "message": "Açar Bağlayıcı"
}, },
"memberDecryptionKeyConnectorDescStart": { "memberDecryptionKeyConnectorDescStart": {
"message": "SSO ilə Girişi, self-hosted şifrə açma açar serverinizə bağlayın. Bu seçimi istifadə edərək, üzvlərin anbar datasının şifrəsini açmaq üçün Ana Parollarını istifadə etməsinə ehtiyac qalmayacaq.", "message": "SSO ilə Girişi, self-hosted şifrə açma açar serverinizə bağlayın. Bu seçimi istifadə edərək, üzvlərin seyf datasının şifrəsini açmaq üçün ana parollarını istifadə etməsinə ehtiyac qalmayacaq.",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Connect login with SSO to your self-hosted decryption key server. Using this option, members wont need to use their master passwords to decrypt vault data. The require SSO authentication and single organization policies are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.'" "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Connect login with SSO to your self-hosted decryption key server. Using this option, members wont need to use their master passwords to decrypt vault data. The require SSO authentication and single organization policies are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.'"
}, },
"memberDecryptionKeyConnectorDescLink": { "memberDecryptionKeyConnectorDescLink": {
@ -6151,7 +6163,7 @@
"message": "API server URL-si" "message": "API server URL-si"
}, },
"webVaultUrl": { "webVaultUrl": {
"message": "Veb anbar server URL-si" "message": "Veb seyf server URL-si"
}, },
"identityUrl": { "identityUrl": {
"message": "Kimlik server URL-si" "message": "Kimlik server URL-si"
@ -6263,13 +6275,13 @@
"message": "Seansınızın vaxtı bitdi. Lütfən geri qayıdıb yenidən giriş etməyə cəhd edin." "message": "Seansınızın vaxtı bitdi. Lütfən geri qayıdıb yenidən giriş etməyə cəhd edin."
}, },
"exportingPersonalVaultTitle": { "exportingPersonalVaultTitle": {
"message": "Şəxsi anbarın ixracı" "message": "Fərdi seyfin xaricə köçürülməsi"
}, },
"exportingOrganizationVaultTitle": { "exportingOrganizationVaultTitle": {
"message": "Təşkilat anbarının ixracı" "message": "Təşkilat seyfini xaricə köçürmə"
}, },
"exportingIndividualVaultDescription": { "exportingIndividualVaultDescription": {
"message": "Yalnız $EMAIL$ ilə əlaqələndirilmiş fərdi anbar elementləri xaricə köçürüləcək. Təşkilat anbar elementləri daxil edilməyəcək. Yalnız anbar element məlumatları xaricə köçürüləcək və əlaqələndirilmiş qoşmalar daxil edilməyəcək.", "message": "Yalnız $EMAIL$ ilə əlaqələndirilmiş fərdi seyf elementləri xaricə köçürüləcək. Təşkilat seyf elementləri daxil edilməyəcək. Yalnız seyf element məlumatları xaricə köçürüləcək və əlaqələndirilmiş qoşmalar daxil edilməyəcək.",
"placeholders": { "placeholders": {
"email": { "email": {
"content": "$1", "content": "$1",
@ -6278,7 +6290,7 @@
} }
}, },
"exportingOrganizationVaultDesc": { "exportingOrganizationVaultDesc": {
"message": "Yalnız $ORGANIZATION$ ilə əlaqələndirilmiş təşkilat anbarı ixrac ediləcək. Fərdi anbardakı və digər təşkilat elementlər daxil edilmir.", "message": "Yalnız $ORGANIZATION$ ilə əlaqələndirilmiş təşkilat seyfi xaricə köçürüləcək. Fərdi seyfdə və digər təşkilatlardakı elementlər daxil edilməyəcək.",
"placeholders": { "placeholders": {
"organization": { "organization": {
"content": "$1", "content": "$1",
@ -7666,7 +7678,7 @@
"message": "Yeni güvənlik tövsiyələrini qarşılamaq və hesab qorumasını təkmilləşdirmək üçün şifrələmə ayarlarınızı güncəlləyin." "message": "Yeni güvənlik tövsiyələrini qarşılamaq və hesab qorumasını təkmilləşdirmək üçün şifrələmə ayarlarınızı güncəlləyin."
}, },
"kdfSettingsChangeLogoutWarning": { "kdfSettingsChangeLogoutWarning": {
"message": "Proses, bütün aktiv seanslardan çıxış etməyinizi təmin edəcək. Təkrar giriş etməyiniz və əgər varsa iki addımlı girişi tamamlamağınız lazımdır. Məlumat itkisinin qarşısını almaq üçün şifrələmə ayarlarınızı dəyişdirməzdən əvvəl anbarınızı xaricə köçürməyinizi tövsiyə edirik." "message": "Davam etsəniz, bütün aktiv seanslardan çıxış edəcəksiniz. Təkrar giriş etməyiniz və əgər varsa iki addımlı girişi tamamlamağınız lazım olacaq. Data itkisini önləmək üçün şifrələmə ayarlarınızı dəyişdirməzdən əvvəl seyfinizi xaricə köçürməyinizi tövsiyə edirik."
}, },
"secretsManager": { "secretsManager": {
"message": "Sirr Meneceri" "message": "Sirr Meneceri"
@ -7887,7 +7899,7 @@
"message": "Güvənli cihazlar" "message": "Güvənli cihazlar"
}, },
"memberDecryptionOptionTdeDescriptionPartOne": { "memberDecryptionOptionTdeDescriptionPartOne": {
"message": "Kimlik doğrulandıqdan sonra üzvlər, cihazlarından saxlanılan açarı istifadə edərək anbar datasının şifrələrini aça biləcək", "message": "Kimlik doğrulandıqdan sonra üzvlər, cihazlarından saxlanılan açarı istifadə edərək seyf datasının şifrəsini aça biləcək",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Once authenticated, members will decrypt vault data using a key stored on their device. The single organization policy, SSO Required policy, and account recovery administration policy with automatic enrollment will turn on when this option is used.'" "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Once authenticated, members will decrypt vault data using a key stored on their device. The single organization policy, SSO Required policy, and account recovery administration policy with automatic enrollment will turn on when this option is used.'"
}, },
"memberDecryptionOptionTdeDescriptionLinkOne": { "memberDecryptionOptionTdeDescriptionLinkOne": {
@ -7922,6 +7934,15 @@
"message": "Təşkilatınız bir ana parol ayarlamağı tələb edir.", "message": "Təşkilatınız bir ana parol ayarlamağı tələb edir.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "/$TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ tapılmadı", "message": "$RESOURCE$ tapılmadı",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Kolleksiya yaradılmasını və silinməsini sahibləri və adminləri ilə məhdudlaşdır" "message": "Kolleksiya yaradılmasını və silinməsini sahibləri və adminləri ilə məhdudlaşdır"
}, },
"limitCollectionCreationDesc": {
"message": "Kolleksiya yaradılmasını sahibləri və adminləri ilə məhdudlaşdır"
},
"limitCollectionDeletionDesc": {
"message": "Kolleksiya silinməsini sahibləri və adminləri ilə məhdudlaşdır"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Sahiblər və adminlər bütün kolleksiyaları və elementləri idarə edə bilər" "message": "Sahiblər və adminlər bütün kolleksiyaları və elementləri idarə edə bilər"
}, },
@ -8821,7 +8848,7 @@
"message": "Təşkilat Menyusuna keç" "message": "Təşkilat Menyusuna keç"
}, },
"vaultItemSelect": { "vaultItemSelect": {
"message": "Anbar elementini seç" "message": "Seyf elementini seç"
}, },
"collectionItemSelect": { "collectionItemSelect": {
"message": "Kolleksiya elementini seç" "message": "Kolleksiya elementini seç"
@ -9089,7 +9116,7 @@
"description": "A paragraph on the Billing History page of the Provider Portal letting users know they can download a CSV report for their invoices that does not include prorations." "description": "A paragraph on the Billing History page of the Provider Portal letting users know they can download a CSV report for their invoices that does not include prorations."
}, },
"providerClientVaultPrivacyNotification": { "providerClientVaultPrivacyNotification": {
"message": "Bildiriş: Bu oyun sonu, client anbar gizliliyi yaxşılaşdırılacaq və provayder üzvləri artıq client anbar elementlərinə birbaşa müraciət edə bilməyəcək. Suallar üçün", "message": "Bildiriş: Bu ayın sonu, client seyf gizliliyi yaxşılaşdırılacaq və provayder üzvləri artıq client seyf elementlərinə birbaşa müraciət edə bilməyəcək. Suallar üçün",
"description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'Notice: Later this month, client vault privacy will be improved and provider members will no longer have direct access to client vault items. For questions, please contact Bitwarden support'." "description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'Notice: Later this month, client vault privacy will be improved and provider members will no longer have direct access to client vault items. For questions, please contact Bitwarden support'."
}, },
"contactBitwardenSupport": { "contactBitwardenSupport": {
@ -9176,7 +9203,7 @@
"message": "Ana parolu təkrar soruşmaq haqqında daha ətraflı" "message": "Ana parolu təkrar soruşmaq haqqında daha ətraflı"
}, },
"learnMoreAboutSearchingYourVault": { "learnMoreAboutSearchingYourVault": {
"message": "Anbarınızda axtarış haqqında daha ətraflı" "message": "Seyfinizdə axtarış ilə bağlı daha ətraflı"
}, },
"learnMoreAboutYourAccountFingerprintPhrase": { "learnMoreAboutYourAccountFingerprintPhrase": {
"message": "Hesabınızın barmaq izi ifadəsi haqqında daha ətraflı" "message": "Hesabınızın barmaq izi ifadəsi haqqında daha ətraflı"
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Müraciətə düzəliş et" "message": "Müraciətə düzəliş et"
}, },
"textHelpText": {
"message": "Təhlükəsizlik sualları kimi datalar üçün mətn xanalarını istifadə edin"
},
"hiddenHelpText": {
"message": "Parol kimi həssas datalar üçün gizli xanaları istifadə edin"
},
"checkBoxHelpText": {
"message": "\"E-poçtu xatırla\" kimi formun təsdiq qutusunu avto-doldurmaq istəyirsinizsə təsdiq qutularını istifadə edin"
},
"linkedHelpText": {
"message": "Müəyyən bir veb sayt üçün avto-doldurma problemləri ilə üzləşdikdə əlaqələndirilmiş xana istifadə edin."
},
"linkedLabelHelpText": {
"message": "Xana üçün bunları daxil edin: kimlik, ad, aria-label və ya placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Qoşma əlavə et" "message": "Qoşma əlavə et"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "У вас няма правоў для прагляду ўсіх элементаў у гэтай калекцыі." "message": "У вас няма правоў для прагляду ўсіх элементаў у гэтай калекцыі."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "У спісе адсутнічаюць калекцыі." "message": "У спісе адсутнічаюць калекцыі."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Далучыцца да арганізацыі" "message": "Далучыцца да арганізацыі"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Вас запрасілі далучыцца да арганізацыі, якая азначана вышэй. Для таго, каб прыняць запрашэнне, вам неабходна ўвайсці або стварыць новы ўліковы запіс Bitwarden." "message": "Вас запрасілі далучыцца да арганізацыі, якая азначана вышэй. Для таго, каб прыняць запрашэнне, вам неабходна ўвайсці або стварыць новы ўліковы запіс Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ не знойдзены", "message": "$RESOURCE$ не знойдзены",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Нямате права да преглеждате всички елементи в тази колекция." "message": "Нямате права да преглеждате всички елементи в тази колекция."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Няма колекции за показване." "message": "Няма колекции за показване."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Присъединяване към организация" "message": "Присъединяване към организация"
}, },
"joinOrganizationName": {
"message": "Присъединяване към $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Поканени сте да се присъедините към посочената по-горе организация. За да приемете, ще трябва да се впишете в абонамента си към Битуорден. Ако нямате такъв, ще трябва да създадете безплатен абонамент и след това да се впишете в него." "message": "Поканени сте да се присъедините към посочената по-горе организация. За да приемете, ще трябва да се впишете в абонамента си към Битуорден. Ако нямате такъв, ще трябва да създадете безплатен абонамент и след това да се впишете в него."
}, },
@ -7922,6 +7934,15 @@
"message": "Организацията Ви изисква да зададете главна парола.", "message": "Организацията Ви изисква да зададете главна парола.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "от $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "Няма намерен $RESOURCE$", "message": "Няма намерен $RESOURCE$",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Ограничаване на създаването и изтриването на колекции, така че да може да се извършва само от собствениците и администраторите" "message": "Ограничаване на създаването и изтриването на колекции, така че да може да се извършва само от собствениците и администраторите"
}, },
"limitCollectionCreationDesc": {
"message": "Ограничаване на създаването на колекции, така че да може да се извършва само от собствениците и администраторите"
},
"limitCollectionDeletionDesc": {
"message": "Ограничаване на изтриването на колекции, така че да може да се извършва само от собствениците и администраторите"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Собствениците и администраторите могат да управляват всички колекции и елементи" "message": "Собствениците и администраторите могат да управляват всички колекции и елементи"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Редактиране на достъпа" "message": "Редактиране на достъпа"
}, },
"textHelpText": {
"message": "Използвайте текстови полета за обикновени данни, например въпроси за сигурност"
},
"hiddenHelpText": {
"message": "Използвайте скрити полета за чувствителни данни, например пароли"
},
"checkBoxHelpText": {
"message": "Използвайте полета за отметки, ако искате да попълвате автоматично такива полета във формуляри, например такова за запомняне на е-пощата"
},
"linkedHelpText": {
"message": "Използвайте свързано поле, когато имате проблеми с автоматичното попълване на конкретен уеб сайт."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Добавяне на прикачен файл" "message": "Добавяне на прикачен файл"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "তালিকার জন্য কোনও সংগ্রহ নেই।" "message": "তালিকার জন্য কোনও সংগ্রহ নেই।"
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "No teniu permís per veure tots els elements en aquesta col·lecció." "message": "No teniu permís per veure tots els elements en aquesta col·lecció."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "No hi ha cap col·lecció a llistar." "message": "No hi ha cap col·lecció a llistar."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Uneix-te a l'organització" "message": "Uneix-te a l'organització"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Heu estat convidat a unir-vos a l'organització llistada més amunt. Per acceptar la invitació, heu d'iniciar sessió o crear un compte nou a Bitwarden." "message": "Heu estat convidat a unir-vos a l'organització llistada més amunt. Per acceptar la invitació, heu d'iniciar sessió o crear un compte nou a Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "La vostra organització requereix que establiu una contrasenya mestra.", "message": "La vostra organització requereix que establiu una contrasenya mestra.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "No s'ha trobat $RESOURCE$", "message": "No s'ha trobat $RESOURCE$",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limita la creació i la supressió de col·leccions als propietaris i administradors" "message": "Limita la creació i la supressió de col·leccions als propietaris i administradors"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Els propietaris i els administradors poden gestionar totes les col·leccions i articles" "message": "Els propietaris i els administradors poden gestionar totes les col·leccions i articles"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Nemáte oprávnění k zobrazení všech položek v této kolekci." "message": "Nemáte oprávnění k zobrazení všech položek v této kolekci."
}, },
"youDoNotHavePermissions": {
"message": "Nemáte oprávnění k této kolekci"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Žádné kolekce k zobrazení." "message": "Žádné kolekce k zobrazení."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Přidat se k organizaci" "message": "Přidat se k organizaci"
}, },
"joinOrganizationName": {
"message": "Připojit se k $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Byli jste pozváni do výše uvedené organizace. Chcete-li přijmout pozvánku, musíte se přihlásit nebo vytvořit nový účet na Bitwardenu." "message": "Byli jste pozváni do výše uvedené organizace. Chcete-li přijmout pozvánku, musíte se přihlásit nebo vytvořit nový účet na Bitwardenu."
}, },
@ -7922,6 +7934,15 @@
"message": "Vaše organizace vyžaduje nastavení hlavního hesla.", "message": "Vaše organizace vyžaduje nastavení hlavního hesla.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "z $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ nebyl nalezen", "message": "$RESOURCE$ nebyl nalezen",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Omezí vytváření a mazání kolekce na vlastníky a správce" "message": "Omezí vytváření a mazání kolekce na vlastníky a správce"
}, },
"limitCollectionCreationDesc": {
"message": "Omezí vytváření kolekce na vlastníky a správce"
},
"limitCollectionDeletionDesc": {
"message": "Omezí mazání kolekce na vlastníky a správce"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Vlastníci a správci mohou spravovat všechny kolekce a předměty" "message": "Vlastníci a správci mohou spravovat všechny kolekce a předměty"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Upravit přístup" "message": "Upravit přístup"
}, },
"textHelpText": {
"message": "Použijte textová pole pro data jako např. bezpečnostní otázky"
},
"hiddenHelpText": {
"message": "Použijte skrytá pole pro citlivá data, jako je heslo"
},
"checkBoxHelpText": {
"message": "Použijte zaškrtávací políčka, pokud chcete automaticky vyplnit zaškrtávací políčko formuláře (např. pro zapamatování e-mailu)"
},
"linkedHelpText": {
"message": "Použijte propojené pole, pokud máte problémy s automatickým vyplňováním na konkrétní webové stránce."
},
"linkedLabelHelpText": {
"message": "Zadejte ID pole z HTML, název, popisek nebo zástupný znak pole."
},
"addAttachment": { "addAttachment": {
"message": "Přidat přílohu" "message": "Přidat přílohu"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Ingen tilladelse til at se alle emner i denne samling." "message": "Ingen tilladelse til at se alle emner i denne samling."
}, },
"youDoNotHavePermissions": {
"message": "Ingen rettigheder til denne samling"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Der er ingen samlinger at vise." "message": "Der er ingen samlinger at vise."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Bliv medlem af organisation" "message": "Bliv medlem af organisation"
}, },
"joinOrganizationName": {
"message": "Bliv nedlem af $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Du er blevet inviteret til at blive medlem af organisationen anført ovenfor. For at acceptere invitationen skal du logge ind eller oprette en ny Bitwarden-konto." "message": "Du er blevet inviteret til at blive medlem af organisationen anført ovenfor. For at acceptere invitationen skal du logge ind eller oprette en ny Bitwarden-konto."
}, },
@ -7922,6 +7934,15 @@
"message": "Organisationen kræver, at der oprettes en hovedadgangskode.", "message": "Organisationen kræver, at der oprettes en hovedadgangskode.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "ud af $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ ikke fundet", "message": "$RESOURCE$ ikke fundet",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Begræns samlingsoprettelse og -sletning til ejere og admins" "message": "Begræns samlingsoprettelse og -sletning til ejere og admins"
}, },
"limitCollectionCreationDesc": {
"message": "Begræns samlingsoprettelse til ejere og admins"
},
"limitCollectionDeletionDesc": {
"message": "Begræns samlingsslettelse til ejere og admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Ejere og admins kan håndtere alle samlinger og emner" "message": "Ejere og admins kan håndtere alle samlinger og emner"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Redigér adgang" "message": "Redigér adgang"
}, },
"textHelpText": {
"message": "Brug tekstfelter til data, såsom sikkerhedsspørgsmål"
},
"hiddenHelpText": {
"message": "Brug skjulte felter til sensitiv data, såsom en adgangskode"
},
"checkBoxHelpText": {
"message": "Brug afkrydsningsfelter, hvis et formularafkrydsningsfelt skal autoudfyldes, såsom en husket e-mail"
},
"linkedHelpText": {
"message": "Brug et linket felt ved autoudfyldningsproblemer for et bestemt websted."
},
"linkedLabelHelpText": {
"message": "Angiv feltets HTML-ID, navn, aria-label eller pladsholder."
},
"addAttachment": { "addAttachment": {
"message": "Tilføj vedhæftning" "message": "Tilføj vedhæftning"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Du hast nicht die Berechtigung, alle Einträge in dieser Sammlung anzuzeigen." "message": "Du hast nicht die Berechtigung, alle Einträge in dieser Sammlung anzuzeigen."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Keine Sammlungen vorhanden." "message": "Keine Sammlungen vorhanden."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Organisation beitreten" "message": "Organisation beitreten"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Du wurdest eingeladen, dem oben genannten Organisation beizutreten. Um die Einladung anzunehmen, musst du ein Bitwarden-Konto erstellen oder dich mit deinem bestehenden Bitwarden-Konto anmelden." "message": "Du wurdest eingeladen, dem oben genannten Organisation beizutreten. Um die Einladung anzunehmen, musst du ein Bitwarden-Konto erstellen oder dich mit deinem bestehenden Bitwarden-Konto anmelden."
}, },
@ -7922,6 +7934,15 @@
"message": "Deine Organisation verlangt, dass du ein Master-Passwort festlegen musst.", "message": "Deine Organisation verlangt, dass du ein Master-Passwort festlegen musst.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "von $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ nicht gefunden", "message": "$RESOURCE$ nicht gefunden",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Sammlungserstellung und -löschung auf Eigentümer und Administratoren beschränken" "message": "Sammlungserstellung und -löschung auf Eigentümer und Administratoren beschränken"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Besitzer und Administratoren können alle Sammlungen und Einträge verwalten" "message": "Besitzer und Administratoren können alle Sammlungen und Einträge verwalten"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Zugriff bearbeiten" "message": "Zugriff bearbeiten"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Anhang hinzufügen" "message": "Anhang hinzufügen"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Δεν έχετε άδεια να δείτε όλα τα στοιχεία σε αυτήν τη συλλογή." "message": "Δεν έχετε άδεια να δείτε όλα τα στοιχεία σε αυτήν τη συλλογή."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Δεν υπάρχουν συλλογές στη λίστα." "message": "Δεν υπάρχουν συλλογές στη λίστα."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Εγγραφή στον οργανισμό" "message": "Εγγραφή στον οργανισμό"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Έχετε προσκληθεί να συμμετάσχετε στον παραπάνω οργανισμό. Για να αποδεχτείτε την πρόσκληση, πρέπει να συνδεθείτε ή να δημιουργήσετε ένα νέο λογαριασμό Bitwarden." "message": "Έχετε προσκληθεί να συμμετάσχετε στον παραπάνω οργανισμό. Για να αποδεχτείτε την πρόσκληση, πρέπει να συνδεθείτε ή να δημιουργήσετε ένα νέο λογαριασμό Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "Το $RESOURCE$ δεν βρέθηκε", "message": "Το $RESOURCE$ δεν βρέθηκε",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Οι ιδιοκτήτες και οι διαχειριστές μπορούν να διαχειριστούν όλες τις συλλογές και τα στοιχεία" "message": "Οι ιδιοκτήτες και οι διαχειριστές μπορούν να διαχειριστούν όλες τις συλλογές και τα στοιχεία"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Επεξεργασία πρόσβασης" "message": "Επεξεργασία πρόσβασης"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Προσθήκη συνημμένου" "message": "Προσθήκη συνημμένου"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions for this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organisation" "message": "Join organisation"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organisation listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organisation listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organisation requires you to set a master password.", "message": "Your organisation requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions for this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organisation" "message": "Join organisation"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organisation listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organisation listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organisation requires you to set a master password.", "message": "Your organisation requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Estas neniuj kolektoj listigeblaj." "message": "Estas neniuj kolektoj listigeblaj."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Aliĝi al Organizo" "message": "Aliĝi al Organizo"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Vi estis invitita aliĝi al la organizo supre listigita. Por akcepti la inviton, vi devas ensaluti aŭ krei novan Bitwarden-konton." "message": "Vi estis invitita aliĝi al la organizo supre listigita. Por akcepti la inviton, vi devas ensaluti aŭ krei novan Bitwarden-konton."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "No tiene los permisos para ver todos los elementos de esta colección." "message": "No tiene los permisos para ver todos los elementos de esta colección."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "No hay colecciones que listar." "message": "No hay colecciones que listar."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Únete a la organización" "message": "Únete a la organización"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Usted ha sido invitado a unirse a la organización mencionada anteriormente. Para aceptar la invitación, debe iniciar sesión o crear una nueva cuenta de Bitwarden." "message": "Usted ha sido invitado a unirse a la organización mencionada anteriormente. Para aceptar la invitación, debe iniciar sesión o crear una nueva cuenta de Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ no encontrado", "message": "$RESOURCE$ no encontrado",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Propietarios y administradores pueden gestionar todas las colecciones y elementos" "message": "Propietarios y administradores pueden gestionar todas las colecciones y elementos"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Sul ei ole õigust vaadata kõiki asju selles kogus." "message": "Sul ei ole õigust vaadata kõiki asju selles kogus."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Puuduvad kollektsioonid, mida kuvada." "message": "Puuduvad kollektsioonid, mida kuvada."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Liitu organisatsiooniga" "message": "Liitu organisatsiooniga"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Sind on kutsutud ülal oleva organisatsiooniga liituma. Liitumise kinnitamiseks pead oma Bitwardeni kontosse sisse logima. Kui sul ei ole veel kontot, saad selle luua." "message": "Sind on kutsutud ülal oleva organisatsiooniga liituma. Liitumise kinnitamiseks pead oma Bitwardeni kontosse sisse logima. Kui sul ei ole veel kontot, saad selle luua."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Ez dago erakusteko bildumarik." "message": "Ez dago erakusteko bildumarik."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Erakundeko kide egin" "message": "Erakundeko kide egin"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Lehen aipatutako erakundean parte hartzera gonbidatu zaituzte. Gonbidapena onartzeko, saioa hasi edo Bitwarden kontu berri bat sortu behar duzu." "message": "Lehen aipatutako erakundean parte hartzera gonbidatu zaituzte. Gonbidapena onartzeko, saioa hasi edo Bitwarden kontu berri bat sortu behar duzu."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "شما اجازه مشاهده همه موارد در این مجموعه را ندارید." "message": "شما اجازه مشاهده همه موارد در این مجموعه را ندارید."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "هیچ مجموعه ای برای لیست کردن وجود ندارد." "message": "هیچ مجموعه ای برای لیست کردن وجود ندارد."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "به سازمان بپیوندید" "message": "به سازمان بپیوندید"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "شما برای پیوستن به سازمان فهرست شده در بالا دعوت شده اید. برای پذیرش دعوت، باید وارد شوید یا یک حساب کاربری جدید در Bitwarden ایجاد کنید." "message": "شما برای پیوستن به سازمان فهرست شده در بالا دعوت شده اید. برای پذیرش دعوت، باید وارد شوید یا یک حساب کاربری جدید در Bitwarden ایجاد کنید."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ پیدا نشد", "message": "$RESOURCE$ پیدا نشد",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1,9 +1,9 @@
{ {
"allApplications": { "allApplications": {
"message": "All applications" "message": "Kaikki sovellukset"
}, },
"priorityApplications": { "priorityApplications": {
"message": "Priority applications" "message": "Ensisijaiset sovellukset"
}, },
"accessIntelligence": { "accessIntelligence": {
"message": "Access Intelligence" "message": "Access Intelligence"
@ -12,7 +12,7 @@
"message": "Notified members" "message": "Notified members"
}, },
"allApplicationsWithCount": { "allApplicationsWithCount": {
"message": "All applications ($COUNT$)", "message": "Kaikki sovellukset ($COUNT$)",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@ -21,7 +21,7 @@
} }
}, },
"priorityApplicationsWithCount": { "priorityApplicationsWithCount": {
"message": "Priority applications ($COUNT$)", "message": "Ensisijaiset sovellukset ($COUNT$)",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@ -39,25 +39,25 @@
} }
}, },
"application": { "application": {
"message": "Application" "message": "Sovellus"
}, },
"atRiskPasswords": { "atRiskPasswords": {
"message": "At-risk passwords" "message": "Riskialttiit salasanat"
}, },
"totalPasswords": { "totalPasswords": {
"message": "Total passwords" "message": "Salasanoja yhteensä"
}, },
"atRiskMembers": { "atRiskMembers": {
"message": "At-risk members" "message": "Riskialttiit jäsenet"
}, },
"totalMembers": { "totalMembers": {
"message": "Total members" "message": "Jäseniä yhteensä"
}, },
"atRiskApplications": { "atRiskApplications": {
"message": "At-risk applications" "message": "Riskialttiit sovellukset"
}, },
"totalApplications": { "totalApplications": {
"message": "Total applications" "message": "Sovelluksia yhteensä"
}, },
"whatTypeOfItem": { "whatTypeOfItem": {
"message": "Minkä tyyppinen kohde tämä on?" "message": "Minkä tyyppinen kohde tämä on?"
@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Sinulla ei ole kokoelman kaikkien kohteiden tarkastelun sallivia käyttöoikeuksia." "message": "Sinulla ei ole kokoelman kaikkien kohteiden tarkastelun sallivia käyttöoikeuksia."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Näytettäviä kokoelmia ei ole." "message": "Näytettäviä kokoelmia ei ole."
}, },
@ -2715,10 +2718,10 @@
"message": "Laskut" "message": "Laskut"
}, },
"noUnpaidInvoices": { "noUnpaidInvoices": {
"message": "No unpaid invoices." "message": "Ei maksamattomia laskuja."
}, },
"noPaidInvoices": { "noPaidInvoices": {
"message": "No paid invoices." "message": "Ei maksettuja laskuja."
}, },
"paid": { "paid": {
"message": "Maksettu", "message": "Maksettu",
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Liity organisaatioon" "message": "Liity organisaatioon"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Sinut on kutsuttu liittymään yllä mainittuun organisaatioon. Hyväksyäksesi kutsun, sinun tulee kirjautua tilillesi tai luoda uusi Bitwarden-tili." "message": "Sinut on kutsuttu liittymään yllä mainittuun organisaatioon. Hyväksyäksesi kutsun, sinun tulee kirjautua tilillesi tai luoda uusi Bitwarden-tili."
}, },
@ -7922,6 +7934,15 @@
"message": "Organisaatiosi edellyttää, että asetat pääsalasanan.", "message": "Organisaatiosi edellyttää, että asetat pääsalasanan.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "Resurssia $RESOURCE$ ei löytynyt", "message": "Resurssia $RESOURCE$ ei löytynyt",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Rajoita kokoelmien luonti ja poisto omistajille ja ylläpitäjille" "message": "Rajoita kokoelmien luonti ja poisto omistajille ja ylläpitäjille"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Omistajat ja ylläpitäjät voivat hallita kaikkia kokoelmia ja kohteita" "message": "Omistajat ja ylläpitäjät voivat hallita kaikkia kokoelmia ja kohteita"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Muokkaa käyttöoikeuksia" "message": "Muokkaa käyttöoikeuksia"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Lisää liite" "message": "Lisää liite"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Wala kang pahintulot na makita lahat ng mga item sa koleksyong ito." "message": "Wala kang pahintulot na makita lahat ng mga item sa koleksyong ito."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Walang maililistang koleksyon." "message": "Walang maililistang koleksyon."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Sumali sa organisasyon" "message": "Sumali sa organisasyon"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Naimbitahan ka na sumali sa organisasyong nakalista sa itaas. Upang tanggapin ang paanyaya, kailangan mong mag log in o lumikha ng isang bagong account sa Bitwarden." "message": "Naimbitahan ka na sumali sa organisasyong nakalista sa itaas. Upang tanggapin ang paanyaya, kailangan mong mag log in o lumikha ng isang bagong account sa Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Vous n'avez pas la permission de voir tous les éléments de cette collection." "message": "Vous n'avez pas la permission de voir tous les éléments de cette collection."
}, },
"youDoNotHavePermissions": {
"message": "Vous n'avez pas les permissions pour cette collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Aucune collection à afficher." "message": "Aucune collection à afficher."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Rejoindre l'organisation" "message": "Rejoindre l'organisation"
}, },
"joinOrganizationName": {
"message": "Rejoindre $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Vous avez été invité à rejoindre l'organisation ci-dessus. Pour accepter l'invitation, vous devez vous connecter ou créer un nouveau compte Bitwarden." "message": "Vous avez été invité à rejoindre l'organisation ci-dessus. Pour accepter l'invitation, vous devez vous connecter ou créer un nouveau compte Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "Votre organisation exige que vous définissiez un mot de passe principal.", "message": "Votre organisation exige que vous définissiez un mot de passe principal.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "sur $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ introuvable", "message": "$RESOURCE$ introuvable",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limiter la création et la suppression de la collection aux propriétaires et administrateurs" "message": "Limiter la création et la suppression de la collection aux propriétaires et administrateurs"
}, },
"limitCollectionCreationDesc": {
"message": "Limiter la création de collections aux propriétaires et administrateurs"
},
"limitCollectionDeletionDesc": {
"message": "Limiter la suppression de collections aux propriétaires et administrateurs"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Les propriétaires et les administrateurs peuvent gérer toutes les collections et tous les éléments" "message": "Les propriétaires et les administrateurs peuvent gérer toutes les collections et tous les éléments"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Modifier l'accès" "message": "Modifier l'accès"
}, },
"textHelpText": {
"message": "Utiliser des champs de texte pour les données comme les questions de sécurité"
},
"hiddenHelpText": {
"message": "Utiliser des champs cachés pour des données sensibles comme un mot de passe"
},
"checkBoxHelpText": {
"message": "Utilisez les cases à cocher si vous souhaitez remplir automatiquement la case à cocher d'un formulaire, comme la case se souvenir du courriel"
},
"linkedHelpText": {
"message": "Utilisez un champ lié lorsque vous rencontrez des problèmes de saisie automatique pour un site Web spécifique."
},
"linkedLabelHelpText": {
"message": "Entrez l'identifiant html, le nom, l'étiquette aria ou l'espace réservé du champ."
},
"addAttachment": { "addAttachment": {
"message": "Ajouter une pièce jointe" "message": "Ajouter une pièce jointe"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "אין אוספים להצגה ברשימה." "message": "אין אוספים להצגה ברשימה."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "הצטרף לארגון" "message": "הצטרף לארגון"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "הוזמנת להצטרף לארגון הרשום לעיל. בכדי להסכים, עליך להתחבר או ליצור חשבון Bitwarden חדש." "message": "הוזמנת להצטרף לארגון הרשום לעיל. בכדי להסכים, עליך להתחבר או ליצור חשבון Bitwarden חדש."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Nemaš prava vidjeti sve stavke u ovoj zbirci." "message": "Nemaš prava vidjeti sve stavke u ovoj zbirci."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Nema zbirki za prikaz." "message": "Nema zbirki za prikaz."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Pridruži se organizaciji" "message": "Pridruži se organizaciji"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Primljen je poziv za pridruživanje gore navedenoj organizaciji. Za prihvaćanje poziva potrebno je prijaviti se na svoj postojeći Bitwarden račun ili stvoriti novi." "message": "Primljen je poziv za pridruživanje gore navedenoj organizaciji. Za prihvaćanje poziva potrebno je prijaviti se na svoj postojeći Bitwarden račun ili stvoriti novi."
}, },
@ -7922,6 +7934,15 @@
"message": "Tvoja organizacija zahtijeva da postaviš glavnu lozinku.", "message": "Tvoja organizacija zahtijeva da postaviš glavnu lozinku.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ nije pronađen", "message": "$RESOURCE$ nije pronađen",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Ograniči kreiranje i brisanje zbirki vlasnicima i adminima" "message": "Ograniči kreiranje i brisanje zbirki vlasnicima i adminima"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Vlasnici i admini mogu upravljati svim zbirkama i stavkama" "message": "Vlasnici i admini mogu upravljati svim zbirkama i stavkama"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Uredi pristup" "message": "Uredi pristup"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -653,7 +653,7 @@
} }
}, },
"copySuccessful": { "copySuccessful": {
"message": "Copy Successful" "message": "A másolás sikeres volt."
}, },
"copyValue": { "copyValue": {
"message": "Érték másolása", "message": "Érték másolása",
@ -876,22 +876,22 @@
"message": "Megtörtént a kijelentkezés." "message": "Megtörtént a kijelentkezés."
}, },
"loggedOutDesc": { "loggedOutDesc": {
"message": "You have been logged out of your account." "message": "Kiléptél a fiókodból."
}, },
"loginExpired": { "loginExpired": {
"message": "A bejelentkezési munkamenet lejárt." "message": "A bejelentkezési munkamenet lejárt."
}, },
"restartRegistration": { "restartRegistration": {
"message": "Restart registration" "message": "Regisztráció újra kezdése"
}, },
"expiredLink": { "expiredLink": {
"message": "Expired link" "message": "A hivatkozás lejárt."
}, },
"pleaseRestartRegistrationOrTryLoggingIn": { "pleaseRestartRegistrationOrTryLoggingIn": {
"message": "Please restart registration or try logging in." "message": "Please restart registration or try logging in."
}, },
"youMayAlreadyHaveAnAccount": { "youMayAlreadyHaveAnAccount": {
"message": "You may already have an account" "message": "Lehet hogy már rendelkezik fiókkal."
}, },
"logOutConfirmation": { "logOutConfirmation": {
"message": "Biztosan szeretnénk kijelentkezni?" "message": "Biztosan szeretnénk kijelentkezni?"
@ -1065,7 +1065,7 @@
"message": "Mesterjelszó emlékeztető (nem kötelező)" "message": "Mesterjelszó emlékeztető (nem kötelező)"
}, },
"newMasterPassHint": { "newMasterPassHint": {
"message": "New master password hint (optional)" "message": "Mesterjelszó emlékeztető (nem kötelező)"
}, },
"masterPassHintLabel": { "masterPassHintLabel": {
"message": "Mesterjelszó emlékeztető" "message": "Mesterjelszó emlékeztető"
@ -1136,10 +1136,10 @@
"message": "A fiók létrehozásra került. Most már be lehet jelentkezni." "message": "A fiók létrehozásra került. Most már be lehet jelentkezni."
}, },
"newAccountCreated2": { "newAccountCreated2": {
"message": "Your new account has been created!" "message": "Az új fiók létrejött."
}, },
"youHaveBeenLoggedIn": { "youHaveBeenLoggedIn": {
"message": "You have been logged in!" "message": "Bejelentkezve!"
}, },
"trialAccountCreated": { "trialAccountCreated": {
"message": "A fiók sikeresen létrejött." "message": "A fiók sikeresen létrejött."
@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Nincs jogosultság a gyűjtemény összes elemének megtekintésére." "message": "Nincs jogosultság a gyűjtemény összes elemének megtekintésére."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Nincsenek megjeleníthető gyűjtemények." "message": "Nincsenek megjeleníthető gyűjtemények."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Csatlakozás szervezethez" "message": "Csatlakozás szervezethez"
}, },
"joinOrganizationName": {
"message": "Csatlakozás: $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Meghívást érkezett a fenti szervezethez csatlakozáshoz. A meghívás elfogadásához be kell jelentkezni vagy új Bitwarden fiókot kell létrehozni." "message": "Meghívást érkezett a fenti szervezethez csatlakozáshoz. A meghívás elfogadásához be kell jelentkezni vagy új Bitwarden fiókot kell létrehozni."
}, },
@ -7922,6 +7934,15 @@
"message": "A szervezet megköveteli egy mesterjelszó beállítását.", "message": "A szervezet megköveteli egy mesterjelszó beállítását.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "/ $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ nem található.", "message": "$RESOURCE$ nem található.",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "A gyűjtemény létrehozásának és törlésének korlátozása tulajdonosokra és adminisztrátorokra" "message": "A gyűjtemény létrehozásának és törlésének korlátozása tulajdonosokra és adminisztrátorokra"
}, },
"limitCollectionCreationDesc": {
"message": "A gyűjtemény létrehozásának korlátozása tulajdonosokra és adminisztrátorokra"
},
"limitCollectionDeletionDesc": {
"message": "A gyűjtemény törlésének korlátozása tulajdonosokra és adminisztrátorokra"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Hozzáférés szerkesztése" "message": "Hozzáférés szerkesztése"
}, },
"textHelpText": {
"message": "Szövegmezők használata olyan adatokhoz mint a biztonsági kérdések"
},
"hiddenHelpText": {
"message": "Rejtett mezők használata olyan érzékeny adatokhoz mint a jelszó"
},
"checkBoxHelpText": {
"message": "Jelölődobozok használata, ha automatikusan ki szeretnénk tölteni olyan űrlap jelölődobozt mint az email cím megjegyzése"
},
"linkedHelpText": {
"message": "Csatolt mező használata, ha egy adott webhely automatikus kitöltésével kapcsolatos problémákat tapasztalunk."
},
"linkedLabelHelpText": {
"message": "Adjuk meg a mező html azonosítóját, nevét, aria címkéjét vagy helyőrét."
},
"addAttachment": { "addAttachment": {
"message": "Melléklet hozzáadása" "message": "Melléklet hozzáadása"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Tidak ada koleksi yang akan ditampilkan." "message": "Tidak ada koleksi yang akan ditampilkan."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Bergabunglah dengan Organisasi" "message": "Bergabunglah dengan Organisasi"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Anda telah diundang untuk bergabung dengan organisasi yang tercantum di atas. Untuk menerima undangan, Anda harus masuk atau membuat akun Bitwarden baru." "message": "Anda telah diundang untuk bergabung dengan organisasi yang tercantum di atas. Untuk menerima undangan, Anda harus masuk atau membuat akun Bitwarden baru."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Non hai i permessi necessari per visualizzare tutti gli elementi in questa raccolta." "message": "Non hai i permessi necessari per visualizzare tutti gli elementi in questa raccolta."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Nessuna raccolta da mostrare." "message": "Nessuna raccolta da mostrare."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Unisciti all'organizzazione" "message": "Unisciti all'organizzazione"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Sei stato invitato a far parte dell'organizzazione qui sopra. Per accettare l'invito, accedi o crea un nuovo account Bitwarden." "message": "Sei stato invitato a far parte dell'organizzazione qui sopra. Per accettare l'invito, accedi o crea un nuovo account Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "La tua organizzazione ti obbliga di impostare di una password principale.", "message": "La tua organizzazione ti obbliga di impostare di una password principale.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ non trovato", "message": "$RESOURCE$ non trovato",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limita la creazione e l'eliminazione delle raccolte a proprietari e amministratori" "message": "Limita la creazione e l'eliminazione delle raccolte a proprietari e amministratori"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Proprietari e amministratori possono gestire tutte le raccolte e gli elementi" "message": "Proprietari e amministratori possono gestire tutte le raccolte e gli elementi"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Modifica accesso" "message": "Modifica accesso"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "このコレクション内のアイテムをすべて表示する権限がありません。" "message": "このコレクション内のアイテムをすべて表示する権限がありません。"
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "表示するコレクションがありません" "message": "表示するコレクションがありません"
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "組織に参加" "message": "組織に参加"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "あなたは上記の組織への参加の招待を受けています。招待を承諾するには、ログインするかBitwardenアカウントを作成してください。" "message": "あなたは上記の組織への参加の招待を受けています。招待を承諾するには、ログインするかBitwardenアカウントを作成してください。"
}, },
@ -7922,6 +7934,15 @@
"message": "あなたの組織では、マスターパスワードの設定を義務付けています。", "message": "あなたの組織では、マスターパスワードの設定を義務付けています。",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": " / $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ が見つかりません", "message": "$RESOURCE$ が見つかりません",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "コレクションの作成・削除を所有者と管理者のみに制限" "message": "コレクションの作成・削除を所有者と管理者のみに制限"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "所有者と管理者はすべてのコレクションとアイテムを管理できます" "message": "所有者と管理者はすべてのコレクションとアイテムを管理できます"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "編集権限" "message": "編集権限"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "添付ファイルを追加" "message": "添付ファイルを追加"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "თქვენ არ გაქვთ უფლება ნახოთ ყველა საგანი ამ კოლექციაში." "message": "თქვენ არ გაქვთ უფლება ნახოთ ყველა საგანი ამ კოლექციაში."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "არაა კოლექციები ჩამოსათველად." "message": "არაა კოლექციები ჩამოსათველად."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "ಪಟ್ಟಿ ಮಾಡಲು ಯಾವುದೇ ಸಂಗ್ರಹಗಳಿಲ್ಲ." "message": "ಪಟ್ಟಿ ಮಾಡಲು ಯಾವುದೇ ಸಂಗ್ರಹಗಳಿಲ್ಲ."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "ಸಂಸ್ಥೆಗೆ ಸೇರಿ" "message": "ಸಂಸ್ಥೆಗೆ ಸೇರಿ"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "ಮೇಲೆ ಪಟ್ಟಿ ಮಾಡಲಾದ ಸಂಸ್ಥೆಗೆ ಸೇರಲು ನಿಮ್ಮನ್ನು ಆಹ್ವಾನಿಸಲಾಗಿದೆ. ಆಹ್ವಾನವನ್ನು ಸ್ವೀಕರಿಸಲು, ನೀವು ಲಾಗ್ ಇನ್ ಆಗಬೇಕು ಅಥವಾ ಹೊಸ ಬಿಟ್‌ವಾರ್ಡನ್ ಖಾತೆಯನ್ನು ರಚಿಸಬೇಕು." "message": "ಮೇಲೆ ಪಟ್ಟಿ ಮಾಡಲಾದ ಸಂಸ್ಥೆಗೆ ಸೇರಲು ನಿಮ್ಮನ್ನು ಆಹ್ವಾನಿಸಲಾಗಿದೆ. ಆಹ್ವಾನವನ್ನು ಸ್ವೀಕರಿಸಲು, ನೀವು ಲಾಗ್ ಇನ್ ಆಗಬೇಕು ಅಥವಾ ಹೊಸ ಬಿಟ್‌ವಾರ್ಡನ್ ಖಾತೆಯನ್ನು ರಚಿಸಬೇಕು."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "이 컬렉션의 모든 항목을 볼 권한이 없습니다." "message": "이 컬렉션의 모든 항목을 볼 권한이 없습니다."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "콜렉션이 없습니다." "message": "콜렉션이 없습니다."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "조직 참가" "message": "조직 참가"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "이 조직에서 귀하에게 가입 초대를 보냈습니다. 초대를 수락하려면 로그인하거나 Bitwarden 계정을 생성해야 합니다." "message": "이 조직에서 귀하에게 가입 초대를 보냈습니다. 초대를 수락하려면 로그인하거나 Bitwarden 계정을 생성해야 합니다."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Nav atļaujas apskatīt visus šī krājuma vienumus." "message": "Nav atļaujas apskatīt visus šī krājuma vienumus."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Nav krājumu, ko parādīt." "message": "Nav krājumu, ko parādīt."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Pievienoties apvienībai" "message": "Pievienoties apvienībai"
}, },
"joinOrganizationName": {
"message": "Pievienoties $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Tu esi uzaicināts pievienoties augstāk norādītajai apvienībai. Lai to pieņemtu, jāpiesakās vai jāizveido jauns Bitwarden konts." "message": "Tu esi uzaicināts pievienoties augstāk norādītajai apvienībai. Lai to pieņemtu, jāpiesakās vai jāizveido jauns Bitwarden konts."
}, },
@ -7922,6 +7934,15 @@
"message": "Apvienība pieprasa iestatīt galveno paroli.", "message": "Apvienība pieprasa iestatīt galveno paroli.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "no $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ netika atrasts", "message": "$RESOURCE$ netika atrasts",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Ļaut krājumu izveidošanu un izdzēšanu tikai īpašniekiem un pārvaldniekiem" "message": "Ļaut krājumu izveidošanu un izdzēšanu tikai īpašniekiem un pārvaldniekiem"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Īpašnieki un pārvaldnieki var pārvaldīt visus krājumus un vienumus" "message": "Īpašnieki un pārvaldnieki var pārvaldīt visus krājumus un vienumus"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Labot piekļuvi" "message": "Labot piekļuvi"
}, },
"textHelpText": {
"message": "Teksta lauki ir izmantojami tādai informācijai kā drošības jautājumi"
},
"hiddenHelpText": {
"message": "Paslēptie lauki ir izmantojami tādai slepenai informācijai kā parole"
},
"checkBoxHelpText": {
"message": "Izvēles rūtiņas ir izmantojamas, ja ir vajadzība automātiski aizpildīt veidlapas izvēles rūtiņu, piemēram, atcerēties e-pasta adresi"
},
"linkedHelpText": {
"message": "Saistītais lauks ir izmantojams, kad noteiktā lapā tiek pieredzētas nepilnības ar automātisko aizpildi."
},
"linkedLabelHelpText": {
"message": "Jāievada lauka HTML id, name, aria-label vai placeholder vērtība."
},
"addAttachment": { "addAttachment": {
"message": "Pievienot pielikumu" "message": "Pievienot pielikumu"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "പ്രദർശിപ്പിക്കാൻ കളക്ഷൻസ് ഒന്നും ഇല്ല." "message": "പ്രദർശിപ്പിക്കാൻ കളക്ഷൻസ് ഒന്നും ഇല്ല."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "ഓർഗനൈസേഷനിൽ ചേരുക" "message": "ഓർഗനൈസേഷനിൽ ചേരുക"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Du har ikke tillatelse til å se alle elementer i denne samlingen." "message": "Du har ikke tillatelse til å se alle elementer i denne samlingen."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Det er ingen samlinger å liste opp." "message": "Det er ingen samlinger å liste opp."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Bli med i organisasjon" "message": "Bli med i organisasjon"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Du har blitt invitert til å bli med i organisasjonen som er listet opp ovenfor. For å godkjenne invitasjonen, må du enten logge på eller lage en ny Bitwarden-konto." "message": "Du har blitt invitert til å bli med i organisasjonen som er listet opp ovenfor. For å godkjenne invitasjonen, må du enten logge på eller lage en ny Bitwarden-konto."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Je hebt geen rechten om alle items in deze collectie te zien." "message": "Je hebt geen rechten om alle items in deze collectie te zien."
}, },
"youDoNotHavePermissions": {
"message": "Je hebt geen rechten voor deze collectie"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Er zijn geen verzamelingen om weer te geven." "message": "Er zijn geen verzamelingen om weer te geven."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Lid worden van organisatie" "message": "Lid worden van organisatie"
}, },
"joinOrganizationName": {
"message": "Aansluiten bij $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Je bent uitgenodigd om lid te worden van bovenstaande organisatie. Om de uitnodiging te accepteren, moet je inloggen of een nieuw Bitwarden-account aanmaken." "message": "Je bent uitgenodigd om lid te worden van bovenstaande organisatie. Om de uitnodiging te accepteren, moet je inloggen of een nieuw Bitwarden-account aanmaken."
}, },
@ -7922,6 +7934,15 @@
"message": "Je organisatie vereist dat je een hoofdwachtwoord instelt.", "message": "Je organisatie vereist dat je een hoofdwachtwoord instelt.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "van $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ niet gevonden", "message": "$RESOURCE$ niet gevonden",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Aanmaken en verwijderen van collecties tot eigenaren en managers beperken" "message": "Aanmaken en verwijderen van collecties tot eigenaren en managers beperken"
}, },
"limitCollectionCreationDesc": {
"message": "Aanmaken van collecties beperken tot eigenaren en managers"
},
"limitCollectionDeletionDesc": {
"message": "Verwijderen van collecties beperken tot eigenaren en managers"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Eigenaren en beheerders kunnen alle collecties en items beheren" "message": "Eigenaren en beheerders kunnen alle collecties en items beheren"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Toegang bewerken" "message": "Toegang bewerken"
}, },
"textHelpText": {
"message": "Gebruik tekstvelden voor data zoals beveiligingsvragen"
},
"hiddenHelpText": {
"message": "Gebruik verborgen velden voor gevoelige gegevens zoals een wachtwoord"
},
"checkBoxHelpText": {
"message": "Gebruik aanvinkvakjes als je een formulier automatisch wilt invullen, zoals e-mailadres herinneren"
},
"linkedHelpText": {
"message": "Gebruik een gekoppeld veld als je problemen ervaart met het automatisch invullen voor een specifieke website."
},
"linkedLabelHelpText": {
"message": "Html-id, naam, aria-label of placeholder van het veld invullen."
},
"addAttachment": { "addAttachment": {
"message": "Bijlage toevoegen" "message": "Bijlage toevoegen"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Det er ingen samlingar å syna." "message": "Det er ingen samlingar å syna."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Nie masz uprawnień do przeglądania wszystkich elementów w tej kolekcji." "message": "Nie masz uprawnień do przeglądania wszystkich elementów w tej kolekcji."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Brak kolekcji do wyświetlenia." "message": "Brak kolekcji do wyświetlenia."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Dołącz do organizacji" "message": "Dołącz do organizacji"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Zostałeś zaproszony do dołączenia do poniższej organizacji. Aby zaakceptować zaproszenie, musisz zalogować się lub utworzyć nowe konto Bitwarden." "message": "Zostałeś zaproszony do dołączenia do poniższej organizacji. Aby zaakceptować zaproszenie, musisz zalogować się lub utworzyć nowe konto Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "Twoja organizacja wymaga ustawienia hasła głównego.", "message": "Twoja organizacja wymaga ustawienia hasła głównego.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ nie znaleziony", "message": "$RESOURCE$ nie znaleziony",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Ogranicz tworzenie i usuwanie kolekcji dla właścicieli i administratorów" "message": "Ogranicz tworzenie i usuwanie kolekcji dla właścicieli i administratorów"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Właściciele i administratorzy mogą zarządzać wszystkimi zbiorami i elementami" "message": "Właściciele i administratorzy mogą zarządzać wszystkimi zbiorami i elementami"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edytuj dostęp" "message": "Edytuj dostęp"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Você não tem permissão para visualizar todos os itens desta coleção." "message": "Você não tem permissão para visualizar todos os itens desta coleção."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Não há coleções para listar." "message": "Não há coleções para listar."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Junte-se a Organização" "message": "Junte-se a Organização"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Você foi convidado para participar da organização listada acima. Para aceitar o convite, você precisa iniciar sessão ou criar uma nova conta no Bitwarden." "message": "Você foi convidado para participar da organização listada acima. Para aceitar o convite, você precisa iniciar sessão ou criar uma nova conta no Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "Sua organização requer que você defina uma senha mestra.", "message": "Sua organização requer que você defina uma senha mestra.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ não encontrado", "message": "$RESOURCE$ não encontrado",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limitar criação de coleção e exclusão a proprietários e administradores" "message": "Limitar criação de coleção e exclusão a proprietários e administradores"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Proprietários e administradores podem gerenciar todas as coleções e itens" "message": "Proprietários e administradores podem gerenciar todas as coleções e itens"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Não tem permissão para ver todos os itens desta coleção." "message": "Não tem permissão para ver todos os itens desta coleção."
}, },
"youDoNotHavePermissions": {
"message": "Não tem permissões para esta coleção"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Não existem coleções para listar." "message": "Não existem coleções para listar."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Aderir à organização" "message": "Aderir à organização"
}, },
"joinOrganizationName": {
"message": "Aderir a $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Foi convidado a juntar-se à organização listada acima. Para aceitar o convite, é necessário iniciar sessão ou criar uma nova conta Bitwarden." "message": "Foi convidado a juntar-se à organização listada acima. Para aceitar o convite, é necessário iniciar sessão ou criar uma nova conta Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "A sua organização exige a definição de uma palavra-passe mestra.", "message": "A sua organização exige a definição de uma palavra-passe mestra.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "de $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ não encontrado(a)", "message": "$RESOURCE$ não encontrado(a)",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limitar a criação e eliminação de coleções aos proprietários e administradores" "message": "Limitar a criação e eliminação de coleções aos proprietários e administradores"
}, },
"limitCollectionCreationDesc": {
"message": "Limitar a criação de coleções aos proprietários e administradores"
},
"limitCollectionDeletionDesc": {
"message": "Limitar a eliminação de coleções aos proprietários e administradores"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Os proprietários e administradores podem gerir todas as coleções e itens" "message": "Os proprietários e administradores podem gerir todas as coleções e itens"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Editar acesso" "message": "Editar acesso"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Adicionar anexo" "message": "Adicionar anexo"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Nicio colecție de afișat." "message": "Nicio colecție de afișat."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Alăturare la organizație" "message": "Alăturare la organizație"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Ați fost invitat să vă alăturați organizației listate mai sus. Pentru a accepta invitația, trebuie să vă conectați sau să creați un cont Bitwarden nou." "message": "Ați fost invitat să vă alăturați organizației listate mai sus. Pentru a accepta invitația, trebuie să vă conectați sau să creați un cont Bitwarden nou."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "У вас нет разрешения на просмотр всех элементов этой коллекции." "message": "У вас нет разрешения на просмотр всех элементов этой коллекции."
}, },
"youDoNotHavePermissions": {
"message": "У вас нет прав на эту коллекцию"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Нет коллекций для отображения." "message": "Нет коллекций для отображения."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Присоединиться к организации" "message": "Присоединиться к организации"
}, },
"joinOrganizationName": {
"message": "Присоединиться к $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Вас пригласили присоединиться к организации, указанной выше. Чтобы принять приглашение, вам необходимо войти или создать новую учетную запись Bitwarden." "message": "Вас пригласили присоединиться к организации, указанной выше. Чтобы принять приглашение, вам необходимо войти или создать новую учетную запись Bitwarden."
}, },
@ -7922,6 +7934,15 @@
"message": "Необходимо установить мастер-пароль для организации.", "message": "Необходимо установить мастер-пароль для организации.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "из $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ не найден", "message": "$RESOURCE$ не найден",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Ограничить создание и удаление коллекций владельцам и администраторам" "message": "Ограничить создание и удаление коллекций владельцам и администраторам"
}, },
"limitCollectionCreationDesc": {
"message": "Ограничить создание коллекций владельцам и администраторам"
},
"limitCollectionDeletionDesc": {
"message": "Ограничить удаление коллекций владельцам и администраторам"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Владельцы и администраторы могут управлять всеми коллекциями и элементами" "message": "Владельцы и администраторы могут управлять всеми коллекциями и элементами"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Изменить доступ" "message": "Изменить доступ"
}, },
"textHelpText": {
"message": "Используйте текстовые поля для простых данных, таких как контрольные вопросы"
},
"hiddenHelpText": {
"message": "Используйте скрытые поля для конфиденциальных данных, таких как пароли"
},
"checkBoxHelpText": {
"message": "Используйте флажки, если вы хотите автоматически заполнить поле формы, например, email"
},
"linkedHelpText": {
"message": "Используйте связанное поле, если у вас возникли проблемы с автозаполнением для конкретного сайта."
},
"linkedLabelHelpText": {
"message": "Введите HTML-идентификатор поля, имя, aria-label, или плейсхолдер."
},
"addAttachment": { "addAttachment": {
"message": "Добавить вложение" "message": "Добавить вложение"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1,9 +1,9 @@
{ {
"allApplications": { "allApplications": {
"message": "All applications" "message": "Všetky aplikácie"
}, },
"priorityApplications": { "priorityApplications": {
"message": "Priority applications" "message": "Prioritné aplikácie"
}, },
"accessIntelligence": { "accessIntelligence": {
"message": "Access Intelligence" "message": "Access Intelligence"
@ -12,7 +12,7 @@
"message": "Notified members" "message": "Notified members"
}, },
"allApplicationsWithCount": { "allApplicationsWithCount": {
"message": "All applications ($COUNT$)", "message": "Všetky aplikácie ($COUNT$)",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@ -21,7 +21,7 @@
} }
}, },
"priorityApplicationsWithCount": { "priorityApplicationsWithCount": {
"message": "Priority applications ($COUNT$)", "message": "Prioritné aplikácie ($COUNT$)",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@ -39,25 +39,25 @@
} }
}, },
"application": { "application": {
"message": "Application" "message": "Aplikácia"
}, },
"atRiskPasswords": { "atRiskPasswords": {
"message": "At-risk passwords" "message": "Ohrozených hesiel"
}, },
"totalPasswords": { "totalPasswords": {
"message": "Total passwords" "message": "Celkom hesiel"
}, },
"atRiskMembers": { "atRiskMembers": {
"message": "At-risk members" "message": "Ohrozených členov"
}, },
"totalMembers": { "totalMembers": {
"message": "Total members" "message": "Celkový počet členov"
}, },
"atRiskApplications": { "atRiskApplications": {
"message": "At-risk applications" "message": "Ohrozených aplikácii"
}, },
"totalApplications": { "totalApplications": {
"message": "Total applications" "message": "Všetkých aplikácii"
}, },
"whatTypeOfItem": { "whatTypeOfItem": {
"message": "Aký typ položky to je?" "message": "Aký typ položky to je?"
@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Nemáte povolenie pre zobrazenie všetkých položiek v tejto zbierke." "message": "Nemáte povolenie pre zobrazenie všetkých položiek v tejto zbierke."
}, },
"youDoNotHavePermissions": {
"message": "K tejto zbierke nemáte oprávnenia"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Neexistujú žiadne zbierky na zobrazenie." "message": "Neexistujú žiadne zbierky na zobrazenie."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Pripojte sa k organizácii" "message": "Pripojte sa k organizácii"
}, },
"joinOrganizationName": {
"message": "Pripojiť sa k $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Obdržali ste pozvánku do vyššie menovanej Organizácie. Ak chcete pozvánku prijať, musíte sa prihlásiť alebo si vytvoriť nový Bitwarden účet." "message": "Obdržali ste pozvánku do vyššie menovanej Organizácie. Ak chcete pozvánku prijať, musíte sa prihlásiť alebo si vytvoriť nový Bitwarden účet."
}, },
@ -7922,6 +7934,15 @@
"message": "Vaša organizácia vyžaduje, aby ste nastavili hlavné heslo.", "message": "Vaša organizácia vyžaduje, aby ste nastavili hlavné heslo.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "z $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ nenájdené", "message": "$RESOURCE$ nenájdené",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Obmedziť vytváranie a vymazávanie zbierky len pre vlastníkov a administrátorov" "message": "Obmedziť vytváranie a vymazávanie zbierky len pre vlastníkov a administrátorov"
}, },
"limitCollectionCreationDesc": {
"message": "Obmedziť vytváranie zbierky len pre vlastníkov a administrátorov"
},
"limitCollectionDeletionDesc": {
"message": "Obmedziť vymazávanie zbierky len pre vlastníkov a administrátorov"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Vlastníci a správcovia môžu spravovať všetky zbierky a položky" "message": "Vlastníci a správcovia môžu spravovať všetky zbierky a položky"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Upraviť prístup" "message": "Upraviť prístup"
}, },
"textHelpText": {
"message": "Textové polia používajte pre také údaje, ako sú bezpečnostné otázky"
},
"hiddenHelpText": {
"message": "Skryté polia požívajte pre citlivé údaje ako je heslo"
},
"checkBoxHelpText": {
"message": "Ak chcete automaticky vyplniť začiarkávacie políčko formulára, napríklad zapamätať e-mail, použite začiarkávacie políčka"
},
"linkedHelpText": {
"message": "Ak máte problémy s automatickým vypĺňaním pre konkrétnu webovú stránku, použite prepojené pole."
},
"linkedLabelHelpText": {
"message": "Zadajte html atribút poľa id, name, aria-label, alebo placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Priložiť prílohu" "message": "Priložiť prílohu"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Nimate dovoljenja za ogled vseh elementov v tej zbirki." "message": "Nimate dovoljenja za ogled vseh elementov v tej zbirki."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Ni zbirk za prikaz." "message": "Ni zbirk za prikaz."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Немате дозволу да видите све ставке у овој колекцији." "message": "Немате дозволу да видите све ставке у овој колекцији."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Нема колекције у листи." "message": "Нема колекције у листи."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Придружи Организацију" "message": "Придружи Организацију"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Позвани сте да се придружите наведеној организацији. Да бисте прихватили позивницу, потребно је да се пријавите или направите нови Bitwarden налог." "message": "Позвани сте да се придружите наведеној организацији. Да бисте прихватили позивницу, потребно је да се пријавите или направите нови Bitwarden налог."
}, },
@ -7922,6 +7934,15 @@
"message": "Ваша организација захтева да поставите главну лозинку.", "message": "Ваша организација захтева да поставите главну лозинку.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ није нађено/а", "message": "$RESOURCE$ није нађено/а",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Ограничите креирање и брисање збирке на власнике и администраторе" "message": "Ограничите креирање и брисање збирке на власнике и администраторе"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Власници и администратори могу да управљају свим колекцијама и ставкама" "message": "Власници и администратори могу да управљају свим колекцијама и ставкама"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Додај прилог" "message": "Додај прилог"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Nema stavki u listi." "message": "Nema stavki u listi."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Du har inte behörighet att se alla objekt i denna samling." "message": "Du har inte behörighet att se alla objekt i denna samling."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Det finns inga samlingar att visa." "message": "Det finns inga samlingar att visa."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Gå med i organisation" "message": "Gå med i organisation"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Du har bjudits in att gå med i organisationen ovan. För att acceptera inbjudan måste du logga in eller skapa ett nytt Bitwarden-konto." "message": "Du har bjudits in att gå med i organisationen ovan. För att acceptera inbjudan måste du logga in eller skapa ett nytt Bitwarden-konto."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Ägare och administratörer kan hantera alla samlingar och objekt" "message": "Ägare och administratörer kan hantera alla samlingar och objekt"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Redigera åtkomst" "message": "Redigera åtkomst"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Lägg till bilaga" "message": "Lägg till bilaga"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "There are no collections to list." "message": "There are no collections to list."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "You do not have permission to view all items in this collection."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "ไม่มีคอลเลกชันที่จะแสดง" "message": "ไม่มีคอลเลกชันที่จะแสดง"
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Owners and admins can manage all collections and items" "message": "Owners and admins can manage all collections and items"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Bu koleksiyondaki tüm kayıtları görmek için izniniz yok." "message": "Bu koleksiyondaki tüm kayıtları görmek için izniniz yok."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Listelenecek koleksiyon yok." "message": "Listelenecek koleksiyon yok."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Kuruluşa katıl" "message": "Kuruluşa katıl"
}, },
"joinOrganizationName": {
"message": "$ORGANIZATIONNAME$ kuruluşuna katıl",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Yukarıdaki kuruluşa katılmaya davet edildiniz. Daveti kabul etmek için giriş yapmanız veya yeni bir Bitwarden hesabı açmanız gerekiyor." "message": "Yukarıdaki kuruluşa katılmaya davet edildiniz. Daveti kabul etmek için giriş yapmanız veya yeni bir Bitwarden hesabı açmanız gerekiyor."
}, },
@ -7922,6 +7934,15 @@
"message": "Kuruluşunuz bir ana parola belirlemenizi gerektiriyor.", "message": "Kuruluşunuz bir ana parola belirlemenizi gerektiriyor.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "/ $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ bulunamadı", "message": "$RESOURCE$ bulunamadı",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Koleksiyon oluşturma ve silme işlemlerini sahipler ve yöneticilerle sınırlandırın" "message": "Koleksiyon oluşturma ve silme işlemlerini sahipler ve yöneticilerle sınırlandırın"
}, },
"limitCollectionCreationDesc": {
"message": "Koleksiyon oluşturmayı sahipler ve yöneticilerle sınırlandırın"
},
"limitCollectionDeletionDesc": {
"message": "Koleksiyon silmeyi sahipler ve yöneticilerle sınırlandırın"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Sahipler ve yöneticiler tüm koleksiyonları ve öğeleri yönetebilir" "message": "Sahipler ve yöneticiler tüm koleksiyonları ve öğeleri yönetebilir"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Güvenlik sorusu gibi veriler için metin alanlarını kullanın"
},
"hiddenHelpText": {
"message": "Parola gibi hassas verileri için gizli alanları kullanın"
},
"checkBoxHelpText": {
"message": "Formlardaki onay kutularını (örn. \"e-posta adresimi hatırla\") otomatik doldurmak isterseniz onay kutularını kullanın"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Dosya ekle" "message": "Dosya ekle"
}, },

View File

@ -1,18 +1,18 @@
{ {
"allApplications": { "allApplications": {
"message": "All applications" "message": "Всі програми"
}, },
"priorityApplications": { "priorityApplications": {
"message": "Priority applications" "message": "Пріоритетні програми"
}, },
"accessIntelligence": { "accessIntelligence": {
"message": "Access Intelligence" "message": "Керування доступом"
}, },
"notifiedMembers": { "notifiedMembers": {
"message": "Notified members" "message": "Сповіщення учасників"
}, },
"allApplicationsWithCount": { "allApplicationsWithCount": {
"message": "All applications ($COUNT$)", "message": "Всі програми ($COUNT$)",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@ -21,7 +21,7 @@
} }
}, },
"priorityApplicationsWithCount": { "priorityApplicationsWithCount": {
"message": "Priority applications ($COUNT$)", "message": "Пріоритетні програми ($COUNT$)",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@ -30,7 +30,7 @@
} }
}, },
"notifiedMembersWithCount": { "notifiedMembersWithCount": {
"message": "Notified members ($COUNT$)", "message": "Сповіщення учасників ($COUNT$)",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@ -39,25 +39,25 @@
} }
}, },
"application": { "application": {
"message": "Application" "message": "Програма"
}, },
"atRiskPasswords": { "atRiskPasswords": {
"message": "At-risk passwords" "message": "Ризиковані паролі"
}, },
"totalPasswords": { "totalPasswords": {
"message": "Total passwords" "message": "Всього паролів"
}, },
"atRiskMembers": { "atRiskMembers": {
"message": "At-risk members" "message": "Ризиковані учасники"
}, },
"totalMembers": { "totalMembers": {
"message": "Total members" "message": "Всього учасників"
}, },
"atRiskApplications": { "atRiskApplications": {
"message": "At-risk applications" "message": "Ризиковані програми"
}, },
"totalApplications": { "totalApplications": {
"message": "Total applications" "message": "Всього програм"
}, },
"whatTypeOfItem": { "whatTypeOfItem": {
"message": "Який це тип запису?" "message": "Який це тип запису?"
@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "У вас немає повноважень на перегляд усіх записів у цій збірці." "message": "У вас немає повноважень на перегляд усіх записів у цій збірці."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Немає збірок." "message": "Немає збірок."
}, },
@ -2715,10 +2718,10 @@
"message": "Рахунки" "message": "Рахунки"
}, },
"noUnpaidInvoices": { "noUnpaidInvoices": {
"message": "No unpaid invoices." "message": "Немає несплачених рахунків."
}, },
"noPaidInvoices": { "noPaidInvoices": {
"message": "No paid invoices." "message": "Немає сплачених рахунків."
}, },
"paid": { "paid": {
"message": "Сплачено", "message": "Сплачено",
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Приєднатися до організації" "message": "Приєднатися до організації"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "Вас було запрошено приєднатися до зазначеної вгорі організації. Щоб підтвердити запрошення, вам необхідно увійти в обліковий запис Bitwarden, або створити його." "message": "Вас було запрошено приєднатися до зазначеної вгорі організації. Щоб підтвердити запрошення, вам необхідно увійти в обліковий запис Bitwarden, або створити його."
}, },
@ -7922,6 +7934,15 @@
"message": "Ваша організація вимагає, щоб ви встановили головний пароль.", "message": "Ваша організація вимагає, щоб ви встановили головний пароль.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "з $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ не знайдено", "message": "$RESOURCE$ не знайдено",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Дозволити створення та видалення збірок лише власникам та адміністраторам" "message": "Дозволити створення та видалення збірок лише власникам та адміністраторам"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Власники та адміністратори можуть керувати всіма збірками та записами" "message": "Власники та адміністратори можуть керувати всіма збірками та записами"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Редагувати доступ" "message": "Редагувати доступ"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Додати вкладення" "message": "Додати вкладення"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "Bạn không có quyền xem tất cả mục trong bộ sưu tập này." "message": "Bạn không có quyền xem tất cả mục trong bộ sưu tập này."
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "Chưa có bộ sưu tập nào." "message": "Chưa có bộ sưu tập nào."
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
}, },
@ -7922,6 +7934,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ not found", "message": "$RESOURCE$ not found",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "Limit collection creation and deletion to owners and admins" "message": "Limit collection creation and deletion to owners and admins"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "Chủ sở hữu và quản trị viên có thể quản lý tất cả các bộ sưu tập và mục" "message": "Chủ sở hữu và quản trị viên có thể quản lý tất cả các bộ sưu tập và mục"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "您没有查看此集合中的所有项目的权限。" "message": "您没有查看此集合中的所有项目的权限。"
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "没有可列出的集合。" "message": "没有可列出的集合。"
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "加入组织" "message": "加入组织"
}, },
"joinOrganizationName": {
"message": "加入 $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "您已被邀请加入上面的组织。要接受邀请,您需要登录或者创建一个 Bitwarden 账户。" "message": "您已被邀请加入上面的组织。要接受邀请,您需要登录或者创建一个 Bitwarden 账户。"
}, },
@ -7922,6 +7934,15 @@
"message": "您的组织要求您设置主密码。", "message": "您的组织要求您设置主密码。",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "$TOTAL$ 不足",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ 未找到", "message": "$RESOURCE$ 未找到",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "限制为仅所有者和管理员可以创建和删除集合" "message": "限制为仅所有者和管理员可以创建和删除集合"
}, },
"limitCollectionCreationDesc": {
"message": "限制为仅所有者和管理员可以创建集合"
},
"limitCollectionDeletionDesc": {
"message": "限制为仅所有者和管理员可以删除集合"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "所有者和管理员可以管理所有集合和项目" "message": "所有者和管理员可以管理所有集合和项目"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "编辑访问权限" "message": "编辑访问权限"
}, },
"textHelpText": {
"message": "对于如安全问题之类的数据,请使用文本型字段"
},
"hiddenHelpText": {
"message": "对于如密码之类的敏感数据,请使用隐藏型字段"
},
"checkBoxHelpText": {
"message": "如果您想自动勾选表单复选框(例如记住电子邮件地址),请使用复选框"
},
"linkedHelpText": {
"message": "当您处理特定网站的自动填充问题时,请使用链接型字段。"
},
"linkedLabelHelpText": {
"message": "输入字段的 html ID、名称、aria-label 或占位符。"
},
"addAttachment": { "addAttachment": {
"message": "添加附件" "message": "添加附件"
}, },

View File

@ -1196,6 +1196,9 @@
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "您沒有檢視此集合中所有項目的權限。" "message": "您沒有檢視此集合中所有項目的權限。"
}, },
"youDoNotHavePermissions": {
"message": "You do not have permissions to this collection"
},
"noCollectionsInList": { "noCollectionsInList": {
"message": "沒有可列出的集合。" "message": "沒有可列出的集合。"
}, },
@ -3781,6 +3784,15 @@
"joinOrganization": { "joinOrganization": {
"message": "加入組織" "message": "加入組織"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"joinOrganizationDesc": { "joinOrganizationDesc": {
"message": "您已被邀請加入以上組織。若想接受邀請,您需要登入或建立新的 Bitwarden 帳戶。" "message": "您已被邀請加入以上組織。若想接受邀請,您需要登入或建立新的 Bitwarden 帳戶。"
}, },
@ -7922,6 +7934,15 @@
"message": "您的組織要求您設定主密碼。", "message": "您的組織要求您設定主密碼。",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"notFound": { "notFound": {
"message": "$RESOURCE$ 未找到", "message": "$RESOURCE$ 未找到",
"placeholders": { "placeholders": {
@ -8183,6 +8204,12 @@
"limitCollectionCreationDeletionDesc": { "limitCollectionCreationDeletionDesc": {
"message": "對擁有者和管理員限制集合的建立和刪除" "message": "對擁有者和管理員限制集合的建立和刪除"
}, },
"limitCollectionCreationDesc": {
"message": "Limit collection creation to owners and admins"
},
"limitCollectionDeletionDesc": {
"message": "Limit collection deletion to owners and admins"
},
"allowAdminAccessToAllCollectionItemsDesc": { "allowAdminAccessToAllCollectionItemsDesc": {
"message": "擁有人與管理員可以管理所有分類與項目" "message": "擁有人與管理員可以管理所有分類與項目"
}, },
@ -9368,6 +9395,21 @@
"editAccess": { "editAccess": {
"message": "Edit access" "message": "Edit access"
}, },
"textHelpText": {
"message": "Use text fields for data like security questions"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
},
"checkBoxHelpText": {
"message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
},
"linkedHelpText": {
"message": "Use a linked field when you are experiencing autofill issues for a specific website."
},
"linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder."
},
"addAttachment": { "addAttachment": {
"message": "Add attachment" "message": "Add attachment"
}, },