diff --git a/apps/web/src/locales/af/messages.json b/apps/web/src/locales/af/messages.json index 372b02423a..bdbb012a25 100644 --- a/apps/web/src/locales/af/messages.json +++ b/apps/web/src/locales/af/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Bevestig kluisuitstuur" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Hierdie uitstuur bevat u kluisdata in ’n ongeënkripteerde formaat. U behoort dit nie oor onbeveiligde kanale (soos e-pos) te bewaar of verstuur nie. Skrap dit sodra u dit klaar gebruik het." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Hierdie uitstuur vergrendel u data met u rekening se enkripsiesleutel. Indien u ooit u rekening se enkripsiesleitel wil verander moet u dit weer uitstuur aangesien u dan nie hierdie uitstuurlêer sal kan dekripteer nie." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Stuur kluis uit" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Lêerformaat" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Kluis uitgestuur" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Belangrik:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/ar/messages.json b/apps/web/src/locales/ar/messages.json index 0ccf2e2a8e..b9fff0de6a 100644 --- a/apps/web/src/locales/ar/messages.json +++ b/apps/web/src/locales/ar/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "تأكيد تصدير الخزنة" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "تصدير الخزنة" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "صيغة الملف" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "هام:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/az/messages.json b/apps/web/src/locales/az/messages.json index c50dd801c6..23702c59d1 100644 --- a/apps/web/src/locales/az/messages.json +++ b/apps/web/src/locales/az/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Anbarın ixracını təsdiqləyin" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Bu xaricə köçürmə, anbar verilənlərinizi şifrələnməmiş formatda ehtiva. 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": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Bu ixrac faylı, hesabınızın şifrələmə açarını istifadə edərək verilənlərinizi şifrələyir. Hesabınızın şifrələmə açarını döndərsəniz, bu ixrac faylının şifrəsini aça bilməyəcəyiniz üçün yenidən ixrac etməli olacaqsınız." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Anbarı ixrac et" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Fayl formatı" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Yanlış iki mərhələli giriş ilə giriş etmə cəhdi uğursuz oldu." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Anbar ixrac edildi." }, @@ -6179,10 +6194,6 @@ "message": "Müraciət tokeni yaradıldı və lövhəyə kopyalandı", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Beta üçün icazələrin idarə edilməsi əlçatmazdır.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Müraciət tokenini ləğv et", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Beta proqramı əsnasında \"Secrets Manager\"ə istifadəçi müraciətini ödənişsiz fəallaşdırın." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Bu istifadəçi \"Secrets Manager Beta\"ya müraciət edə bilər" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Vacib:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "İstifadəçi, hesab bərpası vasitəsilə verilən bir parolu güncəllədi." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Təşkilatınızın barmaq izi ifadəsi", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/be/messages.json b/apps/web/src/locales/be/messages.json index 2aa7457a2e..c6637ad144 100644 --- a/apps/web/src/locales/be/messages.json +++ b/apps/web/src/locales/be/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Пацвердзіць экспартаванне сховішча" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Пры экспартаванні файл утрымлівае даныя вашага сховішча ў незашыфраваным фармаце. Яго не варта захоўваць або адпраўляць па неабароненых каналах (напрыклад, па электроннай пошце). Выдаліце яго адразу пасля выкарыстання." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Пры экспартаванні даныя шыфруюцца з дапамогай ключа шыфравання ўліковага запісу. Калі вы калі-небудзь зменіце ключ шыфравання ўліковага запісу, вам неабходна будзе экспартаваць даныя паўторна, паколькі вы не зможаце расшыфраваць гэты файл экспартавання." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Экспартаваць сховішча" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Фармат файла" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Не атрымалася выканаць уваход з-за няправільнага двухэтапнага ўваходу." }, + "incorrectPassword": { + "message": "Няправільны пароль" + }, + "incorrectCode": { + "message": "Няправільны код" + }, "exportedVault": { "message": "Сховішча экспартавана." }, @@ -6179,10 +6194,6 @@ "message": "Доступ да токена створаны і скапіяваны ў буфер абмену", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Кіраванне дазволамі недаступна для бэта-версіі.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Адклікаць токен доступу", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Менеджар сакрэтаў (бэта-версія)" }, - "secretsManagerBetaDesc": { - "message": "Дазвольце карыстальнікам доступ да Менеджара сакрэтаў падчас праграмы бэта-тэсціравання." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Гэты карыстальнік можа атрымаць доступ да Менеджара сакрэтаў у рэжыме бэта-тэсціравання" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Важна:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Карыстальнік абнавіў пароль пры аднаўленні ўліковага запісу." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Фраза адбітку пальца вашай арганізацыі", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/bg/messages.json b/apps/web/src/locales/bg/messages.json index 4ae383487b..ec2ecc4eb0 100644 --- a/apps/web/src/locales/bg/messages.json +++ b/apps/web/src/locales/bg/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Потвърждаване на изнасянето на трезора" }, + "confirmSecretsExport": { + "message": "Потвърждаване на изнасянето на тайните" + }, "exportWarningDesc": { "message": "Данните от трезора ви ще се изнесат в незащитен формат. Не го пращайте по незащитени канали като електронна поща. Изтрийте файла незабавно след като свършите работата си с него." }, + "exportSecretsWarningDesc": { + "message": "Изнесеният файл ще съдържа тайните, в незащитен формат. Не го пращайте по незащитени канали (напр. е-поща). Изтрийте файла незабавно след като свършите работата си с него." + }, "encExportKeyWarningDesc": { "message": "При изнасяне данните се шифрират с ключа ви. Ако го смените, ще трябва наново да ги изнесете, защото няма да може да дешифрирате настоящия файл." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Изнасяне на трезора" }, + "exportSecrets": { + "message": "Изнасяне на тайните" + }, "fileFormat": { "message": "Формат на файла" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Неуспешно вписване заради неуспешно двустепенно удостоверяване." }, + "incorrectPassword": { + "message": "Неправилна парола" + }, + "incorrectCode": { + "message": "Неправилен код" + }, "exportedVault": { "message": "Трезорът е изнесен." }, @@ -6179,10 +6194,6 @@ "message": "Идентификаторът за достъп е създаден и копиран в буфера", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Управлението на разрешенията не е възможно в бета-версията.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Анулиране на идентификатора за достъп", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Управление на тайни (Бета)" }, - "secretsManagerBetaDesc": { - "message": "Дайте достъп на потребителите до Управлението на тайни безплатно докато все още е в бета-версия." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Този потребител има достъп до Управлението на тайни (Бета)" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Важно:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Потребителят промени парола издадена чрез възстановяването на профили." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Уникална фраза, идентифицираща организацията ви", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/bn/messages.json b/apps/web/src/locales/bn/messages.json index 42d740fd59..c4b14bebbe 100644 --- a/apps/web/src/locales/bn/messages.json +++ b/apps/web/src/locales/bn/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/bs/messages.json b/apps/web/src/locales/bs/messages.json index 67536c3dd9..01137d3da8 100644 --- a/apps/web/src/locales/bs/messages.json +++ b/apps/web/src/locales/bs/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/ca/messages.json b/apps/web/src/locales/ca/messages.json index dbbf3004a9..f4498c9012 100644 --- a/apps/web/src/locales/ca/messages.json +++ b/apps/web/src/locales/ca/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirma l'exportació de la Caixa forta" }, + "confirmSecretsExport": { + "message": "Confirma l'exportació de secrets" + }, "exportWarningDesc": { "message": "Aquesta exportació conté les dades de la vostra caixa forta en un format no xifrat. No hauríeu d'emmagatzemar o enviar el fitxer exportat a través de canals no segurs (com ara el correu electrònic). Elimineu-lo immediatament després d'haver acabat d'usar-lo." }, + "exportSecretsWarningDesc": { + "message": "Aquesta exportació conté les vostres dades secretes en un format sense xifrar. No hauríeu d'emmagatzemar ni enviar el fitxer exportat per canals no segurs (com ara el correu electrònic). Elimineu-lo immediatament després d'haver-lo acabat d'utilitzar." + }, "encExportKeyWarningDesc": { "message": "Aquesta exportació xifra les vostres dades mitjançant la vostra clau de xifratge. Si alguna vegada gireu eixa clau, hauríeu d'exportar de nou, ja que no podreu desxifrar aquest fitxer d'exportació." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Exporta la caixa forta" }, + "exportSecrets": { + "message": "Exporta secrets" + }, "fileFormat": { "message": "Format de fitxer" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "S'ha produït un error amb un inici de sessió en dues passes incorrecte." }, + "incorrectPassword": { + "message": "Contrasenya incorrecta" + }, + "incorrectCode": { + "message": "Codi incorrecte" + }, "exportedVault": { "message": "S'ha exportat la caixa forta" }, @@ -6179,10 +6194,6 @@ "message": "Token d'accés creat i copiat al porta-retalls", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "La gestió de permisos no està disponible per a la versió beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoca el token d'accés", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Administrador de secrets Beta" }, - "secretsManagerBetaDesc": { - "message": "Activa l'accés dels usuaris a l'administrador de secrets sense cap càrrec durant el programa beta." + "secretsManager": { + "message": "Administrador de secrets" }, - "userAccessSecretsManager": { - "message": "Aquest usuari pot accedir a la beta de l'administrador de secrets" + "secretsManagerAccessDesc": { + "message": "Habilita l'accés dels usuaris a l'administrador de secrets." + }, + "userAccessSecretsManagerGA": { + "message": "Aquest usuari pot accedir a l'administrador de secrets" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "L'usuari ha actualitzat una contrasenya emesa mitjançant la recuperació del compte." }, + "enabledAccessToSecretsManager": { + "message": "Habilita l'accés a l'administrador de secrets", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Habilita l'accés" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Concedeix als membres següents accés a l'administrador de secrets. El rol concedit l'administrador de contrasenyes s'aplicarà a l'administrador de secrets.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Habilita l'administrador de secrets" + }, "yourOrganizationsFingerprint": { "message": "Frase d'empremta digital de l'organització", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/cs/messages.json b/apps/web/src/locales/cs/messages.json index faee5a4719..3937112565 100644 --- a/apps/web/src/locales/cs/messages.json +++ b/apps/web/src/locales/cs/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Potvrdit export trezoru" }, + "confirmSecretsExport": { + "message": "Potvrdit export tajných klíčů" + }, "exportWarningDesc": { "message": "Tento export obsahuje data Vašeho trezoru v nezašifrovaném formátu. Soubor s exportem byste neměli ukládat ani odesílat přes nezabezpečené kanály (např. e-mailem). Smažte jej okamžitě po jeho použití." }, + "exportSecretsWarningDesc": { + "message": "Tento export obsahuje data Vašich tajných klíčů v nezašifrovaném formátu. Soubor s exportem byste neměli ukládat ani odesílat přes nezabezpečené kanály (např. e-mailem). Smažte jej okamžitě po jeho použití." + }, "encExportKeyWarningDesc": { "message": "Tento export zašifruje Vaše data pomocí šifrovacího klíče Vašeho účtu. Pokud někdy změníte šifrovací klíč Vašeho účtu, měli by jste vyexportovat data znovu, protože tento exportovaný soubor nebudete moci dešifrovat." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Exportovat trezor" }, + "exportSecrets": { + "message": "Exportovat tajné klíče" + }, "fileFormat": { "message": "Formát souboru" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Pokus o přihlášení selhal kvůli nesprávnému dvoufázovému přihlášení." }, + "incorrectPassword": { + "message": "Nesprávné heslo" + }, + "incorrectCode": { + "message": "Nesprávný kód" + }, "exportedVault": { "message": "Trezor byl exportován" }, @@ -6179,10 +6194,6 @@ "message": "Přístupový token byl vytvořen a zkopírován do schránky", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Správa oprávnění není k dispozici pro beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Odvolat přístupový token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Správce tajných klíčů v programu Beta" }, - "secretsManagerBetaDesc": { - "message": "Povolí přístup uživatele ke správě tajných klíčů zdarma v rámci programu Beta." + "secretsManager": { + "message": "Správce tajných klíčů" }, - "userAccessSecretsManager": { - "message": "Tento uživatel může přistupovat ke správci tajných klíčů v rámci programu Beta" + "secretsManagerAccessDesc": { + "message": "Povolí přístup uživatele ke správci tajných klíčů." + }, + "userAccessSecretsManagerGA": { + "message": "Tento uživatel může přistupovat ke správci tajných klíčů" }, "important": { "message": "Důležité:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Uživatel aktualizoval heslo vydané prostřednictvím obnovení účtu." }, + "enabledAccessToSecretsManager": { + "message": "Povolen přístup uživatele ke správci tajných klíčů", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Povolit přístup" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Udělte následujícím členům přístup ke správci tajných klíčů. Role udělená ve správci hesel se bude vztahovat na správce tajných klíčů.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Povolit správce tajných klíčů" + }, "yourOrganizationsFingerprint": { "message": "Fráze otisku prstu Vaší organizace", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/cy/messages.json b/apps/web/src/locales/cy/messages.json index 2d39dc77ba..824b15acfa 100644 --- a/apps/web/src/locales/cy/messages.json +++ b/apps/web/src/locales/cy/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/da/messages.json b/apps/web/src/locales/da/messages.json index 4ca36d6c24..2b527f05b1 100644 --- a/apps/web/src/locales/da/messages.json +++ b/apps/web/src/locales/da/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Bekræft eksport af boks" }, + "confirmSecretsExport": { + "message": "Bekræft eksport af hemmelighed" + }, "exportWarningDesc": { "message": "Denne eksport indeholder boksdataene i ukrypteret form, og eksportfilen bør hverken gemmes eller sendes via usikre kanaler (såsom e-mail). Slet den straks efter du er færdig med at bruge den." }, + "exportSecretsWarningDesc": { + "message": "Denne eksport indeholder dine hemmelighedsdata i ukrypteret form. Den eksporterede fil bør ikke gemmes eller sendes via usikre kanaler (såsom e-mail). Slet den straks efter du er færdig med at bruge den." + }, "encExportKeyWarningDesc": { "message": "Denne eksport krypterer dataene vha. din kontokrypteringsnøgle. Roteres denne kontokrypteringsnøgle på et tidspunkt, skal der eksporteres igen, da du ikke vil kunne dekryptere denne eksportfil." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Eksportér boks" }, + "exportSecrets": { + "message": "Eksportér hemmeligheder" + }, "fileFormat": { "message": "Filformat" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Loginforsøg mislykkedes med forkert totrins-login." }, + "incorrectPassword": { + "message": "Forkert adgangskode" + }, + "incorrectCode": { + "message": "Forkert kode" + }, "exportedVault": { "message": "Boks eksporteret" }, @@ -6179,10 +6194,6 @@ "message": "Adgangstoken oprettet og kopieret til udklipsholder", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Tilladelseshåndtering er utilgængelig i beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Ophæv adgangstoken", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Aktivér gratis brugeradgang til Secrets Manager under Beta-programmet." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Denne bruger kan tilgå Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Vigtigt:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Bruger har opdateret en adgangskode udstedt via kontogendannelse." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Din organisations fingeraftrykssætning", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/de/messages.json b/apps/web/src/locales/de/messages.json index 515e08f378..7feefd1181 100644 --- a/apps/web/src/locales/de/messages.json +++ b/apps/web/src/locales/de/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Tresor-Export bestätigen" }, + "confirmSecretsExport": { + "message": "Geheimnis-Export bestätigen" + }, "exportWarningDesc": { "message": "Dieser Export enthält deine Tresor-Daten in einem unverschlüsseltem Format. Du solltest die Datei daher nicht über unsichere Kanäle (z.B. E-Mail) versenden oder speichern. Lösche die Datei sofort nach ihrer Verwendung." }, + "exportSecretsWarningDesc": { + "message": "Dieser Export enthält deine Geheimnis-Daten in einem unverschlüsseltem Format. Du solltest die Datei daher nicht über unsichere Kanäle (z.B. E-Mail) versenden oder speichern. Lösche die Datei sofort nach ihrer Verwendung." + }, "encExportKeyWarningDesc": { "message": "Dieser Export verschlüsselt deine Daten mit dem Verschlüsselungscode deines Kontos. Falls du deinen Verschlüsselungscode erneuerst, solltest du den Export erneut durchführen, da du die zuvor erstellte Datei ansonsten nicht mehr entschlüsseln kannst." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Tresor exportieren" }, + "exportSecrets": { + "message": "Geheimnisse exportieren" + }, "fileFormat": { "message": "Dateiformat" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Anmeldeversuch mit falscher Zwei-Faktor-Anmeldung fehlgeschlagen." }, + "incorrectPassword": { + "message": "Falsches Passwort" + }, + "incorrectCode": { + "message": "Falscher Code" + }, "exportedVault": { "message": "Tresor exportiert." }, @@ -5296,7 +5311,7 @@ "message": "Rechnungssynchronisations-Token generieren" }, "copyPasteBillingSync": { - "message": "Kopiere dieses Token und füge es in die Rechnungssynchronisations-Einstellungen deiner selbst gehosteten Organisation ein." + "message": "Kopiere diesen Token und füge ihn in die Rechnungssynchronisations-Einstellungen deiner selbst gehosteten Organisation ein." }, "billingSyncCanAccess": { "message": "Dein Rechnungssynchronisations-Token kann auf die Abonnement-Einstellungen dieser Organisation zugreifen und diese bearbeiten." @@ -5317,7 +5332,7 @@ "message": "Wenn du fortfährt, musst du die Rechnungssynchronisation auf deinem selbst gehosteten Server neu einrichten." }, "rotateBillingSyncTokenTitle": { - "message": "Durch Erneuerung des Rechnungssynchronisierungs-Tokens wird der vorherige Token ungültig." + "message": "Durch Erneuerung des Rechnungssynchronisierungs-Token wird der vorherige Token ungültig." }, "selfHostingTitle": { "message": "Selbst gehostet" @@ -6128,7 +6143,7 @@ "message": "Geheimnis dauerhaft gelöscht" }, "accessTokens": { - "message": "Zugriffstokens", + "message": "Zugriffstoken", "description": "Title for the section displaying access tokens." }, "newAccessToken": { @@ -6148,7 +6163,7 @@ "description": "Title to be displayed when there are no access tokens to display in the list." }, "accessTokensNoItemsDesc": { - "message": "Um loszulegen, erstelle ein Zugriffstoken", + "message": "Um loszulegen, erstelle einen Zugriffstoken", "description": "Message to be displayed when there are no access tokens to display in the list." }, "downloadAccessToken": { @@ -6179,22 +6194,18 @@ "message": "Zugriffstoken erstellt und in Zwischenablage kopiert", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Die Berechtigungsverwaltung ist in der Beta nicht verfügbar.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Zugriffstoken widerrufen", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." }, "revokeAccessTokens": { - "message": "Zugriffstokens widerrufen" + "message": "Zugriffstoken widerrufen" }, "revokeAccessTokenDesc": { - "message": "Das Widerrufen von Zugriffstokens ist dauerhaft und unwiderruflich." + "message": "Das Widerrufen von Zugriffstoken ist dauerhaft und unwiderruflich." }, "accessTokenRevoked": { - "message": "Zugriffstokens widerrufen", + "message": "Zugriffstoken widerrufen", "description": "Toast message after deleting one or multiple access tokens." }, "noAccessTokenSelected": { @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Aktiviere kostenlosen Benutzerzugriff auf den Secrets Manager während des Beta-Programms." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Dieser Benutzer kann auf die Secrets Manager Beta zugreifen" + "secretsManagerAccessDesc": { + "message": "Benutzerzugriff auf Secrets Manager aktivieren." + }, + "userAccessSecretsManagerGA": { + "message": "Dieser Benutzer kann auf Secrets Manager zugreifen" }, "important": { "message": "Wichtig:" @@ -6722,7 +6736,7 @@ "message": "Secrets Manager Beta aktivieren" }, "saPeopleWarningTitle": { - "message": "Zugriffstokens weiterhin verfügbar" + "message": "Zugriffstoken weiterhin verfügbar" }, "saPeopleWarningMessage": { "message": "Das Entfernen von Personen aus einem Dienstkonto entfernt nicht die von ihnen erstellten Zugriffstoken. Aus Sicherheitsgründen wird empfohlen, Zugriffstoken zu widerrufen, die von Personen erstellt wurden, die aus einem Dienstkonto entfernt wurden." @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Der Benutzer hat ein Passwort aktualisiert, das durch die Kontowiederherstellung ausgestellt wurde." }, + "enabledAccessToSecretsManager": { + "message": "Zugriff auf Secrets Manager aktiviert", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Zugriff aktivieren" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Den folgenden Mitgliedern Zugriff auf Secrets Manager gewähren. Die im Passwort-Manager zugewiesene Rolle wird auf Secrets Manager angewendet.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Secrets Manager aktivieren" + }, "yourOrganizationsFingerprint": { "message": "Fingerabdruck-Phrase deiner Organisation", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." @@ -6888,7 +6916,7 @@ "message": "Konto hat kein Master-Passwort" }, "removeOrgUserNoMasterPasswordDesc": { - "message": "$USER$ zu entfernen, ohne ein Master-Passwort zu setzen, könnte den Zugang zum vollen Konto einschränken. Bist du sicher, dass du fortfahren möchtest?", + "message": "$USER$ zu entfernen, ohne ein Master-Passwort zu setzen, könnte den Zugang zum gesamten Konto einschränken. Bist du sicher, dass du fortfahren möchtest?", "placeholders": { "user": { "content": "$1", @@ -6900,6 +6928,6 @@ "message": "Kein Master-Passwort" }, "removeMembersWithoutMasterPasswordWarning": { - "message": "Mitglieder ohne Master-Passwort zu entfernen, ohne ein solches zu setzen, kann den Zugang zu deren vollem Konto einschränken." + "message": "Mitglieder ohne Master-Passwort zu entfernen, ohne ein solches zu setzen, kann den Zugang zu deren gesamtem Konto einschränken." } } diff --git a/apps/web/src/locales/el/messages.json b/apps/web/src/locales/el/messages.json index 56d7513061..0ee2765509 100644 --- a/apps/web/src/locales/el/messages.json +++ b/apps/web/src/locales/el/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Επιβεβαίωση εξαγωγής Vault" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Αυτή η εξαγωγή περιέχει τα δεδομένα σε μη κρυπτογραφημένη μορφή. Δεν πρέπει να αποθηκεύετε ή να στείλετε το εξαγόμενο αρχείο μέσω μη ασφαλών τρόπων (όπως μέσω email). Διαγράψτε το αμέσως μόλις τελειώσετε με τη χρήση του." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Αυτή η εξαγωγή κρυπτογραφεί τα δεδομένα σας χρησιμοποιώντας το κλειδί κρυπτογράφησης του λογαριασμού σας. Εάν ποτέ περιστρέψετε το κλειδί κρυπτογράφησης του λογαριασμού σας, θα πρέπει να κάνετε εξαγωγή ξανά, καθώς δεν θα μπορείτε να αποκρυπτογραφήσετε αυτό το αρχείο εξαγωγής." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Εξαγωγή Vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Μορφή Αρχείου" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Η προσπάθεια σύνδεσης απέτυχε λόγω λανθασμένης σύνδεσης δύο βημάτων." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Εξαγωγή Vault." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/en_GB/messages.json b/apps/web/src/locales/en_GB/messages.json index 8e793a7f4d..49b95d6ec4 100644 --- a/apps/web/src/locales/en_GB/messages.json +++ b/apps/web/src/locales/en_GB/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over insecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/en_IN/messages.json b/apps/web/src/locales/en_IN/messages.json index 576e095163..c6fed43fb7 100644 --- a/apps/web/src/locales/en_IN/messages.json +++ b/apps/web/src/locales/en_IN/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm Vault Export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over insecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Exported vault." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/eo/messages.json b/apps/web/src/locales/eo/messages.json index 99e426a42e..c430267a3a 100644 --- a/apps/web/src/locales/eo/messages.json +++ b/apps/web/src/locales/eo/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Konfirmu Eksportadon de Trezorejo" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Ĉi tiu eksportado enhavas viajn volbajn datumojn en neĉifrita formato. Vi ne devas stoki aŭ sendi la eksportitan dosieron per nesekuraj kanaloj (kiel retpoŝto). Forigu ĝin tuj post kiam vi finuzos ĝin." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Ĉi tiu eksporto ĉifras viajn datumojn per la ĉifra ŝlosilo de via konto. Se vi iam turnos la ĉifran ŝlosilon de via konto, vi devas eksporti denove, ĉar vi ne povos deĉifri ĉi tiun eksportan dosieron." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Eksportu Trezorejon" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Dosierformato" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Ensaluta provo malsukcesis kun malĝusta du-ŝtupa ensaluto." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Eksportiĝis trezorejo." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/es/messages.json b/apps/web/src/locales/es/messages.json index b1943d40e0..cbacd69376 100644 --- a/apps/web/src/locales/es/messages.json +++ b/apps/web/src/locales/es/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirmar la exportación de la bóveda" }, + "confirmSecretsExport": { + "message": "Confirmar exportación de secretos" + }, "exportWarningDesc": { "message": "Esta exportación contiene los datos de tu caja fuerte en un formato no cifrado. No deberías almacenar o enviar el archivo exportado por canales no seguros (como el correo electrónico). Elimínalo inmediatamente cuando termines de utilizarlo." }, + "exportSecretsWarningDesc": { + "message": "Ésta exportación contiene sus datos de secretos en un formato no cifrado. No debería almacenar o enviar el archivo exportado por canales no seguros (como el correo electrónico). Elimínelo inmediatamente cuando termine de utilizarlo." + }, "encExportKeyWarningDesc": { "message": "Esta exportación encripta sus datos usando la clave de cifrado de su cuenta. Si alguna vez gira la clave de cifrado de su cuenta debe volver a exportar, ya que no podrá descifrar este archivo de exportación." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Exportar caja fuerte" }, + "exportSecrets": { + "message": "Exportar secretos" + }, "fileFormat": { "message": "Formato de archivo" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Intento de acceso fallido con autenticación en dos pasos incorrecta." }, + "incorrectPassword": { + "message": "Contraseña incorrecta" + }, + "incorrectCode": { + "message": "Código incorrecto" + }, "exportedVault": { "message": "Caja fuerte exportada." }, @@ -4493,13 +4508,13 @@ "message": "La pista de su contraseña no puede ser la misma que la contraseña." }, "enrollAccountRecovery": { - "message": "Enroll in account recovery" + "message": "Inscribirse en la recuperación de la cuenta" }, "enrolledAccountRecovery": { - "message": "Enrolled in account recovery" + "message": "Inscrito en la recuperación de la cuenta" }, "withdrawAccountRecovery": { - "message": "Withdraw from account recovery" + "message": "Retirarse de la recuperación de la cuenta" }, "enrollPasswordResetSuccess": { "message": "Inscripción exitosa!" @@ -4508,7 +4523,7 @@ "message": "¡Retiro exitoso!" }, "eventEnrollAccountRecovery": { - "message": "User $ID$ enrolled in account recovery.", + "message": "Usuario $ID$ inscrito en la recuperación de la cuenta.", "placeholders": { "id": { "content": "$1", @@ -4517,7 +4532,7 @@ } }, "eventWithdrawAccountRecovery": { - "message": "User $ID$ withdrew from account recovery.", + "message": "El usuario $ID$ se retiró de la recuperación de la cuenta.", "placeholders": { "id": { "content": "$1", @@ -4577,10 +4592,10 @@ "message": "La inscripción permitirá a los administradores de la organización cambiar su contraseña maestra. ¿Está seguro de que desea inscribirse?" }, "accountRecoveryPolicy": { - "message": "Account recovery administration" + "message": "Administración de recuperación de cuenta" }, "accountRecoveryPolicyDescription": { - "message": "Recover member accounts when master password or trusted devices are forgotten or lost. The recovery processes is based on the account encryption method." + "message": "Recupera las cuentas de los miembros cuando se olvide o se pierda la contraseña maestra o los dispositivos de confianza. Los procesos de recuperación se basan en el método de cifrado de cuenta." }, "resetPasswordPolicyWarning": { "message": "Los usuarios de la organización tendrán que autoinscribirse o estar inscritos antes de que los administradores puedan restablecer su contraseña maestra." @@ -6179,10 +6194,6 @@ "message": "Token de acceso creado y copiado al portapapeles", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "La administración de permisos no está disponible para la versión beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revocar token de acceso", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Administrador de secretos Beta" }, - "secretsManagerBetaDesc": { - "message": "Habilitar el acceso de usuario al Administrador de Secretos sin costo alguno durante el programa Beta." + "secretsManager": { + "message": "Administrador de secretos" }, - "userAccessSecretsManager": { - "message": "Este usuario puede acceder al Administrador Secretos Beta" + "secretsManagerAccessDesc": { + "message": "Habilitar el acceso de usuario al Administrador de Secretos." + }, + "userAccessSecretsManagerGA": { + "message": "Este usuario puede acceder al Administrador Secretos" }, "important": { "message": "Importante:" @@ -6818,15 +6832,15 @@ "message": "Cifrado de dispositivo de confianza" }, "memberDecryptionTdeDescriptionStart": { - "message": "Once authenticated, members will decrypt vault data using a key stored on their device. The", + "message": "Una vez autenticados, los miembros descifrarán los datos de la caja fuerte utilizando una clave almacenada en su dispositivo. La", "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 account recovery administration policy with automatic enrollment will turn on when this option is used.'" }, "memberDecryptionTdeDescriptionLink": { - "message": "account recovery administration policy", + "message": "política de administración de recuperación de cuenta", "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 account recovery administration policy with automatic enrollment will turn on when this option is used.'" }, "memberDecryptionTdeDescriptionEnd": { - "message": "with automatic enrollment will turn on when this option is used.", + "message": "con inscripción automática se activará cuando se utilice esta opción.", "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 master password reset policy with automatic enrollment will turn on when this option is used.'" }, "notFound": { @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "El usuario actualizó una contraseña solicitada a través de la recuperación de la cuenta." }, + "enabledAccessToSecretsManager": { + "message": "Acceso habilitado al Administrador de Secretos", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Activar acceso" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Otorgar a los siguientes miembros acceso al Administrador de Secretos. El rol otorgado en el Administrador de contraseñas se aplicará al Administrador de Secretos.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Habilitar Administrador de secretos" + }, "yourOrganizationsFingerprint": { "message": "Frase de la huella digital de su organización", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/et/messages.json b/apps/web/src/locales/et/messages.json index 164db84bcc..06c995da3b 100644 --- a/apps/web/src/locales/et/messages.json +++ b/apps/web/src/locales/et/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Hoidla eksportimise kinnitamine" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Eksporditav fail on krüpteeringuta ja sisaldab hoidla sisu. Seda faili ei tohiks kaua käidelda ning mitte mingil juhul ebaturvaliselt saata (näiteks e-postiga). Kustuta see koheselt pärast kasutamist." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Eksporditavate andmete krüpteerimiseks kasutatakse kontol olevat krüpteerimisvõtit. Kui sa peaksid seda krüpteerimise võtit roteerima, ei saa sa järgnevalt eksporditavaid andmeid enam dekrüpteerida." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Hoidla sisu eksportimine" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Failivorming" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Sisselogimine nurjus vale kaheastmelise kinnituse tõttu." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Eksportis hoidla." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/eu/messages.json b/apps/web/src/locales/eu/messages.json index e5dd2ea0dd..a49bca5601 100644 --- a/apps/web/src/locales/eu/messages.json +++ b/apps/web/src/locales/eu/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Baieztatu kutxa gotorra esportatzea" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Esportazio honek kutxa gotorraren datuak zifratu gabeko formatuan biltzen ditu. Ez zenuke gorde edo kanal ez-seguruetaik (emaila, adibidez) bidali behar. Erabili eta berehala ezabatu." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Esportazio honek zure datuak zifratzen ditu zure kontuaren zifratze-gakoa erabiliz. Inoiz zure kontuko zifratze-gakoa berrituz gero, berriro esportatu beharko duzu, ezin izango baituzu fitxategi hori deszifratu." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Esportatu kutxa gotorra" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Fitxategiaren formatua" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Sarbidea ukatuta bi urratseko saio hasiera okerragatik." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Kutxa gotorra esportatua." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/fa/messages.json b/apps/web/src/locales/fa/messages.json index 0d70e40b21..b26498d059 100644 --- a/apps/web/src/locales/fa/messages.json +++ b/apps/web/src/locales/fa/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "برون ریزی گاوصندوق را تأیید کنید" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "این برون ریزی شامل داده‌های گاوصندوق در یک قالب رمزنگاری نشده است. شما نباید آن را از طریق یک راه ارتباطی نا امن (مثل ایمیل) ذخیره یا ارسال کنید. به محض اینکه کارتان با آن تمام شد، آن را حذف کنید." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "این برون ریزی با استفاده از کلید رمزگذاری حساب شما، اطلاعاتتان را رمزگذاری می کند. اگر زمانی کلید رمزگذاری حساب خود را بچرخانید، باید دوباره خروجی بگیرید، چون قادر به رمزگشایی این پرونده برون ریزی نخواهید بود." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "برون ریزی گاوصندوق" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "فرمت پرونده" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "تلاش ناموفق برای ورود با ورود دو مرحله ای اشتباه." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "گاوصندوق برون ریزی شد" }, @@ -4493,13 +4508,13 @@ "message": "اشاره به کلمه عبور شما نمی‌تواند همان کلمه عبور شما باشد." }, "enrollAccountRecovery": { - "message": "Enroll in account recovery" + "message": "در بازیابی حساب کاربری ثبت نام کنید" }, "enrolledAccountRecovery": { - "message": "Enrolled in account recovery" + "message": "در بازیابی حساب کاربری ثبت نام شد" }, "withdrawAccountRecovery": { - "message": "Withdraw from account recovery" + "message": "برداشت از بازیابی حساب" }, "enrollPasswordResetSuccess": { "message": "ثبت‌نام موفقیت آمیز بود!" @@ -4508,7 +4523,7 @@ "message": "خروج موفقیت آمیز بود!" }, "eventEnrollAccountRecovery": { - "message": "User $ID$ enrolled in account recovery.", + "message": "کاربر $ID$ در بازیابی حساب کاربری ثبت نام کرد.", "placeholders": { "id": { "content": "$1", @@ -4517,7 +4532,7 @@ } }, "eventWithdrawAccountRecovery": { - "message": "User $ID$ withdrew from account recovery.", + "message": "کاربر $ID$ از بازیابی حساب کاربری خارج شد.", "placeholders": { "id": { "content": "$1", @@ -4577,10 +4592,10 @@ "message": "ثبت نام به مدیران سازمان امکان می‌دهد کلمه عبور اصلی شما را تغییر دهند" }, "accountRecoveryPolicy": { - "message": "Account recovery administration" + "message": "مدیریت بازیابی حساب کاربری" }, "accountRecoveryPolicyDescription": { - "message": "Recover member accounts when master password or trusted devices are forgotten or lost. The recovery processes is based on the account encryption method." + "message": "هنگامی که کلمه عبور اصلی یا دستگاه‌های قابل اعتماد فراموش یا گم می‌شوند، حساب‌های کاربری اعضا را بازیابی کنید. فرآیندهای بازیابی بر اساس روش رمزگذاری حساب کاربری است." }, "resetPasswordPolicyWarning": { "message": "قبل از اینکه مدیران بتوانند کلمه عبور اصلی خود را بازنشانی کنند، اعضای سازمان باید خودجوش ثبت نام کنند یا به صورت خودکار ثبت نام کنند." @@ -6179,10 +6194,6 @@ "message": "توکن دسترسی ایجاد و در کلیپ بورد کپی شد", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "مدیریت مجوزها برای نسخه بتا در دسترس نیست.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "لغو دسترسی به توکن", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "بتا مدیر اسرار" }, - "secretsManagerBetaDesc": { - "message": "در طول برنامه بتا، دسترسی کاربر به مدیر اسرار را بدون هیچ هزینه ای فعال کنید." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "این کاربر می‌تواند به بتای مدیر اسرار دسترسی داشته باشد" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "مهم:" @@ -6776,7 +6790,7 @@ } }, "inputTrimValidator": { - "message": "Input must not contain only whitespace.", + "message": "ورودی نباید فقط حاوی فضای خالی باشد.", "description": "Notification to inform the user that a form's input can't contain only whitespace." }, "dismiss": { @@ -6793,14 +6807,14 @@ "message": "از اعضای موجود بخواهید کلمه‌های عبور خود را تغییر دهند" }, "region": { - "message": "Region" + "message": "منطقه" }, "eu": { - "message": "EU", + "message": "اروپا", "description": "European Union" }, "us": { - "message": "US", + "message": "امریکا", "description": "United States" }, "smProjectDeleteAccessRestricted": { @@ -6818,19 +6832,19 @@ "message": "رمزگذاری دستگاه مورد اعتماد" }, "memberDecryptionTdeDescriptionStart": { - "message": "Once authenticated, members will decrypt vault data using a key stored on their device. The", + "message": "پس از احراز هویت، اعضا با استفاده از کلید ذخیره شده در دستگاه خود، داده‌های گاوصندوق را رمزگشایی می‌کنند.", "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 account recovery administration policy with automatic enrollment will turn on when this option is used.'" }, "memberDecryptionTdeDescriptionLink": { - "message": "account recovery administration policy", + "message": "سیایت مدیریت بازیابی حساب کاربری", "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 account recovery administration policy with automatic enrollment will turn on when this option is used.'" }, "memberDecryptionTdeDescriptionEnd": { - "message": "with automatic enrollment will turn on when this option is used.", + "message": "با ثبت نام خودکار زمانی که از این گزینه استفاده می‌شود روشن می‌شود.", "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 master password reset policy with automatic enrollment will turn on when this option is used.'" }, "notFound": { - "message": "$RESOURCE$ not found", + "message": "$RESOURCE$ پیدا نشد", "placeholders": { "resource": { "content": "$1", @@ -6839,56 +6853,70 @@ } }, "recoverAccount": { - "message": "Recover account" + "message": "بازیابی حساب کاربری" }, "updatedTempPassword": { - "message": "User updated a password issued through account recovery." + "message": "کاربر کلمه عبور برون ریزی شده از طریق بازیابی حساب کاربری را به‌روز کرد." + }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" }, "yourOrganizationsFingerprint": { - "message": "Your organization's fingerprint phrase", + "message": "عبارت اثر انگشت سازمان شما", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." }, "deviceApprovals": { - "message": "Device approvals" + "message": "دستگاه تایید شد" }, "deviceApprovalsDesc": { - "message": "Approve login requests below to allow the requesting member to finish logging in. Unapproved requests expire after 1 week. Verify the member’s information before approving." + "message": "درخواست‌های ورود به سیستم را در زیر تأیید کنید تا به عضو درخواست‌کننده اجازه دهید ورود به سیستم را تکمیل کند. درخواست‌های تأیید نشده پس از 1 هفته منقضی می‌شوند. قبل از تأیید، اطلاعات عضو را بررسی کنید." }, "deviceInfo": { - "message": "Device info" + "message": "اطلاعات دستگاه" }, "time": { - "message": "Time" + "message": "زمان" }, "denyAllRequests": { - "message": "Deny all requests" + "message": "رد کردن همه درخواست‌ها" }, "denyRequest": { - "message": "Deny request" + "message": "رد کردن درخواست" }, "approveRequest": { - "message": "Approve request" + "message": "درخواست تأیید" }, "noDeviceRequests": { - "message": "No device requests" + "message": "بدون درخواست دستگاه" }, "noDeviceRequestsDesc": { - "message": "Member device approval requests will appear here" + "message": "درخواست‌های تأیید دستگاه عضو در اینجا ظاهر می‌شود" }, "loginRequestDenied": { - "message": "Login request denied" + "message": "درخواست ورود رد شد" }, "allLoginRequestsDenied": { - "message": "All login requests denied" + "message": "همه درخواست‌های ورود رد شد" }, "loginRequestApproved": { - "message": "Login request approved" + "message": "درخواست ورود تأیید شد" }, "removeOrgUserNoMasterPasswordTitle": { - "message": "Account does not have master password" + "message": "حساب کاربری کلمه عبور اصلی ندارد" }, "removeOrgUserNoMasterPasswordDesc": { - "message": "Removing $USER$ without setting a master password for them may restrict access to their full account. Are you sure you want to continue?", + "message": "حذف $USER$ بدون تنظیم کلمه عبور اصلی برای آنها ممکن است دسترسی به حساب کامل آنها را محدود کند. آیا مطمئن هستید که می‌خواهید ادامه دهید؟", "placeholders": { "user": { "content": "$1", @@ -6897,9 +6925,9 @@ } }, "noMasterPassword": { - "message": "No master password" + "message": "بدون کلمه عبور اصلی" }, "removeMembersWithoutMasterPasswordWarning": { - "message": "Removing members who do not have master passwords without setting one for them may restrict access to their full account." + "message": "حذف اعضایی که کلمه عبور اصلی ندارند بدون تعیین کلمه عبور برای آنها ممکن است دسترسی به حساب کامل آن‌ها را محدود کند." } } diff --git a/apps/web/src/locales/fi/messages.json b/apps/web/src/locales/fi/messages.json index 8642902010..f3d3268974 100644 --- a/apps/web/src/locales/fi/messages.json +++ b/apps/web/src/locales/fi/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Vahvista holvin vienti" }, + "confirmSecretsExport": { + "message": "Vahvista salaisuuksien vienti" + }, "exportWarningDesc": { "message": "Vienti sisältää holvisi tiedot salaamattomassa muodossa. Sinun ei tulisi säilyttää tai lähettää vietyä tiedostoa suojaamattomien kanavien (kuten sähköpostin) välityksellä. Poista se välittömästi kun sille ei enää ole käyttöä." }, + "exportSecretsWarningDesc": { + "message": "Vienti sisältää sailaisuuksiesi tiedot salaamattomassa muodossa. Sinun ei tulisi säilyttää tai lähettää vietyä tiedostoa suojaamattomien kanavien (kuten sähköpostin) välityksellä. Poista se välittömästi kun sille ei enää ole käyttöä." + }, "encExportKeyWarningDesc": { "message": "Vienti salaa tietosi käyttäen tilisi salausavainta. Jos joskus uudistat tilisi salausavaimen, tulisi vienti suorittaa uudelleen, koska et voi enää purkaa nyt viedyn tiedoston salausta." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Vie holvi" }, + "exportSecrets": { + "message": "Vie salaisuudet" + }, "fileFormat": { "message": "Tiedostomuoto" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Kirjautuminen epäonnistui virheellisen kaksivaiheisen kirjautumisen todennuksen vuoksi." }, + "incorrectPassword": { + "message": "Virheellinen salasana" + }, + "incorrectCode": { + "message": "Virheellinen koodi" + }, "exportedVault": { "message": "Holvi vietiin" }, @@ -6179,10 +6194,6 @@ "message": "Käyttötunniste luotiin ja kopioitiin leikepöydälle", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Käyttöoikeushallinta ei ole käytettävissä beta-vaiheessa.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Mitätöi käyttötunniste", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Salaisuushallinta Beta" }, - "secretsManagerBetaDesc": { - "message": "Myönnä käyttäjille Salaisuushallinnan käyttöoikeudet veloituksetta sen beta-vaiheen ajan." + "secretsManager": { + "message": "Salaisuushallinta" }, - "userAccessSecretsManager": { - "message": "Käyttäjä voi käyttää Salaisuushallinnan Beta-versiota" + "secretsManagerAccessDesc": { + "message": "Aktivoi Salaisuushallinnan käyttöoikeus." + }, + "userAccessSecretsManagerGA": { + "message": "Käyttäjällä on Salaisuushallinnan käyttöoikeus" }, "important": { "message": "Tärkeää:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Käyttäjä vaihtoi tilin palautusavun määrittämän salasanan." }, + "enabledAccessToSecretsManager": { + "message": "Aktivoi Salaisuushallinnan käyttöoikeuden", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Ota käyttöön" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Myönnä seuraaville jäsenille Salaisuushallinnan käyttöoikeus. Salasananhallinnassa myönnetty rooli pätee myös Salaisuushallinnassa.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Käytä Salaisuushallintaa" + }, "yourOrganizationsFingerprint": { "message": "Organisaatiosi tunnistelauseke", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/fil/messages.json b/apps/web/src/locales/fil/messages.json index d78a4e26b3..ac0df755d5 100644 --- a/apps/web/src/locales/fil/messages.json +++ b/apps/web/src/locales/fil/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Kumpirmahin ang pag-export ng vault" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Naglalaman ng unencrypted vault data mo ang export na ito. Hindi mo dapat ilagay o ipadala ang file gamit ang hindi ligtas na mga paraan (tulad ng email). Burahin ito kaagad pagkagamit." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Ine-encrypt ng export na ito ang data mo gamit ang encryption key ng iyong account. Kung iro-rotate mo man ang encryption key ng iyong account, kailangan mong mag-export ulit dahil hindi mo na made-decrypt ang file na ito." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "I-export ang vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Format ng file" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Nabigo ang pagtatangka sa pag login na may maling dalawang hakbang na pag login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault na export" }, @@ -6179,10 +6194,6 @@ "message": "Access token na nilikha at kinopya sa clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Ang pamamahala ng mga pahintulot ay hindi magagamit para sa beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Bawiin ang access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Paganahin ang pag access ng gumagamit sa Secrets Manager nang walang bayad sa panahon ng programa ng Beta." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Maaaring ma access ng gumagamit na ito ang Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Mahalaga:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/fr/messages.json b/apps/web/src/locales/fr/messages.json index e6b92524ae..b81b1635a5 100644 --- a/apps/web/src/locales/fr/messages.json +++ b/apps/web/src/locales/fr/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirmer l'export du coffre" }, + "confirmSecretsExport": { + "message": "Confirmer l'export des secrets" + }, "exportWarningDesc": { "message": "Cet export contient vos données de coffre dans un format non chiffré. Vous ne devriez pas stocker ou envoyer le fichier exporté par des canaux non sécurisés (comme le courriel). Supprimez-le immédiatement dès que vous avez fini de l'utiliser." }, + "exportSecretsWarningDesc": { + "message": "Cet export contient vos données secrètes dans un format non chiffré. Vous ne devriez pas stocker ou envoyer le fichier exporté par des canaux non sécurisés (comme le courriel). Supprimez-le immédiatement dès que vous avez fini de l'utiliser." + }, "encExportKeyWarningDesc": { "message": "Cet export chiffre vos données en utilisant la clé de chiffrement de votre compte. Si jamais vous modifiez la clé de chiffrement de votre compte, vous devriez exporter à nouveau car vous ne pourrez pas déchiffrer ce fichier." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Exporter le coffre" }, + "exportSecrets": { + "message": "Exporter les secrets" + }, "fileFormat": { "message": "Format de fichier" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Tentative de connexion échouée avec une authentification à deux facteurs incorrecte." }, + "incorrectPassword": { + "message": "Mot de passe incorrect" + }, + "incorrectCode": { + "message": "Code incorrect" + }, "exportedVault": { "message": "Le coffre a été exporté." }, @@ -5836,7 +5851,7 @@ "description": "Action to delete a single secret from the system." }, "deleteSecrets": { - "message": "Supprimer les Secrets", + "message": "Supprimer les secrets", "description": "The action to delete multiple secrets from the system." }, "hardDeleteSecret": { @@ -5882,7 +5897,7 @@ "description": "Label for a secret (key/value pair)" }, "serviceAccount": { - "message": "Compte de Service", + "message": "Compte de service", "description": "A machine user which can be used to automate processes and access secrets in the system." }, "serviceAccounts": { @@ -5894,7 +5909,7 @@ "description": "The title for the section of the application that deals with secrets." }, "nameValuePair": { - "message": "Nom/Paire de Valeur", + "message": "Nom/Paire de valeur", "description": "Title for a name/ value pair. Secrets typically consist of a name and value pair." }, "secretEdited": { @@ -5933,7 +5948,7 @@ "description": "Title to indicate that there are no service accounts to display." }, "searchSecrets": { - "message": "Rechercher des Secrets", + "message": "Rechercher des secrets", "description": "Placeholder text for searching secrets." }, "deleteServiceAccounts": { @@ -6045,11 +6060,11 @@ "description": "Notifies that a service account has been updated" }, "newSaSelectAccess": { - "message": "Tapez ou Sélectionnez des Projets ou des Secrets", + "message": "Saisir ou sélectionner des projets ou des secrets", "description": "Instructions for selecting projects or secrets for a new service account" }, "newSaTypeToFilter": { - "message": "Tapez pour Filtrer", + "message": "Saisir pour filtrer", "description": "Instructions for filtering a list of projects or secrets" }, "deleteProjectsToast": { @@ -6057,7 +6072,7 @@ "description": "Notifies that the selected projects have been deleted" }, "deleteProjectToast": { - "message": "Le projet et tous les secrets associés ont été supprimés", + "message": "Projet supprimé", "description": "Notifies that a project has been deleted" }, "deleteProjectDialogMessage": { @@ -6179,10 +6194,6 @@ "message": "Jeton d'accès créé et copié dans le presse-papiers", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "La gestion des permissions n'est pas disponible pour la bêta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Révoquer le jeton d'accès", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6505,7 +6516,7 @@ "message": "Exportation des Données Secrètes de l'Organisation" }, "exportingOrganizationSecretDataDescription": { - "message": "Seules les données du Gestionnaire de Secrets associées à $ORGANIZATION$ seront exportées. Les articles d'autres produits ou d'autres organisations ne seront pas inclus.", + "message": "Seules les données du Secrets Manager associées à $ORGANIZATION$ seront exportées. Les éléments d'autres produits ou d'autres organisations ne seront pas inclus.", "placeholders": { "ORGANIZATION": { "content": "$1", @@ -6610,13 +6621,16 @@ "message": "En poursuivant, vous serez déconnecté de toutes les sessions actives. Vous devrez vous reconnecter et terminer le paramétrage de l'authentification à deux facteurs. Nous vous recommandons d'exporter votre coffre avant de modifier vos paramètres de chiffrement afin d'éviter toute perte de données." }, "secretsManagerBeta": { - "message": "Gestionnaire de secrets bêta" + "message": "Bêta du Secrets Manager" }, - "secretsManagerBetaDesc": { - "message": "Permettre à l'utilisateur un accès gratuit au gestionnaire de secrets pendant le programme bêta." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Cet utilisateur peut accéder au gestionnaire de secrets bêta" + "secretsManagerAccessDesc": { + "message": "Activer l'accès utilisateur au Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "Cet utilisateur peut accéder au Secrets Manager" }, "important": { "message": "Important :" @@ -6673,7 +6687,7 @@ "description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI" }, "smCLI": { - "message": "CLI du Gestionnaire de Secrets" + "message": "Secrets Manager CLI" }, "importSecrets": { "message": "Importer des secrets" @@ -6716,10 +6730,10 @@ "message": "Une sélection est requise." }, "secretsManagerSubscriptionDesc": { - "message": "Activez l'accès de l'organisation au gestionnaire de secrets sans frais pendant le programme bêta. Les utilisateurs peuvent se voir accorder l'accès à la bêta dans Membres." + "message": "Activez l'accès de l'organisation au Secrets Manager sans frais pendant le programme bêta. Les utilisateurs peuvent se voir accorder l'accès à la bêta dans Membres." }, "secretsManagerEnable": { - "message": "Activer le gestionnaire de secrets bêta" + "message": "Activer la bêta de Secrets Manager" }, "saPeopleWarningTitle": { "message": "Jetons d'accès encore disponibles" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "L'utilisateur a mis à jour un mot de passe émis lors de la récupération du compte." }, + "enabledAccessToSecretsManager": { + "message": "Accès au Secrets Manager activé", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Activer l'accès" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Accorder aux membres suivants l'accès au Secrets Manager. Le rôle accordé dans le gestionnaire de mots de passe s'appliquera au Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Activer Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Phrase d'empreinte de votre organisation", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/gl/messages.json b/apps/web/src/locales/gl/messages.json index 2d39dc77ba..824b15acfa 100644 --- a/apps/web/src/locales/gl/messages.json +++ b/apps/web/src/locales/gl/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/he/messages.json b/apps/web/src/locales/he/messages.json index ec3172d43b..34a8b81242 100644 --- a/apps/web/src/locales/he/messages.json +++ b/apps/web/src/locales/he/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "הקובץ מכיל את פרטי הכספת שלך בפורמט לא מוצפן. מומלץ להעביר את הקובץ רק בדרכים מוצפנות, ומאוד לא מומלץ לשמור או לשלוח את הקובץ הזה בדרכים לא מוצפנות (כדוגמת סתם אימייל). מחק את הקובץ מיד לאחר שסיימת את השימוש בו." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "יצוא כספת" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "פורמט קובץ" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "נסיונות כניסה עם אימות דו שלבי נכשלו." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "יצוא כספת." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/hi/messages.json b/apps/web/src/locales/hi/messages.json index 65abad1f02..d121870c78 100644 --- a/apps/web/src/locales/hi/messages.json +++ b/apps/web/src/locales/hi/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/hr/messages.json b/apps/web/src/locales/hr/messages.json index f1a4792a10..147968aea7 100644 --- a/apps/web/src/locales/hr/messages.json +++ b/apps/web/src/locales/hr/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Potvrdi izvoz trezora" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Ovaj izvoz sadrži podatke trezora u nešifriranom obliku! Izvezenu datoteku se ne bi smjelo pohranjivati ili slati putem nesigurnih kanala (npr. e-poštom). Izbriši ju odmah nakon završetka korištenja." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Ovaj izvoz šifrira tvoje podatke koristeći ključ za šifriranje. Promijeniš li naknadno ključ za šifriranje, potrebno je ponovno napraviti izvoz jer nećeš moći dešifrirati ovu izvezenu datoteku." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Izvezi trezor" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Format datoteke" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Prijava neuspješna zbog pogrešne dvostruke autentifikacije." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Trezor izvezen" }, @@ -6179,10 +6194,6 @@ "message": "Pristupni token je stvoren i kopiran u međuspremnik", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Upravljanje dozvolama nije dostupno za beta verziju.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Opozovi pristupni token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Beta Upravitelj tajni" }, - "secretsManagerBetaDesc": { - "message": "Omogući korisnički pristup Upravitelju tajni bez naknade tijekom trajanja beta perioda." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Ovaj korisnik može pristupiti beti Upravitelja tajni" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Važno:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/hu/messages.json b/apps/web/src/locales/hu/messages.json index a0aedcc6ae..f86905aca3 100644 --- a/apps/web/src/locales/hu/messages.json +++ b/apps/web/src/locales/hu/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Széf export megerősítése" }, + "confirmSecretsExport": { + "message": "Titkos adatok exportálásának megerősítése" + }, "exportWarningDesc": { "message": "Ez az exportálás titkosítás nélkül tartalmazza a széfadatokat.Nem célszerű az exportált fájlt nem biztonságos csatornákon tárolni és továbbküldeni (például emailben). A felhasználás után erősen ajánlott a törlés." }, + "exportSecretsWarningDesc": { + "message": "Ez az exportálás titkosítatlan formátumban tartalmazza a titkos adatokat. Ne tároljuk vagy ne küldjük el az exportált fájlt nem biztonságos csatornákon (például emailben). A használat befejezése után azonnal töröljük." + }, "encExportKeyWarningDesc": { "message": "Ez az exportálás titkosítja az adatokat a fiók titkosítási kulcsával. Ha valaha a diók forgatási kulcsa más lesz, akkor újra exportálni kell, mert nem lehet visszafejteni ezt az exportálási fájlt." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Széf exportálása" }, + "exportSecrets": { + "message": "Titkos adatok exportálása" + }, "fileFormat": { "message": "Fájlformátum" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "A bejelentkezés meghiúsult hibás kétlépcsős bejelentkezés miatt." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "A széf exportálásra került." }, @@ -6179,10 +6194,6 @@ "message": "Az elérési vezérjel létrejött és a vágólapra került.", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "A jofgosultság kezelő bétaként érhető el.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Elérési vezérjel visszavonása", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Titkos kód kezelő béta" }, - "secretsManagerBetaDesc": { - "message": "Engedélyezze a felhasználóknak a Titkos kód kezelő ingyenes elérését a Béta program alatt." + "secretsManager": { + "message": "Titkos kód kezelő" }, - "userAccessSecretsManager": { - "message": "Ez a felhasználó hozzáférhet a Titkos kód kezelő béta verziójához." + "secretsManagerAccessDesc": { + "message": "A felhasználói hozzáférés engedélyezése a Titkos kód kezelőhöz." + }, + "userAccessSecretsManagerGA": { + "message": "Ez a felhasználó elérheti a Titkos kód kezelőt" }, "important": { "message": "Fontos:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "A felhasználó frissítette a fiók helyreállítás során kiadott jelszót." }, + "enabledAccessToSecretsManager": { + "message": "Hozzáférés engedélyezése a Titkós kód kezelőhöz", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Hozzáférés engedélyezése" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Hozzáférés kiosztása a következő tagoknak a Titkos kód kezelőhöz.. A Jelszókezelőben megadott szerepkör a Titkos kód kezelőre vonatkozik.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Titkos kód kezelő engedélyezése" + }, "yourOrganizationsFingerprint": { "message": "A szervezet ujjnyomat kifejezése", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/id/messages.json b/apps/web/src/locales/id/messages.json index 11adc8c684..88405d82c7 100644 --- a/apps/web/src/locales/id/messages.json +++ b/apps/web/src/locales/id/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Konfirmasi Ekspor Brankas" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Ekspor ini berisi data vault Anda dalam format yang tidak dienkripsi. Anda tidak boleh menyimpan atau mengirim file yang diekspor melalui saluran yang tidak aman (seperti email). Hapus segera setelah Anda selesai menggunakannya." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Ekspor ini mengenkripsi data Anda menggunakan kunci enkripsi akun Anda. Jika Anda pernah memutar kunci enkripsi akun Anda, Anda harus mengekspor lagi karena Anda tidak akan dapat mendekripsi file ekspor ini." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Ekspor Brankas" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Format Berkas" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Upaya masuk gagal dengan proses masuk dua langkah yang salah." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Brankas yang diekspor." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/it/messages.json b/apps/web/src/locales/it/messages.json index df18adc0e4..159197e1d4 100644 --- a/apps/web/src/locales/it/messages.json +++ b/apps/web/src/locales/it/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Conferma esportazione della cassaforte" }, + "confirmSecretsExport": { + "message": "Conferma esportazione dei segreti" + }, "exportWarningDesc": { "message": "Questa esportazione contiene i dati della tua cassaforte in un formato non criptato. Non salvare o inviare il file esportato attraverso canali non protetti (come le email). Eliminalo immediatamente dopo l'utilizzo." }, + "exportSecretsWarningDesc": { + "message": "Questa esportazione contiene i dati dei tuoi segreti in un formato non criptato. Non salvare o inviare il file esportato attraverso canali non protetti (come le email). Eliminalo immediatamente dopo l'utilizzo." + }, "encExportKeyWarningDesc": { "message": "Questa esportazione cripta i tuoi dati usando la chiave di criptografia del tuo account. Se cambi la chiave di criptografia del tuo account, non potrai più decifrare il file esportato e dovrai eseguire una nuova esportazione." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Esporta cassaforte" }, + "exportSecrets": { + "message": "Esporta segreti" + }, "fileFormat": { "message": "Formato file" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Tentativo di accesso fallito con verifica in due passaggi errata." }, + "incorrectPassword": { + "message": "Password errata" + }, + "incorrectCode": { + "message": "Codice errato" + }, "exportedVault": { "message": "Cassaforte esportata" }, @@ -6179,10 +6194,6 @@ "message": "Token di accesso creato e copiato negli appunti", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "La gestione delle autorizzazioni non è disponibile nella beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoca token di accesso", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Beta del Gestore dei Segreti" }, - "secretsManagerBetaDesc": { - "message": "Abilita l'accesso degli utenti al Gestore dei Segreti gratis durante il programma beta." + "secretsManager": { + "message": "Gestore dei Segreti" }, - "userAccessSecretsManager": { - "message": "Questo utente può accedere alla beta del Gestore dei Segreti" + "secretsManagerAccessDesc": { + "message": "Abilita l'accesso utente al Gestore dei Segreti." + }, + "userAccessSecretsManagerGA": { + "message": "Questo utente può accedere al Gestore dei Segreti" }, "important": { "message": "Importante:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "L'utente ha aggiornato una password emessa tramite il recupero dell'account." }, + "enabledAccessToSecretsManager": { + "message": "Accesso al Gestore dei Segreti abilitato", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Abilita accesso" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Concedi ai seguenti membri l'accesso al Gestore dei Segreti. Il ruolo concesso nel gestore di password si applicherà al Gestore dei Segreti.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Abilita Gestore dei Segreti" + }, "yourOrganizationsFingerprint": { "message": "Frase impronta della tua organizzazione", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/ja/messages.json b/apps/web/src/locales/ja/messages.json index 22fe2d94c6..164973eeea 100644 --- a/apps/web/src/locales/ja/messages.json +++ b/apps/web/src/locales/ja/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "保管庫のエクスポートの確認" }, + "confirmSecretsExport": { + "message": "シークレットのエクスポート確認" + }, "exportWarningDesc": { "message": "このエクスポートデータは暗号化されていない形式の保管庫データを含んでいます。メールなどのセキュリティ保護されていない方法で共有したり保管したりしないでください。使用した後はすぐに削除してください。" }, + "exportSecretsWarningDesc": { + "message": "このエクスポートデータは暗号化されていない形式のシークレットデータを含んでいます。メールなどのセキュリティ保護されていない方法で共有したり保管したりしないでください。使用した後はすぐに削除してください。" + }, "encExportKeyWarningDesc": { "message": "このエクスポートは、アカウントの暗号化キーを使用してデータを暗号化します。 暗号化キーをローテーションした場合は、このエクスポートファイルを復号することはできなくなるため、もう一度エクスポートする必要があります。" }, @@ -979,6 +985,9 @@ "exportVault": { "message": "保管庫のエクスポート" }, + "exportSecrets": { + "message": "シークレットのエクスポート" + }, "fileFormat": { "message": "ファイル形式" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "二段階認証時の誤りによるログインの失敗" }, + "incorrectPassword": { + "message": "パスワードが違います" + }, + "incorrectCode": { + "message": "コードが違います" + }, "exportedVault": { "message": "保管庫をエクスポートしました。" }, @@ -6179,10 +6194,6 @@ "message": "アクセストークンが作成され、クリップボードにコピーされました", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "ベータ版では権限管理が利用できません。", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "アクセストークンの取り消し", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "ベータ版シークレットマネージャー" }, - "secretsManagerBetaDesc": { - "message": "ベータプログラム中、シークレットマネージャーへのユーザーアクセスを無償で有効にします。" + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "このユーザーはベータ版シークレットマネージャーにアクセスできます" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "重要" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "ユーザーはアカウント回復で発行されたパスワードを更新しました。" }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "組織のフィンガープリントフレーズ", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/ka/messages.json b/apps/web/src/locales/ka/messages.json index 923a262387..b4c0a60161 100644 --- a/apps/web/src/locales/ka/messages.json +++ b/apps/web/src/locales/ka/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "დაადასტურეთ საცავის ექსპორტი" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "ექსპორტი საცავის" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "ფაილის ფორმატი" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/km/messages.json b/apps/web/src/locales/km/messages.json index 2d39dc77ba..824b15acfa 100644 --- a/apps/web/src/locales/km/messages.json +++ b/apps/web/src/locales/km/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/kn/messages.json b/apps/web/src/locales/kn/messages.json index 67ac3f2aff..ae8b4a4b96 100644 --- a/apps/web/src/locales/kn/messages.json +++ b/apps/web/src/locales/kn/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "ವಾಲ್ಟ್ ರಫ್ತು ಖಚಿತಪಡಿಸಿ" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "ಈ ರಫ್ತು ನಿಮ್ಮ ವಾಲ್ಟ್ ಡೇಟಾವನ್ನು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡದ ಸ್ವರೂಪದಲ್ಲಿ ಒಳಗೊಂಡಿದೆ. ನೀವು ರಫ್ತು ಮಾಡಿದ ಫೈಲ್ ಅನ್ನು ಅಸುರಕ್ಷಿತ ಚಾನಲ್‌ಗಳಲ್ಲಿ (ಇಮೇಲ್ ನಂತಹ) ಸಂಗ್ರಹಿಸಬಾರದು ಅಥವಾ ಕಳುಹಿಸಬಾರದು. ನೀವು ಅದನ್ನು ಬಳಸಿದ ನಂತರ ಅದನ್ನು ಅಳಿಸಿ." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "ಈ ರಫ್ತು ನಿಮ್ಮ ಖಾತೆಯ ಎನ್‌ಕ್ರಿಪ್ಶನ್ ಕೀಲಿಯನ್ನು ಬಳಸಿಕೊಂಡು ನಿಮ್ಮ ಡೇಟಾವನ್ನು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡುತ್ತದೆ. ನಿಮ್ಮ ಖಾತೆಯ ಎನ್‌ಕ್ರಿಪ್ಶನ್ ಕೀಲಿಯನ್ನು ನೀವು ಎಂದಾದರೂ ತಿರುಗಿಸಿದರೆ ನೀವು ಈ ರಫ್ತು ಫೈಲ್ ಅನ್ನು ಡೀಕ್ರಿಪ್ಟ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗದ ಕಾರಣ ನೀವು ಮತ್ತೆ ರಫ್ತು ಮಾಡಬೇಕು." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "ರಫ್ತು ವಾಲ್ಟ್" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "ಫೈಲ್ ಮಾದರಿ" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "ತಪ್ಪಾದ ಎರಡು-ಹಂತದ ಲಾಗಿನ್‌ನೊಂದಿಗೆ ಲಾಗಿನ್ ಪ್ರಯತ್ನ ವಿಫಲವಾಗಿದೆ." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "ರಫ್ತು ಮಾಡಿದ ವಾಲ್ಟ್." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/ko/messages.json b/apps/web/src/locales/ko/messages.json index 859624feb0..4ca302cb5d 100644 --- a/apps/web/src/locales/ko/messages.json +++ b/apps/web/src/locales/ko/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "보관함 내보내기 확인" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "내보내기는 보관함 데이터가 암호화되지 않은 형식으로 포함됩니다. 내보낸 파일을 안전하지 않은 채널(예: 이메일)을 통해 저장하거나 보내지 마십시오. 사용이 끝난 후에는 즉시 삭제하십시오." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "이 내보내기는 계정의 암호화 키를 사용하여 데이터를 암호화합니다. 추후 계정의 암호화 키를 교체할 경우 다시 내보내기를 진행해야 합니다. 그러지 않을 경우 이 내보내기 파일을 해독할 수 없게 됩니다." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "보관함 내보내기" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "파일 형식" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "잘못된 2단계 로그인으로 로그인 시도가 실패했습니다." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "보관함을 내보냈습니다." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/lv/messages.json b/apps/web/src/locales/lv/messages.json index 6d72c673f8..36144f7603 100644 --- a/apps/web/src/locales/lv/messages.json +++ b/apps/web/src/locales/lv/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Apstiprināt glabātavas satura izgūšanu" }, + "confirmSecretsExport": { + "message": "Apstiprināt noslēpumu izgūšanu" + }, "exportWarningDesc": { "message": "Šī izguve satur glabātavas datus nešifrētā veidā. Izdoto datni nevajadzētu glabāt vai sūtīt nedrošos veidos (piemēram, e-pastā). Izdzēst to uzreiz pēc izmantošanas." }, + "exportSecretsWarningDesc": { + "message": "Šī izguve satur noslēpumu datus nešifrētā veidā. Izdoto datni nevajadzētu glabāt vai sūtīt nedrošos veidos (piemēram, e-pastā). Izdzēst to uzreiz pēc izmantošanas." + }, "encExportKeyWarningDesc": { "message": "Šī izguve šifrē datus ar konta šifrēšanas atslēgu. Ja tā jebkad tiks mainīta, izvadi vajadzētu veikt vēlreiz, jo vairs nebūs iespējams atšifrēt šo datni." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Izgūt glabātavas saturu" }, + "exportSecrets": { + "message": "Izgūt noslēpumus" + }, "fileFormat": { "message": "Datnes veids" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Pieteikšanās mēģinājums neizdevās nepareizas divpakāpju pieteikšanās dēļ." }, + "incorrectPassword": { + "message": "Nepareiza parole" + }, + "incorrectCode": { + "message": "Nepareizs kods" + }, "exportedVault": { "message": "Glabātavas saturs izgūts." }, @@ -6179,10 +6194,6 @@ "message": "Piekļuves pilnvara ir izveidota un ievietota starpliktuvē", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Atļauju pārvaldība nav pieejama bēta laidienā.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Atsaukt piekļuves pilnvaru", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Noslēpumu pārvaldnieks Beta" }, - "secretsManagerBetaDesc": { - "message": "Iespējot lietotāju piekļuvi Noslēpumu pārvaldniekam bez maksas Beta programmas laikā." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Šis lietotājs var piekļūt Noslēpumu pārvaldniekam Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Svarīgi:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Lietotājs atjaunināja konta atkopšanas izsniegtu paroli." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Apvienības atpazīšanas vārdkopa", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/ml/messages.json b/apps/web/src/locales/ml/messages.json index 6e6fa30ef4..5c56138c0d 100644 --- a/apps/web/src/locales/ml/messages.json +++ b/apps/web/src/locales/ml/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "വാൾട് എക്‌സ്‌പോർട്ട് ഉറപ്പാക്കു" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "ഈ എക്‌സ്‌പോർട്ടിൽ എൻക്രിപ്റ്റ് ചെയ്യാത്ത ഫോർമാറ്റിൽ നിങ്ങളുടെ വാൾട് ഡാറ്റ അടങ്ങിയിരിക്കുന്നു. എക്‌സ്‌പോർട് ചെയ്ത ഫയൽ സുരക്ഷിതമല്ലാത്ത ചാനലുകളിൽ (ഇമെയിൽ പോലുള്ളവ) നിങ്ങൾ സംഭരിക്കുകയോ അയയ്ക്കുകയോ ചെയ്യരുത്. നിങ്ങൾ ഇത് ഉപയോഗിച്ചുകഴിഞ്ഞാലുടൻ അത് മായ്ച്ചുകളയണം." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "വാൾട് എക്സ്പോർട്" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "ഫയൽ ഫോർമാറ്റ്" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "തെറ്റായ രണ്ട്-ഘട്ട ലോഗിൻ ഉപയോഗിച്ച് ലോഗിൻ ശ്രമം പരാജയപ്പെട്ടു." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Exported vault." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/my/messages.json b/apps/web/src/locales/my/messages.json index 2d39dc77ba..824b15acfa 100644 --- a/apps/web/src/locales/my/messages.json +++ b/apps/web/src/locales/my/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/nb/messages.json b/apps/web/src/locales/nb/messages.json index f66c5ab6f8..dda15df601 100644 --- a/apps/web/src/locales/nb/messages.json +++ b/apps/web/src/locales/nb/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Bekreft eksport av hvelvet" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Eksporten inneholder dine hvelvdata i ukryptert format. Du bør ikke lagre eller sende den eksporterte filen over usikre tjenester (som e-post). Slett filen umiddelbart etter at du er ferdig med å bruke den." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Denne eksporteringen krypterer dataene dine ved hjelp av din kontos krypteringsnøkkel. Hvis du noen gang endrer krypteringsnøkkelen til kontoen din, bør du eksportere dataene igjen, ettersom du da ikke vil kunne dekryptere denne eksportfilen." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Eksporter hvelvet" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Filformat" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Innloggingsforsøket mislyktes grunnet feil 2-trinnsinnlogging." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Eksportert hvelv." }, @@ -6179,10 +6194,6 @@ "message": "Tilgangstoken er opprettet og kopiert til utklippstavlen", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Administrasjon av tilganger er ikke tilgjengelig i beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Opphev tilgangstoken", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/ne/messages.json b/apps/web/src/locales/ne/messages.json index fc8bf89030..44e7a83db5 100644 --- a/apps/web/src/locales/ne/messages.json +++ b/apps/web/src/locales/ne/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/nl/messages.json b/apps/web/src/locales/nl/messages.json index 0f02774b6c..ce43fdf96f 100644 --- a/apps/web/src/locales/nl/messages.json +++ b/apps/web/src/locales/nl/messages.json @@ -47,7 +47,7 @@ "message": "Notities" }, "customFields": { - "message": "Aangepaste velden" + "message": "Extra velden" }, "cardholderName": { "message": "Naam kaarthouder" @@ -77,7 +77,7 @@ "message": "Paspoortnummer" }, "licenseNumber": { - "message": "Rijbewijsnummer" + "message": "Licentienummer" }, "email": { "message": "E-mailadres" @@ -152,7 +152,7 @@ "message": "Map" }, "newCustomField": { - "message": "Nieuw aangepast veld" + "message": "Nieuw extra veld" }, "value": { "message": "Waarde" @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Kluisexport bevestigen" }, + "confirmSecretsExport": { + "message": "Geheimen exporteren bevestigen" + }, "exportWarningDesc": { "message": "Deze export bevat jouw kluisgegevens in een niet-versleutelde opmaak. Je moet het geëxporteerde bestand niet opslaan of verzenden over onbeveiligde kanalen (zoals e-mail). Verwijder het exportbestand direct na gebruik." }, + "exportSecretsWarningDesc": { + "message": "Deze export bevat je niet-versleutelde kluisgegevens. Je moet het geëxporteerde bestand niet opslaan of verzenden over onbeveiligde kanalen (zoals e-mail). Verwijder het exportbestand direct na gebruik." + }, "encExportKeyWarningDesc": { "message": "Deze export versleutelt je gegevens met de encryptiesleutel van je account. Als je je encryptiesleutel verandert moet je opnieuw exporteren, omdat je deze export dan niet meer kunt ontcijferen." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Kluis exporteren" }, + "exportSecrets": { + "message": "Geheimen exporteren" + }, "fileFormat": { "message": "Bestandsindeling" }, @@ -1256,7 +1265,7 @@ "message": "De gegevens zijn in je kluis geïmporteerd." }, "importSuccessNumberOfItems": { - "message": "A total of $AMOUNT$ items were imported.", + "message": "Een totaal van $AMOUNT$ items zijn geïmporteerd.", "placeholders": { "amount": { "content": "$1", @@ -2029,7 +2038,7 @@ "message": "Abonnement opzeggen" }, "subscriptionExpiration": { - "message": "Subscription expiration" + "message": "Abonnement vervaldatum" }, "subscriptionCanceled": { "message": "Het abonnement is opgezegd." @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Inlogpoging met onjuiste tweestapsaanmelding mislukt." }, + "incorrectPassword": { + "message": "Onjuist wachtwoord" + }, + "incorrectCode": { + "message": "Onjuiste code" + }, "exportedVault": { "message": "Kluis geëxporteerd." }, @@ -6179,10 +6194,6 @@ "message": "Toegangstoken aangemaakt en gekopieerd naar klembord", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Beheer van machtigingen is niet beschikbaar in deze beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Toegangstoken intrekken", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Bèta" }, - "secretsManagerBetaDesc": { - "message": "Gebruikerstoegang tot de Secrets Manager inschakelen is gratis tijdens het bètaprogramma." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Deze gebruiker heeft toegang tot de Secrets Manager Bèta" + "secretsManagerAccessDesc": { + "message": "Gebruikerstoegang tot Secrets Manager inschakelen." + }, + "userAccessSecretsManagerGA": { + "message": "Deze gebruiker heeft toegang tot Secrets Manager" }, "important": { "message": "Belangrijk:" @@ -6746,7 +6760,7 @@ "message": "Controleer bekende datalekken voor dit wachtwoord" }, "exposedMasterPassword": { - "message": "Exposed Master Password" + "message": "Gelekt hoofdwachtwoord" }, "exposedMasterPasswordDesc": { "message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?" @@ -6755,10 +6769,10 @@ "message": "Weak and Exposed Master Password" }, "weakAndBreachedMasterPasswordDesc": { - "message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?" + "message": "Zwak wachtwoord geïdentificeerd en gevonden in een datalek. Gebruik een sterk en uniek wachtwoord om je account te beschermen. Weet je zeker dat je dit wachtwoord wilt gebruiken?" }, "characterMinimum": { - "message": "$LENGTH$ character minimum", + "message": "$LENGTH$ tekens minimaal", "placeholders": { "length": { "content": "$1", @@ -6793,14 +6807,14 @@ "message": "Verplicht bestaande leden hun wachtwoord te wijzigen" }, "region": { - "message": "Region" + "message": "Regio" }, "eu": { "message": "EU", "description": "European Union" }, "us": { - "message": "US", + "message": "VS", "description": "United States" }, "smProjectDeleteAccessRestricted": { @@ -6815,7 +6829,7 @@ "message": "KDF instellingen bijwerken" }, "trustedDeviceEncryption": { - "message": "Trusted device encryption" + "message": "Vertrouwde apparaat encryptie" }, "memberDecryptionTdeDescriptionStart": { "message": "Eenmaal ingelogd, ontsleutelen leden kluisgegevens met een op hun apparaat opgeslagen sleutel. Schakelt", @@ -6830,7 +6844,7 @@ "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 master password reset policy with automatic enrollment will turn on when this option is used.'" }, "notFound": { - "message": "$RESOURCE$ not found", + "message": "$RESOURCE$ niet gevonden", "placeholders": { "resource": { "content": "$1", @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Gebruiker heeft een via accountherstel uitgegeven wachtwoord bijgewerkt." }, + "enabledAccessToSecretsManager": { + "message": "Toegang tot Secrets Manager ingeschakeld", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Toegang inschakelen" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Geef de volgende leden toegang tot de Secrets Manager. De rol die is toegekend in de Password Manager zal van toepassing zijn op de Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Secrets Manager inschakelen" + }, "yourOrganizationsFingerprint": { "message": "De vingerafdrukzin van je organisatie", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/nn/messages.json b/apps/web/src/locales/nn/messages.json index 29fb585647..7a912365f4 100644 --- a/apps/web/src/locales/nn/messages.json +++ b/apps/web/src/locales/nn/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/or/messages.json b/apps/web/src/locales/or/messages.json index 2d39dc77ba..824b15acfa 100644 --- a/apps/web/src/locales/or/messages.json +++ b/apps/web/src/locales/or/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/pl/messages.json b/apps/web/src/locales/pl/messages.json index 262ff982ed..04adf59920 100644 --- a/apps/web/src/locales/pl/messages.json +++ b/apps/web/src/locales/pl/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Potwierdź eksportowanie sejfu" }, + "confirmSecretsExport": { + "message": "Potwierdź eksportowanie sekretów" + }, "exportWarningDesc": { "message": "Plik zawiera dane sejfu w niezaszyfrowanym formacie. Nie powinieneś go przechowywać, ani przesyłać poprzez niezabezpieczone kanały (takie jak poczta e-mail). Skasuj go natychmiast po użyciu." }, + "exportSecretsWarningDesc": { + "message": "Plik zawiera sekrety w niezaszyfrowanym formacie. Nie powinieneś go przechowywać, ani przesyłać poprzez niezabezpieczone kanały (takie jak poczta e-mail). Skasuj go natychmiast po użyciu." + }, "encExportKeyWarningDesc": { "message": "Dane eksportu zostaną zaszyfrowane za pomocą klucza szyfrowania konta. Jeśli kiedykolwiek zmienisz ten klucz, wyeksportuj dane ponownie, ponieważ nie będziesz w stanie odszyfrować tego pliku." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Eksportuj sejf" }, + "exportSecrets": { + "message": "Eksportuj sekrety" + }, "fileFormat": { "message": "Format pliku" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Logowanie nie powiodło się z powodu nieprawidłowego logowania dwustopniowego." }, + "incorrectPassword": { + "message": "Błędne hasło" + }, + "incorrectCode": { + "message": "Błędny kod" + }, "exportedVault": { "message": "Sejf został wyeksportowany" }, @@ -5231,7 +5246,7 @@ "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": { - "message": "require SSO authentication and single organization policies", + "message": "Wymaga uwierzytelniania SSO i polityki jednej organizacji", "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.'" }, "memberDecryptionKeyConnectorDescEnd": { @@ -6179,10 +6194,6 @@ "message": "Token dostępu został utworzony i skopiowany do schowka", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Zarządzanie uprawnieniami jest niedostępne w wersji beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Unieważnij token dostępu", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Menedżer sekretów beta" }, - "secretsManagerBetaDesc": { - "message": "Włącz dostęp użytkownikom do menedżera sekretów bez żadnych opłat podczas programu beta." + "secretsManager": { + "message": "Menedżer sekretów" }, - "userAccessSecretsManager": { - "message": "Ten użytkownik może uzyskać dostęp do menedżera sekretów beta" + "secretsManagerAccessDesc": { + "message": "Włącz dostęp użytkownikom do menedżera sekretów." + }, + "userAccessSecretsManagerGA": { + "message": "Ten użytkownik może uzyskać dostęp do menedżera sekretów" }, "important": { "message": "Ważne:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Użytkownik zaktualizował hasło wydane poprzez odzyskiwanie konta." }, + "enabledAccessToSecretsManager": { + "message": "Włączono dostęp do menedżera sekretów", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Włącz dostęp" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Udziel następującym członkom dostępu do menedżera sekretów. Rola przyznana w menedżerze haseł będzie miała zastosowanie do menedżera sekretów.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Włącz menedżer sekretów" + }, "yourOrganizationsFingerprint": { "message": "Unikalny identyfikator Twojej organizacji", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/pt_BR/messages.json b/apps/web/src/locales/pt_BR/messages.json index c6bef6d26a..8c5db6e87a 100644 --- a/apps/web/src/locales/pt_BR/messages.json +++ b/apps/web/src/locales/pt_BR/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirmar Exportação de Cofre" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Esta exportação contém os dados do seu cofre em um formato não criptografado. Você não deve armazenar ou enviar o arquivo exportado por canais inseguros (como e-mail). Exclua o arquivo imediatamente após terminar de usá-lo." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Esta exportação criptografa seus dados usando a chave de criptografia da sua conta. Se você rotacionar a chave de criptografia da sua conta, você deve exportar novamente, já que você não será capaz de descriptografar este arquivo de exportação." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Exportar Cofre" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Formato do Arquivo" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "A tentativa de login falhou com o login incorreto em duas etapas." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Cofre exportado." }, @@ -6179,10 +6194,6 @@ "message": "Token de acesso criado e copiado para a área de transferência", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "O gerenciamento de permissões não está disponível para versão beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revogar token de acesso", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Gerenciador de Segredos Beta" }, - "secretsManagerBetaDesc": { - "message": "Permitir o acesso do usuário ao Gerenciador de Segredos sem custos durante o programa Beta." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Este usuário pode acessar o Gerenciador de Segredos Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Importante:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/pt_PT/messages.json b/apps/web/src/locales/pt_PT/messages.json index 4c6654245a..72c10567a5 100644 --- a/apps/web/src/locales/pt_PT/messages.json +++ b/apps/web/src/locales/pt_PT/messages.json @@ -131,7 +131,7 @@ "message": "Sra." }, "ms": { - "message": "Sra." + "message": "Menina" }, "mx": { "message": "Neutro" @@ -964,11 +964,17 @@ "confirmVaultExport": { "message": "Confirmar a exportação do cofre" }, + "confirmSecretsExport": { + "message": "Confirmar a exportação de segredos" + }, "exportWarningDesc": { "message": "Esta exportação contém os dados do seu cofre num formato não encriptado. Não deve armazenar ou enviar o ficheiro exportado através de canais não seguros (como o e-mail). Elimine-o imediatamente após terminar a sua utilização." }, + "exportSecretsWarningDesc": { + "message": "Esta exportação contém os dados dos seus segredos num formato não encriptado. Não deve armazenar ou enviar o ficheiro exportado através de canais não seguros (como o e-mail). Elimine-o imediatamente após terminar a sua utilização." + }, "encExportKeyWarningDesc": { - "message": "Esta exportação encripta os seus dados utilizando a chave de encriptação da sua conta. Se alguma vez alterar a chave de encriptação da sua conta, deve exportar novamente, uma vez que não conseguirá desencriptar este ficheiro de exportação." + "message": "Esta exportação encripta os seus dados utilizando a chave de encriptação da sua conta. Se alguma vez regenerar a chave de encriptação da sua conta, deve exportar novamente, uma vez que não conseguirá desencriptar este ficheiro de exportação." }, "encExportAccountWarningDesc": { "message": "As chaves de encriptação da conta são únicas para cada conta de utilizador Bitwarden, pelo que não é possível importar uma exportação encriptada para uma conta diferente." @@ -979,6 +985,9 @@ "exportVault": { "message": "Exportar cofre" }, + "exportSecrets": { + "message": "Exportar segredos" + }, "fileFormat": { "message": "Formato do ficheiro" }, @@ -1169,13 +1178,13 @@ "description": "Memory refers to computer memory (RAM). MB is short for megabytes." }, "argon2Warning": { - "message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices." + "message": "Definir iterações, memória e paralelismo do KDF muito altos pode resultar em baixo desempenho ao iniciar sessão (e desbloquear) no Bitwarden em dispositivos mais lentos ou antigos. Recomendamos alterar esses valores individualmente em pequenos incrementos e, em seguida, testar todos os seus dispositivos." }, "kdfParallelism": { "message": "Paralelismo KDF" }, "argon2Desc": { - "message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker." + "message": "Iterações KDF mais altas, memória e paralelismo podem ajudar a proteger a sua palavra-passe mestra de ser forçada por um atacante." }, "changeKdf": { "message": "Alterar KDF" @@ -2077,7 +2086,7 @@ "message": "Gerir subscrição" }, "launchCloudSubscription": { - "message": "Launch Cloud Subscription" + "message": "Iniciar subscrição na nuvem" }, "storage": { "message": "Armazenamento" @@ -2499,7 +2508,7 @@ "message": "A ID externa é uma referência não encriptada utilizada pelo Bitwarden Directory Connector e pela API." }, "nestCollectionUnder": { - "message": "Nest collection under" + "message": "Aninhar coleção em" }, "accessControl": { "message": "Controlo de acesso" @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Tentativa de início de sessão falhada com verificação de dois passos incorreta." }, + "incorrectPassword": { + "message": "Palavra-passe incorreta" + }, + "incorrectCode": { + "message": "Código incorreto" + }, "exportedVault": { "message": "Cofre exportado" }, @@ -3381,7 +3396,7 @@ } }, "subscriptionSponsoredFamiliesPlan": { - "message": "A sua subscrição permite um total de $COUNT$ membros. O seu plano é patrocinado e faturado por uma organização externa.", + "message": "A sua subscrição permite um total de $COUNT$ membros. O seu plano é patrocinado e faturado a uma organização externa.", "placeholders": { "count": { "content": "$1", @@ -3390,7 +3405,7 @@ } }, "subscriptionMaxReached": { - "message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ members without increasing your subscription seats.", + "message": "Os ajustes à sua subscrição resultarão em alterações proporcionais aos seus totais de faturação. Não pode convidar mais do que $COUNT$ membros sem aumentar as licenças da sua subscrição.", "placeholders": { "count": { "content": "$1", @@ -3438,7 +3453,7 @@ "message": "Depois de atualizar a sua chave de encriptação, é necessário terminar sessão e voltar a iniciar em todas as aplicações Bitwarden que está a utilizar atualmente (como a aplicação móvel ou as extensões do navegador). A falha em terminar sessão e voltar a iniciar (que descarrega a sua nova chave de encriptação) pode resultar em corrupção de dados. Tentaremos terminar a sua sessão automaticamente, no entanto, pode demorar." }, "updateEncryptionKeyExportWarning": { - "message": "Any encrypted exports that you have saved will also become invalid." + "message": "Quaisquer exportações encriptadas que tenha guardado também se tornarão inválidas." }, "subscription": { "message": "Subscrição" @@ -3565,13 +3580,13 @@ "message": "Foi identificada uma palavra-passe fraca. Utilize uma palavra-passe forte para proteger a sua conta. Tem a certeza de que pretende utilizar uma palavra-passe fraca?" }, "rotateAccountEncKey": { - "message": "Gerar também a chave de encriptação da minha conta" + "message": "Regenerar também a chave de encriptação da minha conta" }, "rotateEncKeyTitle": { - "message": "Gerar chave de encriptação" + "message": "Regenerar chave de encriptação" }, "rotateEncKeyConfirmation": { - "message": "Tem a certeza de que pretende gerar a chave de encriptação da sua conta?" + "message": "Tem a certeza de que pretende regenerar a chave de encriptação da sua conta?" }, "attachmentsNeedFix": { "message": "Este item tem anexos de ficheiros antigos que precisam de ser corrigidos." @@ -3584,7 +3599,7 @@ "description": "This is a verb. ex. 'Fix The Car'" }, "oldAttachmentsNeedFixDesc": { - "message": "Existem anexos de ficheiros antigos no seu cofre que têm de ser corrigidos antes de poder alterar a chave de encriptação da sua conta." + "message": "Existem anexos de ficheiros antigos no seu cofre que têm de ser corrigidos antes de poder regenerar a chave de encriptação da sua conta." }, "yourAccountsFingerprint": { "message": "Frase de impressão digital da sua conta", @@ -3615,16 +3630,16 @@ "message": "A sua chave da API pode ser utilizada para autenticar a API pública Bitwarden." }, "apiKeyRotateDesc": { - "message": "A alteração da chave da API invalidará a chave anterior. Pode alterar a sua chave API se considerar que a chave atual já não é segura para utilização." + "message": "Regenerar a chave da API invalidará a chave anterior. Pode regenerar a sua chave API se considerar que a chave atual já não é segura para utilização." }, "apiKeyWarning": { "message": "A sua chave API tem acesso total à organização. Deve ser mantida em segredo." }, "userApiKeyDesc": { - "message": "Your API key can be used to authenticate in the Bitwarden CLI." + "message": "A sua chave da API pode ser utilizada para autenticar no Bitwarden CLI." }, "userApiKeyWarning": { - "message": "Your API key is an alternative authentication mechanism. It should be kept secret." + "message": "A sua chave API é um mecanismo de autenticação alternativo. Deve ser mantida em segredo." }, "oauth2ClientCredentials": { "message": "Credenciais de cliente OAuth 2.0", @@ -3634,7 +3649,7 @@ "message": "Ver a chave da API" }, "rotateApiKey": { - "message": "Gerar a chave da API" + "message": "Regenerar a chave da API" }, "selectOneCollection": { "message": "Deve selecionar pelo menos uma coleção." @@ -3906,28 +3921,28 @@ "message": "Impedir os membros de aderirem a outras organizações." }, "singleOrgBlockCreateMessage": { - "message": "Your current organization has a policy that does not allow you to join more than one organization. Please contact your organization admins or sign up from a different Bitwarden account." + "message": "A sua organização atual tem uma política que não lhe permite aderir a mais do que uma organização. Contacte os administradores da sua organização ou inscreva-se a partir de uma conta Bitwarden diferente." }, "singleOrgPolicyWarning": { - "message": "Organization members who are not owners or admins and are already a member of another organization will be removed from your organization." + "message": "Os membros da organização que não sejam proprietários ou administradores e que já sejam membros de outra organização serão removidos da sua organização." }, "requireSso": { "message": "Exigir autenticação de início de sessão único" }, "requireSsoPolicyDesc": { - "message": "Require members to log in with the Enterprise single sign-on method." + "message": "Exigir que os membros iniciem sessão com o método de início de sessão único Empresarial." }, "prerequisite": { "message": "Pré-requisito" }, "requireSsoPolicyReq": { - "message": "The single organization Enterprise policy must be turned on before activating this policy." + "message": "A política empresarial da organização única deve ser ativada antes de ativar esta política." }, "requireSsoPolicyReqError": { "message": "Política de organização única não definida." }, "requireSsoExemption": { - "message": "Organization owners and admins are exempt from this policy's enforcement." + "message": "Os proprietários e administradores da organização estão isentos da aplicação desta política." }, "sendTypeFile": { "message": "Ficheiro" @@ -4077,16 +4092,16 @@ "message": "Acesso de emergência" }, "emergencyAccessDesc": { - "message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of an emergency. Visit our help page for more information and details into how zero knowledge sharing works." + "message": "Conceder e gerir o acesso de emergência a contactos de confiança. Os contactos de confiança podem pedir acesso para Ver ou Assumir o controlo da sua conta em caso de emergência. Visite a nossa página de ajuda para obter mais informações e detalhes sobre como funciona a partilha de conhecimento zero." }, "emergencyAccessOwnerWarning": { - "message": "You are an owner of one or more organizations. If you give takeover access to an emergency contact, they will be able to use all your permissions as owner after a takeover." + "message": "O utilizador é proprietário de uma ou mais organizações. Se der acesso de aquisição a um contacto de emergência, este poderá utilizar todas as suas permissões como proprietário após uma aquisição." }, "trustedEmergencyContacts": { "message": "Contactos de emergência de confiança" }, "noTrustedContacts": { - "message": "You have not added any emergency contacts yet, invite a trusted contact to get started." + "message": "Ainda não adicionou nenhum contacto de emergência, convide um contacto de confiança para começar." }, "addEmergencyContact": { "message": "Adicionar contacto de emergência" @@ -4095,7 +4110,7 @@ "message": "Designado como contacto de emergência" }, "noGrantedAccess": { - "message": "You have not been designated as an emergency contact for anyone yet." + "message": "Ainda não foi designado como contacto de emergência para ninguém." }, "inviteEmergencyContact": { "message": "Convidar contacto de emergência" @@ -4104,7 +4119,7 @@ "message": "Editar contacto de emergência" }, "inviteEmergencyContactDesc": { - "message": "Invite a new emergency contact by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account." + "message": "Convide um novo contacto de emergência introduzindo o endereço de e-mail da sua conta Bitwarden abaixo. Se o contacto ainda não tiver uma conta Bitwarden, ser-lhe-á pedido que crie uma nova conta." }, "emergencyAccessRecoveryInitiated": { "message": "Acesso de emergência iniciado" @@ -4143,7 +4158,7 @@ "message": "Utilizador convidado." }, "acceptEmergencyAccess": { - "message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account." + "message": "Foi convidado a tornar-se um contacto de emergência para o utilizador acima indicado. Para aceitar o convite, é necessário iniciar sessão ou criar uma nova conta Bitwarden." }, "emergencyInviteAcceptFailed": { "message": "Não foi possível aceitar o convite. Peça ao utilizador para enviar um novo convite." @@ -4158,13 +4173,13 @@ } }, "emergencyInviteAcceptedDesc": { - "message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens." + "message": "Pode aceder às opções de emergência deste utilizador depois de a sua identidade ter sido confirmada. Enviar-lhe-emos um e-mail quando isso acontecer." }, "requestAccess": { "message": "Pedir acesso" }, "requestAccessConfirmation": { - "message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.", + "message": "Tem a certeza de que pretende pedir acesso de emergência? O acesso ser-lhe-á concedido após $WAITTIME$ dia(s) ou quando o utilizador aprovar manualmente o pedido.", "placeholders": { "waittime": { "content": "$1", @@ -4173,7 +4188,7 @@ } }, "requestSent": { - "message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.", + "message": "Acesso de emergência pedido para $USER$. Notificá-lo-emos por e-mail quando for possível continuar.", "placeholders": { "user": { "content": "$1", @@ -4188,7 +4203,7 @@ "message": "Rejeitar" }, "approveAccessConfirmation": { - "message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.", + "message": "Tem a certeza de que pretende aprovar o acesso de emergência? Isto permitirá que $USER$ possa $ACTION$ a sua conta.", "placeholders": { "user": { "content": "$1", @@ -4219,10 +4234,10 @@ "message": "Remover cofre pessoal" }, "personalOwnershipPolicyDesc": { - "message": "Require members to save items to an organization by removing the individual vault option." + "message": "Exigir que os membros guardem itens numa organização, removendo a opção de cofre individual." }, "personalOwnershipExemption": { - "message": "Organization owners and administrators are exempt from this policy's enforcement." + "message": "Os proprietários e administradores da organização estão isentos da aplicação desta política." }, "personalOwnershipSubmitError": { "message": "Devido a uma política empresarial, está impedido de guardar itens no seu cofre pessoal. Altere a opção Propriedade para uma organização e escolha entre as coleções disponíveis." @@ -4231,11 +4246,11 @@ "message": "Remover Send" }, "disableSendPolicyDesc": { - "message": "Do not allow members to create or edit Sends.", + "message": "Não permitir que os membros criem ou editem Sends.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "disableSendExemption": { - "message": "Organization members that can manage the organization's policies are exempt from this policy's enforcement." + "message": "Os membros da organização que podem gerir as políticas da organização estão isentos da aplicação desta política." }, "sendDisabled": { "message": "Send removido", @@ -4254,17 +4269,17 @@ "description": "'Sends' is a plural noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendOptionsExemption": { - "message": "Organization members that can manage the organization's policies are exempt from this policy's enforcement." + "message": "Os membros da organização que podem gerir as políticas da organização estão isentos da aplicação desta política." }, "disableHideEmail": { - "message": "Always show member’s email address with recipients when creating or editing a Send.", + "message": "Mostrar sempre o endereço de e-mail do membro com os destinatários ao criar ou editar um Send.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendOptionsPolicyInEffect": { - "message": "The following organization policies are currently in effect:" + "message": "As seguintes políticas da organização estão atualmente em vigor:" }, "sendDisableHideEmailInEffect": { - "message": "Users are not allowed to hide their email address from recipients when creating or editing a Send.", + "message": "Os utilizadores não estão autorizados a ocultar o seu endereço de e-mail dos destinatários quando criam ou editam um Send.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "modifiedPolicyId": { @@ -4286,7 +4301,7 @@ "message": "Personalizado" }, "customDesc": { - "message": "Grant customized permissions to members" + "message": "Conceder permissões personalizadas aos membros" }, "customDescNonEnterpriseStart": { "message": "As funções personalizadas são uma ", @@ -4364,7 +4379,7 @@ "message": "Gerir a redefinição da palavra-passe" }, "disableRequiredError": { - "message": "You must manually turn the $POLICYNAME$ policy before this policy can be turned off.", + "message": "Tem de ativar manualmente a política $POLICYNAME$ antes de esta política poder ser desativada.", "placeholders": { "policyName": { "content": "$1", @@ -4376,7 +4391,7 @@ "message": "Uma política da organização está a afetar as suas opções de propriedade." }, "personalOwnershipPolicyInEffectImports": { - "message": "An organization policy has blocked importing items into your individual vault." + "message": "Uma política da organização bloqueou a importação de itens para o seu cofre individual." }, "personalOwnershipCheckboxDesc": { "message": "Remover a propriedade individual dos utilizadores da organização" @@ -4556,7 +4571,7 @@ "message": "Redefinir palavra-passe" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Ao prosseguir, terminará a sessão atual de $NAME$ e terá de iniciar sessão novamente. As sessões ativas noutros dispositivos poderão continuar ativas até uma hora.", "placeholders": { "name": { "content": "$1", @@ -4568,13 +4583,13 @@ "message": "este utilizador" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Uma ou mais políticas da organização exigem que a palavra-passe mestra cumpra os seguintes requisitos:" }, "resetPasswordSuccess": { "message": "Palavra-passe redefinida com sucesso!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password" + "message": "A inscrição permitirá que os administradores da organização alterem a sua palavra-passe mestra" }, "accountRecoveryPolicy": { "message": "Gestão da recuperação de contas" @@ -4583,7 +4598,7 @@ "message": "Recuperar contas de membros quando a palavra-passe mestra ou dispositivos de confiança são esquecidos ou perdidos. O processo de recuperação baseia-se no método de encriptação da conta." }, "resetPasswordPolicyWarning": { - "message": "Members in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Os membros da organização terão de se inscrever ou serem inscritos automaticamente antes de os administradores poderem repor a sua palavra-passe mestra." }, "resetPasswordPolicyAutoEnroll": { "message": "Inscrição automática" @@ -4592,13 +4607,13 @@ "message": "Todos os membros serão automaticamente inscritos na redefinição da palavra-passe assim que o seu convite for aceite e não poderão desistir." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Members already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Os membros que já pertencem à organização não serão inscritos retroativamente na reposição da palavra-passe. Terão de se inscrever automaticamente antes de os administradores poderem repor a sua palavra-passe mestra." }, "resetPasswordPolicyAutoEnrollCheckbox": { "message": "Exigir que os novos membros sejam inscritos automaticamente" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an Enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Esta organização tem uma política empresarial que o inscreverá automaticamente na redefinição de palavra-passe. A inscrição permitirá que os administradores da organização alterem a sua palavra-passe mestra." }, "resetPasswordOrgKeysError": { "message": "A resposta das chaves de organização é nula" @@ -4610,7 +4625,7 @@ "message": "Os itens que estiverem no lixo há mais de 30 dias serão automaticamente eliminados." }, "trashCleanupWarningSelfHosted": { - "message": "Items that have been in trash for a while will be automatically deleted." + "message": "Os itens que estiverem no lixo durante algum tempo serão automaticamente eliminados." }, "passwordPrompt": { "message": "Pedir novamente a palavra-passe mestra" @@ -4631,7 +4646,7 @@ "message": "Esta ação não é aplicável a nenhum dos utilizadores selecionados." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Tem a certeza de que pretende remover os seguintes utilizadores? O processo pode demorar alguns segundos a concluir e não pode ser interrompido ou cancelado." }, "removeOrgUsersConfirmation": { "message": "Quando o(s) membro(s) é(são) removido(s), deixa(m) de ter acesso aos dados da organização e esta ação é irreversível. Para adicionar o membro de volta à organização, o mesmo deve ser convidado e integrado novamente. O processo pode demorar alguns segundos a ser concluído e não pode ser interrompido ou cancelado." @@ -4694,16 +4709,16 @@ "message": "Erro" }, "resetPasswordManageUsers": { - "message": "Manage users must also be granted with the manage password reset permission" + "message": "A permissão para gerir utilizadores deve também ser concedida com a permissão para gerir a reposição da palavra-passe" }, "setupProvider": { "message": "Configuração do fornecedor" }, "setupProviderLoginDesc": { - "message": "You've been invited to setup a new Provider. To continue, you need to log in or create a new Bitwarden account." + "message": "Foi convidado a configurar um novo fornecedor. Para continuar, é necessário iniciar sessão ou criar uma nova conta Bitwarden." }, "setupProviderDesc": { - "message": "Please enter the details below to complete the Provider setup. Contact Customer Support if you have any questions." + "message": "Introduza os dados abaixo para concluir a configuração do fornecedor. Contacte o apoio ao cliente se tiver alguma dúvida." }, "providerName": { "message": "Nome do fornecedor" @@ -4722,43 +4737,43 @@ "message": "Administrador do fornecedor" }, "providerAdminDesc": { - "message": "The highest access user that can manage all aspects of your Provider as well as access and manage client organizations." + "message": "O utilizador com o acesso mais elevado que pode gerir todos os aspetos do seu fornecedor, bem como aceder e gerir organizações de clientes." }, "serviceUser": { "message": "Utilizador do serviço" }, "serviceUserDesc": { - "message": "Service users can access and manage all client organizations." + "message": "Os utilizadores do serviço podem aceder e gerir todas as organizações de clientes." }, "providerInviteUserDesc": { - "message": "Invite a new user to your Provider by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account." + "message": "Convide um novo utilizador para o seu fornecedor introduzindo o endereço de e-mail da sua conta Bitwarden abaixo. Se o utilizador ainda não tiver uma conta Bitwarden, ser-lhe-á pedido que crie uma nova conta." }, "joinProvider": { - "message": "Join Provider" + "message": "Juntar-se ao fornecedor" }, "joinProviderDesc": { - "message": "You've been invited to join the Provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account." + "message": "Foi convidado para se juntar ao fornecedor listado acima. Para aceitar o convite, precisa de iniciar sessão ou criar uma nova conta Bitwarden." }, "providerInviteAcceptFailed": { "message": "Não foi possível aceitar o convite. Peça a um administrador do fornecedor para enviar um novo convite." }, "providerInviteAcceptedDesc": { - "message": "You can access this Provider once an administrator confirms your membership. We'll send you an email when that happens." + "message": "Pode aceder a este fornecedor assim que um administrador confirmar a sua inscrição. Enviar-lhe-emos um e-mail quando isso acontecer." }, "providerUsersNeedConfirmed": { - "message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the Provider until they are confirmed." + "message": "Tem utilizadores que aceitaram o convite, mas que ainda precisam de ser confirmados. Os utilizadores não terão acesso ao fornecedor até serem confirmados." }, "provider": { "message": "Fornecedor" }, "newClientOrganization": { - "message": "New client organization" + "message": "Nova organização de clientes" }, "newClientOrganizationDesc": { - "message": "Create a new client organization that will be associated with you as the Provider. You will be able to access and manage this organization." + "message": "Crie uma nova organização de clientes que será associada a si como fornecedor. Poderá aceder e gerir esta organização." }, "addExistingOrganization": { - "message": "Add existing organization" + "message": "Adicionar organização existente" }, "myProvider": { "message": "O meu fornecedor" @@ -4795,7 +4810,7 @@ "message": "Fornecedor atualizado" }, "yourProviderIs": { - "message": "Your Provider is $PROVIDER$. They have administrative and billing privileges for your organization.", + "message": "O seu fornecedor é $PROVIDER$, que possui privilégios administrativos e de faturação para a sua organização.", "placeholders": { "provider": { "content": "$1", @@ -4804,7 +4819,7 @@ } }, "detachedOrganization": { - "message": "The organization $ORGANIZATION$ has been detached from your Provider.", + "message": "A organização $ORGANIZATION$ foi separada do seu fornecedor.", "placeholders": { "organization": { "content": "$1", @@ -4813,7 +4828,7 @@ } }, "detachOrganizationConfirmation": { - "message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the Provider." + "message": "Tem a certeza de que pretende separar esta organização? A organização continuará a existir, mas deixará de ser gerida pelo fornecedor." }, "add": { "message": "Adicionar" @@ -4903,10 +4918,10 @@ "message": "O tempo limite do cofre não está dentro do intervalo permitido." }, "disablePersonalVaultExport": { - "message": "Remove individual vault export" + "message": "Remover a exportação do cofre individual" }, "disablePersonalVaultExportDesc": { - "message": "Do not allow members to export their individual vault data." + "message": "Não permitir que os membros exportem os seus dados do cofre individual." }, "vaultExportDisabled": { "message": "Exportação do cofre removida" @@ -4948,22 +4963,22 @@ "message": "Signed out callback path" }, "authority": { - "message": "Authority" + "message": "Autoridade" }, "clientId": { - "message": "Client ID" + "message": "ID do cliente" }, "clientSecret": { - "message": "Client secret" + "message": "Segredo do cliente" }, "metadataAddress": { - "message": "Metadata address" + "message": "Endereço dos metadados" }, "oidcRedirectBehavior": { - "message": "OIDC redirect behavior" + "message": "Comportamento de redirecionamento do OIDC" }, "getClaimsFromUserInfoEndpoint": { - "message": "Get claims from user info endpoint" + "message": "Obter reclamações do ponto de extremidade de informações do utilizador" }, "additionalScopes": { "message": "Custom scopes" @@ -4978,16 +4993,16 @@ "message": "Custom name claim types" }, "acrValues": { - "message": "Requested authentication context class reference values" + "message": "Valores de referência da classe de contexto de autenticação pedidos" }, "expectedReturnAcrValue": { "message": "Expected \"acr\" claim value in response" }, "spEntityId": { - "message": "SP entity ID" + "message": "ID da entidade SP" }, "spMetadataUrl": { - "message": "SAML 2.0 metadata URL" + "message": "URL de metadados SAML 2.0" }, "spAcsUrl": { "message": "Assertion consumer service (ACS) URL" @@ -5029,67 +5044,67 @@ "message": "Outbound signing algorithm" }, "idpAllowUnsolicitedAuthnResponse": { - "message": "Allow unsolicited authentication response" + "message": "Permitir resposta de autenticação não pedida" }, "idpAllowOutboundLogoutRequests": { - "message": "Allow outbound logout requests" + "message": "Permitir pedidos de saída de sessão" }, "idpSignAuthenticationRequests": { "message": "Assinar pedidos de autenticação" }, "ssoSettingsSaved": { - "message": "Single sign-on configuration saved" + "message": "Configuração de início de sessão único guardada" }, "sponsoredFamilies": { - "message": "Free Bitwarden Families" + "message": "Plano Familiar gratuito Bitwarden" }, "sponsoredFamiliesEligible": { - "message": "You and your family are eligible for Free Bitwarden Families. Redeem with your personal email to keep your data secure even when you are not at work." + "message": "O utilizador e a sua família são elegíveis para o plano Familiar gratuito Bitwarden. Resgate com o seu e-mail pessoal para manter os seus dados seguros mesmo quando não estiver no trabalho." }, "sponsoredFamiliesEligibleCard": { - "message": "Redeem your Free Bitwarden for Families plan today to keep your data secure even when you are not at work." + "message": "Resgate hoje mesmo o seu plano Familiar gratuito Bitwarden para manter os seus dados seguros mesmo quando não está no trabalho." }, "sponsoredFamiliesInclude": { - "message": "The Bitwarden for Families plan include" + "message": "O plano Bitwarden Familiar inclui" }, "sponsoredFamiliesPremiumAccess": { - "message": "Premium access for up to 6 users" + "message": "Acesso Premium para um máximo de 6 utilizadores" }, "sponsoredFamiliesSharedCollections": { - "message": "Shared collections for Family secrets" + "message": "Coleções partilhadas para segredos familiares" }, "badToken": { - "message": "The link is no longer valid. Please have the sponsor resend the offer." + "message": "O link já não é válido. Peça ao patrocinador para reenviar a oferta." }, "reclaimedFreePlan": { - "message": "Reclaimed free plan" + "message": "Plano gratuito resgatado" }, "redeem": { "message": "Resgatar" }, "sponsoredFamiliesSelectOffer": { - "message": "Select the organization you would like sponsored" + "message": "Selecione a organização que pretende patrocinar" }, "familiesSponsoringOrgSelect": { - "message": "Which Free Families offer would you like to redeem?" + "message": "Que oferta do plano Familiar gratuito gostaria de resgatar?" }, "sponsoredFamiliesEmail": { - "message": "Enter your personal email to redeem Bitwarden Families" + "message": "Introduza o seu e-mail pessoal para resgatar o plano Familiar Bitwarden" }, "sponsoredFamiliesLeaveCopy": { - "message": "If you remove an offer or are removed from the sponsoring organization, your Families sponsorship will expire at the next renewal date." + "message": "Se remover uma oferta ou for removido da organização patrocinadora, o patrocínio do seu plano Familiar expirará na data de renovação seguinte." }, "acceptBitwardenFamiliesHelp": { - "message": "Accept offer for an existing organization or create a new Families organization." + "message": "Aceitar a oferta para uma organização existente ou criar uma nova organização Familiar." }, "setupSponsoredFamiliesLoginDesc": { - "message": "You've been offered a free Bitwarden Families plan organization. To continue, you need to log in to the account that received the offer." + "message": "Foi-lhe oferecida uma organização do plano Familiar gratuito Bitwarden. Para continuar, é necessário iniciar sessão na conta que recebeu a oferta." }, "sponsoredFamiliesAcceptFailed": { - "message": "Unable to accept offer. Please resend the offer email from your Enterprise account and try again." + "message": "Não foi possível aceitar a oferta. Por favor, reenvie o e-mail da oferta a partir da sua conta Empresarial e tente novamente." }, "sponsoredFamiliesAcceptFailedShort": { - "message": "Unable to accept offer. $DESCRIPTION$", + "message": "Não foi possível aceitar a oferta. $DESCRIPTION$", "placeholders": { "description": { "content": "$1", @@ -5098,10 +5113,10 @@ } }, "sponsoredFamiliesOffer": { - "message": "Accept Free Bitwarden Families" + "message": "Aceitar o plano Familiar gratuito Bitwarden" }, "sponsoredFamiliesOfferRedeemed": { - "message": "Free Bitwarden Families offer successfully redeemed" + "message": "Oferta do plano Familiar gratuito Bitwarden resgatada com sucesso" }, "redeemed": { "message": "Resgatado" @@ -5110,7 +5125,7 @@ "message": "Conta resgatada" }, "revokeAccount": { - "message": "Revoke account $NAME$", + "message": "Revogar a conta $NAME$", "placeholders": { "name": { "content": "$1", @@ -5119,7 +5134,7 @@ } }, "resendEmailLabel": { - "message": "Resend sponsorship email to $NAME$ sponsorship", + "message": "Reenviar o e-mail de patrocínio para o patrocinador $NAME$", "placeholders": { "name": { "content": "$1", @@ -5128,37 +5143,37 @@ } }, "freeFamiliesPlan": { - "message": "Free Families plan" + "message": "Plano Familiar gratuito" }, "redeemNow": { - "message": "Redeem now" + "message": "Resgatar agora" }, "recipient": { - "message": "Recipient" + "message": "Destinatário" }, "removeSponsorship": { - "message": "Remove sponsorship" + "message": "Remover patrocínio" }, "removeSponsorshipConfirmation": { - "message": "After removing a sponsorship, you will be responsible for this subscription and related invoices. Are you sure you want to continue?" + "message": "Depois de remover um patrocínio, será responsável por esta subscrição e pelas faturas correspondentes. Tem a certeza de que pretende continuar?" }, "sponsorshipCreated": { - "message": "Sponsorship created" + "message": "Patrocínio criado" }, "emailSent": { "message": "E-mail enviado" }, "revokeSponsorshipConfirmation": { - "message": "After removing this account, the Families plan sponsorship will expire at the end of the billing period. You will not be able to redeem a new sponsorship offer until the existing one expires. Are you sure you want to continue?" + "message": "Depois de remover esta conta, o patrocínio do plano Familiar expirará no final do período de faturação. Não será possível resgatar uma nova oferta de patrocínio até que a existente expire. Tem a certeza de que pretende continuar?" }, "removeSponsorshipSuccess": { - "message": "Sponsorship removed" + "message": "Patrocínio removido" }, "ssoKeyConnectorError": { - "message": "Key Connector error: make sure Key Connector is available and working correctly." + "message": "Erro no Key Connector: certifique-se de que o Key Connector está disponível e a funcionar corretamente." }, "keyConnectorUrl": { - "message": "Key Connector URL" + "message": "URL do Key Connector" }, "sendVerificationCode": { "message": "Enviar um código de verificação para o seu e-mail" @@ -5170,13 +5185,13 @@ "message": "Código enviado" }, "verificationCode": { - "message": "Verification code" + "message": "Código de verificação" }, "confirmIdentity": { - "message": "Confirm your identity to continue." + "message": "Confirme a sua identidade para continuar." }, "verificationCodeRequired": { - "message": "Verification code is required." + "message": "É necessário o código de verificação." }, "invalidVerificationCode": { "message": "Código de verificação inválido" @@ -5203,49 +5218,49 @@ "message": "Permitir autenticação SSO" }, "allowSsoDesc": { - "message": "Once set up, your configuration will be saved and members will be able to authenticate using their Identity Provider credentials." + "message": "Uma vez definida, a sua configuração será guardada e os membros poderão autenticar-se utilizando as suas credenciais de fornecedor de identidade." }, "ssoPolicyHelpStart": { - "message": "Use the", + "message": "Utilize a", "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'" }, "ssoPolicyHelpLink": { - "message": "require single-sign-on authentication policy", + "message": "política de autenticação de início de sessão único", "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'" }, "ssoPolicyHelpEnd": { - "message": "to require all members to log in with SSO.", + "message": "para exigir que todos os membros iniciem sessão com SSO.", "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'" }, "memberDecryptionOption": { - "message": "Member decryption options" + "message": "Opções de desencriptação de membros" }, "memberDecryptionPassDesc": { - "message": "Once authenticated, members will decrypt vault data using their master passwords." + "message": "Uma vez autenticados, os membros desencriptam os dados do cofre utilizando as suas palavras-passe mestras." }, "keyConnector": { "message": "Key Connector" }, "memberDecryptionKeyConnectorDescStart": { - "message": "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", + "message": "Ligue o início de sessão com SSO ao seu servidor de chaves de desencriptação auto-hospedado. Ao utilizar esta opção, os membros não terão de utilizar as suas palavras-passe mestras para desencriptar os dados do cofre. As", "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": { - "message": "require SSO authentication and single organization policies", + "message": "políticas de autenticação SSO e de organização única", "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.'" }, "memberDecryptionKeyConnectorDescEnd": { - "message": "are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.", + "message": "são necessárias para configurar a descriptografia do Key Connector. Entre em contacto com o Apoio ao cliente do Bitwarden para obter assistência na configuração.", "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.'" }, "keyConnectorPolicyRestriction": { - "message": "\"Login with SSO and Key Connector Decryption\" is activated. This policy will only apply to owners and admins." + "message": "A política \"Iniciar sessão com SSO e desencriptação do Key Connector\" está ativada. Esta política aplica-se apenas a proprietários e administradores." }, "enabledSso": { - "message": "SSO turned on" + "message": "SSO ativado" }, "disabledSso": { - "message": "SSO turned on" + "message": "SSO desativado" }, "enabledKeyConnector": { "message": "Key Connector ativado" @@ -5263,19 +5278,19 @@ "message": "Por favor, forneça um método de pagamento para associar à organização. Não se preocupe, não lhe cobraremos nada, exceto se selecionar funcionalidades adicionais ou se o seu patrocínio expirar. " }, "orgCreatedSponsorshipInvalid": { - "message": "The sponsorship offer has expired. You may delete the organization you created to avoid a charge at the end of your 7 day trial. Otherwise you may close this prompt to keep the organization and assume billing responsibility." + "message": "A oferta de patrocínio expirou. Pode eliminar a organização que criou para evitar uma cobrança no final do período experimental de 7 dias. Caso contrário, pode fechar esta mensagem para manter a organização e assumir a responsabilidade pela faturação." }, "newFamiliesOrganization": { - "message": "New Families organization" + "message": "Nova organização Familiar" }, "acceptOffer": { - "message": "Accept offer" + "message": "Aceitar a oferta" }, "sponsoringOrg": { - "message": "Sponsoring organization" + "message": "Organização patrocinadora" }, "keyConnectorTest": { - "message": "Test" + "message": "Testar" }, "keyConnectorTestSuccess": { "message": "Sucesso! Key Connector acedido." @@ -5284,58 +5299,58 @@ "message": "Não é possível aceder ao Key Connector. Verifice o URL." }, "sponsorshipTokenHasExpired": { - "message": "The sponsorship offer has expired." + "message": "A oferta de patrocínio expirou." }, "freeWithSponsorship": { - "message": "FREE with sponsorship" + "message": "GRATUITO com patrocínio" }, "viewBillingSyncToken": { - "message": "View billing sync token" + "message": "Ver token de sincronização de faturação" }, "generateBillingSyncToken": { - "message": "Generate billing sync token" + "message": "Gerar token de sincronização de faturação" }, "copyPasteBillingSync": { - "message": "Copy and paste this token into the billing sync settings of your self-hosted organization." + "message": "Copie e cole este token nas definições de sincronização de faturação da sua organização auto-hospedada." }, "billingSyncCanAccess": { - "message": "Your billing sync token can access and edit this organization's subscription settings." + "message": "O seu token de sincronização de faturação pode aceder e editar as definições de subscrição desta organização." }, "manageBillingSync": { - "message": "Manage billing sync" + "message": "Gerir a sincronização da faturação" }, "setUpBillingSync": { - "message": "Set up billing sync" + "message": "Configurar a sincronização da faturação" }, "generateToken": { "message": "Gerar token" }, "rotateToken": { - "message": "Rotate token" + "message": "Regenerar token" }, "rotateBillingSyncTokenWarning": { - "message": "If you proceed, you will need to re-setup billing sync on your self-hosted server." + "message": "Se prosseguir, terá de voltar a configurar a sincronização da faturação no seu servidor auto-hospedado." }, "rotateBillingSyncTokenTitle": { - "message": "Rotating the billing sync token will invalidate the previous token." + "message": "Regenerar o token de sincronização de faturação invalidará o token anterior." }, "selfHostingTitle": { "message": "Self-hosting" }, "selfHostingEnterpriseOrganizationSectionCopy": { - "message": "To set-up your organization on your own server, you will need to upload your license file. To support Free Families plans and advanced billing capabilities for your self-hosted organization, you will need to set up billing sync." + "message": "Para configurar a sua organização no seu próprio servidor, terá de carregar o seu ficheiro de licença. Para suportar os planos Familiar gratuitos e as capacidades avançadas de faturação da sua organização auto-hospedada, terá de configurar a sincronização da faturação." }, "billingSyncApiKeyRotated": { - "message": "Token rotated" + "message": "Token regenerado" }, "billingSyncDesc": { - "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes." + "message": "A sincronização de faturação desbloqueia os patrocínios de planos Familiar e a sincronização automática de licenças no seu servidor. Depois de fazer atualizações no servidor de nuvem Bitwarden, selecione Sincronizar licença para aplicar as alterações." }, "billingSyncKeyDesc": { - "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." + "message": "É necessário um token de sincronização de faturação das definições de subscrição da sua organização na nuvem para preencher este formulário." }, "billingSyncKey": { - "message": "Billing sync token" + "message": "Token de sincronização de faturação" }, "active": { "message": "Ativo" @@ -5344,16 +5359,16 @@ "message": "Inativo" }, "sentAwaitingSync": { - "message": "Sent (awaiting sync)" + "message": "Enviado (a aguardar sincronização)" }, "sent": { - "message": "Sent" + "message": "Enviado" }, "requestRemoved": { - "message": "Removed (awaiting sync)" + "message": "Removido (a aguardar sincronização)" }, "requested": { - "message": "Requested" + "message": "Pedido" }, "formErrorSummaryPlural": { "message": "Os $COUNT$ campos acima precisam da sua atenção.", @@ -5380,7 +5395,7 @@ "message": "necessário" }, "characterMaximum": { - "message": "$MAX$ character maximum", + "message": "Máximo de $MAX$ caracteres", "placeholders": { "max": { "content": "$1", @@ -5395,7 +5410,7 @@ "message": "Personalizações opcionais" }, "openIdAuthorityRequired": { - "message": "Required if Authority is not valid." + "message": "Necessário se a Autoridade não for válida." }, "separateMultipleWithComma": { "message": "Separe vários com uma vírgula." @@ -5428,7 +5443,7 @@ } }, "accessDenied": { - "message": "Access denied. You do not have permission to view this page." + "message": "Acesso negado. Não tem permissão para visualizar esta página." }, "masterPassword": { "message": "Palavra-passe mestra" @@ -5509,7 +5524,7 @@ "message": "Item desconhecido, poderá ser necessário pedir autorização para aceder a este item." }, "cannotSponsorSelf": { - "message": "You cannot redeem for the active account. Enter a different email." + "message": "Não é possível resgatar da conta ativa. Introduza um e-mail diferente." }, "revokeWhenExpired": { "message": "Expira em $DATE$", @@ -5521,7 +5536,7 @@ } }, "awaitingSyncSingular": { - "message": "Token rotated $DAYS$ day ago. Update the billing sync token in your self-hosted organization settings.", + "message": "Token regenerado há $DAYS$ dia. Atualize o token de sincronização de faturação nas definições da sua organização auto-hospedada.", "placeholders": { "days": { "content": "$1", @@ -5530,7 +5545,7 @@ } }, "awaitingSyncPlural": { - "message": "Token rotated $DAYS$ days ago. Update the billing sync token in your self-hosted organization settings.", + "message": "Token regenerado há $DAYS$ dias. Atualize o token de sincronização de faturação nas definições da sua organização auto-hospedada.", "placeholders": { "days": { "content": "$1", @@ -5539,11 +5554,11 @@ } }, "lastSync": { - "message": "Last sync", + "message": "Última sincronização a", "description": "Used as a prefix to indicate the last time a sync occured. Example \"Last sync 1968-11-16 00:00:00\"" }, "sponsorshipsSynced": { - "message": "Self-hosted sponsorships synced." + "message": "Patrocínios auto-hospedados sincronizados." }, "billingManagedByProvider": { "message": "Gerido por $PROVIDER$", @@ -5559,17 +5574,17 @@ "description": "This text is displayed if an organization's billing is managed by a Provider. It tells the user to contact the Provider for assistance." }, "forwardedEmail": { - "message": "Forwarded email alias" + "message": "Alias de e-mail reencaminhado" }, "forwardedEmailDesc": { - "message": "Generate an email alias with an external forwarding service." + "message": "Gerar um alias de e-mail com um serviço de reencaminhamento externo." }, "hostname": { "message": "Nome de domínio", "description": "Part of a URL." }, "apiAccessToken": { - "message": "API access token" + "message": "Token de acesso à API" }, "deviceVerification": { "message": "Verificação do dispositivo" @@ -5619,15 +5634,15 @@ "description": "the text, 'SCIM' and 'API', are acronymns and should not be translated." }, "rotateScimKey": { - "message": "Gerar a chave da API SCIM", + "message": "Regenerar a chave da API SCIM", "description": "the text, 'SCIM' and 'API', are acronymns and should not be translated." }, "rotateScimKeyWarning": { - "message": "Tem a certeza de que pretende alterar a chave da API SCIM? A chave atual deixará de funcionar para quaisquer integrações existentes.", + "message": "Tem a certeza de que pretende regenerar a chave da API SCIM? A chave atual deixará de funcionar para quaisquer integrações existentes.", "description": "the text, 'SCIM' and 'API', are acronymns and should not be translated." }, "rotateKey": { - "message": "Gerar chave" + "message": "Regenerar chave" }, "scimApiKey": { "message": "Chave da API SCIM", @@ -5642,7 +5657,7 @@ "description": "the text, 'SCIM' and 'URL', are acronymns and should not be translated." }, "scimApiKeyRotated": { - "message": "Chave API SCIM gerada com sucesso", + "message": "Chave API SCIM regenerada com sucesso", "description": "the text, 'SCIM' and 'API', are acronymns and should not be translated." }, "scimSettingsSaved": { @@ -5674,7 +5689,7 @@ } }, "inputForbiddenCharacters": { - "message": "The following characters are not allowed: $CHARACTERS$", + "message": "Não são permitidos os seguintes caracteres: $CHARACTERS$", "placeholders": { "characters": { "content": "$1", @@ -5683,7 +5698,7 @@ } }, "inputMinValue": { - "message": "Input value must be at least $MIN$.", + "message": "O valor do campo tem de ser, pelo menos, $MIN$ caracteres.", "placeholders": { "min": { "content": "$1", @@ -5692,7 +5707,7 @@ } }, "inputMaxValue": { - "message": "Input value must not exceed $MAX$.", + "message": "O valor do campo não pode exceder os $MAX$ caracteres.", "placeholders": { "max": { "content": "$1", @@ -5918,18 +5933,18 @@ "description": "Empty state to indicate that there are no secrets to display." }, "secretsNoItemsMessage": { - "message": "To get started, add a new secret or import secrets.", + "message": "Para começar, adicione um novo segredo ou importe-os.", "description": "Message to encourage the user to start adding secrets." }, "secretsTrashNoItemsMessage": { - "message": "There are no secrets in the trash." + "message": "Não existem segredos no lixo." }, "serviceAccountsNoItemsMessage": { - "message": "Create a new service account to get started automating secret access.", + "message": "Crie uma nova conta de serviço para começar a automatizar o acesso a segredos.", "description": "Message to encourage the user to start creating service accounts." }, "serviceAccountsNoItemsTitle": { - "message": "Nothing to show yet", + "message": "Ainda não há nada para mostrar", "description": "Title to indicate that there are no service accounts to display." }, "searchSecrets": { @@ -6105,11 +6120,11 @@ "description": "This message is displayed in a dialog box as a warning before proceeding with project deletion." }, "projectsNoItemsTitle": { - "message": "No projects to display", + "message": "Não há projetos para apresentar", "description": "Empty state to be displayed when there are no projects to display in the list." }, "projectsNoItemsMessage": { - "message": "Add a new project to get started organizing secrets.", + "message": "Adicione um novo projeto para começar a organizar segredos.", "description": "Message to be displayed when there are no projects to display in the list." }, "smConfirmationRequired": { @@ -6140,7 +6155,7 @@ "description": "Label for the expiration date of an access token." }, "canRead": { - "message": "Can read", + "message": "Pode ler", "description": "Label for the access level of an access token (Read only)." }, "accessTokensNoItemsTitle": { @@ -6152,7 +6167,7 @@ "description": "Message to be displayed when there are no access tokens to display in the list." }, "downloadAccessToken": { - "message": "Download or copy before closing.", + "message": "Transfira ou copie antes de fechar.", "description": "Message to be displayed before closing an access token, reminding the user to download or copy it." }, "expiresOnAccessToken": { @@ -6160,7 +6175,7 @@ "description": "Label for the expiration date of an access token." }, "accessTokenCallOutTitle": { - "message": "Access tokens are not stored and cannot be retrieved", + "message": "Os tokens de acesso não são armazenados e não podem ser recuperados", "description": "Notification to inform the user that access tokens are only displayed once and cannot be retrieved again." }, "copyToken": { @@ -6176,29 +6191,25 @@ "description": "Error message indicating that an expiration date for the access token must be set." }, "accessTokenCreatedAndCopied": { - "message": "Access token created and copied to clipboard", + "message": "Token de acesso criado e copiado para a área de transferência", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { - "message": "Revoke access token", + "message": "Revogar token de acesso", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." }, "revokeAccessTokens": { - "message": "Revoke access tokens" + "message": "Revogar tokens de acesso" }, "revokeAccessTokenDesc": { - "message": "Revoking access tokens is permanent and irreversible." + "message": "A revogação dos tokens de acesso é permanente e irreversível." }, "accessTokenRevoked": { - "message": "Access tokens revoked", + "message": "Tokens de acesso revogados", "description": "Toast message after deleting one or multiple access tokens." }, "noAccessTokenSelected": { - "message": "No access token selected to revoke", + "message": "Nenhum token de acesso selecionado para revogar", "description": "Toast error message after trying to delete access tokens but not selecting any access tokens." }, "submenu": { @@ -6229,16 +6240,16 @@ "message": "Informações do grupo" }, "editGroupMembersDesc": { - "message": "Grant members access to the group's assigned collections." + "message": "Conceder aos membros acesso às coleções atribuídas ao grupo." }, "editGroupCollectionsDesc": { - "message": "Grant access to collections by adding them to this group." + "message": "Conceder aos membros acesso às coleções adicionando-os a este grupo." }, "accessAllCollectionsDesc": { - "message": "Grant access to all current and future collections." + "message": "Conceder acesso a todas as coleções atuais e futuras." }, "accessAllCollectionsHelp": { - "message": "If checked, this will replace all other collection permissions." + "message": "Se estiver selecionada, esta opção substitui todas as outras permissões de coleção." }, "selectMembers": { "message": "Selecionar membros" @@ -6271,13 +6282,13 @@ "message": "Pode editar, excepto palavras-passe" }, "noCollectionsAdded": { - "message": "Sem coleções adicionadas" + "message": "Não foram adicionadas coleções" }, "noMembersAdded": { - "message": "No members added" + "message": "Nenhum membro adicionado" }, "noGroupsAdded": { - "message": "No groups added" + "message": "Nenhum grupo adicionado" }, "group": { "message": "Grupo" @@ -6289,64 +6300,64 @@ "message": "Este membro pode aceder e modificar todos os itens." }, "domainVerification": { - "message": "Domain verification" + "message": "Verificação do domínio" }, "newDomain": { - "message": "New domain" + "message": "Novo domínio" }, "noDomains": { - "message": "No domains" + "message": "Sem domínios" }, "noDomainsSubText": { - "message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO." + "message": "A ligação de um domínio permite aos membros ignorar o campo do identificador SSO durante o início de sessão com SSO." }, "verifyDomain": { - "message": "Verify domain" + "message": "Verificar domínio" }, "reverifyDomain": { - "message": "Reverify domain" + "message": "Verificar domínio novamente" }, "copyDnsTxtRecord": { - "message": "Copy DNS TXT record" + "message": "Copiar registo DNS TXT" }, "dnsTxtRecord": { - "message": "DNS TXT record" + "message": "Registo DNS TXT" }, "dnsTxtRecordInputHint": { - "message": "Copy and paste the TXT record into your DNS Provider." + "message": "Copie e cole o registo TXT no seu fornecedor de DNS." }, "domainNameInputHint": { - "message": "Example: mydomain.com. Subdomains require separate entries to be verified." + "message": "Exemplo: omeudominio.com. Os subdomínios requerem campos separados para serem verificados." }, "automaticDomainVerification": { - "message": "Automatic Domain Verification" + "message": "Verificação automática de domínios" }, "automaticDomainVerificationProcess": { - "message": "Bitwarden will attempt to verify the domain 3 times during the first 72 hours. If the domain can’t be verified, check the DNS record in your host and manually verify. The domain will be removed from your organization in 7 days if it is not verified" + "message": "O Bitwarden tentará verificar o domínio 3 vezes durante as primeiras 72 horas. Se o domínio não puder ser verificado, verifique o registo DNS no seu anfitrião e verifique manualmente. O domínio será removido da sua organização em 7 dias se não for verificado" }, "invalidDomainNameMessage": { - "message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified." + "message": "O campo não é um formato válido. Formato: omeudominio.com. Os subdomínios requerem campos separados para serem verificados." }, "removeDomain": { - "message": "Remove domain" + "message": "Remover domínio" }, "removeDomainWarning": { "message": "A remoção de um domínio não pode ser anulada. Tem a certeza de que pretende continuar?" }, "domainRemoved": { - "message": "Domain removed" + "message": "Domínio removido" }, "domainSaved": { - "message": "Domain saved" + "message": "Domínio guardado" }, "domainVerified": { - "message": "Domain verified" + "message": "Domínio verificado" }, "duplicateDomainError": { - "message": "You can't claim the same domain twice." + "message": "Não é possível reivindicar o mesmo domínio duas vezes." }, "domainNotAvailable": { - "message": "Someone else is using $DOMAIN$. Use a different domain to continue.", + "message": "Outra pessoa está a utilizar $DOMAIN$. Utilize um domínio diferente para continuar.", "placeholders": { "DOMAIN": { "content": "$1", @@ -6355,7 +6366,7 @@ } }, "domainNotVerified": { - "message": "$DOMAIN$ not verified. Check your DNS record.", + "message": "$DOMAIN$ não verificado. Verifique o seu registo DNS.", "placeholders": { "DOMAIN": { "content": "$1", @@ -6376,13 +6387,13 @@ "message": "Estado" }, "lastChecked": { - "message": "Last checked" + "message": "Última verificação a" }, "editDomain": { "message": "Editar domínio" }, "domainFormInvalid": { - "message": "There are form errors that need your attention" + "message": "Existem erros de formulário que precisam da sua atenção" }, "addedDomain": { "message": "Domínio $DOMAIN$ adicionado", @@ -6394,7 +6405,7 @@ } }, "removedDomain": { - "message": "Removed domain $DOMAIN$", + "message": "Domínio $DOMAIN$ removido", "placeholders": { "DOMAIN": { "content": "$1", @@ -6403,7 +6414,7 @@ } }, "domainVerifiedEvent": { - "message": "$DOMAIN$ verified", + "message": "$DOMAIN$ verificado", "placeholders": { "DOMAIN": { "content": "$1", @@ -6412,7 +6423,7 @@ } }, "domainNotVerifiedEvent": { - "message": "$DOMAIN$ not verified", + "message": "$DOMAIN$ não verificado", "placeholders": { "DOMAIN": { "content": "$1", @@ -6433,22 +6444,22 @@ "message": "Selecionar grupos" }, "userPermissionOverrideHelper": { - "message": "Permissions set for a member will replace permissions set by that member's group" + "message": "As permissões definidas para um membro substituirão as permissões definidas pelo grupo desse membro" }, "noMembersOrGroupsAdded": { - "message": "No members or groups added" + "message": "Não foram adicionados membros ou grupos" }, "deleted": { "message": "Eliminado" }, "memberStatusFilter": { - "message": "Member status filter" + "message": "Filtro do estado dos membros" }, "inviteMember": { "message": "Convidar membro" }, "needsConfirmation": { - "message": "Needs confirmation" + "message": "Precisa de confirmação" }, "memberRole": { "message": "Função do membro" @@ -6460,7 +6471,7 @@ "message": "Trocar produtos" }, "freeOrgInvLimitReachedManageBilling": { - "message": "Free organizations may have up to $SEATCOUNT$ members. Upgrade to a paid plan to invite more members.", + "message": "As organizações gratuitas podem ter até $SEATCOUNT$ membros. Atualize para um plano pago para convidar mais membros.", "placeholders": { "seatcount": { "content": "$1", @@ -6469,7 +6480,7 @@ } }, "freeOrgInvLimitReachedNoManageBilling": { - "message": "Free organizations may have up to $SEATCOUNT$ members. Contact your organization owner to upgrade.", + "message": "As organizações gratuitas podem ter até $SEATCOUNT$ membros. Contacte o proprietário da organização para fazer uma atualização.", "placeholders": { "seatcount": { "content": "$1", @@ -6478,7 +6489,7 @@ } }, "freeOrgMaxCollectionReachedManageBilling": { - "message": "Free organizations may have up to $COLLECTIONCOUNT$ collections. Upgrade to a paid plan to add more collections.", + "message": "As organizações gratuitas podem ter até $COLLECTIONCOUNT$ coleções. Atualize para um plano pago para adicionar mais coleções.", "placeholders": { "COLLECTIONCOUNT": { "content": "$1", @@ -6487,7 +6498,7 @@ } }, "freeOrgMaxCollectionReachedNoManageBilling": { - "message": "Free organizations may have up to $COLLECTIONCOUNT$ collections. Contact your organization owner to upgrade.", + "message": "As organizações gratuitas podem ter até $COLLECTIONCOUNT$ coleções. Contacte o proprietário da organização para fazer uma atualização.", "placeholders": { "COLLECTIONCOUNT": { "content": "$1", @@ -6502,10 +6513,10 @@ "message": "Exportar dados" }, "exportingOrganizationSecretDataTitle": { - "message": "Exporting Organization Secret Data" + "message": "A exportar dados secretos da organização" }, "exportingOrganizationSecretDataDescription": { - "message": "Only the Secrets Manager data associated with $ORGANIZATION$ will be exported. Items in other products or from other organizations will not be included.", + "message": "Apenas os dados do Gestor de segredos associados a $ORGANIZATION$ serão exportados. Os itens de outros produtos ou de outras organizações não serão incluídos.", "placeholders": { "ORGANIZATION": { "content": "$1", @@ -6514,49 +6525,49 @@ } }, "fileUpload": { - "message": "File upload" + "message": "Carregamento de ficheiros" }, "acceptedFormats": { - "message": "Accepted Formats:" + "message": "Formatos aceites:" }, "copyPasteImportContents": { - "message": "Copy & paste import contents:" + "message": "Copiar e colar o conteúdo da importação:" }, "or": { - "message": "or" + "message": "ou" }, "licenseAndBillingManagement": { - "message": "License and billing management" + "message": "Gestão de licenças e faturação" }, "automaticSync": { - "message": "Automatic sync" + "message": "Sincronização automática" }, "manualUpload": { - "message": "Manual upload" + "message": "Carregamento manual" }, "manualUploadDesc": { - "message": "If you do not want to opt into billing sync, manually upload your license here." + "message": "Se não pretender optar pela sincronização da faturação, carregue manualmente a sua licença aqui." }, "syncLicense": { - "message": "Sync license" + "message": "Sincronizar licença" }, "licenseSyncSuccess": { - "message": "Successfully synced license" + "message": "Licença sincronizada com sucesso" }, "licenseUploadSuccess": { - "message": "Successfully uploaded license" + "message": "Licença carregada com sucesso" }, "lastLicenseSync": { - "message": "Last license sync" + "message": "Última sincronização de licença a" }, "billingSyncHelp": { - "message": "Billing Sync help" + "message": "Ajuda na sincronização da faturação" }, "licensePaidFeaturesHelp": { - "message": "License paid features help" + "message": "Ajuda na licença de funcionalidades pagas" }, "selfHostGracePeriodHelp": { - "message": "After your subscription expires, you have 60 days to apply an updated license file to your organization. Grace period ends $GRACE_PERIOD_END_DATE$.", + "message": "Após a expiração da sua subscrição, tem 60 dias para aplicar um ficheiro de licença atualizado à sua organização. O período de carência termina a $GRACE_PERIOD_END_DATE$.", "placeholders": { "GRACE_PERIOD_END_DATE": { "content": "$1", @@ -6565,58 +6576,61 @@ } }, "uploadLicense": { - "message": "Upload license" + "message": "Carregar licença" }, "projectPeopleDescription": { - "message": "Grant groups or people access to this project." + "message": "Conceder acesso a este projeto a grupos ou pessoas." }, "projectPeopleSelectHint": { - "message": "Type or select people or groups" + "message": "Escreva ou selecione pessoas ou grupos" }, "projectServiceAccountsDescription": { - "message": "Grant service accounts access to this project." + "message": "Conceder acesso a este projeto às contas de serviço." }, "projectServiceAccountsSelectHint": { - "message": "Type or select service accounts" + "message": "Escreva ou selecione contas de serviço" }, "projectEmptyPeopleAccessPolicies": { - "message": "Add people or groups to start collaborating" + "message": "Adicionar pessoas ou grupos para começar a colaborar" }, "projectEmptyServiceAccountAccessPolicies": { - "message": "Add service accounts to grant access" + "message": "Adicionar contas de serviço para conceder acesso" }, "serviceAccountPeopleDescription": { "message": "Conceder a grupos ou pessoas acesso a esta conta de serviço." }, "serviceAccountProjectsDescription": { - "message": "Assign projects to this service account. " + "message": "Atribuir projetos a esta conta de serviço. " }, "serviceAccountEmptyProjectAccesspolicies": { - "message": "Add projects to grant access" + "message": "Adicionar projetos para conceder acesso" }, "canReadWrite": { - "message": "Can read, write" + "message": "Pode ler, escrever" }, "groupSlashUser": { "message": "Grupo/Utilizador" }, "lowKdfIterations": { - "message": "Low KDF Iterations" + "message": "Iterações KDF baixas" }, "updateLowKdfIterationsDesc": { - "message": "Update your encryption settings to meet new security recommendations and improve account protection." + "message": "Atualize as suas definições de encriptação para cumprir as novas recomendações de segurança e melhorar a proteção da conta." }, "changeKdfLoggedOutWarning": { "message": "Ao prosseguir, terminará todas as sessões ativas. Terá de iniciar sessão novamente e concluir a configuração da verificação de dois passos. Recomendamos que exporte o seu cofre antes de alterar as definições de encriptação para evitar a perda de dados." }, "secretsManagerBeta": { - "message": "Secrets Manager Beta" + "message": "Gestor de segredos Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Gestor de segredos" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Ativar o acesso do utilizador ao Gestor de segredos." + }, + "userAccessSecretsManagerGA": { + "message": "Este utilizador pode aceder ao Gestor de segredos" }, "important": { "message": "Importante:" @@ -6716,28 +6730,28 @@ "message": "É necessária uma seleção." }, "secretsManagerSubscriptionDesc": { - "message": "Turn on organization access to the Secrets Manager at no charge during the Beta program. Users can be granted access to the Beta in Members." + "message": "Ativar o acesso da organização ao Gestor de segredos sem custos durante o programa Beta. Os utilizadores podem ter acesso ao Beta em Membros." }, "secretsManagerEnable": { - "message": "Enable Secrets Manager Beta" + "message": "Ativar Gestor de segredos Beta" }, "saPeopleWarningTitle": { - "message": "Access tokens still available" + "message": "Tokens de acesso ainda disponíveis" }, "saPeopleWarningMessage": { - "message": "Removing people from a service account does not remove the access tokens they created. For security best practice, it is recommended to revoke access tokens created by people removed from a service account." + "message": "Remover pessoas de uma conta de serviço não remove os tokens de acesso que criaram. Como prática recomendada de segurança, recomenda-se a revogação dos tokens de acesso criados por pessoas removidas de uma conta de serviço." }, "smAccessRemovalWarningProjectTitle": { - "message": "Remove access to this project" + "message": "Remover o acesso a este projeto" }, "smAccessRemovalWarningProjectMessage": { - "message": "This action will remove your access to the project." + "message": "Esta ação retirará o seu acesso ao projeto." }, "smAccessRemovalWarningSaTitle": { - "message": "Remove access to this service account" + "message": "Remover o acesso a esta conta de serviço" }, "smAccessRemovalWarningSaMessage": { - "message": "This action will remove your access to the service account." + "message": "Esta ação retirará o seu acesso à conta de serviço." }, "removeAccess": { "message": "Remover acesso" @@ -6812,7 +6826,7 @@ "description": "The message shown to the user when bulk deleting projects and the user doesn't have access to some projects." }, "updateKdfSettings": { - "message": "Atualizar definições KDF" + "message": "Atualizar as definições do KDF" }, "trustedDeviceEncryption": { "message": "Encriptação de dispositivo de confiança" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "O utilizador atualizou uma palavra-passe emitida através da recuperação de conta." }, + "enabledAccessToSecretsManager": { + "message": "Acesso ativado ao Gestor de segredos", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Ativar o acesso" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Conceda aos seguintes membros acesso ao Gestor de segredos. A função concedida no Gestor de palavras-passe aplicar-se-á ao Gestor de segredos.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Ativar o Gestor de segredos" + }, "yourOrganizationsFingerprint": { "message": "Frase de impressão digital da sua organização", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/ro/messages.json b/apps/web/src/locales/ro/messages.json index 2febda7157..8f31b079d5 100644 --- a/apps/web/src/locales/ro/messages.json +++ b/apps/web/src/locales/ro/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirmare export seif" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Acest export conține datele dvs. din seif în format necriptat. Nu ar trebui să stocați sau să trimiteți fișierul pe canale nesecurizate (cum ar fi e-mail). Ștergeți-l imediat după ce nu îl mai folosiți." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Acest export criptează datele, utilizând cheia de criptare a contului. Dacă revocați vreodată cheia de criptare a contului dvs., ar trebui să exportați din nou, deoarece nu veți putea decripta acest fișier de export." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export seif" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Format fișier" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Încercare de conectare eșuată cu verificarea în două etape incorectă." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Seif exportat" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/ru/messages.json b/apps/web/src/locales/ru/messages.json index f9dcdc13e8..0863d73abf 100644 --- a/apps/web/src/locales/ru/messages.json +++ b/apps/web/src/locales/ru/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Подтвердить экспорт хранилища" }, + "confirmSecretsExport": { + "message": "Подтвердить экспорт секретов" + }, "exportWarningDesc": { "message": "Экспортируемый файл содержит данные вашего хранилища в незашифрованном формате. Его не следует хранить или отправлять по небезопасным каналам (например по электронной почте). Удалите его сразу после использования." }, + "exportSecretsWarningDesc": { + "message": "Экспортируемый файл содержит данные ваших секретов в незашифрованном формате. Его не следует хранить или отправлять по небезопасным каналам (например по электронной почте). Удалите его сразу после использования." + }, "encExportKeyWarningDesc": { "message": "При экспорте данные шифруются при помощи ключа шифрования учетной записи. Если вы решите сменить ключ шифрования, вам следует экспортировать данные повторно, поскольку вы не сможете расшифровать этот файл экспорта." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Экспортировать хранилище" }, + "exportSecrets": { + "message": "Экспорт секретов" + }, "fileFormat": { "message": "Формат файла" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Ошибка входа из-за некорректной двухэтапной аутентификации." }, + "incorrectPassword": { + "message": "Неверный пароль" + }, + "incorrectCode": { + "message": "Неверный код" + }, "exportedVault": { "message": "Хранилище экспортировано." }, @@ -6179,10 +6194,6 @@ "message": "Токен доступа создан и скопирован в буфер обмена", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Управление разрешениями недоступно в бета-версии.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Отозвать токен доступа", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Менеджер секретов Beta" }, - "secretsManagerBetaDesc": { - "message": "Возможность бесплатного доступа пользователей к Менеджеру секретов во время программы бета-тестирования." + "secretsManager": { + "message": "Менеджер секретов" }, - "userAccessSecretsManager": { - "message": "Этот пользователь может получить доступ к Менеджеру секретов Beta" + "secretsManagerAccessDesc": { + "message": "Включить доступ пользователей к менеджеру секретов." + }, + "userAccessSecretsManagerGA": { + "message": "Этот пользователь может получить доступ к менеджеру секретов" }, "important": { "message": "Важно:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Пользователь обновил пароль, выданный через восстановление аккаунта." }, + "enabledAccessToSecretsManager": { + "message": "Включить доступ к менеджеру секретов", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Включить доступ" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Предоставить следующим пользователям доступ к менеджеру секретов. Роль, предоставленная в менеджере паролей, будет применяться и к менеджеру секретов.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Включить менеджер секретов" + }, "yourOrganizationsFingerprint": { "message": "Фраза отпечатка вашей организации", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/si/messages.json b/apps/web/src/locales/si/messages.json index 1e74c96b97..a9ed3df1e4 100644 --- a/apps/web/src/locales/si/messages.json +++ b/apps/web/src/locales/si/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/sk/messages.json b/apps/web/src/locales/sk/messages.json index 66795f920c..d55663201c 100644 --- a/apps/web/src/locales/sk/messages.json +++ b/apps/web/src/locales/sk/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Potvrdiť export trezoru" }, + "confirmSecretsExport": { + "message": "Potvrdiť export položiek" + }, "exportWarningDesc": { "message": "Tento export obsahuje vaše dáta v nešifrovanom formáte. Nemali by ste ich ukladať, ani posielať cez nezabezpečené kanály (napr. email). Okamžite ho odstráňte, keď ho prestanete používať." }, + "exportSecretsWarningDesc": { + "message": "Tento export obsahuje vaše dáta v nešifrovanom formáte. Nemali by ste ich ukladať, ani posielať cez nezabezpečené kanály (napr. email). Okamžite ho odstráňte, keď ho prestanete používať." + }, "encExportKeyWarningDesc": { "message": "Tento export zašifruje vaše údaje pomocou šifrovacieho kľúča vášho účtu. Ak niekedy budete rotovať šifrovací kľúč svojho účtu, mali by ste exportovať znova, pretože nebudete môcť dešifrovať tento exportovaný súbor." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export trezoru" }, + "exportSecrets": { + "message": "Exportovať položky" + }, "fileFormat": { "message": "Formát Súboru" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Prihlásenie zlyhalo pre nesprávnu dvojstupňovú autorizáciu." }, + "incorrectPassword": { + "message": "Nesprávne heslo" + }, + "incorrectCode": { + "message": "Nesprávny kód" + }, "exportedVault": { "message": "Trezor exportovaný." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Beta verzia Secrets Manager" }, - "secretsManagerBetaDesc": { - "message": "Počas Beta programu zadarmo povoliť používateľovi prístup k Secrets Manager." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Tento používateľ má prístup k beta verzii Secrets Manager" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Dôležité:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Použivateľ aktualizoval heslo ktoré bolo vydané pri obnove konta." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Fráza odtlačku vašej organizácie", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/sl/messages.json b/apps/web/src/locales/sl/messages.json index 6d37182ba7..0b83d00531 100644 --- a/apps/web/src/locales/sl/messages.json +++ b/apps/web/src/locales/sl/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Potrdite izvoz trezorja" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Podatki bodo izvoženi v nešifrirani obliki. Izvožene datoteke ne shranjujte ali pošiljajte po nezavarovanih kanalih (kot n.pr. e-pošta). Datoteko izbrišite takoj, ko je ne boste več potrebovali." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Ta izvoz šifrira vaše podatke z uporabo ključa za šifriranje. Če boste kdaj zamenjali šifrirni ključ svojega računa, boste morali izvoz narediti ponovno, saj pričujočega izvoza ne boste morali dešifrirati in uvoziti." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Izvoz trezorja" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Format datoteke" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Pomembno:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/sr/messages.json b/apps/web/src/locales/sr/messages.json index 3eca9f2bf2..ec0cb21573 100644 --- a/apps/web/src/locales/sr/messages.json +++ b/apps/web/src/locales/sr/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Потврдите извоз сефа" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Овај извоз садржи податке сефа у нешифрираном формату. Не бисте смели да сачувате или шаљете извезену датотеку преко несигурних канала (као што је имејл). Избришите датотеку одмах након што завршите са коришћењем." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Овај извоз шифрује податке користећи кључ за шифровање вашег налога. Ако икада промените кључ за шифровање свог налога, требало би да поново извезете, јер нећете моћи да дешифрујете овај извоз." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Извоз сефа" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Формат датотеке" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Покушај пријаве није успео са нетачном пријавом у два корака." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Сеф извежен." }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Омогућите приступ корисницима Secrets Manager без накнаде током Beta програма." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Овај корисник може приступити Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Важно:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Корисник је ажурирао лозинку издату путем опоравка налога." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Ваша Сигурносна Фраза организације", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/sr_CS/messages.json b/apps/web/src/locales/sr_CS/messages.json index 751e7e0095..62d3951e54 100644 --- a/apps/web/src/locales/sr_CS/messages.json +++ b/apps/web/src/locales/sr_CS/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Izvezi trezor" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/sv/messages.json b/apps/web/src/locales/sv/messages.json index 00ade7d339..6fca5291b8 100644 --- a/apps/web/src/locales/sv/messages.json +++ b/apps/web/src/locales/sv/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Bekräfta export av valv" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Denna export innehåller ditt valv i ett okrypterat format. Du bör inte lagra eller skicka den exporterade filen över osäkra kanaler (t.ex. e-post). Radera den omedelbart när du är färdig med den." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Denna export krypterar dina data med kontots krypteringsnyckel. Om du någonsin roterar kontots krypteringsnyckel bör du exportera igen eftersom du inte kommer att kunna dekryptera denna exportfil." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Exportera valv" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Filformat" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Inloggningsförsöket misslyckades med felaktig tvåstegsverifiering." }, + "incorrectPassword": { + "message": "Felaktigt lösenord" + }, + "incorrectCode": { + "message": "Felaktig kod" + }, "exportedVault": { "message": "Exporterade valv" }, @@ -6179,10 +6194,6 @@ "message": "Åtkomsttoken skapades och kopierades till urklipp", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Återkalla åtkomsttoken", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Hemlighetshanterare beta" }, - "secretsManagerBetaDesc": { - "message": "Aktivera användaråtkomst till hemlighetshanteraren utan kostnad under Beta-programmet." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Denna användare har åtkomst till hemlighetshanteraren Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Viktigt:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Din organisations fingeravtrycksfras", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/te/messages.json b/apps/web/src/locales/te/messages.json index 2d39dc77ba..824b15acfa 100644 --- a/apps/web/src/locales/te/messages.json +++ b/apps/web/src/locales/te/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Confirm vault export" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "File format" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/th/messages.json b/apps/web/src/locales/th/messages.json index fb8977f446..ac2c69e038 100644 --- a/apps/web/src/locales/th/messages.json +++ b/apps/web/src/locales/th/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "ยืนยันการส่งออกตู้นิรภัย" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "การส่งออกนี้เข้ารหัสข้อมูลของคุณโดยใช้คีย์เข้ารหัสของบัญชีของคุณ หากคุณเคยหมุนเวียนคีย์เข้ารหัสของบัญชี คุณควรส่งออกอีกครั้ง เนื่องจากคุณจะไม่สามารถถอดรหัสไฟล์ส่งออกนี้ได้" }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Export vault" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "รูปแบบไฟล์" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/tr/messages.json b/apps/web/src/locales/tr/messages.json index 897b6cc5bd..b11a64b1de 100644 --- a/apps/web/src/locales/tr/messages.json +++ b/apps/web/src/locales/tr/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Kasayı dışa aktarmayı onaylayın" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Dışa aktarılan dosyadaki verileriniz şifrelenmemiş olacak. Bu dosyayı güvensiz yöntemlerle (örn. e-posta) göndermemeli ve saklamamalısınız. İşiniz bittikten sonra dosyayı hemen silin." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Dışa aktardığınız bu dosyadaki verileriniz, hesabınızın şifreleme anahtarıyla şifrelenir. Hesabınızın şifreleme anahtarını değiştirirseniz bu dosyanın şifresi çözülemez hale gelir, dolayısıyla dosyayı yeniden dışa aktarmanız gerekir." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Kasayı dışa aktar" }, + "exportSecrets": { + "message": "Sırları dışa aktar" + }, "fileFormat": { "message": "Dosya biçimi" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Hatalı iki aşamalı doğrulama sebebiyle oturum açma başarısız oldu." }, + "incorrectPassword": { + "message": "Yanlış parola" + }, + "incorrectCode": { + "message": "Yanlış kod" + }, "exportedVault": { "message": "Kasa dışa aktarıldı" }, @@ -6179,10 +6194,6 @@ "message": "Erişim anahtarı oluşturuldu ve panoya kopyalandı", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "İzin yönetimi beta sürümünde kullanılamıyor.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Erişim anahtarını İptal Et", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Sır Yöneticisi Beta" }, - "secretsManagerBetaDesc": { - "message": "Beta programı sırasında Secrets Manager'a kullanıcı erişimini ücretsiz olarak etkinleştirin." + "secretsManager": { + "message": "Sır Yöneticisi" }, - "userAccessSecretsManager": { - "message": "Bu kullanıcı Secrets Manager Beta'ya erişebilir" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Önemli:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Kullanıcı, hesap kurtarma yoluyla verilen bir parolayı güncelledi." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Erişimi etkinleştir" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Kuruluşunuzun parmak izi ifadesi", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/uk/messages.json b/apps/web/src/locales/uk/messages.json index 2de4d959fb..652150bac2 100644 --- a/apps/web/src/locales/uk/messages.json +++ b/apps/web/src/locales/uk/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Підтвердити експорт сховища" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Експортовані дані вашого сховища знаходяться в незашифрованому вигляді. Вам не слід зберігати чи надсилати їх через незахищені канали (наприклад, е-поштою). Після використання негайно видаліть їх." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "Цей експорт шифрує ваші дані за допомогою ключа шифрування облікового запису. Якщо ви коли-небудь оновите ключ шифрування облікового запису, необхідно виконати експорт знову, оскільки не зможете розшифрувати цей файл експорту." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Експортувати сховище" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Формат файлу" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Не вдалося виконати вхід через невдалу двоетапну перевірку." }, + "incorrectPassword": { + "message": "Неправильний пароль" + }, + "incorrectCode": { + "message": "Неправильний код" + }, "exportedVault": { "message": "Сховище експортовано" }, @@ -6179,10 +6194,6 @@ "message": "Токен доступу створено і скопійовано до буфера обміну", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Керування дозволами недоступне у бета-версії.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Відкликати токен доступу", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Керування секретами (бета-версія)" }, - "secretsManagerBetaDesc": { - "message": "Дозвольте користувачам доступ до керування секретами безплатно, доки триває програма бета-тестування." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "Цей користувач має доступ до бета-версії керування секретами" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Важливо:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "Користувач оновив пароль під час відновлення облікового запису." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Фраза відбитка вашої організації", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/vi/messages.json b/apps/web/src/locales/vi/messages.json index 7b403cd070..a44183c9af 100644 --- a/apps/web/src/locales/vi/messages.json +++ b/apps/web/src/locales/vi/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "Xác nhận xuất kho lưu trữ" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "Bản trích xuất này chứa dữ liệu kho bạn và không được mã hóa. Bạn không nên lưu trữ hay gửi tập tin trích xuất thông qua phương thức không an toàn (như email). Vui lòng xóa nó ngay lập tức khi bạn đã sử dụng xong." }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." }, @@ -979,6 +985,9 @@ "exportVault": { "message": "Trích xuất kho" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "Định dạng tập tin" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "Login attempt failed with incorrect two-step login." }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "Vault exported" }, @@ -6179,10 +6194,6 @@ "message": "Access token created and copied to clipboard", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Permissions management is unavailable for beta.", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "Revoke access token", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." diff --git a/apps/web/src/locales/zh_CN/messages.json b/apps/web/src/locales/zh_CN/messages.json index 82d4a393b7..f96cbf9582 100644 --- a/apps/web/src/locales/zh_CN/messages.json +++ b/apps/web/src/locales/zh_CN/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "确认密码库导出" }, + "confirmSecretsExport": { + "message": "确认机密导出" + }, "exportWarningDesc": { "message": "导出的密码库数据包含未加密格式。您不应该通过不安全的渠道(例如电子邮件)来存储或发送导出的文件。用完后请立即将其删除。" }, + "exportSecretsWarningDesc": { + "message": "导出的机密数据包含未加密格式。您不应该通过不安全的渠道(例如电子邮件)来存储或发送导出的文件。用完后请立即将其删除。" + }, "encExportKeyWarningDesc": { "message": "此导出使用您账户的加密密钥来加密您的数据。如果您曾经轮换过账户的加密密钥,您应将其重新导出,否则您将无法解密导出的文件。" }, @@ -979,6 +985,9 @@ "exportVault": { "message": "导出密码库" }, + "exportSecrets": { + "message": "导出机密" + }, "fileFormat": { "message": "文件格式" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "登录失败,两步登录不正确。" }, + "incorrectPassword": { + "message": "密码错误" + }, + "incorrectCode": { + "message": "验证码错误" + }, "exportedVault": { "message": "导出了密码库" }, @@ -6179,10 +6194,6 @@ "message": "访问令牌已创建且已复制到剪贴板", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "权限管理在 Beat 版中不可用。", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "吊销访问令牌", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "机密管理器 Beta 版" }, - "secretsManagerBetaDesc": { - "message": "在 Beta 计划期间,启用用户对机密管理器的访问是免费的。" + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "此用户可以访问机密管理器 Beta 版" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "重要:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "用户更新了通过账户恢复发布的密码。" }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "您组织的指纹短语", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing." @@ -6870,7 +6898,7 @@ "message": "批准请求" }, "noDeviceRequests": { - "message": "没有设备请求" + "message": "无设备请求" }, "noDeviceRequestsDesc": { "message": "成员的设备批准请求将显示在这里" diff --git a/apps/web/src/locales/zh_TW/messages.json b/apps/web/src/locales/zh_TW/messages.json index 386ee9c34e..8ec2aac4f8 100644 --- a/apps/web/src/locales/zh_TW/messages.json +++ b/apps/web/src/locales/zh_TW/messages.json @@ -964,9 +964,15 @@ "confirmVaultExport": { "message": "確認匯出密碼庫" }, + "confirmSecretsExport": { + "message": "Confirm secrets export" + }, "exportWarningDesc": { "message": "此次匯出的密碼庫檔案為未加密格式。您不應將它存放或經由不安全的方式(例如電子郵件)傳送。用完後請立即將它刪除。" }, + "exportSecretsWarningDesc": { + "message": "This export contains your secrets data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, "encExportKeyWarningDesc": { "message": "將使用您帳戶的加密金鑰來加密匯出的資料,若您更新了帳戶的加密金鑰,請重新匯出,否則將無法解密匯出的檔案。" }, @@ -979,6 +985,9 @@ "exportVault": { "message": "匯出密碼庫" }, + "exportSecrets": { + "message": "Export secrets" + }, "fileFormat": { "message": "檔案格式" }, @@ -2657,6 +2666,12 @@ "failedLogin2fa": { "message": "嘗試登入失敗,兩步驟登入錯誤。" }, + "incorrectPassword": { + "message": "Incorrect password" + }, + "incorrectCode": { + "message": "Incorrect code" + }, "exportedVault": { "message": "已匯出密碼庫" }, @@ -6179,10 +6194,6 @@ "message": "存取權杖已建立且已複製到剪貼簿", "description": "Notification to inform the user that the access token has been created and copied to the clipboard." }, - "accessTokenPermissionsBetaNotification": { - "message": "Beta 版中的權限管理不可用。", - "description": "Notification to inform the user that the feature for managing access token permissions is not available in the beta version." - }, "revokeAccessToken": { "message": "撤銷存取權杖", "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application." @@ -6612,11 +6623,14 @@ "secretsManagerBeta": { "message": "Secrets Manager Beta" }, - "secretsManagerBetaDesc": { - "message": "Enable user access to the Secrets Manager at no charge during the Beta program." + "secretsManager": { + "message": "Secrets Manager" }, - "userAccessSecretsManager": { - "message": "This user can access the Secrets Manager Beta" + "secretsManagerAccessDesc": { + "message": "Enable user access to Secrets Manager." + }, + "userAccessSecretsManagerGA": { + "message": "This user can access Secrets Manager" }, "important": { "message": "Important:" @@ -6844,6 +6858,20 @@ "updatedTempPassword": { "message": "User updated a password issued through account recovery." }, + "enabledAccessToSecretsManager": { + "message": "Enabled access to Secrets Manager", + "description": "Confirmation message that one or more users gained access to Secrets Manager" + }, + "enableAccess": { + "message": "Enable access" + }, + "bulkEnableSecretsManagerDescription": { + "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.", + "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager." + }, + "enableSecretsManager": { + "message": "Enable Secrets Manager" + }, "yourOrganizationsFingerprint": { "message": "Your organization's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing."