From df26b6b568d2d879931494f9f05d4191a18e0be1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:23:30 +0000 Subject: [PATCH] Autosync the updated translations (#11615) Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> --- apps/web/src/locales/af/messages.json | 42 +++++ apps/web/src/locales/ar/messages.json | 42 +++++ apps/web/src/locales/az/messages.json | 214 ++++++++++++++--------- apps/web/src/locales/be/messages.json | 42 +++++ apps/web/src/locales/bg/messages.json | 42 +++++ apps/web/src/locales/bn/messages.json | 42 +++++ apps/web/src/locales/bs/messages.json | 42 +++++ apps/web/src/locales/ca/messages.json | 42 +++++ apps/web/src/locales/cs/messages.json | 42 +++++ apps/web/src/locales/cy/messages.json | 42 +++++ apps/web/src/locales/da/messages.json | 42 +++++ apps/web/src/locales/de/messages.json | 42 +++++ apps/web/src/locales/el/messages.json | 42 +++++ apps/web/src/locales/en_GB/messages.json | 42 +++++ apps/web/src/locales/en_IN/messages.json | 42 +++++ apps/web/src/locales/eo/messages.json | 42 +++++ apps/web/src/locales/es/messages.json | 42 +++++ apps/web/src/locales/et/messages.json | 42 +++++ apps/web/src/locales/eu/messages.json | 42 +++++ apps/web/src/locales/fa/messages.json | 42 +++++ apps/web/src/locales/fi/messages.json | 68 +++++-- apps/web/src/locales/fil/messages.json | 42 +++++ apps/web/src/locales/fr/messages.json | 42 +++++ apps/web/src/locales/gl/messages.json | 42 +++++ apps/web/src/locales/he/messages.json | 42 +++++ apps/web/src/locales/hi/messages.json | 42 +++++ apps/web/src/locales/hr/messages.json | 42 +++++ apps/web/src/locales/hu/messages.json | 58 +++++- apps/web/src/locales/id/messages.json | 42 +++++ apps/web/src/locales/it/messages.json | 42 +++++ apps/web/src/locales/ja/messages.json | 42 +++++ apps/web/src/locales/ka/messages.json | 42 +++++ apps/web/src/locales/km/messages.json | 42 +++++ apps/web/src/locales/kn/messages.json | 42 +++++ apps/web/src/locales/ko/messages.json | 42 +++++ apps/web/src/locales/lv/messages.json | 42 +++++ apps/web/src/locales/ml/messages.json | 42 +++++ apps/web/src/locales/mr/messages.json | 42 +++++ apps/web/src/locales/my/messages.json | 42 +++++ apps/web/src/locales/nb/messages.json | 42 +++++ apps/web/src/locales/ne/messages.json | 42 +++++ apps/web/src/locales/nl/messages.json | 42 +++++ apps/web/src/locales/nn/messages.json | 42 +++++ apps/web/src/locales/or/messages.json | 42 +++++ apps/web/src/locales/pl/messages.json | 42 +++++ apps/web/src/locales/pt_BR/messages.json | 42 +++++ apps/web/src/locales/pt_PT/messages.json | 42 +++++ apps/web/src/locales/ro/messages.json | 42 +++++ apps/web/src/locales/ru/messages.json | 42 +++++ apps/web/src/locales/si/messages.json | 42 +++++ apps/web/src/locales/sk/messages.json | 64 +++++-- apps/web/src/locales/sl/messages.json | 42 +++++ apps/web/src/locales/sr/messages.json | 42 +++++ apps/web/src/locales/sr_CS/messages.json | 42 +++++ apps/web/src/locales/sv/messages.json | 42 +++++ apps/web/src/locales/te/messages.json | 42 +++++ apps/web/src/locales/th/messages.json | 42 +++++ apps/web/src/locales/tr/messages.json | 42 +++++ apps/web/src/locales/uk/messages.json | 74 ++++++-- apps/web/src/locales/vi/messages.json | 42 +++++ apps/web/src/locales/zh_CN/messages.json | 42 +++++ apps/web/src/locales/zh_TW/messages.json | 42 +++++ 62 files changed, 2738 insertions(+), 134 deletions(-) diff --git a/apps/web/src/locales/af/messages.json b/apps/web/src/locales/af/messages.json index b957532bd9..deaf38bddd 100644 --- a/apps/web/src/locales/af/messages.json +++ b/apps/web/src/locales/af/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Daar is geen versamelings om te lys nie." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Sluit aan by organisasie" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ nie gevind nie", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/ar/messages.json b/apps/web/src/locales/ar/messages.json index ce6670502a..75ee308cb4 100644 --- a/apps/web/src/locales/ar/messages.json +++ b/apps/web/src/locales/ar/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "ليس لديك الصلاحية لعرض جميع العناصر في هذه المجموعة." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "لا توجد مجموعات لعرضها." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/az/messages.json b/apps/web/src/locales/az/messages.json index 40de4904ed..bb1df7bec0 100644 --- a/apps/web/src/locales/az/messages.json +++ b/apps/web/src/locales/az/messages.json @@ -470,10 +470,10 @@ "description": "Search Secure Note type" }, "searchVault": { - "message": "Anbarda axtar" + "message": "Seyfdə axtar" }, "searchMyVault": { - "message": "Anbarımda axtar" + "message": "Seyfimdə axtar" }, "searchOrganization": { "message": "Təşkilat axtar" @@ -722,19 +722,19 @@ "message": "Mən" }, "myVault": { - "message": "Anbarım" + "message": "Seyfim" }, "allVaults": { - "message": "Bütün anbarlar" + "message": "Bütün seyflər" }, "vault": { - "message": "Anbar" + "message": "Seyf" }, "vaults": { - "message": "Anbarlar" + "message": "Seyflər" }, "vaultItems": { - "message": "Anbar elementləri" + "message": "Seyf elementləri" }, "filter": { "message": "Filtr" @@ -909,7 +909,7 @@ "message": "Xeyr" }, "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": { "message": "Cihazla giriş et" @@ -1050,7 +1050,7 @@ "message": "Ana parol" }, "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": { "message": "Unutsanız, ana parolunuz geri qaytarıla bilməz!" @@ -1157,7 +1157,7 @@ "message": "E-poçt ünvanı" }, "yourVaultIsLockedV2": { - "message": "Anbarınız kilidlənib." + "message": "Seyfiniz kilidlənib" }, "yourAccountIsLocked": { "message": "Hesabınız kilidlənib" @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Bu kolleksiyadakı bütün elementlərə baxmaq üçün icazəniz yoxdur." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Siyahılanacaq heç bir kolleksiya yoxdur." }, @@ -1409,13 +1412,13 @@ "message": "Xəbərdarlıq" }, "confirmVaultExport": { - "message": "Anbarın xaricə köçürülməsini təsdiqlə" + "message": "Seyfi xaricə köçürməyi təsdiqlə" }, "confirmSecretsExport": { "message": "Sirlərin xaricə köçürülməsini təsdiqlə" }, "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": { "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" }, "exportVault": { - "message": "Anbarı ixrac et" + "message": "Seyfi xaricə köçür" }, "exportSecrets": { "message": "Sirləri xaricə köçür" @@ -1478,13 +1481,13 @@ "message": "\"Fayl parolu\" və \"Fayl parolunu təsdiqlə\" uyuşmur." }, "confirmVaultImport": { - "message": "Anbarın daxilə köçürülməsini təsdiqlə" + "message": "Seyfi daxilə köçürməyi təsdiqlə" }, "confirmVaultImportDesc": { "message": "Bu fayl parolla qorunur. Məlumatları daxilə köçürmək üçün fayl parolunu daxil edin." }, "exportSuccess": { - "message": "Anbar datası xaricə köçürüldü" + "message": "Seyf datası xaricə köçürüldü" }, "passwordGenerator": { "message": "Parol yaradıcı" @@ -1706,31 +1709,31 @@ "message": "Bütün seansların səlahiyyəti götürüldü" }, "purgeVault": { - "message": "Anbarı təmizlə" + "message": "Seyfi boşalt" }, "purgedOrganizationVault": { - "message": "Təşkilat anbarı təmizləndi." + "message": "Təşkilat seyfi boşaldıldı." }, "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": { - "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": { - "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": { - "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": { - "message": "Anbarınız təmizləndi." + "message": "Seyf boşaldıldı." }, "deleteAccount": { "message": "Hesabı sil" }, "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": { "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" }, "preferencesDesc": { - "message": "Veb anbar təcrübənizi özəlləşdirin." + "message": "Veb seyf təcrübənizi özəlləşdirin." }, "preferencesUpdated": { "message": "Tərcihlər saxlanıldı" @@ -1878,7 +1881,7 @@ "message": "Dil" }, "languageDesc": { - "message": "Veb anbarda istifadə olunan dili dəyişdirin." + "message": "Veb seyfdə istifadə olunan dili dəyişdirin." }, "enableFavicon": { "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:" }, "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": { "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:" }, "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": { "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:" }, "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": { "message": "Bitwarden iki addımlı giriş üçün geri qaytarma kodunuz" @@ -2242,7 +2245,7 @@ } }, "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": { "message": "Aktiv olmayan iki addımlı giriş" @@ -2267,7 +2270,7 @@ } }, "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": { "message": "Təlimatlar" @@ -2295,7 +2298,7 @@ } }, "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": { "message": "İfşa olunmuş parolları yoxla" @@ -2335,7 +2338,7 @@ } }, "noWeakPasswords": { - "message": "Anbarınızdakı heç bir elementin zəif parolu yoxdur." + "message": "Seyfinizdəki heç bir elementin zəif parolu yoxdur." }, "weakness": { "message": "Zəiflik" @@ -2363,7 +2366,7 @@ } }, "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": { "message": "Dəfə təkrar istifadə olundu" @@ -2490,10 +2493,10 @@ "message": "Fövqəladə hal müraciəti" }, "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": { - "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": { "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." }, "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": { "message": "Ümumi məlumat" @@ -3235,13 +3238,13 @@ "description": "Desktop app" }, "webVault": { - "message": "Veb anbar" + "message": "Veb seyf" }, "cli": { "message": "CLI" }, "bitWebVault": { - "message": "Bitwarden Web anbarı" + "message": "Bitwarden Web seyfi" }, "bitSecretsManager": { "message": "Bitwarden Sirr Meneceri" @@ -3281,10 +3284,10 @@ "description": "PIN code. Ex. The short code (often numeric) that you use to unlock a device." }, "exportedVault": { - "message": "Anbar ixrac edildi." + "message": "Seyf xaricə köçürüldü" }, "exportedOrganizationVault": { - "message": "Təşkilat anbarı ixrac edildi." + "message": "Təşkilat seyfi xaricə köçürüldü." }, "editedOrgSettings": { "message": "Təşkilat ayarlarına düzəliş edildi." @@ -3647,7 +3650,7 @@ } }, "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": { "id": { "content": "$1", @@ -3776,11 +3779,20 @@ "message": "Brauzeri güncəllə" }, "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": { "message": "Təşkilata qoşul" }, + "joinOrganizationName": { + "message": "$ORGANIZATIONNAME$ - qoşul", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -3845,7 +3857,7 @@ "message": "Təşkilatı sil" }, "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": { "organization": { "content": "$1", @@ -4106,7 +4118,7 @@ "message": "Şifrələmə açarı güncəlləməsi davam edə bilmir" }, "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": { "message": "Açar güncəlləndi" @@ -4181,16 +4193,16 @@ "message": "Filtrlər" }, "vaultTimeout": { - "message": "Anbara müraciət bitəcək" + "message": "Seyf vaxtının bitməsi" }, "vaultTimeout1": { "message": "Vaxt bitmə" }, "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": { - "message": "Anbarınızdan nə vaxt çıxış ediləcəyini seçin." + "message": "Seyfinizdən nə vaxt çıxış ediləcəyini seçin." }, "oneMinute": { "message": "1 dəqiqə" @@ -4303,7 +4315,7 @@ "description": "This is a verb. ex. 'Fix The Car'" }, "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": { "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." }, "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": { "message": "Barmaq izi ifadəsi" @@ -4444,13 +4456,13 @@ "message": "İstifadəçi tərcihi" }, "vaultTimeoutAction": { - "message": "Anbara müraciət vaxtının bitmə əməliyyatı" + "message": "Seyf vaxtının bitmə əməliyyatı" }, "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": { - "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": { "message": "Kilidlə", @@ -4521,7 +4533,7 @@ } }, "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": { "message": "Vaxt bitmə əməliyyat təsdiqi" @@ -4831,7 +4843,7 @@ "message": "Fövqəladə hal müraciəti təsdiqləndi" }, "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": { "message": "Təhvil alma" @@ -4937,13 +4949,13 @@ "message": "Fərdi sahiblik" }, "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": { "message": "Təşkilat sahibləri və administratorlar, bu siyasətin tətbiq edilməsindən azaddırlar." }, "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": { "message": "\"Send\"i sıradan çıxart" @@ -5079,7 +5091,7 @@ "message": "Bir təşkilat siyasəti, sahiblik seçimlərinizə təsir edir." }, "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": { "message": "Təşkilat istifadəçiləri üçün fərdi sahibliyi sıradan çıxart" @@ -5416,7 +5428,7 @@ "message": "Tema" }, "themeDesc": { - "message": "Veb anbarınız üçün bir tema seçin." + "message": "Veb seyfiniz üçün bir tema seçin." }, "themeSystem": { "message": "Sistem temasını istifadə et" @@ -5604,13 +5616,13 @@ "message": "Ana parolu güncəllə" }, "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": { "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": { - "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": { "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." }, "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": { - "message": "Anbara müraciət bitəcək" + "message": "Seyf vaxtının bitməsi" }, "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": { - "message": "Anbara müraciət üzrə maksimum vaxt" + "message": "Maksimum seyf bitmə vaxtı" }, "invalidMaximumVaultTimeout": { - "message": "Yararsız maksimum anbar bitmə vaxtı." + "message": "Yararsız maksimum seyf bitmə vaxtı." }, "hours": { "message": "Saat" @@ -5646,7 +5658,7 @@ "message": "Dəqiqə" }, "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": { "hours": { "content": "$1", @@ -5672,7 +5684,7 @@ } }, "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": { "hours": { "content": "$1", @@ -5689,7 +5701,7 @@ } }, "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": { "action": { "content": "$1", @@ -5698,25 +5710,25 @@ } }, "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": { "message": "Minimum özəl bitmə vaxtı 1 dəqiqədir." }, "vaultTimeoutRangeError": { - "message": "Anbar bitmə vaxtı, icazə verilən aralıqda deyil." + "message": "Seyf bitmə vaxtı, icazə verilən aralıqda deyil." }, "disablePersonalVaultExport": { - "message": "Fərdi anbarın ixracını sıradan çıxart" + "message": "Fərdi seyfi xaricə köçürməni ləğv et" }, "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": { - "message": "Anbar ixracı sıradan çıxarıldı" + "message": "Seyf xaricə köçürmə silindi" }, "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": { "message": "Avto-doldurmanı aktivləşdir" @@ -6034,13 +6046,13 @@ "message": "Üzv şifrə açma seçimləri" }, "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": { "message": "Açar Bağlayıcı" }, "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 won’t 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": { @@ -6151,7 +6163,7 @@ "message": "API server URL-si" }, "webVaultUrl": { - "message": "Veb anbar server URL-si" + "message": "Veb seyf server URL-si" }, "identityUrl": { "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." }, "exportingPersonalVaultTitle": { - "message": "Şəxsi anbarın ixracı" + "message": "Fərdi seyfin xaricə köçürülməsi" }, "exportingOrganizationVaultTitle": { - "message": "Təşkilat anbarının ixracı" + "message": "Təşkilat seyfini xaricə köçürmə" }, "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": { "email": { "content": "$1", @@ -6278,7 +6290,7 @@ } }, "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": { "organization": { "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." }, "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": { "message": "Sirr Meneceri" @@ -7887,7 +7899,7 @@ "message": "Güvənli cihazlar" }, "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.'" }, "memberDecryptionOptionTdeDescriptionLinkOne": { @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "/$TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ tapılmadı", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "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ç" }, "vaultItemSelect": { - "message": "Anbar elementini seç" + "message": "Seyf elementini seç" }, "collectionItemSelect": { "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." }, "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'." }, "contactBitwardenSupport": { @@ -9176,7 +9203,7 @@ "message": "Ana parolu təkrar soruşmaq haqqında daha ətraflı" }, "learnMoreAboutSearchingYourVault": { - "message": "Anbarınızda axtarış haqqında daha ətraflı" + "message": "Seyfinizdə axtarış ilə bağlı daha ətraflı" }, "learnMoreAboutYourAccountFingerprintPhrase": { "message": "Hesabınızın barmaq izi ifadəsi haqqında daha ətraflı" @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Qoşma əlavə et" }, diff --git a/apps/web/src/locales/be/messages.json b/apps/web/src/locales/be/messages.json index d522097ba6..71cba8e74d 100644 --- a/apps/web/src/locales/be/messages.json +++ b/apps/web/src/locales/be/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "У вас няма правоў для прагляду ўсіх элементаў у гэтай калекцыі." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "У спісе адсутнічаюць калекцыі." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Далучыцца да арганізацыі" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "Вас запрасілі далучыцца да арганізацыі, якая азначана вышэй. Для таго, каб прыняць запрашэнне, вам неабходна ўвайсці або стварыць новы ўліковы запіс Bitwarden." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ не знойдзены", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/bg/messages.json b/apps/web/src/locales/bg/messages.json index 0b31f0cf8a..f95199a624 100644 --- a/apps/web/src/locales/bg/messages.json +++ b/apps/web/src/locales/bg/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Нямате права да преглеждате всички елементи в тази колекция." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Няма колекции за показване." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Присъединяване към организация" }, + "joinOrganizationName": { + "message": "Присъединяване към $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "Поканени сте да се присъедините към посочената по-горе организация. За да приемете, ще трябва да се впишете в абонамента си към Битуорден. Ако нямате такъв, ще трябва да създадете безплатен абонамент и след това да се впишете в него." }, @@ -7922,6 +7934,15 @@ "message": "Организацията Ви изисква да зададете главна парола.", "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": { "message": "Няма намерен $RESOURCE$", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "message": "Ограничаване на създаването и изтриването на колекции, така че да може да се извършва само от собствениците и администраторите" }, + "limitCollectionCreationDesc": { + "message": "Ограничаване на създаването на колекции, така че да може да се извършва само от собствениците и администраторите" + }, + "limitCollectionDeletionDesc": { + "message": "Ограничаване на изтриването на колекции, така че да може да се извършва само от собствениците и администраторите" + }, "allowAdminAccessToAllCollectionItemsDesc": { "message": "Собствениците и администраторите могат да управляват всички колекции и елементи" }, @@ -9368,6 +9395,21 @@ "editAccess": { "message": "Редактиране на достъпа" }, + "textHelpText": { + "message": "Използвайте текстови полета за обикновени данни, например въпроси за сигурност" + }, + "hiddenHelpText": { + "message": "Използвайте скрити полета за чувствителни данни, например пароли" + }, + "checkBoxHelpText": { + "message": "Използвайте полета за отметки, ако искате да попълвате автоматично такива полета във формуляри, например такова за запомняне на е-пощата" + }, + "linkedHelpText": { + "message": "Използвайте свързано поле, когато имате проблеми с автоматичното попълване на конкретен уеб сайт." + }, + "linkedLabelHelpText": { + "message": "Enter the the field's html id, name, aria-label, or placeholder." + }, "addAttachment": { "message": "Добавяне на прикачен файл" }, diff --git a/apps/web/src/locales/bn/messages.json b/apps/web/src/locales/bn/messages.json index fc0d8c2981..8003ebb3b8 100644 --- a/apps/web/src/locales/bn/messages.json +++ b/apps/web/src/locales/bn/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "তালিকার জন্য কোনও সংগ্রহ নেই।" }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/bs/messages.json b/apps/web/src/locales/bs/messages.json index 33237a66f1..c6bca1b776 100644 --- a/apps/web/src/locales/bs/messages.json +++ b/apps/web/src/locales/bs/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/ca/messages.json b/apps/web/src/locales/ca/messages.json index a0bf9acde8..e3207261b0 100644 --- a/apps/web/src/locales/ca/messages.json +++ b/apps/web/src/locales/ca/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "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": { "message": "No hi ha cap col·lecció a llistar." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Uneix-te a l'organització" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "No s'ha trobat $RESOURCE$", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Els propietaris i els administradors poden gestionar totes les col·leccions i articles" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/cs/messages.json b/apps/web/src/locales/cs/messages.json index 367f441d7a..e984eb5e2f 100644 --- a/apps/web/src/locales/cs/messages.json +++ b/apps/web/src/locales/cs/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "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": { "message": "Žádné kolekce k zobrazení." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Přidat se k organizaci" }, + "joinOrganizationName": { + "message": "Připojit se k $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "z $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ nebyl nalezen", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Vlastníci a správci mohou spravovat všechny kolekce a předměty" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Přidat přílohu" }, diff --git a/apps/web/src/locales/cy/messages.json b/apps/web/src/locales/cy/messages.json index 0c4b0363f4..40f95ffc57 100644 --- a/apps/web/src/locales/cy/messages.json +++ b/apps/web/src/locales/cy/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/da/messages.json b/apps/web/src/locales/da/messages.json index d50f2f0af0..bea9beb34a 100644 --- a/apps/web/src/locales/da/messages.json +++ b/apps/web/src/locales/da/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Ingen tilladelse til at se alle emner i denne samling." }, + "youDoNotHavePermissions": { + "message": "Ingen rettigheder til denne samling" + }, "noCollectionsInList": { "message": "Der er ingen samlinger at vise." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Bliv medlem af organisation" }, + "joinOrganizationName": { + "message": "Bliv nedlem af $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "ud af $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ ikke fundet", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Ejere og admins kan håndtere alle samlinger og emner" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Tilføj vedhæftning" }, diff --git a/apps/web/src/locales/de/messages.json b/apps/web/src/locales/de/messages.json index 88dc524164..0965fc60bc 100644 --- a/apps/web/src/locales/de/messages.json +++ b/apps/web/src/locales/de/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Du hast nicht die Berechtigung, alle Einträge in dieser Sammlung anzuzeigen." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Keine Sammlungen vorhanden." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Organisation beitreten" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "von $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ nicht gefunden", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Besitzer und Administratoren können alle Sammlungen und Einträge verwalten" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Anhang hinzufügen" }, diff --git a/apps/web/src/locales/el/messages.json b/apps/web/src/locales/el/messages.json index d65e5aca0a..271323cc7f 100644 --- a/apps/web/src/locales/el/messages.json +++ b/apps/web/src/locales/el/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Δεν έχετε άδεια να δείτε όλα τα στοιχεία σε αυτήν τη συλλογή." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Δεν υπάρχουν συλλογές στη λίστα." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Εγγραφή στον οργανισμό" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "Έχετε προσκληθεί να συμμετάσχετε στον παραπάνω οργανισμό. Για να αποδεχτείτε την πρόσκληση, πρέπει να συνδεθείτε ή να δημιουργήσετε ένα νέο λογαριασμό Bitwarden." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "Το $RESOURCE$ δεν βρέθηκε", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Οι ιδιοκτήτες και οι διαχειριστές μπορούν να διαχειριστούν όλες τις συλλογές και τα στοιχεία" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Προσθήκη συνημμένου" }, diff --git a/apps/web/src/locales/en_GB/messages.json b/apps/web/src/locales/en_GB/messages.json index 1bf2087d0b..62be6bf87c 100644 --- a/apps/web/src/locales/en_GB/messages.json +++ b/apps/web/src/locales/en_GB/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions for this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organisation" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/en_IN/messages.json b/apps/web/src/locales/en_IN/messages.json index 85bab230ea..f2101a3aac 100644 --- a/apps/web/src/locales/en_IN/messages.json +++ b/apps/web/src/locales/en_IN/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions for this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organisation" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/eo/messages.json b/apps/web/src/locales/eo/messages.json index 7ee28791e8..4622f916f3 100644 --- a/apps/web/src/locales/eo/messages.json +++ b/apps/web/src/locales/eo/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Estas neniuj kolektoj listigeblaj." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Aliĝi al Organizo" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "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.", "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": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/es/messages.json b/apps/web/src/locales/es/messages.json index 60a86d28c7..b3b6493fb1 100644 --- a/apps/web/src/locales/es/messages.json +++ b/apps/web/src/locales/es/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "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": { "message": "No hay colecciones que listar." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Únete a la organización" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ no encontrado", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Propietarios y administradores pueden gestionar todas las colecciones y elementos" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/et/messages.json b/apps/web/src/locales/et/messages.json index 94859335b6..8ff7c55760 100644 --- a/apps/web/src/locales/et/messages.json +++ b/apps/web/src/locales/et/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Sul ei ole õigust vaadata kõiki asju selles kogus." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Puuduvad kollektsioonid, mida kuvada." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Liitu organisatsiooniga" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/eu/messages.json b/apps/web/src/locales/eu/messages.json index d933c53ae9..9a37622cf7 100644 --- a/apps/web/src/locales/eu/messages.json +++ b/apps/web/src/locales/eu/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Ez dago erakusteko bildumarik." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Erakundeko kide egin" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "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.", "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": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/fa/messages.json b/apps/web/src/locales/fa/messages.json index e8ab19ff2f..7a97cb8637 100644 --- a/apps/web/src/locales/fa/messages.json +++ b/apps/web/src/locales/fa/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "شما اجازه مشاهده همه موارد در این مجموعه را ندارید." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "هیچ مجموعه ای برای لیست کردن وجود ندارد." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "به سازمان بپیوندید" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "شما برای پیوستن به سازمان فهرست شده در بالا دعوت شده اید. برای پذیرش دعوت، باید وارد شوید یا یک حساب کاربری جدید در Bitwarden ایجاد کنید." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ پیدا نشد", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/fi/messages.json b/apps/web/src/locales/fi/messages.json index c85e199e21..ce6aebefe4 100644 --- a/apps/web/src/locales/fi/messages.json +++ b/apps/web/src/locales/fi/messages.json @@ -1,9 +1,9 @@ { "allApplications": { - "message": "All applications" + "message": "Kaikki sovellukset" }, "priorityApplications": { - "message": "Priority applications" + "message": "Ensisijaiset sovellukset" }, "accessIntelligence": { "message": "Access Intelligence" @@ -12,7 +12,7 @@ "message": "Notified members" }, "allApplicationsWithCount": { - "message": "All applications ($COUNT$)", + "message": "Kaikki sovellukset ($COUNT$)", "placeholders": { "count": { "content": "$1", @@ -21,7 +21,7 @@ } }, "priorityApplicationsWithCount": { - "message": "Priority applications ($COUNT$)", + "message": "Ensisijaiset sovellukset ($COUNT$)", "placeholders": { "count": { "content": "$1", @@ -39,25 +39,25 @@ } }, "application": { - "message": "Application" + "message": "Sovellus" }, "atRiskPasswords": { - "message": "At-risk passwords" + "message": "Riskialttiit salasanat" }, "totalPasswords": { - "message": "Total passwords" + "message": "Salasanoja yhteensä" }, "atRiskMembers": { - "message": "At-risk members" + "message": "Riskialttiit jäsenet" }, "totalMembers": { - "message": "Total members" + "message": "Jäseniä yhteensä" }, "atRiskApplications": { - "message": "At-risk applications" + "message": "Riskialttiit sovellukset" }, "totalApplications": { - "message": "Total applications" + "message": "Sovelluksia yhteensä" }, "whatTypeOfItem": { "message": "Minkä tyyppinen kohde tämä on?" @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Sinulla ei ole kokoelman kaikkien kohteiden tarkastelun sallivia käyttöoikeuksia." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Näytettäviä kokoelmia ei ole." }, @@ -2715,10 +2718,10 @@ "message": "Laskut" }, "noUnpaidInvoices": { - "message": "No unpaid invoices." + "message": "Ei maksamattomia laskuja." }, "noPaidInvoices": { - "message": "No paid invoices." + "message": "Ei maksettuja laskuja." }, "paid": { "message": "Maksettu", @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Liity organisaatioon" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "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.", "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": { "message": "Resurssia $RESOURCE$ ei löytynyt", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Omistajat ja ylläpitäjät voivat hallita kaikkia kokoelmia ja kohteita" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Lisää liite" }, diff --git a/apps/web/src/locales/fil/messages.json b/apps/web/src/locales/fil/messages.json index ded2774660..4a404d3a70 100644 --- a/apps/web/src/locales/fil/messages.json +++ b/apps/web/src/locales/fil/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Wala kang pahintulot na makita lahat ng mga item sa koleksyong ito." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Walang maililistang koleksyon." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Sumali sa organisasyon" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/fr/messages.json b/apps/web/src/locales/fr/messages.json index 14af1ac65b..6063d79b65 100644 --- a/apps/web/src/locales/fr/messages.json +++ b/apps/web/src/locales/fr/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "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": { "message": "Aucune collection à afficher." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Rejoindre l'organisation" }, + "joinOrganizationName": { + "message": "Rejoindre $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "sur $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ introuvable", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Les propriétaires et les administrateurs peuvent gérer toutes les collections et tous les éléments" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Ajouter une pièce jointe" }, diff --git a/apps/web/src/locales/gl/messages.json b/apps/web/src/locales/gl/messages.json index 6bae607872..b432262626 100644 --- a/apps/web/src/locales/gl/messages.json +++ b/apps/web/src/locales/gl/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/he/messages.json b/apps/web/src/locales/he/messages.json index e842cc2a86..b239784bca 100644 --- a/apps/web/src/locales/he/messages.json +++ b/apps/web/src/locales/he/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "אין אוספים להצגה ברשימה." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "הצטרף לארגון" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "הוזמנת להצטרף לארגון הרשום לעיל. בכדי להסכים, עליך להתחבר או ליצור חשבון Bitwarden חדש." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/hi/messages.json b/apps/web/src/locales/hi/messages.json index 8acbbfb0e8..e11d45d2de 100644 --- a/apps/web/src/locales/hi/messages.json +++ b/apps/web/src/locales/hi/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/hr/messages.json b/apps/web/src/locales/hr/messages.json index 764a060166..ddc4d3b002 100644 --- a/apps/web/src/locales/hr/messages.json +++ b/apps/web/src/locales/hr/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Nemaš prava vidjeti sve stavke u ovoj zbirci." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Nema zbirki za prikaz." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Pridruži se organizaciji" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ nije pronađen", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Vlasnici i admini mogu upravljati svim zbirkama i stavkama" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/hu/messages.json b/apps/web/src/locales/hu/messages.json index b2a0c5d679..21bc9ee25a 100644 --- a/apps/web/src/locales/hu/messages.json +++ b/apps/web/src/locales/hu/messages.json @@ -653,7 +653,7 @@ } }, "copySuccessful": { - "message": "Copy Successful" + "message": "A másolás sikeres volt." }, "copyValue": { "message": "Érték másolása", @@ -876,22 +876,22 @@ "message": "Megtörtént a kijelentkezés." }, "loggedOutDesc": { - "message": "You have been logged out of your account." + "message": "Kiléptél a fiókodból." }, "loginExpired": { "message": "A bejelentkezési munkamenet lejárt." }, "restartRegistration": { - "message": "Restart registration" + "message": "Regisztráció újra kezdése" }, "expiredLink": { - "message": "Expired link" + "message": "A hivatkozás lejárt." }, "pleaseRestartRegistrationOrTryLoggingIn": { "message": "Please restart registration or try logging in." }, "youMayAlreadyHaveAnAccount": { - "message": "You may already have an account" + "message": "Lehet hogy már rendelkezik fiókkal." }, "logOutConfirmation": { "message": "Biztosan szeretnénk kijelentkezni?" @@ -1065,7 +1065,7 @@ "message": "Mesterjelszó emlékeztető (nem kötelező)" }, "newMasterPassHint": { - "message": "New master password hint (optional)" + "message": "Mesterjelszó emlékeztető (nem kötelező)" }, "masterPassHintLabel": { "message": "Mesterjelszó emlékeztető" @@ -1136,10 +1136,10 @@ "message": "A fiók létrehozásra került. Most már be lehet jelentkezni." }, "newAccountCreated2": { - "message": "Your new account has been created!" + "message": "Az új fiók létrejött." }, "youHaveBeenLoggedIn": { - "message": "You have been logged in!" + "message": "Bejelentkezve!" }, "trialAccountCreated": { "message": "A fiók sikeresen létrejött." @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "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": { "message": "Nincsenek megjeleníthető gyűjtemények." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Csatlakozás szervezethez" }, + "joinOrganizationName": { + "message": "Csatlakozás: $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "/ $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ nem található.", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Melléklet hozzáadása" }, diff --git a/apps/web/src/locales/id/messages.json b/apps/web/src/locales/id/messages.json index 2bcfe4d069..d7d48153ea 100644 --- a/apps/web/src/locales/id/messages.json +++ b/apps/web/src/locales/id/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Tidak ada koleksi yang akan ditampilkan." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Bergabunglah dengan Organisasi" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "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.", "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": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/it/messages.json b/apps/web/src/locales/it/messages.json index 3dbd03e8ac..a55390023a 100644 --- a/apps/web/src/locales/it/messages.json +++ b/apps/web/src/locales/it/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "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": { "message": "Nessuna raccolta da mostrare." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Unisciti all'organizzazione" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "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.", "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": { "message": "$RESOURCE$ non trovato", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Proprietari e amministratori possono gestire tutte le raccolte e gli elementi" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/ja/messages.json b/apps/web/src/locales/ja/messages.json index f6fddf7c80..747ad50982 100644 --- a/apps/web/src/locales/ja/messages.json +++ b/apps/web/src/locales/ja/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "このコレクション内のアイテムをすべて表示する権限がありません。" }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "表示するコレクションがありません" }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "組織に参加" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "あなたは上記の組織への参加の招待を受けています。招待を承諾するには、ログインするかBitwardenアカウントを作成してください。" }, @@ -7922,6 +7934,15 @@ "message": "あなたの組織では、マスターパスワードの設定を義務付けています。", "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": { "message": "$RESOURCE$ が見つかりません", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "message": "コレクションの作成・削除を所有者と管理者のみに制限" }, + "limitCollectionCreationDesc": { + "message": "Limit collection creation to owners and admins" + }, + "limitCollectionDeletionDesc": { + "message": "Limit collection deletion to owners and admins" + }, "allowAdminAccessToAllCollectionItemsDesc": { "message": "所有者と管理者はすべてのコレクションとアイテムを管理できます" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "添付ファイルを追加" }, diff --git a/apps/web/src/locales/ka/messages.json b/apps/web/src/locales/ka/messages.json index b07185fcd6..f3803b795b 100644 --- a/apps/web/src/locales/ka/messages.json +++ b/apps/web/src/locales/ka/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "თქვენ არ გაქვთ უფლება ნახოთ ყველა საგანი ამ კოლექციაში." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "არაა კოლექციები ჩამოსათველად." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/km/messages.json b/apps/web/src/locales/km/messages.json index 938b293ee7..f41e3033fb 100644 --- a/apps/web/src/locales/km/messages.json +++ b/apps/web/src/locales/km/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/kn/messages.json b/apps/web/src/locales/kn/messages.json index b3d305ffcc..6ca0372739 100644 --- a/apps/web/src/locales/kn/messages.json +++ b/apps/web/src/locales/kn/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "ಪಟ್ಟಿ ಮಾಡಲು ಯಾವುದೇ ಸಂಗ್ರಹಗಳಿಲ್ಲ." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "ಸಂಸ್ಥೆಗೆ ಸೇರಿ" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "ಮೇಲೆ ಪಟ್ಟಿ ಮಾಡಲಾದ ಸಂಸ್ಥೆಗೆ ಸೇರಲು ನಿಮ್ಮನ್ನು ಆಹ್ವಾನಿಸಲಾಗಿದೆ. ಆಹ್ವಾನವನ್ನು ಸ್ವೀಕರಿಸಲು, ನೀವು ಲಾಗ್ ಇನ್ ಆಗಬೇಕು ಅಥವಾ ಹೊಸ ಬಿಟ್‌ವಾರ್ಡನ್ ಖಾತೆಯನ್ನು ರಚಿಸಬೇಕು." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/ko/messages.json b/apps/web/src/locales/ko/messages.json index ceb298da8d..49d198e242 100644 --- a/apps/web/src/locales/ko/messages.json +++ b/apps/web/src/locales/ko/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "이 컬렉션의 모든 항목을 볼 권한이 없습니다." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "콜렉션이 없습니다." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "조직 참가" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "이 조직에서 귀하에게 가입 초대를 보냈습니다. 초대를 수락하려면 로그인하거나 Bitwarden 계정을 생성해야 합니다." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/lv/messages.json b/apps/web/src/locales/lv/messages.json index 78128e5b0a..5adcfd363b 100644 --- a/apps/web/src/locales/lv/messages.json +++ b/apps/web/src/locales/lv/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Nav atļaujas apskatīt visus šī krājuma vienumus." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Nav krājumu, ko parādīt." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Pievienoties apvienībai" }, + "joinOrganizationName": { + "message": "Pievienoties $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "no $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ netika atrasts", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Īpašnieki un pārvaldnieki var pārvaldīt visus krājumus un vienumus" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Pievienot pielikumu" }, diff --git a/apps/web/src/locales/ml/messages.json b/apps/web/src/locales/ml/messages.json index c64880803f..fbe70ec2cb 100644 --- a/apps/web/src/locales/ml/messages.json +++ b/apps/web/src/locales/ml/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "പ്രദർശിപ്പിക്കാൻ കളക്ഷൻസ് ഒന്നും ഇല്ല." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "ഓർഗനൈസേഷനിൽ ചേരുക" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/mr/messages.json b/apps/web/src/locales/mr/messages.json index 938b293ee7..f41e3033fb 100644 --- a/apps/web/src/locales/mr/messages.json +++ b/apps/web/src/locales/mr/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/my/messages.json b/apps/web/src/locales/my/messages.json index 938b293ee7..f41e3033fb 100644 --- a/apps/web/src/locales/my/messages.json +++ b/apps/web/src/locales/my/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/nb/messages.json b/apps/web/src/locales/nb/messages.json index aad3f66b84..aa3b620e0d 100644 --- a/apps/web/src/locales/nb/messages.json +++ b/apps/web/src/locales/nb/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Du har ikke tillatelse til å se alle elementer i denne samlingen." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Det er ingen samlinger å liste opp." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Bli med i organisasjon" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/ne/messages.json b/apps/web/src/locales/ne/messages.json index 0db84d8fb9..fda27df766 100644 --- a/apps/web/src/locales/ne/messages.json +++ b/apps/web/src/locales/ne/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/nl/messages.json b/apps/web/src/locales/nl/messages.json index dff002b077..0c41854f8e 100644 --- a/apps/web/src/locales/nl/messages.json +++ b/apps/web/src/locales/nl/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Je hebt geen rechten om alle items in deze collectie te zien." }, + "youDoNotHavePermissions": { + "message": "Je hebt geen rechten voor deze collectie" + }, "noCollectionsInList": { "message": "Er zijn geen verzamelingen om weer te geven." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Lid worden van organisatie" }, + "joinOrganizationName": { + "message": "Aansluiten bij $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "van $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ niet gevonden", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Eigenaren en beheerders kunnen alle collecties en items beheren" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Bijlage toevoegen" }, diff --git a/apps/web/src/locales/nn/messages.json b/apps/web/src/locales/nn/messages.json index 870eba6447..babb37a7fc 100644 --- a/apps/web/src/locales/nn/messages.json +++ b/apps/web/src/locales/nn/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Det er ingen samlingar å syna." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/or/messages.json b/apps/web/src/locales/or/messages.json index 938b293ee7..f41e3033fb 100644 --- a/apps/web/src/locales/or/messages.json +++ b/apps/web/src/locales/or/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/pl/messages.json b/apps/web/src/locales/pl/messages.json index 0d7862e98e..a23a9e16ee 100644 --- a/apps/web/src/locales/pl/messages.json +++ b/apps/web/src/locales/pl/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Nie masz uprawnień do przeglądania wszystkich elementów w tej kolekcji." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Brak kolekcji do wyświetlenia." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Dołącz do organizacji" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "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.", "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": { "message": "$RESOURCE$ nie znaleziony", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Właściciele i administratorzy mogą zarządzać wszystkimi zbiorami i elementami" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/pt_BR/messages.json b/apps/web/src/locales/pt_BR/messages.json index e47bc3fecd..085b7faf61 100644 --- a/apps/web/src/locales/pt_BR/messages.json +++ b/apps/web/src/locales/pt_BR/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "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": { "message": "Não há coleções para listar." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Junte-se a Organização" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ não encontrado", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Proprietários e administradores podem gerenciar todas as coleções e itens" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/pt_PT/messages.json b/apps/web/src/locales/pt_PT/messages.json index e8829ab2da..9d04765118 100644 --- a/apps/web/src/locales/pt_PT/messages.json +++ b/apps/web/src/locales/pt_PT/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "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": { "message": "Não existem coleções para listar." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Aderir à organização" }, + "joinOrganizationName": { + "message": "Aderir a $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "de $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ não encontrado(a)", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Os proprietários e administradores podem gerir todas as coleções e itens" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Adicionar anexo" }, diff --git a/apps/web/src/locales/ro/messages.json b/apps/web/src/locales/ro/messages.json index 228dd6caf9..77003b602e 100644 --- a/apps/web/src/locales/ro/messages.json +++ b/apps/web/src/locales/ro/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Nicio colecție de afișat." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Alăturare la organizație" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/ru/messages.json b/apps/web/src/locales/ru/messages.json index 204e0e4ef1..7772fcd758 100644 --- a/apps/web/src/locales/ru/messages.json +++ b/apps/web/src/locales/ru/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "У вас нет разрешения на просмотр всех элементов этой коллекции." }, + "youDoNotHavePermissions": { + "message": "У вас нет прав на эту коллекцию" + }, "noCollectionsInList": { "message": "Нет коллекций для отображения." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Присоединиться к организации" }, + "joinOrganizationName": { + "message": "Присоединиться к $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "Вас пригласили присоединиться к организации, указанной выше. Чтобы принять приглашение, вам необходимо войти или создать новую учетную запись Bitwarden." }, @@ -7922,6 +7934,15 @@ "message": "Необходимо установить мастер-пароль для организации.", "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": { "message": "$RESOURCE$ не найден", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "message": "Ограничить создание и удаление коллекций владельцам и администраторам" }, + "limitCollectionCreationDesc": { + "message": "Ограничить создание коллекций владельцам и администраторам" + }, + "limitCollectionDeletionDesc": { + "message": "Ограничить удаление коллекций владельцам и администраторам" + }, "allowAdminAccessToAllCollectionItemsDesc": { "message": "Владельцы и администраторы могут управлять всеми коллекциями и элементами" }, @@ -9368,6 +9395,21 @@ "editAccess": { "message": "Изменить доступ" }, + "textHelpText": { + "message": "Используйте текстовые поля для простых данных, таких как контрольные вопросы" + }, + "hiddenHelpText": { + "message": "Используйте скрытые поля для конфиденциальных данных, таких как пароли" + }, + "checkBoxHelpText": { + "message": "Используйте флажки, если вы хотите автоматически заполнить поле формы, например, email" + }, + "linkedHelpText": { + "message": "Используйте связанное поле, если у вас возникли проблемы с автозаполнением для конкретного сайта." + }, + "linkedLabelHelpText": { + "message": "Введите HTML-идентификатор поля, имя, aria-label, или плейсхолдер." + }, "addAttachment": { "message": "Добавить вложение" }, diff --git a/apps/web/src/locales/si/messages.json b/apps/web/src/locales/si/messages.json index 72ab79327c..5e5cb7c562 100644 --- a/apps/web/src/locales/si/messages.json +++ b/apps/web/src/locales/si/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/sk/messages.json b/apps/web/src/locales/sk/messages.json index 8f874177d2..9644f8d3b3 100644 --- a/apps/web/src/locales/sk/messages.json +++ b/apps/web/src/locales/sk/messages.json @@ -1,9 +1,9 @@ { "allApplications": { - "message": "All applications" + "message": "Všetky aplikácie" }, "priorityApplications": { - "message": "Priority applications" + "message": "Prioritné aplikácie" }, "accessIntelligence": { "message": "Access Intelligence" @@ -12,7 +12,7 @@ "message": "Notified members" }, "allApplicationsWithCount": { - "message": "All applications ($COUNT$)", + "message": "Všetky aplikácie ($COUNT$)", "placeholders": { "count": { "content": "$1", @@ -21,7 +21,7 @@ } }, "priorityApplicationsWithCount": { - "message": "Priority applications ($COUNT$)", + "message": "Prioritné aplikácie ($COUNT$)", "placeholders": { "count": { "content": "$1", @@ -39,25 +39,25 @@ } }, "application": { - "message": "Application" + "message": "Aplikácia" }, "atRiskPasswords": { - "message": "At-risk passwords" + "message": "Ohrozených hesiel" }, "totalPasswords": { - "message": "Total passwords" + "message": "Celkom hesiel" }, "atRiskMembers": { - "message": "At-risk members" + "message": "Ohrozených členov" }, "totalMembers": { - "message": "Total members" + "message": "Celkový počet členov" }, "atRiskApplications": { - "message": "At-risk applications" + "message": "Ohrozených aplikácii" }, "totalApplications": { - "message": "Total applications" + "message": "Všetkých aplikácii" }, "whatTypeOfItem": { "message": "Aký typ položky to je?" @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Nemáte povolenie pre zobrazenie všetkých položiek v tejto zbierke." }, + "youDoNotHavePermissions": { + "message": "K tejto zbierke nemáte oprávnenia" + }, "noCollectionsInList": { "message": "Neexistujú žiadne zbierky na zobrazenie." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Pripojte sa k organizácii" }, + "joinOrganizationName": { + "message": "Pripojiť sa k $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "z $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ nenájdené", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Vlastníci a správcovia môžu spravovať všetky zbierky a položky" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Priložiť prílohu" }, diff --git a/apps/web/src/locales/sl/messages.json b/apps/web/src/locales/sl/messages.json index c4676a9697..57f1490d24 100644 --- a/apps/web/src/locales/sl/messages.json +++ b/apps/web/src/locales/sl/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Nimate dovoljenja za ogled vseh elementov v tej zbirki." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Ni zbirk za prikaz." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/sr/messages.json b/apps/web/src/locales/sr/messages.json index 76aa5d5395..096e495926 100644 --- a/apps/web/src/locales/sr/messages.json +++ b/apps/web/src/locales/sr/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Немате дозволу да видите све ставке у овој колекцији." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Нема колекције у листи." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Придружи Организацију" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "Позвани сте да се придружите наведеној организацији. Да бисте прихватили позивницу, потребно је да се пријавите или направите нови Bitwarden налог." }, @@ -7922,6 +7934,15 @@ "message": "Ваша организација захтева да поставите главну лозинку.", "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": { "message": "$RESOURCE$ није нађено/а", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "message": "Ограничите креирање и брисање збирке на власнике и администраторе" }, + "limitCollectionCreationDesc": { + "message": "Limit collection creation to owners and admins" + }, + "limitCollectionDeletionDesc": { + "message": "Limit collection deletion to owners and admins" + }, "allowAdminAccessToAllCollectionItemsDesc": { "message": "Власници и администратори могу да управљају свим колекцијама и ставкама" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Додај прилог" }, diff --git a/apps/web/src/locales/sr_CS/messages.json b/apps/web/src/locales/sr_CS/messages.json index 20140ecebe..1757847278 100644 --- a/apps/web/src/locales/sr_CS/messages.json +++ b/apps/web/src/locales/sr_CS/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Nema stavki u listi." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/sv/messages.json b/apps/web/src/locales/sv/messages.json index 025dadce09..d488e75fb5 100644 --- a/apps/web/src/locales/sv/messages.json +++ b/apps/web/src/locales/sv/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Du har inte behörighet att se alla objekt i denna samling." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Det finns inga samlingar att visa." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Gå med i organisation" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Ägare och administratörer kan hantera alla samlingar och objekt" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Lägg till bilaga" }, diff --git a/apps/web/src/locales/te/messages.json b/apps/web/src/locales/te/messages.json index 938b293ee7..f41e3033fb 100644 --- a/apps/web/src/locales/te/messages.json +++ b/apps/web/src/locales/te/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "There are no collections to list." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/th/messages.json b/apps/web/src/locales/th/messages.json index 830da8fe14..e70e3bad97 100644 --- a/apps/web/src/locales/th/messages.json +++ b/apps/web/src/locales/th/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "You do not have permission to view all items in this collection." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "ไม่มีคอลเลกชันที่จะแสดง" }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Owners and admins can manage all collections and items" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/tr/messages.json b/apps/web/src/locales/tr/messages.json index 06a904dfed..5e7e9d08b3 100644 --- a/apps/web/src/locales/tr/messages.json +++ b/apps/web/src/locales/tr/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "Bu koleksiyondaki tüm kayıtları görmek için izniniz yok." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Listelenecek koleksiyon yok." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Kuruluşa katıl" }, + "joinOrganizationName": { + "message": "$ORGANIZATIONNAME$ kuruluşuna katıl", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "/ $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ bulunamadı", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "message": "Sahipler ve yöneticiler tüm koleksiyonları ve öğeleri yönetebilir" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Dosya ekle" }, diff --git a/apps/web/src/locales/uk/messages.json b/apps/web/src/locales/uk/messages.json index bd8c1767af..0d6a6140f9 100644 --- a/apps/web/src/locales/uk/messages.json +++ b/apps/web/src/locales/uk/messages.json @@ -1,18 +1,18 @@ { "allApplications": { - "message": "All applications" + "message": "Всі програми" }, "priorityApplications": { - "message": "Priority applications" + "message": "Пріоритетні програми" }, "accessIntelligence": { - "message": "Access Intelligence" + "message": "Керування доступом" }, "notifiedMembers": { - "message": "Notified members" + "message": "Сповіщення учасників" }, "allApplicationsWithCount": { - "message": "All applications ($COUNT$)", + "message": "Всі програми ($COUNT$)", "placeholders": { "count": { "content": "$1", @@ -21,7 +21,7 @@ } }, "priorityApplicationsWithCount": { - "message": "Priority applications ($COUNT$)", + "message": "Пріоритетні програми ($COUNT$)", "placeholders": { "count": { "content": "$1", @@ -30,7 +30,7 @@ } }, "notifiedMembersWithCount": { - "message": "Notified members ($COUNT$)", + "message": "Сповіщення учасників ($COUNT$)", "placeholders": { "count": { "content": "$1", @@ -39,25 +39,25 @@ } }, "application": { - "message": "Application" + "message": "Програма" }, "atRiskPasswords": { - "message": "At-risk passwords" + "message": "Ризиковані паролі" }, "totalPasswords": { - "message": "Total passwords" + "message": "Всього паролів" }, "atRiskMembers": { - "message": "At-risk members" + "message": "Ризиковані учасники" }, "totalMembers": { - "message": "Total members" + "message": "Всього учасників" }, "atRiskApplications": { - "message": "At-risk applications" + "message": "Ризиковані програми" }, "totalApplications": { - "message": "Total applications" + "message": "Всього програм" }, "whatTypeOfItem": { "message": "Який це тип запису?" @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "У вас немає повноважень на перегляд усіх записів у цій збірці." }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "Немає збірок." }, @@ -2715,10 +2718,10 @@ "message": "Рахунки" }, "noUnpaidInvoices": { - "message": "No unpaid invoices." + "message": "Немає несплачених рахунків." }, "noPaidInvoices": { - "message": "No paid invoices." + "message": "Немає сплачених рахунків." }, "paid": { "message": "Сплачено", @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Приєднатися до організації" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "Вас було запрошено приєднатися до зазначеної вгорі організації. Щоб підтвердити запрошення, вам необхідно увійти в обліковий запис Bitwarden, або створити його." }, @@ -7922,6 +7934,15 @@ "message": "Ваша організація вимагає, щоб ви встановили головний пароль.", "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": { "message": "$RESOURCE$ не знайдено", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "message": "Дозволити створення та видалення збірок лише власникам та адміністраторам" }, + "limitCollectionCreationDesc": { + "message": "Limit collection creation to owners and admins" + }, + "limitCollectionDeletionDesc": { + "message": "Limit collection deletion to owners and admins" + }, "allowAdminAccessToAllCollectionItemsDesc": { "message": "Власники та адміністратори можуть керувати всіма збірками та записами" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Додати вкладення" }, diff --git a/apps/web/src/locales/vi/messages.json b/apps/web/src/locales/vi/messages.json index f06f2f78ac..5d489bd0ad 100644 --- a/apps/web/src/locales/vi/messages.json +++ b/apps/web/src/locales/vi/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "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": { "message": "Chưa có bộ sưu tập nào." }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "Join organization" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "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." }, @@ -7922,6 +7934,15 @@ "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" }, + "cardMetrics": { + "message": "out of $TOTAL$", + "placeholders": { + "total": { + "content": "$1", + "example": "5" + } + } + }, "notFound": { "message": "$RESOURCE$ not found", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "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": { "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": { "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": { "message": "Add attachment" }, diff --git a/apps/web/src/locales/zh_CN/messages.json b/apps/web/src/locales/zh_CN/messages.json index 7199c92daf..f9a90ec4d5 100644 --- a/apps/web/src/locales/zh_CN/messages.json +++ b/apps/web/src/locales/zh_CN/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "您没有查看此集合中的所有项目的权限。" }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "没有可列出的集合。" }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "加入组织" }, + "joinOrganizationName": { + "message": "加入 $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "您已被邀请加入上面的组织。要接受邀请,您需要登录或者创建一个 Bitwarden 账户。" }, @@ -7922,6 +7934,15 @@ "message": "您的组织要求您设置主密码。", "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": { "message": "$RESOURCE$ 未找到", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "message": "限制为仅所有者和管理员可以创建和删除集合" }, + "limitCollectionCreationDesc": { + "message": "限制为仅所有者和管理员可以创建集合" + }, + "limitCollectionDeletionDesc": { + "message": "限制为仅所有者和管理员可以删除集合" + }, "allowAdminAccessToAllCollectionItemsDesc": { "message": "所有者和管理员可以管理所有集合和项目" }, @@ -9368,6 +9395,21 @@ "editAccess": { "message": "编辑访问权限" }, + "textHelpText": { + "message": "对于如安全问题之类的数据,请使用文本型字段" + }, + "hiddenHelpText": { + "message": "对于如密码之类的敏感数据,请使用隐藏型字段" + }, + "checkBoxHelpText": { + "message": "如果您想自动勾选表单复选框(例如记住电子邮件地址),请使用复选框" + }, + "linkedHelpText": { + "message": "当您处理特定网站的自动填充问题时,请使用链接型字段。" + }, + "linkedLabelHelpText": { + "message": "输入字段的 html ID、名称、aria-label 或占位符。" + }, "addAttachment": { "message": "添加附件" }, diff --git a/apps/web/src/locales/zh_TW/messages.json b/apps/web/src/locales/zh_TW/messages.json index a3c7ad7e96..b04e76d7a6 100644 --- a/apps/web/src/locales/zh_TW/messages.json +++ b/apps/web/src/locales/zh_TW/messages.json @@ -1196,6 +1196,9 @@ "noPermissionToViewAllCollectionItems": { "message": "您沒有檢視此集合中所有項目的權限。" }, + "youDoNotHavePermissions": { + "message": "You do not have permissions to this collection" + }, "noCollectionsInList": { "message": "沒有可列出的集合。" }, @@ -3781,6 +3784,15 @@ "joinOrganization": { "message": "加入組織" }, + "joinOrganizationName": { + "message": "Join $ORGANIZATIONNAME$", + "placeholders": { + "organizationName": { + "content": "$1", + "example": "My Org Name" + } + } + }, "joinOrganizationDesc": { "message": "您已被邀請加入以上組織。若想接受邀請,您需要登入或建立新的 Bitwarden 帳戶。" }, @@ -7922,6 +7934,15 @@ "message": "您的組織要求您設定主密碼。", "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": { "message": "$RESOURCE$ 未找到", "placeholders": { @@ -8183,6 +8204,12 @@ "limitCollectionCreationDeletionDesc": { "message": "對擁有者和管理員限制集合的建立和刪除" }, + "limitCollectionCreationDesc": { + "message": "Limit collection creation to owners and admins" + }, + "limitCollectionDeletionDesc": { + "message": "Limit collection deletion to owners and admins" + }, "allowAdminAccessToAllCollectionItemsDesc": { "message": "擁有人與管理員可以管理所有分類與項目" }, @@ -9368,6 +9395,21 @@ "editAccess": { "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": { "message": "Add attachment" },